Trace number 4545353

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 63f22ad? (TO) 3600.14 3609.84

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-SolitairePattern-dec2-3-3-1.opb
MD5SUMecd2a3a27adff12226215cdbd4072e2c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark212.659
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100222
Total number of constraints145826
Number of constraints which are clauses32332
Number of constraints which are cardinality constraints (but not clauses)106
Number of constraints which are nor clauses,nor cardinality constraints113388
Minimum length of a constraint1
Maximum length of a constraint2712
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 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 2977
Number of bits of the biggest sum of numbers12
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-4545353-1753234387.opb'
0.18/0.30	c 	read 7.36MB  (286.93ms)
0.18/0.30	c	 [cnf: #variables 100222 #clauses 145826 #duplicates 0 #arr 670863]
0.18/0.30	c 
0.18/0.30	c make graph and approximate orbits
0.61/0.70	c	 [group: #orbits ~= 0] (395.15ms)
0.61/0.70	c 
0.61/0.70	c detect special group actions
0.61/0.70	c 	probe for Johnson action (limit=64)
0.61/0.71	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.61/0.73	c 	probe for row symmetry (limit=64, splits=16.78M)
0.61/0.75	c 	 (46.68ms)
0.61/0.75	c 
0.61/0.75	c detect symmetries on remainder
0.61/0.75	c 	[graph: #vertices 607793 #edges 2065216]
0.61/0.76	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.71/0.81	c 	 [group: #symmetries 1.00*10^0 #generators 0] (67.08ms)
0.71/0.81	c 
0.71/0.81	c finalize break order and special generators
0.71/0.82	c 
0.71/0.82	c generation finished
0.71/0.82	c 	[sbp: #constraints 0 #add_vars 0]
0.71/0.83	c 
0.71/0.83	c write result to 'HOME/instance-4545353-1753234387.opb.pre'
0.71/0.86	c 	wrote 7.47MB (31.01ms)
0.71/0.86	c ------------------------------------------------------------------
0.71/0.86	c                 395.15ms 46.59% approx_orbits
0.71/0.86	c                 286.93ms 33.83% parse
0.71/0.86	c                  67.08ms  7.91% detect_generic
0.71/0.86	c                  46.68ms  5.50% detect_special
0.71/0.86	c                  31.01ms  3.66% output
0.71/0.86	c                  13.70ms  1.62% other
0.71/0.86	c                   7.64ms  0.90% finalize_order
0.71/0.86	c         ───────────────────────────────────────────────
0.71/0.86	c                 848.20ms   100% total
0.71/0.86	c ------------------------------------------------------------------
0.80/0.91	c RoundingSat 2
0.80/0.91	c branch pb25
0.80/0.91	c commit 63f22ad
1.77/1.95	c #variables 100222 #constraints 145422
977.31/980.00	c #Conflicts:       1000 | #Constraints:     146421
977.31/980.00	c #Conflicts:       2000 | #Constraints:     147421
977.31/980.00	c INPROCESSING
977.31/980.00	c #Conflicts:       3000 | #Constraints:     133766
977.31/980.00	c #Conflicts:       4000 | #Constraints:     134766
977.31/980.00	c #Conflicts:       5000 | #Constraints:     135766
977.31/980.00	c #Conflicts:       6000 | #Constraints:     136766
977.31/980.00	c INPROCESSING
977.31/980.00	c GARBAGE COLLECT
977.31/980.00	c #Conflicts:       7000 | #Constraints:     135393
977.31/980.00	c #Conflicts:       8000 | #Constraints:     136393
977.31/980.00	c #Conflicts:       9000 | #Constraints:     137393
977.31/980.00	c INPROCESSING
977.31/980.00	c GARBAGE COLLECT
977.31/980.00	c #Conflicts:      10000 | #Constraints:     135512
977.31/980.00	c #Conflicts:      11000 | #Constraints:     136512
977.31/980.00	c #Conflicts:      12000 | #Constraints:     137512
977.31/980.00	c #Conflicts:      13000 | #Constraints:     138512
977.31/980.00	c #Conflicts:      14000 | #Constraints:     139512
977.31/980.00	c #Conflicts:      15000 | #Constraints:     140512
977.31/980.00	c #Conflicts:      16000 | #Constraints:     141512
977.31/980.00	c INPROCESSING
977.31/980.00	c GARBAGE COLLECT
977.31/980.00	c #Conflicts:      17000 | #Constraints:     137485
977.31/980.00	c #Conflicts:      18000 | #Constraints:     138485
977.31/980.00	c #Conflicts:      19000 | #Constraints:     139485
977.31/980.00	c #Conflicts:      20000 | #Constraints:     140485
977.31/980.00	c #Conflicts:      21000 | #Constraints:     141485
977.31/980.00	c #Conflicts:      22000 | #Constraints:     142485
977.31/980.00	c #Conflicts:      23000 | #Constraints:     143485
977.31/980.00	c #Conflicts:      24000 | #Constraints:     144485
977.31/980.00	c #Conflicts:      25000 | #Constraints:     145485
977.31/980.00	c INPROCESSING
977.31/980.00	c GARBAGE COLLECT
977.31/980.00	c #Conflicts:      26000 | #Constraints:     139210
977.31/980.00	c #Conflicts:      27000 | #Constraints:     140210
977.31/980.00	c #Conflicts:      28000 | #Constraints:     141210
977.31/980.00	c #Conflicts:      29000 | #Constraints:     142210
977.31/980.00	c #Conflicts:      30000 | #Constraints:     143210
977.31/980.00	c #Conflicts:      31000 | #Constraints:     144210
977.31/980.00	c #Conflicts:      32000 | #Constraints:     145210
977.31/980.00	c #Conflicts:      33000 | #Constraints:     146210
977.31/980.00	c #Conflicts:      34000 | #Constraints:     147210
977.31/980.00	c #Conflicts:      35000 | #Constraints:     148210
977.31/980.00	c #Conflicts:      36000 | #Constraints:     149210
977.31/980.00	c INPROCESSING
977.31/980.00	c GARBAGE COLLECT
977.31/980.00	c #Conflicts:      37000 | #Constraints:     140982
977.31/980.00	c #Conflicts:      38000 | #Constraints:     141982
977.31/980.00	c #Conflicts:      39000 | #Constraints:     142982
977.31/980.00	c #Conflicts:      40000 | #Constraints:     143982
977.31/980.00	c #Conflicts:      41000 | #Constraints:     144982
977.31/980.00	c #Conflicts:      42000 | #Constraints:     145982
977.31/980.00	c #Conflicts:      43000 | #Constraints:     146982
977.31/980.00	c #Conflicts:      44000 | #Constraints:     147982
977.31/980.00	c #Conflicts:      45000 | #Constraints:     148982
977.31/980.00	c #Conflicts:      46000 | #Constraints:     149982
977.31/980.00	c #Conflicts:      47000 | #Constraints:     150982
977.31/980.00	c #Conflicts:      48000 | #Constraints:     151982
977.31/980.00	c #Conflicts:      49000 | #Constraints:     152982
977.31/980.00	c INPROCESSING
977.31/980.00	c GARBAGE COLLECT
977.31/980.00	c #Conflicts:      50000 | #Constraints:     142304
977.31/980.00	c #Conflicts:      51000 | #Constraints:     143304
977.31/980.00	c #Conflicts:      52000 | #Constraints:     144304
977.31/980.00	c #Conflicts:      53000 | #Constraints:     145304
977.31/980.00	c #Conflicts:      54000 | #Constraints:     146304
977.31/980.00	c #Conflicts:      55000 | #Constraints:     147304
977.31/980.00	c #Conflicts:      56000 | #Constraints:     148304
977.31/980.00	c #Conflicts:      57000 | #Constraints:     149304
977.31/980.00	c #Conflicts:      58000 | #Constraints:     150304
977.31/980.00	c #Conflicts:      59000 | #Constraints:     151304
977.31/980.00	c #Conflicts:      60000 | #Constraints:     152304
977.31/980.00	c #Conflicts:      61000 | #Constraints:     153304
977.31/980.00	c #Conflicts:      62000 | #Constraints:     154304
977.31/980.00	c #Conflicts:      63000 | #Constraints:     155304
977.31/980.00	c #Conflicts:      64000 | #Constraints:     156304
977.31/980.00	c INPROCESSING
977.31/980.00	c GARBAGE COLLECT
977.31/980.00	c #Conflicts:      65000 | #Constraints:     143213
977.31/980.00	c #Conflicts:      66000 | #Constraints:     144213
977.31/980.00	c #Conflicts:      67000 | #Constraints:     145213
977.31/980.00	c #Conflicts:      68000 | #Constraints:     146213
977.31/980.00	c #Conflicts:      69000 | #Constraints:     147213
977.31/980.00	c #Conflicts:      70000 | #Constraints:     148213
977.31/980.00	c #Conflicts:      71000 | #Constraints:     149213
977.31/980.00	c #Conflicts:      72000 | #Constraints:     150213
977.31/980.00	c #Conflicts:      73000 | #Constraints:     151213
977.31/980.00	c #Conflicts:      74000 | #Constraints:     152213
977.31/980.00	c #Conflicts:      75000 | #Constraints:     153213
2668.90/2676.21	c #Conflicts:      76000 | #Constraints:     154213
2668.90/2676.21	c #Conflicts:      77000 | #Constraints:     155213
2668.90/2676.21	c #Conflicts:      78000 | #Constraints:     156213
2668.90/2676.21	c #Conflicts:      79000 | #Constraints:     157213
2668.90/2676.21	c #Conflicts:      80000 | #Constraints:     158213
2668.90/2676.21	c #Conflicts:      81000 | #Constraints:     159213
2668.90/2676.21	c INPROCESSING
2668.90/2676.21	c GARBAGE COLLECT
2668.90/2676.21	c #Conflicts:      82000 | #Constraints:     144113
2668.90/2676.21	c #Conflicts:      83000 | #Constraints:     145113
2668.90/2676.21	c #Conflicts:      84000 | #Constraints:     146113
2668.90/2676.21	c #Conflicts:      85000 | #Constraints:     147113
2668.90/2676.21	c #Conflicts:      86000 | #Constraints:     148113
2668.90/2676.21	c #Conflicts:      87000 | #Constraints:     149113
2668.90/2676.21	c #Conflicts:      88000 | #Constraints:     150113
2668.90/2676.21	c #Conflicts:      89000 | #Constraints:     151113
2668.90/2676.21	c #Conflicts:      90000 | #Constraints:     152113
2668.90/2676.21	c #Conflicts:      91000 | #Constraints:     153113
2668.90/2676.21	c #Conflicts:      92000 | #Constraints:     154113
2668.90/2676.21	c #Conflicts:      93000 | #Constraints:     155113
2668.90/2676.21	c #Conflicts:      94000 | #Constraints:     156113
2668.90/2676.21	c #Conflicts:      95000 | #Constraints:     157113
2668.90/2676.21	c #Conflicts:      96000 | #Constraints:     158113
2668.90/2676.21	c #Conflicts:      97000 | #Constraints:     159113
2668.90/2676.21	c #Conflicts:      98000 | #Constraints:     160113
2668.90/2676.21	c #Conflicts:      99000 | #Constraints:     161113
2668.90/2676.21	c #Conflicts:     100000 | #Constraints:     162113
2668.90/2676.21	c #Conflicts:     101000 | #Constraints:     163113
2668.90/2676.21	c INPROCESSING
2668.90/2676.21	c GARBAGE COLLECT
2668.90/2676.21	c #Conflicts:     102000 | #Constraints:     146633
2668.90/2676.21	c #Conflicts:     103000 | #Constraints:     147633
2668.90/2676.21	c #Conflicts:     104000 | #Constraints:     148633
2668.90/2676.21	c #Conflicts:     105000 | #Constraints:     149633
2668.90/2676.21	c #Conflicts:     106000 | #Constraints:     150633
2668.90/2676.21	c #Conflicts:     107000 | #Constraints:     151633
2668.90/2676.21	c #Conflicts:     108000 | #Constraints:     152633
2668.90/2676.21	c #Conflicts:     109000 | #Constraints:     153633
2668.90/2676.21	c #Conflicts:     110000 | #Constraints:     154633
2668.90/2676.21	c #Conflicts:     111000 | #Constraints:     155633
2668.90/2676.21	c #Conflicts:     112000 | #Constraints:     156633
2668.90/2676.21	c #Conflicts:     113000 | #Constraints:     157633
2668.90/2676.21	c #Conflicts:     114000 | #Constraints:     158633
2668.90/2676.21	c #Conflicts:     115000 | #Constraints:     159633
2668.90/2676.21	c #Conflicts:     116000 | #Constraints:     160633
2668.90/2676.21	c #Conflicts:     117000 | #Constraints:     161633
2668.90/2676.21	c #Conflicts:     118000 | #Constraints:     162633
2668.90/2676.21	c #Conflicts:     119000 | #Constraints:     163633
2668.90/2676.21	c #Conflicts:     120000 | #Constraints:     164633
2668.90/2676.21	c #Conflicts:     121000 | #Constraints:     165633
2668.90/2676.21	c #Conflicts:     122000 | #Constraints:     166633
2668.90/2676.21	c INPROCESSING
2668.90/2676.21	c GARBAGE COLLECT
2668.90/2676.21	c #Conflicts:     123000 | #Constraints:     147502
2668.90/2676.21	c #Conflicts:     124000 | #Constraints:     148502
2668.90/2676.21	c #Conflicts:     125000 | #Constraints:     149502
2668.90/2676.21	c #Conflicts:     126000 | #Constraints:     150502
2668.90/2676.21	c #Conflicts:     127000 | #Constraints:     151502
2668.90/2676.21	c #Conflicts:     128000 | #Constraints:     152502
2668.90/2676.21	c #Conflicts:     129000 | #Constraints:     153502
2668.90/2676.21	c #Conflicts:     130000 | #Constraints:     154502
2668.90/2676.21	c #Conflicts:     131000 | #Constraints:     155502
2668.90/2676.21	c #Conflicts:     132000 | #Constraints:     156502
2668.90/2676.21	c #Conflicts:     133000 | #Constraints:     157502
2668.90/2676.21	c #Conflicts:     134000 | #Constraints:     158502
2668.90/2676.21	c #Conflicts:     135000 | #Constraints:     159502
2668.90/2676.21	c #Conflicts:     136000 | #Constraints:     160502
2668.90/2676.21	c #Conflicts:     137000 | #Constraints:     161502
2668.90/2676.21	c #Conflicts:     138000 | #Constraints:     162502
2668.90/2676.21	c #Conflicts:     139000 | #Constraints:     163502
2668.90/2676.21	c #Conflicts:     140000 | #Constraints:     164502
2668.90/2676.21	c #Conflicts:     141000 | #Constraints:     165502
2668.90/2676.21	c #Conflicts:     142000 | #Constraints:     166502
2668.90/2676.21	c #Conflicts:     143000 | #Constraints:     167502
2668.90/2676.21	c #Conflicts:     144000 | #Constraints:     168502
2668.90/2676.21	c #Conflicts:     145000 | #Constraints:     169502
2668.90/2676.21	c INPROCESSING
2668.90/2676.21	c GARBAGE COLLECT
2668.90/2676.21	c #Conflicts:     146000 | #Constraints:     148129
2668.90/2676.21	c #Conflicts:     147000 | #Constraints:     149129
2668.90/2676.21	c #Conflicts:     148000 | #Constraints:     150129
2668.90/2676.21	c #Conflicts:     149000 | #Constraints:     151129
2668.90/2676.21	c #Conflicts:     150000 | #Constraints:     152129
2668.90/2676.21	c #Conflicts:     151000 | #Constraints:     153129
3600.08/3609.80	c #Conflicts:     152000 | #Constraints:     154129
3600.08/3609.80	c #Conflicts:     153000 | #Constraints:     155129
3600.08/3609.80	c #Conflicts:     154000 | #Constraints:     156129
3600.08/3609.80	c #Conflicts:     155000 | #Constraints:     157129
3600.08/3609.80	c #Conflicts:     156000 | #Constraints:     158129
3600.08/3609.80	c #Conflicts:     157000 | #Constraints:     159129
3600.08/3609.80	c #Conflicts:     158000 | #Constraints:     160129
3600.08/3609.80	c #Conflicts:     159000 | #Constraints:     161129
3600.08/3609.80	c #Conflicts:     160000 | #Constraints:     162129
3600.08/3609.80	c #Conflicts:     161000 | #Constraints:     163129
3600.08/3609.80	c #Conflicts:     162000 | #Constraints:     164129
3600.08/3609.80	c #Conflicts:     163000 | #Constraints:     165129
3600.08/3609.80	c #Conflicts:     164000 | #Constraints:     166129
3600.08/3609.80	c #Conflicts:     165000 | #Constraints:     167129
3600.08/3609.80	c #Conflicts:     166000 | #Constraints:     168129
3600.08/3609.80	c #Conflicts:     167000 | #Constraints:     169129
3600.08/3609.80	c #Conflicts:     168000 | #Constraints:     170129
3600.08/3609.80	c #Conflicts:     169000 | #Constraints:     171129
3600.08/3609.80	c #Conflicts:     170000 | #Constraints:     172129
3600.08/3609.80	c INPROCESSING
3600.08/3609.80	c GARBAGE COLLECT
3600.08/3609.80	c #Conflicts:     171000 | #Constraints:     149831
3600.08/3609.80	c #Conflicts:     172000 | #Constraints:     150831
3600.08/3609.80	c #Conflicts:     173000 | #Constraints:     151831
3600.08/3609.80	c #Conflicts:     174000 | #Constraints:     152831
3600.08/3609.80	c #Conflicts:     175000 | #Constraints:     153831
3600.08/3609.80	c #Conflicts:     176000 | #Constraints:     154831
3600.08/3609.80	c #Conflicts:     177000 | #Constraints:     155831
3600.08/3609.80	c #Conflicts:     178000 | #Constraints:     156831
3600.08/3609.80	c #Conflicts:     179000 | #Constraints:     157831
3600.08/3609.80	c #Conflicts:     180000 | #Constraints:     158831
3600.08/3609.80	c #Conflicts:     181000 | #Constraints:     159831
3600.08/3609.80	c #Conflicts:     182000 | #Constraints:     160831
3600.08/3609.80	c #Conflicts:     183000 | #Constraints:     161831
3600.08/3609.80	c #Conflicts:     184000 | #Constraints:     162831
3600.08/3609.80	c #Conflicts:     185000 | #Constraints:     163831
3600.08/3609.80	c #Conflicts:     186000 | #Constraints:     164831
3600.08/3609.80	c #Conflicts:     187000 | #Constraints:     165831
3600.08/3609.80	c #Conflicts:     188000 | #Constraints:     166831
3600.08/3609.80	c #Conflicts:     189000 | #Constraints:     167831
3600.08/3609.80	c #Conflicts:     190000 | #Constraints:     168831
3600.08/3609.80	c #Conflicts:     191000 | #Constraints:     169831
3600.08/3609.80	c cpu time 3595.94 s
3600.08/3609.80	c deterministic time 107631019727 1.08e+11
3600.08/3609.80	c optimization time 462.079 s
3600.08/3609.80	c total solve time 3133.12 s
3600.08/3609.80	c core-guided solve time 0 s
3600.08/3609.80	c propagation time 599.816 s
3600.08/3609.80	c conflict analysis time 2868.55 s
3600.08/3609.80	c propagations 645512351
3600.08/3609.80	c resolve steps 77721315
3600.08/3609.80	c decisions 1588236
3600.08/3609.80	c conflicts 191089
3600.08/3609.80	c restarts 508
3600.08/3609.80	c inprocessing phases 13
3600.08/3609.80	c garbage collections 12 ,( 92.31 )
3600.08/3609.80	c input clauses 35418 ,( 24.36 )
3600.08/3609.80	c input cardinalities 58 ,( 0.04 )
3600.08/3609.80	c input general constraints 109946 ,( 75.60 )
3600.08/3609.80	c input average constraint length 4.58
3600.08/3609.80	c input average constraint degree 17.78
3600.08/3609.80	c learned clauses 140559 ,( 73.56 )
3600.08/3609.80	c learned cardinalities 8966 ,( 4.69 )
3600.08/3609.80	c learned general constraints 41563 ,( 21.75 )
3600.08/3609.80	c learned average constraint length 4124.59
3600.08/3609.80	c learned average constraint degree 107303729.41
3600.08/3609.80	c watched  CF 32, 64, 128, Arb: 23249 , 0 , 0 , 0
3600.08/3609.80	c counting CF 32, 64, 128, Arb: 128260 , 0 , 0 , 0
3600.08/3609.80	c watched   constraints 23249 ,( 15.34 ) 
3600.08/3609.80	c counting  constraints 128260 ,( 84.66 ) 
3600.08/3609.80	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 166966764 , 33628712 , 3680550737 ,( 144685915 , 3535864822 )
3600.08/3609.80	c gcd simplifications 8660
3600.08/3609.80	c detected cardinalities 497
3600.08/3609.80	c weakened non-implied lits 12621000
3600.08/3609.80	c weakened non-implying lits 994295
3600.08/3609.80	c original variables 100222
3600.08/3609.80	c clausal propagations 70065509
3600.08/3609.80	c cardinality propagations 3539001
3600.08/3609.80	c watched propagations 1008896
3600.08/3609.80	c counting propagations 570522393
3600.08/3609.80	c watch lookups 21487056734
3600.08/3609.80	c watch backjump lookups 0
3600.08/3609.80	c watch checks 68091046742
3600.08/3609.80	c propagation checks 14995294576
3600.08/3609.80	c constraint additions 1763258258
3600.08/3609.80	c trail pops 647210135
3600.08/3609.80	c formula constraints 145422
3600.08/3609.80	c learned constraints 191088
3600.08/3609.80	c bound constraints 0
3600.08/3609.80	c core-guided constraints 0
3600.08/3609.80	c encountered formula constraints 75123303
3600.08/3609.80	c encountered learned constraints 2789101
3600.08/3609.80	c encountered bound constraints 0
3600.08/3609.80	c encountered core-guided constraints 0
3600.08/3609.80	c LP total time 19.4816 s
3600.08/3609.80	c LP solve time 19.32 s
3600.08/3609.80	c LP constraints added 145422
3600.08/3609.80	c LP constraints removed 0
3600.08/3609.80	c LP pivots internal 31694
3600.08/3609.80	c LP pivots root 21000
3600.08/3609.80	c LP calls 7
3600.08/3609.80	c LP optimalities 2
3600.08/3609.80	c LP no pivot count 0
3600.08/3609.80	c LP infeasibilities 0
3600.08/3609.80	c LP valid Farkas constraints 0
3600.08/3609.80	c LP learned Farkas constraints 0
3600.08/3609.80	c LP basis resets 0
3600.08/3609.80	c LP cycling count 0
3600.08/3609.80	c LP singular count 0
3600.08/3609.80	c LP no primal count 0
3600.08/3609.80	c LP no farkas count 0
3600.08/3609.80	c LP other issue count 0
3600.08/3609.80	c LP Gomory cuts 0
3600.08/3609.80	c LP learned cuts 0
3600.08/3609.80	c LP deleted cuts 0
3600.08/3609.80	c LP encountered Gomory constraints 0
3600.08/3609.80	c LP encountered Farkas constraints 0
3600.08/3609.80	c LP encountered learned Farkas constraints 0
3600.08/3609.80	c CG auxiliary variables introduced 0
3600.08/3609.80	c CG solutions found 0
3600.08/3609.80	c CG cores constructed 0
3600.08/3609.80	c CG core cardinality constraints returned 0
3600.08/3609.80	c CG unit cores 0
3600.08/3609.80	c CG single cores 0
3600.08/3609.80	c CG blocks removed during cardinality reduction 0
3600.08/3609.80	c CG first core best 0
3600.08/3609.80	c CG decision core best 0
3600.08/3609.80	c CG core reduction tie 0
3600.08/3609.80	c CG core degree average 0.00
3600.08/3609.80	c CG core slack average 0.00
3600.08/3609.80	c CG core upper bound improvements 0
3600.08/3609.80	c STR number of successful calls 0
3600.08/3609.80	c STR number of unsuccessful calls 0
3600.08/3609.80	c STR number of inconclusive calls 0
3600.08/3609.80	c STR number of successful attempts 0
3600.08/3609.80	c STR number of unsuccessful attempts 0
3600.08/3609.80	c STR number of inconclusive attempts 0
3600.08/3609.80	c STR average degree increase per successful call inf
3600.08/3609.80	c STR average degree increase per successful attempt inf
3600.08/3609.80	c STR total number of conflicts for successful attempts 0
3600.08/3609.80	c STR total number of conflicts for unsuccessful attempts 0
3600.08/3609.80	c STR total number of conflicts for inconclusive attempts 0
3600.08/3609.80	c STR average number of conflicts per successful attempt inf
3600.08/3609.80	c STR average number of conflicts per unsuccessful attempt inf
3600.08/3609.80	c STR average number of conflicts per inconclusive attempt inf
3600.08/3609.80	c AVG.sumWPerc 81.81 
3600.08/3609.80	c bigint constraints 0 
3600.08/3609.80	s UNKNOWN
3600.08/3609.80	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: 63794 MiB (58228 MiB free)
  memory of node 1: 64507 MiB (39082 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4545353-1753234387/watcher-4545353-1753234387 -o /tmp/evaluation-result-4545353-1753234387/solver-4545353-1753234387 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1753234087-163073 --watchdog 3760 run-dec-break.sh HOME/instance-4545353-1753234387.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=163293, runsolver pid=163290

[startup+0.100071 s]*
/proc/loadavg: 4.10 3.13 2.30 5/256 163295
/proc/meminfo: memFree=99618024/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163295] ppid=163293 vsize=54908 memory=45576 CPUtime=0.07 cores=5,7
/proc/163295/stat : 163295 (pbsuma) R 163293 163293 163060 0 -1 4194304 3593 0 0 0 6 1 0 0 20 0 1 0 239117609 56225792 11394 18446744073709551615 4210688 4653049 140732006781120 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 4700520 4703148 21020672 140732006783329 140732006783536 140732006783536 140732006789103 0
/proc/163295/statm: 13727 11394 928 108 0 11135 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 59100 KiB
Current children cumulated memory: 48520 KiB

[startup+0.213549 s]*
/proc/loadavg: 4.10 3.13 2.30 5/256 163295
/proc/meminfo: memFree=99609456/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163295] ppid=163293 vsize=64732 memory=55664 CPUtime=0.18 cores=5,7
/proc/163295/stat : 163295 (pbsuma) R 163293 163293 163060 0 -1 4194304 6564 0 0 0 15 3 0 0 20 0 1 0 239117609 66285568 13916 18446744073709551615 4210688 4653049 140732006781120 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 4700520 4703148 21020672 140732006783329 140732006783536 140732006783536 140732006789103 0
/proc/163295/statm: 16183 13916 928 108 0 13591 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 68924 KiB
Current children cumulated memory: 58608 KiB

[startup+0.317439 s]*
/proc/loadavg: 4.10 3.13 2.30 5/256 163295
/proc/meminfo: memFree=99593580/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163295] ppid=163293 vsize=82104 memory=69360 CPUtime=0.26 cores=5,7
/proc/163295/stat : 163295 (pbsuma) R 163293 163293 163060 0 -1 4194304 9939 0 0 0 22 4 0 0 20 0 1 0 239117609 84074496 17340 18446744073709551615 4210688 4653049 140732006781120 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 4700520 4703148 21020672 140732006783329 140732006783536 140732006783536 140732006789103 0
/proc/163295/statm: 20526 17340 992 108 0 17934 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 86296 KiB
Current children cumulated memory: 72304 KiB

[startup+0.700382 s]
/proc/loadavg: 4.10 3.13 2.30 5/256 163295
/proc/meminfo: memFree=99525720/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163295] ppid=163293 vsize=204944 memory=166548 CPUtime=0.61 cores=5,7
/proc/163295/stat : 163295 (pbsuma) R 163293 163293 163060 0 -1 4194304 23308 0 0 0 51 10 0 0 20 0 1 0 239117609 209862656 41637 18446744073709551615 4210688 4653049 140732006781120 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 4700520 4703148 21020672 140732006783329 140732006783536 140732006783536 140732006789103 0
/proc/163295/statm: 51236 41637 992 108 0 48644 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 209136 KiB
Current children cumulated memory: 169492 KiB

[startup+1.50024 s]
/proc/loadavg: 4.10 3.13 2.30 5/256 163296
/proc/meminfo: memFree=99545716/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0.81 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 236 29913 0 0 0 0 67 14 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163296] ppid=163293 vsize=128124 memory=81912 CPUtime=0.56 cores=5,7
/proc/163296/stat : 163296 (roundingsat) R 163293 163293 163060 0 -1 4194304 16269 0 0 0 40 16 0 0 20 0 1 0 239117699 131198976 20478 18446744073709551615 4227072 8923433 140722601567072 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 14102528 140722601572674 140722601572902 140722601572902 140722601578474 0
/proc/163296/statm: 32031 20478 2016 1147 0 19458 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 132316 KiB
Current children cumulated memory: 84856 KiB

[startup+3.10544 s]
/proc/loadavg: 4.10 3.14 2.31 5/256 163296
/proc/meminfo: memFree=99328700/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0.81 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 236 29913 0 0 0 0 67 14 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163296] ppid=163293 vsize=414120 memory=295908 CPUtime=2.15 cores=5,7
/proc/163296/stat : 163296 (roundingsat) R 163293 163293 163060 0 -1 4194304 44800 0 0 0 185 30 0 0 20 0 1 0 239117699 424058880 73977 18446744073709551615 4227072 8923433 140722601567072 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9823104 9832592 14102528 140722601572674 140722601572902 140722601572902 140722601578474 0
/proc/163296/statm: 103530 73977 2304 1147 0 90957 0
Current children cumulated CPU time: 2.96 s
Current children cumulated vsize: 418312 KiB
Current children cumulated memory: 298852 KiB

