Trace number 4510945

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. 53.0616 53.3808

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l050-r049-n1.cnf-extracted.pb.metafix.opb
MD5SUMbbbcfa0a64e8945cae78db4c3e84f0d8
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 benchmark7.63237
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2724
Total number of constraints6385
Number of constraints which are clauses3005
Number of constraints which are cardinality constraints (but not clauses)3380
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
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-4510945-1751198297.opb'
0.00/0.01	c 	read 0.20MB  (2.68ms)
0.00/0.01	c	 [cnf: #variables 2724 #clauses 4852 #duplicates 1533 #arr 12459]
0.00/0.01	c output proof to 'PROOFDIR/proof-4510945-1751198297'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 1816] (3.53ms)
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.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 found row 3x1816, generating row predicate
0.00/0.02	c 	 (4.53ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 15748 #edges 41262]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 1.00*10^0 #generators 0] (1.60ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.07	c 
0.00/0.07	c generation finished
0.00/0.07	c 	[sbp: #constraints 10892 #add_vars 3630]
0.00/0.07	c 
0.00/0.07	c write result to 'HOME/instance-4510945-1751198297.opb.pre'
0.00/0.07	c 	wrote 0.54MB (1.45ms)
0.00/0.07	c ------------------------------------------------------------------
0.00/0.07	c                  50.06ms 78.32% other
0.00/0.07	c                   4.53ms  7.09% detect_special
0.00/0.07	c                   3.53ms  5.52% approx_orbits
0.00/0.07	c                   2.68ms  4.19% parse
0.00/0.07	c                   1.60ms  2.50% detect_generic
0.00/0.07	c                   1.45ms  2.26% output
0.00/0.07	c                   0.08ms  0.13% finalize_order
0.00/0.07	c         ───────────────────────────────────────────────
0.00/0.07	c                  63.92ms   100% total
0.00/0.07	c ------------------------------------------------------------------
0.00/0.09	c RoundingSat 2
0.00/0.09	c branch pb25
0.00/0.09	c commit 63f22ad
0.06/0.19	c #variables 6354 #constraints 15744
2.75/2.80	c #Conflicts:       1000 | #Constraints:      16743
2.75/2.80	c #Conflicts:       2000 | #Constraints:      17743
2.75/2.80	c INPROCESSING
2.75/2.80	c #Conflicts:       3000 | #Constraints:      18130
2.75/2.80	c #Conflicts:       4000 | #Constraints:      19130
2.75/2.80	c #Conflicts:       5000 | #Constraints:      20130
2.75/2.80	c #Conflicts:       6000 | #Constraints:      21130
2.75/2.80	c INPROCESSING
2.75/2.80	c GARBAGE COLLECT
2.75/2.80	c #Conflicts:       7000 | #Constraints:      19656
2.75/2.80	c #Conflicts:       8000 | #Constraints:      20656
2.75/2.80	c #Conflicts:       9000 | #Constraints:      21656
2.75/2.80	c INPROCESSING
2.75/2.80	c GARBAGE COLLECT
2.75/2.80	c #Conflicts:      10000 | #Constraints:      19763
2.75/2.80	c #Conflicts:      11000 | #Constraints:      20763
2.75/2.80	c #Conflicts:      12000 | #Constraints:      21763
2.75/2.80	c INPROCESSING
2.75/2.80	c GARBAGE COLLECT
2.75/2.80	c rational objective 909
3.54/3.65	c #Conflicts:      13000 | #Constraints:      19581
3.54/3.65	c #Conflicts:      14000 | #Constraints:      20581
3.54/3.65	c #Conflicts:      15000 | #Constraints:      21581
3.54/3.65	c #Conflicts:      16000 | #Constraints:      22581
3.54/3.65	c INPROCESSING
3.54/3.65	c GARBAGE COLLECT
3.54/3.65	c rational objective 909
4.45/4.56	c #Conflicts:      17000 | #Constraints:      20139
4.45/4.56	c #Conflicts:      18000 | #Constraints:      21139
4.45/4.56	c #Conflicts:      19000 | #Constraints:      22139
4.45/4.56	c #Conflicts:      20000 | #Constraints:      23139
4.45/4.56	c INPROCESSING
4.45/4.56	c GARBAGE COLLECT
4.45/4.56	c rational objective 909
5.34/5.50	c #Conflicts:      21000 | #Constraints:      20430
5.34/5.50	c #Conflicts:      22000 | #Constraints:      21430
5.34/5.50	c #Conflicts:      23000 | #Constraints:      22430
5.34/5.50	c #Conflicts:      24000 | #Constraints:      23430
5.34/5.50	c INPROCESSING
5.34/5.50	c GARBAGE COLLECT
5.34/5.50	c rational objective 909
6.34/6.49	c #Conflicts:      25000 | #Constraints:      20563
6.34/6.49	c #Conflicts:      26000 | #Constraints:      21563
6.34/6.49	c #Conflicts:      27000 | #Constraints:      22563
6.34/6.49	c #Conflicts:      28000 | #Constraints:      23563
6.34/6.49	c INPROCESSING
6.34/6.49	c GARBAGE COLLECT
6.34/6.49	c rational objective 909
10.43/10.57	c #Conflicts:      29000 | #Constraints:      20462
10.43/10.57	c #Conflicts:      30000 | #Constraints:      21462
10.43/10.57	c #Conflicts:      31000 | #Constraints:      22462
10.43/10.57	c #Conflicts:      32000 | #Constraints:      23462
10.43/10.57	c #Conflicts:      33000 | #Constraints:      24462
10.43/10.57	c INPROCESSING
10.43/10.57	c GARBAGE COLLECT
10.43/10.57	c #Conflicts:      34000 | #Constraints:      21172
10.43/10.57	c #Conflicts:      35000 | #Constraints:      22172
10.43/10.57	c #Conflicts:      36000 | #Constraints:      23172
10.43/10.57	c #Conflicts:      37000 | #Constraints:      24172
10.43/10.57	c #Conflicts:      38000 | #Constraints:      25172
10.43/10.57	c INPROCESSING
10.43/10.57	c GARBAGE COLLECT
10.43/10.57	c #Conflicts:      39000 | #Constraints:      21687
10.43/10.57	c #Conflicts:      40000 | #Constraints:      22687
10.43/10.57	c #Conflicts:      41000 | #Constraints:      23687
10.43/10.57	c #Conflicts:      42000 | #Constraints:      24687
10.43/10.57	c INPROCESSING
10.43/10.57	c GARBAGE COLLECT
10.43/10.57	c #Conflicts:      43000 | #Constraints:      20994
10.43/10.57	c #Conflicts:      44000 | #Constraints:      21994
10.43/10.57	c #Conflicts:      45000 | #Constraints:      22994
10.43/10.57	c #Conflicts:      46000 | #Constraints:      23994
10.43/10.57	c #Conflicts:      47000 | #Constraints:      24994
10.43/10.57	c #Conflicts:      48000 | #Constraints:      25994
10.43/10.57	c INPROCESSING
10.43/10.57	c GARBAGE COLLECT
10.43/10.57	c rational objective 909
11.62/11.74	c #Conflicts:      49000 | #Constraints:      22074
11.62/11.74	c #Conflicts:      50000 | #Constraints:      23074
11.62/11.74	c #Conflicts:      51000 | #Constraints:      24074
11.62/11.74	c #Conflicts:      52000 | #Constraints:      25074
11.62/11.74	c #Conflicts:      53000 | #Constraints:      26074
11.62/11.74	c INPROCESSING
11.62/11.74	c GARBAGE COLLECT
11.62/11.74	c rational objective 909
12.93/13.04	c #Conflicts:      54000 | #Constraints:      21971
12.93/13.04	c #Conflicts:      55000 | #Constraints:      22971
12.93/13.04	c #Conflicts:      56000 | #Constraints:      23971
12.93/13.04	c #Conflicts:      57000 | #Constraints:      24971
12.93/13.04	c #Conflicts:      58000 | #Constraints:      25971
12.93/13.04	c INPROCESSING
12.93/13.04	c GARBAGE COLLECT
12.93/13.04	c rational objective 909
16.62/16.78	c #Conflicts:      59000 | #Constraints:      21663
16.62/16.78	c #Conflicts:      60000 | #Constraints:      22663
16.62/16.78	c #Conflicts:      61000 | #Constraints:      23663
16.62/16.78	c #Conflicts:      62000 | #Constraints:      24663
16.62/16.78	c #Conflicts:      63000 | #Constraints:      25663
16.62/16.78	c #Conflicts:      64000 | #Constraints:      26663
16.62/16.78	c INPROCESSING
16.62/16.78	c GARBAGE COLLECT
16.62/16.78	c #Conflicts:      65000 | #Constraints:      22170
16.62/16.78	c #Conflicts:      66000 | #Constraints:      23170
16.62/16.78	c #Conflicts:      67000 | #Constraints:      24170
16.62/16.78	c #Conflicts:      68000 | #Constraints:      25170
16.62/16.78	c #Conflicts:      69000 | #Constraints:      26170
16.62/16.78	c #Conflicts:      70000 | #Constraints:      27170
16.62/16.78	c INPROCESSING
16.62/16.78	c GARBAGE COLLECT
16.62/16.78	c #Conflicts:      71000 | #Constraints:      22473
16.62/16.78	c #Conflicts:      72000 | #Constraints:      23473
16.62/16.78	c #Conflicts:      73000 | #Constraints:      24473
16.62/16.78	c #Conflicts:      74000 | #Constraints:      25473
16.62/16.78	c #Conflicts:      75000 | #Constraints:      26473
16.62/16.78	c #Conflicts:      76000 | #Constraints:      27473
16.62/16.78	c INPROCESSING
16.62/16.78	c GARBAGE COLLECT
16.62/16.78	c rational objective 909
18.31/18.45	c #Conflicts:      77000 | #Constraints:      22587
18.31/18.45	c #Conflicts:      78000 | #Constraints:      23587
18.31/18.45	c #Conflicts:      79000 | #Constraints:      24587
18.31/18.45	c #Conflicts:      80000 | #Constraints:      25587
18.31/18.45	c #Conflicts:      81000 | #Constraints:      26587
18.31/18.45	c #Conflicts:      82000 | #Constraints:      27587
18.31/18.45	c INPROCESSING
18.31/18.45	c GARBAGE COLLECT
18.31/18.45	c rational objective 909
20.10/20.22	c #Conflicts:      83000 | #Constraints:      22494
20.10/20.22	c #Conflicts:      84000 | #Constraints:      23494
20.10/20.22	c #Conflicts:      85000 | #Constraints:      24494
20.10/20.22	c #Conflicts:      86000 | #Constraints:      25494
20.10/20.22	c #Conflicts:      87000 | #Constraints:      26494
20.10/20.22	c #Conflicts:      88000 | #Constraints:      27494
20.10/20.22	c #Conflicts:      89000 | #Constraints:      28494
20.10/20.22	c INPROCESSING
20.10/20.22	c GARBAGE COLLECT
20.10/20.22	c rational objective 909
21.80/21.98	c #Conflicts:      90000 | #Constraints:      23188
21.80/21.98	c #Conflicts:      91000 | #Constraints:      24188
21.80/21.98	c #Conflicts:      92000 | #Constraints:      25188
21.80/21.98	c #Conflicts:      93000 | #Constraints:      26188
21.80/21.98	c #Conflicts:      94000 | #Constraints:      27188
21.80/21.98	c #Conflicts:      95000 | #Constraints:      28188
21.80/21.98	c #Conflicts:      96000 | #Constraints:      29188
21.80/21.98	c INPROCESSING
21.80/21.98	c GARBAGE COLLECT
21.80/21.98	c rational objective 909
23.39/23.52	c #Conflicts:      97000 | #Constraints:      23698
23.39/23.52	c #Conflicts:      98000 | #Constraints:      24698
23.39/23.52	c #Conflicts:      99000 | #Constraints:      25698
23.39/23.52	c #Conflicts:     100000 | #Constraints:      26698
23.39/23.52	c #Conflicts:     101000 | #Constraints:      27698
23.39/23.52	c #Conflicts:     102000 | #Constraints:      28698
23.39/23.52	c INPROCESSING
23.39/23.52	c GARBAGE COLLECT
23.39/23.52	c rational objective 909
25.00/25.16	c #Conflicts:     103000 | #Constraints:      22992
25.00/25.16	c #Conflicts:     104000 | #Constraints:      23992
25.00/25.16	c #Conflicts:     105000 | #Constraints:      24992
25.00/25.16	c #Conflicts:     106000 | #Constraints:      25992
25.00/25.16	c #Conflicts:     107000 | #Constraints:      26992
25.00/25.16	c #Conflicts:     108000 | #Constraints:      27992
25.00/25.16	c #Conflicts:     109000 | #Constraints:      28992
25.00/25.16	c #Conflicts:     110000 | #Constraints:      29992
25.00/25.16	c INPROCESSING
25.00/25.16	c GARBAGE COLLECT
25.00/25.16	c rational objective 909
27.09/27.20	c #Conflicts:     111000 | #Constraints:      24084
27.09/27.20	c #Conflicts:     112000 | #Constraints:      25084
27.09/27.20	c #Conflicts:     113000 | #Constraints:      26084
27.09/27.20	c #Conflicts:     114000 | #Constraints:      27084
27.09/27.20	c #Conflicts:     115000 | #Constraints:      28084
27.09/27.20	c #Conflicts:     116000 | #Constraints:      29084
27.09/27.20	c #Conflicts:     117000 | #Constraints:      30084
27.09/27.20	c INPROCESSING
27.09/27.20	c GARBAGE COLLECT
27.09/27.20	c rational objective 909
30.48/30.68	c #Conflicts:     118000 | #Constraints:      23984
30.48/30.68	c #Conflicts:     119000 | #Constraints:      24984
30.48/30.68	c #Conflicts:     120000 | #Constraints:      25984
30.48/30.68	c #Conflicts:     121000 | #Constraints:      26984
30.48/30.68	c #Conflicts:     122000 | #Constraints:      27984
30.48/30.68	c #Conflicts:     123000 | #Constraints:      28984
30.48/30.68	c #Conflicts:     124000 | #Constraints:      29984
30.48/30.68	c INPROCESSING
30.48/30.68	c GARBAGE COLLECT
30.48/30.68	c #Conflicts:     125000 | #Constraints:      23687
30.48/30.68	c #Conflicts:     126000 | #Constraints:      24687
30.48/30.68	c #Conflicts:     127000 | #Constraints:      25687
30.48/30.68	c #Conflicts:     128000 | #Constraints:      26687
30.48/30.68	c #Conflicts:     129000 | #Constraints:      27687
30.48/30.68	c #Conflicts:     130000 | #Constraints:      28687
30.48/30.68	c #Conflicts:     131000 | #Constraints:      29687
30.48/30.68	c #Conflicts:     132000 | #Constraints:      30687
30.48/30.68	c INPROCESSING
30.48/30.68	c GARBAGE COLLECT
30.48/30.68	c rational objective 909
32.46/32.70	c #Conflicts:     133000 | #Constraints:      24201
32.46/32.70	c #Conflicts:     134000 | #Constraints:      25201
32.46/32.70	c #Conflicts:     135000 | #Constraints:      26201
32.46/32.70	c #Conflicts:     136000 | #Constraints:      27201
32.46/32.70	c #Conflicts:     137000 | #Constraints:      28201
32.46/32.70	c #Conflicts:     138000 | #Constraints:      29201
32.46/32.70	c #Conflicts:     139000 | #Constraints:      30201
32.46/32.70	c #Conflicts:     140000 | #Constraints:      31201
32.46/32.70	c INPROCESSING
32.46/32.70	c GARBAGE COLLECT
32.46/32.70	c rational objective 909
42.43/42.76	c #Conflicts:     141000 | #Constraints:      24513
42.43/42.76	c #Conflicts:     142000 | #Constraints:      25513
42.43/42.76	c #Conflicts:     143000 | #Constraints:      26513
42.43/42.76	c #Conflicts:     144000 | #Constraints:      27513
42.43/42.76	c #Conflicts:     145000 | #Constraints:      28513
42.43/42.76	c #Conflicts:     146000 | #Constraints:      29513
42.43/42.76	c #Conflicts:     147000 | #Constraints:      30513
42.43/42.76	c #Conflicts:     148000 | #Constraints:      31513
42.43/42.76	c #Conflicts:     149000 | #Constraints:      32513
42.43/42.76	c #Conflicts:     150000 | #Constraints:      33513
42.43/42.76	c #Conflicts:     151000 | #Constraints:      34513
42.43/42.76	c #Conflicts:     152000 | #Constraints:      35513
42.43/42.76	c #Conflicts:     153000 | #Constraints:      36513
42.43/42.76	c #Conflicts:     154000 | #Constraints:      37513
42.43/42.76	c #Conflicts:     155000 | #Constraints:      38513
42.43/42.76	c #Conflicts:     156000 | #Constraints:      39513
42.43/42.76	c #Conflicts:     157000 | #Constraints:      40513
42.43/42.76	c #Conflicts:     158000 | #Constraints:      41513
42.43/42.76	c #Conflicts:     159000 | #Constraints:      42513
42.43/42.76	c #Conflicts:     160000 | #Constraints:      43513
42.43/42.76	c #Conflicts:     161000 | #Constraints:      44513
42.43/42.76	c #Conflicts:     162000 | #Constraints:      45513
42.43/42.76	c #Conflicts:     163000 | #Constraints:      46513
42.43/42.76	c #Conflicts:     164000 | #Constraints:      47513
42.43/42.76	c #Conflicts:     165000 | #Constraints:      48513
42.43/42.76	c #Conflicts:     166000 | #Constraints:      49513
42.43/42.76	c #Conflicts:     167000 | #Constraints:      50513
42.43/42.76	c #Conflicts:     168000 | #Constraints:      51513
42.43/42.76	c #Conflicts:     169000 | #Constraints:      52513
42.43/42.76	c #Conflicts:     170000 | #Constraints:      53513
42.43/42.76	c #Conflicts:     171000 | #Constraints:      54513
42.43/42.76	c #Conflicts:     172000 | #Constraints:      55513
42.43/42.76	c INPROCESSING
42.43/42.76	c GARBAGE COLLECT
42.43/42.76	c rational objective 909
45.43/45.75	c #Conflicts:     173000 | #Constraints:      36466
45.43/45.75	c #Conflicts:     174000 | #Constraints:      37466
45.43/45.75	c #Conflicts:     175000 | #Constraints:      38466
45.43/45.75	c #Conflicts:     176000 | #Constraints:      39466
45.43/45.75	c #Conflicts:     177000 | #Constraints:      40466
45.43/45.75	c #Conflicts:     178000 | #Constraints:      41466
45.43/45.75	c #Conflicts:     179000 | #Constraints:      42466
45.43/45.75	c #Conflicts:     180000 | #Constraints:      43466
45.43/45.75	c #Conflicts:     181000 | #Constraints:      44466
45.43/45.75	c #Conflicts:     182000 | #Constraints:      45466
45.43/45.75	c INPROCESSING
45.43/45.75	c GARBAGE COLLECT
45.43/45.75	c rational objective 909
48.42/48.79	c #Conflicts:     183000 | #Constraints:      31839
48.42/48.79	c #Conflicts:     184000 | #Constraints:      32839
48.42/48.79	c #Conflicts:     185000 | #Constraints:      33839
48.42/48.79	c #Conflicts:     186000 | #Constraints:      34839
48.42/48.79	c #Conflicts:     187000 | #Constraints:      35839
48.42/48.79	c #Conflicts:     188000 | #Constraints:      36839
48.42/48.79	c #Conflicts:     189000 | #Constraints:      37839
48.42/48.79	c #Conflicts:     190000 | #Constraints:      38839
48.42/48.79	c #Conflicts:     191000 | #Constraints:      39839
48.42/48.79	c INPROCESSING
48.42/48.79	c GARBAGE COLLECT
48.42/48.79	c rational objective 909
51.41/51.70	c #Conflicts:     192000 | #Constraints:      28813
51.41/51.70	c #Conflicts:     193000 | #Constraints:      29813
51.41/51.70	c #Conflicts:     194000 | #Constraints:      30813
51.41/51.70	c #Conflicts:     195000 | #Constraints:      31813
51.41/51.70	c #Conflicts:     196000 | #Constraints:      32813
51.41/51.70	c #Conflicts:     197000 | #Constraints:      33813
51.41/51.70	c #Conflicts:     198000 | #Constraints:      34813
51.41/51.70	c #Conflicts:     199000 | #Constraints:      35813
51.41/51.70	c #Conflicts:     200000 | #Constraints:      36813
51.41/51.70	c #Conflicts:     201000 | #Constraints:      37813
51.41/51.70	c INPROCESSING
51.41/51.70	c GARBAGE COLLECT
51.41/51.70	c rational objective 909
53.00/53.38	c #Conflicts:     202000 | #Constraints:      25948
53.00/53.38	c #Conflicts:     203000 | #Constraints:      26948
53.00/53.38	c #Conflicts:     204000 | #Constraints:      27948
53.00/53.38	c #Conflicts:     205000 | #Constraints:      28948
53.00/53.38	c #Conflicts:     206000 | #Constraints:      29948
53.00/53.38	c #Conflicts:     207000 | #Constraints:      30948
53.00/53.38	c cpu time 52.0192 s
53.00/53.38	c deterministic time 1366783343 1.37e+09
53.00/53.38	c optimization time 4.6e-05 s
53.00/53.38	c total solve time 51.9482 s
53.00/53.38	c core-guided solve time 0 s
53.00/53.38	c propagation time 22.2463 s
53.00/53.38	c conflict analysis time 21.8282 s
53.00/53.38	c propagations 89041518
53.00/53.38	c resolve steps 8815781
53.00/53.38	c decisions 373140
53.00/53.38	c conflicts 207159
53.00/53.38	c restarts 510
53.00/53.38	c inprocessing phases 30
53.00/53.38	c garbage collections 29 ,( 96.67 )
53.00/53.38	c input clauses 13897 ,( 88.27 )
53.00/53.38	c input cardinalities 1847 ,( 11.73 )
53.00/53.38	c input general constraints 0 ,( 0.00 )
53.00/53.38	c input average constraint length 2.87
53.00/53.38	c input average constraint degree 1.12
53.00/53.38	c learned clauses 206232 ,( 99.54 )
53.00/53.38	c learned cardinalities 924 ,( 0.45 )
53.00/53.38	c learned general constraints 28 ,( 0.01 )
53.00/53.38	c learned average constraint length 172.04
53.00/53.38	c learned average constraint degree 64604.87
53.00/53.38	c watched  CF 32, 64, 128, Arb: 20 , 0 , 0 , 0
53.00/53.38	c counting CF 32, 64, 128, Arb: 8 , 0 , 0 , 0
53.00/53.38	c watched   constraints 20 ,( 71.43 ) 
53.00/53.38	c counting  constraints 8 ,( 28.57 ) 
53.00/53.38	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 237405744 , 47596617 , 22129 ,( 5004 , 17125 )
53.00/53.38	c gcd simplifications 26
53.00/53.38	c detected cardinalities 3
53.00/53.38	c weakened non-implied lits 662521
53.00/53.38	c weakened non-implying lits 18
53.00/53.38	c original variables 6354
53.00/53.38	c clausal propagations 63136362
53.00/53.38	c cardinality propagations 25694627
53.00/53.38	c watched propagations 94
53.00/53.38	c counting propagations 2388
53.00/53.38	c watch lookups 285334065
53.00/53.38	c watch backjump lookups 0
53.00/53.38	c watch checks 612291948
53.00/53.38	c propagation checks 182059529
53.00/53.38	c constraint additions 108028167
53.00/53.38	c trail pops 89620526
53.00/53.38	c formula constraints 15744
53.00/53.38	c learned constraints 207158
53.00/53.38	c bound constraints 0
53.00/53.38	c core-guided constraints 0
53.00/53.38	c encountered formula constraints 5498088
53.00/53.38	c encountered learned constraints 3524190
53.00/53.38	c encountered bound constraints 0
53.00/53.38	c encountered core-guided constraints 0
53.00/53.38	c LP total time 4.45322 s
53.00/53.38	c LP solve time 1.1 s
53.00/53.38	c LP constraints added 15835
53.00/53.38	c LP constraints removed 86
53.00/53.38	c LP pivots internal 21408
53.00/53.38	c LP pivots root 13041
53.00/53.38	c LP calls 40
53.00/53.38	c LP optimalities 38
53.00/53.38	c LP no pivot count 5
53.00/53.38	c LP infeasibilities 0
53.00/53.38	c LP valid Farkas constraints 0
53.00/53.38	c LP learned Farkas constraints 0
53.00/53.38	c LP basis resets 0
53.00/53.38	c LP cycling count 0
53.00/53.38	c LP singular count 0
53.00/53.38	c LP no primal count 0
53.00/53.38	c LP no farkas count 0
53.00/53.38	c LP other issue count 0
53.00/53.38	c LP Gomory cuts 26
53.00/53.38	c LP learned cuts 70
53.00/53.38	c LP deleted cuts 91
53.00/53.38	c LP encountered Gomory constraints 662
53.00/53.38	c LP encountered Farkas constraints 0
53.00/53.38	c LP encountered learned Farkas constraints 0
53.00/53.38	c CG auxiliary variables introduced 0
53.00/53.38	c CG solutions found 0
53.00/53.38	c CG cores constructed 0
53.00/53.38	c CG core cardinality constraints returned 0
53.00/53.38	c CG unit cores 0
53.00/53.38	c CG single cores 0
53.00/53.38	c CG blocks removed during cardinality reduction 0
53.00/53.38	c CG first core best 0
53.00/53.38	c CG decision core best 0
53.00/53.38	c CG core reduction tie 0
53.00/53.38	c CG core degree average 0.00
53.00/53.38	c CG core slack average 0.00
53.00/53.38	c CG core upper bound improvements 0
53.00/53.38	c STR number of successful calls 0
53.00/53.38	c STR number of unsuccessful calls 0
53.00/53.38	c STR number of inconclusive calls 0
53.00/53.38	c STR number of successful attempts 0
53.00/53.38	c STR number of unsuccessful attempts 0
53.00/53.38	c STR number of inconclusive attempts 0
53.00/53.38	c STR average degree increase per successful call inf
53.00/53.38	c STR average degree increase per successful attempt inf
53.00/53.38	c STR total number of conflicts for successful attempts 0
53.00/53.38	c STR total number of conflicts for unsuccessful attempts 0
53.00/53.38	c STR total number of conflicts for inconclusive attempts 0
53.00/53.38	c STR average number of conflicts per successful attempt inf
53.00/53.38	c STR average number of conflicts per unsuccessful attempt inf
53.00/53.38	c STR average number of conflicts per inconclusive attempt inf
53.00/53.38	c AVG.sumWPerc 19.39 
53.00/53.38	c bigint constraints 0 
53.00/53.38	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 15:00:28 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 (61315 MiB free)
  memory of node 1: 64507 MiB (62461 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100056 s]*
/proc/loadavg: 4.24 3.93 2.85 5/271 22288
/proc/meminfo: memFree=126748260/131249996 swapFree=33010684/33010684
[pid=22285] ppid=22282 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/22285/stat : 22285 (run-dec-break-l) S 22282 22285 21214 0 -1 4194304 238 2151 0 0 0 0 6 0 20 0 1 0 35509303 4292608 736 18446744073709551615 94211105378304 94211106272837 140723637031424 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94211106511888 94211106559632 94211128651776 140723637033237 140723637033438 140723637033438 140723637039040 0
/proc/22285/statm: 1048 736 672 219 0 110 0
[pid=22288] ppid=22285 vsize=57268 memory=10624 CPUtime=0 cores=1,3
/proc/22288/stat : 22288 (roundingsat) R 22285 22285 21214 0 -1 4194304 827 0 0 0 0 0 0 0 20 0 1 0 35509312 58642432 2656 18446744073709551615 4227072 8923433 140730822449344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20189184 140730822457588 140730822457896 140730822457896 140730822463466 0
/proc/22288/statm: 14317 2656 2048 1147 0 1744 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 61460 KiB
Current children cumulated memory: 13568 KiB

[startup+0.205807 s]*
/proc/loadavg: 4.24 3.93 2.85 5/271 22288
/proc/meminfo: memFree=126726452/131249996 swapFree=33010684/33010684
[pid=22285] ppid=22282 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/22285/stat : 22285 (run-dec-break-l) S 22282 22285 21214 0 -1 4194304 238 2151 0 0 0 0 6 0 20 0 1 0 35509303 4292608 736 18446744073709551615 94211105378304 94211106272837 140723637031424 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94211106511888 94211106559632 94211128651776 140723637033237 140723637033438 140723637033438 140723637039040 0
/proc/22285/statm: 1048 736 672 219 0 110 0
[pid=22288] ppid=22285 vsize=80356 memory=36464 CPUtime=0.1 cores=1,3
/proc/22288/stat : 22288 (roundingsat) R 22285 22285 21214 0 -1 4194304 6701 0 0 0 8 2 0 0 20 0 1 0 35509312 82284544 9116 18446744073709551615 4227072 8923433 140730822449344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20189184 140730822457588 140730822457896 140730822457896 140730822463466 0
/proc/22288/statm: 20089 9116 2272 1147 0 7516 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 84548 KiB
Current children cumulated memory: 39408 KiB

[startup+0.305877 s]*
/proc/loadavg: 4.24 3.93 2.85 5/271 22288
/proc/meminfo: memFree=126726452/131249996 swapFree=33010684/33010684
[pid=22285] ppid=22282 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/22285/stat : 22285 (run-dec-break-l) S 22282 22285 21214 0 -1 4194304 238 2151 0 0 0 0 6 0 20 0 1 0 35509303 4292608 736 18446744073709551615 94211105378304 94211106272837 140723637031424 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94211106511888 94211106559632 94211128651776 140723637033237 140723637033438 140723637033438 140723637039040 0
/proc/22285/statm: 1048 736 672 219 0 110 0
[pid=22288] ppid=22285 vsize=82028 memory=37616 CPUtime=0.21 cores=1,3
/proc/22288/stat : 22288 (roundingsat) R 22285 22285 21214 0 -1 4194304 6988 0 0 0 18 3 0 0 20 0 1 0 35509312 83996672 9404 18446744073709551615 4227072 8923433 140730822449344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20189184 140730822457588 140730822457896 140730822457896 140730822463466 0
/proc/22288/statm: 20507 9404 2304 1147 0 7934 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 86220 KiB
Current children cumulated memory: 40560 KiB

[startup+0.700199 s]
/proc/loadavg: 4.24 3.93 2.85 5/271 22288
/proc/meminfo: memFree=126726452/131249996 swapFree=33010684/33010684
[pid=22285] ppid=22282 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/22285/stat : 22285 (run-dec-break-l) S 22282 22285 21214 0 -1 4194304 238 2151 0 0 0 0 6 0 20 0 1 0 35509303 4292608 736 18446744073709551615 94211105378304 94211106272837 140723637031424 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94211106511888 94211106559632 94211128651776 140723637033237 140723637033438 140723637033438 140723637039040 0
/proc/22285/statm: 1048 736 672 219 0 110 0
[pid=22288] ppid=22285 vsize=82080 memory=38384 CPUtime=0.59 cores=1,3
/proc/22288/stat : 22288 (roundingsat) R 22285 22285 21214 0 -1 4194304 7109 0 0 0 49 10 0 0 20 0 1 0 35509312 84049920 9596 18446744073709551615 4227072 8923433 140730822449344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20189184 140730822457588 140730822457896 140730822457896 140730822463466 0
/proc/22288/statm: 20520 9596 2368 1147 0 7947 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 86272 KiB
Current children cumulated memory: 41328 KiB

[startup+1.5002 s]
/proc/loadavg: 4.24 3.93 2.85 5/271 22288
/proc/meminfo: memFree=126718840/131249996 swapFree=33010684/33010684
[pid=22285] ppid=22282 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/22285/stat : 22285 (run-dec-break-l) S 22282 22285 21214 0 -1 4194304 238 2151 0 0 0 0 6 0 20 0 1 0 35509303 4292608 736 18446744073709551615 94211105378304 94211106272837 140723637031424 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94211106511888 94211106559632 94211128651776 140723637033237 140723637033438 140723637033438 140723637039040 0
/proc/22285/statm: 1048 736 672 219 0 110 0
[pid=22288] ppid=22285 vsize=83308 memory=41740 CPUtime=1.39 cores=1,3
/proc/22288/stat : 22288 (roundingsat) R 22285 22285 21214 0 -1 4194304 7518 0 0 0 127 12 0 0 20 0 1 0 35509312 85307392 10435 18446744073709551615 4227072 8923433 140730822449344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20189184 140730822457588 140730822457896 140730822457896 140730822463466 0
/proc/22288/statm: 20827 10435 2368 1147 0 8254 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 87500 KiB
Current children cumulated memory: 44684 KiB

[startup+3.10564 s]
/proc/loadavg: 4.24 3.93 2.85 5/271 22288
/proc/meminfo: memFree=126702944/131249996 swapFree=33010684/33010684
[pid=22285] ppid=22282 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/22285/stat : 22285 (run-dec-break-l) S 22282 22285 21214 0 -1 4194304 238 2151 0 0 0 0 6 0 20 0 1 0 35509303 4292608 736 18446744073709551615 94211105378304 94211106272837 140723637031424 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94211106511888 94211106559632 94211128651776 140723637033237 140723637033438 140723637033438 140723637039040 0
/proc/22285/statm: 1048 736 672 219 0 110 0
[pid=22288] ppid=22285 vsize=84452 memory=42764 CPUtime=2.99 cores=1,3
/proc/22288/stat : 22288 (roundingsat) R 22285 22285 21214 0 -1 4194304 7777 0 0 0 285 14 0 0 20 0 1 0 35509312 86478848 10691 18446744073709551615 4227072 8923433 140730822449344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20189184 140730822457588 140730822457896 140730822457896 140730822463466 0
/proc/22288/statm: 21113 10691 2368 1147 0 8540 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 88644 KiB
Current children cumulated memory: 45708 KiB

[startup+6.30019 s]
/proc/loadavg: 4.22 3.93 2.86 5/271 22288
/proc/meminfo: memFree=126666184/131249996 swapFree=33010684/33010684
[pid=22285] ppid=22282 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/22285/stat : 22285 (run-dec-break-l) S 22282 22285 21214 0 -1 4194304 238 2151 0 0 0 0 6 0 20 0 1 0 35509303 4292608 736 18446744073709551615 94211105378304 94211106272837 140723637031424 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94211106511888 94211106559632 94211128651776 140723637033237 140723637033438 140723637033438 140723637039040 0
/proc/22285/statm: 1048 736 672 219 0 110 0
[pid=22288] ppid=22285 vsize=88000 memory=45452 CPUtime=6.18 cores=1,3
/proc/22288/stat : 22288 (roundingsat) R 22285 22285 21214 0 -1 4194304 8440 0 0 0 597 21 0 0 20 0 1 0 35509312 90112000 11363 18446744073709551615 4227072 8923433 140730822449344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20189184 140730822457588 140730822457896 140730822457896 140730822463466 0
/proc/22288/statm: 22000 11363 2368 1147 0 9427 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 92192 KiB
Current children cumulated memory: 48396 KiB

[startup+12.7002 s]
/proc/loadavg: 4.20 3.93 2.87 5/272 22289
/proc/meminfo: memFree=126618340/131249996 swapFree=33010684/33010684
[pid=22285] ppid=22282 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/22285/stat : 22285 (run-dec-break-l) S 22282 22285 21214 0 -1 4194304 238 2151 0 0 0 0 6 0 20 0 1 0 35509303 4292608 736 18446744073709551615 94211105378304 94211106272837 140723637031424 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94211106511888 94211106559632 94211128651776 140723637033237 140723637033438 140723637033438 140723637039040 0
/proc/22285/statm: 1048 736 672 219 0 110 0
[pid=22288] ppid=22285 vsize=91528 memory=46732 CPUtime=12.56 cores=1,3
/proc/22288/stat : 22288 (roundingsat) R 22285 22285 21214 0 -1 4194304 8789 0 0 0 1224 32 0 0 20 0 1 0 35509312 93724672 11683 18446744073709551615 4227072 8923433 140730822449344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20189184 140730822457588 140730822457896 140730822457896 140730822463466 0
/proc/22288/statm: 22882 11683 2368 1147 0 10309 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 95720 KiB
Current children cumulated memory: 49676 KiB

[startup+25.5002 s]
/proc/loadavg: 4.16 3.93 2.88 5/272 22289
/proc/meminfo: memFree=126483560/131249996 swapFree=33010684/33010684
[pid=22285] ppid=22282 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/22285/stat : 22285 (run-dec-break-l) S 22282 22285 21214 0 -1 4194304 238 2151 0 0 0 0 6 0 20 0 1 0 35509303 4292608 736 18446744073709551615 94211105378304 94211106272837 140723637031424 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94211106511888 94211106559632 94211128651776 140723637033237 140723637033438 140723637033438 140723637039040 0
/proc/22285/statm: 1048 736 672 219 0 110 0
[pid=22288] ppid=22285 vsize=97456 memory=51084 CPUtime=25.33 cores=1,3
/proc/22288/stat : 22288 (roundingsat) R 22285 22285 21214 0 -1 4194304 9885 0 0 0 2479 54 0 0 20 0 1 0 35509312 99794944 12771 18446744073709551615 4227072 8923433 140730822449344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20189184 140730822457588 140730822457896 140730822457896 140730822463466 0
/proc/22288/statm: 24364 12771 2368 1147 0 11791 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 101648 KiB
Current children cumulated memory: 54028 KiB

[startup+51.1057 s]
/proc/loadavg: 4.16 3.95 2.92 5/272 22290
/proc/meminfo: memFree=126289864/131249996 swapFree=33010684/33010684
[pid=22285] ppid=22282 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/22285/stat : 22285 (run-dec-break-l) S 22282 22285 21214 0 -1 4194304 238 2151 0 0 0 0 6 0 20 0 1 0 35509303 4292608 736 18446744073709551615 94211105378304 94211106272837 140723637031424 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94211106511888 94211106559632 94211128651776 140723637033237 140723637033438 140723637033438 140723637039040 0
/proc/22285/statm: 1048 736 672 219 0 110 0
[pid=22288] ppid=22285 vsize=121732 memory=78412 CPUtime=50.76 cores=1,3
/proc/22288/stat : 22288 (roundingsat) R 22285 22285 21214 0 -1 4194304 13008 0 0 0 4984 92 0 0 20 0 1 0 35509312 124653568 19603 18446744073709551615 4227072 8923433 140730822449344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20189184 140730822457588 140730822457896 140730822457896 140730822463466 0
/proc/22288/statm: 30433 19603 2368 1147 0 17860 0
Current children cumulated CPU time: 50.82 s
Current children cumulated vsize: 125924 KiB
Current children cumulated memory: 81356 KiB

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

# cumulated CPU time of all completed processes:  user=52.0858 s, system=0.975729 s

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

[startup+51.2002 s]
/proc/loadavg: 4.16 3.95 2.92 5/272 22290
/proc/meminfo: memFree=126289864/131249996 swapFree=33010684/33010684
[pid=22285] ppid=22282 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/22285/stat : 22285 (run-dec-break-l) S 22282 22285 21214 0 -1 4194304 238 2151 0 0 0 0 6 0 20 0 1 0 35509303 4292608 736 18446744073709551615 94211105378304 94211106272837 140723637031424 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94211106511888 94211106559632 94211128651776 140723637033237 140723637033438 140723637033438 140723637039040 0
/proc/22285/statm: 1048 736 672 219 0 110 0
[pid=22288] ppid=22285 vsize=121732 memory=78412 CPUtime=50.85 cores=1,3
/proc/22288/stat : 22288 (roundingsat) R 22285 22285 21214 0 -1 4194304 13008 0 0 0 4993 92 0 0 20 0 1 0 35509312 124653568 19603 18446744073709551615 4227072 8923433 140730822449344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20189184 140730822457588 140730822457896 140730822457896 140730822463466 0
/proc/22288/statm: 30433 19603 2368 1147 0 17860 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 125924 KiB
Current children cumulated memory: 81356 KiB

[startup+52.0002 s]*
/proc/loadavg: 4.16 3.95 2.92 5/271 22290
/proc/meminfo: memFree=126288352/131249996 swapFree=33010684/33010684
[pid=22285] ppid=22282 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/22285/stat : 22285 (run-dec-break-l) S 22282 22285 21214 0 -1 4194304 238 2151 0 0 0 0 6 0 20 0 1 0 35509303 4292608 736 18446744073709551615 94211105378304 94211106272837 140723637031424 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94211106511888 94211106559632 94211128651776 140723637033237 140723637033438 140723637033438 140723637039040 0
/proc/22285/statm: 1048 736 672 219 0 110 0
[pid=22288] ppid=22285 vsize=121732 memory=78540 CPUtime=51.65 cores=1,3
/proc/22288/stat : 22288 (roundingsat) R 22285 22285 21214 0 -1 4194304 13045 0 0 0 5072 93 0 0 20 0 1 0 35509312 124653568 19635 18446744073709551615 4227072 8923433 140730822449344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20189184 140730822457588 140730822457896 140730822457896 140730822463466 0
/proc/22288/statm: 30433 19635 2368 1147 0 17860 0
Current children cumulated CPU time: 51.71 s
Current children cumulated vsize: 125924 KiB
Current children cumulated memory: 81484 KiB

[startup+52.8002 s]
/proc/loadavg: 4.16 3.95 2.92 5/271 22290
/proc/meminfo: memFree=126288352/131249996 swapFree=33010684/33010684
[pid=22285] ppid=22282 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/22285/stat : 22285 (run-dec-break-l) S 22282 22285 21214 0 -1 4194304 238 2151 0 0 0 0 6 0 20 0 1 0 35509303 4292608 736 18446744073709551615 94211105378304 94211106272837 140723637031424 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94211106511888 94211106559632 94211128651776 140723637033237 140723637033438 140723637033438 140723637039040 0
/proc/22285/statm: 1048 736 672 219 0 110 0
[pid=22288] ppid=22285 vsize=121732 memory=78540 CPUtime=52.44 cores=1,3
/proc/22288/stat : 22288 (roundingsat) R 22285 22285 21214 0 -1 4194304 13045 0 0 0 5150 94 0 0 20 0 1 0 35509312 124653568 19635 18446744073709551615 4227072 8923433 140730822449344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20189184 140730822457588 140730822457896 140730822457896 140730822463466 0
/proc/22288/statm: 30433 19635 2368 1147 0 17860 0
Current children cumulated CPU time: 52.5 s
Current children cumulated vsize: 125924 KiB
Current children cumulated memory: 81484 KiB

[startup+53.2002 s]
/proc/loadavg: 4.16 3.95 2.92 5/271 22290
/proc/meminfo: memFree=126288800/131249996 swapFree=33010684/33010684
[pid=22285] ppid=22282 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/22285/stat : 22285 (run-dec-break-l) S 22282 22285 21214 0 -1 4194304 238 2151 0 0 0 0 6 0 20 0 1 0 35509303 4292608 736 18446744073709551615 94211105378304 94211106272837 140723637031424 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94211106511888 94211106559632 94211128651776 140723637033237 140723637033438 140723637033438 140723637039040 0
/proc/22285/statm: 1048 736 672 219 0 110 0
[pid=22288] ppid=22285 vsize=121732 memory=78540 CPUtime=52.85 cores=1,3
/proc/22288/stat : 22288 (roundingsat) R 22285 22285 21214 0 -1 4194304 13045 0 0 0 5190 95 0 0 20 0 1 0 35509312 124653568 19635 18446744073709551615 4227072 8923433 140730822449344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20189184 140730822457588 140730822457896 140730822457896 140730822463466 0
/proc/22288/statm: 30433 19635 2368 1147 0 17860 0
Current children cumulated CPU time: 52.91 s
Current children cumulated vsize: 125924 KiB
Current children cumulated memory: 81484 KiB

[startup+53.3002 s]
/proc/loadavg: 4.16 3.95 2.92 5/271 22290
/proc/meminfo: memFree=126288800/131249996 swapFree=33010684/33010684
[pid=22285] ppid=22282 vsize=4192 memory=2944 CPUtime=0.06 cores=1,3
/proc/22285/stat : 22285 (run-dec-break-l) S 22282 22285 21214 0 -1 4194304 238 2151 0 0 0 0 6 0 20 0 1 0 35509303 4292608 736 18446744073709551615 94211105378304 94211106272837 140723637031424 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94211106511888 94211106559632 94211128651776 140723637033237 140723637033438 140723637033438 140723637039040 0
/proc/22285/statm: 1048 736 672 219 0 110 0
[pid=22288] ppid=22285 vsize=121732 memory=78540 CPUtime=52.94 cores=1,3
/proc/22288/stat : 22288 (roundingsat) R 22285 22285 21214 0 -1 4194304 13045 0 0 0 5199 95 0 0 20 0 1 0 35509312 124653568 19635 18446744073709551615 4227072 8923433 140730822449344 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 20189184 140730822457588 140730822457896 140730822457896 140730822463466 0
/proc/22288/statm: 30433 19635 2368 1147 0 17860 0
Current children cumulated CPU time: 53 s
Current children cumulated vsize: 125924 KiB
Current children cumulated memory: 81484 KiB

Child status: 0

Real time (s): 53.3808
CPU time (s): 53.0616
CPU user time (s): 52.0858
CPU system time (s): 0.975729
CPU usage (%): 99.402
Max. virtual memory (cumulated for all children) (KiB): 125924
Max. memory (cumulated for all children) (KiB): 81484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.0858
system time used= 0.975729
maximum resident set size= 78540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15458
page faults= 0
swaps= 0
block input operations= 0
block output operations= 271720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 801
involuntary context switches= 87


# summary of solver processes directly reported to runsolver:
#   pid: 22285
#   total CPU time (s): 53.0616
#   total CPU user time (s): 52.0858
#   total CPU system time (s): 0.975729

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.104848 second user time and 0.291048 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 13:58:17
IDJOB=4510945
IDBENCH=160406
IDSOLVER=3358
FILE ID=nodeC030/4510945-1751198297
RUNJOBID= nodeC030-1751197546-21226
SLURM_JOB_ID= 9587610
Free space on /tmp= 433012 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l050-r049-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4510945-1751198297/watcher-4510945-1751198297 -o /tmp/evaluation-result-4510945-1751198297/solver-4510945-1751198297 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751197546-21226 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4510945-1751198297.opb PROOFDIR/proof-4510945-1751198297

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

MD5SUM BENCH= bbbcfa0a64e8945cae78db4c3e84f0d8
RANDOM SEED=22723674

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.296
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		: 3680.558
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		: 3601.172
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		: 3600.327
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.313
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.159
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.347
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		: 3580.675
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:        126748180 kB
MemAvailable:   129546988 kB
Buffers:            3280 kB
Cached:          3604960 kB
SwapCached:            0 kB
Active:           595728 kB
Inactive:        3348152 kB
Active(anon):     353772 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file):  3348152 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             80940 kB
Writeback:             0 kB
AnonPages:        334732 kB
Mapped:           113352 kB
Shmem:             18064 kB
KReclaimable:      95480 kB
Slab:             183124 kB
SReclaimable:      95480 kB
SUnreclaim:        87644 kB
KernelStack:        4384 kB
PageTables:         3816 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     698020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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 13:59:11