Trace number 4545120

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma-log 63f22ad? (TO) 3600.13 3610.05

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-AverageAvoiding-mini-40_c24.opb
MD5SUMe60f0e926bcd6b192a3b449cde285525
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables103760
Total number of constraints89518
Number of constraints which are clauses19880
Number of constraints which are cardinality constraints (but not clauses)160
Number of constraints which are nor clauses,nor cardinality constraints69478
Minimum length of a constraint1
Maximum length of a constraint85
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 1561
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4808
Number of bits of the biggest sum of numbers13
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-4545120-1753233654.opb'
0.19/0.30	c 	read 28.73MB  (289.74ms)
0.19/0.30	c	 [cnf: #variables 103760 #clauses 89518 #duplicates 0 #arr 2864202]
0.19/0.30	c output proof to '/tmp/proof-4545120-1753233654'
0.19/0.30	c 
0.19/0.30	c make graph and approximate orbits
0.58/0.62	c	 [group: #orbits ~= 0] (320.66ms)
0.58/0.62	c 
0.58/0.62	c detect special group actions
0.58/0.62	c 	probe for Johnson action (limit=64)
0.58/0.62	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.58/0.64	c 	probe for row symmetry (limit=64, splits=16.78M)
0.58/0.65	c 	 (26.43ms)
0.58/0.65	c 
0.58/0.65	c detect symmetries on remainder
0.58/0.65	c 	[graph: #vertices 566396 #edges 6474640]
0.58/0.65	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.58/0.69	c 	 [group: #symmetries 1.00*10^0 #generators 0] (43.31ms)
0.58/0.69	c 
0.58/0.69	c finalize break order and special generators
0.58/0.69	c 
0.58/0.69	c generation finished
0.58/0.69	c 	[sbp: #constraints 0 #add_vars 0]
0.67/0.70	c 
0.67/0.70	c write result to 'HOME/instance-4545120-1753233654.opb.pre'
0.67/0.76	c 	wrote 28.79MB (60.16ms)
0.67/0.76	c ------------------------------------------------------------------
0.67/0.76	c                 320.66ms 42.59% approx_orbits
0.67/0.76	c                 289.74ms 38.48% parse
0.67/0.76	c                  60.16ms  7.99% output
0.67/0.76	c                  43.31ms  5.75% detect_generic
0.67/0.76	c                  26.43ms  3.51% detect_special
0.67/0.76	c                   8.54ms  1.13% other
0.67/0.76	c                   4.14ms  0.55% finalize_order
0.67/0.76	c         ───────────────────────────────────────────────
0.67/0.76	c                 752.98ms   100% total
0.67/0.76	c ------------------------------------------------------------------
0.77/0.80	c RoundingSat 2
0.77/0.80	c branch pb25
0.77/0.80	c commit 63f22ad
2.85/2.94	c #variables 103760 #constraints 99558
2469.72/2476.82	c #Conflicts:       1000 | #Constraints:     100557
2469.72/2476.82	c #Conflicts:       2000 | #Constraints:     101557
2469.72/2476.82	c INPROCESSING
2469.72/2476.82	c #Conflicts:       3000 | #Constraints:      81603
2469.72/2476.82	c #Conflicts:       4000 | #Constraints:      82603
2469.72/2476.82	c INPROCESSING
2469.72/2476.82	c #Conflicts:       5000 | #Constraints:      82093
2469.72/2476.82	c #Conflicts:       6000 | #Constraints:      83093
2469.72/2476.82	c INPROCESSING
2469.72/2476.82	c #Conflicts:       7000 | #Constraints:      82150
2469.72/2476.82	c #Conflicts:       8000 | #Constraints:      83150
2469.72/2476.82	c #Conflicts:       9000 | #Constraints:      84150
2469.72/2476.82	c INPROCESSING
2469.72/2476.82	c #Conflicts:      10000 | #Constraints:      82927
2469.72/2476.82	c #Conflicts:      11000 | #Constraints:      83927
2469.72/2476.82	c #Conflicts:      12000 | #Constraints:      84927
2469.72/2476.82	c INPROCESSING
2469.72/2476.82	c #Conflicts:      13000 | #Constraints:      83447
2469.72/2476.82	c #Conflicts:      14000 | #Constraints:      84447
2469.72/2476.82	c #Conflicts:      15000 | #Constraints:      85447
2469.72/2476.82	c INPROCESSING
2469.72/2476.82	c GARBAGE COLLECT
2469.72/2476.82	c #Conflicts:      16000 | #Constraints:      83727
2469.72/2476.82	c #Conflicts:      17000 | #Constraints:      84727
2469.72/2476.82	c #Conflicts:      18000 | #Constraints:      85727
2469.72/2476.82	c INPROCESSING
2469.72/2476.82	c #Conflicts:      19000 | #Constraints:      83802
2469.72/2476.82	c #Conflicts:      20000 | #Constraints:      84802
2469.72/2476.82	c #Conflicts:      21000 | #Constraints:      85802
2469.72/2476.82	c INPROCESSING
2469.72/2476.82	c #Conflicts:      22000 | #Constraints:      83628
2469.72/2476.82	c #Conflicts:      23000 | #Constraints:      84628
2469.72/2476.82	c #Conflicts:      24000 | #Constraints:      85628
2469.72/2476.82	c #Conflicts:      25000 | #Constraints:      86628
2469.72/2476.82	c #Conflicts:      26000 | #Constraints:      87628
2469.72/2476.82	c #Conflicts:      27000 | #Constraints:      88628
2469.72/2476.82	c #Conflicts:      28000 | #Constraints:      89628
2469.72/2476.82	c #Conflicts:      29000 | #Constraints:      90628
2469.72/2476.82	c #Conflicts:      30000 | #Constraints:      91628
2469.72/2476.82	c #Conflicts:      31000 | #Constraints:      92628
2469.72/2476.82	c #Conflicts:      32000 | #Constraints:      93628
2469.72/2476.82	c #Conflicts:      33000 | #Constraints:      94628
2469.72/2476.82	c INPROCESSING
2469.72/2476.82	c GARBAGE COLLECT
2469.72/2476.82	c #Conflicts:      34000 | #Constraints:      88341
2469.72/2476.82	c #Conflicts:      35000 | #Constraints:      89341
2469.72/2476.82	c #Conflicts:      36000 | #Constraints:      90341
2469.72/2476.82	c #Conflicts:      37000 | #Constraints:      91341
2469.72/2476.82	c #Conflicts:      38000 | #Constraints:      92341
2469.72/2476.82	c INPROCESSING
2469.72/2476.82	c #Conflicts:      39000 | #Constraints:      87353
2469.72/2476.82	c #Conflicts:      40000 | #Constraints:      88353
2469.72/2476.82	c #Conflicts:      41000 | #Constraints:      89353
2469.72/2476.82	c #Conflicts:      42000 | #Constraints:      90353
2469.72/2476.82	c INPROCESSING
2469.72/2476.82	c #Conflicts:      43000 | #Constraints:      85874
2469.72/2476.82	c #Conflicts:      44000 | #Constraints:      86874
2469.72/2476.82	c #Conflicts:      45000 | #Constraints:      87874
2469.72/2476.82	c #Conflicts:      46000 | #Constraints:      88874
2469.72/2476.82	c #Conflicts:      47000 | #Constraints:      89874
2469.72/2476.82	c #Conflicts:      48000 | #Constraints:      90874
2469.72/2476.82	c #Conflicts:      49000 | #Constraints:      91874
2469.72/2476.82	c #Conflicts:      50000 | #Constraints:      92874
2469.72/2476.82	c #Conflicts:      51000 | #Constraints:      93874
2469.72/2476.82	c #Conflicts:      52000 | #Constraints:      94874
2469.72/2476.82	c #Conflicts:      53000 | #Constraints:      95874
2469.72/2476.82	c #Conflicts:      54000 | #Constraints:      96874
2469.72/2476.82	c #Conflicts:      55000 | #Constraints:      97874
2469.72/2476.82	c #Conflicts:      56000 | #Constraints:      98874
2469.72/2476.82	c #Conflicts:      57000 | #Constraints:      99874
2469.72/2476.82	c #Conflicts:      58000 | #Constraints:     100874
2469.72/2476.82	c INPROCESSING
2469.72/2476.82	c GARBAGE COLLECT
2469.72/2476.82	c #Conflicts:      59000 | #Constraints:      91330
2469.72/2476.82	c #Conflicts:      60000 | #Constraints:      92330
2469.72/2476.82	c #Conflicts:      61000 | #Constraints:      93330
2469.72/2476.82	c #Conflicts:      62000 | #Constraints:      94330
2469.72/2476.82	c #Conflicts:      63000 | #Constraints:      95330
2469.72/2476.82	c #Conflicts:      64000 | #Constraints:      96330
2469.72/2476.82	c #Conflicts:      65000 | #Constraints:      97330
2469.72/2476.82	c INPROCESSING
2469.72/2476.82	c #Conflicts:      66000 | #Constraints:      89981
2469.72/2476.82	c #Conflicts:      67000 | #Constraints:      90981
2469.72/2476.82	c #Conflicts:      68000 | #Constraints:      91981
2469.72/2476.82	c #Conflicts:      69000 | #Constraints:      92981
2469.72/2476.82	c #Conflicts:      70000 | #Constraints:      93981
2469.72/2476.82	c #Conflicts:      71000 | #Constraints:      94981
2469.72/2476.82	c #Conflicts:      72000 | #Constraints:      95981
2469.72/2476.82	c #Conflicts:      73000 | #Constraints:      96981
2469.72/2476.82	c #Conflicts:      74000 | #Constraints:      97981
3467.18/3476.84	c #Conflicts:      75000 | #Constraints:      98981
3467.18/3476.84	c #Conflicts:      76000 | #Constraints:      99981
3467.18/3476.84	c #Conflicts:      77000 | #Constraints:     100981
3467.18/3476.84	c #Conflicts:      78000 | #Constraints:     101981
3467.18/3476.84	c #Conflicts:      79000 | #Constraints:     102981
3467.18/3476.84	c #Conflicts:      80000 | #Constraints:     103981
3467.18/3476.84	c #Conflicts:      81000 | #Constraints:     104981
3467.18/3476.84	c #Conflicts:      82000 | #Constraints:     105981
3467.18/3476.84	c #Conflicts:      83000 | #Constraints:     106981
3467.18/3476.84	c #Conflicts:      84000 | #Constraints:     107981
3467.18/3476.84	c INPROCESSING
3467.18/3476.84	c GARBAGE COLLECT
3467.18/3476.84	c #Conflicts:      85000 | #Constraints:      95453
3467.18/3476.84	c #Conflicts:      86000 | #Constraints:      96453
3467.18/3476.84	c #Conflicts:      87000 | #Constraints:      97453
3467.18/3476.84	c #Conflicts:      88000 | #Constraints:      98453
3467.18/3476.84	c #Conflicts:      89000 | #Constraints:      99453
3467.18/3476.84	c #Conflicts:      90000 | #Constraints:     100453
3467.18/3476.84	c #Conflicts:      91000 | #Constraints:     101453
3467.18/3476.84	c INPROCESSING
3467.18/3476.84	c #Conflicts:      92000 | #Constraints:      91881
3467.18/3476.84	c #Conflicts:      93000 | #Constraints:      92881
3467.18/3476.84	c #Conflicts:      94000 | #Constraints:      93881
3467.18/3476.84	c #Conflicts:      95000 | #Constraints:      94881
3467.18/3476.84	c #Conflicts:      96000 | #Constraints:      95881
3467.18/3476.84	c #Conflicts:      97000 | #Constraints:      96881
3467.18/3476.84	c #Conflicts:      98000 | #Constraints:      97881
3467.18/3476.84	c #Conflicts:      99000 | #Constraints:      98881
3467.18/3476.84	c #Conflicts:     100000 | #Constraints:      99881
3467.18/3476.84	c #Conflicts:     101000 | #Constraints:     100881
3467.18/3476.84	c #Conflicts:     102000 | #Constraints:     101881
3467.18/3476.84	c #Conflicts:     103000 | #Constraints:     102881
3467.18/3476.84	c #Conflicts:     104000 | #Constraints:     103881
3467.18/3476.84	c #Conflicts:     105000 | #Constraints:     104881
3467.18/3476.84	c #Conflicts:     106000 | #Constraints:     105881
3467.18/3476.84	c #Conflicts:     107000 | #Constraints:     106881
3467.18/3476.84	c #Conflicts:     108000 | #Constraints:     107881
3467.18/3476.84	c #Conflicts:     109000 | #Constraints:     108881
3467.18/3476.84	c #Conflicts:     110000 | #Constraints:     109881
3467.18/3476.84	c #Conflicts:     111000 | #Constraints:     110881
3467.18/3476.84	c #Conflicts:     112000 | #Constraints:     111881
3467.18/3476.84	c #Conflicts:     113000 | #Constraints:     112881
3467.18/3476.84	c INPROCESSING
3467.18/3476.84	c GARBAGE COLLECT
3467.18/3476.84	c #Conflicts:     114000 | #Constraints:      97670
3467.18/3476.84	c #Conflicts:     115000 | #Constraints:      98670
3467.18/3476.84	c #Conflicts:     116000 | #Constraints:      99670
3467.18/3476.84	c #Conflicts:     117000 | #Constraints:     100670
3467.18/3476.84	c #Conflicts:     118000 | #Constraints:     101670
3467.18/3476.84	c #Conflicts:     119000 | #Constraints:     102670
3467.18/3476.84	c #Conflicts:     120000 | #Constraints:     103670
3467.18/3476.84	c #Conflicts:     121000 | #Constraints:     104670
3467.18/3476.84	c #Conflicts:     122000 | #Constraints:     105670
3467.18/3476.84	c INPROCESSING
3467.18/3476.84	c #Conflicts:     123000 | #Constraints:      94166
3467.18/3476.84	c #Conflicts:     124000 | #Constraints:      95166
3467.18/3476.84	c #Conflicts:     125000 | #Constraints:      96166
3467.18/3476.84	c #Conflicts:     126000 | #Constraints:      97166
3467.18/3476.84	c #Conflicts:     127000 | #Constraints:      98166
3467.18/3476.84	c #Conflicts:     128000 | #Constraints:      99166
3467.18/3476.84	c #Conflicts:     129000 | #Constraints:     100166
3467.18/3476.84	c #Conflicts:     130000 | #Constraints:     101166
3467.18/3476.84	c #Conflicts:     131000 | #Constraints:     102166
3467.18/3476.84	c #Conflicts:     132000 | #Constraints:     103166
3467.18/3476.84	c #Conflicts:     133000 | #Constraints:     104166
3467.18/3476.84	c #Conflicts:     134000 | #Constraints:     105166
3467.18/3476.84	c #Conflicts:     135000 | #Constraints:     106166
3467.18/3476.84	c #Conflicts:     136000 | #Constraints:     107166
3467.18/3476.84	c #Conflicts:     137000 | #Constraints:     108166
3467.18/3476.84	c #Conflicts:     138000 | #Constraints:     109166
3467.18/3476.84	c #Conflicts:     139000 | #Constraints:     110166
3467.18/3476.84	c #Conflicts:     140000 | #Constraints:     111166
3467.18/3476.84	c #Conflicts:     141000 | #Constraints:     112166
3467.18/3476.84	c #Conflicts:     142000 | #Constraints:     113166
3467.18/3476.84	c #Conflicts:     143000 | #Constraints:     114166
3467.18/3476.84	c #Conflicts:     144000 | #Constraints:     115166
3467.18/3476.84	c #Conflicts:     145000 | #Constraints:     116166
3467.18/3476.84	c #Conflicts:     146000 | #Constraints:     117166
3467.18/3476.84	c #Conflicts:     147000 | #Constraints:     118166
3467.18/3476.84	c INPROCESSING
3467.18/3476.84	c GARBAGE COLLECT
3467.18/3476.84	c #Conflicts:     148000 | #Constraints:     100483
3467.18/3476.84	c #Conflicts:     149000 | #Constraints:     101483
3467.18/3476.84	c #Conflicts:     150000 | #Constraints:     102483
3467.18/3476.84	c #Conflicts:     151000 | #Constraints:     103483
3600.05/3610.00	c #Conflicts:     152000 | #Constraints:     104483
3600.05/3610.00	c #Conflicts:     153000 | #Constraints:     105483
3600.05/3610.00	c #Conflicts:     154000 | #Constraints:     106483
3600.05/3610.00	c #Conflicts:     155000 | #Constraints:     107483
3600.05/3610.00	c #Conflicts:     156000 | #Constraints:     108483
3600.05/3610.00	c #Conflicts:     157000 | #Constraints:     109483
3600.05/3610.00	c INPROCESSING
3600.05/3610.00	c cpu time 3595.05 s
3600.05/3610.00	c deterministic time 19815976632 1.98e+10
3600.05/3610.00	c optimization time 125.273 s
3600.05/3610.00	c total solve time 3467.87 s
3600.05/3610.00	c core-guided solve time 0 s
3600.05/3610.00	c propagation time 201.591 s
3600.05/3610.00	c conflict analysis time 18.3243 s
3600.05/3610.00	c propagations 281605034
3600.05/3610.00	c resolve steps 928043
3600.05/3610.00	c decisions 3712533
3600.05/3610.00	c conflicts 157702
3600.05/3610.00	c restarts 426
3600.05/3610.00	c inprocessing phases 19
3600.05/3610.00	c garbage collections 6 ,( 31.58 )
3600.05/3610.00	c input clauses 20000 ,( 20.09 )
3600.05/3610.00	c input cardinalities 160 ,( 0.16 )
3600.05/3610.00	c input general constraints 79398 ,( 79.75 )
3600.05/3610.00	c input average constraint length 37.28
3600.05/3610.00	c input average constraint degree 510.89
3600.05/3610.00	c learned clauses 103121 ,( 65.39 )
3600.05/3610.00	c learned cardinalities 1475 ,( 0.94 )
3600.05/3610.00	c learned general constraints 53106 ,( 33.67 )
3600.05/3610.00	c learned average constraint length 89.42
3600.05/3610.00	c learned average constraint degree 1250.36
3600.05/3610.00	c watched  CF 32, 64, 128, Arb: 48995 , 0 , 0 , 0
3600.05/3610.00	c counting CF 32, 64, 128, Arb: 83509 , 0 , 0 , 0
3600.05/3610.00	c watched   constraints 48995 ,( 36.98 ) 
3600.05/3610.00	c counting  constraints 83509 ,( 63.02 ) 
3600.05/3610.00	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 24276852 , 2140383 , 737386448 ,( 325829992 , 411556456 )
3600.05/3610.00	c gcd simplifications 2880
3600.05/3610.00	c detected cardinalities 20
3600.05/3610.00	c weakened non-implied lits 3506323
3600.05/3610.00	c weakened non-implying lits 24346
3600.05/3610.00	c original variables 103760
3600.05/3610.00	c clausal propagations 3954357
3600.05/3610.00	c cardinality propagations 8757857
3600.05/3610.00	c watched propagations 141994262
3600.05/3610.00	c counting propagations 126672095
3600.05/3610.00	c watch lookups 5913762449
3600.05/3610.00	c watch backjump lookups 0
3600.05/3610.00	c watch checks 4987475173
3600.05/3610.00	c propagation checks 8280120993
3600.05/3610.00	c constraint additions 63774925
3600.05/3610.00	c trail pops 285465228
3600.05/3610.00	c formula constraints 99558
3600.05/3610.00	c learned constraints 157702
3600.05/3610.00	c bound constraints 0
3600.05/3610.00	c core-guided constraints 0
3600.05/3610.00	c encountered formula constraints 669112
3600.05/3610.00	c encountered learned constraints 416633
3600.05/3610.00	c encountered bound constraints 0
3600.05/3610.00	c encountered core-guided constraints 0
3600.05/3610.00	c LP total time 96.9073 s
3600.05/3610.00	c LP solve time 96.54 s
3600.05/3610.00	c LP constraints added 99558
3600.05/3610.00	c LP constraints removed 0
3600.05/3610.00	c LP pivots internal 39296
3600.05/3610.00	c LP pivots root 21000
3600.05/3610.00	c LP calls 6
3600.05/3610.00	c LP optimalities 1
3600.05/3610.00	c LP no pivot count 0
3600.05/3610.00	c LP infeasibilities 0
3600.05/3610.00	c LP valid Farkas constraints 0
3600.05/3610.00	c LP learned Farkas constraints 0
3600.05/3610.00	c LP basis resets 0
3600.05/3610.00	c LP cycling count 0
3600.05/3610.00	c LP singular count 0
3600.05/3610.00	c LP no primal count 0
3600.05/3610.00	c LP no farkas count 0
3600.05/3610.00	c LP other issue count 0
3600.05/3610.00	c LP Gomory cuts 0
3600.05/3610.00	c LP learned cuts 0
3600.05/3610.00	c LP deleted cuts 0
3600.05/3610.00	c LP encountered Gomory constraints 0
3600.05/3610.00	c LP encountered Farkas constraints 0
3600.05/3610.00	c LP encountered learned Farkas constraints 0
3600.05/3610.00	c CG auxiliary variables introduced 0
3600.05/3610.00	c CG solutions found 0
3600.05/3610.00	c CG cores constructed 0
3600.05/3610.00	c CG core cardinality constraints returned 0
3600.05/3610.00	c CG unit cores 0
3600.05/3610.00	c CG single cores 0
3600.05/3610.00	c CG blocks removed during cardinality reduction 0
3600.05/3610.00	c CG first core best 0
3600.05/3610.00	c CG decision core best 0
3600.05/3610.00	c CG core reduction tie 0
3600.05/3610.00	c CG core degree average 0.00
3600.05/3610.00	c CG core slack average 0.00
3600.05/3610.00	c CG core upper bound improvements 0
3600.05/3610.00	c STR number of successful calls 0
3600.05/3610.00	c STR number of unsuccessful calls 0
3600.05/3610.00	c STR number of inconclusive calls 0
3600.05/3610.00	c STR number of successful attempts 0
3600.05/3610.00	c STR number of unsuccessful attempts 0
3600.05/3610.00	c STR number of inconclusive attempts 0
3600.05/3610.00	c STR average degree increase per successful call inf
3600.05/3610.00	c STR average degree increase per successful attempt inf
3600.05/3610.00	c STR total number of conflicts for successful attempts 0
3600.05/3610.00	c STR total number of conflicts for unsuccessful attempts 0
3600.05/3610.00	c STR total number of conflicts for inconclusive attempts 0
3600.05/3610.00	c STR average number of conflicts per successful attempt inf
3600.05/3610.00	c STR average number of conflicts per unsuccessful attempt inf
3600.05/3610.00	c STR average number of conflicts per inconclusive attempt inf
3600.05/3610.00	c AVG.sumWPerc 64.95 
3600.05/3610.00	c bigint constraints 0 
3600.05/3610.00	s UNKNOWN
3600.05/3610.00	c Program interrupted by user.

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

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

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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=197676, runsolver pid=197672
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 1.11 1.12 1.70 5/266 197682
/proc/meminfo: memFree=128587628/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197678] ppid=197676 vsize=53864 memory=45572 CPUtime=0.08 cores=1,3
/proc/197678/stat : 197678 (pbsuma) R 197676 197676 197614 0 -1 4194304 7486 0 0 0 7 1 0 0 20 0 1 0 239042975 55156736 11393 18446744073709551615 4210688 4653049 140721085651856 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 10981376 140721085659399 140721085659696 140721085659696 140721085665263 0
/proc/197678/statm: 13466 11393 960 108 0 10874 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 58056 KiB
Current children cumulated memory: 48516 KiB

[startup+0.205697 s]*
/proc/loadavg: 1.11 1.12 1.70 6/269 197689
/proc/meminfo: memFree=128367536/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197678] ppid=197676 vsize=79236 memory=70192 CPUtime=0.19 cores=1,3
/proc/197678/stat : 197678 (pbsuma) R 197676 197676 197614 0 -1 4194304 12382 0 0 0 16 3 0 0 20 0 1 0 239042975 81137664 17548 18446744073709551615 4210688 4653049 140721085651856 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 10981376 140721085659399 140721085659696 140721085659696 140721085665263 0
/proc/197678/statm: 19809 17548 960 108 0 17217 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 83428 KiB
Current children cumulated memory: 73136 KiB

[startup+0.305726 s]*
/proc/loadavg: 1.11 1.12 1.70 6/269 197690
/proc/meminfo: memFree=128308424/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197678] ppid=197676 vsize=123752 memory=99648 CPUtime=0.29 cores=1,3
/proc/197678/stat : 197678 (pbsuma) R 197676 197676 197614 0 -1 4194304 18697 0 0 0 25 4 0 0 20 0 1 0 239042975 126722048 24912 18446744073709551615 4210688 4653049 140721085651856 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 10981376 140721085659399 140721085659696 140721085659696 140721085665263 0
/proc/197678/statm: 30938 24912 992 108 0 28346 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 127944 KiB
Current children cumulated memory: 102592 KiB

[startup+0.700204 s]
/proc/loadavg: 1.11 1.12 1.70 5/269 197690
/proc/meminfo: memFree=128028912/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197678] ppid=197676 vsize=264220 memory=217524 CPUtime=0.67 cores=1,3
/proc/197678/stat : 197678 (pbsuma) R 197676 197676 197614 0 -1 4194304 38976 0 0 0 58 9 0 0 20 0 1 0 239042975 270561280 54381 18446744073709551615 4210688 4653049 140721085651856 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 10981376 140721085659399 140721085659696 140721085659696 140721085665263 0
/proc/197678/statm: 66055 54381 1024 108 0 63463 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 268412 KiB
Current children cumulated memory: 220468 KiB

[startup+1.50019 s]
/proc/loadavg: 1.11 1.12 1.70 5/269 197691
/proc/meminfo: memFree=127646332/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0.77 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 237 39105 0 0 0 0 66 11 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197691] ppid=197676 vsize=152788 memory=102944 CPUtime=0.69 cores=1,3
/proc/197691/stat : 197691 (roundingsat) R 197676 197676 197614 0 -1 4194304 21196 0 0 0 62 7 0 0 20 0 1 0 239043054 156454912 25736 18446744073709551615 4227072 8923433 140729821322480 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29151232 140729821325592 140729821325862 140729821325862 140729821331434 0
/proc/197691/statm: 38197 25736 2048 1147 0 25624 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 156980 KiB
Current children cumulated memory: 105888 KiB

