Trace number 4487717

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 NameAnswerobjective functionCPU timeWall clock time
roundingsat+pbsuma-opt-log 63f22adOPT cert.4517 34.5829 35.1284

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-9symml.opb
MD5SUM30811ed4729c90bd058f0c8aab264377
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4517
Best CPU time to get the best result obtained on this benchmark0.125111
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables651
Total number of constraints1658
Number of constraints which are clauses1656
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint1
Maximum length of a constraint42
Number of terms in the objective function 651
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 28138
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 28138
Number of bits of the biggest sum of numbers15
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-4487717-1751329044.opb'
0.00/0.01	c 	read 0.07MB  (1.10ms)
0.00/0.01	c	 [cnf: #variables 651 #clauses 1659 #duplicates 0 #arr 7480]
0.00/0.01	c output proof to 'PROOFDIR/proof-4487717-1751329044'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 0] (1.25ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 (0.14ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 4896 #edges 20132]
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] (0.34ms)
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 0 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4487717-1751329044.opb.pre'
0.00/0.02	c 	wrote 0.07MB (0.22ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   1.25ms 34.17% approx_orbits
0.00/0.02	c                   1.10ms 29.93% parse
0.00/0.02	c                   0.60ms 16.45% other
0.00/0.02	c                   0.34ms  9.22% detect_generic
0.00/0.02	c                   0.22ms  6.01% output
0.00/0.02	c                   0.14ms  3.69% detect_special
0.00/0.02	c                   0.02ms  0.53% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   3.66ms   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.04	c #variables 651 #constraints 1593
0.00/0.04	c objective is ce32 
0.00/0.04	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.04	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.04	c bounds - >= 0 @ 0.008942
0.00/0.05	c rational objective 4444.58
0.00/0.08	c bounds 5266 >= 0 @ 0.047045
0.37/0.44	c #Conflicts:       1000 | #Constraints:       2631
0.37/0.44	c bounds 5263 >= 0 @ 0.386464
0.37/0.48	c bounds 5254 >= 0 @ 0.419887
0.47/0.53	c bounds 5229 >= 0 @ 0.469734
0.56/0.60	c bounds 5213 >= 0 @ 0.538227
0.56/0.65	c bounds 5171 >= 0 @ 0.587685
0.66/0.73	c bounds 5165 >= 0 @ 0.655736
0.66/0.76	c #Conflicts:       2000 | #Constraints:       3694
0.66/0.76	c INPROCESSING
0.66/0.76	c GARBAGE COLLECT
0.66/0.76	c rational objective 4451.33
0.76/0.86	c bounds 5156 >= 0 @ 0.780243
1.45/1.52	c #Conflicts:       3000 | #Constraints:       3616
1.45/1.52	c #Conflicts:       4000 | #Constraints:       4640
1.45/1.52	c INPROCESSING
1.45/1.52	c GARBAGE COLLECT
1.45/1.52	c rational objective 4471.55
1.65/1.79	c bounds 5131 >= 0 @ 1.66839
1.75/1.86	c bounds 5106 >= 0 @ 1.73165
1.86/1.99	c #Conflicts:       5000 | #Constraints:       4051
1.86/1.99	c bounds 5081 >= 0 @ 1.85918
2.06/2.19	c bounds 5080 >= 0 @ 2.05667
2.15/2.20	c bounds 5080 >= 595 @ 2.06324
2.25/2.30	c bounds 5080 >= 670 @ 2.15523
2.25/2.30	c bounds 5064 >= 670 @ 2.15775
2.25/2.30	c bounds 5030 >= 670 @ 2.15998
2.25/2.33	c #Conflicts:       6000 | #Constraints:       5119
2.25/2.33	c bounds 5014 >= 670 @ 2.19079
2.25/2.37	c bounds 4993 >= 670 @ 2.22183
2.36/2.41	c bounds 4970 >= 670 @ 2.2595
2.45/2.56	c INPROCESSING
2.45/2.56	c GARBAGE COLLECT
2.45/2.56	c rational objective 4487.27
2.55/2.65	c bounds 4968 >= 670 @ 2.49372
2.65/2.70	c bounds 4958 >= 670 @ 2.54364
2.65/2.71	c bounds 4942 >= 670 @ 2.5452
2.65/2.71	c bounds 4926 >= 670 @ 2.54667
2.65/2.77	c #Conflicts:       7000 | #Constraints:       4021
2.65/2.77	c bounds 4922 >= 670 @ 2.60058
2.75/2.80	c bounds 4899 >= 670 @ 2.63259
2.75/2.83	c bounds 4890 >= 670 @ 2.65247
2.75/2.86	c bounds 4888 >= 670 @ 2.68201
2.85/2.91	c bounds 4887 >= 670 @ 2.72821
2.95/3.01	c bounds 4887 >= 745 @ 2.82481
3.05/3.16	c #Conflicts:       8000 | #Constraints:       5069
3.05/3.16	c bounds 4872 >= 745 @ 2.96513
3.45/3.55	c #Conflicts:       9000 | #Constraints:       6074
3.45/3.55	c INPROCESSING
3.45/3.55	c GARBAGE COLLECT
3.45/3.55	c rational objective 4494.5
3.65/3.78	c bounds 4840 >= 745 @ 3.57519
3.85/3.92	c bounds 4831 >= 745 @ 3.71414
3.85/3.94	c #Conflicts:      10000 | #Constraints:       4737
3.85/3.94	c bounds 4815 >= 745 @ 3.73488
3.85/3.96	c bounds 4790 >= 745 @ 3.75087
3.95/4.05	c bounds 4748 >= 745 @ 3.83872
4.25/4.30	c bounds 4733 >= 745 @ 4.08008
4.34/4.45	c #Conflicts:      11000 | #Constraints:       5799
4.34/4.45	c bounds 4726 >= 745 @ 4.21973
4.45/4.55	c bounds 4705 >= 745 @ 4.31439
4.45/4.58	c bounds 4705 >= 794 @ 4.34089
4.64/4.78	c #Conflicts:      12000 | #Constraints:       6828
4.64/4.78	c INPROCESSING
4.64/4.78	c GARBAGE COLLECT
4.64/4.78	c rational objective 4495.17
5.84/5.91	c #Conflicts:      13000 | #Constraints:       5199
5.84/5.91	c #Conflicts:      14000 | #Constraints:       6217
5.84/5.91	c #Conflicts:      15000 | #Constraints:       7242
5.84/5.91	c INPROCESSING
5.84/5.91	c GARBAGE COLLECT
5.84/5.91	c rational objective 4495.42
5.84/5.96	c bounds 4663 >= 794 @ 5.67064
5.84/5.98	c bounds 4631 >= 794 @ 5.69626
6.04/6.14	c bounds 4599 >= 794 @ 5.84222
6.44/6.58	c #Conflicts:      16000 | #Constraints:       5466
6.44/6.58	c bounds 4591 >= 794 @ 6.26786
6.94/7.05	c #Conflicts:      17000 | #Constraints:       6500
6.94/7.05	c bounds 4584 >= 794 @ 6.7119
6.94/7.05	c bounds 4584 >= 836 @ 6.71234
6.94/7.05	c bounds 4584 >= 878 @ 6.7127
6.94/7.05	c bounds 4584 >= 920 @ 6.71306
6.94/7.05	c bounds 4584 >= 962 @ 6.71342
6.94/7.05	c bounds 4584 >= 1004 @ 6.7138
6.94/7.05	c bounds 4584 >= 1046 @ 6.71423
6.94/7.05	c bounds 4584 >= 1088 @ 6.71477
6.94/7.05	c bounds 4584 >= 1130 @ 6.71526
6.94/7.05	c bounds 4584 >= 1172 @ 6.71584
6.94/7.06	c bounds 4584 >= 1214 @ 6.71645
6.94/7.06	c bounds 4584 >= 1256 @ 6.71707
6.94/7.06	c bounds 4584 >= 1298 @ 6.71766
6.94/7.06	c bounds 4584 >= 1340 @ 6.71826
6.94/7.06	c bounds 4584 >= 1382 @ 6.71893
6.94/7.06	c bounds 4584 >= 1424 @ 6.71986
6.94/7.06	c bounds 4584 >= 1466 @ 6.72095
7.05/7.19	c #Conflicts:      18000 | #Constraints:       7594
7.05/7.19	c bounds 4584 >= 1508 @ 6.84828
7.14/7.27	c INPROCESSING
7.14/7.27	c GARBAGE COLLECT
7.14/7.27	c rational objective 4495.42
7.34/7.41	c bounds 4584 >= 1550 @ 7.06329
8.04/8.12	c #Conflicts:      19000 | #Constraints:       5522
8.04/8.12	c #Conflicts:      20000 | #Constraints:       6565
8.04/8.12	c bounds 4571 >= 1550 @ 7.74445
8.63/8.72	c #Conflicts:      21000 | #Constraints:       7577
8.63/8.72	c bounds 4571 >= 1592 @ 8.32772
8.73/8.84	c INPROCESSING
8.73/8.84	c GARBAGE COLLECT
8.73/8.84	c rational objective 4501.94
8.94/9.09	c bounds 4567 >= 1592 @ 8.69423
9.43/9.54	c #Conflicts:      22000 | #Constraints:       5308
9.43/9.54	c bounds 4561 >= 1592 @ 9.12729
9.94/10.07	c #Conflicts:      23000 | #Constraints:       6344
9.94/10.07	c #Conflicts:      24000 | #Constraints:       7353
9.94/10.07	c bounds 4560 >= 1592 @ 9.64701
10.13/10.29	c bounds 4551 >= 1592 @ 9.85357
10.53/10.61	c #Conflicts:      25000 | #Constraints:       8376
10.53/10.61	c INPROCESSING
10.53/10.61	c GARBAGE COLLECT
10.53/10.61	c rational objective 4505.67
10.82/10.92	c bounds 4551 >= 1634 @ 10.461
10.82/10.92	c bounds 4543 >= 1634 @ 10.4653
11.62/11.73	c #Conflicts:      26000 | #Constraints:       5922
11.62/11.73	c #Conflicts:      27000 | #Constraints:       7231
11.62/11.73	c bounds 4536 >= 1634 @ 11.2503
13.02/13.14	c #Conflicts:      28000 | #Constraints:       8407
13.02/13.14	c #Conflicts:      29000 | #Constraints:       9565
13.02/13.14	c INPROCESSING
13.02/13.14	c GARBAGE COLLECT
13.02/13.14	c rational objective 4515.5
15.81/15.98	c #Conflicts:      30000 | #Constraints:       7005
15.81/15.98	c #Conflicts:      31000 | #Constraints:       8443
15.81/15.98	c #Conflicts:      32000 | #Constraints:       9855
15.81/15.98	c #Conflicts:      33000 | #Constraints:      11309
15.81/15.98	c INPROCESSING
15.81/15.98	c GARBAGE COLLECT
15.81/15.98	c rational objective 4520
16.92/17.09	c bounds 4536 >= 1669 @ 16.4527
19.30/19.42	c #Conflicts:      34000 | #Constraints:       7708
19.30/19.42	c #Conflicts:      35000 | #Constraints:       9126
19.30/19.42	c #Conflicts:      36000 | #Constraints:      10619
19.30/19.42	c #Conflicts:      37000 | #Constraints:      12081
19.30/19.42	c INPROCESSING
19.30/19.42	c GARBAGE COLLECT
19.30/19.42	c rational objective 4520.04
22.89/23.06	c #Conflicts:      38000 | #Constraints:       8163
22.89/23.06	c #Conflicts:      39000 | #Constraints:       9598
22.89/23.06	c #Conflicts:      40000 | #Constraints:      10908
22.89/23.06	c #Conflicts:      41000 | #Constraints:      12088
22.89/23.06	c INPROCESSING
22.89/23.06	c GARBAGE COLLECT
22.89/23.06	c rational objective 4523
23.09/23.20	c bounds 4523 >= 1669 @ 22.3744
23.09/23.26	c bounds 4523 >= 1703 @ 22.4258
23.09/23.26	c bounds 4523 >= 1737 @ 22.4265
23.09/23.26	c bounds 4523 >= 1771 @ 22.4273
23.09/23.26	c bounds 4523 >= 1805 @ 22.4283
23.09/23.27	c bounds 4523 >= 1839 @ 22.4402
23.09/23.29	c bounds 4523 >= 1873 @ 22.4615
23.19/23.34	c bounds 4523 >= 1907 @ 22.5026
23.39/23.53	c #Conflicts:      42000 | #Constraints:       7686
23.39/23.53	c bounds 4523 >= 1941 @ 22.6926
24.09/24.20	c #Conflicts:      43000 | #Constraints:       8711
24.09/24.20	c bounds 4523 >= 1975 @ 23.3348
32.96/33.18	c #Conflicts:      44000 | #Constraints:       9733
32.96/33.18	c #Conflicts:      45000 | #Constraints:      11166
32.96/33.18	c #Conflicts:      46000 | #Constraints:      12617
32.96/33.18	c INPROCESSING
32.96/33.18	c GARBAGE COLLECT
32.96/33.18	c #Conflicts:      47000 | #Constraints:       8157
32.96/33.18	c #Conflicts:      48000 | #Constraints:       9249
32.96/33.18	c #Conflicts:      49000 | #Constraints:      10274
32.96/33.18	c #Conflicts:      50000 | #Constraints:      11295
32.96/33.18	c #Conflicts:      51000 | #Constraints:      12299
32.96/33.18	c INPROCESSING
32.96/33.18	c GARBAGE COLLECT
32.96/33.18	c #Conflicts:      52000 | #Constraints:       8116
32.96/33.18	c #Conflicts:      53000 | #Constraints:       9532
32.96/33.18	c #Conflicts:      54000 | #Constraints:      10906
32.96/33.18	c #Conflicts:      55000 | #Constraints:      12243
32.96/33.18	c #Conflicts:      56000 | #Constraints:      13267
32.96/33.18	c INPROCESSING
32.96/33.18	c GARBAGE COLLECT
32.96/33.18	c rational objective 4503.49
33.25/33.44	c bounds 4523 >= 2009 @ 32.2644
33.36/33.50	c bounds 4523 >= 2043 @ 32.3279
33.36/33.59	c bounds 4523 >= 2077 @ 32.4087
33.56/33.71	c #Conflicts:      57000 | #Constraints:       8498
33.56/33.71	c bounds 4523 >= 2161 @ 32.5282
33.75/33.94	c bounds 4523 >= 2195 @ 32.7524
33.86/34.01	c bounds 4517 >= 2195 @ 32.8161
34.45/34.60	c #Conflicts:      58000 | #Constraints:       9548
34.45/34.60	c bounds 4517 >= 4517 @ 33.374
34.45/34.60	c cpu time 33.374 s
34.45/34.60	c deterministic time 1273894911 1.27e+09
34.45/34.60	c optimization time 0.016984 s
34.45/34.60	c total solve time 33.3481 s
34.45/34.60	c core-guided solve time 14.3564 s
34.45/34.60	c propagation time 17.5807 s
34.45/34.60	c conflict analysis time 12.4584 s
34.45/34.60	c propagations 6712498
34.45/34.60	c resolve steps 429701
34.45/34.60	c decisions 230594
34.45/34.60	c conflicts 58963
34.45/34.60	c restarts 187
34.45/34.60	c inprocessing phases 16
34.45/34.60	c garbage collections 16 ,( 100.00 )
34.45/34.60	c input clauses 1657 ,( 86.39 )
34.45/34.60	c input cardinalities 98 ,( 5.11 )
34.45/34.60	c input general constraints 163 ,( 8.50 )
34.45/34.60	c input average constraint length 34.34
34.45/34.60	c input average constraint degree 609.31
34.45/34.60	c learned clauses 23779 ,( 35.01 )
34.45/34.60	c learned cardinalities 69 ,( 0.10 )
34.45/34.60	c learned general constraints 44076 ,( 64.89 )
34.45/34.60	c learned average constraint length 173.13
34.45/34.60	c learned average constraint degree 4630831226.24
34.45/34.60	c watched  CF 32, 64, 128, Arb: 10061 , 0 , 0 , 0
34.45/34.60	c counting CF 32, 64, 128, Arb: 34179 , 0 , 0 , 0
34.45/34.60	c watched   constraints 10061 ,( 22.74 ) 
34.45/34.60	c counting  constraints 34178 ,( 77.26 ) 
34.45/34.60	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 3489460 , 222975 , 54113649 ,( 1656017 , 52457632 )
34.45/34.60	c gcd simplifications 6635
34.45/34.60	c detected cardinalities 21
34.45/34.60	c weakened non-implied lits 12923166
34.45/34.60	c weakened non-implying lits 33588
34.45/34.60	c original variables 651
34.45/34.60	c clausal propagations 1460293
34.45/34.60	c cardinality propagations 113653
34.45/34.60	c watched propagations 8029
34.45/34.60	c counting propagations 4765152
34.45/34.60	c watch lookups 682121284
34.45/34.60	c watch backjump lookups 0
34.45/34.60	c watch checks 68664829
34.45/34.60	c propagation checks 453113913
34.45/34.60	c constraint additions 55981580
34.45/34.60	c trail pops 7000703
34.45/34.60	c formula constraints 1593
34.45/34.60	c learned constraints 58117
34.45/34.60	c bound constraints 88
34.45/34.60	c core-guided constraints 237
34.45/34.60	c encountered formula constraints 246488
34.45/34.60	c encountered learned constraints 148502
34.45/34.60	c encountered bound constraints 1416
34.45/34.60	c encountered core-guided constraints 15496
34.45/34.60	c LP total time 7.76462 s
34.45/34.60	c LP solve time 4.65 s
34.45/34.60	c LP constraints added 1642
34.45/34.60	c LP constraints removed 28
34.45/34.60	c LP pivots internal 59050
34.45/34.60	c LP pivots root 10459
34.45/34.60	c LP calls 9023
34.45/34.60	c LP optimalities 87
34.45/34.60	c LP no pivot count 4
34.45/34.60	c LP infeasibilities 8931
34.45/34.60	c LP valid Farkas constraints 8928
34.45/34.60	c LP learned Farkas constraints 858
34.45/34.60	c LP basis resets 6
34.45/34.60	c LP cycling count 1
34.45/34.60	c LP singular count 3
34.45/34.60	c LP no primal count 0
34.45/34.60	c LP no farkas count 2
34.45/34.60	c LP other issue count 0
34.45/34.60	c LP Gomory cuts 21
34.45/34.60	c LP learned cuts 28
34.45/34.60	c LP deleted cuts 28
34.45/34.60	c LP encountered Gomory constraints 491
34.45/34.60	c LP encountered Farkas constraints 72977
34.45/34.60	c LP encountered learned Farkas constraints 2436
34.45/34.60	c CG auxiliary variables introduced 92
34.45/34.60	c CG solutions found 49
34.45/34.60	c CG cores constructed 39
34.45/34.60	c CG core cardinality constraints returned 0
34.45/34.60	c CG unit cores 0
34.45/34.60	c CG single cores 39
34.45/34.60	c CG blocks removed during cardinality reduction 0
34.45/34.60	c CG first core best 0
34.45/34.60	c CG decision core best 0
34.45/34.60	c CG core reduction tie 0
34.45/34.60	c CG core degree average 1.00
34.45/34.60	c CG core slack average 13.85
34.45/34.60	c CG core upper bound improvements 2
34.45/34.60	c STR number of successful calls 0
34.45/34.60	c STR number of unsuccessful calls 0
34.45/34.60	c STR number of inconclusive calls 0
34.45/34.60	c STR number of successful attempts 0
34.45/34.60	c STR number of unsuccessful attempts 0
34.45/34.60	c STR number of inconclusive attempts 0
34.45/34.60	c STR average degree increase per successful call inf
34.45/34.60	c STR average degree increase per successful attempt inf
34.45/34.60	c STR total number of conflicts for successful attempts 0
34.45/34.60	c STR total number of conflicts for unsuccessful attempts 0
34.45/34.60	c STR total number of conflicts for inconclusive attempts 0
34.45/34.60	c STR average number of conflicts per successful attempt inf
34.45/34.60	c STR average number of conflicts per unsuccessful attempt inf
34.45/34.60	c STR average number of conflicts per inconclusive attempt inf
34.45/34.60	c AVG.sumWPerc 65.71 
34.45/34.60	c bigint constraints 0 
34.45/34.60	o 4517
34.45/34.60	s OPTIMUM FOUND
34.56/35.12	v -x1 -x2 -x3 -x4 -x5 -x6 x7 x8 -x9 x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 x31 x32 x33 -x34 x35 -x36 -x37 -x38 x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 x140 x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 x164 -x165 x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 x175 -x176 -x177 x178 x179 -x180 x181 -x182 x183 x184 x185 x186 x187 x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 -x230 -x231 -x232 -x233 -x234 x235 -x236 -x237 -x238 -x239 x240 x241 -x242 -x243 -x244 -x245 -x246 x247 x248 -x249 -x250 x251 x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 x267 -x268 -x269 -x270 -x271 x272 x273 -x274 -x275 -x276 -x277 -x278 -x279 x280 -x281 -x282 -x283 x284 x285 x286 x287 -x288 -x289 x290 -x291 -x292 -x293 -x294 -x295 x296 x297 x298 x299 -x300 -x301 -x302 x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 x320 -x321 -x322 x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 x365 -x366 -x367 x368 -x369 x370 -x371 -x372 -x373 x374 -x375 x376 x377 x378 x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 x430 -x431 x432 -x433 -x434 -x435 -x436 x437 -x438 -x439 -x440 -x441 x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 x452 -x453 -x454 -x455 -x456 x457 x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 x484 -x485 x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 x495 x496 -x497 x498 -x499 -x500 -x501 -x502 -x503 -x504 x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 x552 -x553 -x554 -x555 -x556 -x557 -x558 x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 x617 x618 -x619 x620 -x621 -x622 -x623 -x624 -x625 -x626 x627 -x628 -x629 -x630 -x631 x632 x633 -x634 -x635 x636 x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 x645 x646 x647 -x648 -x649 x650 -x651

Verifier Data

OK	4517

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 16:36:56 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 4517 <= obj <= 4517
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 4517 <= obj <= 4517
--summary--
ALL OK

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4487717-1751329044/watcher-4487717-1751329044 -o /tmp/evaluation-result-4487717-1751329044/solver-4487717-1751329044 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751325414-45400 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4487717-1751329044.opb PROOFDIR/proof-4487717-1751329044 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=46662, runsolver pid=46659

[startup+0.100059 s]*
/proc/loadavg: 4.07 4.14 4.09 4/264 46672
/proc/meminfo: memFree=129573492/131249988 swapFree=33010684/33010684
[pid=46662] ppid=46659 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/46662/stat : 46662 (run-opt-break-l) S 46659 46662 45382 0 -1 4194304 239 615 0 0 0 0 0 0 20 0 1 0 48582996 4292608 768 18446744073709551615 94404519784448 94404520678981 140729952485104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94404520918032 94404520965776 94404541194240 140729952487701 140729952487902 140729952487902 140729952493504 0
/proc/46662/statm: 1048 768 704 219 0 110 0
[pid=46665] ppid=46662 vsize=59192 memory=15744 CPUtime=0.07 cores=5,7
/proc/46665/stat : 46665 (roundingsat) R 46662 46662 45382 0 -1 4194304 1576 0 0 0 6 1 0 0 20 0 1 0 48582998 60612608 3936 18446744073709551615 4227072 8923433 140733043003520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 21909504 140733043009812 140733043010088 140733043010088 140733043015658 0
/proc/46665/statm: 14798 3936 2336 1147 0 2225 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 63384 KiB
Current children cumulated memory: 18816 KiB

[startup+0.205399 s]*
/proc/loadavg: 4.07 4.14 4.09 5/264 46678
/proc/meminfo: memFree=129568424/131249988 swapFree=33010684/33010684
[pid=46662] ppid=46659 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/46662/stat : 46662 (run-opt-break-l) S 46659 46662 45382 0 -1 4194304 239 615 0 0 0 0 0 0 20 0 1 0 48582996 4292608 768 18446744073709551615 94404519784448 94404520678981 140729952485104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94404520918032 94404520965776 94404541194240 140729952487701 140729952487902 140729952487902 140729952493504 0
/proc/46662/statm: 1048 768 704 219 0 110 0
[pid=46665] ppid=46662 vsize=60804 memory=17280 CPUtime=0.17 cores=5,7
/proc/46665/stat : 46665 (roundingsat) R 46662 46662 45382 0 -1 4194304 1948 0 0 0 16 1 0 0 20 0 1 0 48582998 62263296 4320 18446744073709551615 4227072 8923433 140733043003520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 21909504 140733043009812 140733043010088 140733043010088 140733043015658 0
/proc/46665/statm: 15201 4320 2336 1147 0 2628 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 64996 KiB
Current children cumulated memory: 20352 KiB

[startup+0.305353 s]*
/proc/loadavg: 4.07 4.14 4.09 4/263 46683
/proc/meminfo: memFree=129554120/131249988 swapFree=33010684/33010684
[pid=46662] ppid=46659 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/46662/stat : 46662 (run-opt-break-l) S 46659 46662 45382 0 -1 4194304 239 615 0 0 0 0 0 0 20 0 1 0 48582996 4292608 768 18446744073709551615 94404519784448 94404520678981 140729952485104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94404520918032 94404520965776 94404541194240 140729952487701 140729952487902 140729952487902 140729952493504 0
/proc/46662/statm: 1048 768 704 219 0 110 0
[pid=46665] ppid=46662 vsize=61928 memory=18432 CPUtime=0.27 cores=5,7
/proc/46665/stat : 46665 (roundingsat) R 46662 46662 45382 0 -1 4194304 2234 0 0 0 25 2 0 0 20 0 1 0 48582998 63414272 4608 18446744073709551615 4227072 8923433 140733043003520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 21909504 140733043009812 140733043010088 140733043010088 140733043015658 0
/proc/46665/statm: 15482 4608 2336 1147 0 2909 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 66120 KiB
Current children cumulated memory: 21504 KiB

[startup+0.700149 s]
/proc/loadavg: 4.07 4.14 4.09 5/269 46698
/proc/meminfo: memFree=129534068/131249988 swapFree=33010684/33010684
[pid=46662] ppid=46659 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/46662/stat : 46662 (run-opt-break-l) S 46659 46662 45382 0 -1 4194304 239 615 0 0 0 0 0 0 20 0 1 0 48582996 4292608 768 18446744073709551615 94404519784448 94404520678981 140729952485104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94404520918032 94404520965776 94404541194240 140729952487701 140729952487902 140729952487902 140729952493504 0
/proc/46662/statm: 1048 768 704 219 0 110 0
[pid=46665] ppid=46662 vsize=66232 memory=24624 CPUtime=0.66 cores=5,7
/proc/46665/stat : 46665 (roundingsat) R 46662 46662 45382 0 -1 4194304 3291 0 0 0 63 3 0 0 20 0 1 0 48582998 67821568 6156 18446744073709551615 4227072 8923433 140733043003520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 21909504 140733043009812 140733043010088 140733043010088 140733043015658 0
/proc/46665/statm: 16558 6156 2336 1147 0 3985 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 70424 KiB
Current children cumulated memory: 27696 KiB

[startup+1.50015 s]
/proc/loadavg: 4.07 4.14 4.09 5/269 46698
/proc/meminfo: memFree=129473264/131249988 swapFree=33010684/33010684
[pid=46662] ppid=46659 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/46662/stat : 46662 (run-opt-break-l) S 46659 46662 45382 0 -1 4194304 239 615 0 0 0 0 0 0 20 0 1 0 48582996 4292608 768 18446744073709551615 94404519784448 94404520678981 140729952485104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94404520918032 94404520965776 94404541194240 140729952487701 140729952487902 140729952487902 140729952493504 0
/proc/46662/statm: 1048 768 704 219 0 110 0
[pid=46665] ppid=46662 vsize=69480 memory=27568 CPUtime=1.45 cores=5,7
/proc/46665/stat : 46665 (roundingsat) R 46662 46662 45382 0 -1 4194304 4024 0 0 0 138 7 0 0 20 0 1 0 48582998 71147520 6892 18446744073709551615 4227072 8923433 140733043003520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 21909504 140733043009812 140733043010088 140733043010088 140733043015658 0
/proc/46665/statm: 17370 6892 2336 1147 0 4797 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 73672 KiB
Current children cumulated memory: 30640 KiB

[startup+3.10549 s]
/proc/loadavg: 4.15 4.15 4.09 3/269 46746
/proc/meminfo: memFree=129345708/131249988 swapFree=33010684/33010684
[pid=46662] ppid=46659 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/46662/stat : 46662 (run-opt-break-l) S 46659 46662 45382 0 -1 4194304 239 615 0 0 0 0 0 0 20 0 1 0 48582996 4292608 768 18446744073709551615 94404519784448 94404520678981 140729952485104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94404520918032 94404520965776 94404541194240 140729952487701 140729952487902 140729952487902 140729952493504 0
/proc/46662/statm: 1048 768 704 219 0 110 0
[pid=46665] ppid=46662 vsize=79464 memory=35632 CPUtime=3.05 cores=5,7
/proc/46665/stat : 46665 (roundingsat) R 46662 46662 45382 0 -1 4194304 6001 0 0 0 291 14 0 0 20 0 1 0 48582998 81371136 8908 18446744073709551615 4227072 8923433 140733043003520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 21909504 140733043009812 140733043010088 140733043010088 140733043015658 0
/proc/46665/statm: 19866 8908 2368 1147 0 7293 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 83656 KiB
Current children cumulated memory: 38704 KiB

[startup+6.30015 s]
/proc/loadavg: 4.15 4.15 4.09 4/270 46864
/proc/meminfo: memFree=129244780/131249988 swapFree=33010684/33010684
[pid=46662] ppid=46659 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/46662/stat : 46662 (run-opt-break-l) S 46659 46662 45382 0 -1 4194304 239 615 0 0 0 0 0 0 20 0 1 0 48582996 4292608 768 18446744073709551615 94404519784448 94404520678981 140729952485104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94404520918032 94404520965776 94404541194240 140729952487701 140729952487902 140729952487902 140729952493504 0
/proc/46662/statm: 1048 768 704 219 0 110 0
[pid=46665] ppid=46662 vsize=83472 memory=39856 CPUtime=6.24 cores=5,7
/proc/46665/stat : 46665 (roundingsat) R 46662 46662 45382 0 -1 4194304 6965 0 0 0 599 25 0 0 20 0 1 0 48582998 85475328 9964 18446744073709551615 4227072 8923433 140733043003520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 21909504 140733043009812 140733043010088 140733043010088 140733043015658 0
/proc/46665/statm: 20868 9964 2464 1147 0 8295 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 87664 KiB
Current children cumulated memory: 42928 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.15 4.09 5/274 46960
/proc/meminfo: memFree=128779924/131249988 swapFree=33010684/33010684
[pid=46662] ppid=46659 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/46662/stat : 46662 (run-opt-break-l) S 46659 46662 45382 0 -1 4194304 239 615 0 0 0 0 0 0 20 0 1 0 48582996 4292608 768 18446744073709551615 94404519784448 94404520678981 140729952485104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94404520918032 94404520965776 94404541194240 140729952487701 140729952487902 140729952487902 140729952493504 0
/proc/46662/statm: 1048 768 704 219 0 110 0
[pid=46665] ppid=46662 vsize=93988 memory=48440 CPUtime=12.63 cores=5,7
/proc/46665/stat : 46665 (roundingsat) R 46662 46662 45382 0 -1 4194304 8604 0 0 0 1219 44 0 0 20 0 1 0 48582998 96243712 12110 18446744073709551615 4227072 8923433 140733043003520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 21909504 140733043009812 140733043010088 140733043010088 140733043015658 0
/proc/46665/statm: 23497 12110 2464 1147 0 10924 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 98180 KiB
Current children cumulated memory: 51512 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.14 4.09 5/269 46987
/proc/meminfo: memFree=128365388/131249988 swapFree=33010684/33010684
[pid=46662] ppid=46659 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/46662/stat : 46662 (run-opt-break-l) S 46659 46662 45382 0 -1 4194304 239 615 0 0 0 0 0 0 20 0 1 0 48582996 4292608 768 18446744073709551615 94404519784448 94404520678981 140729952485104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94404520918032 94404520965776 94404541194240 140729952487701 140729952487902 140729952487902 140729952493504 0
/proc/46662/statm: 1048 768 704 219 0 110 0
[pid=46665] ppid=46662 vsize=117336 memory=66120 CPUtime=25.38 cores=5,7
/proc/46665/stat : 46665 (roundingsat) R 46662 46662 45382 0 -1 4194304 12523 0 0 0 2458 80 0 0 20 0 1 0 48582998 120152064 16530 18446744073709551615 4227072 8923433 140733043003520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 21909504 140733043009812 140733043010088 140733043010088 140733043015658 0
/proc/46665/statm: 29334 16530 2464 1147 0 16761 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 121528 KiB
Current children cumulated memory: 69192 KiB

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

# cumulated CPU time of all completed processes:  user=33.3824 s, system=1.20054 s

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

[startup+25.6002 s]
/proc/loadavg: 4.10 4.14 4.09 5/269 46987
/proc/meminfo: memFree=128365388/131249988 swapFree=33010684/33010684
[pid=46662] ppid=46659 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/46662/stat : 46662 (run-opt-break-l) S 46659 46662 45382 0 -1 4194304 239 615 0 0 0 0 0 0 20 0 1 0 48582996 4292608 768 18446744073709551615 94404519784448 94404520678981 140729952485104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94404520918032 94404520965776 94404541194240 140729952487701 140729952487902 140729952487902 140729952493504 0
/proc/46662/statm: 1048 768 704 219 0 110 0
[pid=46665] ppid=46662 vsize=117592 memory=66504 CPUtime=25.48 cores=5,7
/proc/46665/stat : 46665 (roundingsat) R 46662 46662 45382 0 -1 4194304 12608 0 0 0 2468 80 0 0 20 0 1 0 48582998 120414208 16626 18446744073709551615 4227072 8923433 140733043003520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 21909504 140733043009812 140733043010088 140733043010088 140733043015658 0
/proc/46665/statm: 29398 16626 2464 1147 0 16825 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 121784 KiB
Current children cumulated memory: 69576 KiB

[startup+32.0002 s]*
/proc/loadavg: 4.10 4.14 4.09 5/274 47152
/proc/meminfo: memFree=128216104/131249988 swapFree=33010684/33010684
[pid=46662] ppid=46659 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/46662/stat : 46662 (run-opt-break-l) S 46659 46662 45382 0 -1 4194304 239 615 0 0 0 0 0 0 20 0 1 0 48582996 4292608 768 18446744073709551615 94404519784448 94404520678981 140729952485104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94404520918032 94404520965776 94404541194240 140729952487701 140729952487902 140729952487902 140729952493504 0
/proc/46662/statm: 1048 768 704 219 0 110 0
[pid=46665] ppid=46662 vsize=124792 memory=74664 CPUtime=31.86 cores=5,7
/proc/46665/stat : 46665 (roundingsat) R 46662 46662 45382 0 -1 4194304 14135 0 0 0 3086 100 0 0 20 0 1 0 48582998 127787008 18666 18446744073709551615 4227072 8923433 140733043003520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 21909504 140733043009812 140733043010088 140733043010088 140733043015658 0
/proc/46665/statm: 31198 18666 2464 1147 0 18625 0
Current children cumulated CPU time: 31.86 s
Current children cumulated vsize: 128984 KiB
Current children cumulated memory: 77736 KiB

[startup+33.6001 s]
/proc/loadavg: 4.09 4.14 4.09 5/274 47152
/proc/meminfo: memFree=128044116/131249988 swapFree=33010684/33010684
[pid=46662] ppid=46659 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/46662/stat : 46662 (run-opt-break-l) S 46659 46662 45382 0 -1 4194304 239 615 0 0 0 0 0 0 20 0 1 0 48582996 4292608 768 18446744073709551615 94404519784448 94404520678981 140729952485104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94404520918032 94404520965776 94404541194240 140729952487701 140729952487902 140729952487902 140729952493504 0
/proc/46662/statm: 1048 768 704 219 0 110 0
[pid=46665] ppid=46662 vsize=125760 memory=75560 CPUtime=33.46 cores=5,7
/proc/46665/stat : 46665 (roundingsat) R 46662 46662 45382 0 -1 4194304 14383 0 0 0 3242 104 0 0 20 0 1 0 48582998 128778240 18890 18446744073709551615 4227072 8923433 140733043003520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 21909504 140733043009812 140733043010088 140733043010088 140733043015658 0
/proc/46665/statm: 31440 18890 2464 1147 0 18867 0
Current children cumulated CPU time: 33.46 s
Current children cumulated vsize: 129952 KiB
Current children cumulated memory: 78632 KiB

[startup+34.4001 s]
/proc/loadavg: 4.09 4.14 4.09 5/274 47152
/proc/meminfo: memFree=127971196/131249988 swapFree=33010684/33010684
[pid=46662] ppid=46659 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/46662/stat : 46662 (run-opt-break-l) S 46659 46662 45382 0 -1 4194304 239 615 0 0 0 0 0 0 20 0 1 0 48582996 4292608 768 18446744073709551615 94404519784448 94404520678981 140729952485104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94404520918032 94404520965776 94404541194240 140729952487701 140729952487902 140729952487902 140729952493504 0
/proc/46662/statm: 1048 768 704 219 0 110 0
[pid=46665] ppid=46662 vsize=125760 memory=75560 CPUtime=34.26 cores=5,7
/proc/46665/stat : 46665 (roundingsat) R 46662 46662 45382 0 -1 4194304 14383 0 0 0 3318 108 0 0 20 0 1 0 48582998 128778240 18890 18446744073709551615 4227072 8923433 140733043003520 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 21909504 140733043009812 140733043010088 140733043010088 140733043015658 0
/proc/46665/statm: 31440 18890 2464 1147 0 18867 0
Current children cumulated CPU time: 34.26 s
Current children cumulated vsize: 129952 KiB
Current children cumulated memory: 78632 KiB

[startup+34.8001 s]
/proc/loadavg: 4.09 4.14 4.09 5/274 47152
/proc/meminfo: memFree=127971196/131249988 swapFree=33010684/33010684
[pid=46662] ppid=46659 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/46662/stat : 46662 (run-opt-break-l) S 46659 46662 45382 0 -1 4194304 239 615 0 0 0 0 0 0 20 0 1 0 48582996 4292608 768 18446744073709551615 94404519784448 94404520678981 140729952485104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94404520918032 94404520965776 94404541194240 140729952487701 140729952487902 140729952487902 140729952493504 0
/proc/46662/statm: 1048 768 704 219 0 110 0
[pid=46665] ppid=46662 vsize=125760 memory=75560 CPUtime=34.52 cores=5,7
/proc/46665/stat : 46665 (roundingsat) D 46662 46662 45382 0 -1 4194304 14383 0 0 0 3337 115 0 0 20 0 1 0 48582998 128778240 18890 18446744073709551615 4227072 8923433 140733043003520 0 0 0 0 0 8405026 1 0 0 17 7 0 0 0 0 0 9823104 9832592 21909504 140733043009812 140733043010088 140733043010088 140733043015658 0
/proc/46665/statm: 31440 18890 2464 1147 0 18867 0
Current children cumulated CPU time: 34.52 s
Current children cumulated vsize: 129952 KiB
Current children cumulated memory: 78632 KiB

[startup+35.0001 s]*
/proc/loadavg: 4.09 4.14 4.09 4/274 47152
/proc/meminfo: memFree=127943808/131249988 swapFree=33010684/33010684
[pid=46662] ppid=46659 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/46662/stat : 46662 (run-opt-break-l) S 46659 46662 45382 0 -1 4194304 239 615 0 0 0 0 0 0 20 0 1 0 48582996 4292608 768 18446744073709551615 94404519784448 94404520678981 140729952485104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94404520918032 94404520965776 94404541194240 140729952487701 140729952487902 140729952487902 140729952493504 0
/proc/46662/statm: 1048 768 704 219 0 110 0
[pid=46665] ppid=46662 vsize=125760 memory=75560 CPUtime=34.53 cores=5,7
/proc/46665/stat : 46665 (roundingsat) D 46662 46662 45382 0 -1 4194304 14383 0 0 0 3337 116 0 0 20 0 1 0 48582998 128778240 18890 18446744073709551615 4227072 8923433 140733043003520 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9823104 9832592 21909504 140733043009812 140733043010088 140733043010088 140733043015658 0
/proc/46665/statm: 31440 18890 2464 1147 0 18867 0
Current children cumulated CPU time: 34.53 s
Current children cumulated vsize: 129952 KiB
Current children cumulated memory: 78632 KiB

[startup+35.1056 s]
/proc/loadavg: 4.09 4.14 4.09 4/274 47152
/proc/meminfo: memFree=127943808/131249988 swapFree=33010684/33010684
[pid=46662] ppid=46659 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/46662/stat : 46662 (run-opt-break-l) S 46659 46662 45382 0 -1 4194304 239 615 0 0 0 0 0 0 20 0 1 0 48582996 4292608 768 18446744073709551615 94404519784448 94404520678981 140729952485104 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94404520918032 94404520965776 94404541194240 140729952487701 140729952487902 140729952487902 140729952493504 0
/proc/46662/statm: 1048 768 704 219 0 110 0
[pid=46665] ppid=46662 vsize=125760 memory=75560 CPUtime=34.56 cores=5,7
/proc/46665/stat : 46665 (roundingsat) D 46662 46662 45382 0 -1 4194304 14383 0 0 0 3337 119 0 0 20 0 1 0 48582998 128778240 18890 18446744073709551615 4227072 8923433 140733043003520 0 0 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9823104 9832592 21909504 140733043009812 140733043010088 140733043010088 140733043015658 0
/proc/46665/statm: 31440 18890 2464 1147 0 18867 0
Current children cumulated CPU time: 34.56 s
Current children cumulated vsize: 129952 KiB
Current children cumulated memory: 78632 KiB

Child status: 0

Real time (s): 35.1284
CPU time (s): 34.5829
CPU user time (s): 33.3824
CPU system time (s): 1.20054
CPU usage (%): 98.4471
Max. virtual memory (cumulated for all children) (KiB): 129952
Max. memory (cumulated for all children) (KiB): 78632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.3824
system time used= 1.20054
maximum resident set size= 75560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15262
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1411928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15118
involuntary context switches= 212


# summary of solver processes directly reported to runsolver:
#   pid: 46662
#   total CPU time (s): 34.5829
#   total CPU user time (s): 33.3824
#   total CPU system time (s): 1.20054

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.084595 second user time and 0.18 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-01 02:17:24
IDJOB=4487717
IDBENCH=147219
IDSOLVER=3360
FILE ID=nodeC031/4487717-1751329044
RUNJOBID= nodeC031-1751325414-45400
SLURM_JOB_ID= 9594352
Free space on /tmp= 433036 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-9symml.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4487717-1751329044/watcher-4487717-1751329044 -o /tmp/evaluation-result-4487717-1751329044/solver-4487717-1751329044 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751325414-45400 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4487717-1751329044.opb PROOFDIR/proof-4487717-1751329044

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

MD5SUM BENCH= 30811ed4729c90bd058f0c8aab264377
RANDOM SEED=61439592

nodeC031 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.961
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.78
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		: 3601.133
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.78
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		: 3705.334
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.78
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		: 3779.410
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.78
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		: 3690.954
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.78
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.891
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.78
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.886
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.78
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		: 3602.031
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129578988 kB
MemAvailable:   129760940 kB
Buffers:            3280 kB
Cached:           988812 kB
SwapCached:            0 kB
Active:           381624 kB
Inactive:         721720 kB
Active(anon):     129352 kB
Inactive(anon):        0 kB
Active(file):     252272 kB
Inactive(file):   721720 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44144 kB
Writeback:             0 kB
AnonPages:        114788 kB
Mapped:           109028 kB
Shmem:             18064 kB
KReclaimable:      94396 kB
Slab:             183036 kB
SReclaimable:      94396 kB
SUnreclaim:        88640 kB
KernelStack:        4304 kB
PageTables:         3196 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     404028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC031 at 2025-07-01 02:18:00