[startup+6.30041 s]
/proc/loadavg: 4.10 3.14 2.31 5/256 163296
/proc/meminfo: memFree=99320540/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0.81 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 236 29913 0 0 0 0 67 14 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163296] ppid=163293 vsize=414120 memory=295908 CPUtime=5.32 cores=5,7
/proc/163296/stat : 163296 (roundingsat) R 163293 163293 163060 0 -1 4194304 44810 0 0 0 502 30 0 0 20 0 1 0 239117699 424058880 73977 18446744073709551615 4227072 8923433 140722601567072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 14102528 140722601572674 140722601572902 140722601572902 140722601578474 0
/proc/163296/statm: 103530 73977 2304 1147 0 90957 0
Current children cumulated CPU time: 6.13 s
Current children cumulated vsize: 418312 KiB
Current children cumulated memory: 298852 KiB

[startup+12.7004 s]
/proc/loadavg: 4.17 3.17 2.32 5/256 163296
/proc/meminfo: memFree=99305436/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0.81 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 236 29913 0 0 0 0 67 14 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163296] ppid=163293 vsize=422740 memory=305508 CPUtime=11.7 cores=5,7
/proc/163296/stat : 163296 (roundingsat) R 163293 163293 163060 0 -1 4194304 47245 0 0 0 1138 32 0 0 20 0 1 0 239117699 432885760 76377 18446744073709551615 4227072 8923433 140722601567072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 14102528 140722601572674 140722601572902 140722601572902 140722601578474 0
/proc/163296/statm: 105685 76377 2336 1147 0 93112 0
Current children cumulated CPU time: 12.51 s
Current children cumulated vsize: 426932 KiB
Current children cumulated memory: 308452 KiB