[startup+3.10566 s]
/proc/loadavg: 1.11 1.12 1.70 4/266 197743
/proc/meminfo: memFree=127687656/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0.77 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 237 39105 0 0 0 0 66 11 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197691] ppid=197676 vsize=587696 memory=511920 CPUtime=2.29 cores=1,3
/proc/197691/stat : 197691 (roundingsat) R 197676 197676 197614 0 -1 4194304 73771 0 0 0 198 31 0 0 20 0 1 0 239043054 601800704 127980 18446744073709551615 4227072 8923433 140729821322480 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29151232 140729821325592 140729821325862 140729821325862 140729821331434 0
/proc/197691/statm: 146924 127980 2272 1147 0 134351 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 591888 KiB
Current children cumulated memory: 514864 KiB

[startup+6.30019 s]
/proc/loadavg: 1.42 1.18 1.72 5/269 197789
/proc/meminfo: memFree=126636824/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0.77 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 237 39105 0 0 0 0 66 11 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197691] ppid=197676 vsize=611792 memory=536260 CPUtime=5.47 cores=1,3
/proc/197691/stat : 197691 (roundingsat) R 197676 197676 197614 0 -1 4194304 77663 0 0 0 512 35 0 0 20 0 1 0 239043054 626475008 134065 18446744073709551615 4227072 8923433 140729821322480 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29151232 140729821325592 140729821325862 140729821325862 140729821331434 0
/proc/197691/statm: 152948 134065 2304 1147 0 140375 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 615984 KiB
Current children cumulated memory: 539204 KiB

