Trace number 4511196

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 12.4036 12.4468

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x50split.opb
MD5SUM6aa2e19502a8f75e99296617bfe7afcb
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.41638
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables501
Total number of constraints251
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)251
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4511196-1751198114.opb'
0.00/0.01	c 	read 0.01MB  (0.22ms)
0.00/0.01	c	 [cnf: #variables 501 #clauses 251 #duplicates 0 #arr 1002]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 300] (0.34ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 (4.39ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 1754 #edges 4008]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 4.00*10^0 #generators 2] (0.81ms)
0.00/0.01	c 
0.00/0.01	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.01	c 	(0.00ms)
0.00/0.01	c 
0.00/0.01	c finalize break order and special generators
0.00/0.01	c 
0.00/0.01	c add generic predicates (break_depth=10)
0.00/0.01	c 	added predicates for 2 generators (0.04ms)
0.00/0.01	c 
0.00/0.01	c generation finished
0.00/0.01	c 	[sbp: #constraints 56 #add_vars 18]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4511196-1751198114.opb.pre'
0.00/0.01	c 	wrote 0.01MB (0.10ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   4.39ms 73.20% detect_special
0.00/0.01	c                   0.81ms 13.45% detect_generic
0.00/0.01	c                   0.34ms  5.66% approx_orbits
0.00/0.01	c                   0.22ms  3.62% parse
0.00/0.01	c                   0.10ms  1.59% output
0.00/0.01	c                   0.08ms  1.30% other
0.00/0.01	c                   0.04ms  0.66% break_generic
0.00/0.01	c                   0.03ms  0.46% finalize_order
0.00/0.01	c                   0.00ms  0.06% optimize_gens
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   5.99ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.02	c RoundingSat 2
0.00/0.02	c branch pb25
0.00/0.02	c commit 63f22ad
0.00/0.03	c #variables 519 #constraints 558
0.00/0.03	c rational objective 250.5
0.17/0.21	c #Conflicts:       1000 | #Constraints:       1563
0.17/0.21	c #Conflicts:       2000 | #Constraints:       2563
0.17/0.21	c INPROCESSING
0.17/0.21	c GARBAGE COLLECT
0.17/0.21	c #Conflicts:       3000 | #Constraints:       2595
0.17/0.21	c #Conflicts:       4000 | #Constraints:       3595
0.17/0.21	c INPROCESSING
0.17/0.21	c GARBAGE COLLECT
0.17/0.21	c #Conflicts:       5000 | #Constraints:       3009
0.17/0.21	c #Conflicts:       6000 | #Constraints:       4009
0.17/0.21	c INPROCESSING
0.17/0.21	c GARBAGE COLLECT
0.17/0.21	c rational objective 250.5
0.17/0.30	c #Conflicts:       7000 | #Constraints:       3019
0.17/0.30	c #Conflicts:       8000 | #Constraints:       4019
0.17/0.30	c #Conflicts:       9000 | #Constraints:       5019
0.17/0.30	c INPROCESSING
0.17/0.30	c GARBAGE COLLECT
0.17/0.30	c rational objective 250.5
0.27/0.39	c #Conflicts:      10000 | #Constraints:       3727
0.27/0.39	c #Conflicts:      11000 | #Constraints:       4728
0.27/0.39	c #Conflicts:      12000 | #Constraints:       5728
0.27/0.39	c INPROCESSING
0.27/0.39	c GARBAGE COLLECT
0.27/0.39	c rational objective 250.5
0.38/0.50	c #Conflicts:      13000 | #Constraints:       4175
0.38/0.50	c #Conflicts:      14000 | #Constraints:       5175
0.38/0.50	c #Conflicts:      15000 | #Constraints:       6175
0.38/0.50	c INPROCESSING
0.38/0.50	c GARBAGE COLLECT
0.38/0.50	c rational objective 250.5
0.57/0.62	c #Conflicts:      16000 | #Constraints:       4404
0.57/0.62	c #Conflicts:      17000 | #Constraints:       5404
0.57/0.62	c #Conflicts:      18000 | #Constraints:       6404
0.57/0.62	c INPROCESSING
0.57/0.62	c GARBAGE COLLECT
0.57/0.62	c rational objective 250.5
0.67/0.76	c #Conflicts:      19000 | #Constraints:       4422
0.67/0.76	c #Conflicts:      20000 | #Constraints:       5422
0.67/0.76	c #Conflicts:      21000 | #Constraints:       6422
0.67/0.76	c INPROCESSING
0.67/0.76	c GARBAGE COLLECT
0.67/0.76	c rational objective 250.5
0.76/0.89	c #Conflicts:      22000 | #Constraints:       4222
0.76/0.89	c #Conflicts:      23000 | #Constraints:       5222
0.76/0.89	c #Conflicts:      24000 | #Constraints:       6222
0.76/0.89	c #Conflicts:      25000 | #Constraints:       7222
0.76/0.89	c INPROCESSING
0.76/0.89	c GARBAGE COLLECT
0.76/0.89	c rational objective 250.5
0.97/1.04	c #Conflicts:      26000 | #Constraints:       4830
0.97/1.04	c #Conflicts:      27000 | #Constraints:       5830
0.97/1.04	c #Conflicts:      28000 | #Constraints:       6830
0.97/1.04	c #Conflicts:      29000 | #Constraints:       7830
0.97/1.04	c INPROCESSING
0.97/1.04	c GARBAGE COLLECT
0.97/1.04	c rational objective 250.5
1.07/1.18	c #Conflicts:      30000 | #Constraints:       5236
1.07/1.18	c #Conflicts:      31000 | #Constraints:       6236
1.07/1.18	c #Conflicts:      32000 | #Constraints:       7236
1.07/1.18	c #Conflicts:      33000 | #Constraints:       8236
1.07/1.18	c INPROCESSING
1.07/1.18	c GARBAGE COLLECT
1.07/1.18	c rational objective 250.5
1.27/1.33	c #Conflicts:      34000 | #Constraints:       5430
1.27/1.33	c #Conflicts:      35000 | #Constraints:       6430
1.27/1.33	c #Conflicts:      36000 | #Constraints:       7430
1.27/1.33	c #Conflicts:      37000 | #Constraints:       8430
1.27/1.33	c INPROCESSING
1.27/1.33	c GARBAGE COLLECT
1.27/1.33	c rational objective 250.5
1.47/1.52	c #Conflicts:      38000 | #Constraints:       5434
1.47/1.52	c #Conflicts:      39000 | #Constraints:       6434
1.47/1.52	c #Conflicts:      40000 | #Constraints:       7434
1.47/1.52	c #Conflicts:      41000 | #Constraints:       8434
1.47/1.52	c INPROCESSING
1.47/1.52	c GARBAGE COLLECT
1.47/1.52	c rational objective 250.5
1.66/1.71	c #Conflicts:      42000 | #Constraints:       5237
1.66/1.71	c #Conflicts:      43000 | #Constraints:       6237
1.66/1.71	c #Conflicts:      44000 | #Constraints:       7237
1.66/1.71	c #Conflicts:      45000 | #Constraints:       8237
1.66/1.71	c #Conflicts:      46000 | #Constraints:       9237
1.66/1.71	c INPROCESSING
1.66/1.71	c GARBAGE COLLECT
1.66/1.71	c rational objective 250.5
1.76/1.86	c #Conflicts:      47000 | #Constraints:       5831
1.76/1.86	c #Conflicts:      48000 | #Constraints:       6831
1.76/1.86	c #Conflicts:      49000 | #Constraints:       7831
1.76/1.86	c #Conflicts:      50000 | #Constraints:       8831
1.76/1.86	c #Conflicts:      51000 | #Constraints:       9831
1.76/1.86	c INPROCESSING
1.76/1.86	c GARBAGE COLLECT
1.76/1.86	c rational objective 250.5
1.97/2.04	c #Conflicts:      52000 | #Constraints:       6234
1.97/2.04	c #Conflicts:      53000 | #Constraints:       7234
1.97/2.04	c #Conflicts:      54000 | #Constraints:       8234
1.97/2.04	c #Conflicts:      55000 | #Constraints:       9234
1.97/2.04	c #Conflicts:      56000 | #Constraints:      10234
1.97/2.04	c INPROCESSING
1.97/2.04	c GARBAGE COLLECT
1.97/2.04	c rational objective 250.5
2.17/2.23	c #Conflicts:      57000 | #Constraints:       6431
2.17/2.23	c #Conflicts:      58000 | #Constraints:       7431
2.17/2.23	c #Conflicts:      59000 | #Constraints:       8431
2.17/2.23	c #Conflicts:      60000 | #Constraints:       9431
2.17/2.23	c #Conflicts:      61000 | #Constraints:      10431
2.17/2.23	c INPROCESSING
2.17/2.23	c GARBAGE COLLECT
2.17/2.23	c rational objective 250.5
2.36/2.43	c #Conflicts:      62000 | #Constraints:       6435
2.36/2.43	c #Conflicts:      63000 | #Constraints:       7435
2.36/2.43	c #Conflicts:      64000 | #Constraints:       8435
2.36/2.43	c #Conflicts:      65000 | #Constraints:       9435
2.36/2.43	c #Conflicts:      66000 | #Constraints:      10435
2.36/2.43	c INPROCESSING
2.36/2.43	c GARBAGE COLLECT
2.36/2.43	c rational objective 250.5
2.56/2.64	c #Conflicts:      67000 | #Constraints:       6240
2.56/2.64	c #Conflicts:      68000 | #Constraints:       7240
2.56/2.64	c #Conflicts:      69000 | #Constraints:       8240
2.56/2.64	c #Conflicts:      70000 | #Constraints:       9240
2.56/2.64	c #Conflicts:      71000 | #Constraints:      10240
2.56/2.64	c #Conflicts:      72000 | #Constraints:      11240
2.56/2.64	c INPROCESSING
2.56/2.64	c GARBAGE COLLECT
2.56/2.64	c rational objective 250.5
2.76/2.86	c #Conflicts:      73000 | #Constraints:       6838
2.76/2.86	c #Conflicts:      74000 | #Constraints:       7838
2.76/2.86	c #Conflicts:      75000 | #Constraints:       8838
2.76/2.86	c #Conflicts:      76000 | #Constraints:       9838
2.76/2.86	c #Conflicts:      77000 | #Constraints:      10838
2.76/2.86	c #Conflicts:      78000 | #Constraints:      11838
2.76/2.86	c INPROCESSING
2.76/2.86	c GARBAGE COLLECT
2.76/2.86	c rational objective 250.5
3.07/3.10	c #Conflicts:      79000 | #Constraints:       7238
3.07/3.10	c #Conflicts:      80000 | #Constraints:       8238
3.07/3.10	c #Conflicts:      81000 | #Constraints:       9238
3.07/3.10	c #Conflicts:      82000 | #Constraints:      10238
3.07/3.10	c #Conflicts:      83000 | #Constraints:      11238
3.07/3.10	c #Conflicts:      84000 | #Constraints:      12238
3.07/3.10	c INPROCESSING
3.07/3.10	c GARBAGE COLLECT
3.07/3.10	c rational objective 250.5
3.26/3.36	c #Conflicts:      85000 | #Constraints:       7435
3.26/3.36	c #Conflicts:      86000 | #Constraints:       8435
3.26/3.36	c #Conflicts:      87000 | #Constraints:       9435
3.26/3.36	c #Conflicts:      88000 | #Constraints:      10435
3.26/3.36	c #Conflicts:      89000 | #Constraints:      11435
3.26/3.36	c #Conflicts:      90000 | #Constraints:      12435
3.26/3.36	c INPROCESSING
3.26/3.36	c GARBAGE COLLECT
3.26/3.36	c rational objective 250.5
3.55/3.63	c #Conflicts:      91000 | #Constraints:       7437
3.55/3.63	c #Conflicts:      92000 | #Constraints:       8437
3.55/3.63	c #Conflicts:      93000 | #Constraints:       9437
3.55/3.63	c #Conflicts:      94000 | #Constraints:      10437
3.55/3.63	c #Conflicts:      95000 | #Constraints:      11437
3.55/3.63	c #Conflicts:      96000 | #Constraints:      12437
3.55/3.63	c INPROCESSING
3.55/3.63	c GARBAGE COLLECT
3.55/3.63	c rational objective 250.5
3.76/3.86	c #Conflicts:      97000 | #Constraints:       7240
3.76/3.86	c #Conflicts:      98000 | #Constraints:       8240
3.76/3.86	c #Conflicts:      99000 | #Constraints:       9240
3.76/3.86	c #Conflicts:     100000 | #Constraints:      10240
3.76/3.86	c #Conflicts:     101000 | #Constraints:      11240
3.76/3.86	c #Conflicts:     102000 | #Constraints:      12240
3.76/3.86	c #Conflicts:     103000 | #Constraints:      13240
3.76/3.86	c INPROCESSING
3.76/3.86	c GARBAGE COLLECT
3.76/3.86	c rational objective 250.5
4.06/4.11	c #Conflicts:     104000 | #Constraints:       7838
4.06/4.11	c #Conflicts:     105000 | #Constraints:       8838
4.06/4.11	c #Conflicts:     106000 | #Constraints:       9838
4.06/4.11	c #Conflicts:     107000 | #Constraints:      10838
4.06/4.11	c #Conflicts:     108000 | #Constraints:      11838
4.06/4.11	c #Conflicts:     109000 | #Constraints:      12838
4.06/4.11	c #Conflicts:     110000 | #Constraints:      13838
4.06/4.11	c INPROCESSING
4.06/4.11	c GARBAGE COLLECT
4.06/4.11	c rational objective 250.5
4.25/4.35	c #Conflicts:     111000 | #Constraints:       8241
4.25/4.35	c #Conflicts:     112000 | #Constraints:       9241
4.25/4.35	c #Conflicts:     113000 | #Constraints:      10241
4.25/4.35	c #Conflicts:     114000 | #Constraints:      11241
4.25/4.35	c #Conflicts:     115000 | #Constraints:      12241
4.25/4.35	c #Conflicts:     116000 | #Constraints:      13241
4.25/4.35	c #Conflicts:     117000 | #Constraints:      14241
4.25/4.35	c INPROCESSING
4.25/4.35	c GARBAGE COLLECT
4.25/4.35	c rational objective 250.5
4.55/4.61	c #Conflicts:     118000 | #Constraints:       8444
4.55/4.61	c #Conflicts:     119000 | #Constraints:       9444
4.55/4.61	c #Conflicts:     120000 | #Constraints:      10444
4.55/4.61	c #Conflicts:     121000 | #Constraints:      11444
4.55/4.61	c #Conflicts:     122000 | #Constraints:      12444
4.55/4.61	c #Conflicts:     123000 | #Constraints:      13444
4.55/4.61	c #Conflicts:     124000 | #Constraints:      14444
4.55/4.61	c INPROCESSING
4.55/4.61	c GARBAGE COLLECT
4.55/4.61	c rational objective 250.5
4.75/4.87	c #Conflicts:     125000 | #Constraints:       8442
4.75/4.87	c #Conflicts:     126000 | #Constraints:       9442
4.75/4.87	c #Conflicts:     127000 | #Constraints:      10442
4.75/4.87	c #Conflicts:     128000 | #Constraints:      11442
4.75/4.87	c #Conflicts:     129000 | #Constraints:      12442
4.75/4.87	c #Conflicts:     130000 | #Constraints:      13442
4.75/4.87	c #Conflicts:     131000 | #Constraints:      14442
4.75/4.87	c INPROCESSING
4.75/4.87	c GARBAGE COLLECT
4.75/4.87	c rational objective 250.5
5.05/5.13	c #Conflicts:     132000 | #Constraints:       8240
5.05/5.13	c #Conflicts:     133000 | #Constraints:       9241
5.05/5.13	c #Conflicts:     134000 | #Constraints:      10241
5.05/5.13	c #Conflicts:     135000 | #Constraints:      11241
5.05/5.13	c #Conflicts:     136000 | #Constraints:      12241
5.05/5.13	c #Conflicts:     137000 | #Constraints:      13241
5.05/5.13	c #Conflicts:     138000 | #Constraints:      14241
5.05/5.13	c #Conflicts:     139000 | #Constraints:      15241
5.05/5.13	c INPROCESSING
5.05/5.13	c GARBAGE COLLECT
5.05/5.13	c rational objective 250.5
5.35/5.44	c #Conflicts:     140000 | #Constraints:       8846
5.35/5.44	c #Conflicts:     141000 | #Constraints:       9846
5.35/5.44	c #Conflicts:     142000 | #Constraints:      10846
5.35/5.44	c #Conflicts:     143000 | #Constraints:      11846
5.35/5.44	c #Conflicts:     144000 | #Constraints:      12846
5.35/5.44	c #Conflicts:     145000 | #Constraints:      13846
5.35/5.44	c #Conflicts:     146000 | #Constraints:      14846
5.35/5.44	c #Conflicts:     147000 | #Constraints:      15846
5.35/5.44	c INPROCESSING
5.35/5.44	c GARBAGE COLLECT
5.35/5.44	c rational objective 250.5
5.65/5.71	c #Conflicts:     148000 | #Constraints:       9246
5.65/5.71	c #Conflicts:     149000 | #Constraints:      10246
5.65/5.71	c #Conflicts:     150000 | #Constraints:      11246
5.65/5.71	c #Conflicts:     151000 | #Constraints:      12246
5.65/5.71	c #Conflicts:     152000 | #Constraints:      13246
5.65/5.71	c #Conflicts:     153000 | #Constraints:      14246
5.65/5.71	c #Conflicts:     154000 | #Constraints:      15246
5.65/5.71	c #Conflicts:     155000 | #Constraints:      16246
5.65/5.71	c INPROCESSING
5.65/5.71	c GARBAGE COLLECT
5.65/5.71	c rational objective 250.5
5.85/5.99	c #Conflicts:     156000 | #Constraints:       9442
5.85/5.99	c #Conflicts:     157000 | #Constraints:      10442
5.85/5.99	c #Conflicts:     158000 | #Constraints:      11442
5.85/5.99	c #Conflicts:     159000 | #Constraints:      12442
5.85/5.99	c #Conflicts:     160000 | #Constraints:      13442
5.85/5.99	c #Conflicts:     161000 | #Constraints:      14442
5.85/5.99	c #Conflicts:     162000 | #Constraints:      15442
5.85/5.99	c #Conflicts:     163000 | #Constraints:      16442
5.85/5.99	c INPROCESSING
5.85/5.99	c GARBAGE COLLECT
5.85/5.99	c rational objective 250.5
6.15/6.27	c #Conflicts:     164000 | #Constraints:       9439
6.15/6.27	c #Conflicts:     165000 | #Constraints:      10439
6.15/6.27	c #Conflicts:     166000 | #Constraints:      11439
6.15/6.27	c #Conflicts:     167000 | #Constraints:      12439
6.15/6.27	c #Conflicts:     168000 | #Constraints:      13439
6.15/6.27	c #Conflicts:     169000 | #Constraints:      14439
6.15/6.27	c #Conflicts:     170000 | #Constraints:      15439
6.15/6.27	c #Conflicts:     171000 | #Constraints:      16439
6.15/6.27	c INPROCESSING
6.15/6.27	c GARBAGE COLLECT
6.15/6.27	c rational objective 250.5
6.45/6.56	c #Conflicts:     172000 | #Constraints:       9240
6.45/6.56	c #Conflicts:     173000 | #Constraints:      10240
6.45/6.56	c #Conflicts:     174000 | #Constraints:      11240
6.45/6.56	c #Conflicts:     175000 | #Constraints:      12240
6.45/6.56	c #Conflicts:     176000 | #Constraints:      13240
6.45/6.56	c #Conflicts:     177000 | #Constraints:      14240
6.45/6.56	c #Conflicts:     178000 | #Constraints:      15240
6.45/6.56	c #Conflicts:     179000 | #Constraints:      16240
6.45/6.56	c #Conflicts:     180000 | #Constraints:      17240
6.45/6.56	c INPROCESSING
6.45/6.56	c GARBAGE COLLECT
6.45/6.56	c rational objective 250.5
6.75/6.87	c #Conflicts:     181000 | #Constraints:       9837
6.75/6.87	c #Conflicts:     182000 | #Constraints:      10837
6.75/6.87	c #Conflicts:     183000 | #Constraints:      11837
6.75/6.87	c #Conflicts:     184000 | #Constraints:      12837
6.75/6.87	c #Conflicts:     185000 | #Constraints:      13837
6.75/6.87	c #Conflicts:     186000 | #Constraints:      14837
6.75/6.87	c #Conflicts:     187000 | #Constraints:      15837
6.75/6.87	c #Conflicts:     188000 | #Constraints:      16837
6.75/6.87	c #Conflicts:     189000 | #Constraints:      17837
6.75/6.87	c INPROCESSING
6.75/6.87	c GARBAGE COLLECT
6.75/6.87	c rational objective 250.5
7.05/7.16	c #Conflicts:     190000 | #Constraints:      10244
7.05/7.16	c #Conflicts:     191000 | #Constraints:      11244
7.05/7.16	c #Conflicts:     192000 | #Constraints:      12244
7.05/7.16	c #Conflicts:     193000 | #Constraints:      13244
7.05/7.16	c #Conflicts:     194000 | #Constraints:      14244
7.05/7.16	c #Conflicts:     195000 | #Constraints:      15244
7.05/7.16	c #Conflicts:     196000 | #Constraints:      16244
7.05/7.16	c #Conflicts:     197000 | #Constraints:      17244
7.05/7.16	c #Conflicts:     198000 | #Constraints:      18244
7.05/7.16	c INPROCESSING
7.05/7.16	c GARBAGE COLLECT
7.05/7.16	c rational objective 250.5
7.35/7.48	c #Conflicts:     199000 | #Constraints:      10443
7.35/7.48	c #Conflicts:     200000 | #Constraints:      11443
7.35/7.48	c #Conflicts:     201000 | #Constraints:      12443
7.35/7.48	c #Conflicts:     202000 | #Constraints:      13443
7.35/7.48	c #Conflicts:     203000 | #Constraints:      14443
7.35/7.48	c #Conflicts:     204000 | #Constraints:      15443
7.35/7.48	c #Conflicts:     205000 | #Constraints:      16443
7.35/7.48	c #Conflicts:     206000 | #Constraints:      17443
7.35/7.48	c #Conflicts:     207000 | #Constraints:      18443
7.35/7.48	c INPROCESSING
7.35/7.48	c GARBAGE COLLECT
7.35/7.48	c rational objective 250.5
7.65/7.79	c #Conflicts:     208000 | #Constraints:      10447
7.65/7.79	c #Conflicts:     209000 | #Constraints:      11447
7.65/7.79	c #Conflicts:     210000 | #Constraints:      12447
7.65/7.79	c #Conflicts:     211000 | #Constraints:      13447
7.65/7.79	c #Conflicts:     212000 | #Constraints:      14447
7.65/7.79	c #Conflicts:     213000 | #Constraints:      15447
7.65/7.79	c #Conflicts:     214000 | #Constraints:      16447
7.65/7.79	c #Conflicts:     215000 | #Constraints:      17447
7.65/7.79	c #Conflicts:     216000 | #Constraints:      18447
7.65/7.79	c INPROCESSING
7.65/7.79	c GARBAGE COLLECT
7.65/7.79	c rational objective 250.5
8.06/8.11	c #Conflicts:     217000 | #Constraints:      10248
8.06/8.11	c #Conflicts:     218000 | #Constraints:      11248
8.06/8.11	c #Conflicts:     219000 | #Constraints:      12248
8.06/8.11	c #Conflicts:     220000 | #Constraints:      13248
8.06/8.11	c #Conflicts:     221000 | #Constraints:      14248
8.06/8.11	c #Conflicts:     222000 | #Constraints:      15248
8.06/8.11	c #Conflicts:     223000 | #Constraints:      16248
8.06/8.11	c #Conflicts:     224000 | #Constraints:      17248
8.06/8.11	c #Conflicts:     225000 | #Constraints:      18248
8.06/8.11	c #Conflicts:     226000 | #Constraints:      19248
8.06/8.11	c INPROCESSING
8.06/8.11	c GARBAGE COLLECT
8.06/8.11	c rational objective 250.5
8.34/8.47	c #Conflicts:     227000 | #Constraints:      10849
8.34/8.47	c #Conflicts:     228000 | #Constraints:      11849
8.34/8.47	c #Conflicts:     229000 | #Constraints:      12849
8.34/8.47	c #Conflicts:     230000 | #Constraints:      13849
8.34/8.47	c #Conflicts:     231000 | #Constraints:      14849
8.34/8.47	c #Conflicts:     232000 | #Constraints:      15849
8.34/8.47	c #Conflicts:     233000 | #Constraints:      16849
8.34/8.47	c #Conflicts:     234000 | #Constraints:      17849
8.34/8.47	c #Conflicts:     235000 | #Constraints:      18849
8.34/8.47	c #Conflicts:     236000 | #Constraints:      19849
8.34/8.47	c INPROCESSING
8.34/8.47	c GARBAGE COLLECT
8.34/8.47	c rational objective 250.5
8.74/8.81	c #Conflicts:     237000 | #Constraints:      11253
8.74/8.81	c #Conflicts:     238000 | #Constraints:      12253
8.74/8.81	c #Conflicts:     239000 | #Constraints:      13253
8.74/8.81	c #Conflicts:     240000 | #Constraints:      14253
8.74/8.81	c #Conflicts:     241000 | #Constraints:      15253
8.74/8.81	c #Conflicts:     242000 | #Constraints:      16253
8.74/8.81	c #Conflicts:     243000 | #Constraints:      17253
8.74/8.81	c #Conflicts:     244000 | #Constraints:      18253
8.74/8.81	c #Conflicts:     245000 | #Constraints:      19253
8.74/8.81	c #Conflicts:     246000 | #Constraints:      20253
8.74/8.81	c INPROCESSING
8.74/8.81	c GARBAGE COLLECT
8.74/8.81	c rational objective 250.5
9.05/9.15	c #Conflicts:     247000 | #Constraints:      11453
9.05/9.15	c #Conflicts:     248000 | #Constraints:      12453
9.05/9.15	c #Conflicts:     249000 | #Constraints:      13453
9.05/9.15	c #Conflicts:     250000 | #Constraints:      14453
9.05/9.15	c #Conflicts:     251000 | #Constraints:      15453
9.05/9.15	c #Conflicts:     252000 | #Constraints:      16453
9.05/9.15	c #Conflicts:     253000 | #Constraints:      17453
9.05/9.15	c #Conflicts:     254000 | #Constraints:      18453
9.05/9.15	c #Conflicts:     255000 | #Constraints:      19453
9.05/9.15	c #Conflicts:     256000 | #Constraints:      20453
9.05/9.15	c INPROCESSING
9.05/9.15	c GARBAGE COLLECT
9.05/9.15	c rational objective 250.5
9.44/9.51	c #Conflicts:     257000 | #Constraints:      11459
9.44/9.51	c #Conflicts:     258000 | #Constraints:      12459
9.44/9.51	c #Conflicts:     259000 | #Constraints:      13459
9.44/9.51	c #Conflicts:     260000 | #Constraints:      14459
9.44/9.51	c #Conflicts:     261000 | #Constraints:      15459
9.44/9.51	c #Conflicts:     262000 | #Constraints:      16459
9.44/9.51	c #Conflicts:     263000 | #Constraints:      17459
9.44/9.51	c #Conflicts:     264000 | #Constraints:      18459
9.44/9.51	c #Conflicts:     265000 | #Constraints:      19459
9.44/9.51	c #Conflicts:     266000 | #Constraints:      20459
9.44/9.51	c INPROCESSING
9.44/9.51	c GARBAGE COLLECT
9.44/9.51	c rational objective 250.5
9.74/9.89	c #Conflicts:     267000 | #Constraints:      11262
9.74/9.89	c #Conflicts:     268000 | #Constraints:      12262
9.74/9.89	c #Conflicts:     269000 | #Constraints:      13262
9.74/9.89	c #Conflicts:     270000 | #Constraints:      14262
9.74/9.89	c #Conflicts:     271000 | #Constraints:      15262
9.74/9.89	c #Conflicts:     272000 | #Constraints:      16262
9.74/9.89	c #Conflicts:     273000 | #Constraints:      17262
9.74/9.89	c #Conflicts:     274000 | #Constraints:      18262
9.74/9.89	c #Conflicts:     275000 | #Constraints:      19262
9.74/9.89	c #Conflicts:     276000 | #Constraints:      20262
9.74/9.89	c #Conflicts:     277000 | #Constraints:      21262
9.74/9.89	c INPROCESSING
9.74/9.89	c GARBAGE COLLECT
9.74/9.89	c rational objective 250.5
10.14/10.27	c #Conflicts:     278000 | #Constraints:      11865
10.14/10.27	c #Conflicts:     279000 | #Constraints:      12865
10.14/10.27	c #Conflicts:     280000 | #Constraints:      13865
10.14/10.27	c #Conflicts:     281000 | #Constraints:      14865
10.14/10.27	c #Conflicts:     282000 | #Constraints:      15865
10.14/10.27	c #Conflicts:     283000 | #Constraints:      16865
10.14/10.27	c #Conflicts:     284000 | #Constraints:      17865
10.14/10.27	c #Conflicts:     285000 | #Constraints:      18865
10.14/10.27	c #Conflicts:     286000 | #Constraints:      19865
10.14/10.27	c #Conflicts:     287000 | #Constraints:      20865
10.14/10.27	c #Conflicts:     288000 | #Constraints:      21865
10.14/10.27	c INPROCESSING
10.14/10.27	c GARBAGE COLLECT
10.14/10.27	c rational objective 250.5
10.54/10.69	c #Conflicts:     289000 | #Constraints:      12260
10.54/10.69	c #Conflicts:     290000 | #Constraints:      13260
10.54/10.69	c #Conflicts:     291000 | #Constraints:      14260
10.54/10.69	c #Conflicts:     292000 | #Constraints:      15260
10.54/10.69	c #Conflicts:     293000 | #Constraints:      16260
10.54/10.69	c #Conflicts:     294000 | #Constraints:      17260
10.54/10.69	c #Conflicts:     295000 | #Constraints:      18260
10.54/10.69	c #Conflicts:     296000 | #Constraints:      19260
10.54/10.69	c #Conflicts:     297000 | #Constraints:      20260
10.54/10.69	c #Conflicts:     298000 | #Constraints:      21260
10.54/10.69	c #Conflicts:     299000 | #Constraints:      22260
10.54/10.69	c INPROCESSING
10.54/10.69	c GARBAGE COLLECT
10.54/10.69	c rational objective 250.5
10.95/11.08	c #Conflicts:     300000 | #Constraints:      12452
10.95/11.08	c #Conflicts:     301000 | #Constraints:      13452
10.95/11.08	c #Conflicts:     302000 | #Constraints:      14452
10.95/11.08	c #Conflicts:     303000 | #Constraints:      15452
10.95/11.08	c #Conflicts:     304000 | #Constraints:      16452
10.95/11.08	c #Conflicts:     305000 | #Constraints:      17452
10.95/11.08	c #Conflicts:     306000 | #Constraints:      18452
10.95/11.08	c #Conflicts:     307000 | #Constraints:      19452
10.95/11.08	c #Conflicts:     308000 | #Constraints:      20452
10.95/11.08	c #Conflicts:     309000 | #Constraints:      21452
10.95/11.08	c #Conflicts:     310000 | #Constraints:      22452
10.95/11.08	c INPROCESSING
10.95/11.08	c GARBAGE COLLECT
10.95/11.08	c rational objective 250.5
11.44/11.54	c #Conflicts:     311000 | #Constraints:      12463
11.44/11.54	c #Conflicts:     312000 | #Constraints:      13463
11.44/11.54	c #Conflicts:     313000 | #Constraints:      14463
11.44/11.54	c #Conflicts:     314000 | #Constraints:      15463
11.44/11.54	c #Conflicts:     315000 | #Constraints:      16463
11.44/11.54	c #Conflicts:     316000 | #Constraints:      17463
11.44/11.54	c #Conflicts:     317000 | #Constraints:      18463
11.44/11.54	c #Conflicts:     318000 | #Constraints:      19463
11.44/11.54	c #Conflicts:     319000 | #Constraints:      20463
11.44/11.54	c #Conflicts:     320000 | #Constraints:      21463
11.44/11.54	c #Conflicts:     321000 | #Constraints:      22463
11.44/11.54	c INPROCESSING
11.44/11.54	c GARBAGE COLLECT
11.44/11.54	c rational objective 250.5
11.84/11.98	c #Conflicts:     322000 | #Constraints:      12269
11.84/11.98	c #Conflicts:     323000 | #Constraints:      13269
11.84/11.98	c #Conflicts:     324000 | #Constraints:      14269
11.84/11.98	c #Conflicts:     325000 | #Constraints:      15269
11.84/11.98	c #Conflicts:     326000 | #Constraints:      16269
11.84/11.98	c #Conflicts:     327000 | #Constraints:      17269
11.84/11.98	c #Conflicts:     328000 | #Constraints:      18269
11.84/11.98	c #Conflicts:     329000 | #Constraints:      19269
11.84/11.98	c #Conflicts:     330000 | #Constraints:      20269
11.84/11.98	c #Conflicts:     331000 | #Constraints:      21269
11.84/11.98	c #Conflicts:     332000 | #Constraints:      22269
11.84/11.98	c #Conflicts:     333000 | #Constraints:      23269
11.84/11.98	c INPROCESSING
11.84/11.98	c GARBAGE COLLECT
11.84/11.98	c rational objective 250.5
12.33/12.42	c #Conflicts:     334000 | #Constraints:       7827
12.33/12.42	c #Conflicts:     335000 | #Constraints:       8827
12.33/12.42	c #Conflicts:     336000 | #Constraints:       9827
12.33/12.42	c #Conflicts:     337000 | #Constraints:      10827
12.33/12.42	c #Conflicts:     338000 | #Constraints:      11827
12.33/12.42	c #Conflicts:     339000 | #Constraints:      12827
12.33/12.42	c #Conflicts:     340000 | #Constraints:      13827
12.33/12.42	c #Conflicts:     341000 | #Constraints:      14827
12.33/12.42	c #Conflicts:     342000 | #Constraints:      15827
12.33/12.42	c #Conflicts:     343000 | #Constraints:      16827
12.33/12.42	c #Conflicts:     344000 | #Constraints:      17827
12.33/12.42	c #Conflicts:     345000 | #Constraints:      18827
12.33/12.42	c INPROCESSING
12.33/12.42	c GARBAGE COLLECT
12.33/12.42	c rational objective 250.5
12.33/12.44	c cpu time 11.2713 s
12.33/12.44	c deterministic time 462252154 4.62e+08
12.33/12.44	c optimization time 3.9e-05 s
12.33/12.44	c total solve time 11.2698 s
12.33/12.44	c core-guided solve time 0 s
12.33/12.44	c propagation time 7.48903 s
12.33/12.44	c conflict analysis time 1.94095 s
12.33/12.44	c propagations 2347108
12.33/12.44	c resolve steps 1063637
12.33/12.44	c decisions 752122
12.33/12.44	c conflicts 345059
12.33/12.44	c restarts 817
12.33/12.44	c inprocessing phases 50
12.33/12.44	c garbage collections 50 ,( 100.00 )
12.33/12.44	c input clauses 58 ,( 10.39 )
12.33/12.44	c input cardinalities 500 ,( 89.61 )
12.33/12.44	c input general constraints 0 ,( 0.00 )
12.33/12.44	c input average constraint length 3.88
12.33/12.44	c input average constraint degree 1.90
12.33/12.44	c learned clauses 326527 ,( 94.57 )
12.33/12.44	c learned cardinalities 1548 ,( 0.45 )
12.33/12.44	c learned general constraints 17205 ,( 4.98 )
12.33/12.44	c learned average constraint length 15.19
12.33/12.44	c learned average constraint degree 2751833.82
12.33/12.44	c watched  CF 32, 64, 128, Arb: 9573 , 0 , 0 , 0
12.33/12.44	c counting CF 32, 64, 128, Arb: 7632 , 0 , 0 , 0
12.33/12.44	c watched   constraints 9573 ,( 55.64 ) 
12.33/12.44	c counting  constraints 7632 ,( 44.36 ) 
12.33/12.44	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 76850936 , 3995757 , 6821512 ,( 5157307 , 1664205 )
12.33/12.44	c gcd simplifications 10896
12.33/12.44	c detected cardinalities 491
12.33/12.44	c weakened non-implied lits 175116
12.33/12.44	c weakened non-implying lits 3019
12.33/12.44	c original variables 519
12.33/12.44	c clausal propagations 782064
12.33/12.44	c cardinality propagations 717798
12.33/12.44	c watched propagations 51196
12.33/12.44	c counting propagations 439553
12.33/12.44	c watch lookups 249299805
12.33/12.44	c watch backjump lookups 0
12.33/12.44	c watch checks 170793658
12.33/12.44	c propagation checks 18318258
12.33/12.44	c constraint additions 17261589
12.33/12.44	c trail pops 3444273
12.33/12.44	c formula constraints 558
12.33/12.44	c learned constraints 345054
12.33/12.44	c bound constraints 0
12.33/12.44	c core-guided constraints 0
12.33/12.44	c encountered formula constraints 79353
12.33/12.44	c encountered learned constraints 1329096
12.33/12.44	c encountered bound constraints 0
12.33/12.44	c encountered core-guided constraints 0
12.33/12.44	c LP total time 1.56038 s
12.33/12.44	c LP solve time 0.9 s
12.33/12.44	c LP constraints added 805
12.33/12.44	c LP constraints removed 239
12.33/12.44	c LP pivots internal 34509
12.33/12.44	c LP pivots root 831
12.33/12.44	c LP calls 2508
12.33/12.44	c LP optimalities 2504
12.33/12.44	c LP no pivot count 168
12.33/12.44	c LP infeasibilities 4
12.33/12.44	c LP valid Farkas constraints 4
12.33/12.44	c LP learned Farkas constraints 4
12.33/12.44	c LP basis resets 0
12.33/12.44	c LP cycling count 0
12.33/12.44	c LP singular count 0
12.33/12.44	c LP no primal count 0
12.33/12.44	c LP no farkas count 0
12.33/12.44	c LP other issue count 0
12.33/12.44	c LP Gomory cuts 218
12.33/12.44	c LP learned cuts 36
12.33/12.44	c LP deleted cuts 247
12.33/12.44	c LP encountered Gomory constraints 0
12.33/12.44	c LP encountered Farkas constraints 238
12.33/12.44	c LP encountered learned Farkas constraints 5
12.33/12.44	c CG auxiliary variables introduced 0
12.33/12.44	c CG solutions found 0
12.33/12.44	c CG cores constructed 0
12.33/12.44	c CG core cardinality constraints returned 0
12.33/12.44	c CG unit cores 0
12.33/12.44	c CG single cores 0
12.33/12.44	c CG blocks removed during cardinality reduction 0
12.33/12.44	c CG first core best 0
12.33/12.44	c CG decision core best 0
12.33/12.44	c CG core reduction tie 0
12.33/12.44	c CG core degree average 0.00
12.33/12.44	c CG core slack average 0.00
12.33/12.44	c CG core upper bound improvements 0
12.33/12.44	c STR number of successful calls 0
12.33/12.44	c STR number of unsuccessful calls 0
12.33/12.44	c STR number of inconclusive calls 0
12.33/12.44	c STR number of successful attempts 0
12.33/12.44	c STR number of unsuccessful attempts 0
12.33/12.44	c STR number of inconclusive attempts 0
12.33/12.44	c STR average degree increase per successful call inf
12.33/12.44	c STR average degree increase per successful attempt inf
12.33/12.44	c STR total number of conflicts for successful attempts 0
12.33/12.44	c STR total number of conflicts for unsuccessful attempts 0
12.33/12.44	c STR total number of conflicts for inconclusive attempts 0
12.33/12.44	c STR average number of conflicts per successful attempt inf
12.33/12.44	c STR average number of conflicts per unsuccessful attempt inf
12.33/12.44	c STR average number of conflicts per inconclusive attempt inf
12.33/12.44	c AVG.sumWPerc 38.49 
12.33/12.44	c bigint constraints 0 
12.33/12.44	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 (62817 MiB free)
  memory of node 1: 64465 MiB (63774 MiB free)
  node distances:
     10  21
     21  10

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

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


[startup+0.100064 s]*
/proc/loadavg: 4.11 4.13 4.07 5/271 24787
/proc/meminfo: memFree=129630592/131250000 swapFree=33010684/33010684
[pid=24784] ppid=24781 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/24784/stat : 24784 (run-dec-break.s) S 24781 24784 23358 0 -1 4194304 235 386 0 0 0 0 0 0 20 0 1 0 35488894 4292608 736 18446744073709551615 94328010469376 94328011363909 140725112892448 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94328011602960 94328011650704 94328026591232 140725112895841 140725112895970 140725112895970 140725112901572 0
/proc/24784/statm: 1048 736 672 219 0 110 0
[pid=24787] ppid=24784 vsize=57796 memory=14352 CPUtime=0.07 cores=1,3
/proc/24787/stat : 24787 (roundingsat) R 24784 24784 23358 0 -1 4194304 1065 0 0 0 6 1 0 0 20 0 1 0 35488896 59183104 3588 18446744073709551615 4227072 8923433 140735026343088 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 17096704 140735026346308 140735026346536 140735026346536 140735026352106 0
/proc/24787/statm: 14449 3588 2368 1147 0 1876 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 61988 KiB
Current children cumulated memory: 17296 KiB

[startup+0.205686 s]*
/proc/loadavg: 4.11 4.13 4.07 5/271 24787
/proc/meminfo: memFree=129630592/131250000 swapFree=33010684/33010684
[pid=24784] ppid=24781 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/24784/stat : 24784 (run-dec-break.s) S 24781 24784 23358 0 -1 4194304 235 386 0 0 0 0 0 0 20 0 1 0 35488894 4292608 736 18446744073709551615 94328010469376 94328011363909 140725112892448 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94328011602960 94328011650704 94328026591232 140725112895841 140725112895970 140725112895970 140725112901572 0
/proc/24784/statm: 1048 736 672 219 0 110 0
[pid=24787] ppid=24784 vsize=58336 memory=14864 CPUtime=0.17 cores=1,3
/proc/24787/stat : 24787 (roundingsat) R 24784 24784 23358 0 -1 4194304 1201 0 0 0 14 3 0 0 20 0 1 0 35488896 59736064 3716 18446744073709551615 4227072 8923433 140735026343088 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 17096704 140735026346308 140735026346536 140735026346536 140735026352106 0
/proc/24787/statm: 14584 3716 2368 1147 0 2011 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 62528 KiB
Current children cumulated memory: 17808 KiB

[startup+0.305791 s]*
/proc/loadavg: 4.11 4.13 4.07 5/271 24787
/proc/meminfo: memFree=129630592/131250000 swapFree=33010684/33010684
[pid=24784] ppid=24781 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/24784/stat : 24784 (run-dec-break.s) S 24781 24784 23358 0 -1 4194304 235 386 0 0 0 0 0 0 20 0 1 0 35488894 4292608 736 18446744073709551615 94328010469376 94328011363909 140725112892448 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94328011602960 94328011650704 94328026591232 140725112895841 140725112895970 140725112895970 140725112901572 0
/proc/24784/statm: 1048 736 672 219 0 110 0
[pid=24787] ppid=24784 vsize=58504 memory=15120 CPUtime=0.27 cores=1,3
/proc/24787/stat : 24787 (roundingsat) R 24784 24784 23358 0 -1 4194304 1254 0 0 0 23 4 0 0 20 0 1 0 35488896 59908096 3780 18446744073709551615 4227072 8923433 140735026343088 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 17096704 140735026346308 140735026346536 140735026346536 140735026352106 0
/proc/24787/statm: 14626 3780 2368 1147 0 2053 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 62696 KiB
Current children cumulated memory: 18064 KiB

[startup+0.700194 s]
/proc/loadavg: 4.11 4.13 4.07 5/271 24787
/proc/meminfo: memFree=129630592/131250000 swapFree=33010684/33010684
[pid=24784] ppid=24781 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/24784/stat : 24784 (run-dec-break.s) S 24781 24784 23358 0 -1 4194304 235 386 0 0 0 0 0 0 20 0 1 0 35488894 4292608 736 18446744073709551615 94328010469376 94328011363909 140725112892448 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94328011602960 94328011650704 94328026591232 140725112895841 140725112895970 140725112895970 140725112901572 0
/proc/24784/statm: 1048 736 672 219 0 110 0
[pid=24787] ppid=24784 vsize=59092 memory=15760 CPUtime=0.67 cores=1,3
/proc/24787/stat : 24787 (roundingsat) R 24784 24784 23358 0 -1 4194304 1405 0 0 0 58 9 0 0 20 0 1 0 35488896 60510208 3940 18446744073709551615 4227072 8923433 140735026343088 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 17096704 140735026346308 140735026346536 140735026346536 140735026352106 0
/proc/24787/statm: 14773 3940 2368 1147 0 2200 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 63284 KiB
Current children cumulated memory: 18704 KiB

[startup+1.5002 s]
/proc/loadavg: 4.11 4.13 4.07 5/271 24787
/proc/meminfo: memFree=129630368/131250000 swapFree=33010684/33010684
[pid=24784] ppid=24781 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/24784/stat : 24784 (run-dec-break.s) S 24781 24784 23358 0 -1 4194304 235 386 0 0 0 0 0 0 20 0 1 0 35488894 4292608 736 18446744073709551615 94328010469376 94328011363909 140725112892448 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94328011602960 94328011650704 94328026591232 140725112895841 140725112895970 140725112895970 140725112901572 0
/proc/24784/statm: 1048 736 672 219 0 110 0
[pid=24787] ppid=24784 vsize=59576 memory=16144 CPUtime=1.47 cores=1,3
/proc/24787/stat : 24787 (roundingsat) R 24784 24784 23358 0 -1 4194304 1510 0 0 0 128 19 0 0 20 0 1 0 35488896 61005824 4036 18446744073709551615 4227072 8923433 140735026343088 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 17096704 140735026346308 140735026346536 140735026346536 140735026352106 0
/proc/24787/statm: 14894 4036 2368 1147 0 2321 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 63768 KiB
Current children cumulated memory: 19088 KiB

[startup+3.10551 s]
/proc/loadavg: 4.10 4.13 4.07 5/271 24787
/proc/meminfo: memFree=129630732/131250000 swapFree=33010684/33010684
[pid=24784] ppid=24781 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/24784/stat : 24784 (run-dec-break.s) S 24781 24784 23358 0 -1 4194304 235 386 0 0 0 0 0 0 20 0 1 0 35488894 4292608 736 18446744073709551615 94328010469376 94328011363909 140725112892448 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94328011602960 94328011650704 94328026591232 140725112895841 140725112895970 140725112895970 140725112901572 0
/proc/24784/statm: 1048 736 672 219 0 110 0
[pid=24787] ppid=24784 vsize=60484 memory=16912 CPUtime=3.07 cores=1,3
/proc/24787/stat : 24787 (roundingsat) R 24784 24784 23358 0 -1 4194304 1713 0 0 0 271 36 0 0 20 0 1 0 35488896 61935616 4228 18446744073709551615 4227072 8923433 140735026343088 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 17096704 140735026346308 140735026346536 140735026346536 140735026352106 0
/proc/24787/statm: 15121 4228 2368 1147 0 2548 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 64676 KiB
Current children cumulated memory: 19856 KiB

[startup+6.30016 s]
/proc/loadavg: 4.10 4.13 4.07 5/271 24787
/proc/meminfo: memFree=129631080/131250000 swapFree=33010684/33010684
[pid=24784] ppid=24781 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/24784/stat : 24784 (run-dec-break.s) S 24781 24784 23358 0 -1 4194304 235 386 0 0 0 0 0 0 20 0 1 0 35488894 4292608 736 18446744073709551615 94328010469376 94328011363909 140725112892448 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94328011602960 94328011650704 94328026591232 140725112895841 140725112895970 140725112895970 140725112901572 0
/proc/24784/statm: 1048 736 672 219 0 110 0
[pid=24787] ppid=24784 vsize=61836 memory=18448 CPUtime=6.25 cores=1,3
/proc/24787/stat : 24787 (roundingsat) R 24784 24784 23358 0 -1 4194304 2080 0 0 0 559 66 0 0 20 0 1 0 35488896 63320064 4612 18446744073709551615 4227072 8923433 140735026343088 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 17096704 140735026346308 140735026346536 140735026346536 140735026352106 0
/proc/24787/statm: 15459 4612 2368 1147 0 2886 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 66028 KiB
Current children cumulated memory: 21392 KiB

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

# cumulated CPU time of all completed processes:  user=11.2795 s, system=1.12418 s

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

[startup+6.40019 s]
/proc/loadavg: 4.10 4.13 4.07 5/271 24787
/proc/meminfo: memFree=129631080/131250000 swapFree=33010684/33010684
[pid=24784] ppid=24781 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/24784/stat : 24784 (run-dec-break.s) S 24781 24784 23358 0 -1 4194304 235 386 0 0 0 0 0 0 20 0 1 0 35488894 4292608 736 18446744073709551615 94328010469376 94328011363909 140725112892448 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94328011602960 94328011650704 94328026591232 140725112895841 140725112895970 140725112895970 140725112901572 0
/proc/24784/statm: 1048 736 672 219 0 110 0
[pid=24787] ppid=24784 vsize=61836 memory=18448 CPUtime=6.35 cores=1,3
/proc/24787/stat : 24787 (roundingsat) R 24784 24784 23358 0 -1 4194304 2080 0 0 0 568 67 0 0 20 0 1 0 35488896 63320064 4612 18446744073709551615 4227072 8923433 140735026343088 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 17096704 140735026346308 140735026346536 140735026346536 140735026352106 0
/proc/24787/statm: 15459 4612 2368 1147 0 2886 0
Current children cumulated CPU time: 6.35 s
Current children cumulated vsize: 66028 KiB
Current children cumulated memory: 21392 KiB

[startup+9.60014 s]
/proc/loadavg: 4.09 4.12 4.07 5/271 24787
/proc/meminfo: memFree=129631080/131250000 swapFree=33010684/33010684
[pid=24784] ppid=24781 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/24784/stat : 24784 (run-dec-break.s) S 24781 24784 23358 0 -1 4194304 235 386 0 0 0 0 0 0 20 0 1 0 35488894 4292608 736 18446744073709551615 94328010469376 94328011363909 140725112892448 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94328011602960 94328011650704 94328026591232 140725112895841 140725112895970 140725112895970 140725112901572 0
/proc/24784/statm: 1048 736 672 219 0 110 0
[pid=24787] ppid=24784 vsize=63324 memory=19816 CPUtime=9.55 cores=1,3
/proc/24787/stat : 24787 (roundingsat) R 24784 24784 23358 0 -1 4194304 2551 0 0 0 863 92 0 0 20 0 1 0 35488896 64843776 4954 18446744073709551615 4227072 8923433 140735026343088 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 17096704 140735026346308 140735026346536 140735026346536 140735026352106 0
/proc/24787/statm: 15831 4954 2368 1147 0 3258 0
Current children cumulated CPU time: 9.55 s
Current children cumulated vsize: 67516 KiB
Current children cumulated memory: 22760 KiB

[startup+11.2002 s]
/proc/loadavg: 4.09 4.12 4.07 5/271 24788
/proc/meminfo: memFree=129631356/131250000 swapFree=33010684/33010684
[pid=24784] ppid=24781 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/24784/stat : 24784 (run-dec-break.s) S 24781 24784 23358 0 -1 4194304 235 386 0 0 0 0 0 0 20 0 1 0 35488894 4292608 736 18446744073709551615 94328010469376 94328011363909 140725112892448 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94328011602960 94328011650704 94328026591232 140725112895841 140725112895970 140725112895970 140725112901572 0
/proc/24784/statm: 1048 736 672 219 0 110 0
[pid=24787] ppid=24784 vsize=63496 memory=20092 CPUtime=11.14 cores=1,3
/proc/24787/stat : 24787 (roundingsat) R 24784 24784 23358 0 -1 4194304 2949 0 0 0 1011 103 0 0 20 0 1 0 35488896 65019904 5023 18446744073709551615 4227072 8923433 140735026343088 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 17096704 140735026346308 140735026346536 140735026346536 140735026352106 0
/proc/24787/statm: 15874 5023 2368 1147 0 3301 0
Current children cumulated CPU time: 11.14 s
Current children cumulated vsize: 67688 KiB
Current children cumulated memory: 23036 KiB

[startup+12.0002 s]*
/proc/loadavg: 4.09 4.12 4.07 5/271 24788
/proc/meminfo: memFree=129631356/131250000 swapFree=33010684/33010684
[pid=24784] ppid=24781 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/24784/stat : 24784 (run-dec-break.s) S 24781 24784 23358 0 -1 4194304 235 386 0 0 0 0 0 0 20 0 1 0 35488894 4292608 736 18446744073709551615 94328010469376 94328011363909 140725112892448 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94328011602960 94328011650704 94328026591232 140725112895841 140725112895970 140725112895970 140725112901572 0
/proc/24784/statm: 1048 736 672 219 0 110 0
[pid=24787] ppid=24784 vsize=64000 memory=20288 CPUtime=11.94 cores=1,3
/proc/24787/stat : 24787 (roundingsat) R 24784 24784 23358 0 -1 4194304 3119 0 0 0 1086 108 0 0 20 0 1 0 35488896 65536000 5072 18446744073709551615 4227072 8923433 140735026343088 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 17096704 140735026346308 140735026346536 140735026346536 140735026352106 0
/proc/24787/statm: 16000 5072 2368 1147 0 3427 0
Current children cumulated CPU time: 11.94 s
Current children cumulated vsize: 68192 KiB
Current children cumulated memory: 23232 KiB

[startup+12.4002 s]
/proc/loadavg: 4.09 4.12 4.07 5/271 24788
/proc/meminfo: memFree=129631356/131250000 swapFree=33010684/33010684
[pid=24784] ppid=24781 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/24784/stat : 24784 (run-dec-break.s) S 24781 24784 23358 0 -1 4194304 235 386 0 0 0 0 0 0 20 0 1 0 35488894 4292608 736 18446744073709551615 94328010469376 94328011363909 140725112892448 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94328011602960 94328011650704 94328026591232 140725112895841 140725112895970 140725112895970 140725112901572 0
/proc/24784/statm: 1048 736 672 219 0 110 0
[pid=24787] ppid=24784 vsize=64000 memory=20288 CPUtime=12.33 cores=1,3
/proc/24787/stat : 24787 (roundingsat) R 24784 24784 23358 0 -1 4194304 3119 0 0 0 1122 111 0 0 20 0 1 0 35488896 65536000 5072 18446744073709551615 4227072 8923433 140735026343088 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 17096704 140735026346308 140735026346536 140735026346536 140735026352106 0
/proc/24787/statm: 16000 5072 2368 1147 0 3427 0
Current children cumulated CPU time: 12.33 s
Current children cumulated vsize: 68192 KiB
Current children cumulated memory: 23232 KiB

Child status: 0

Real time (s): 12.4468
CPU time (s): 12.4036
CPU user time (s): 11.2795
CPU system time (s): 1.12418
CPU usage (%): 99.6533
Max. virtual memory (cumulated for all children) (KiB): 68192
Max. memory (cumulated for all children) (KiB): 23232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.2795
system time used= 1.12418
maximum resident set size= 20476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3779
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 208
involuntary context switches= 31


# summary of solver processes directly reported to runsolver:
#   pid: 24784
#   total CPU time (s): 12.4036
#   total CPU user time (s): 11.2795
#   total CPU system time (s): 1.12418

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038389 second user time and 0.085563 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 13:55:14
IDJOB=4511196
IDBENCH=160432
IDSOLVER=3357
FILE ID=nodeC019/4511196-1751198114
RUNJOBID= nodeC019-1751196526-23370
SLURM_JOB_ID= 9587609
Free space on /tmp= 433040 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x50split.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4511196-1751198114/watcher-4511196-1751198114 -o /tmp/evaluation-result-4511196-1751198114/solver-4511196-1751198114 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751196526-23370 --watchdog 3760  run-dec-break.sh HOME/instance-4511196-1751198114.opb

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

MD5SUM BENCH= 6aa2e19502a8f75e99296617bfe7afcb
RANDOM SEED=1647977183

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		: 3599.683
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.673
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		: 3602.456
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		: 3604.473
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.658
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.692
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		: 3599.253
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		: 3599.767
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:        129630016 kB
MemAvailable:   129466140 kB
Buffers:            3280 kB
Cached:           645848 kB
SwapCached:            0 kB
Active:           642796 kB
Inactive:         389100 kB
Active(anon):     400832 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   389100 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7168 kB
Writeback:             0 kB
AnonPages:        382408 kB
Mapped:           112888 kB
Shmem:             18064 kB
KReclaimable:      88600 kB
Slab:             173740 kB
SReclaimable:      88600 kB
SUnreclaim:        85140 kB
KernelStack:        4400 kB
PageTables:         3908 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     736224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    299008 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:55:26