[startup+25.5004 s]
/proc/loadavg: 4.13 3.21 2.35 5/256 163296
/proc/meminfo: memFree=99294084/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0.81 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 236 29913 0 0 0 0 67 14 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163296] ppid=163293 vsize=444348 memory=332536 CPUtime=24.48 cores=5,7
/proc/163296/stat : 163296 (roundingsat) R 163293 163293 163060 0 -1 4194304 50431 0 0 0 2412 36 0 0 20 0 1 0 239117699 455012352 83134 18446744073709551615 4227072 8923433 140722601567072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 14102528 140722601572674 140722601572902 140722601572902 140722601578474 0
/proc/163296/statm: 111087 83134 2336 1147 0 98514 0
Current children cumulated CPU time: 25.29 s
Current children cumulated vsize: 448540 KiB
Current children cumulated memory: 335480 KiB

[startup+51.1133 s]
/proc/loadavg: 4.08 3.28 2.40 5/256 163297
/proc/meminfo: memFree=99249648/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0.81 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 236 29913 0 0 0 0 67 14 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163296] ppid=163293 vsize=473132 memory=355784 CPUtime=50.03 cores=5,7
/proc/163296/stat : 163296 (roundingsat) R 163293 163293 163060 0 -1 4194304 53154 0 0 0 4961 42 0 0 20 0 1 0 239117699 484487168 88946 18446744073709551615 4227072 8923433 140722601567072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 14102528 140722601572674 140722601572902 140722601572902 140722601578474 0
/proc/163296/statm: 118283 88946 2336 1147 0 105710 0
Current children cumulated CPU time: 50.84 s
Current children cumulated vsize: 477324 KiB
Current children cumulated memory: 358728 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 3.42 2.49 5/257 163300
/proc/meminfo: memFree=99143384/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0.81 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 236 29913 0 0 0 0 67 14 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163296] ppid=163293 vsize=594948 memory=443792 CPUtime=101.08 cores=5,7
/proc/163296/stat : 163296 (roundingsat) R 163293 163293 163060 0 -1 4194304 61914 0 0 0 10055 53 0 0 20 0 1 0 239117699 609226752 110948 18446744073709551615 4227072 8923433 140722601567072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 14102528 140722601572674 140722601572902 140722601572902 140722601578474 0
/proc/163296/statm: 148737 110948 2336 1147 0 136164 0
Current children cumulated CPU time: 101.89 s
Current children cumulated vsize: 599140 KiB
Current children cumulated memory: 446736 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 3.55 2.60 5/257 163302
/proc/meminfo: memFree=99155216/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0.81 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 236 29913 0 0 0 0 67 14 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163296] ppid=163293 vsize=601896 memory=446468 CPUtime=160.94 cores=5,7
/proc/163296/stat : 163296 (roundingsat) R 163293 163293 163060 0 -1 4194304 62087 0 0 0 16031 63 0 0 20 0 1 0 239117699 616341504 111617 18446744073709551615 4227072 8923433 140722601567072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 14102528 140722601572674 140722601572902 140722601572902 140722601578474 0
/proc/163296/statm: 150474 111617 2336 1147 0 137901 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 606088 KiB
Current children cumulated memory: 449412 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 3.65 2.69 5/258 163305
/proc/meminfo: memFree=99091224/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0.81 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 236 29913 0 0 0 0 67 14 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163296] ppid=163293 vsize=602324 memory=489500 CPUtime=220.8 cores=5,7
/proc/163296/stat : 163296 (roundingsat) R 163293 163293 163060 0 -1 4194304 64672 0 0 0 22008 72 0 0 20 0 1 0 239117699 616779776 122375 18446744073709551615 4227072 8923433 140722601567072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 14102528 140722601572674 140722601572902 140722601572902 140722601578474 0
/proc/163296/statm: 150581 122375 2336 1147 0 138008 0
Current children cumulated CPU time: 221.61 s

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