[startup+12.7002 s]
/proc/loadavg: 1.63 1.23 1.73 5/269 197789
/proc/meminfo: memFree=126032952/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0.77 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 237 39105 0 0 0 0 66 11 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197691] ppid=197676 vsize=611792 memory=536260 CPUtime=11.85 cores=1,3
/proc/197691/stat : 197691 (roundingsat) R 197676 197676 197614 0 -1 4194304 77670 0 0 0 1150 35 0 0 20 0 1 0 239043054 626475008 134065 18446744073709551615 4227072 8923433 140729821322480 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29151232 140729821325592 140729821325862 140729821325862 140729821331434 0
/proc/197691/statm: 152948 134065 2304 1147 0 140375 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 615984 KiB
Current children cumulated memory: 539204 KiB

[startup+25.5002 s]
/proc/loadavg: 2.15 1.37 1.77 5/269 197790
/proc/meminfo: memFree=126066580/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0.77 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 237 39105 0 0 0 0 66 11 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197691] ppid=197676 vsize=611792 memory=536260 CPUtime=24.62 cores=1,3
/proc/197691/stat : 197691 (roundingsat) R 197676 197676 197614 0 -1 4194304 77672 0 0 0 2427 35 0 0 20 0 1 0 239043054 626475008 134065 18446744073709551615 4227072 8923433 140729821322480 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29151232 140729821325592 140729821325862 140729821325862 140729821331434 0
/proc/197691/statm: 152948 134065 2304 1147 0 140375 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 615984 KiB
Current children cumulated memory: 539204 KiB

