Trace number 4544339

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma 63f22adUNSAT 351.018 351.815

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_08_180.opb
MD5SUM5f9c71ef62aa1641b9bec64204b49f28
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 benchmark0.246393
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8643
Total number of constraints7204
Number of constraints which are clauses5762
Number of constraints which are cardinality constraints (but not clauses)1441
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint5762
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 5762
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 17286
Number of bits of the biggest sum of numbers15
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-4544339-1753219830.opb'
0.00/0.01	c 	read 0.25MB  (4.21ms)
0.00/0.01	c	 [cnf: #variables 8643 #clauses 7204 #duplicates 0 #arr 23048]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 4872] (8.08ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.08/0.12	c 	 (97.82ms)
0.08/0.12	c 
0.08/0.12	c detect symmetries on remainder
0.08/0.12	c 	[graph: #vertices 41776 #edges 97954]
0.08/0.12	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.08/0.13	c 	 [group: #symmetries 4.00*10^0 #generators 2] (12.56ms)
0.08/0.13	c 
0.08/0.13	c optimize generators (opt_passes=64, conjugate_limit=256)
0.08/0.13	c 	(0.00ms)
0.08/0.13	c 
0.08/0.13	c finalize break order and special generators
0.08/0.13	c 
0.08/0.13	c add generic predicates (break_depth=10)
0.08/0.13	c 	added predicates for 2 generators (0.62ms)
0.08/0.13	c 
0.08/0.13	c generation finished
0.08/0.13	c 	[sbp: #constraints 56 #add_vars 18]
0.08/0.13	c 
0.08/0.13	c write result to 'HOME/instance-4544339-1753219830.opb.pre'
0.08/0.13	c 	wrote 0.26MB (0.76ms)
0.08/0.13	c ------------------------------------------------------------------
0.08/0.13	c                  97.82ms 78.23% detect_special
0.08/0.13	c                  12.56ms 10.05% detect_generic
0.08/0.13	c                   8.08ms  6.46% approx_orbits
0.08/0.13	c                   4.21ms  3.36% parse
0.08/0.13	c                   0.76ms  0.61% output
0.08/0.13	c                   0.62ms  0.49% break_generic
0.08/0.13	c                   0.50ms  0.40% other
0.08/0.13	c                   0.49ms  0.39% finalize_order
0.08/0.13	c                   0.00ms  0.00% optimize_gens
0.08/0.13	c         ───────────────────────────────────────────────
0.08/0.13	c                 125.05ms   100% total
0.08/0.13	c ------------------------------------------------------------------
0.08/0.15	c RoundingSat 2
0.08/0.15	c branch pb25
0.08/0.15	c commit 63f22ad
0.08/0.19	c #variables 8661 #constraints 8701
211.49/212.07	c #Conflicts:       1000 | #Constraints:       9700
211.49/212.07	c #Conflicts:       2000 | #Constraints:      10700
211.49/212.07	c INPROCESSING
211.49/212.07	c GARBAGE COLLECT
211.49/212.07	c #Conflicts:       3000 | #Constraints:      10808
211.49/212.07	c #Conflicts:       4000 | #Constraints:      11808
211.49/212.07	c INPROCESSING
211.49/212.07	c GARBAGE COLLECT
211.49/212.07	c #Conflicts:       5000 | #Constraints:      11284
211.49/212.07	c #Conflicts:       6000 | #Constraints:      12284
211.49/212.07	c INPROCESSING
211.49/212.07	c GARBAGE COLLECT
211.49/212.07	c #Conflicts:       7000 | #Constraints:      11347
211.49/212.07	c #Conflicts:       8000 | #Constraints:      12347
211.49/212.07	c #Conflicts:       9000 | #Constraints:      13347
211.49/212.07	c INPROCESSING
211.49/212.07	c GARBAGE COLLECT
211.49/212.07	c #Conflicts:      10000 | #Constraints:      12081
211.49/212.07	c #Conflicts:      11000 | #Constraints:      13081
211.49/212.07	c #Conflicts:      12000 | #Constraints:      14081
211.49/212.07	c INPROCESSING
211.49/212.07	c GARBAGE COLLECT
211.49/212.07	c #Conflicts:      13000 | #Constraints:      12546
211.49/212.07	c #Conflicts:      14000 | #Constraints:      13546
211.49/212.07	c #Conflicts:      15000 | #Constraints:      14546
211.49/212.07	c INPROCESSING
211.49/212.07	c GARBAGE COLLECT
211.49/212.07	c #Conflicts:      16000 | #Constraints:      12783
211.49/212.07	c #Conflicts:      17000 | #Constraints:      13783
211.49/212.07	c #Conflicts:      18000 | #Constraints:      14783
211.49/212.07	c INPROCESSING
211.49/212.07	c GARBAGE COLLECT
211.49/212.07	c #Conflicts:      19000 | #Constraints:      12794
211.49/212.07	c #Conflicts:      20000 | #Constraints:      13794
211.49/212.07	c #Conflicts:      21000 | #Constraints:      14795
211.49/212.07	c INPROCESSING
211.49/212.07	c GARBAGE COLLECT
211.49/212.07	c #Conflicts:      22000 | #Constraints:      12560
211.49/212.07	c #Conflicts:      23000 | #Constraints:      13560
211.49/212.07	c #Conflicts:      24000 | #Constraints:      14560
211.49/212.07	c #Conflicts:      25000 | #Constraints:      15560
211.49/212.07	c INPROCESSING
211.49/212.07	c GARBAGE COLLECT
211.49/212.07	c #Conflicts:      26000 | #Constraints:      13138
211.49/212.07	c #Conflicts:      27000 | #Constraints:      14138
211.49/212.07	c #Conflicts:      28000 | #Constraints:      15138
211.49/212.07	c #Conflicts:      29000 | #Constraints:      16138
211.49/212.07	c INPROCESSING
211.49/212.07	c GARBAGE COLLECT
211.49/212.07	c #Conflicts:      30000 | #Constraints:      13518
211.49/212.07	c #Conflicts:      31000 | #Constraints:      14518
211.49/212.07	c #Conflicts:      32000 | #Constraints:      15518
211.49/212.07	c #Conflicts:      33000 | #Constraints:      16518
211.49/212.07	c INPROCESSING
211.49/212.07	c GARBAGE COLLECT
211.49/212.07	c #Conflicts:      34000 | #Constraints:      13713
211.49/212.07	c #Conflicts:      35000 | #Constraints:      14713
211.49/212.07	c #Conflicts:      36000 | #Constraints:      15713
211.49/212.07	c #Conflicts:      37000 | #Constraints:      16713
211.49/212.07	c INPROCESSING
211.49/212.07	c GARBAGE COLLECT
211.49/212.07	c #Conflicts:      38000 | #Constraints:      13706
211.49/212.07	c #Conflicts:      39000 | #Constraints:      14706
211.49/212.07	c #Conflicts:      40000 | #Constraints:      15706
211.49/212.07	c #Conflicts:      41000 | #Constraints:      16706
211.49/212.07	c INPROCESSING
211.49/212.07	c GARBAGE COLLECT
211.49/212.07	c #Conflicts:      42000 | #Constraints:      13504
211.49/212.07	c #Conflicts:      43000 | #Constraints:      14505
211.49/212.07	c #Conflicts:      44000 | #Constraints:      15505
211.49/212.07	c #Conflicts:      45000 | #Constraints:      16505
211.49/212.07	c #Conflicts:      46000 | #Constraints:      17505
211.49/212.07	c INPROCESSING
211.49/212.07	c GARBAGE COLLECT
211.49/212.07	c #Conflicts:      47000 | #Constraints:      14094
211.49/212.07	c #Conflicts:      48000 | #Constraints:      15095
211.49/212.07	c #Conflicts:      49000 | #Constraints:      16095
211.49/212.07	c #Conflicts:      50000 | #Constraints:      17095
211.49/212.07	c #Conflicts:      51000 | #Constraints:      18095
211.49/212.07	c INPROCESSING
211.49/212.07	c GARBAGE COLLECT
211.49/212.07	c rational objective 4321.5
340.31/341.18	c #Conflicts:      52000 | #Constraints:      14500
340.31/341.18	c #Conflicts:      53000 | #Constraints:      15501
340.31/341.18	c #Conflicts:      54000 | #Constraints:      16501
340.31/341.18	c #Conflicts:      55000 | #Constraints:      17501
340.31/341.18	c #Conflicts:      56000 | #Constraints:      18501
340.31/341.18	c INPROCESSING
340.31/341.18	c GARBAGE COLLECT
340.31/341.18	c #Conflicts:      57000 | #Constraints:      14816
340.31/341.18	c #Conflicts:      58000 | #Constraints:      15816
340.31/341.18	c #Conflicts:      59000 | #Constraints:      16816
340.31/341.18	c #Conflicts:      60000 | #Constraints:      17816
340.31/341.18	c #Conflicts:      61000 | #Constraints:      18817
340.31/341.18	c INPROCESSING
340.31/341.18	c GARBAGE COLLECT
340.31/341.18	c #Conflicts:      62000 | #Constraints:      14846
340.31/341.18	c #Conflicts:      63000 | #Constraints:      15846
340.31/341.18	c #Conflicts:      64000 | #Constraints:      16847
340.31/341.18	c #Conflicts:      65000 | #Constraints:      17847
340.31/341.18	c #Conflicts:      66000 | #Constraints:      18848
340.31/341.18	c INPROCESSING
340.31/341.18	c GARBAGE COLLECT
340.31/341.18	c #Conflicts:      67000 | #Constraints:      14666
340.31/341.18	c #Conflicts:      68000 | #Constraints:      15666
340.31/341.18	c #Conflicts:      69000 | #Constraints:      16667
340.31/341.18	c #Conflicts:      70000 | #Constraints:      17667
340.31/341.18	c #Conflicts:      71000 | #Constraints:      18668
340.31/341.18	c #Conflicts:      72000 | #Constraints:      19668
340.31/341.18	c INPROCESSING
340.31/341.18	c GARBAGE COLLECT
340.31/341.18	c #Conflicts:      73000 | #Constraints:      15284
340.31/341.18	c #Conflicts:      74000 | #Constraints:      16284
340.31/341.18	c #Conflicts:      75000 | #Constraints:      17284
340.31/341.18	c #Conflicts:      76000 | #Constraints:      18284
340.31/341.18	c #Conflicts:      77000 | #Constraints:      19284
340.31/341.18	c #Conflicts:      78000 | #Constraints:      20284
340.31/341.18	c INPROCESSING
340.31/341.18	c GARBAGE COLLECT
340.31/341.18	c #Conflicts:      79000 | #Constraints:      15685
340.31/341.18	c #Conflicts:      80000 | #Constraints:      16686
340.31/341.18	c #Conflicts:      81000 | #Constraints:      17686
340.31/341.18	c #Conflicts:      82000 | #Constraints:      18686
340.31/341.18	c #Conflicts:      83000 | #Constraints:      19687
340.31/341.18	c #Conflicts:      84000 | #Constraints:      20687
340.31/341.18	c INPROCESSING
340.31/341.18	c GARBAGE COLLECT
340.31/341.18	c #Conflicts:      85000 | #Constraints:      15885
340.31/341.18	c #Conflicts:      86000 | #Constraints:      16885
340.31/341.18	c #Conflicts:      87000 | #Constraints:      17885
340.31/341.18	c #Conflicts:      88000 | #Constraints:      18885
340.31/341.18	c #Conflicts:      89000 | #Constraints:      19885
340.31/341.18	c #Conflicts:      90000 | #Constraints:      20885
340.31/341.18	c INPROCESSING
340.31/341.18	c GARBAGE COLLECT
340.31/341.18	c #Conflicts:      91000 | #Constraints:      15887
340.31/341.18	c #Conflicts:      92000 | #Constraints:      16887
340.31/341.18	c #Conflicts:      93000 | #Constraints:      17888
340.31/341.18	c #Conflicts:      94000 | #Constraints:      18888
340.31/341.18	c #Conflicts:      95000 | #Constraints:      19888
340.31/341.18	c #Conflicts:      96000 | #Constraints:      20888
340.31/341.18	c INPROCESSING
340.31/341.18	c GARBAGE COLLECT
340.31/341.18	c #Conflicts:      97000 | #Constraints:      15702
340.31/341.18	c #Conflicts:      98000 | #Constraints:      16702
340.31/341.18	c #Conflicts:      99000 | #Constraints:      17702
340.31/341.18	c #Conflicts:     100000 | #Constraints:      18703
340.31/341.18	c #Conflicts:     101000 | #Constraints:      19703
340.31/341.18	c #Conflicts:     102000 | #Constraints:      20703
340.31/341.18	c #Conflicts:     103000 | #Constraints:      21703
340.31/341.18	c INPROCESSING
340.31/341.18	c GARBAGE COLLECT
340.31/341.18	c #Conflicts:     104000 | #Constraints:      16317
340.31/341.18	c #Conflicts:     105000 | #Constraints:      17317
340.31/341.18	c #Conflicts:     106000 | #Constraints:      18317
340.31/341.18	c #Conflicts:     107000 | #Constraints:      19317
340.31/341.18	c #Conflicts:     108000 | #Constraints:      20318
340.31/341.18	c #Conflicts:     109000 | #Constraints:      21318
340.31/341.18	c #Conflicts:     110000 | #Constraints:      22318
340.31/341.18	c INPROCESSING
340.31/341.18	c GARBAGE COLLECT
340.31/341.18	c #Conflicts:     111000 | #Constraints:      16696
340.31/341.18	c #Conflicts:     112000 | #Constraints:      17696
340.31/341.18	c #Conflicts:     113000 | #Constraints:      18696
340.31/341.18	c #Conflicts:     114000 | #Constraints:      19696
340.31/341.18	c #Conflicts:     115000 | #Constraints:      20696
340.31/341.18	c #Conflicts:     116000 | #Constraints:      21696
340.31/341.18	c #Conflicts:     117000 | #Constraints:      22696
340.31/341.18	c INPROCESSING
340.31/341.18	c GARBAGE COLLECT
340.31/341.18	c #Conflicts:     118000 | #Constraints:      16874
340.31/341.18	c #Conflicts:     119000 | #Constraints:      17874
340.31/341.18	c #Conflicts:     120000 | #Constraints:      18874
340.31/341.18	c #Conflicts:     121000 | #Constraints:      19874
340.31/341.18	c #Conflicts:     122000 | #Constraints:      20874
340.31/341.18	c #Conflicts:     123000 | #Constraints:      21874
350.98/351.80	c #Conflicts:     124000 | #Constraints:      22875
350.98/351.80	c INPROCESSING
350.98/351.80	c GARBAGE COLLECT
350.98/351.80	c cpu time 349.571 s
350.98/351.80	c deterministic time 13322008193 1.33e+10
350.98/351.80	c optimization time 4.8e-05 s
350.98/351.80	c total solve time 349.542 s
350.98/351.80	c core-guided solve time 0 s
350.98/351.80	c propagation time 59.9644 s
350.98/351.80	c conflict analysis time 36.3357 s
350.98/351.80	c propagations 53295891
350.98/351.80	c resolve steps 1026623
350.98/351.80	c decisions 1063758
350.98/351.80	c conflicts 124201
350.98/351.80	c restarts 330
350.98/351.80	c inprocessing phases 27
350.98/351.80	c garbage collections 27 ,( 100.00 )
350.98/351.80	c input clauses 5820 ,( 66.89 )
350.98/351.80	c input cardinalities 2880 ,( 33.10 )
350.98/351.80	c input general constraints 1 ,( 0.01 )
350.98/351.80	c input average constraint length 3.33
350.98/351.80	c input average constraint degree 1.99
350.98/351.80	c learned clauses 23470 ,( 18.89 )
350.98/351.80	c learned cardinalities 1908 ,( 1.54 )
350.98/351.80	c learned general constraints 98840 ,( 79.57 )
350.98/351.80	c learned average constraint length 1122.77
350.98/351.80	c learned average constraint degree 2066326956.11
350.98/351.80	c watched  CF 32, 64, 128, Arb: 75197 , 0 , 0 , 0
350.98/351.80	c counting CF 32, 64, 128, Arb: 23644 , 0 , 0 , 0
350.98/351.80	c watched   constraints 75197 ,( 76.08 ) 
350.98/351.80	c counting  constraints 23644 ,( 23.92 ) 
350.98/351.80	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 15414923 , 21989946 , 37102891 ,( 34736498 , 2366393 )
350.98/351.80	c gcd simplifications 1780
350.98/351.80	c detected cardinalities 98
350.98/351.80	c weakened non-implied lits 30884510
350.98/351.80	c weakened non-implying lits 3128
350.98/351.80	c original variables 8661
350.98/351.80	c clausal propagations 14638537
350.98/351.80	c cardinality propagations 9537459
350.98/351.80	c watched propagations 12790895
350.98/351.80	c counting propagations 9086959
350.98/351.80	c watch lookups 897467886
350.98/351.80	c watch backjump lookups 0
350.98/351.80	c watch checks 10044944606
350.98/351.80	c propagation checks 1964767071
350.98/351.80	c constraint additions 305956112
350.98/351.80	c trail pops 54483832
350.98/351.80	c formula constraints 8701
350.98/351.80	c learned constraints 124183
350.98/351.80	c bound constraints 0
350.98/351.80	c core-guided constraints 0
350.98/351.80	c encountered formula constraints 897561
350.98/351.80	c encountered learned constraints 247597
350.98/351.80	c encountered bound constraints 0
350.98/351.80	c encountered core-guided constraints 0
350.98/351.80	c LP total time 4.13394 s
350.98/351.80	c LP solve time 3.57 s
350.98/351.80	c LP constraints added 8702
350.98/351.80	c LP constraints removed 0
350.98/351.80	c LP pivots internal 12981
350.98/351.80	c LP pivots root 16055
350.98/351.80	c LP calls 22
350.98/351.80	c LP optimalities 1
350.98/351.80	c LP no pivot count 0
350.98/351.80	c LP infeasibilities 18
350.98/351.80	c LP valid Farkas constraints 17
350.98/351.80	c LP learned Farkas constraints 17
350.98/351.80	c LP basis resets 0
350.98/351.80	c LP cycling count 0
350.98/351.80	c LP singular count 0
350.98/351.80	c LP no primal count 0
350.98/351.80	c LP no farkas count 0
350.98/351.80	c LP other issue count 0
350.98/351.80	c LP Gomory cuts 1
350.98/351.80	c LP learned cuts 0
350.98/351.80	c LP deleted cuts 0
350.98/351.80	c LP encountered Gomory constraints 0
350.98/351.80	c LP encountered Farkas constraints 5425
350.98/351.80	c LP encountered learned Farkas constraints 223
350.98/351.80	c CG auxiliary variables introduced 0
350.98/351.80	c CG solutions found 0
350.98/351.80	c CG cores constructed 0
350.98/351.80	c CG core cardinality constraints returned 0
350.98/351.80	c CG unit cores 0
350.98/351.80	c CG single cores 0
350.98/351.80	c CG blocks removed during cardinality reduction 0
350.98/351.80	c CG first core best 0
350.98/351.80	c CG decision core best 0
350.98/351.80	c CG core reduction tie 0
350.98/351.80	c CG core degree average 0.00
350.98/351.80	c CG core slack average 0.00
350.98/351.80	c CG core upper bound improvements 0
350.98/351.80	c STR number of successful calls 0
350.98/351.80	c STR number of unsuccessful calls 0
350.98/351.80	c STR number of inconclusive calls 0
350.98/351.80	c STR number of successful attempts 0
350.98/351.80	c STR number of unsuccessful attempts 0
350.98/351.80	c STR number of inconclusive attempts 0
350.98/351.80	c STR average degree increase per successful call inf
350.98/351.80	c STR average degree increase per successful attempt inf
350.98/351.80	c STR total number of conflicts for successful attempts 0
350.98/351.80	c STR total number of conflicts for unsuccessful attempts 0
350.98/351.80	c STR total number of conflicts for inconclusive attempts 0
350.98/351.80	c STR average number of conflicts per successful attempt inf
350.98/351.80	c STR average number of conflicts per unsuccessful attempt inf
350.98/351.80	c STR average number of conflicts per inconclusive attempt inf
350.98/351.80	c AVG.sumWPerc 24.17 
350.98/351.80	c bigint constraints 0 
350.98/351.80	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4544339-1753219830/watcher-4544339-1753219830 -o /tmp/evaluation-result-4544339-1753219830/solver-4544339-1753219830 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753211687-175479 --watchdog 3760 run-dec-break.sh HOME/instance-4544339-1753219830.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100065 s]*
/proc/loadavg: 4.09 4.09 4.09 5/271 178666
/proc/meminfo: memFree=121840300/131250000 swapFree=33009904/33010684
[pid=178664] ppid=178661 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/178664/stat : 178664 (run-dec-break.s) S 178661 178664 175467 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 237662378 4292608 768 18446744073709551615 94888168050688 94888168945221 140728574013920 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94888169184272 94888169232016 94888202514432 140728574019935 140728574020064 140728574020064 140728574025668 0
/proc/178664/statm: 1048 768 704 219 0 110 0
[pid=178666] ppid=178664 vsize=23628 memory=14688 CPUtime=0.08 cores=1,3
/proc/178666/stat : 178666 (pbsuma) R 178664 178664 175467 0 -1 4194304 3418 0 0 0 8 0 0 0 20 0 1 0 237662379 24195072 3672 18446744073709551615 4210688 4653049 140728876228048 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 30134272 140728876231009 140728876231216 140728876231216 140728876236783 0
/proc/178666/statm: 5907 3672 1024 108 0 3315 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 27820 KiB
Current children cumulated memory: 17760 KiB

[startup+0.205709 s]*
/proc/loadavg: 4.09 4.09 4.09 5/271 178667
/proc/meminfo: memFree=121846580/131250000 swapFree=33009904/33010684
[pid=178664] ppid=178661 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/178664/stat : 178664 (run-dec-break.s) S 178661 178664 175467 0 -1 4194304 239 4904 0 0 0 0 11 1 20 0 1 0 237662378 4292608 768 18446744073709551615 94888168050688 94888168945221 140728574013920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94888169184272 94888169232016 94888202514432 140728574019935 140728574020064 140728574020064 140728574025668 0
/proc/178664/statm: 1048 768 704 219 0 110 0
[pid=178667] ppid=178664 vsize=78736 memory=30228 CPUtime=0.06 cores=1,3
/proc/178667/stat : 178667 (roundingsat) R 178664 178664 175467 0 -1 4194304 5563 0 0 0 5 1 0 0 20 0 1 0 237662392 80625664 7557 18446744073709551615 4227072 8923433 140737158474528 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21684224 140737158478146 140737158478374 140737158478374 140737158483946 0
/proc/178667/statm: 19684 7557 2240 1147 0 7111 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 82928 KiB
Current children cumulated memory: 33300 KiB

[startup+0.305652 s]*
/proc/loadavg: 4.09 4.09 4.09 5/271 178667
/proc/meminfo: memFree=121846580/131250000 swapFree=33009904/33010684
[pid=178664] ppid=178661 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/178664/stat : 178664 (run-dec-break.s) S 178661 178664 175467 0 -1 4194304 239 4904 0 0 0 0 11 1 20 0 1 0 237662378 4292608 768 18446744073709551615 94888168050688 94888168945221 140728574013920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94888169184272 94888169232016 94888202514432 140728574019935 140728574020064 140728574020064 140728574025668 0
/proc/178664/statm: 1048 768 704 219 0 110 0
[pid=178667] ppid=178664 vsize=79580 memory=31252 CPUtime=0.16 cores=1,3
/proc/178667/stat : 178667 (roundingsat) R 178664 178664 175467 0 -1 4194304 5796 0 0 0 15 1 0 0 20 0 1 0 237662392 81489920 7813 18446744073709551615 4227072 8923433 140737158474528 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21684224 140737158478146 140737158478374 140737158478374 140737158483946 0
/proc/178667/statm: 19895 7813 2272 1147 0 7322 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 83772 KiB
Current children cumulated memory: 34324 KiB

[startup+0.700195 s]
/proc/loadavg: 4.09 4.09 4.09 5/271 178667
/proc/meminfo: memFree=121846076/131250000 swapFree=33009904/33010684
[pid=178664] ppid=178661 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/178664/stat : 178664 (run-dec-break.s) S 178661 178664 175467 0 -1 4194304 239 4904 0 0 0 0 11 1 20 0 1 0 237662378 4292608 768 18446744073709551615 94888168050688 94888168945221 140728574013920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94888169184272 94888169232016 94888202514432 140728574019935 140728574020064 140728574020064 140728574025668 0
/proc/178664/statm: 1048 768 704 219 0 110 0
[pid=178667] ppid=178664 vsize=79580 memory=31252 CPUtime=0.54 cores=1,3
/proc/178667/stat : 178667 (roundingsat) R 178664 178664 175467 0 -1 4194304 5796 0 0 0 53 1 0 0 20 0 1 0 237662392 81489920 7813 18446744073709551615 4227072 8923433 140737158474528 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21684224 140737158478146 140737158478374 140737158478374 140737158483946 0
/proc/178667/statm: 19895 7813 2272 1147 0 7322 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 83772 KiB
Current children cumulated memory: 34324 KiB

[startup+1.5002 s]
/proc/loadavg: 4.09 4.09 4.09 5/271 178667
/proc/meminfo: memFree=121838012/131250000 swapFree=33009904/33010684
[pid=178664] ppid=178661 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/178664/stat : 178664 (run-dec-break.s) S 178661 178664 175467 0 -1 4194304 239 4904 0 0 0 0 11 1 20 0 1 0 237662378 4292608 768 18446744073709551615 94888168050688 94888168945221 140728574013920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94888169184272 94888169232016 94888202514432 140728574019935 140728574020064 140728574020064 140728574025668 0
/proc/178664/statm: 1048 768 704 219 0 110 0
[pid=178667] ppid=178664 vsize=79580 memory=31252 CPUtime=1.34 cores=1,3
/proc/178667/stat : 178667 (roundingsat) R 178664 178664 175467 0 -1 4194304 5796 0 0 0 133 1 0 0 20 0 1 0 237662392 81489920 7813 18446744073709551615 4227072 8923433 140737158474528 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21684224 140737158478146 140737158478374 140737158478374 140737158483946 0
/proc/178667/statm: 19895 7813 2272 1147 0 7322 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 83772 KiB
Current children cumulated memory: 34324 KiB

[startup+3.10546 s]
/proc/loadavg: 4.08 4.08 4.09 5/271 178667
/proc/meminfo: memFree=121838012/131250000 swapFree=33009904/33010684
[pid=178664] ppid=178661 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/178664/stat : 178664 (run-dec-break.s) S 178661 178664 175467 0 -1 4194304 239 4904 0 0 0 0 11 1 20 0 1 0 237662378 4292608 768 18446744073709551615 94888168050688 94888168945221 140728574013920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94888169184272 94888169232016 94888202514432 140728574019935 140728574020064 140728574020064 140728574025668 0
/proc/178664/statm: 1048 768 704 219 0 110 0
[pid=178667] ppid=178664 vsize=79580 memory=31252 CPUtime=2.94 cores=1,3
/proc/178667/stat : 178667 (roundingsat) R 178664 178664 175467 0 -1 4194304 5799 0 0 0 293 1 0 0 20 0 1 0 237662392 81489920 7813 18446744073709551615 4227072 8923433 140737158474528 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21684224 140737158478146 140737158478374 140737158478374 140737158483946 0
/proc/178667/statm: 19895 7813 2272 1147 0 7322 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 83772 KiB
Current children cumulated memory: 34324 KiB

[startup+6.30019 s]
/proc/loadavg: 4.08 4.08 4.09 5/271 178667
/proc/meminfo: memFree=121838204/131250000 swapFree=33009904/33010684
[pid=178664] ppid=178661 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/178664/stat : 178664 (run-dec-break.s) S 178661 178664 175467 0 -1 4194304 239 4904 0 0 0 0 11 1 20 0 1 0 237662378 4292608 768 18446744073709551615 94888168050688 94888168945221 140728574013920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94888169184272 94888169232016 94888202514432 140728574019935 140728574020064 140728574020064 140728574025668 0
/proc/178664/statm: 1048 768 704 219 0 110 0
[pid=178667] ppid=178664 vsize=79580 memory=31252 CPUtime=6.13 cores=1,3
/proc/178667/stat : 178667 (roundingsat) R 178664 178664 175467 0 -1 4194304 5799 0 0 0 612 1 0 0 20 0 1 0 237662392 81489920 7813 18446744073709551615 4227072 8923433 140737158474528 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21684224 140737158478146 140737158478374 140737158478374 140737158483946 0
/proc/178667/statm: 19895 7813 2272 1147 0 7322 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 83772 KiB
Current children cumulated memory: 34324 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 4.08 4.09 5/271 178667
/proc/meminfo: memFree=121770408/131250000 swapFree=33009904/33010684
[pid=178664] ppid=178661 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/178664/stat : 178664 (run-dec-break.s) S 178661 178664 175467 0 -1 4194304 239 4904 0 0 0 0 11 1 20 0 1 0 237662378 4292608 768 18446744073709551615 94888168050688 94888168945221 140728574013920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94888169184272 94888169232016 94888202514432 140728574019935 140728574020064 140728574020064 140728574025668 0
/proc/178664/statm: 1048 768 704 219 0 110 0
[pid=178667] ppid=178664 vsize=130952 memory=81648 CPUtime=12.51 cores=1,3
/proc/178667/stat : 178667 (roundingsat) R 178664 178664 175467 0 -1 4194304 14265 0 0 0 1246 5 0 0 20 0 1 0 237662392 134094848 20412 18446744073709551615 4227072 8923433 140737158474528 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21684224 140737158478146 140737158478374 140737158478374 140737158483946 0
/proc/178667/statm: 32738 20412 2336 1147 0 20165 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 135144 KiB
Current children cumulated memory: 84720 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.10 4.09 5/271 178668
/proc/meminfo: memFree=121662840/131250000 swapFree=33009904/33010684
[pid=178664] ppid=178661 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/178664/stat : 178664 (run-dec-break.s) S 178661 178664 175467 0 -1 4194304 239 4904 0 0 0 0 11 1 20 0 1 0 237662378 4292608 768 18446744073709551615 94888168050688 94888168945221 140728574013920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94888169184272 94888169232016 94888202514432 140728574019935 140728574020064 140728574020064 140728574025668 0
/proc/178664/statm: 1048 768 704 219 0 110 0
[pid=178667] ppid=178664 vsize=203584 memory=133064 CPUtime=25.29 cores=1,3
/proc/178667/stat : 178667 (roundingsat) R 178664 178664 175467 0 -1 4194304 20485 0 0 0 2517 12 0 0 20 0 1 0 237662392 208470016 33266 18446744073709551615 4227072 8923433 140737158474528 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21684224 140737158478146 140737158478374 140737158478374 140737158483946 0
/proc/178667/statm: 50896 33266 2336 1147 0 38323 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 207776 KiB
Current children cumulated memory: 136136 KiB

[startup+51.1055 s]
/proc/loadavg: 4.08 4.09 4.09 5/270 178668
/proc/meminfo: memFree=121494528/131250000 swapFree=33009904/33010684
[pid=178664] ppid=178661 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/178664/stat : 178664 (run-dec-break.s) S 178661 178664 175467 0 -1 4194304 239 4904 0 0 0 0 11 1 20 0 1 0 237662378 4292608 768 18446744073709551615 94888168050688 94888168945221 140728574013920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94888169184272 94888169232016 94888202514432 140728574019935 140728574020064 140728574020064 140728574025668 0
/proc/178664/statm: 1048 768 704 219 0 110 0
[pid=178667] ppid=178664 vsize=270060 memory=174560 CPUtime=50.84 cores=1,3
/proc/178667/stat : 178667 (roundingsat) R 178664 178664 175467 0 -1 4194304 24710 0 0 0 5063 21 0 0 20 0 1 0 237662392 276541440 43640 18446744073709551615 4227072 8923433 140737158474528 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21684224 140737158478146 140737158478374 140737158478374 140737158483946 0
/proc/178667/statm: 67515 43640 2336 1147 0 54942 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 274252 KiB
Current children cumulated memory: 177632 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/272 178672
/proc/meminfo: memFree=121327432/131250000 swapFree=33009904/33010684
[pid=178664] ppid=178661 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/178664/stat : 178664 (run-dec-break.s) S 178661 178664 175467 0 -1 4194304 239 4904 0 0 0 0 11 1 20 0 1 0 237662378 4292608 768 18446744073709551615 94888168050688 94888168945221 140728574013920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94888169184272 94888169232016 94888202514432 140728574019935 140728574020064 140728574020064 140728574025668 0
/proc/178664/statm: 1048 768 704 219 0 110 0
[pid=178667] ppid=178664 vsize=290504 memory=218704 CPUtime=101.92 cores=1,3
/proc/178667/stat : 178667 (roundingsat) R 178664 178664 175467 0 -1 4194304 29641 0 0 0 10156 36 0 0 20 0 1 0 237662392 297476096 54676 18446744073709551615 4227072 8923433 140737158474528 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21684224 140737158478146 140737158478374 140737158478374 140737158483946 0
/proc/178667/statm: 72626 54676 2336 1147 0 60053 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 294696 KiB
Current children cumulated memory: 221776 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/271 178675
/proc/meminfo: memFree=121187680/131250000 swapFree=33009904/33010684
[pid=178664] ppid=178661 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/178664/stat : 178664 (run-dec-break.s) S 178661 178664 175467 0 -1 4194304 239 4904 0 0 0 0 11 1 20 0 1 0 237662378 4292608 768 18446744073709551615 94888168050688 94888168945221 140728574013920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94888169184272 94888169232016 94888202514432 140728574019935 140728574020064 140728574020064 140728574025668 0
/proc/178664/statm: 1048 768 704 219 0 110 0
[pid=178667] ppid=178664 vsize=363836 memory=293504 CPUtime=161.78 cores=1,3
/proc/178667/stat : 178667 (roundingsat) R 178664 178664 175467 0 -1 4194304 45768 0 0 0 16114 64 0 0 20 0 1 0 237662392 372568064 73376 18446744073709551615 4227072 8923433 140737158474528 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21684224 140737158478146 140737158478374 140737158478374 140737158483946 0
/proc/178667/statm: 90959 73376 2368 1147 0 78386 0
Current children cumulated CPU time: 161.9 s
Current children cumulated vsize: 368028 KiB
Current children cumulated memory: 296576 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/270 178677
/proc/meminfo: memFree=120831628/131250000 swapFree=33009904/33010684
[pid=178664] ppid=178661 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/178664/stat : 178664 (run-dec-break.s) S 178661 178664 175467 0 -1 4194304 239 4904 0 0 0 0 11 1 20 0 1 0 237662378 4292608 768 18446744073709551615 94888168050688 94888168945221 140728574013920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94888169184272 94888169232016 94888202514432 140728574019935 140728574020064 140728574020064 140728574025668 0
/proc/178664/statm: 1048 768 704 219 0 110 0
[pid=178667] ppid=178664 vsize=407320 memory=328576 CPUtime=221.64 cores=1,3
/proc/178667/stat : 178667 (roundingsat) R 178664 178664 175467 0 -1 4194304 54560 0 0 0 22076 88 0 0 20 0 1 0 237662392 417095680 82144 18446744073709551615 4227072 8923433 140737158474528 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21684224 140737158478146 140737158478374 140737158478374 140737158483946 0
/proc/178667/statm: 101830 82144 2368 1147 0 89257 0
Current children cumulated CPU time: 221.76 s
Current children cumulated vsize: 411512 KiB
Current children cumulated memory: 331648 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/270 178679
/proc/meminfo: memFree=120646624/131250000 swapFree=33009904/33010684
[pid=178664] ppid=178661 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/178664/stat : 178664 (run-dec-break.s) S 178661 178664 175467 0 -1 4194304 239 4904 0 0 0 0 11 1 20 0 1 0 237662378 4292608 768 18446744073709551615 94888168050688 94888168945221 140728574013920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94888169184272 94888169232016 94888202514432 140728574019935 140728574020064 140728574020064 140728574025668 0
/proc/178664/statm: 1048 768 704 219 0 110 0
[pid=178667] ppid=178664 vsize=452880 memory=367104 CPUtime=281.52 cores=1,3
/proc/178667/stat : 178667 (roundingsat) R 178664 178664 175467 0 -1 4194304 64209 0 0 0 28043 109 0 0 20 0 1 0 237662392 463749120 91776 18446744073709551615 4227072 8923433 140737158474528 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21684224 140737158478146 140737158478374 140737158478374 140737158483946 0
/proc/178667/statm: 113220 91776 2368 1147 0 100647 0
Current children cumulated CPU time: 281.64 s
Current children cumulated vsize: 457072 KiB
Current children cumulated memory: 370176 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/270 178728
/proc/meminfo: memFree=123703828/131250000 swapFree=33009904/33010684
[pid=178664] ppid=178661 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/178664/stat : 178664 (run-dec-break.s) S 178661 178664 175467 0 -1 4194304 239 4904 0 0 0 0 11 1 20 0 1 0 237662378 4292608 768 18446744073709551615 94888168050688 94888168945221 140728574013920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94888169184272 94888169232016 94888202514432 140728574019935 140728574020064 140728574020064 140728574025668 0
/proc/178664/statm: 1048 768 704 219 0 110 0
[pid=178667] ppid=178664 vsize=455568 memory=370432 CPUtime=341.39 cores=1,3
/proc/178667/stat : 178667 (roundingsat) R 178664 178664 175467 0 -1 4194304 65055 0 0 0 34010 129 0 0 20 0 1 0 237662392 466501632 92608 18446744073709551615 4227072 8923433 140737158474528 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21684224 140737158478146 140737158478374 140737158478374 140737158483946 0
/proc/178667/statm: 113892 92608 2368 1147 0 101319 0
Current children cumulated CPU time: 341.51 s
Current children cumulated vsize: 459760 KiB
Current children cumulated memory: 373504 KiB

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

# cumulated CPU time of all completed processes:  user=349.69 s, system=1.32831 s

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

[startup+345.6 s]
/proc/loadavg: 4.10 4.09 4.09 5/270 178775
/proc/meminfo: memFree=123810708/131250000 swapFree=33009904/33010684
[pid=178664] ppid=178661 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/178664/stat : 178664 (run-dec-break.s) S 178661 178664 175467 0 -1 4194304 239 4904 0 0 0 0 11 1 20 0 1 0 237662378 4292608 768 18446744073709551615 94888168050688 94888168945221 140728574013920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94888169184272 94888169232016 94888202514432 140728574019935 140728574020064 140728574020064 140728574025668 0
/proc/178664/statm: 1048 768 704 219 0 110 0
[pid=178667] ppid=178664 vsize=455568 memory=370432 CPUtime=344.68 cores=1,3
/proc/178667/stat : 178667 (roundingsat) R 178664 178664 175467 0 -1 4194304 65060 0 0 0 34339 129 0 0 20 0 1 0 237662392 466501632 92608 18446744073709551615 4227072 8923433 140737158474528 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21684224 140737158478146 140737158478374 140737158478374 140737158483946 0
/proc/178667/statm: 113892 92608 2368 1147 0 101319 0
Current children cumulated CPU time: 344.8 s
Current children cumulated vsize: 459760 KiB
Current children cumulated memory: 373504 KiB

[startup+348.8 s]
/proc/loadavg: 4.10 4.09 4.09 5/270 178775
/proc/meminfo: memFree=123811732/131250000 swapFree=33009904/33010684
[pid=178664] ppid=178661 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/178664/stat : 178664 (run-dec-break.s) S 178661 178664 175467 0 -1 4194304 239 4904 0 0 0 0 11 1 20 0 1 0 237662378 4292608 768 18446744073709551615 94888168050688 94888168945221 140728574013920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94888169184272 94888169232016 94888202514432 140728574019935 140728574020064 140728574020064 140728574025668 0
/proc/178664/statm: 1048 768 704 219 0 110 0
[pid=178667] ppid=178664 vsize=455568 memory=370432 CPUtime=347.87 cores=1,3
/proc/178667/stat : 178667 (roundingsat) R 178664 178664 175467 0 -1 4194304 65060 0 0 0 34658 129 0 0 20 0 1 0 237662392 466501632 92608 18446744073709551615 4227072 8923433 140737158474528 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21684224 140737158478146 140737158478374 140737158478374 140737158483946 0
/proc/178667/statm: 113892 92608 2368 1147 0 101319 0
Current children cumulated CPU time: 347.99 s
Current children cumulated vsize: 459760 KiB
Current children cumulated memory: 373504 KiB

[startup+350.4 s]
/proc/loadavg: 4.10 4.09 4.09 5/270 178775
/proc/meminfo: memFree=123812052/131250000 swapFree=33009904/33010684
[pid=178664] ppid=178661 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/178664/stat : 178664 (run-dec-break.s) S 178661 178664 175467 0 -1 4194304 239 4904 0 0 0 0 11 1 20 0 1 0 237662378 4292608 768 18446744073709551615 94888168050688 94888168945221 140728574013920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94888169184272 94888169232016 94888202514432 140728574019935 140728574020064 140728574020064 140728574025668 0
/proc/178664/statm: 1048 768 704 219 0 110 0
[pid=178667] ppid=178664 vsize=455568 memory=370432 CPUtime=349.47 cores=1,3
/proc/178667/stat : 178667 (roundingsat) R 178664 178664 175467 0 -1 4194304 65060 0 0 0 34818 129 0 0 20 0 1 0 237662392 466501632 92608 18446744073709551615 4227072 8923433 140737158474528 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21684224 140737158478146 140737158478374 140737158478374 140737158483946 0
/proc/178667/statm: 113892 92608 2368 1147 0 101319 0
Current children cumulated CPU time: 349.59 s
Current children cumulated vsize: 459760 KiB
Current children cumulated memory: 373504 KiB

[startup+351.2 s]
/proc/loadavg: 4.10 4.09 4.09 5/270 178775
/proc/meminfo: memFree=123774248/131250000 swapFree=33009904/33010684
[pid=178664] ppid=178661 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/178664/stat : 178664 (run-dec-break.s) S 178661 178664 175467 0 -1 4194304 239 4904 0 0 0 0 11 1 20 0 1 0 237662378 4292608 768 18446744073709551615 94888168050688 94888168945221 140728574013920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94888169184272 94888169232016 94888202514432 140728574019935 140728574020064 140728574020064 140728574025668 0
/proc/178664/statm: 1048 768 704 219 0 110 0
[pid=178667] ppid=178664 vsize=455568 memory=370432 CPUtime=350.27 cores=1,3
/proc/178667/stat : 178667 (roundingsat) R 178664 178664 175467 0 -1 4194304 65060 0 0 0 34898 129 0 0 20 0 1 0 237662392 466501632 92608 18446744073709551615 4227072 8923433 140737158474528 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21684224 140737158478146 140737158478374 140737158478374 140737158483946 0
/proc/178667/statm: 113892 92608 2368 1147 0 101319 0
Current children cumulated CPU time: 350.39 s
Current children cumulated vsize: 459760 KiB
Current children cumulated memory: 373504 KiB

[startup+351.6 s]
/proc/loadavg: 4.10 4.09 4.09 5/270 178775
/proc/meminfo: memFree=123774248/131250000 swapFree=33009904/33010684
[pid=178664] ppid=178661 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/178664/stat : 178664 (run-dec-break.s) S 178661 178664 175467 0 -1 4194304 239 4904 0 0 0 0 11 1 20 0 1 0 237662378 4292608 768 18446744073709551615 94888168050688 94888168945221 140728574013920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94888169184272 94888169232016 94888202514432 140728574019935 140728574020064 140728574020064 140728574025668 0
/proc/178664/statm: 1048 768 704 219 0 110 0
[pid=178667] ppid=178664 vsize=455568 memory=370432 CPUtime=350.66 cores=1,3
/proc/178667/stat : 178667 (roundingsat) R 178664 178664 175467 0 -1 4194304 65060 0 0 0 34937 129 0 0 20 0 1 0 237662392 466501632 92608 18446744073709551615 4227072 8923433 140737158474528 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21684224 140737158478146 140737158478374 140737158478374 140737158483946 0
/proc/178667/statm: 113892 92608 2368 1147 0 101319 0
Current children cumulated CPU time: 350.78 s
Current children cumulated vsize: 459760 KiB
Current children cumulated memory: 373504 KiB

[startup+351.8 s]
/proc/loadavg: 4.10 4.09 4.09 5/270 178775
/proc/meminfo: memFree=123774248/131250000 swapFree=33009904/33010684
[pid=178664] ppid=178661 vsize=4192 memory=3072 CPUtime=0.12 cores=1,3
/proc/178664/stat : 178664 (run-dec-break.s) S 178661 178664 175467 0 -1 4194304 239 4904 0 0 0 0 11 1 20 0 1 0 237662378 4292608 768 18446744073709551615 94888168050688 94888168945221 140728574013920 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94888169184272 94888169232016 94888202514432 140728574019935 140728574020064 140728574020064 140728574025668 0
/proc/178664/statm: 1048 768 704 219 0 110 0
[pid=178667] ppid=178664 vsize=446380 memory=326292 CPUtime=350.86 cores=1,3
/proc/178667/stat : 178667 (roundingsat) R 178664 178664 175467 0 -1 4194304 65060 0 0 0 34957 129 0 0 20 0 1 0 237662392 457093120 81573 18446744073709551615 4227072 8923433 140737158474528 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 21684224 140737158478146 140737158478374 140737158478374 140737158483946 0
/proc/178667/statm: 111595 81573 2368 1147 0 99022 0
Current children cumulated CPU time: 350.98 s
Current children cumulated vsize: 450572 KiB
Current children cumulated memory: 329364 KiB

Child status: 0

Real time (s): 351.815
CPU time (s): 351.018
CPU user time (s): 349.69
CPU system time (s): 1.32831
CPU usage (%): 99.7734
Max. virtual memory (cumulated for all children) (KiB): 459760
Max. memory (cumulated for all children) (KiB): 373504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 349.69
system time used= 1.32831
maximum resident set size= 370432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70227
page faults= 0
swaps= 0
block input operations= 0
block output operations= 512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 417


# summary of solver processes directly reported to runsolver:
#   pid: 178664
#   total CPU time (s): 351.018
#   total CPU user time (s): 349.69
#   total CPU system time (s): 1.32831

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.05403 second user time and 1.16855 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-22 23:30:30
IDJOB=4544339
IDBENCH=175302
IDSOLVER=3357
FILE ID=nodeC033/4544339-1753219830
RUNJOBID= nodeC033-1753211687-175479
SLURM_JOB_ID= 9687798
Free space on /tmp= 432344 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_08_180.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4544339-1753219830/watcher-4544339-1753219830 -o /tmp/evaluation-result-4544339-1753219830/solver-4544339-1753219830 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753211687-175479 --watchdog 3760  run-dec-break.sh HOME/instance-4544339-1753219830.opb

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

MD5SUM BENCH= 5f9c71ef62aa1641b9bec64204b49f28
RANDOM SEED=1445595108

nodeC033 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		: 3600.061
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	: 7000.13
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		: 3600.064
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	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121850008 kB
MemAvailable:   123552192 kB
Buffers:            2128 kB
Cached:          2425188 kB
SwapCached:           64 kB
Active:          7409244 kB
Inactive:        1198056 kB
Active(anon):    6200928 kB
Inactive(anon):     5284 kB
Active(file):    1208316 kB
Inactive(file):  1192772 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7236 kB
Writeback:             0 kB
AnonPages:       6179052 kB
Mapped:           122076 kB
Shmem:             26228 kB
KReclaimable:     280668 kB
Slab:             378272 kB
SReclaimable:     280668 kB
SUnreclaim:        97604 kB
KernelStack:        4416 kB
PageTables:        15644 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6782080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4616192 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432456 MiB
End job on nodeC033 at 2025-07-22 23:36:22