/proc/163296/statm: 412723 300375 2336 1147 0 400150 0
Current children cumulated CPU time: 3034.08 s
Current children cumulated vsize: 1655084 KiB
Current children cumulated memory: 1204444 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.10 4.04 5/254 163450
/proc/meminfo: memFree=97702608/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0.81 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 236 29913 0 0 0 0 67 14 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163296] ppid=163293 vsize=1656980 memory=1220424 CPUtime=3093.13 cores=5,7
/proc/163296/stat : 163296 (roundingsat) R 163293 163293 163060 0 -1 4194304 131835 0 0 0 309002 311 0 0 20 0 1 0 239117699 1696747520 305106 18446744073709551615 4227072 8923433 140722601567072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 14102528 140722601572674 140722601572902 140722601572902 140722601578474 0
/proc/163296/statm: 414245 305106 2336 1147 0 401672 0
Current children cumulated CPU time: 3093.94 s
Current children cumulated vsize: 1661172 KiB
Current children cumulated memory: 1223368 KiB

[startup+3162.3 s]
/proc/loadavg: 4.42 4.17 4.06 5/254 163452
/proc/meminfo: memFree=97660520/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0.81 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 236 29913 0 0 0 0 67 14 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163296] ppid=163293 vsize=1667280 memory=1258812 CPUtime=3152.98 cores=5,7
/proc/163296/stat : 163296 (roundingsat) R 163293 163293 163060 0 -1 4194304 134294 0 0 0 314984 314 0 0 20 0 1 0 239117699 1707294720 314703 18446744073709551615 4227072 8923433 140722601567072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 14102528 140722601572674 140722601572902 140722601572902 140722601578474 0
/proc/163296/statm: 416820 314703 2336 1147 0 404247 0
Current children cumulated CPU time: 3153.79 s
Current children cumulated vsize: 1671472 KiB
Current children cumulated memory: 1261756 KiB

