Trace number 4510944

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma 63f22adUNSAT 48.5238 48.6536

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-4510944-1751197155.opb'
0.00/0.01	c 	read 0.20MB  (2.71ms)
0.00/0.01	c	 [cnf: #variables 2724 #clauses 4852 #duplicates 1533 #arr 12459]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 1816] (3.58ms)
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.02	c 	 found row 3x1816, generating row predicate
0.00/0.02	c 	 (5.22ms)
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.57ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 10892 #add_vars 3630]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4510944-1751197155.opb.pre'
0.00/0.02	c 	wrote 0.54MB (1.30ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   5.22ms 35.38% detect_special
0.00/0.02	c                   3.58ms 24.27% approx_orbits
0.00/0.02	c                   2.71ms 18.35% parse
0.00/0.02	c                   1.57ms 10.67% detect_generic
0.00/0.02	c                   1.30ms  8.79% output
0.00/0.02	c                   0.29ms  1.99% other
0.00/0.02	c                   0.08ms  0.55% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                  14.75ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.03	c RoundingSat 2
0.00/0.03	c branch pb25
0.00/0.03	c commit 63f22ad
0.00/0.10	c #variables 6354 #constraints 15744
2.36/2.46	c #Conflicts:       1000 | #Constraints:      16743
2.36/2.46	c #Conflicts:       2000 | #Constraints:      17743
2.36/2.46	c INPROCESSING
2.36/2.46	c #Conflicts:       3000 | #Constraints:      18130
2.36/2.46	c #Conflicts:       4000 | #Constraints:      19130
2.36/2.46	c #Conflicts:       5000 | #Constraints:      20130
2.36/2.46	c #Conflicts:       6000 | #Constraints:      21130
2.36/2.46	c INPROCESSING
2.36/2.46	c GARBAGE COLLECT
2.36/2.46	c #Conflicts:       7000 | #Constraints:      19656
2.36/2.46	c #Conflicts:       8000 | #Constraints:      20656
2.36/2.46	c #Conflicts:       9000 | #Constraints:      21656
2.36/2.46	c INPROCESSING
2.36/2.46	c GARBAGE COLLECT
2.36/2.46	c #Conflicts:      10000 | #Constraints:      19763
2.36/2.46	c #Conflicts:      11000 | #Constraints:      20763
2.36/2.46	c #Conflicts:      12000 | #Constraints:      21763
2.36/2.46	c INPROCESSING
2.36/2.46	c GARBAGE COLLECT
2.36/2.46	c rational objective 909
3.16/3.21	c #Conflicts:      13000 | #Constraints:      19581
3.16/3.21	c #Conflicts:      14000 | #Constraints:      20581
3.16/3.21	c #Conflicts:      15000 | #Constraints:      21581
3.16/3.21	c #Conflicts:      16000 | #Constraints:      22581
3.16/3.21	c INPROCESSING
3.16/3.21	c GARBAGE COLLECT
3.16/3.21	c rational objective 909
3.96/4.02	c #Conflicts:      17000 | #Constraints:      20139
3.96/4.02	c #Conflicts:      18000 | #Constraints:      21139
3.96/4.02	c #Conflicts:      19000 | #Constraints:      22139
3.96/4.02	c #Conflicts:      20000 | #Constraints:      23139
3.96/4.02	c INPROCESSING
3.96/4.02	c GARBAGE COLLECT
3.96/4.02	c rational objective 909
4.76/4.86	c #Conflicts:      21000 | #Constraints:      20430
4.76/4.86	c #Conflicts:      22000 | #Constraints:      21430
4.76/4.86	c #Conflicts:      23000 | #Constraints:      22430
4.76/4.86	c #Conflicts:      24000 | #Constraints:      23430
4.76/4.86	c INPROCESSING
4.76/4.86	c GARBAGE COLLECT
4.76/4.86	c rational objective 909
5.65/5.75	c #Conflicts:      25000 | #Constraints:      20563
5.65/5.75	c #Conflicts:      26000 | #Constraints:      21563
5.65/5.75	c #Conflicts:      27000 | #Constraints:      22563
5.65/5.75	c #Conflicts:      28000 | #Constraints:      23563
5.65/5.75	c INPROCESSING
5.65/5.75	c GARBAGE COLLECT
5.65/5.75	c rational objective 909
9.35/9.40	c #Conflicts:      29000 | #Constraints:      20462
9.35/9.40	c #Conflicts:      30000 | #Constraints:      21462
9.35/9.40	c #Conflicts:      31000 | #Constraints:      22462
9.35/9.40	c #Conflicts:      32000 | #Constraints:      23462
9.35/9.40	c #Conflicts:      33000 | #Constraints:      24462
9.35/9.40	c INPROCESSING
9.35/9.40	c GARBAGE COLLECT
9.35/9.40	c #Conflicts:      34000 | #Constraints:      21172
9.35/9.40	c #Conflicts:      35000 | #Constraints:      22172
9.35/9.40	c #Conflicts:      36000 | #Constraints:      23172
9.35/9.40	c #Conflicts:      37000 | #Constraints:      24172
9.35/9.40	c #Conflicts:      38000 | #Constraints:      25172
9.35/9.40	c INPROCESSING
9.35/9.40	c GARBAGE COLLECT
9.35/9.40	c #Conflicts:      39000 | #Constraints:      21687
9.35/9.40	c #Conflicts:      40000 | #Constraints:      22687
9.35/9.40	c #Conflicts:      41000 | #Constraints:      23687
9.35/9.40	c #Conflicts:      42000 | #Constraints:      24687
9.35/9.40	c INPROCESSING
9.35/9.40	c GARBAGE COLLECT
9.35/9.40	c #Conflicts:      43000 | #Constraints:      20994
9.35/9.40	c #Conflicts:      44000 | #Constraints:      21994
9.35/9.40	c #Conflicts:      45000 | #Constraints:      22994
9.35/9.40	c #Conflicts:      46000 | #Constraints:      23994
9.35/9.40	c #Conflicts:      47000 | #Constraints:      24994
9.35/9.40	c #Conflicts:      48000 | #Constraints:      25994
9.35/9.40	c INPROCESSING
9.35/9.40	c GARBAGE COLLECT
9.35/9.40	c rational objective 909
10.34/10.46	c #Conflicts:      49000 | #Constraints:      22074
10.34/10.46	c #Conflicts:      50000 | #Constraints:      23074
10.34/10.46	c #Conflicts:      51000 | #Constraints:      24074
10.34/10.46	c #Conflicts:      52000 | #Constraints:      25074
10.34/10.46	c #Conflicts:      53000 | #Constraints:      26074
10.34/10.46	c INPROCESSING
10.34/10.46	c GARBAGE COLLECT
10.34/10.46	c rational objective 909
11.55/11.61	c #Conflicts:      54000 | #Constraints:      21971
11.55/11.61	c #Conflicts:      55000 | #Constraints:      22971
11.55/11.61	c #Conflicts:      56000 | #Constraints:      23971
11.55/11.61	c #Conflicts:      57000 | #Constraints:      24971
11.55/11.61	c #Conflicts:      58000 | #Constraints:      25971
11.55/11.61	c INPROCESSING
11.55/11.61	c GARBAGE COLLECT
11.55/11.61	c rational objective 909
14.94/15.01	c #Conflicts:      59000 | #Constraints:      21663
14.94/15.01	c #Conflicts:      60000 | #Constraints:      22663
14.94/15.01	c #Conflicts:      61000 | #Constraints:      23663
14.94/15.01	c #Conflicts:      62000 | #Constraints:      24663
14.94/15.01	c #Conflicts:      63000 | #Constraints:      25663
14.94/15.01	c #Conflicts:      64000 | #Constraints:      26663
14.94/15.01	c INPROCESSING
14.94/15.01	c GARBAGE COLLECT
14.94/15.01	c #Conflicts:      65000 | #Constraints:      22170
14.94/15.01	c #Conflicts:      66000 | #Constraints:      23170
14.94/15.01	c #Conflicts:      67000 | #Constraints:      24170
14.94/15.01	c #Conflicts:      68000 | #Constraints:      25170
14.94/15.01	c #Conflicts:      69000 | #Constraints:      26170
14.94/15.01	c #Conflicts:      70000 | #Constraints:      27170
14.94/15.01	c INPROCESSING
14.94/15.01	c GARBAGE COLLECT
14.94/15.01	c #Conflicts:      71000 | #Constraints:      22473
14.94/15.01	c #Conflicts:      72000 | #Constraints:      23473
14.94/15.01	c #Conflicts:      73000 | #Constraints:      24473
14.94/15.01	c #Conflicts:      74000 | #Constraints:      25473
14.94/15.01	c #Conflicts:      75000 | #Constraints:      26473
14.94/15.01	c #Conflicts:      76000 | #Constraints:      27473
14.94/15.01	c INPROCESSING
14.94/15.01	c GARBAGE COLLECT
14.94/15.01	c rational objective 909
16.33/16.45	c #Conflicts:      77000 | #Constraints:      22587
16.33/16.45	c #Conflicts:      78000 | #Constraints:      23587
16.33/16.45	c #Conflicts:      79000 | #Constraints:      24587
16.33/16.45	c #Conflicts:      80000 | #Constraints:      25587
16.33/16.45	c #Conflicts:      81000 | #Constraints:      26587
16.33/16.45	c #Conflicts:      82000 | #Constraints:      27587
16.33/16.45	c INPROCESSING
16.33/16.45	c GARBAGE COLLECT
16.33/16.45	c rational objective 909
17.93/18.06	c #Conflicts:      83000 | #Constraints:      22494
17.93/18.06	c #Conflicts:      84000 | #Constraints:      23494
17.93/18.06	c #Conflicts:      85000 | #Constraints:      24494
17.93/18.06	c #Conflicts:      86000 | #Constraints:      25494
17.93/18.06	c #Conflicts:      87000 | #Constraints:      26494
17.93/18.06	c #Conflicts:      88000 | #Constraints:      27494
17.93/18.06	c #Conflicts:      89000 | #Constraints:      28494
17.93/18.06	c INPROCESSING
17.93/18.06	c GARBAGE COLLECT
17.93/18.06	c rational objective 909
19.52/19.66	c #Conflicts:      90000 | #Constraints:      23188
19.52/19.66	c #Conflicts:      91000 | #Constraints:      24188
19.52/19.66	c #Conflicts:      92000 | #Constraints:      25188
19.52/19.66	c #Conflicts:      93000 | #Constraints:      26188
19.52/19.66	c #Conflicts:      94000 | #Constraints:      27188
19.52/19.66	c #Conflicts:      95000 | #Constraints:      28188
19.52/19.66	c #Conflicts:      96000 | #Constraints:      29188
19.52/19.66	c INPROCESSING
19.52/19.66	c GARBAGE COLLECT
19.52/19.66	c rational objective 909
20.93/21.06	c #Conflicts:      97000 | #Constraints:      23698
20.93/21.06	c #Conflicts:      98000 | #Constraints:      24698
20.93/21.06	c #Conflicts:      99000 | #Constraints:      25698
20.93/21.06	c #Conflicts:     100000 | #Constraints:      26698
20.93/21.06	c #Conflicts:     101000 | #Constraints:      27698
20.93/21.06	c #Conflicts:     102000 | #Constraints:      28698
20.93/21.06	c INPROCESSING
20.93/21.06	c GARBAGE COLLECT
20.93/21.06	c rational objective 909
22.41/22.57	c #Conflicts:     103000 | #Constraints:      22992
22.41/22.57	c #Conflicts:     104000 | #Constraints:      23992
22.41/22.57	c #Conflicts:     105000 | #Constraints:      24992
22.41/22.57	c #Conflicts:     106000 | #Constraints:      25992
22.41/22.57	c #Conflicts:     107000 | #Constraints:      26992
22.41/22.57	c #Conflicts:     108000 | #Constraints:      27992
22.41/22.57	c #Conflicts:     109000 | #Constraints:      28992
22.41/22.57	c #Conflicts:     110000 | #Constraints:      29992
22.41/22.57	c INPROCESSING
22.41/22.57	c GARBAGE COLLECT
22.41/22.57	c rational objective 909
24.21/24.32	c #Conflicts:     111000 | #Constraints:      24084
24.21/24.32	c #Conflicts:     112000 | #Constraints:      25084
24.21/24.32	c #Conflicts:     113000 | #Constraints:      26084
24.21/24.32	c #Conflicts:     114000 | #Constraints:      27084
24.21/24.32	c #Conflicts:     115000 | #Constraints:      28084
24.21/24.32	c #Conflicts:     116000 | #Constraints:      29084
24.21/24.32	c #Conflicts:     117000 | #Constraints:      30084
24.21/24.32	c INPROCESSING
24.21/24.32	c GARBAGE COLLECT
24.21/24.32	c rational objective 909
27.40/27.52	c #Conflicts:     118000 | #Constraints:      23984
27.40/27.52	c #Conflicts:     119000 | #Constraints:      24984
27.40/27.52	c #Conflicts:     120000 | #Constraints:      25984
27.40/27.52	c #Conflicts:     121000 | #Constraints:      26984
27.40/27.52	c #Conflicts:     122000 | #Constraints:      27984
27.40/27.52	c #Conflicts:     123000 | #Constraints:      28984
27.40/27.52	c #Conflicts:     124000 | #Constraints:      29984
27.40/27.52	c INPROCESSING
27.40/27.52	c GARBAGE COLLECT
27.40/27.52	c #Conflicts:     125000 | #Constraints:      23687
27.40/27.52	c #Conflicts:     126000 | #Constraints:      24687
27.40/27.52	c #Conflicts:     127000 | #Constraints:      25687
27.40/27.52	c #Conflicts:     128000 | #Constraints:      26687
27.40/27.52	c #Conflicts:     129000 | #Constraints:      27687
27.40/27.52	c #Conflicts:     130000 | #Constraints:      28687
27.40/27.52	c #Conflicts:     131000 | #Constraints:      29687
27.40/27.52	c #Conflicts:     132000 | #Constraints:      30687
27.40/27.52	c INPROCESSING
27.40/27.52	c GARBAGE COLLECT
27.40/27.52	c rational objective 909
29.19/29.30	c #Conflicts:     133000 | #Constraints:      24201
29.19/29.30	c #Conflicts:     134000 | #Constraints:      25201
29.19/29.30	c #Conflicts:     135000 | #Constraints:      26201
29.19/29.30	c #Conflicts:     136000 | #Constraints:      27201
29.19/29.30	c #Conflicts:     137000 | #Constraints:      28201
29.19/29.30	c #Conflicts:     138000 | #Constraints:      29201
29.19/29.30	c #Conflicts:     139000 | #Constraints:      30201
29.19/29.30	c #Conflicts:     140000 | #Constraints:      31201
29.19/29.30	c INPROCESSING
29.19/29.30	c GARBAGE COLLECT
29.19/29.30	c rational objective 909
38.77/38.93	c #Conflicts:     141000 | #Constraints:      24513
38.77/38.93	c #Conflicts:     142000 | #Constraints:      25513
38.77/38.93	c #Conflicts:     143000 | #Constraints:      26513
38.77/38.93	c #Conflicts:     144000 | #Constraints:      27513
38.77/38.93	c #Conflicts:     145000 | #Constraints:      28513
38.77/38.93	c #Conflicts:     146000 | #Constraints:      29513
38.77/38.93	c #Conflicts:     147000 | #Constraints:      30513
38.77/38.93	c #Conflicts:     148000 | #Constraints:      31513
38.77/38.93	c #Conflicts:     149000 | #Constraints:      32513
38.77/38.93	c #Conflicts:     150000 | #Constraints:      33513
38.77/38.93	c #Conflicts:     151000 | #Constraints:      34513
38.77/38.93	c #Conflicts:     152000 | #Constraints:      35513
38.77/38.93	c #Conflicts:     153000 | #Constraints:      36513
38.77/38.93	c #Conflicts:     154000 | #Constraints:      37513
38.77/38.93	c #Conflicts:     155000 | #Constraints:      38513
38.77/38.93	c #Conflicts:     156000 | #Constraints:      39513
38.77/38.93	c #Conflicts:     157000 | #Constraints:      40513
38.77/38.93	c #Conflicts:     158000 | #Constraints:      41513
38.77/38.93	c #Conflicts:     159000 | #Constraints:      42513
38.77/38.93	c #Conflicts:     160000 | #Constraints:      43513
38.77/38.93	c #Conflicts:     161000 | #Constraints:      44513
38.77/38.93	c #Conflicts:     162000 | #Constraints:      45513
38.77/38.93	c #Conflicts:     163000 | #Constraints:      46513
38.77/38.93	c #Conflicts:     164000 | #Constraints:      47513
38.77/38.93	c #Conflicts:     165000 | #Constraints:      48513
38.77/38.93	c #Conflicts:     166000 | #Constraints:      49513
38.77/38.93	c #Conflicts:     167000 | #Constraints:      50513
38.77/38.93	c #Conflicts:     168000 | #Constraints:      51513
38.77/38.93	c #Conflicts:     169000 | #Constraints:      52513
38.77/38.93	c #Conflicts:     170000 | #Constraints:      53513
38.77/38.93	c #Conflicts:     171000 | #Constraints:      54513
38.77/38.93	c #Conflicts:     172000 | #Constraints:      55513
38.77/38.93	c INPROCESSING
38.77/38.93	c GARBAGE COLLECT
38.77/38.93	c rational objective 909
41.57/41.71	c #Conflicts:     173000 | #Constraints:      36466
41.57/41.71	c #Conflicts:     174000 | #Constraints:      37466
41.57/41.71	c #Conflicts:     175000 | #Constraints:      38466
41.57/41.71	c #Conflicts:     176000 | #Constraints:      39466
41.57/41.71	c #Conflicts:     177000 | #Constraints:      40466
41.57/41.71	c #Conflicts:     178000 | #Constraints:      41466
41.57/41.71	c #Conflicts:     179000 | #Constraints:      42466
41.57/41.71	c #Conflicts:     180000 | #Constraints:      43466
41.57/41.71	c #Conflicts:     181000 | #Constraints:      44466
41.57/41.71	c #Conflicts:     182000 | #Constraints:      45466
41.57/41.71	c INPROCESSING
41.57/41.71	c GARBAGE COLLECT
41.57/41.71	c rational objective 909
44.37/44.56	c #Conflicts:     183000 | #Constraints:      31839
44.37/44.56	c #Conflicts:     184000 | #Constraints:      32839
44.37/44.56	c #Conflicts:     185000 | #Constraints:      33839
44.37/44.56	c #Conflicts:     186000 | #Constraints:      34839
44.37/44.56	c #Conflicts:     187000 | #Constraints:      35839
44.37/44.56	c #Conflicts:     188000 | #Constraints:      36839
44.37/44.56	c #Conflicts:     189000 | #Constraints:      37839
44.37/44.56	c #Conflicts:     190000 | #Constraints:      38839
44.37/44.56	c #Conflicts:     191000 | #Constraints:      39839
44.37/44.56	c INPROCESSING
44.37/44.56	c GARBAGE COLLECT
44.37/44.56	c rational objective 909
47.06/47.22	c #Conflicts:     192000 | #Constraints:      28813
47.06/47.22	c #Conflicts:     193000 | #Constraints:      29813
47.06/47.22	c #Conflicts:     194000 | #Constraints:      30813
47.06/47.22	c #Conflicts:     195000 | #Constraints:      31813
47.06/47.22	c #Conflicts:     196000 | #Constraints:      32813
47.06/47.22	c #Conflicts:     197000 | #Constraints:      33813
47.06/47.22	c #Conflicts:     198000 | #Constraints:      34813
47.06/47.22	c #Conflicts:     199000 | #Constraints:      35813
47.06/47.22	c #Conflicts:     200000 | #Constraints:      36813
47.06/47.22	c #Conflicts:     201000 | #Constraints:      37813
47.06/47.22	c INPROCESSING
47.06/47.22	c GARBAGE COLLECT
47.06/47.22	c rational objective 909
48.45/48.65	c #Conflicts:     202000 | #Constraints:      25948
48.45/48.65	c #Conflicts:     203000 | #Constraints:      26948
48.45/48.65	c #Conflicts:     204000 | #Constraints:      27948
48.45/48.65	c #Conflicts:     205000 | #Constraints:      28948
48.45/48.65	c #Conflicts:     206000 | #Constraints:      29948
48.45/48.65	c #Conflicts:     207000 | #Constraints:      30948
48.45/48.65	c cpu time 47.6465 s
48.45/48.65	c deterministic time 1366783343 1.37e+09
48.45/48.65	c optimization time 6e-05 s
48.45/48.65	c total solve time 47.5955 s
48.45/48.65	c core-guided solve time 0 s
48.45/48.65	c propagation time 21.9987 s
48.45/48.65	c conflict analysis time 18.6433 s
48.45/48.65	c propagations 89041518
48.45/48.65	c resolve steps 8815781
48.45/48.65	c decisions 373140
48.45/48.65	c conflicts 207159
48.45/48.65	c restarts 510
48.45/48.65	c inprocessing phases 30
48.45/48.65	c garbage collections 29 ,( 96.67 )
48.45/48.65	c input clauses 13897 ,( 88.27 )
48.45/48.65	c input cardinalities 1847 ,( 11.73 )
48.45/48.65	c input general constraints 0 ,( 0.00 )
48.45/48.65	c input average constraint length 2.87
48.45/48.65	c input average constraint degree 1.12
48.45/48.65	c learned clauses 206232 ,( 99.54 )
48.45/48.65	c learned cardinalities 924 ,( 0.45 )
48.45/48.65	c learned general constraints 28 ,( 0.01 )
48.45/48.65	c learned average constraint length 172.04
48.45/48.65	c learned average constraint degree 64604.87
48.45/48.65	c watched  CF 32, 64, 128, Arb: 20 , 0 , 0 , 0
48.45/48.65	c counting CF 32, 64, 128, Arb: 8 , 0 , 0 , 0
48.45/48.65	c watched   constraints 20 ,( 71.43 ) 
48.45/48.65	c counting  constraints 8 ,( 28.57 ) 
48.45/48.65	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 237405744 , 47596617 , 22129 ,( 5004 , 17125 )
48.45/48.65	c gcd simplifications 26
48.45/48.65	c detected cardinalities 3
48.45/48.65	c weakened non-implied lits 662521
48.45/48.65	c weakened non-implying lits 18
48.45/48.65	c original variables 6354
48.45/48.65	c clausal propagations 63136362
48.45/48.65	c cardinality propagations 25694627
48.45/48.65	c watched propagations 94
48.45/48.65	c counting propagations 2388
48.45/48.65	c watch lookups 285334065
48.45/48.65	c watch backjump lookups 0
48.45/48.65	c watch checks 612291948
48.45/48.65	c propagation checks 182059529
48.45/48.65	c constraint additions 108028167
48.45/48.65	c trail pops 89620526
48.45/48.65	c formula constraints 15744
48.45/48.65	c learned constraints 207158
48.45/48.65	c bound constraints 0
48.45/48.65	c core-guided constraints 0
48.45/48.65	c encountered formula constraints 5498088
48.45/48.65	c encountered learned constraints 3524190
48.45/48.65	c encountered bound constraints 0
48.45/48.65	c encountered core-guided constraints 0
48.45/48.65	c LP total time 3.76291 s
48.45/48.65	c LP solve time 1.07 s
48.45/48.65	c LP constraints added 15835
48.45/48.65	c LP constraints removed 86
48.45/48.65	c LP pivots internal 21408
48.45/48.65	c LP pivots root 13041
48.45/48.65	c LP calls 40
48.45/48.65	c LP optimalities 38
48.45/48.65	c LP no pivot count 5
48.45/48.65	c LP infeasibilities 0
48.45/48.65	c LP valid Farkas constraints 0
48.45/48.65	c LP learned Farkas constraints 0
48.45/48.65	c LP basis resets 0
48.45/48.65	c LP cycling count 0
48.45/48.65	c LP singular count 0
48.45/48.65	c LP no primal count 0
48.45/48.65	c LP no farkas count 0
48.45/48.65	c LP other issue count 0
48.45/48.65	c LP Gomory cuts 26
48.45/48.65	c LP learned cuts 70
48.45/48.65	c LP deleted cuts 91
48.45/48.65	c LP encountered Gomory constraints 662
48.45/48.65	c LP encountered Farkas constraints 0
48.45/48.65	c LP encountered learned Farkas constraints 0
48.45/48.65	c CG auxiliary variables introduced 0
48.45/48.65	c CG solutions found 0
48.45/48.65	c CG cores constructed 0
48.45/48.65	c CG core cardinality constraints returned 0
48.45/48.65	c CG unit cores 0
48.45/48.65	c CG single cores 0
48.45/48.65	c CG blocks removed during cardinality reduction 0
48.45/48.65	c CG first core best 0
48.45/48.65	c CG decision core best 0
48.45/48.65	c CG core reduction tie 0
48.45/48.65	c CG core degree average 0.00
48.45/48.65	c CG core slack average 0.00
48.45/48.65	c CG core upper bound improvements 0
48.45/48.65	c STR number of successful calls 0
48.45/48.65	c STR number of unsuccessful calls 0
48.45/48.65	c STR number of inconclusive calls 0
48.45/48.65	c STR number of successful attempts 0
48.45/48.65	c STR number of unsuccessful attempts 0
48.45/48.65	c STR number of inconclusive attempts 0
48.45/48.65	c STR average degree increase per successful call inf
48.45/48.65	c STR average degree increase per successful attempt inf
48.45/48.65	c STR total number of conflicts for successful attempts 0
48.45/48.65	c STR total number of conflicts for unsuccessful attempts 0
48.45/48.65	c STR total number of conflicts for inconclusive attempts 0
48.45/48.65	c STR average number of conflicts per successful attempt inf
48.45/48.65	c STR average number of conflicts per unsuccessful attempt inf
48.45/48.65	c STR average number of conflicts per inconclusive attempt inf
48.45/48.65	c AVG.sumWPerc 19.39 
48.45/48.65	c bigint constraints 0 
48.45/48.65	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62956 MiB free)
  memory of node 1: 64465 MiB (63714 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4510944-1751197155/watcher-4510944-1751197155 -o /tmp/evaluation-result-4510944-1751197155/solver-4510944-1751197155 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751196526-23368 --watchdog 3760 run-dec-break.sh HOME/instance-4510944-1751197155.opb 

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


[startup+0.10006 s]*
/proc/loadavg: 4.09 3.94 3.99 5/269 24408
/proc/meminfo: memFree=129698028/131250000 swapFree=33010684/33010684
[pid=24405] ppid=24402 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/24405/stat : 24405 (run-dec-break.s) S 24402 24405 23358 0 -1 4194304 237 2017 0 0 0 0 1 0 20 0 1 0 35392967 4292608 768 18446744073709551615 93866528546816 93866529441349 140733432458704 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93866529680400 93866529728144 93866531663872 140733432465761 140733432465890 140733432465890 140733432471492 0
/proc/24405/statm: 1048 768 704 219 0 110 0
[pid=24408] ppid=24405 vsize=78476 memory=34440 CPUtime=0.07 cores=0,2
/proc/24408/stat : 24408 (roundingsat) R 24405 24405 23358 0 -1 4194304 6121 0 0 0 5 2 0 0 20 0 1 0 35392970 80359424 8610 18446744073709551615 4227072 8923433 140724512041968 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17117184 140724512045380 140724512045608 140724512045608 140724512051178 0
/proc/24408/statm: 19619 8610 2272 1147 0 7046 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 82668 KiB
Current children cumulated memory: 37512 KiB

[startup+0.205802 s]*
/proc/loadavg: 4.09 3.94 3.99 5/269 24408
/proc/meminfo: memFree=129690376/131250000 swapFree=33010684/33010684
[pid=24405] ppid=24402 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/24405/stat : 24405 (run-dec-break.s) S 24402 24405 23358 0 -1 4194304 237 2017 0 0 0 0 1 0 20 0 1 0 35392967 4292608 768 18446744073709551615 93866528546816 93866529441349 140733432458704 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93866529680400 93866529728144 93866531663872 140733432465761 140733432465890 140733432465890 140733432471492 0
/proc/24405/statm: 1048 768 704 219 0 110 0
[pid=24408] ppid=24405 vsize=81244 memory=37000 CPUtime=0.17 cores=0,2
/proc/24408/stat : 24408 (roundingsat) R 24405 24405 23358 0 -1 4194304 6774 0 0 0 15 2 0 0 20 0 1 0 35392970 83193856 9250 18446744073709551615 4227072 8923433 140724512041968 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17117184 140724512045380 140724512045608 140724512045608 140724512051178 0
/proc/24408/statm: 20311 9250 2304 1147 0 7738 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 85436 KiB
Current children cumulated memory: 40072 KiB

[startup+0.305613 s]*
/proc/loadavg: 4.09 3.94 3.99 5/269 24408
/proc/meminfo: memFree=129690376/131250000 swapFree=33010684/33010684
[pid=24405] ppid=24402 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/24405/stat : 24405 (run-dec-break.s) S 24402 24405 23358 0 -1 4194304 237 2017 0 0 0 0 1 0 20 0 1 0 35392967 4292608 768 18446744073709551615 93866528546816 93866529441349 140733432458704 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93866529680400 93866529728144 93866531663872 140733432465761 140733432465890 140733432465890 140733432471492 0
/proc/24405/statm: 1048 768 704 219 0 110 0
[pid=24408] ppid=24405 vsize=81588 memory=37640 CPUtime=0.27 cores=0,2
/proc/24408/stat : 24408 (roundingsat) R 24405 24405 23358 0 -1 4194304 6887 0 0 0 23 4 0 0 20 0 1 0 35392970 83546112 9410 18446744073709551615 4227072 8923433 140724512041968 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17117184 140724512045380 140724512045608 140724512045608 140724512051178 0
/proc/24408/statm: 20397 9410 2368 1147 0 7824 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 85780 KiB
Current children cumulated memory: 40712 KiB

[startup+0.700175 s]
/proc/loadavg: 4.09 3.94 3.99 5/269 24408
/proc/meminfo: memFree=129690376/131250000 swapFree=33010684/33010684
[pid=24405] ppid=24402 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/24405/stat : 24405 (run-dec-break.s) S 24402 24405 23358 0 -1 4194304 237 2017 0 0 0 0 1 0 20 0 1 0 35392967 4292608 768 18446744073709551615 93866528546816 93866529441349 140733432458704 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93866529680400 93866529728144 93866531663872 140733432465761 140733432465890 140733432465890 140733432471492 0
/proc/24405/statm: 1048 768 704 219 0 110 0
[pid=24408] ppid=24405 vsize=81456 memory=37768 CPUtime=0.66 cores=0,2
/proc/24408/stat : 24408 (roundingsat) R 24405 24405 23358 0 -1 4194304 6901 0 0 0 57 9 0 0 20 0 1 0 35392970 83410944 9442 18446744073709551615 4227072 8923433 140724512041968 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17117184 140724512045380 140724512045608 140724512045608 140724512051178 0
/proc/24408/statm: 20364 9442 2400 1147 0 7791 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 85648 KiB
Current children cumulated memory: 40840 KiB

[startup+1.50015 s]
/proc/loadavg: 4.09 3.94 3.99 5/269 24408
/proc/meminfo: memFree=129690376/131250000 swapFree=33010684/33010684
[pid=24405] ppid=24402 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/24405/stat : 24405 (run-dec-break.s) S 24402 24405 23358 0 -1 4194304 237 2017 0 0 0 0 1 0 20 0 1 0 35392967 4292608 768 18446744073709551615 93866528546816 93866529441349 140733432458704 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93866529680400 93866529728144 93866531663872 140733432465761 140733432465890 140733432465890 140733432471492 0
/proc/24405/statm: 1048 768 704 219 0 110 0
[pid=24408] ppid=24405 vsize=82176 memory=40796 CPUtime=1.46 cores=0,2
/proc/24408/stat : 24408 (roundingsat) R 24405 24405 23358 0 -1 4194304 7166 0 0 0 135 11 0 0 20 0 1 0 35392970 84148224 10199 18446744073709551615 4227072 8923433 140724512041968 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17117184 140724512045380 140724512045608 140724512045608 140724512051178 0
/proc/24408/statm: 20544 10199 2400 1147 0 7971 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 86368 KiB
Current children cumulated memory: 43868 KiB

[startup+3.10533 s]
/proc/loadavg: 4.08 3.94 3.99 5/269 24408
/proc/meminfo: memFree=129694564/131250000 swapFree=33010684/33010684
[pid=24405] ppid=24402 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/24405/stat : 24405 (run-dec-break.s) S 24402 24405 23358 0 -1 4194304 237 2017 0 0 0 0 1 0 20 0 1 0 35392967 4292608 768 18446744073709551615 93866528546816 93866529441349 140733432458704 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93866529680400 93866529728144 93866531663872 140733432465761 140733432465890 140733432465890 140733432471492 0
/proc/24405/statm: 1048 768 704 219 0 110 0
[pid=24408] ppid=24405 vsize=83292 memory=41564 CPUtime=3.05 cores=0,2
/proc/24408/stat : 24408 (roundingsat) R 24405 24405 23358 0 -1 4194304 7371 0 0 0 292 13 0 0 20 0 1 0 35392970 85291008 10391 18446744073709551615 4227072 8923433 140724512041968 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17117184 140724512045380 140724512045608 140724512045608 140724512051178 0
/proc/24408/statm: 20823 10391 2400 1147 0 8250 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 87484 KiB
Current children cumulated memory: 44636 KiB

[startup+6.30013 s]
/proc/loadavg: 4.08 3.94 3.99 5/269 24408
/proc/meminfo: memFree=129688812/131250000 swapFree=33010684/33010684
[pid=24405] ppid=24402 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/24405/stat : 24405 (run-dec-break.s) S 24402 24405 23358 0 -1 4194304 237 2017 0 0 0 0 1 0 20 0 1 0 35392967 4292608 768 18446744073709551615 93866528546816 93866529441349 140733432458704 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93866529680400 93866529728144 93866531663872 140733432465761 140733432465890 140733432465890 140733432471492 0
/proc/24405/statm: 1048 768 704 219 0 110 0
[pid=24408] ppid=24405 vsize=86636 memory=44252 CPUtime=6.24 cores=0,2
/proc/24408/stat : 24408 (roundingsat) R 24405 24405 23358 0 -1 4194304 8052 0 0 0 606 18 0 0 20 0 1 0 35392970 88715264 11063 18446744073709551615 4227072 8923433 140724512041968 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17117184 140724512045380 140724512045608 140724512045608 140724512051178 0
/proc/24408/statm: 21659 11063 2400 1147 0 9086 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 90828 KiB
Current children cumulated memory: 47324 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 3.96 3.99 5/269 24408
/proc/meminfo: memFree=129674768/131250000 swapFree=33010684/33010684
[pid=24405] ppid=24402 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/24405/stat : 24405 (run-dec-break.s) S 24402 24405 23358 0 -1 4194304 237 2017 0 0 0 0 1 0 20 0 1 0 35392967 4292608 768 18446744073709551615 93866528546816 93866529441349 140733432458704 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93866529680400 93866529728144 93866531663872 140733432465761 140733432465890 140733432465890 140733432471492 0
/proc/24405/statm: 1048 768 704 219 0 110 0
[pid=24408] ppid=24405 vsize=89776 memory=47364 CPUtime=12.63 cores=0,2
/proc/24408/stat : 24408 (roundingsat) R 24405 24405 23358 0 -1 4194304 8300 0 0 0 1232 31 0 0 20 0 1 0 35392970 91930624 11841 18446744073709551615 4227072 8923433 140724512041968 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17117184 140724512045380 140724512045608 140724512045608 140724512051178 0
/proc/24408/statm: 22444 11841 2400 1147 0 9871 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 93968 KiB
Current children cumulated memory: 50436 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 3.96 3.99 5/269 24408
/proc/meminfo: memFree=129661796/131250000 swapFree=33010684/33010684
[pid=24405] ppid=24402 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/24405/stat : 24405 (run-dec-break.s) S 24402 24405 23358 0 -1 4194304 237 2017 0 0 0 0 1 0 20 0 1 0 35392967 4292608 768 18446744073709551615 93866528546816 93866529441349 140733432458704 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93866529680400 93866529728144 93866531663872 140733432465761 140733432465890 140733432465890 140733432471492 0
/proc/24405/statm: 1048 768 704 219 0 110 0
[pid=24408] ppid=24405 vsize=96116 memory=50052 CPUtime=25.4 cores=0,2
/proc/24408/stat : 24408 (roundingsat) R 24405 24405 23358 0 -1 4194304 8983 0 0 0 2487 53 0 0 20 0 1 0 35392970 98422784 12513 18446744073709551615 4227072 8923433 140724512041968 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17117184 140724512045380 140724512045608 140724512045608 140724512051178 0
/proc/24408/statm: 24029 12513 2400 1147 0 11456 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 100308 KiB
Current children cumulated memory: 53124 KiB

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

# cumulated CPU time of all completed processes:  user=47.6646 s, system=0.85915 s

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

[startup+25.6002 s]
/proc/loadavg: 4.13 3.96 3.99 5/269 24408
/proc/meminfo: memFree=129661796/131250000 swapFree=33010684/33010684
[pid=24405] ppid=24402 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/24405/stat : 24405 (run-dec-break.s) S 24402 24405 23358 0 -1 4194304 237 2017 0 0 0 0 1 0 20 0 1 0 35392967 4292608 768 18446744073709551615 93866528546816 93866529441349 140733432458704 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93866529680400 93866529728144 93866531663872 140733432465761 140733432465890 140733432465890 140733432471492 0
/proc/24405/statm: 1048 768 704 219 0 110 0
[pid=24408] ppid=24405 vsize=96116 memory=50052 CPUtime=25.49 cores=0,2
/proc/24408/stat : 24408 (roundingsat) R 24405 24405 23358 0 -1 4194304 8983 0 0 0 2496 53 0 0 20 0 1 0 35392970 98422784 12513 18446744073709551615 4227072 8923433 140724512041968 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17117184 140724512045380 140724512045608 140724512045608 140724512051178 0
/proc/24408/statm: 24029 12513 2400 1147 0 11456 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 100308 KiB
Current children cumulated memory: 53124 KiB

[startup+38.4002 s]
/proc/loadavg: 4.10 3.96 4.00 5/268 24408
/proc/meminfo: memFree=129634392/131250000 swapFree=33010684/33010684
[pid=24405] ppid=24402 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/24405/stat : 24405 (run-dec-break.s) S 24402 24405 23358 0 -1 4194304 237 2017 0 0 0 0 1 0 20 0 1 0 35392967 4292608 768 18446744073709551615 93866528546816 93866529441349 140733432458704 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93866529680400 93866529728144 93866531663872 140733432465761 140733432465890 140733432465890 140733432471492 0
/proc/24405/statm: 1048 768 704 219 0 110 0
[pid=24408] ppid=24405 vsize=117104 memory=73500 CPUtime=38.27 cores=0,2
/proc/24408/stat : 24408 (roundingsat) R 24405 24405 23358 0 -1 4194304 10780 0 0 0 3756 71 0 0 20 0 1 0 35392970 119914496 18375 18446744073709551615 4227072 8923433 140724512041968 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17117184 140724512045380 140724512045608 140724512045608 140724512051178 0
/proc/24408/statm: 29276 18375 2400 1147 0 16703 0
Current children cumulated CPU time: 38.28 s
Current children cumulated vsize: 121296 KiB
Current children cumulated memory: 76572 KiB

[startup+44.8001 s]
/proc/loadavg: 4.09 3.96 4.00 5/268 24408
/proc/meminfo: memFree=129623492/131250000 swapFree=33010684/33010684
[pid=24405] ppid=24402 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/24405/stat : 24405 (run-dec-break.s) S 24402 24405 23358 0 -1 4194304 237 2017 0 0 0 0 1 0 20 0 1 0 35392967 4292608 768 18446744073709551615 93866528546816 93866529441349 140733432458704 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93866529680400 93866529728144 93866531663872 140733432465761 140733432465890 140733432465890 140733432471492 0
/proc/24405/statm: 1048 768 704 219 0 110 0
[pid=24408] ppid=24405 vsize=118812 memory=75292 CPUtime=44.65 cores=0,2
/proc/24408/stat : 24408 (roundingsat) R 24405 24405 23358 0 -1 4194304 11258 0 0 0 4385 80 0 0 20 0 1 0 35392970 121663488 18823 18446744073709551615 4227072 8923433 140724512041968 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17117184 140724512045380 140724512045608 140724512045608 140724512051178 0
/proc/24408/statm: 29703 18823 2400 1147 0 17130 0
Current children cumulated CPU time: 44.66 s
Current children cumulated vsize: 123004 KiB
Current children cumulated memory: 78364 KiB

[startup+46.4002 s]
/proc/loadavg: 4.09 3.96 4.00 5/268 24408
/proc/meminfo: memFree=129623240/131250000 swapFree=33010684/33010684
[pid=24405] ppid=24402 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/24405/stat : 24405 (run-dec-break.s) S 24402 24405 23358 0 -1 4194304 237 2017 0 0 0 0 1 0 20 0 1 0 35392967 4292608 768 18446744073709551615 93866528546816 93866529441349 140733432458704 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93866529680400 93866529728144 93866531663872 140733432465761 140733432465890 140733432465890 140733432471492 0
/proc/24405/statm: 1048 768 704 219 0 110 0
[pid=24408] ppid=24405 vsize=118812 memory=75292 CPUtime=46.25 cores=0,2
/proc/24408/stat : 24408 (roundingsat) R 24405 24405 23358 0 -1 4194304 11258 0 0 0 4542 83 0 0 20 0 1 0 35392970 121663488 18823 18446744073709551615 4227072 8923433 140724512041968 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17117184 140724512045380 140724512045608 140724512045608 140724512051178 0
/proc/24408/statm: 29703 18823 2400 1147 0 17130 0
Current children cumulated CPU time: 46.26 s
Current children cumulated vsize: 123004 KiB
Current children cumulated memory: 78364 KiB

[startup+48.0002 s]*
/proc/loadavg: 4.16 3.98 4.00 5/268 24409
/proc/meminfo: memFree=129623240/131250000 swapFree=33010684/33010684
[pid=24405] ppid=24402 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/24405/stat : 24405 (run-dec-break.s) S 24402 24405 23358 0 -1 4194304 237 2017 0 0 0 0 1 0 20 0 1 0 35392967 4292608 768 18446744073709551615 93866528546816 93866529441349 140733432458704 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93866529680400 93866529728144 93866531663872 140733432465761 140733432465890 140733432465890 140733432471492 0
/proc/24405/statm: 1048 768 704 219 0 110 0
[pid=24408] ppid=24405 vsize=118812 memory=75292 CPUtime=47.84 cores=0,2
/proc/24408/stat : 24408 (roundingsat) R 24405 24405 23358 0 -1 4194304 11258 0 0 0 4700 84 0 0 20 0 1 0 35392970 121663488 18823 18446744073709551615 4227072 8923433 140724512041968 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17117184 140724512045380 140724512045608 140724512045608 140724512051178 0
/proc/24408/statm: 29703 18823 2400 1147 0 17130 0
Current children cumulated CPU time: 47.85 s
Current children cumulated vsize: 123004 KiB
Current children cumulated memory: 78364 KiB

[startup+48.4001 s]
/proc/loadavg: 4.16 3.98 4.00 5/268 24409
/proc/meminfo: memFree=129623240/131250000 swapFree=33010684/33010684
[pid=24405] ppid=24402 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/24405/stat : 24405 (run-dec-break.s) S 24402 24405 23358 0 -1 4194304 237 2017 0 0 0 0 1 0 20 0 1 0 35392967 4292608 768 18446744073709551615 93866528546816 93866529441349 140733432458704 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93866529680400 93866529728144 93866531663872 140733432465761 140733432465890 140733432465890 140733432471492 0
/proc/24405/statm: 1048 768 704 219 0 110 0
[pid=24408] ppid=24405 vsize=118812 memory=75292 CPUtime=48.25 cores=0,2
/proc/24408/stat : 24408 (roundingsat) R 24405 24405 23358 0 -1 4194304 11258 0 0 0 4740 85 0 0 20 0 1 0 35392970 121663488 18823 18446744073709551615 4227072 8923433 140724512041968 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17117184 140724512045380 140724512045608 140724512045608 140724512051178 0
/proc/24408/statm: 29703 18823 2400 1147 0 17130 0
Current children cumulated CPU time: 48.26 s
Current children cumulated vsize: 123004 KiB
Current children cumulated memory: 78364 KiB

[startup+48.6002 s]
/proc/loadavg: 4.16 3.98 4.00 5/268 24409
/proc/meminfo: memFree=129623240/131250000 swapFree=33010684/33010684
[pid=24405] ppid=24402 vsize=4192 memory=3072 CPUtime=0.01 cores=0,2
/proc/24405/stat : 24405 (run-dec-break.s) S 24402 24405 23358 0 -1 4194304 237 2017 0 0 0 0 1 0 20 0 1 0 35392967 4292608 768 18446744073709551615 93866528546816 93866529441349 140733432458704 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93866529680400 93866529728144 93866531663872 140733432465761 140733432465890 140733432465890 140733432471492 0
/proc/24405/statm: 1048 768 704 219 0 110 0
[pid=24408] ppid=24405 vsize=118812 memory=75292 CPUtime=48.44 cores=0,2
/proc/24408/stat : 24408 (roundingsat) R 24405 24405 23358 0 -1 4194304 11258 0 0 0 4759 85 0 0 20 0 1 0 35392970 121663488 18823 18446744073709551615 4227072 8923433 140724512041968 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 17117184 140724512045380 140724512045608 140724512045608 140724512051178 0
/proc/24408/statm: 29703 18823 2400 1147 0 17130 0
Current children cumulated CPU time: 48.45 s
Current children cumulated vsize: 123004 KiB
Current children cumulated memory: 78364 KiB

Child status: 0

Real time (s): 48.6536
CPU time (s): 48.5238
CPU user time (s): 47.6646
CPU system time (s): 0.85915
CPU usage (%): 99.7331
Max. virtual memory (cumulated for all children) (KiB): 123004
Max. memory (cumulated for all children) (KiB): 78364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.6646
system time used= 0.85915
maximum resident set size= 75292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13536
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 80


# summary of solver processes directly reported to runsolver:
#   pid: 24405
#   total CPU time (s): 48.5238
#   total CPU user time (s): 47.6646
#   total CPU system time (s): 0.85915

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.09814 second user time and 0.249582 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 13:39:15
IDJOB=4510944
IDBENCH=160406
IDSOLVER=3357
FILE ID=nodeC019/4510944-1751197155
RUNJOBID= nodeC019-1751196526-23368
SLURM_JOB_ID= 9587609
Free space on /tmp= 433040 MiB

SOLVER NAME= roundingsat+pbsuma 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.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4510944-1751197155/watcher-4510944-1751197155 -o /tmp/evaluation-result-4510944-1751197155/solver-4510944-1751197155 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751196526-23368 --watchdog 3760  run-dec-break.sh HOME/instance-4510944-1751197155.opb

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

MD5SUM BENCH= bbbcfa0a64e8945cae78db4c3e84f0d8
RANDOM SEED=1270444493

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129710980 kB
MemAvailable:   129544404 kB
Buffers:            3280 kB
Cached:           643208 kB
SwapCached:            0 kB
Active:           569688 kB
Inactive:         386452 kB
Active(anon):     327724 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   386452 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7556 kB
Writeback:             0 kB
AnonPages:        310404 kB
Mapped:           113144 kB
Shmem:             18064 kB
KReclaimable:      88492 kB
Slab:             173564 kB
SReclaimable:      88492 kB
SUnreclaim:        85072 kB
KernelStack:        4332 kB
PageTables:         4152 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     654792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC019 at 2025-06-29 13:40:03