Trace number 4511197

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma-log 63f22adUNSAT cert. 14.3727 14.4598

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x50split.opb
MD5SUM6aa2e19502a8f75e99296617bfe7afcb
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.41638
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables501
Total number of constraints251
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)251
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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-4511197-1751199448.opb'
0.00/0.01	c 	read 0.01MB  (0.21ms)
0.00/0.01	c	 [cnf: #variables 501 #clauses 251 #duplicates 0 #arr 1002]
0.00/0.01	c output proof to 'PROOFDIR/proof-4511197-1751199448'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 300] (0.33ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 (4.34ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 1754 #edges 4008]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 4.00*10^0 #generators 2] (0.81ms)
0.00/0.01	c 
0.00/0.01	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.01	c 	(0.00ms)
0.00/0.01	c 
0.00/0.01	c finalize break order and special generators
0.00/0.01	c 
0.00/0.01	c add generic predicates (break_depth=10)
0.00/0.01	c 	added predicates for 2 generators (0.01ms)
0.00/0.01	c 
0.00/0.01	c generation finished
0.00/0.01	c 	[sbp: #constraints 56 #add_vars 18]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4511197-1751199448.opb.pre'
0.00/0.01	c 	wrote 0.01MB (0.09ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   4.34ms 56.21% detect_special
0.00/0.01	c                   1.89ms 24.53% other
0.00/0.01	c                   0.81ms 10.50% detect_generic
0.00/0.01	c                   0.33ms  4.29% approx_orbits
0.00/0.01	c                   0.21ms  2.76% parse
0.00/0.01	c                   0.09ms  1.18% output
0.00/0.01	c                   0.03ms  0.35% finalize_order
0.00/0.01	c                   0.01ms  0.13% break_generic
0.00/0.01	c                   0.00ms  0.05% optimize_gens
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   7.72ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.02	c RoundingSat 2
0.00/0.02	c branch pb25
0.00/0.02	c commit 63f22ad
0.00/0.03	c #variables 519 #constraints 558
0.00/0.03	c rational objective 250.5
0.17/0.26	c #Conflicts:       1000 | #Constraints:       1563
0.17/0.26	c #Conflicts:       2000 | #Constraints:       2563
0.17/0.26	c INPROCESSING
0.17/0.26	c GARBAGE COLLECT
0.17/0.26	c #Conflicts:       3000 | #Constraints:       2595
0.17/0.26	c #Conflicts:       4000 | #Constraints:       3595
0.17/0.26	c INPROCESSING
0.17/0.26	c GARBAGE COLLECT
0.17/0.26	c #Conflicts:       5000 | #Constraints:       3009
0.17/0.26	c #Conflicts:       6000 | #Constraints:       4009
0.17/0.26	c INPROCESSING
0.17/0.26	c GARBAGE COLLECT
0.17/0.26	c rational objective 250.5
0.28/0.36	c #Conflicts:       7000 | #Constraints:       3019
0.28/0.36	c #Conflicts:       8000 | #Constraints:       4019
0.28/0.36	c #Conflicts:       9000 | #Constraints:       5019
0.28/0.36	c INPROCESSING
0.28/0.36	c GARBAGE COLLECT
0.28/0.36	c rational objective 250.5
0.37/0.48	c #Conflicts:      10000 | #Constraints:       3727
0.37/0.48	c #Conflicts:      11000 | #Constraints:       4728
0.37/0.48	c #Conflicts:      12000 | #Constraints:       5728
0.37/0.48	c INPROCESSING
0.37/0.48	c GARBAGE COLLECT
0.37/0.48	c rational objective 250.5
0.57/0.60	c #Conflicts:      13000 | #Constraints:       4175
0.57/0.60	c #Conflicts:      14000 | #Constraints:       5175
0.57/0.60	c #Conflicts:      15000 | #Constraints:       6175
0.57/0.60	c INPROCESSING
0.57/0.60	c GARBAGE COLLECT
0.57/0.60	c rational objective 250.5
0.66/0.75	c #Conflicts:      16000 | #Constraints:       4404
0.66/0.75	c #Conflicts:      17000 | #Constraints:       5404
0.66/0.75	c #Conflicts:      18000 | #Constraints:       6404
0.66/0.75	c INPROCESSING
0.66/0.75	c GARBAGE COLLECT
0.66/0.75	c rational objective 250.5
0.86/0.91	c #Conflicts:      19000 | #Constraints:       4422
0.86/0.91	c #Conflicts:      20000 | #Constraints:       5422
0.86/0.91	c #Conflicts:      21000 | #Constraints:       6422
0.86/0.91	c INPROCESSING
0.86/0.91	c GARBAGE COLLECT
0.86/0.91	c rational objective 250.5
0.97/1.07	c #Conflicts:      22000 | #Constraints:       4222
0.97/1.07	c #Conflicts:      23000 | #Constraints:       5222
0.97/1.07	c #Conflicts:      24000 | #Constraints:       6222
0.97/1.07	c #Conflicts:      25000 | #Constraints:       7222
0.97/1.07	c INPROCESSING
0.97/1.07	c GARBAGE COLLECT
0.97/1.07	c rational objective 250.5
1.16/1.25	c #Conflicts:      26000 | #Constraints:       4830
1.16/1.25	c #Conflicts:      27000 | #Constraints:       5830
1.16/1.25	c #Conflicts:      28000 | #Constraints:       6830
1.16/1.25	c #Conflicts:      29000 | #Constraints:       7830
1.16/1.25	c INPROCESSING
1.16/1.25	c GARBAGE COLLECT
1.16/1.25	c rational objective 250.5
1.36/1.41	c #Conflicts:      30000 | #Constraints:       5236
1.36/1.41	c #Conflicts:      31000 | #Constraints:       6236
1.36/1.41	c #Conflicts:      32000 | #Constraints:       7236
1.36/1.41	c #Conflicts:      33000 | #Constraints:       8236
1.36/1.41	c INPROCESSING
1.36/1.41	c GARBAGE COLLECT
1.36/1.41	c rational objective 250.5
1.56/1.60	c #Conflicts:      34000 | #Constraints:       5430
1.56/1.60	c #Conflicts:      35000 | #Constraints:       6430
1.56/1.60	c #Conflicts:      36000 | #Constraints:       7430
1.56/1.60	c #Conflicts:      37000 | #Constraints:       8430
1.56/1.60	c INPROCESSING
1.56/1.60	c GARBAGE COLLECT
1.56/1.60	c rational objective 250.5
1.76/1.81	c #Conflicts:      38000 | #Constraints:       5434
1.76/1.81	c #Conflicts:      39000 | #Constraints:       6434
1.76/1.81	c #Conflicts:      40000 | #Constraints:       7434
1.76/1.81	c #Conflicts:      41000 | #Constraints:       8434
1.76/1.81	c INPROCESSING
1.76/1.81	c GARBAGE COLLECT
1.76/1.81	c rational objective 250.5
1.96/2.03	c #Conflicts:      42000 | #Constraints:       5237
1.96/2.03	c #Conflicts:      43000 | #Constraints:       6237
1.96/2.03	c #Conflicts:      44000 | #Constraints:       7237
1.96/2.03	c #Conflicts:      45000 | #Constraints:       8237
1.96/2.03	c #Conflicts:      46000 | #Constraints:       9237
1.96/2.03	c INPROCESSING
1.96/2.03	c GARBAGE COLLECT
1.96/2.03	c rational objective 250.5
2.16/2.22	c #Conflicts:      47000 | #Constraints:       5831
2.16/2.22	c #Conflicts:      48000 | #Constraints:       6831
2.16/2.22	c #Conflicts:      49000 | #Constraints:       7831
2.16/2.22	c #Conflicts:      50000 | #Constraints:       8831
2.16/2.22	c #Conflicts:      51000 | #Constraints:       9831
2.16/2.22	c INPROCESSING
2.16/2.22	c GARBAGE COLLECT
2.16/2.22	c rational objective 250.5
2.35/2.43	c #Conflicts:      52000 | #Constraints:       6234
2.35/2.43	c #Conflicts:      53000 | #Constraints:       7234
2.35/2.43	c #Conflicts:      54000 | #Constraints:       8234
2.35/2.43	c #Conflicts:      55000 | #Constraints:       9234
2.35/2.43	c #Conflicts:      56000 | #Constraints:      10234
2.35/2.43	c INPROCESSING
2.35/2.43	c GARBAGE COLLECT
2.35/2.43	c rational objective 250.5
2.55/2.65	c #Conflicts:      57000 | #Constraints:       6431
2.55/2.65	c #Conflicts:      58000 | #Constraints:       7431
2.55/2.65	c #Conflicts:      59000 | #Constraints:       8431
2.55/2.65	c #Conflicts:      60000 | #Constraints:       9431
2.55/2.65	c #Conflicts:      61000 | #Constraints:      10431
2.55/2.65	c INPROCESSING
2.55/2.65	c GARBAGE COLLECT
2.55/2.65	c rational objective 250.5
2.76/2.89	c #Conflicts:      62000 | #Constraints:       6435
2.76/2.89	c #Conflicts:      63000 | #Constraints:       7435
2.76/2.89	c #Conflicts:      64000 | #Constraints:       8435
2.76/2.89	c #Conflicts:      65000 | #Constraints:       9435
2.76/2.89	c #Conflicts:      66000 | #Constraints:      10435
2.76/2.89	c INPROCESSING
2.76/2.89	c GARBAGE COLLECT
2.76/2.89	c rational objective 250.5
3.06/3.14	c #Conflicts:      67000 | #Constraints:       6240
3.06/3.14	c #Conflicts:      68000 | #Constraints:       7240
3.06/3.14	c #Conflicts:      69000 | #Constraints:       8240
3.06/3.14	c #Conflicts:      70000 | #Constraints:       9240
3.06/3.14	c #Conflicts:      71000 | #Constraints:      10240
3.06/3.14	c #Conflicts:      72000 | #Constraints:      11240
3.06/3.14	c INPROCESSING
3.06/3.14	c GARBAGE COLLECT
3.06/3.14	c rational objective 250.5
3.26/3.39	c #Conflicts:      73000 | #Constraints:       6838
3.26/3.39	c #Conflicts:      74000 | #Constraints:       7838
3.26/3.39	c #Conflicts:      75000 | #Constraints:       8838
3.26/3.39	c #Conflicts:      76000 | #Constraints:       9838
3.26/3.39	c #Conflicts:      77000 | #Constraints:      10838
3.26/3.39	c #Conflicts:      78000 | #Constraints:      11838
3.26/3.39	c INPROCESSING
3.26/3.39	c GARBAGE COLLECT
3.26/3.39	c rational objective 250.5
3.55/3.67	c #Conflicts:      79000 | #Constraints:       7238
3.55/3.67	c #Conflicts:      80000 | #Constraints:       8238
3.55/3.67	c #Conflicts:      81000 | #Constraints:       9238
3.55/3.67	c #Conflicts:      82000 | #Constraints:      10238
3.55/3.67	c #Conflicts:      83000 | #Constraints:      11238
3.55/3.67	c #Conflicts:      84000 | #Constraints:      12238
3.55/3.67	c INPROCESSING
3.55/3.67	c GARBAGE COLLECT
3.55/3.67	c rational objective 250.5
3.85/3.98	c #Conflicts:      85000 | #Constraints:       7435
3.85/3.98	c #Conflicts:      86000 | #Constraints:       8435
3.85/3.98	c #Conflicts:      87000 | #Constraints:       9435
3.85/3.98	c #Conflicts:      88000 | #Constraints:      10435
3.85/3.98	c #Conflicts:      89000 | #Constraints:      11435
3.85/3.98	c #Conflicts:      90000 | #Constraints:      12435
3.85/3.98	c INPROCESSING
3.85/3.98	c GARBAGE COLLECT
3.85/3.98	c rational objective 250.5
4.25/4.30	c #Conflicts:      91000 | #Constraints:       7437
4.25/4.30	c #Conflicts:      92000 | #Constraints:       8437
4.25/4.30	c #Conflicts:      93000 | #Constraints:       9437
4.25/4.30	c #Conflicts:      94000 | #Constraints:      10437
4.25/4.30	c #Conflicts:      95000 | #Constraints:      11437
4.25/4.30	c #Conflicts:      96000 | #Constraints:      12437
4.25/4.30	c INPROCESSING
4.25/4.30	c GARBAGE COLLECT
4.25/4.30	c rational objective 250.5
4.45/4.56	c #Conflicts:      97000 | #Constraints:       7240
4.45/4.56	c #Conflicts:      98000 | #Constraints:       8240
4.45/4.56	c #Conflicts:      99000 | #Constraints:       9240
4.45/4.56	c #Conflicts:     100000 | #Constraints:      10240
4.45/4.56	c #Conflicts:     101000 | #Constraints:      11240
4.45/4.56	c #Conflicts:     102000 | #Constraints:      12240
4.45/4.56	c #Conflicts:     103000 | #Constraints:      13240
4.45/4.56	c INPROCESSING
4.45/4.56	c GARBAGE COLLECT
4.45/4.56	c rational objective 250.5
4.75/4.86	c #Conflicts:     104000 | #Constraints:       7838
4.75/4.86	c #Conflicts:     105000 | #Constraints:       8838
4.75/4.86	c #Conflicts:     106000 | #Constraints:       9838
4.75/4.86	c #Conflicts:     107000 | #Constraints:      10838
4.75/4.86	c #Conflicts:     108000 | #Constraints:      11838
4.75/4.86	c #Conflicts:     109000 | #Constraints:      12838
4.75/4.86	c #Conflicts:     110000 | #Constraints:      13838
4.75/4.86	c INPROCESSING
4.75/4.86	c GARBAGE COLLECT
4.75/4.86	c rational objective 250.5
5.05/5.14	c #Conflicts:     111000 | #Constraints:       8241
5.05/5.14	c #Conflicts:     112000 | #Constraints:       9241
5.05/5.14	c #Conflicts:     113000 | #Constraints:      10241
5.05/5.14	c #Conflicts:     114000 | #Constraints:      11241
5.05/5.14	c #Conflicts:     115000 | #Constraints:      12241
5.05/5.14	c #Conflicts:     116000 | #Constraints:      13241
5.05/5.14	c #Conflicts:     117000 | #Constraints:      14241
5.05/5.14	c INPROCESSING
5.05/5.14	c GARBAGE COLLECT
5.05/5.14	c rational objective 250.5
5.35/5.45	c #Conflicts:     118000 | #Constraints:       8444
5.35/5.45	c #Conflicts:     119000 | #Constraints:       9444
5.35/5.45	c #Conflicts:     120000 | #Constraints:      10444
5.35/5.45	c #Conflicts:     121000 | #Constraints:      11444
5.35/5.45	c #Conflicts:     122000 | #Constraints:      12444
5.35/5.45	c #Conflicts:     123000 | #Constraints:      13444
5.35/5.45	c #Conflicts:     124000 | #Constraints:      14444
5.35/5.45	c INPROCESSING
5.35/5.45	c GARBAGE COLLECT
5.35/5.45	c rational objective 250.5
5.65/5.76	c #Conflicts:     125000 | #Constraints:       8442
5.65/5.76	c #Conflicts:     126000 | #Constraints:       9442
5.65/5.76	c #Conflicts:     127000 | #Constraints:      10442
5.65/5.76	c #Conflicts:     128000 | #Constraints:      11442
5.65/5.76	c #Conflicts:     129000 | #Constraints:      12442
5.65/5.76	c #Conflicts:     130000 | #Constraints:      13442
5.65/5.76	c #Conflicts:     131000 | #Constraints:      14442
5.65/5.76	c INPROCESSING
5.65/5.76	c GARBAGE COLLECT
5.65/5.76	c rational objective 250.5
5.95/6.06	c #Conflicts:     132000 | #Constraints:       8240
5.95/6.06	c #Conflicts:     133000 | #Constraints:       9241
5.95/6.06	c #Conflicts:     134000 | #Constraints:      10241
5.95/6.06	c #Conflicts:     135000 | #Constraints:      11241
5.95/6.06	c #Conflicts:     136000 | #Constraints:      12241
5.95/6.06	c #Conflicts:     137000 | #Constraints:      13241
5.95/6.06	c #Conflicts:     138000 | #Constraints:      14241
5.95/6.06	c #Conflicts:     139000 | #Constraints:      15241
5.95/6.06	c INPROCESSING
5.95/6.06	c GARBAGE COLLECT
5.95/6.06	c rational objective 250.5
6.34/6.41	c #Conflicts:     140000 | #Constraints:       8846
6.34/6.41	c #Conflicts:     141000 | #Constraints:       9846
6.34/6.41	c #Conflicts:     142000 | #Constraints:      10846
6.34/6.41	c #Conflicts:     143000 | #Constraints:      11846
6.34/6.41	c #Conflicts:     144000 | #Constraints:      12846
6.34/6.41	c #Conflicts:     145000 | #Constraints:      13846
6.34/6.41	c #Conflicts:     146000 | #Constraints:      14846
6.34/6.41	c #Conflicts:     147000 | #Constraints:      15846
6.34/6.41	c INPROCESSING
6.34/6.41	c GARBAGE COLLECT
6.34/6.41	c rational objective 250.5
6.64/6.72	c #Conflicts:     148000 | #Constraints:       9246
6.64/6.72	c #Conflicts:     149000 | #Constraints:      10246
6.64/6.72	c #Conflicts:     150000 | #Constraints:      11246
6.64/6.72	c #Conflicts:     151000 | #Constraints:      12246
6.64/6.72	c #Conflicts:     152000 | #Constraints:      13246
6.64/6.72	c #Conflicts:     153000 | #Constraints:      14246
6.64/6.72	c #Conflicts:     154000 | #Constraints:      15246
6.64/6.72	c #Conflicts:     155000 | #Constraints:      16246
6.64/6.72	c INPROCESSING
6.64/6.72	c GARBAGE COLLECT
6.64/6.72	c rational objective 250.5
6.95/7.05	c #Conflicts:     156000 | #Constraints:       9442
6.95/7.05	c #Conflicts:     157000 | #Constraints:      10442
6.95/7.05	c #Conflicts:     158000 | #Constraints:      11442
6.95/7.05	c #Conflicts:     159000 | #Constraints:      12442
6.95/7.05	c #Conflicts:     160000 | #Constraints:      13442
6.95/7.05	c #Conflicts:     161000 | #Constraints:      14442
6.95/7.05	c #Conflicts:     162000 | #Constraints:      15442
6.95/7.05	c #Conflicts:     163000 | #Constraints:      16442
6.95/7.05	c INPROCESSING
6.95/7.05	c GARBAGE COLLECT
6.95/7.05	c rational objective 250.5
7.24/7.37	c #Conflicts:     164000 | #Constraints:       9439
7.24/7.37	c #Conflicts:     165000 | #Constraints:      10439
7.24/7.37	c #Conflicts:     166000 | #Constraints:      11439
7.24/7.37	c #Conflicts:     167000 | #Constraints:      12439
7.24/7.37	c #Conflicts:     168000 | #Constraints:      13439
7.24/7.37	c #Conflicts:     169000 | #Constraints:      14439
7.24/7.37	c #Conflicts:     170000 | #Constraints:      15439
7.24/7.37	c #Conflicts:     171000 | #Constraints:      16439
7.24/7.37	c INPROCESSING
7.24/7.37	c GARBAGE COLLECT
7.24/7.37	c rational objective 250.5
7.65/7.70	c #Conflicts:     172000 | #Constraints:       9240
7.65/7.70	c #Conflicts:     173000 | #Constraints:      10240
7.65/7.70	c #Conflicts:     174000 | #Constraints:      11240
7.65/7.70	c #Conflicts:     175000 | #Constraints:      12240
7.65/7.70	c #Conflicts:     176000 | #Constraints:      13240
7.65/7.70	c #Conflicts:     177000 | #Constraints:      14240
7.65/7.70	c #Conflicts:     178000 | #Constraints:      15240
7.65/7.70	c #Conflicts:     179000 | #Constraints:      16240
7.65/7.70	c #Conflicts:     180000 | #Constraints:      17240
7.65/7.70	c INPROCESSING
7.65/7.70	c GARBAGE COLLECT
7.65/7.70	c rational objective 250.5
7.94/8.06	c #Conflicts:     181000 | #Constraints:       9837
7.94/8.06	c #Conflicts:     182000 | #Constraints:      10837
7.94/8.06	c #Conflicts:     183000 | #Constraints:      11837
7.94/8.06	c #Conflicts:     184000 | #Constraints:      12837
7.94/8.06	c #Conflicts:     185000 | #Constraints:      13837
7.94/8.06	c #Conflicts:     186000 | #Constraints:      14837
7.94/8.06	c #Conflicts:     187000 | #Constraints:      15837
7.94/8.06	c #Conflicts:     188000 | #Constraints:      16837
7.94/8.06	c #Conflicts:     189000 | #Constraints:      17837
7.94/8.06	c INPROCESSING
7.94/8.06	c GARBAGE COLLECT
7.94/8.06	c rational objective 250.5
8.24/8.39	c #Conflicts:     190000 | #Constraints:      10244
8.24/8.39	c #Conflicts:     191000 | #Constraints:      11244
8.24/8.39	c #Conflicts:     192000 | #Constraints:      12244
8.24/8.39	c #Conflicts:     193000 | #Constraints:      13244
8.24/8.39	c #Conflicts:     194000 | #Constraints:      14244
8.24/8.39	c #Conflicts:     195000 | #Constraints:      15244
8.24/8.39	c #Conflicts:     196000 | #Constraints:      16244
8.24/8.39	c #Conflicts:     197000 | #Constraints:      17244
8.24/8.39	c #Conflicts:     198000 | #Constraints:      18244
8.24/8.39	c INPROCESSING
8.24/8.39	c GARBAGE COLLECT
8.24/8.39	c rational objective 250.5
8.64/8.77	c #Conflicts:     199000 | #Constraints:      10443
8.64/8.77	c #Conflicts:     200000 | #Constraints:      11443
8.64/8.77	c #Conflicts:     201000 | #Constraints:      12443
8.64/8.77	c #Conflicts:     202000 | #Constraints:      13443
8.64/8.77	c #Conflicts:     203000 | #Constraints:      14443
8.64/8.77	c #Conflicts:     204000 | #Constraints:      15443
8.64/8.77	c #Conflicts:     205000 | #Constraints:      16443
8.64/8.77	c #Conflicts:     206000 | #Constraints:      17443
8.64/8.77	c #Conflicts:     207000 | #Constraints:      18443
8.64/8.77	c INPROCESSING
8.64/8.77	c GARBAGE COLLECT
8.64/8.77	c rational objective 250.5
9.05/9.12	c #Conflicts:     208000 | #Constraints:      10447
9.05/9.12	c #Conflicts:     209000 | #Constraints:      11447
9.05/9.12	c #Conflicts:     210000 | #Constraints:      12447
9.05/9.12	c #Conflicts:     211000 | #Constraints:      13447
9.05/9.12	c #Conflicts:     212000 | #Constraints:      14447
9.05/9.12	c #Conflicts:     213000 | #Constraints:      15447
9.05/9.12	c #Conflicts:     214000 | #Constraints:      16447
9.05/9.12	c #Conflicts:     215000 | #Constraints:      17447
9.05/9.12	c #Conflicts:     216000 | #Constraints:      18447
9.05/9.12	c INPROCESSING
9.05/9.12	c GARBAGE COLLECT
9.05/9.12	c rational objective 250.5
9.34/9.49	c #Conflicts:     217000 | #Constraints:      10248
9.34/9.49	c #Conflicts:     218000 | #Constraints:      11248
9.34/9.49	c #Conflicts:     219000 | #Constraints:      12248
9.34/9.49	c #Conflicts:     220000 | #Constraints:      13248
9.34/9.49	c #Conflicts:     221000 | #Constraints:      14248
9.34/9.49	c #Conflicts:     222000 | #Constraints:      15248
9.34/9.49	c #Conflicts:     223000 | #Constraints:      16248
9.34/9.49	c #Conflicts:     224000 | #Constraints:      17248
9.34/9.49	c #Conflicts:     225000 | #Constraints:      18248
9.34/9.49	c #Conflicts:     226000 | #Constraints:      19248
9.34/9.49	c INPROCESSING
9.34/9.49	c GARBAGE COLLECT
9.34/9.49	c rational objective 250.5
9.74/9.89	c #Conflicts:     227000 | #Constraints:      10849
9.74/9.89	c #Conflicts:     228000 | #Constraints:      11849
9.74/9.89	c #Conflicts:     229000 | #Constraints:      12849
9.74/9.89	c #Conflicts:     230000 | #Constraints:      13849
9.74/9.89	c #Conflicts:     231000 | #Constraints:      14849
9.74/9.89	c #Conflicts:     232000 | #Constraints:      15849
9.74/9.89	c #Conflicts:     233000 | #Constraints:      16849
9.74/9.89	c #Conflicts:     234000 | #Constraints:      17849
9.74/9.89	c #Conflicts:     235000 | #Constraints:      18849
9.74/9.89	c #Conflicts:     236000 | #Constraints:      19849
9.74/9.89	c INPROCESSING
9.74/9.89	c GARBAGE COLLECT
9.74/9.89	c rational objective 250.5
10.14/10.29	c #Conflicts:     237000 | #Constraints:      11253
10.14/10.29	c #Conflicts:     238000 | #Constraints:      12253
10.14/10.29	c #Conflicts:     239000 | #Constraints:      13253
10.14/10.29	c #Conflicts:     240000 | #Constraints:      14253
10.14/10.29	c #Conflicts:     241000 | #Constraints:      15253
10.14/10.29	c #Conflicts:     242000 | #Constraints:      16253
10.14/10.29	c #Conflicts:     243000 | #Constraints:      17253
10.14/10.29	c #Conflicts:     244000 | #Constraints:      18253
10.14/10.29	c #Conflicts:     245000 | #Constraints:      19253
10.14/10.29	c #Conflicts:     246000 | #Constraints:      20253
10.14/10.29	c INPROCESSING
10.14/10.29	c GARBAGE COLLECT
10.14/10.29	c rational objective 250.5
10.53/10.68	c #Conflicts:     247000 | #Constraints:      11453
10.53/10.68	c #Conflicts:     248000 | #Constraints:      12453
10.53/10.68	c #Conflicts:     249000 | #Constraints:      13453
10.53/10.68	c #Conflicts:     250000 | #Constraints:      14453
10.53/10.68	c #Conflicts:     251000 | #Constraints:      15453
10.53/10.68	c #Conflicts:     252000 | #Constraints:      16453
10.53/10.68	c #Conflicts:     253000 | #Constraints:      17453
10.53/10.68	c #Conflicts:     254000 | #Constraints:      18453
10.53/10.68	c #Conflicts:     255000 | #Constraints:      19453
10.53/10.68	c #Conflicts:     256000 | #Constraints:      20453
10.53/10.68	c INPROCESSING
10.53/10.68	c GARBAGE COLLECT
10.53/10.68	c rational objective 250.5
10.94/11.09	c #Conflicts:     257000 | #Constraints:      11459
10.94/11.09	c #Conflicts:     258000 | #Constraints:      12459
10.94/11.09	c #Conflicts:     259000 | #Constraints:      13459
10.94/11.09	c #Conflicts:     260000 | #Constraints:      14459
10.94/11.09	c #Conflicts:     261000 | #Constraints:      15459
10.94/11.09	c #Conflicts:     262000 | #Constraints:      16459
10.94/11.09	c #Conflicts:     263000 | #Constraints:      17459
10.94/11.09	c #Conflicts:     264000 | #Constraints:      18459
10.94/11.09	c #Conflicts:     265000 | #Constraints:      19459
10.94/11.09	c #Conflicts:     266000 | #Constraints:      20459
10.94/11.09	c INPROCESSING
10.94/11.09	c GARBAGE COLLECT
10.94/11.09	c rational objective 250.5
11.43/11.52	c #Conflicts:     267000 | #Constraints:      11262
11.43/11.52	c #Conflicts:     268000 | #Constraints:      12262
11.43/11.52	c #Conflicts:     269000 | #Constraints:      13262
11.43/11.52	c #Conflicts:     270000 | #Constraints:      14262
11.43/11.52	c #Conflicts:     271000 | #Constraints:      15262
11.43/11.52	c #Conflicts:     272000 | #Constraints:      16262
11.43/11.52	c #Conflicts:     273000 | #Constraints:      17262
11.43/11.52	c #Conflicts:     274000 | #Constraints:      18262
11.43/11.52	c #Conflicts:     275000 | #Constraints:      19262
11.43/11.52	c #Conflicts:     276000 | #Constraints:      20262
11.43/11.52	c #Conflicts:     277000 | #Constraints:      21262
11.43/11.52	c INPROCESSING
11.43/11.52	c GARBAGE COLLECT
11.43/11.52	c rational objective 250.5
11.84/11.96	c #Conflicts:     278000 | #Constraints:      11865
11.84/11.96	c #Conflicts:     279000 | #Constraints:      12865
11.84/11.96	c #Conflicts:     280000 | #Constraints:      13865
11.84/11.96	c #Conflicts:     281000 | #Constraints:      14865
11.84/11.96	c #Conflicts:     282000 | #Constraints:      15865
11.84/11.96	c #Conflicts:     283000 | #Constraints:      16865
11.84/11.96	c #Conflicts:     284000 | #Constraints:      17865
11.84/11.96	c #Conflicts:     285000 | #Constraints:      18865
11.84/11.96	c #Conflicts:     286000 | #Constraints:      19865
11.84/11.96	c #Conflicts:     287000 | #Constraints:      20865
11.84/11.96	c #Conflicts:     288000 | #Constraints:      21865
11.84/11.96	c INPROCESSING
11.84/11.96	c GARBAGE COLLECT
11.84/11.96	c rational objective 250.5
12.33/12.42	c #Conflicts:     289000 | #Constraints:      12260
12.33/12.42	c #Conflicts:     290000 | #Constraints:      13260
12.33/12.42	c #Conflicts:     291000 | #Constraints:      14260
12.33/12.42	c #Conflicts:     292000 | #Constraints:      15260
12.33/12.42	c #Conflicts:     293000 | #Constraints:      16260
12.33/12.42	c #Conflicts:     294000 | #Constraints:      17260
12.33/12.42	c #Conflicts:     295000 | #Constraints:      18260
12.33/12.42	c #Conflicts:     296000 | #Constraints:      19260
12.33/12.42	c #Conflicts:     297000 | #Constraints:      20260
12.33/12.42	c #Conflicts:     298000 | #Constraints:      21260
12.33/12.42	c #Conflicts:     299000 | #Constraints:      22260
12.33/12.42	c INPROCESSING
12.33/12.42	c GARBAGE COLLECT
12.33/12.42	c rational objective 250.5
12.73/12.87	c #Conflicts:     300000 | #Constraints:      12452
12.73/12.87	c #Conflicts:     301000 | #Constraints:      13452
12.73/12.87	c #Conflicts:     302000 | #Constraints:      14452
12.73/12.87	c #Conflicts:     303000 | #Constraints:      15452
12.73/12.87	c #Conflicts:     304000 | #Constraints:      16452
12.73/12.87	c #Conflicts:     305000 | #Constraints:      17452
12.73/12.87	c #Conflicts:     306000 | #Constraints:      18452
12.73/12.87	c #Conflicts:     307000 | #Constraints:      19452
12.73/12.87	c #Conflicts:     308000 | #Constraints:      20452
12.73/12.87	c #Conflicts:     309000 | #Constraints:      21452
12.73/12.87	c #Conflicts:     310000 | #Constraints:      22452
12.73/12.87	c INPROCESSING
12.73/12.87	c GARBAGE COLLECT
12.73/12.87	c rational objective 250.5
13.23/13.38	c #Conflicts:     311000 | #Constraints:      12463
13.23/13.38	c #Conflicts:     312000 | #Constraints:      13463
13.23/13.38	c #Conflicts:     313000 | #Constraints:      14463
13.23/13.38	c #Conflicts:     314000 | #Constraints:      15463
13.23/13.38	c #Conflicts:     315000 | #Constraints:      16463
13.23/13.38	c #Conflicts:     316000 | #Constraints:      17463
13.23/13.38	c #Conflicts:     317000 | #Constraints:      18463
13.23/13.38	c #Conflicts:     318000 | #Constraints:      19463
13.23/13.38	c #Conflicts:     319000 | #Constraints:      20463
13.23/13.38	c #Conflicts:     320000 | #Constraints:      21463
13.23/13.38	c #Conflicts:     321000 | #Constraints:      22463
13.23/13.38	c INPROCESSING
13.23/13.38	c GARBAGE COLLECT
13.23/13.38	c rational objective 250.5
13.72/13.88	c #Conflicts:     322000 | #Constraints:      12269
13.72/13.88	c #Conflicts:     323000 | #Constraints:      13269
13.72/13.88	c #Conflicts:     324000 | #Constraints:      14269
13.72/13.88	c #Conflicts:     325000 | #Constraints:      15269
13.72/13.88	c #Conflicts:     326000 | #Constraints:      16269
13.72/13.88	c #Conflicts:     327000 | #Constraints:      17269
13.72/13.88	c #Conflicts:     328000 | #Constraints:      18269
13.72/13.88	c #Conflicts:     329000 | #Constraints:      19269
13.72/13.88	c #Conflicts:     330000 | #Constraints:      20269
13.72/13.88	c #Conflicts:     331000 | #Constraints:      21269
13.72/13.88	c #Conflicts:     332000 | #Constraints:      22269
13.72/13.88	c #Conflicts:     333000 | #Constraints:      23269
13.72/13.88	c INPROCESSING
13.72/13.88	c GARBAGE COLLECT
13.72/13.88	c rational objective 250.5
14.23/14.38	c #Conflicts:     334000 | #Constraints:       7827
14.23/14.38	c #Conflicts:     335000 | #Constraints:       8827
14.23/14.38	c #Conflicts:     336000 | #Constraints:       9827
14.23/14.38	c #Conflicts:     337000 | #Constraints:      10827
14.23/14.38	c #Conflicts:     338000 | #Constraints:      11827
14.23/14.38	c #Conflicts:     339000 | #Constraints:      12827
14.23/14.38	c #Conflicts:     340000 | #Constraints:      13827
14.23/14.38	c #Conflicts:     341000 | #Constraints:      14827
14.23/14.38	c #Conflicts:     342000 | #Constraints:      15827
14.23/14.38	c #Conflicts:     343000 | #Constraints:      16827
14.23/14.38	c #Conflicts:     344000 | #Constraints:      17827
14.23/14.38	c #Conflicts:     345000 | #Constraints:      18827
14.23/14.38	c INPROCESSING
14.23/14.38	c GARBAGE COLLECT
14.23/14.38	c rational objective 250.5
14.33/14.45	c cpu time 13.1603 s
14.33/14.45	c deterministic time 462252154 4.62e+08
14.33/14.45	c optimization time 4e-05 s
14.33/14.45	c total solve time 13.1572 s
14.33/14.45	c core-guided solve time 0 s
14.33/14.45	c propagation time 8.11658 s
14.33/14.45	c conflict analysis time 2.5642 s
14.33/14.45	c propagations 2347108
14.33/14.45	c resolve steps 1063637
14.33/14.45	c decisions 752122
14.33/14.45	c conflicts 345059
14.33/14.45	c restarts 817
14.33/14.45	c inprocessing phases 50
14.33/14.45	c garbage collections 50 ,( 100.00 )
14.33/14.45	c input clauses 58 ,( 10.39 )
14.33/14.45	c input cardinalities 500 ,( 89.61 )
14.33/14.45	c input general constraints 0 ,( 0.00 )
14.33/14.45	c input average constraint length 3.88
14.33/14.45	c input average constraint degree 1.90
14.33/14.45	c learned clauses 326527 ,( 94.57 )
14.33/14.45	c learned cardinalities 1548 ,( 0.45 )
14.33/14.45	c learned general constraints 17205 ,( 4.98 )
14.33/14.45	c learned average constraint length 15.19
14.33/14.45	c learned average constraint degree 2751833.82
14.33/14.45	c watched  CF 32, 64, 128, Arb: 9573 , 0 , 0 , 0
14.33/14.45	c counting CF 32, 64, 128, Arb: 7632 , 0 , 0 , 0
14.33/14.45	c watched   constraints 9573 ,( 55.64 ) 
14.33/14.45	c counting  constraints 7632 ,( 44.36 ) 
14.33/14.45	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 76850936 , 3995757 , 6821512 ,( 5157307 , 1664205 )
14.33/14.45	c gcd simplifications 10896
14.33/14.45	c detected cardinalities 491
14.33/14.45	c weakened non-implied lits 175116
14.33/14.45	c weakened non-implying lits 3019
14.33/14.45	c original variables 519
14.33/14.45	c clausal propagations 782064
14.33/14.45	c cardinality propagations 717798
14.33/14.45	c watched propagations 51196
14.33/14.45	c counting propagations 439553
14.33/14.45	c watch lookups 249299805
14.33/14.45	c watch backjump lookups 0
14.33/14.45	c watch checks 170793658
14.33/14.45	c propagation checks 18318258
14.33/14.45	c constraint additions 17261589
14.33/14.45	c trail pops 3444273
14.33/14.45	c formula constraints 558
14.33/14.45	c learned constraints 345054
14.33/14.45	c bound constraints 0
14.33/14.45	c core-guided constraints 0
14.33/14.45	c encountered formula constraints 79353
14.33/14.45	c encountered learned constraints 1329096
14.33/14.45	c encountered bound constraints 0
14.33/14.45	c encountered core-guided constraints 0
14.33/14.45	c LP total time 1.95768 s
14.33/14.45	c LP solve time 1 s
14.33/14.45	c LP constraints added 805
14.33/14.45	c LP constraints removed 239
14.33/14.45	c LP pivots internal 34509
14.33/14.45	c LP pivots root 831
14.33/14.45	c LP calls 2508
14.33/14.45	c LP optimalities 2504
14.33/14.45	c LP no pivot count 168
14.33/14.45	c LP infeasibilities 4
14.33/14.45	c LP valid Farkas constraints 4
14.33/14.45	c LP learned Farkas constraints 4
14.33/14.45	c LP basis resets 0
14.33/14.45	c LP cycling count 0
14.33/14.45	c LP singular count 0
14.33/14.45	c LP no primal count 0
14.33/14.45	c LP no farkas count 0
14.33/14.45	c LP other issue count 0
14.33/14.45	c LP Gomory cuts 218
14.33/14.45	c LP learned cuts 36
14.33/14.45	c LP deleted cuts 247
14.33/14.45	c LP encountered Gomory constraints 0
14.33/14.45	c LP encountered Farkas constraints 238
14.33/14.45	c LP encountered learned Farkas constraints 5
14.33/14.45	c CG auxiliary variables introduced 0
14.33/14.45	c CG solutions found 0
14.33/14.45	c CG cores constructed 0
14.33/14.45	c CG core cardinality constraints returned 0
14.33/14.45	c CG unit cores 0
14.33/14.45	c CG single cores 0
14.33/14.45	c CG blocks removed during cardinality reduction 0
14.33/14.45	c CG first core best 0
14.33/14.45	c CG decision core best 0
14.33/14.45	c CG core reduction tie 0
14.33/14.45	c CG core degree average 0.00
14.33/14.45	c CG core slack average 0.00
14.33/14.45	c CG core upper bound improvements 0
14.33/14.45	c STR number of successful calls 0
14.33/14.45	c STR number of unsuccessful calls 0
14.33/14.45	c STR number of inconclusive calls 0
14.33/14.45	c STR number of successful attempts 0
14.33/14.45	c STR number of unsuccessful attempts 0
14.33/14.45	c STR number of inconclusive attempts 0
14.33/14.45	c STR average degree increase per successful call inf
14.33/14.45	c STR average degree increase per successful attempt inf
14.33/14.45	c STR total number of conflicts for successful attempts 0
14.33/14.45	c STR total number of conflicts for unsuccessful attempts 0
14.33/14.45	c STR total number of conflicts for inconclusive attempts 0
14.33/14.45	c STR average number of conflicts per successful attempt inf
14.33/14.45	c STR average number of conflicts per unsuccessful attempt inf
14.33/14.45	c STR average number of conflicts per inconclusive attempt inf
14.33/14.45	c AVG.sumWPerc 38.49 
14.33/14.45	c bigint constraints 0 
14.33/14.45	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 15:24:42 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (60285 MiB free)
  memory of node 1: 64507 MiB (59502 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=22691, runsolver pid=22688
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.15 4.11 3.79 5/273 22694
/proc/meminfo: memFree=122663248/131249996 swapFree=33010684/33010684
[pid=22691] ppid=22688 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/22691/stat : 22691 (run-dec-break-l) S 22688 22691 21214 0 -1 4194304 241 385 0 0 0 0 0 0 20 0 1 0 35624412 4292608 704 18446744073709551615 94653920927744 94653921822277 140729858809744 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94653922061328 94653922109072 94653945167872 140729858816277 140729858816478 140729858816478 140729858822080 0
/proc/22691/statm: 1048 704 672 219 0 110 0
[pid=22694] ppid=22691 vsize=57876 memory=14504 CPUtime=0.06 cores=0,2
/proc/22694/stat : 22694 (roundingsat) R 22691 22691 21214 0 -1 4194304 1081 0 0 0 6 0 0 0 20 0 1 0 35624414 59265024 3626 18446744073709551615 4227072 8923433 140730049454624 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28803072 140730049460468 140730049460776 140730049460776 140730049466346 0
/proc/22694/statm: 14469 3626 2368 1147 0 1896 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 62068 KiB
Current children cumulated memory: 17320 KiB

[startup+0.205646 s]*
/proc/loadavg: 4.15 4.11 3.79 5/273 22694
/proc/meminfo: memFree=122663248/131249996 swapFree=33010684/33010684
[pid=22691] ppid=22688 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/22691/stat : 22691 (run-dec-break-l) S 22688 22691 21214 0 -1 4194304 241 385 0 0 0 0 0 0 20 0 1 0 35624412 4292608 704 18446744073709551615 94653920927744 94653921822277 140729858809744 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94653922061328 94653922109072 94653945167872 140729858816277 140729858816478 140729858816478 140729858822080 0
/proc/22691/statm: 1048 704 672 219 0 110 0
[pid=22694] ppid=22691 vsize=58280 memory=14888 CPUtime=0.17 cores=0,2
/proc/22694/stat : 22694 (roundingsat) R 22691 22691 21214 0 -1 4194304 1198 0 0 0 15 2 0 0 20 0 1 0 35624414 59678720 3722 18446744073709551615 4227072 8923433 140730049454624 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28803072 140730049460468 140730049460776 140730049460776 140730049466346 0
/proc/22694/statm: 14570 3722 2368 1147 0 1997 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 62472 KiB
Current children cumulated memory: 17704 KiB

[startup+0.305373 s]*
/proc/loadavg: 4.15 4.11 3.79 5/273 22694
/proc/meminfo: memFree=122661484/131249996 swapFree=33010684/33010684
[pid=22691] ppid=22688 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/22691/stat : 22691 (run-dec-break-l) S 22688 22691 21214 0 -1 4194304 241 385 0 0 0 0 0 0 20 0 1 0 35624412 4292608 704 18446744073709551615 94653920927744 94653921822277 140729858809744 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94653922061328 94653922109072 94653945167872 140729858816277 140729858816478 140729858816478 140729858822080 0
/proc/22691/statm: 1048 704 672 219 0 110 0
[pid=22694] ppid=22691 vsize=58692 memory=15144 CPUtime=0.28 cores=0,2
/proc/22694/stat : 22694 (roundingsat) R 22691 22691 21214 0 -1 4194304 1270 0 0 0 25 3 0 0 20 0 1 0 35624414 60100608 3786 18446744073709551615 4227072 8923433 140730049454624 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28803072 140730049460468 140730049460776 140730049460776 140730049466346 0
/proc/22694/statm: 14673 3786 2368 1147 0 2100 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 62884 KiB
Current children cumulated memory: 17960 KiB

[startup+0.700141 s]
/proc/loadavg: 4.15 4.11 3.79 5/273 22694
/proc/meminfo: memFree=122659468/131249996 swapFree=33010684/33010684
[pid=22691] ppid=22688 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/22691/stat : 22691 (run-dec-break-l) S 22688 22691 21214 0 -1 4194304 241 385 0 0 0 0 0 0 20 0 1 0 35624412 4292608 704 18446744073709551615 94653920927744 94653921822277 140729858809744 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94653922061328 94653922109072 94653945167872 140729858816277 140729858816478 140729858816478 140729858822080 0
/proc/22691/statm: 1048 704 672 219 0 110 0
[pid=22694] ppid=22691 vsize=59252 memory=15784 CPUtime=0.66 cores=0,2
/proc/22694/stat : 22694 (roundingsat) R 22691 22691 21214 0 -1 4194304 1425 0 0 0 59 7 0 0 20 0 1 0 35624414 60674048 3946 18446744073709551615 4227072 8923433 140730049454624 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28803072 140730049460468 140730049460776 140730049460776 140730049466346 0
/proc/22694/statm: 14813 3946 2368 1147 0 2240 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 63444 KiB
Current children cumulated memory: 18600 KiB

[startup+1.50017 s]
/proc/loadavg: 4.15 4.11 3.79 5/273 22694
/proc/meminfo: memFree=122652428/131249996 swapFree=33010684/33010684
[pid=22691] ppid=22688 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/22691/stat : 22691 (run-dec-break-l) S 22688 22691 21214 0 -1 4194304 241 385 0 0 0 0 0 0 20 0 1 0 35624412 4292608 704 18446744073709551615 94653920927744 94653921822277 140729858809744 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94653922061328 94653922109072 94653945167872 140729858816277 140729858816478 140729858816478 140729858822080 0
/proc/22691/statm: 1048 704 672 219 0 110 0
[pid=22694] ppid=22691 vsize=59972 memory=16552 CPUtime=1.46 cores=0,2
/proc/22694/stat : 22694 (roundingsat) R 22691 22691 21214 0 -1 4194304 1594 0 0 0 131 15 0 0 20 0 1 0 35624414 61411328 4138 18446744073709551615 4227072 8923433 140730049454624 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28803072 140730049460468 140730049460776 140730049460776 140730049466346 0
/proc/22694/statm: 14993 4138 2368 1147 0 2420 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 64164 KiB
Current children cumulated memory: 19368 KiB

[startup+3.10553 s]
/proc/loadavg: 4.14 4.10 3.79 5/273 22694
/proc/meminfo: memFree=122653168/131249996 swapFree=33010684/33010684
[pid=22691] ppid=22688 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/22691/stat : 22691 (run-dec-break-l) S 22688 22691 21214 0 -1 4194304 241 385 0 0 0 0 0 0 20 0 1 0 35624412 4292608 704 18446744073709551615 94653920927744 94653921822277 140729858809744 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94653922061328 94653922109072 94653945167872 140729858816277 140729858816478 140729858816478 140729858822080 0
/proc/22691/statm: 1048 704 672 219 0 110 0
[pid=22694] ppid=22691 vsize=60788 memory=17320 CPUtime=3.06 cores=0,2
/proc/22694/stat : 22694 (roundingsat) R 22691 22691 21214 0 -1 4194304 1798 0 0 0 274 32 0 0 20 0 1 0 35624414 62246912 4330 18446744073709551615 4227072 8923433 140730049454624 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28803072 140730049460468 140730049460776 140730049460776 140730049466346 0
/proc/22694/statm: 15197 4330 2368 1147 0 2624 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 64980 KiB
Current children cumulated memory: 20136 KiB

[startup+6.30014 s]
/proc/loadavg: 4.14 4.10 3.79 5/273 22694
/proc/meminfo: memFree=122658776/131249996 swapFree=33010684/33010684
[pid=22691] ppid=22688 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/22691/stat : 22691 (run-dec-break-l) S 22688 22691 21214 0 -1 4194304 241 385 0 0 0 0 0 0 20 0 1 0 35624412 4292608 704 18446744073709551615 94653920927744 94653921822277 140729858809744 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94653922061328 94653922109072 94653945167872 140729858816277 140729858816478 140729858816478 140729858822080 0
/proc/22691/statm: 1048 704 672 219 0 110 0
[pid=22694] ppid=22691 vsize=62184 memory=18728 CPUtime=6.24 cores=0,2
/proc/22694/stat : 22694 (roundingsat) R 22691 22691 21214 0 -1 4194304 2145 0 0 0 564 60 0 0 20 0 1 0 35624414 63676416 4682 18446744073709551615 4227072 8923433 140730049454624 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28803072 140730049460468 140730049460776 140730049460776 140730049466346 0
/proc/22694/statm: 15546 4682 2368 1147 0 2973 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 66376 KiB
Current children cumulated memory: 21544 KiB

[startup+12.7001 s]
/proc/loadavg: 4.13 4.10 3.79 5/274 22696
/proc/meminfo: memFree=122631576/131249996 swapFree=33010684/33010684
[pid=22691] ppid=22688 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/22691/stat : 22691 (run-dec-break-l) S 22688 22691 21214 0 -1 4194304 241 385 0 0 0 0 0 0 20 0 1 0 35624412 4292608 704 18446744073709551615 94653920927744 94653921822277 140729858809744 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94653922061328 94653922109072 94653945167872 140729858816277 140729858816478 140729858816478 140729858822080 0
/proc/22691/statm: 1048 704 672 219 0 110 0
[pid=22694] ppid=22691 vsize=64312 memory=21028 CPUtime=12.63 cores=0,2
/proc/22694/stat : 22694 (roundingsat) R 22691 22691 21214 0 -1 4194304 3072 0 0 0 1155 108 0 0 20 0 1 0 35624414 65855488 5257 18446744073709551615 4227072 8923433 140730049454624 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28803072 140730049460468 140730049460776 140730049460776 140730049466346 0
/proc/22694/statm: 16078 5257 2368 1147 0 3505 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 68504 KiB
Current children cumulated memory: 23844 KiB

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

# cumulated CPU time of all completed processes:  user=13.1736 s, system=1.19905 s

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

[startup+12.8002 s]
/proc/loadavg: 4.13 4.10 3.79 5/274 22696
/proc/meminfo: memFree=122631576/131249996 swapFree=33010684/33010684
[pid=22691] ppid=22688 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/22691/stat : 22691 (run-dec-break-l) S 22688 22691 21214 0 -1 4194304 241 385 0 0 0 0 0 0 20 0 1 0 35624412 4292608 704 18446744073709551615 94653920927744 94653921822277 140729858809744 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94653922061328 94653922109072 94653945167872 140729858816277 140729858816478 140729858816478 140729858822080 0
/proc/22691/statm: 1048 704 672 219 0 110 0
[pid=22694] ppid=22691 vsize=64312 memory=21028 CPUtime=12.73 cores=0,2
/proc/22694/stat : 22694 (roundingsat) R 22691 22691 21214 0 -1 4194304 3072 0 0 0 1164 109 0 0 20 0 1 0 35624414 65855488 5257 18446744073709551615 4227072 8923433 140730049454624 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28803072 140730049460468 140730049460776 140730049460776 140730049466346 0
/proc/22694/statm: 16078 5257 2368 1147 0 3505 0
Current children cumulated CPU time: 12.73 s
Current children cumulated vsize: 68504 KiB
Current children cumulated memory: 23844 KiB

[startup+13.6001 s]
/proc/loadavg: 4.12 4.10 3.79 5/274 22696
/proc/meminfo: memFree=122623512/131249996 swapFree=33010684/33010684
[pid=22691] ppid=22688 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/22691/stat : 22691 (run-dec-break-l) S 22688 22691 21214 0 -1 4194304 241 385 0 0 0 0 0 0 20 0 1 0 35624412 4292608 704 18446744073709551615 94653920927744 94653921822277 140729858809744 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94653922061328 94653922109072 94653945167872 140729858816277 140729858816478 140729858816478 140729858822080 0
/proc/22691/statm: 1048 704 672 219 0 110 0
[pid=22694] ppid=22691 vsize=64504 memory=21160 CPUtime=13.53 cores=0,2
/proc/22694/stat : 22694 (roundingsat) R 22691 22691 21214 0 -1 4194304 3301 0 0 0 1240 113 0 0 20 0 1 0 35624414 66052096 5290 18446744073709551615 4227072 8923433 140730049454624 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28803072 140730049460468 140730049460776 140730049460776 140730049466346 0
/proc/22694/statm: 16126 5290 2368 1147 0 3553 0
Current children cumulated CPU time: 13.53 s
Current children cumulated vsize: 68696 KiB
Current children cumulated memory: 23976 KiB

[startup+14.0001 s]*
/proc/loadavg: 4.12 4.10 3.79 5/274 22696
/proc/meminfo: memFree=122612928/131249996 swapFree=33010684/33010684
[pid=22691] ppid=22688 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/22691/stat : 22691 (run-dec-break-l) S 22688 22691 21214 0 -1 4194304 241 385 0 0 0 0 0 0 20 0 1 0 35624412 4292608 704 18446744073709551615 94653920927744 94653921822277 140729858809744 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94653922061328 94653922109072 94653945167872 140729858816277 140729858816478 140729858816478 140729858822080 0
/proc/22691/statm: 1048 704 672 219 0 110 0
[pid=22694] ppid=22691 vsize=65044 memory=21416 CPUtime=13.94 cores=0,2
/proc/22694/stat : 22694 (roundingsat) R 22691 22691 21214 0 -1 4194304 3378 0 0 0 1278 116 0 0 20 0 1 0 35624414 66605056 5354 18446744073709551615 4227072 8923433 140730049454624 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28803072 140730049460468 140730049460776 140730049460776 140730049466346 0
/proc/22694/statm: 16261 5354 2368 1147 0 3688 0
Current children cumulated CPU time: 13.94 s
Current children cumulated vsize: 69236 KiB
Current children cumulated memory: 24232 KiB

[startup+14.4001 s]
/proc/loadavg: 4.12 4.10 3.79 5/274 22696
/proc/meminfo: memFree=122612928/131249996 swapFree=33010684/33010684
[pid=22691] ppid=22688 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/22691/stat : 22691 (run-dec-break-l) S 22688 22691 21214 0 -1 4194304 241 385 0 0 0 0 0 0 20 0 1 0 35624412 4292608 704 18446744073709551615 94653920927744 94653921822277 140729858809744 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94653922061328 94653922109072 94653945167872 140729858816277 140729858816478 140729858816478 140729858822080 0
/proc/22691/statm: 1048 704 672 219 0 110 0
[pid=22694] ppid=22691 vsize=65192 memory=21416 CPUtime=14.33 cores=0,2
/proc/22694/stat : 22694 (roundingsat) R 22691 22691 21214 0 -1 4194304 3389 0 0 0 1314 119 0 0 20 0 1 0 35624414 66756608 5354 18446744073709551615 4227072 8923433 140730049454624 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 28803072 140730049460468 140730049460776 140730049460776 140730049466346 0
/proc/22694/statm: 16298 5354 2368 1147 0 3725 0
Current children cumulated CPU time: 14.33 s
Current children cumulated vsize: 69384 KiB
Current children cumulated memory: 24232 KiB

Child status: 0

Real time (s): 14.4598
CPU time (s): 14.3727
CPU user time (s): 13.1736
CPU system time (s): 1.19905
CPU usage (%): 99.3974
Max. virtual memory (cumulated for all children) (KiB): 69384
Max. memory (cumulated for all children) (KiB): 24232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.1736
system time used= 1.19905
maximum resident set size= 21416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4040
page faults= 0
swaps= 0
block input operations= 0
block output operations= 77992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1425
involuntary context switches= 36


# summary of solver processes directly reported to runsolver:
#   pid: 22691
#   total CPU time (s): 14.3727
#   total CPU user time (s): 13.1736
#   total CPU system time (s): 1.19905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033298 second user time and 0.096801 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 14:17:28
IDJOB=4511197
IDBENCH=160432
IDSOLVER=3358
FILE ID=nodeC030/4511197-1751199448
RUNJOBID= nodeC030-1751197546-21224
SLURM_JOB_ID= 9587610
Free space on /tmp= 433008 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x50split.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4511197-1751199448/watcher-4511197-1751199448 -o /tmp/evaluation-result-4511197-1751199448/solver-4511197-1751199448 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751197546-21224 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4511197-1751199448.opb PROOFDIR/proof-4511197-1751199448

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

MD5SUM BENCH= 6aa2e19502a8f75e99296617bfe7afcb
RANDOM SEED=1973422225

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        122664480 kB
MemAvailable:   129409612 kB
Buffers:            3280 kB
Cached:          7546084 kB
SwapCached:            0 kB
Active:           670484 kB
Inactive:        7289280 kB
Active(anon):     428528 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file):  7289280 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             56708 kB
Writeback:            88 kB
AnonPages:        404204 kB
Mapped:           113336 kB
Shmem:             18064 kB
KReclaimable:     105872 kB
Slab:             193040 kB
SReclaimable:     105872 kB
SUnreclaim:        87168 kB
KernelStack:        4400 kB
PageTables:         4016 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     761128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150712 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC030 at 2025-06-29 14:17:43