[startup+3222.3 s]
/proc/loadavg: 4.57 4.28 4.11 5/253 163454
/proc/meminfo: memFree=97669108/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0.81 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 236 29913 0 0 0 0 67 14 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163296] ppid=163293 vsize=1667280 memory=1258812 CPUtime=3212.83 cores=5,7
/proc/163296/stat : 163296 (roundingsat) R 163293 163293 163060 0 -1 4194304 134294 0 0 0 320966 317 0 0 20 0 1 0 239117699 1707294720 314703 18446744073709551615 4227072 8923433 140722601567072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 14102528 140722601572674 140722601572902 140722601572902 140722601578474 0
/proc/163296/statm: 416820 314703 2336 1147 0 404247 0
Current children cumulated CPU time: 3213.64 s
Current children cumulated vsize: 1671472 KiB
Current children cumulated memory: 1261756 KiB

[startup+3282.3 s]
/proc/loadavg: 4.32 4.25 4.11 5/253 163456
/proc/meminfo: memFree=97669864/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0.81 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 236 29913 0 0 0 0 67 14 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163296] ppid=163293 vsize=1667280 memory=1258812 CPUtime=3272.69 cores=5,7
/proc/163296/stat : 163296 (roundingsat) R 163293 163293 163060 0 -1 4194304 134306 0 0 0 326948 321 0 0 20 0 1 0 239117699 1707294720 314703 18446744073709551615 4227072 8923433 140722601567072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 14102528 140722601572674 140722601572902 140722601572902 140722601578474 0
/proc/163296/statm: 416820 314703 2336 1147 0 404247 0
Current children cumulated CPU time: 3273.5 s
Current children cumulated vsize: 1671472 KiB
Current children cumulated memory: 1261756 KiB