[startup+51.1057 s]
/proc/loadavg: 2.91 1.61 1.84 5/269 197790
/proc/meminfo: memFree=125936548/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0.77 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 237 39105 0 0 0 0 66 11 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197691] ppid=197676 vsize=611792 memory=536260 CPUtime=50.15 cores=1,3
/proc/197691/stat : 197691 (roundingsat) R 197676 197676 197614 0 -1 4194304 77672 0 0 0 4980 35 0 0 20 0 1 0 239043054 626475008 134065 18446744073709551615 4227072 8923433 140729821322480 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29151232 140729821325592 140729821325862 140729821325862 140729821331434 0
/proc/197691/statm: 152948 134065 2304 1147 0 140375 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 615984 KiB
Current children cumulated memory: 539204 KiB

[startup+102.3 s]
/proc/loadavg: 3.53 1.98 1.96 5/269 197792
/proc/meminfo: memFree=125734056/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0.77 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 237 39105 0 0 0 0 66 11 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197691] ppid=197676 vsize=611792 memory=536260 CPUtime=101.2 cores=1,3
/proc/197691/stat : 197691 (roundingsat) R 197676 197676 197614 0 -1 4194304 77681 0 0 0 10085 35 0 0 20 0 1 0 239043054 626475008 134065 18446744073709551615 4227072 8923433 140729821322480 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29151232 140729821325592 140729821325862 140729821325862 140729821331434 0
/proc/197691/statm: 152948 134065 2304 1147 0 140375 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 615984 KiB
Current children cumulated memory: 539204 KiB

