Trace number 4545587

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 158.899 159.34

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-4545587-1753237480.opb'
0.00/0.01	c 	read 0.07MB  (0.87ms)
0.00/0.01	c	 [cnf: #variables 1409 #clauses 746 #duplicates 0 #arr 7122]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (1.66ms)
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.31ms)
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.47ms)
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-4545587-1753237480.opb.pre'
0.00/0.01	c 	wrote 0.07MB (0.21ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   1.66ms 44.30% approx_orbits
0.00/0.01	c                   0.87ms 23.35% parse
0.00/0.01	c                   0.47ms 12.70% detect_generic
0.00/0.01	c                   0.31ms  8.27% detect_special
0.00/0.01	c                   0.21ms  5.60% output
0.00/0.01	c                   0.18ms  4.70% other
0.00/0.01	c                   0.04ms  1.08% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   3.74ms   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
2.45/2.52	c #Conflicts:       1000 | #Constraints:       1822
2.45/2.52	c #Conflicts:       2000 | #Constraints:       2822
2.45/2.52	c INPROCESSING
2.45/2.52	c GARBAGE COLLECT
2.45/2.52	c #Conflicts:       3000 | #Constraints:       2669
2.45/2.52	c #Conflicts:       4000 | #Constraints:       3669
2.45/2.52	c INPROCESSING
2.45/2.52	c GARBAGE COLLECT
2.45/2.52	c #Conflicts:       5000 | #Constraints:       3102
2.45/2.52	c #Conflicts:       6000 | #Constraints:       4102
2.45/2.52	c INPROCESSING
2.45/2.52	c GARBAGE COLLECT
2.45/2.52	c #Conflicts:       7000 | #Constraints:       3149
2.45/2.52	c #Conflicts:       8000 | #Constraints:       4149
2.45/2.52	c #Conflicts:       9000 | #Constraints:       5149
2.45/2.52	c INPROCESSING
2.45/2.52	c GARBAGE COLLECT
2.45/2.52	c #Conflicts:      10000 | #Constraints:       3875
2.45/2.52	c #Conflicts:      11000 | #Constraints:       4875
2.45/2.52	c #Conflicts:      12000 | #Constraints:       5875
2.45/2.52	c INPROCESSING
2.45/2.52	c GARBAGE COLLECT
2.45/2.52	c rational objective 258.916
3.34/3.49	c #Conflicts:      13000 | #Constraints:       4361
3.34/3.49	c #Conflicts:      14000 | #Constraints:       5361
3.34/3.49	c #Conflicts:      15000 | #Constraints:       6361
3.34/3.49	c INPROCESSING
3.34/3.49	c GARBAGE COLLECT
3.34/3.49	c rational objective 260.738
59.20/59.49	c #Conflicts:      16000 | #Constraints:       4612
59.20/59.49	c #Conflicts:      17000 | #Constraints:       5612
59.20/59.49	c #Conflicts:      18000 | #Constraints:       6612
59.20/59.49	c INPROCESSING
59.20/59.49	c GARBAGE COLLECT
59.20/59.49	c #Conflicts:      19000 | #Constraints:       4630
59.20/59.49	c #Conflicts:      20000 | #Constraints:       5630
59.20/59.49	c #Conflicts:      21000 | #Constraints:       6630
59.20/59.49	c #Conflicts:      22000 | #Constraints:       7630
59.20/59.49	c #Conflicts:      23000 | #Constraints:       8630
59.20/59.49	c #Conflicts:      24000 | #Constraints:       9630
59.20/59.49	c #Conflicts:      25000 | #Constraints:      10630
59.20/59.49	c #Conflicts:      26000 | #Constraints:      11630
59.20/59.49	c #Conflicts:      27000 | #Constraints:      12630
59.20/59.49	c #Conflicts:      28000 | #Constraints:      13630
59.20/59.49	c INPROCESSING
59.20/59.49	c GARBAGE COLLECT
59.20/59.49	c #Conflicts:      29000 | #Constraints:       7839
59.20/59.49	c #Conflicts:      30000 | #Constraints:       8839
59.20/59.49	c #Conflicts:      31000 | #Constraints:       9839
59.20/59.49	c #Conflicts:      32000 | #Constraints:      10839
59.20/59.49	c #Conflicts:      33000 | #Constraints:      11839
59.20/59.49	c INPROCESSING
59.20/59.49	c GARBAGE COLLECT
59.20/59.49	c #Conflicts:      34000 | #Constraints:       7185
59.20/59.49	c #Conflicts:      35000 | #Constraints:       8186
59.20/59.49	c #Conflicts:      36000 | #Constraints:       9186
59.20/59.49	c #Conflicts:      37000 | #Constraints:      10186
59.20/59.49	c #Conflicts:      38000 | #Constraints:      11187
59.20/59.49	c INPROCESSING
59.20/59.49	c GARBAGE COLLECT
59.20/59.49	c #Conflicts:      39000 | #Constraints:       7030
59.20/59.49	c #Conflicts:      40000 | #Constraints:       8030
59.20/59.49	c #Conflicts:      41000 | #Constraints:       9031
59.20/59.49	c #Conflicts:      42000 | #Constraints:      10031
59.20/59.49	c INPROCESSING
59.20/59.49	c GARBAGE COLLECT
59.20/59.49	c #Conflicts:      43000 | #Constraints:       5992
59.20/59.49	c #Conflicts:      44000 | #Constraints:       6992
59.20/59.49	c #Conflicts:      45000 | #Constraints:       7992
59.20/59.49	c #Conflicts:      46000 | #Constraints:       8992
59.20/59.49	c #Conflicts:      47000 | #Constraints:       9992
59.20/59.49	c #Conflicts:      48000 | #Constraints:      10992
59.20/59.49	c #Conflicts:      49000 | #Constraints:      11992
59.20/59.49	c #Conflicts:      50000 | #Constraints:      12992
59.20/59.49	c #Conflicts:      51000 | #Constraints:      13992
59.20/59.49	c #Conflicts:      52000 | #Constraints:      14992
59.20/59.49	c #Conflicts:      53000 | #Constraints:      15993
59.20/59.49	c #Conflicts:      54000 | #Constraints:      16993
59.20/59.49	c #Conflicts:      55000 | #Constraints:      17993
59.20/59.49	c #Conflicts:      56000 | #Constraints:      18993
59.20/59.49	c #Conflicts:      57000 | #Constraints:      19993
59.20/59.49	c #Conflicts:      58000 | #Constraints:      20993
59.20/59.49	c INPROCESSING
59.20/59.49	c GARBAGE COLLECT
59.20/59.49	c #Conflicts:      59000 | #Constraints:      11538
59.20/59.49	c #Conflicts:      60000 | #Constraints:      12538
59.20/59.49	c #Conflicts:      61000 | #Constraints:      13538
59.20/59.49	c #Conflicts:      62000 | #Constraints:      14538
59.20/59.49	c #Conflicts:      63000 | #Constraints:      15538
59.20/59.49	c #Conflicts:      64000 | #Constraints:      16538
59.20/59.49	c #Conflicts:      65000 | #Constraints:      17538
59.20/59.49	c INPROCESSING
59.20/59.49	c GARBAGE COLLECT
59.20/59.49	c #Conflicts:      66000 | #Constraints:      10214
59.20/59.49	c #Conflicts:      67000 | #Constraints:      11214
59.20/59.49	c #Conflicts:      68000 | #Constraints:      12216
59.20/59.49	c #Conflicts:      69000 | #Constraints:      13217
59.20/59.49	c #Conflicts:      70000 | #Constraints:      14218
59.20/59.49	c #Conflicts:      71000 | #Constraints:      15218
59.20/59.49	c INPROCESSING
59.20/59.49	c GARBAGE COLLECT
59.20/59.49	c #Conflicts:      72000 | #Constraints:       8858
59.20/59.49	c #Conflicts:      73000 | #Constraints:       9859
59.20/59.49	c #Conflicts:      74000 | #Constraints:      10859
59.20/59.49	c #Conflicts:      75000 | #Constraints:      11859
59.20/59.49	c #Conflicts:      76000 | #Constraints:      12860
59.20/59.49	c #Conflicts:      77000 | #Constraints:      13862
59.20/59.49	c #Conflicts:      78000 | #Constraints:      14864
59.20/59.49	c INPROCESSING
59.20/59.49	c GARBAGE COLLECT
59.20/59.49	c #Conflicts:      79000 | #Constraints:       8875
59.20/59.49	c #Conflicts:      80000 | #Constraints:       9875
59.20/59.49	c #Conflicts:      81000 | #Constraints:      10875
59.20/59.49	c #Conflicts:      82000 | #Constraints:      11875
59.20/59.49	c #Conflicts:      83000 | #Constraints:      12875
59.20/59.49	c #Conflicts:      84000 | #Constraints:      13877
59.20/59.49	c #Conflicts:      85000 | #Constraints:      14877
59.20/59.49	c #Conflicts:      86000 | #Constraints:      15877
59.20/59.49	c #Conflicts:      87000 | #Constraints:      16878
59.20/59.49	c #Conflicts:      88000 | #Constraints:      17879
59.20/59.49	c #Conflicts:      89000 | #Constraints:      18879
87.53/87.82	c #Conflicts:      90000 | #Constraints:      19879
87.53/87.82	c #Conflicts:      91000 | #Constraints:      20879
87.53/87.82	c #Conflicts:      92000 | #Constraints:      21879
87.53/87.82	c #Conflicts:      93000 | #Constraints:      22879
87.53/87.82	c #Conflicts:      94000 | #Constraints:      23879
87.53/87.82	c #Conflicts:      95000 | #Constraints:      24879
87.53/87.82	c #Conflicts:      96000 | #Constraints:      25879
87.53/87.82	c #Conflicts:      97000 | #Constraints:      26879
87.53/87.82	c #Conflicts:      98000 | #Constraints:      27879
87.53/87.82	c #Conflicts:      99000 | #Constraints:      28879
87.53/87.82	c INPROCESSING
87.53/87.82	c GARBAGE COLLECT
87.53/87.82	c #Conflicts:     100000 | #Constraints:      15783
87.53/87.82	c #Conflicts:     101000 | #Constraints:      16783
87.53/87.82	c #Conflicts:     102000 | #Constraints:      17783
87.53/87.82	c #Conflicts:     103000 | #Constraints:      18783
87.53/87.82	c #Conflicts:     104000 | #Constraints:      19783
87.53/87.82	c #Conflicts:     105000 | #Constraints:      20783
87.53/87.82	c #Conflicts:     106000 | #Constraints:      21783
87.53/87.82	c #Conflicts:     107000 | #Constraints:      22783
87.53/87.82	c INPROCESSING
87.53/87.82	c GARBAGE COLLECT
87.53/87.82	c rational objective 262.942
158.84/159.33	c #Conflicts:     108000 | #Constraints:      12793
158.84/159.33	c #Conflicts:     109000 | #Constraints:      13793
158.84/159.33	c #Conflicts:     110000 | #Constraints:      14793
158.84/159.33	c #Conflicts:     111000 | #Constraints:      15793
158.84/159.33	c #Conflicts:     112000 | #Constraints:      16793
158.84/159.33	c #Conflicts:     113000 | #Constraints:      17793
158.84/159.33	c #Conflicts:     114000 | #Constraints:      18793
158.84/159.33	c #Conflicts:     115000 | #Constraints:      19793
158.84/159.33	c INPROCESSING
158.84/159.33	c GARBAGE COLLECT
158.84/159.33	c #Conflicts:     116000 | #Constraints:      11236
158.84/159.33	c #Conflicts:     117000 | #Constraints:      12236
158.84/159.33	c #Conflicts:     118000 | #Constraints:      13236
158.84/159.33	c #Conflicts:     119000 | #Constraints:      14236
158.84/159.33	c #Conflicts:     120000 | #Constraints:      15236
158.84/159.33	c #Conflicts:     121000 | #Constraints:      16236
158.84/159.33	c #Conflicts:     122000 | #Constraints:      17236
158.84/159.33	c #Conflicts:     123000 | #Constraints:      18236
158.84/159.33	c INPROCESSING
158.84/159.33	c GARBAGE COLLECT
158.84/159.33	c #Conflicts:     124000 | #Constraints:      10325
158.84/159.33	c #Conflicts:     125000 | #Constraints:      11325
158.84/159.33	c #Conflicts:     126000 | #Constraints:      12325
158.84/159.33	c #Conflicts:     127000 | #Constraints:      13325
158.84/159.33	c #Conflicts:     128000 | #Constraints:      14325
158.84/159.33	c #Conflicts:     129000 | #Constraints:      15330
158.84/159.33	c #Conflicts:     130000 | #Constraints:      16332
158.84/159.33	c #Conflicts:     131000 | #Constraints:      17332
158.84/159.33	c #Conflicts:     132000 | #Constraints:      18332
158.84/159.33	c #Conflicts:     133000 | #Constraints:      19332
158.84/159.33	c #Conflicts:     134000 | #Constraints:      20332
158.84/159.33	c #Conflicts:     135000 | #Constraints:      21332
158.84/159.33	c #Conflicts:     136000 | #Constraints:      22334
158.84/159.33	c #Conflicts:     137000 | #Constraints:      23335
158.84/159.33	c #Conflicts:     138000 | #Constraints:      24335
158.84/159.33	c #Conflicts:     139000 | #Constraints:      25336
158.84/159.33	c #Conflicts:     140000 | #Constraints:      26338
158.84/159.33	c #Conflicts:     141000 | #Constraints:      27342
158.84/159.33	c #Conflicts:     142000 | #Constraints:      28344
158.84/159.33	c #Conflicts:     143000 | #Constraints:      29346
158.84/159.33	c #Conflicts:     144000 | #Constraints:      30346
158.84/159.33	c #Conflicts:     145000 | #Constraints:      31346
158.84/159.33	c #Conflicts:     146000 | #Constraints:      32346
158.84/159.33	c #Conflicts:     147000 | #Constraints:      33346
158.84/159.33	c #Conflicts:     148000 | #Constraints:      34346
158.84/159.33	c #Conflicts:     149000 | #Constraints:      35346
158.84/159.33	c #Conflicts:     150000 | #Constraints:      36346
158.84/159.33	c INPROCESSING
158.84/159.33	c GARBAGE COLLECT
158.84/159.33	c #Conflicts:     151000 | #Constraints:      19622
158.84/159.33	c #Conflicts:     152000 | #Constraints:      20622
158.84/159.33	c #Conflicts:     153000 | #Constraints:      21622
158.84/159.33	c #Conflicts:     154000 | #Constraints:      22622
158.84/159.33	c #Conflicts:     155000 | #Constraints:      23622
158.84/159.33	c #Conflicts:     156000 | #Constraints:      24622
158.84/159.33	c #Conflicts:     157000 | #Constraints:      25622
158.84/159.33	c #Conflicts:     158000 | #Constraints:      26622
158.84/159.33	c cpu time 158.123 s
158.84/159.33	c deterministic time 12070075388 1.21e+10
158.84/159.33	c optimization time 3.7e-05 s
158.84/159.33	c total solve time 158.118 s
158.84/159.33	c core-guided solve time 0 s
158.84/159.33	c propagation time 113.118 s
158.84/159.33	c conflict analysis time 40.9904 s
158.84/159.33	c propagations 31341972
158.84/159.33	c resolve steps 3756911
158.84/159.33	c decisions 249173
158.84/159.33	c conflicts 158088
158.84/159.33	c restarts 427
158.84/159.33	c inprocessing phases 20
158.84/159.33	c garbage collections 20 ,( 100.00 )
158.84/159.33	c input clauses 198 ,( 24.06 )
158.84/159.33	c input cardinalities 56 ,( 6.80 )
158.84/159.33	c input general constraints 569 ,( 69.14 )
158.84/159.33	c input average constraint length 11.10
158.84/159.33	c input average constraint degree 34.53
158.84/159.33	c learned clauses 48817 ,( 30.86 )
158.84/159.33	c learned cardinalities 847 ,( 0.54 )
158.84/159.33	c learned general constraints 108499 ,( 68.60 )
158.84/159.33	c learned average constraint length 105.56
158.84/159.33	c learned average constraint degree 42967089.63
158.84/159.33	c watched  CF 32, 64, 128, Arb: 17948 , 0 , 0 , 0
158.84/159.33	c counting CF 32, 64, 128, Arb: 91120 , 0 , 0 , 0
158.84/159.33	c watched   constraints 17948 ,( 16.46 ) 
158.84/159.33	c counting  constraints 91120 ,( 83.54 ) 
158.84/159.33	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 25270196 , 17206462 , 1346080071 ,( 54502748 , 1291577323 )
158.84/159.33	c gcd simplifications 7887
158.84/159.33	c detected cardinalities 31
158.84/159.33	c weakened non-implied lits 16152322
158.84/159.33	c weakened non-implying lits 23251
158.84/159.33	c original variables 1409
158.84/159.33	c clausal propagations 1641926
158.84/159.33	c cardinality propagations 9983052
158.84/159.33	c watched propagations 623278
158.84/159.33	c counting propagations 18740658
158.84/159.33	c watch lookups 7423118257
158.84/159.33	c watch backjump lookups 0
158.84/159.33	c watch checks 930924786
158.84/159.33	c propagation checks 3548663178
158.84/159.33	c constraint additions 103994553
158.84/159.33	c trail pops 31749008
158.84/159.33	c formula constraints 823
158.84/159.33	c learned constraints 158087
158.84/159.33	c bound constraints 0
158.84/159.33	c core-guided constraints 0
158.84/159.33	c encountered formula constraints 1728465
158.84/159.33	c encountered learned constraints 2186088
158.84/159.33	c encountered bound constraints 0
158.84/159.33	c encountered core-guided constraints 0
158.84/159.33	c LP total time 2.26354 s
158.84/159.33	c LP solve time 1.95 s
158.84/159.33	c LP constraints added 958
158.84/159.33	c LP constraints removed 46
158.84/159.33	c LP pivots internal 18992
158.84/159.33	c LP pivots root 15468
158.84/159.33	c LP calls 57
158.84/159.33	c LP optimalities 8
158.84/159.33	c LP no pivot count 0
158.84/159.33	c LP infeasibilities 44
158.84/159.33	c LP valid Farkas constraints 43
158.84/159.33	c LP learned Farkas constraints 0
158.84/159.33	c LP basis resets 3
158.84/159.33	c LP cycling count 0
158.84/159.33	c LP singular count 2
158.84/159.33	c LP no primal count 0
158.84/159.33	c LP no farkas count 1
158.84/159.33	c LP other issue count 0
158.84/159.33	c LP Gomory cuts 33
158.84/159.33	c LP learned cuts 102
158.84/159.33	c LP deleted cuts 46
158.84/159.33	c LP encountered Gomory constraints 97
158.84/159.33	c LP encountered Farkas constraints 349
158.84/159.33	c LP encountered learned Farkas constraints 0
158.84/159.33	c CG auxiliary variables introduced 0
158.84/159.33	c CG solutions found 0
158.84/159.33	c CG cores constructed 0
158.84/159.33	c CG core cardinality constraints returned 0
158.84/159.33	c CG unit cores 0
158.84/159.33	c CG single cores 0
158.84/159.33	c CG blocks removed during cardinality reduction 0
158.84/159.33	c CG first core best 0
158.84/159.33	c CG decision core best 0
158.84/159.33	c CG core reduction tie 0
158.84/159.33	c CG core degree average 0.00
158.84/159.33	c CG core slack average 0.00
158.84/159.33	c CG core upper bound improvements 0
158.84/159.33	c STR number of successful calls 0
158.84/159.33	c STR number of unsuccessful calls 0
158.84/159.33	c STR number of inconclusive calls 0
158.84/159.33	c STR number of successful attempts 0
158.84/159.33	c STR number of unsuccessful attempts 0
158.84/159.33	c STR number of inconclusive attempts 0
158.84/159.33	c STR average degree increase per successful call inf
158.84/159.33	c STR average degree increase per successful attempt inf
158.84/159.33	c STR total number of conflicts for successful attempts 0
158.84/159.33	c STR total number of conflicts for unsuccessful attempts 0
158.84/159.33	c STR total number of conflicts for inconclusive attempts 0
158.84/159.33	c STR average number of conflicts per successful attempt inf
158.84/159.33	c STR average number of conflicts per unsuccessful attempt inf
158.84/159.33	c STR average number of conflicts per inconclusive attempt inf
158.84/159.33	c AVG.sumWPerc 71.37 
158.84/159.33	c bigint constraints 0 
158.84/159.33	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 (62017 MiB free)
  memory of node 1: 64465 MiB (63250 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4545587-1753237480/watcher-4545587-1753237480 -o /tmp/evaluation-result-4545587-1753237480/solver-4545587-1753237480 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753237474-198373 --watchdog 3760 run-dec-break.sh HOME/instance-4545587-1753237480.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100058 s]*
/proc/loadavg: 2.23 3.27 3.76 5/272 198531
/proc/meminfo: memFree=128272084/131250000 swapFree=33010160/33010684
[pid=198528] ppid=198525 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/198528/stat : 198528 (run-dec-break.s) S 198525 198528 197614 0 -1 4194304 237 814 0 0 0 0 0 0 20 0 1 0 239425535 4292608 768 18446744073709551615 94923150376960 94923151271493 140731772280368 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94923151510544 94923151558288 94923173187584 140731772283231 140731772283360 140731772283360 140731772288964 0
/proc/198528/statm: 1048 768 704 219 0 110 0
[pid=198531] ppid=198528 vsize=58348 memory=12860 CPUtime=0.07 cores=5,7
/proc/198531/stat : 198531 (roundingsat) R 198528 198528 197614 0 -1 4194304 1236 0 0 0 7 0 0 0 20 0 1 0 239425537 59748352 3215 18446744073709551615 4227072 8923433 140722644882288 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 24907776 140722644887874 140722644888102 140722644888102 140722644893674 0
/proc/198531/statm: 14587 3215 2304 1147 0 2014 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 62540 KiB
Current children cumulated memory: 15932 KiB

[startup+0.205799 s]*
/proc/loadavg: 2.23 3.27 3.76 6/272 198531
/proc/meminfo: memFree=128271076/131250000 swapFree=33010160/33010684
[pid=198528] ppid=198525 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/198528/stat : 198528 (run-dec-break.s) S 198525 198528 197614 0 -1 4194304 237 814 0 0 0 0 0 0 20 0 1 0 239425535 4292608 768 18446744073709551615 94923150376960 94923151271493 140731772280368 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94923151510544 94923151558288 94923173187584 140731772283231 140731772283360 140731772283360 140731772288964 0
/proc/198528/statm: 1048 768 704 219 0 110 0
[pid=198531] ppid=198528 vsize=59012 memory=15728 CPUtime=0.17 cores=5,7
/proc/198531/stat : 198531 (roundingsat) R 198528 198528 197614 0 -1 4194304 1404 0 0 0 16 1 0 0 20 0 1 0 239425537 60428288 3932 18446744073709551615 4227072 8923433 140722644882288 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 24907776 140722644887874 140722644888102 140722644888102 140722644893674 0
/proc/198531/statm: 14753 3932 2368 1147 0 2180 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 63204 KiB
Current children cumulated memory: 18800 KiB

[startup+0.305651 s]*
/proc/loadavg: 2.23 3.27 3.76 5/272 198531
/proc/meminfo: memFree=128270320/131250000 swapFree=33010160/33010684
[pid=198528] ppid=198525 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/198528/stat : 198528 (run-dec-break.s) S 198525 198528 197614 0 -1 4194304 237 814 0 0 0 0 0 0 20 0 1 0 239425535 4292608 768 18446744073709551615 94923150376960 94923151271493 140731772280368 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94923151510544 94923151558288 94923173187584 140731772283231 140731772283360 140731772283360 140731772288964 0
/proc/198528/statm: 1048 768 704 219 0 110 0
[pid=198531] ppid=198528 vsize=59676 memory=16496 CPUtime=0.26 cores=5,7
/proc/198531/stat : 198531 (roundingsat) R 198528 198528 197614 0 -1 4194304 1571 0 0 0 25 1 0 0 20 0 1 0 239425537 61108224 4124 18446744073709551615 4227072 8923433 140722644882288 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 24907776 140722644887874 140722644888102 140722644888102 140722644893674 0
/proc/198531/statm: 14919 4124 2368 1147 0 2346 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 63868 KiB
Current children cumulated memory: 19568 KiB

[startup+0.700163 s]
/proc/loadavg: 2.23 3.27 3.76 5/272 198531
/proc/meminfo: memFree=128270968/131250000 swapFree=33010160/33010684
[pid=198528] ppid=198525 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/198528/stat : 198528 (run-dec-break.s) S 198525 198528 197614 0 -1 4194304 237 814 0 0 0 0 0 0 20 0 1 0 239425535 4292608 768 18446744073709551615 94923150376960 94923151271493 140731772280368 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94923151510544 94923151558288 94923173187584 140731772283231 140731772283360 140731772283360 140731772288964 0
/proc/198528/statm: 1048 768 704 219 0 110 0
[pid=198531] ppid=198528 vsize=60468 memory=17264 CPUtime=0.65 cores=5,7
/proc/198531/stat : 198531 (roundingsat) R 198528 198528 197614 0 -1 4194304 1790 0 0 0 63 2 0 0 20 0 1 0 239425537 61919232 4316 18446744073709551615 4227072 8923433 140722644882288 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24907776 140722644887874 140722644888102 140722644888102 140722644893674 0
/proc/198531/statm: 15117 4316 2368 1147 0 2544 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 64660 KiB
Current children cumulated memory: 20336 KiB

[startup+1.50021 s]
/proc/loadavg: 2.23 3.27 3.76 5/272 198531
/proc/meminfo: memFree=128270968/131250000 swapFree=33010160/33010684
[pid=198528] ppid=198525 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/198528/stat : 198528 (run-dec-break.s) S 198525 198528 197614 0 -1 4194304 237 814 0 0 0 0 0 0 20 0 1 0 239425535 4292608 768 18446744073709551615 94923150376960 94923151271493 140731772280368 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94923151510544 94923151558288 94923173187584 140731772283231 140731772283360 140731772283360 140731772288964 0
/proc/198528/statm: 1048 768 704 219 0 110 0
[pid=198531] ppid=198528 vsize=63056 memory=19824 CPUtime=1.45 cores=5,7
/proc/198531/stat : 198531 (roundingsat) R 198528 198528 197614 0 -1 4194304 2431 0 0 0 142 3 0 0 20 0 1 0 239425537 64569344 4956 18446744073709551615 4227072 8923433 140722644882288 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24907776 140722644887874 140722644888102 140722644888102 140722644893674 0
/proc/198531/statm: 15764 4956 2368 1147 0 3191 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 67248 KiB
Current children cumulated memory: 22896 KiB

[startup+3.10576 s]
/proc/loadavg: 2.23 3.27 3.76 5/272 198531
/proc/meminfo: memFree=128263220/131250000 swapFree=33010160/33010684
[pid=198528] ppid=198525 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/198528/stat : 198528 (run-dec-break.s) S 198525 198528 197614 0 -1 4194304 237 814 0 0 0 0 0 0 20 0 1 0 239425535 4292608 768 18446744073709551615 94923150376960 94923151271493 140731772280368 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94923151510544 94923151558288 94923173187584 140731772283231 140731772283360 140731772283360 140731772288964 0
/proc/198528/statm: 1048 768 704 219 0 110 0
[pid=198531] ppid=198528 vsize=66868 memory=25452 CPUtime=3.04 cores=5,7
/proc/198531/stat : 198531 (roundingsat) R 198528 198528 197614 0 -1 4194304 3333 0 0 0 300 4 0 0 20 0 1 0 239425537 68472832 6363 18446744073709551615 4227072 8923433 140722644882288 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24907776 140722644887874 140722644888102 140722644888102 140722644893674 0
/proc/198531/statm: 16717 6363 2368 1147 0 4144 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 71060 KiB
Current children cumulated memory: 28524 KiB

[startup+6.30016 s]
/proc/loadavg: 2.37 3.28 3.77 5/274 198534
/proc/meminfo: memFree=128253256/131250000 swapFree=33010160/33010684
[pid=198528] ppid=198525 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/198528/stat : 198528 (run-dec-break.s) S 198525 198528 197614 0 -1 4194304 237 814 0 0 0 0 0 0 20 0 1 0 239425535 4292608 768 18446744073709551615 94923150376960 94923151271493 140731772280368 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94923151510544 94923151558288 94923173187584 140731772283231 140731772283360 140731772283360 140731772288964 0
/proc/198528/statm: 1048 768 704 219 0 110 0
[pid=198531] ppid=198528 vsize=69556 memory=28012 CPUtime=6.23 cores=5,7
/proc/198531/stat : 198531 (roundingsat) R 198528 198528 197614 0 -1 4194304 3948 0 0 0 615 8 0 0 20 0 1 0 239425537 71225344 7003 18446744073709551615 4227072 8923433 140722644882288 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24907776 140722644887874 140722644888102 140722644888102 140722644893674 0
/proc/198531/statm: 17389 7003 2368 1147 0 4816 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 73748 KiB
Current children cumulated memory: 31084 KiB

[startup+12.7002 s]
/proc/loadavg: 2.50 3.29 3.77 5/274 198534
/proc/meminfo: memFree=128203864/131250000 swapFree=33010160/33010684
[pid=198528] ppid=198525 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/198528/stat : 198528 (run-dec-break.s) S 198525 198528 197614 0 -1 4194304 237 814 0 0 0 0 0 0 20 0 1 0 239425535 4292608 768 18446744073709551615 94923150376960 94923151271493 140731772280368 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94923151510544 94923151558288 94923173187584 140731772283231 140731772283360 140731772283360 140731772288964 0
/proc/198528/statm: 1048 768 704 219 0 110 0
[pid=198531] ppid=198528 vsize=85264 memory=38636 CPUtime=12.62 cores=5,7
/proc/198531/stat : 198531 (roundingsat) R 198528 198528 197614 0 -1 4194304 6617 0 0 0 1249 13 0 0 20 0 1 0 239425537 87310336 9659 18446744073709551615 4227072 8923433 140722644882288 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24907776 140722644887874 140722644888102 140722644888102 140722644893674 0
/proc/198531/statm: 21316 9659 2368 1147 0 8743 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 89456 KiB
Current children cumulated memory: 41708 KiB

[startup+25.5002 s]
/proc/loadavg: 2.83 3.33 3.77 5/274 198535
/proc/meminfo: memFree=128149436/131250000 swapFree=33010160/33010684
[pid=198528] ppid=198525 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/198528/stat : 198528 (run-dec-break.s) S 198525 198528 197614 0 -1 4194304 237 814 0 0 0 0 0 0 20 0 1 0 239425535 4292608 768 18446744073709551615 94923150376960 94923151271493 140731772280368 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94923151510544 94923151558288 94923173187584 140731772283231 140731772283360 140731772283360 140731772288964 0
/proc/198528/statm: 1048 768 704 219 0 110 0
[pid=198531] ppid=198528 vsize=87340 memory=41324 CPUtime=25.39 cores=5,7
/proc/198531/stat : 198531 (roundingsat) R 198528 198528 197614 0 -1 4194304 7237 0 0 0 2518 21 0 0 20 0 1 0 239425537 89436160 10331 18446744073709551615 4227072 8923433 140722644882288 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24907776 140722644887874 140722644888102 140722644888102 140722644893674 0
/proc/198531/statm: 21835 10331 2432 1147 0 9262 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 91532 KiB
Current children cumulated memory: 44396 KiB

[startup+51.1058 s]
/proc/loadavg: 3.29 3.40 3.78 5/274 198535
/proc/meminfo: memFree=128085428/131250000 swapFree=33010160/33010684
[pid=198528] ppid=198525 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/198528/stat : 198528 (run-dec-break.s) S 198525 198528 197614 0 -1 4194304 237 814 0 0 0 0 0 0 20 0 1 0 239425535 4292608 768 18446744073709551615 94923150376960 94923151271493 140731772280368 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94923151510544 94923151558288 94923173187584 140731772283231 140731772283360 140731772283360 140731772288964 0
/proc/198528/statm: 1048 768 704 219 0 110 0
[pid=198531] ppid=198528 vsize=104896 memory=56852 CPUtime=50.93 cores=5,7
/proc/198531/stat : 198531 (roundingsat) R 198528 198528 197614 0 -1 4194304 10188 0 0 0 5058 35 0 0 20 0 1 0 239425537 107413504 14213 18446744073709551615 4227072 8923433 140722644882288 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24907776 140722644887874 140722644888102 140722644888102 140722644893674 0
/proc/198531/statm: 26224 14213 2432 1147 0 13651 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 109088 KiB
Current children cumulated memory: 59924 KiB

[startup+102.3 s]
/proc/loadavg: 3.30 3.39 3.76 4/267 198568
/proc/meminfo: memFree=128086640/131250000 swapFree=33010160/33010684
[pid=198528] ppid=198525 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/198528/stat : 198528 (run-dec-break.s) S 198525 198528 197614 0 -1 4194304 237 814 0 0 0 0 0 0 20 0 1 0 239425535 4292608 768 18446744073709551615 94923150376960 94923151271493 140731772280368 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94923151510544 94923151558288 94923173187584 140731772283231 140731772283360 140731772283360 140731772288964 0
/proc/198528/statm: 1048 768 704 219 0 110 0
[pid=198531] ppid=198528 vsize=116924 memory=70340 CPUtime=101.98 cores=5,7
/proc/198531/stat : 198531 (roundingsat) R 198528 198528 197614 0 -1 4194304 13374 0 0 0 10143 55 0 0 20 0 1 0 239425537 119730176 17585 18446744073709551615 4227072 8923433 140722644882288 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24907776 140722644887874 140722644888102 140722644888102 140722644893674 0
/proc/198531/statm: 29231 17585 2432 1147 0 16658 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 121116 KiB
Current children cumulated memory: 73412 KiB

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

# cumulated CPU time of all completed processes:  user=158.129 s, system=0.769865 s

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

[startup+102.4 s]
/proc/loadavg: 3.30 3.39 3.76 4/267 198568
/proc/meminfo: memFree=128086640/131250000 swapFree=33010160/33010684
[pid=198528] ppid=198525 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/198528/stat : 198528 (run-dec-break.s) S 198525 198528 197614 0 -1 4194304 237 814 0 0 0 0 0 0 20 0 1 0 239425535 4292608 768 18446744073709551615 94923150376960 94923151271493 140731772280368 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94923151510544 94923151558288 94923173187584 140731772283231 140731772283360 140731772283360 140731772288964 0
/proc/198528/statm: 1048 768 704 219 0 110 0
[pid=198531] ppid=198528 vsize=116924 memory=70340 CPUtime=102.08 cores=5,7
/proc/198531/stat : 198531 (roundingsat) R 198528 198528 197614 0 -1 4194304 13374 0 0 0 10153 55 0 0 20 0 1 0 239425537 119730176 17585 18446744073709551615 4227072 8923433 140722644882288 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24907776 140722644887874 140722644888102 140722644888102 140722644893674 0
/proc/198531/statm: 29231 17585 2432 1147 0 16658 0
Current children cumulated CPU time: 102.08 s
Current children cumulated vsize: 121116 KiB
Current children cumulated memory: 73412 KiB

[startup+128 s]*
/proc/loadavg: 3.27 3.38 3.75 4/267 198569
/proc/meminfo: memFree=128092980/131250000 swapFree=33010160/33010684
[pid=198528] ppid=198525 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/198528/stat : 198528 (run-dec-break.s) S 198525 198528 197614 0 -1 4194304 237 814 0 0 0 0 0 0 20 0 1 0 239425535 4292608 768 18446744073709551615 94923150376960 94923151271493 140731772280368 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94923151510544 94923151558288 94923173187584 140731772283231 140731772283360 140731772283360 140731772288964 0
/proc/198528/statm: 1048 768 704 219 0 110 0
[pid=198531] ppid=198528 vsize=118384 memory=71364 CPUtime=127.63 cores=5,7
/proc/198531/stat : 198531 (roundingsat) R 198528 198528 197614 0 -1 4194304 13652 0 0 0 12695 68 0 0 20 0 1 0 239425537 121225216 17841 18446744073709551615 4227072 8923433 140722644882288 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24907776 140722644887874 140722644888102 140722644888102 140722644893674 0
/proc/198531/statm: 29596 17841 2432 1147 0 17023 0
Current children cumulated CPU time: 127.63 s
Current children cumulated vsize: 122576 KiB
Current children cumulated memory: 74436 KiB

[startup+140.8 s]
/proc/loadavg: 3.21 3.36 3.73 4/267 198570
/proc/meminfo: memFree=128060656/131250000 swapFree=33010160/33010684
[pid=198528] ppid=198525 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/198528/stat : 198528 (run-dec-break.s) S 198525 198528 197614 0 -1 4194304 237 814 0 0 0 0 0 0 20 0 1 0 239425535 4292608 768 18446744073709551615 94923150376960 94923151271493 140731772280368 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94923151510544 94923151558288 94923173187584 140731772283231 140731772283360 140731772283360 140731772288964 0
/proc/198528/statm: 1048 768 704 219 0 110 0
[pid=198531] ppid=198528 vsize=135248 memory=80160 CPUtime=140.38 cores=5,7
/proc/198531/stat : 198531 (roundingsat) R 198528 198528 197614 0 -1 4194304 15343 0 0 0 13968 70 0 0 20 0 1 0 239425537 138493952 20040 18446744073709551615 4227072 8923433 140722644882288 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24907776 140722644887874 140722644888102 140722644888102 140722644893674 0
/proc/198531/statm: 33812 20040 2432 1147 0 21239 0
Current children cumulated CPU time: 140.38 s
Current children cumulated vsize: 139440 KiB
Current children cumulated memory: 83232 KiB

[startup+147.2 s]
/proc/loadavg: 3.19 3.35 3.73 4/267 198570
/proc/meminfo: memFree=128044880/131250000 swapFree=33010160/33010684
[pid=198528] ppid=198525 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/198528/stat : 198528 (run-dec-break.s) S 198525 198528 197614 0 -1 4194304 237 814 0 0 0 0 0 0 20 0 1 0 239425535 4292608 768 18446744073709551615 94923150376960 94923151271493 140731772280368 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94923151510544 94923151558288 94923173187584 140731772283231 140731772283360 140731772283360 140731772288964 0
/proc/198528/statm: 1048 768 704 219 0 110 0
[pid=198531] ppid=198528 vsize=138000 memory=84820 CPUtime=146.77 cores=5,7
/proc/198531/stat : 198531 (roundingsat) R 198528 198528 197614 0 -1 4194304 15980 0 0 0 14606 71 0 0 20 0 1 0 239425537 141312000 21205 18446744073709551615 4227072 8923433 140722644882288 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24907776 140722644887874 140722644888102 140722644888102 140722644893674 0
/proc/198531/statm: 34500 21205 2432 1147 0 21927 0
Current children cumulated CPU time: 146.77 s
Current children cumulated vsize: 142192 KiB
Current children cumulated memory: 87892 KiB

[startup+153.6 s]
/proc/loadavg: 3.18 3.35 3.73 4/267 198570
/proc/meminfo: memFree=128028748/131250000 swapFree=33010160/33010684
[pid=198528] ppid=198525 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/198528/stat : 198528 (run-dec-break.s) S 198525 198528 197614 0 -1 4194304 237 814 0 0 0 0 0 0 20 0 1 0 239425535 4292608 768 18446744073709551615 94923150376960 94923151271493 140731772280368 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94923151510544 94923151558288 94923173187584 140731772283231 140731772283360 140731772283360 140731772288964 0
/proc/198528/statm: 1048 768 704 219 0 110 0
[pid=198531] ppid=198528 vsize=138192 memory=85144 CPUtime=153.16 cores=5,7
/proc/198531/stat : 198531 (roundingsat) R 198528 198528 197614 0 -1 4194304 16194 0 0 0 15242 74 0 0 20 0 1 0 239425537 141508608 21286 18446744073709551615 4227072 8923433 140722644882288 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24907776 140722644887874 140722644888102 140722644888102 140722644893674 0
/proc/198531/statm: 34548 21286 2432 1147 0 21975 0
Current children cumulated CPU time: 153.16 s
Current children cumulated vsize: 142384 KiB
Current children cumulated memory: 88216 KiB

[startup+156.8 s]
/proc/loadavg: 3.16 3.34 3.72 4/267 198570
/proc/meminfo: memFree=128028748/131250000 swapFree=33010160/33010684
[pid=198528] ppid=198525 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/198528/stat : 198528 (run-dec-break.s) S 198525 198528 197614 0 -1 4194304 237 814 0 0 0 0 0 0 20 0 1 0 239425535 4292608 768 18446744073709551615 94923150376960 94923151271493 140731772280368 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94923151510544 94923151558288 94923173187584 140731772283231 140731772283360 140731772283360 140731772288964 0
/proc/198528/statm: 1048 768 704 219 0 110 0
[pid=198531] ppid=198528 vsize=138192 memory=85144 CPUtime=156.35 cores=5,7
/proc/198531/stat : 198531 (roundingsat) R 198528 198528 197614 0 -1 4194304 16194 0 0 0 15560 75 0 0 20 0 1 0 239425537 141508608 21286 18446744073709551615 4227072 8923433 140722644882288 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24907776 140722644887874 140722644888102 140722644888102 140722644893674 0
/proc/198531/statm: 34548 21286 2432 1147 0 21975 0
Current children cumulated CPU time: 156.35 s
Current children cumulated vsize: 142384 KiB
Current children cumulated memory: 88216 KiB

[startup+158.4 s]
/proc/loadavg: 3.16 3.34 3.72 4/267 198570
/proc/meminfo: memFree=128024904/131250000 swapFree=33010160/33010684
[pid=198528] ppid=198525 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/198528/stat : 198528 (run-dec-break.s) S 198525 198528 197614 0 -1 4194304 237 814 0 0 0 0 0 0 20 0 1 0 239425535 4292608 768 18446744073709551615 94923150376960 94923151271493 140731772280368 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94923151510544 94923151558288 94923173187584 140731772283231 140731772283360 140731772283360 140731772288964 0
/proc/198528/statm: 1048 768 704 219 0 110 0
[pid=198531] ppid=198528 vsize=138192 memory=85144 CPUtime=157.94 cores=5,7
/proc/198531/stat : 198531 (roundingsat) R 198528 198528 197614 0 -1 4194304 16194 0 0 0 15719 75 0 0 20 0 1 0 239425537 141508608 21286 18446744073709551615 4227072 8923433 140722644882288 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24907776 140722644887874 140722644888102 140722644888102 140722644893674 0
/proc/198531/statm: 34548 21286 2432 1147 0 21975 0
Current children cumulated CPU time: 157.94 s
Current children cumulated vsize: 142384 KiB
Current children cumulated memory: 88216 KiB

[startup+158.8 s]
/proc/loadavg: 3.16 3.34 3.72 4/267 198570
/proc/meminfo: memFree=128024904/131250000 swapFree=33010160/33010684
[pid=198528] ppid=198525 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/198528/stat : 198528 (run-dec-break.s) S 198525 198528 197614 0 -1 4194304 237 814 0 0 0 0 0 0 20 0 1 0 239425535 4292608 768 18446744073709551615 94923150376960 94923151271493 140731772280368 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94923151510544 94923151558288 94923173187584 140731772283231 140731772283360 140731772283360 140731772288964 0
/proc/198528/statm: 1048 768 704 219 0 110 0
[pid=198531] ppid=198528 vsize=138192 memory=85144 CPUtime=158.35 cores=5,7
/proc/198531/stat : 198531 (roundingsat) R 198528 198528 197614 0 -1 4194304 16194 0 0 0 15759 76 0 0 20 0 1 0 239425537 141508608 21286 18446744073709551615 4227072 8923433 140722644882288 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24907776 140722644887874 140722644888102 140722644888102 140722644893674 0
/proc/198531/statm: 34548 21286 2432 1147 0 21975 0
Current children cumulated CPU time: 158.35 s
Current children cumulated vsize: 142384 KiB
Current children cumulated memory: 88216 KiB

[startup+159.2 s]
/proc/loadavg: 3.15 3.33 3.72 4/267 198570
/proc/meminfo: memFree=128024904/131250000 swapFree=33010160/33010684
[pid=198528] ppid=198525 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/198528/stat : 198528 (run-dec-break.s) S 198525 198528 197614 0 -1 4194304 237 814 0 0 0 0 0 0 20 0 1 0 239425535 4292608 768 18446744073709551615 94923150376960 94923151271493 140731772280368 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94923151510544 94923151558288 94923173187584 140731772283231 140731772283360 140731772283360 140731772288964 0
/proc/198528/statm: 1048 768 704 219 0 110 0
[pid=198531] ppid=198528 vsize=138192 memory=85144 CPUtime=158.75 cores=5,7
/proc/198531/stat : 198531 (roundingsat) R 198528 198528 197614 0 -1 4194304 16194 0 0 0 15799 76 0 0 20 0 1 0 239425537 141508608 21286 18446744073709551615 4227072 8923433 140722644882288 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24907776 140722644887874 140722644888102 140722644888102 140722644893674 0
/proc/198531/statm: 34548 21286 2432 1147 0 21975 0
Current children cumulated CPU time: 158.75 s
Current children cumulated vsize: 142384 KiB
Current children cumulated memory: 88216 KiB

[startup+159.3 s]
/proc/loadavg: 3.15 3.33 3.72 4/267 198570
/proc/meminfo: memFree=128024904/131250000 swapFree=33010160/33010684
[pid=198528] ppid=198525 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/198528/stat : 198528 (run-dec-break.s) S 198525 198528 197614 0 -1 4194304 237 814 0 0 0 0 0 0 20 0 1 0 239425535 4292608 768 18446744073709551615 94923150376960 94923151271493 140731772280368 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94923151510544 94923151558288 94923173187584 140731772283231 140731772283360 140731772283360 140731772288964 0
/proc/198528/statm: 1048 768 704 219 0 110 0
[pid=198531] ppid=198528 vsize=138192 memory=85144 CPUtime=158.84 cores=5,7
/proc/198531/stat : 198531 (roundingsat) R 198528 198528 197614 0 -1 4194304 16194 0 0 0 15808 76 0 0 20 0 1 0 239425537 141508608 21286 18446744073709551615 4227072 8923433 140722644882288 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 24907776 140722644887874 140722644888102 140722644888102 140722644893674 0
/proc/198531/statm: 34548 21286 2432 1147 0 21975 0
Current children cumulated CPU time: 158.84 s
Current children cumulated vsize: 142384 KiB
Current children cumulated memory: 88216 KiB

Child status: 0

Real time (s): 159.34
CPU time (s): 158.899
CPU user time (s): 158.129
CPU system time (s): 0.769865
CPU usage (%): 99.7234
Max. virtual memory (cumulated for all children) (KiB): 142384
Max. memory (cumulated for all children) (KiB): 88216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 158.129
system time used= 0.769865
maximum resident set size= 85588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17269
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 207
involuntary context switches= 175


# summary of solver processes directly reported to runsolver:
#   pid: 198528
#   total CPU time (s): 158.899
#   total CPU user time (s): 158.129
#   total CPU system time (s): 0.769865

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.335101 second user time and 0.759496 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-23 04:24:40
IDJOB=4545587
IDBENCH=180940
IDSOLVER=3357
FILE ID=nodeC016/4545587-1753237480
RUNJOBID= nodeC016-1753237474-198373
SLURM_JOB_ID= 9687851
Free space on /tmp= 432992 MiB

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

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

MD5SUM BENCH= d0358cfd617a5121014a5f104d62bc1e
RANDOM SEED=682304153

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.752
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.743
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		: 3598.383
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		: 3626.616
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.733
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.731
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		: 3588.480
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		: 3599.586
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:        128274508 kB
MemAvailable:   129318572 kB
Buffers:            2144 kB
Cached:          1759152 kB
SwapCached:           24 kB
Active:          1607176 kB
Inactive:         522252 kB
Active(anon):     392264 kB
Inactive(anon):     2108 kB
Active(file):    1214912 kB
Inactive(file):   520144 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             29560 kB
Writeback:             0 kB
AnonPages:        371200 kB
Mapped:           121736 kB
Shmem:             26240 kB
KReclaimable:     296492 kB
Slab:             395656 kB
SReclaimable:     296492 kB
SUnreclaim:        99164 kB
KernelStack:        4400 kB
PageTables:         3964 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     759168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 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= 432996 MiB
End job on nodeC016 at 2025-07-23 04:27:19