[startup+3342.3 s]
/proc/loadavg: 3.73 4.11 4.07 3/239 163521
/proc/meminfo: memFree=99041236/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0.81 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 236 29913 0 0 0 0 67 14 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163296] ppid=163293 vsize=1667280 memory=1258812 CPUtime=3332.53 cores=5,7
/proc/163296/stat : 163296 (roundingsat) R 163293 163293 163060 0 -1 4194304 134378 0 0 0 332930 323 0 0 20 0 1 0 239117699 1707294720 314703 18446744073709551615 4227072 8923433 140722601567072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 14102528 140722601572674 140722601572902 140722601572902 140722601578474 0
/proc/163296/statm: 416820 314703 2336 1147 0 404247 0
Current children cumulated CPU time: 3333.34 s
Current children cumulated vsize: 1671472 KiB
Current children cumulated memory: 1261756 KiB

[startup+3402.3 s]
/proc/loadavg: 3.03 3.85 3.98 3/239 163523
/proc/meminfo: memFree=99041780/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0.81 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 236 29913 0 0 0 0 67 14 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163296] ppid=163293 vsize=1667280 memory=1259196 CPUtime=3392.37 cores=5,7
/proc/163296/stat : 163296 (roundingsat) R 163293 163293 163060 0 -1 4194304 134774 0 0 0 338912 325 0 0 20 0 1 0 239117699 1707294720 314799 18446744073709551615 4227072 8923433 140722601567072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 14102528 140722601572674 140722601572902 140722601572902 140722601578474 0
/proc/163296/statm: 416820 314799 2336 1147 0 404247 0
Current children cumulated CPU time: 3393.18 s
Current children cumulated vsize: 1671472 KiB
Current children cumulated memory: 1262140 KiB