[startup+162.3 s]
/proc/loadavg: 4.02 2.41 2.11 5/270 197798
/proc/meminfo: memFree=125466472/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0.77 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 237 39105 0 0 0 0 66 11 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197691] ppid=197676 vsize=611792 memory=536260 CPUtime=161.03 cores=1,3
/proc/197691/stat : 197691 (roundingsat) R 197676 197676 197614 0 -1 4194304 77690 0 0 0 16068 35 0 0 20 0 1 0 239043054 626475008 134065 18446744073709551615 4227072 8923433 140729821322480 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29151232 140729821325592 140729821325862 140729821325862 140729821331434 0
/proc/197691/statm: 152948 134065 2304 1147 0 140375 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 615984 KiB
Current children cumulated memory: 539204 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 2.73 2.24 5/270 197851
/proc/meminfo: memFree=125813072/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0.77 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 237 39105 0 0 0 0 66 11 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197691] ppid=197676 vsize=611792 memory=539412 CPUtime=220.84 cores=1,3
/proc/197691/stat : 197691 (roundingsat) R 197676 197676 197614 0 -1 4194304 77894 0 0 0 22045 39 0 0 20 0 1 0 239043054 626475008 134853 18446744073709551615 4227072 8923433 140729821322480 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29151232 140729821325592 140729821325862 140729821325862 140729821331434 0

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

/proc/197691/statm: 176990 155708 2368 1147 0 164417 0
Current children cumulated CPU time: 3033.77 s
Current children cumulated vsize: 712152 KiB
Current children cumulated memory: 625776 KiB

[startup+3102.3 s]
/proc/loadavg: 4.19 4.18 4.09 5/268 198005
/proc/meminfo: memFree=118910700/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0.77 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 237 39105 0 0 0 0 66 11 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197691] ppid=197676 vsize=707960 memory=623856 CPUtime=3092.85 cores=1,3
/proc/197691/stat : 197691 (roundingsat) R 197676 197676 197614 0 -1 4194304 90316 0 0 0 308952 333 0 0 20 0 1 0 239043054 724951040 155964 18446744073709551615 4227072 8923433 140729821322480 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29151232 140729821325592 140729821325862 140729821325862 140729821331434 0
/proc/197691/statm: 176990 155964 2368 1147 0 164417 0
Current children cumulated CPU time: 3093.62 s
Current children cumulated vsize: 712152 KiB
Current children cumulated memory: 626800 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.16 4.09 5/269 198011
/proc/meminfo: memFree=118778784/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0.77 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 237 39105 0 0 0 0 66 11 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197691] ppid=197676 vsize=707960 memory=623856 CPUtime=3152.7 cores=1,3
/proc/197691/stat : 197691 (roundingsat) R 197676 197676 197614 0 -1 4194304 90355 0 0 0 314921 349 0 0 20 0 1 0 239043054 724951040 155964 18446744073709551615 4227072 8923433 140729821322480 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29151232 140729821325592 140729821325862 140729821325862 140729821331434 0
/proc/197691/statm: 176990 155964 2368 1147 0 164417 0
Current children cumulated CPU time: 3153.47 s
Current children cumulated vsize: 712152 KiB
Current children cumulated memory: 626800 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.16 4.09 5/268 198017
/proc/meminfo: memFree=118703060/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0.77 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 237 39105 0 0 0 0 66 11 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197691] ppid=197676 vsize=707960 memory=623856 CPUtime=3212.55 cores=1,3
/proc/197691/stat : 197691 (roundingsat) R 197676 197676 197614 0 -1 4194304 90355 0 0 0 320906 349 0 0 20 0 1 0 239043054 724951040 155964 18446744073709551615 4227072 8923433 140729821322480 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29151232 140729821325592 140729821325862 140729821325862 140729821331434 0
/proc/197691/statm: 176990 155964 2368 1147 0 164417 0
Current children cumulated CPU time: 3213.32 s
Current children cumulated vsize: 712152 KiB
Current children cumulated memory: 626800 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.14 4.09 5/268 198019
/proc/meminfo: memFree=118618072/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0.77 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 237 39105 0 0 0 0 66 11 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197691] ppid=197676 vsize=707960 memory=623856 CPUtime=3272.4 cores=1,3
/proc/197691/stat : 197691 (roundingsat) R 197676 197676 197614 0 -1 4194304 90355 0 0 0 326891 349 0 0 20 0 1 0 239043054 724951040 155964 18446744073709551615 4227072 8923433 140729821322480 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29151232 140729821325592 140729821325862 140729821325862 140729821331434 0
/proc/197691/statm: 176990 155964 2368 1147 0 164417 0
Current children cumulated CPU time: 3273.17 s
Current children cumulated vsize: 712152 KiB
Current children cumulated memory: 626800 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.15 4.09 5/269 198022
/proc/meminfo: memFree=118476508/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0.77 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 237 39105 0 0 0 0 66 11 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197691] ppid=197676 vsize=707960 memory=625940 CPUtime=3332.25 cores=1,3
/proc/197691/stat : 197691 (roundingsat) R 197676 197676 197614 0 -1 4194304 90369 0 0 0 332820 405 0 0 20 0 1 0 239043054 724951040 156485 18446744073709551615 4227072 8923433 140729821322480 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29151232 140729821325592 140729821325862 140729821325862 140729821331434 0
/proc/197691/statm: 176990 156485 2368 1147 0 164417 0
Current children cumulated CPU time: 3333.02 s
Current children cumulated vsize: 712152 KiB
Current children cumulated memory: 628884 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.13 4.09 5/269 198024
/proc/meminfo: memFree=118387440/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0.77 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 237 39105 0 0 0 0 66 11 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197691] ppid=197676 vsize=707960 memory=625940 CPUtime=3392.1 cores=1,3
/proc/197691/stat : 197691 (roundingsat) R 197676 197676 197614 0 -1 4194304 90369 0 0 0 338805 405 0 0 20 0 1 0 239043054 724951040 156485 18446744073709551615 4227072 8923433 140729821322480 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29151232 140729821325592 140729821325862 140729821325862 140729821331434 0
/proc/197691/statm: 176990 156485 2368 1147 0 164417 0
Current children cumulated CPU time: 3392.87 s
Current children cumulated vsize: 712152 KiB
Current children cumulated memory: 628884 KiB