[startup+3462.3 s]
/proc/loadavg: 2.44 3.53 3.86 3/239 163525
/proc/meminfo: memFree=99042032/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0.81 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 236 29913 0 0 0 0 67 14 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163296] ppid=163293 vsize=1667280 memory=1259196 CPUtime=3452.22 cores=5,7
/proc/163296/stat : 163296 (roundingsat) R 163293 163293 163060 0 -1 4194304 134803 0 0 0 344895 327 0 0 20 0 1 0 239117699 1707294720 314799 18446744073709551615 4227072 8923433 140722601567072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 14102528 140722601572674 140722601572902 140722601572902 140722601578474 0
/proc/163296/statm: 416820 314799 2336 1147 0 404247 0
Current children cumulated CPU time: 3453.03 s
Current children cumulated vsize: 1671472 KiB
Current children cumulated memory: 1262140 KiB

[startup+3522.3 s]
/proc/loadavg: 1.87 3.18 3.72 2/232 163558
/proc/meminfo: memFree=99748248/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0.81 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 236 29913 0 0 0 0 67 14 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163296] ppid=163293 vsize=1667280 memory=1259324 CPUtime=3512.04 cores=5,7
/proc/163296/stat : 163296 (roundingsat) R 163293 163293 163060 0 -1 4194304 134838 0 0 0 350875 329 0 0 20 0 1 0 239117699 1707294720 314831 18446744073709551615 4227072 8923433 140722601567072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 14102528 140722601572674 140722601572902 140722601572902 140722601578474 0
/proc/163296/statm: 416820 314831 2336 1147 0 404247 0
Current children cumulated CPU time: 3512.85 s
Current children cumulated vsize: 1671472 KiB
Current children cumulated memory: 1262268 KiB