[startup+3462.3 s]
/proc/loadavg: 4.37 4.20 4.12 5/269 198025
/proc/meminfo: memFree=118225368/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0.77 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 237 39105 0 0 0 0 66 11 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197691] ppid=197676 vsize=707960 memory=625940 CPUtime=3451.95 cores=1,3
/proc/197691/stat : 197691 (roundingsat) R 197676 197676 197614 0 -1 4194304 90369 0 0 0 344790 405 0 0 20 0 1 0 239043054 724951040 156485 18446744073709551615 4227072 8923433 140729821322480 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29151232 140729821325592 140729821325862 140729821325862 140729821331434 0
/proc/197691/statm: 176990 156485 2368 1147 0 164417 0
Current children cumulated CPU time: 3452.72 s
Current children cumulated vsize: 712152 KiB
Current children cumulated memory: 628884 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.19 4.12 5/269 198028
/proc/meminfo: memFree=118112368/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0.77 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 237 39105 0 0 0 0 66 11 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197691] ppid=197676 vsize=707960 memory=625940 CPUtime=3511.79 cores=1,3
/proc/197691/stat : 197691 (roundingsat) R 197676 197676 197614 0 -1 4194304 90369 0 0 0 350755 424 0 0 20 0 1 0 239043054 724951040 156485 18446744073709551615 4227072 8923433 140729821322480 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29151232 140729821325592 140729821325862 140729821325862 140729821331434 0
/proc/197691/statm: 176990 156485 2368 1147 0 164417 0
Current children cumulated CPU time: 3512.56 s
Current children cumulated vsize: 712152 KiB
Current children cumulated memory: 628884 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.16 4.10 5/269 198030
/proc/meminfo: memFree=118015744/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0.77 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 237 39105 0 0 0 0 66 11 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197691] ppid=197676 vsize=707960 memory=625940 CPUtime=3571.64 cores=1,3
/proc/197691/stat : 197691 (roundingsat) R 197676 197676 197614 0 -1 4194304 90369 0 0 0 356740 424 0 0 20 0 1 0 239043054 724951040 156485 18446744073709551615 4227072 8923433 140729821322480 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29151232 140729821325592 140729821325862 140729821325862 140729821331434 0
/proc/197691/statm: 176990 156485 2368 1147 0 164417 0
Current children cumulated CPU time: 3572.41 s
Current children cumulated vsize: 712152 KiB
Current children cumulated memory: 628884 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 4.11 4.16 4.10 4/264 198039
/proc/meminfo: memFree=118758740/131250000 swapFree=33010160/33010684
[pid=197676] ppid=197672 vsize=4192 memory=2944 CPUtime=0.77 cores=1,3
/proc/197676/stat : 197676 (run-dec-break-l) S 197672 197676 197614 0 -1 4194304 237 39105 0 0 0 0 66 11 20 0 1 0 239042974 4292608 736 18446744073709551615 94873471025152 94873471919685 140726390024768 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94873472158736 94873472206480 94873479286784 140726390028601 140726390028764 140726390028764 140726390034368 0
/proc/197676/statm: 1048 736 672 219 0 110 0
[pid=197691] ppid=197676 vsize=707960 memory=625940 CPUtime=3599.28 cores=1,3
/proc/197691/stat : 197691 (roundingsat) R 197676 197676 197614 0 -1 4194304 90369 0 0 0 359504 424 0 0 20 0 1 0 239043054 724951040 156485 18446744073709551615 4227072 8923433 140729821322480 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 29151232 140729821325592 140729821325862 140729821325862 140729821331434 0
/proc/197691/statm: 176990 156485 2368 1147 0 164417 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 712152 KiB
Current children cumulated memory: 628884 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3610.01 s]
# the end of solver process 197676 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.667027 s, system=0.116252 s
Sleeping 2 seconds