[startup+3582.3 s]
/proc/loadavg: 1.36 2.80 3.55 2/233 163563
/proc/meminfo: memFree=99749156/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0.81 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 236 29913 0 0 0 0 67 14 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163296] ppid=163293 vsize=1670036 memory=1262012 CPUtime=3571.85 cores=5,7
/proc/163296/stat : 163296 (roundingsat) R 163293 163293 163060 0 -1 4194304 135556 0 0 0 356853 332 0 0 20 0 1 0 239117699 1710116864 315503 18446744073709551615 4227072 8923433 140722601567072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 14102528 140722601572674 140722601572902 140722601572902 140722601578474 0
/proc/163296/statm: 417509 315503 2336 1147 0 404936 0
Current children cumulated CPU time: 3572.66 s
Current children cumulated vsize: 1674228 KiB
Current children cumulated memory: 1264956 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 1.27 2.64 3.47 2/233 163564
/proc/meminfo: memFree=99749412/131382112 swapFree=33009904/33010684
[pid=163293] ppid=163290 vsize=4192 memory=2944 CPUtime=0.81 cores=5,7
/proc/163293/stat : 163293 (run-dec-break.s) S 163290 163293 163060 0 -1 4194304 236 29913 0 0 0 0 67 14 20 0 1 0 239117608 4292608 736 18446744073709551615 94338662031360 94338662925893 140721564712944 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94338663164944 94338663212688 94338678030336 140721564719455 140721564719584 140721564719584 140721564725188 0
/proc/163293/statm: 1048 736 672 219 0 110 0
[pid=163296] ppid=163293 vsize=1672044 memory=1264060 CPUtime=3599.27 cores=5,7
/proc/163296/stat : 163296 (roundingsat) R 163293 163293 163060 0 -1 4194304 136078 0 0 0 359594 333 0 0 20 0 1 0 239117699 1712173056 316015 18446744073709551615 4227072 8923433 140722601567072 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 14102528 140722601572674 140722601572902 140722601572902 140722601578474 0
/proc/163296/statm: 418011 316015 2336 1147 0 405438 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 1676236 KiB
Current children cumulated memory: 1267004 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=3596.65 s, system=3.4922 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): 3609.84
CPU time (s): 3600.14
CPU user time (s): 3596.65
CPU system time (s): 3.4922
CPU usage (%): 99.7313
Max. virtual memory (cumulated for all children) (KiB): 1676236
Max. memory (cumulated for all children) (KiB): 1267004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.65
system time used= 3.4922
maximum resident set size= 1264444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166287
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 281
involuntary context switches= 2855


# summary of solver processes directly reported to runsolver:
#   pid: 163293,163296
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3596.65
#   total CPU system time (s): 3.4922

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4037 second user time and 36.0324 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-23 03:33:07
IDJOB=4545353
IDBENCH=180847
IDSOLVER=3357
FILE ID=nodeC001/4545353-1753234387
RUNJOBID= nodeC001-1753234087-163073
SLURM_JOB_ID= 9687854
Free space on /tmp= 432568 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-SolitairePattern-dec2-3-3-1.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4545353-1753234387/watcher-4545353-1753234387 -o /tmp/evaluation-result-4545353-1753234387/solver-4545353-1753234387 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1753234087-163073 --watchdog 3760  run-dec-break.sh HOME/instance-4545353-1753234387.opb

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

MD5SUM BENCH= ecd2a3a27adff12226215cdbd4072e2c
RANDOM SEED=1395829775

nodeC001 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	: 0xb00001f
cpu MHz		: 3491.681
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3661.444
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.497
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3591.458
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.614
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.889
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.167
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        99646696 kB
MemAvailable:   128397984 kB
Buffers:            1668 kB
Cached:         27402972 kB
SwapCached:          136 kB
Active:          2201976 kB
Inactive:       26516624 kB
Active(anon):    1323328 kB
Inactive(anon):    16604 kB
Active(file):     878648 kB
Inactive(file): 26500020 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14564 kB
Writeback:             4 kB
AnonPages:       1315964 kB
Mapped:           121764 kB
Shmem:             25972 kB
KReclaimable:    2433748 kB
Slab:            2563748 kB
SReclaimable:    2433748 kB
SUnreclaim:       130000 kB
KernelStack:        4128 kB
PageTables:         5876 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1807408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149528 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    778240 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432652 MiB
End job on nodeC001 at 2025-07-23 04:33:17