[startup+3610.05 s]
# the end of solver process 197691 was just reported to runsolver
# Child status: 2

# cumulated CPU time of all completed processes:  user=3595.76 s, system=4.36911 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 2

Real time (s): 3610.05
CPU time (s): 3600.13
CPU user time (s): 3595.76
CPU system time (s): 4.36911
CPU usage (%): 99.725
Max. virtual memory (cumulated for all children) (KiB): 714744
Max. memory (cumulated for all children) (KiB): 628884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.76
system time used= 4.36911
maximum resident set size= 654800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129746
page faults= 0
swaps= 0
block input operations= 0
block output operations= 665336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 282
involuntary context switches= 20044


# summary of solver processes directly reported to runsolver:
#   pid: 197676,197691
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3595.76
#   total CPU system time (s): 4.36911

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.78963 second user time and 16.2837 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-23 03:20:54
IDJOB=4545120
IDBENCH=180714
IDSOLVER=3358
FILE ID=nodeC016/4545120-1753233654
RUNJOBID= nodeC016-1753233654-197626
SLURM_JOB_ID= 9687851
Free space on /tmp= 432948 MiB

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

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

MD5SUM BENCH= e60f0e926bcd6b192a3b449cde285525
RANDOM SEED=1508811894

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		: 3600.263
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.738
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		: 3599.771
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		: 3598.647
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.201
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		: 3579.314
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		: 3599.734
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.746
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:        128662008 kB
MemAvailable:   129565160 kB
Buffers:            2144 kB
Cached:          1618328 kB
SwapCached:           24 kB
Active:          1366904 kB
Inactive:         381440 kB
Active(anon):     152008 kB
Inactive(anon):     2108 kB
Active(file):    1214896 kB
Inactive(file):   379332 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             78324 kB
Writeback:             0 kB
AnonPages:        131240 kB
Mapped:           109104 kB
Shmem:             26240 kB
KReclaimable:     296324 kB
Slab:             395952 kB
SReclaimable:     296324 kB
SUnreclaim:        99628 kB
KernelStack:        4148 kB
PageTables:         3072 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     461144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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= 426020 MiB
End job on nodeC016 at 2025-07-23 04:21:04