Trace number 4487715

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-ls+pbsuma-log 63f22adOPT cert.4517 63.7917 64.563

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-4487715-1751328625.opb'
0.00/0.01	c 	read 0.07MB  (1.13ms)
0.00/0.01	c	 [cnf: #variables 651 #clauses 1659 #duplicates 0 #arr 7480]
0.00/0.01	c output proof to 'PROOFDIR/proof-4487715-1751328625'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (1.16ms)
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 	 (0.14ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 4896 #edges 20132]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.33ms)
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 generation finished
0.00/0.01	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4487715-1751328625.opb.pre'
0.00/0.01	c 	wrote 0.07MB (0.23ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   1.16ms 31.81% approx_orbits
0.00/0.01	c                   1.13ms 30.85% parse
0.00/0.01	c                   0.64ms 17.57% other
0.00/0.01	c                   0.33ms  9.11% detect_generic
0.00/0.01	c                   0.23ms  6.31% output
0.00/0.01	c                   0.14ms  3.81% detect_special
0.00/0.01	c                   0.02ms  0.54% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   3.65ms   100% total
0.00/0.01	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 5670 >= 0 @ 0.012049
0.00/0.06	c rational objective 4444.58
0.00/0.08	c bounds 5609 >= 0 @ 0.049606
0.06/0.15	c bounds 5607 >= 0 @ 0.110902
0.06/0.15	c bounds 5605 >= 0 @ 0.115624
0.06/0.16	c bounds 5589 >= 0 @ 0.120556
0.06/0.16	c bounds 5555 >= 0 @ 0.122769
0.06/0.17	c bounds 5532 >= 0 @ 0.135234
0.17/0.23	c bounds 5482 >= 0 @ 0.184814
0.38/0.41	c #Conflicts:       1000 | #Constraints:       2655
0.38/0.41	c bounds 5481 >= 0 @ 0.352416
0.38/0.46	c bounds 5466 >= 0 @ 0.404823
0.38/0.49	c bounds 5462 >= 0 @ 0.425599
0.38/0.50	c bounds 5448 >= 0 @ 0.431918
0.57/0.60	c bounds 5427 >= 0 @ 0.536508
0.66/0.75	c #Conflicts:       2000 | #Constraints:       3699
0.66/0.75	c INPROCESSING
0.66/0.75	c GARBAGE COLLECT
0.66/0.75	c rational objective 4450.33
0.66/0.79	c bounds 5410 >= 0 @ 0.714485
0.66/0.79	c bounds 5368 >= 0 @ 0.717288
0.76/0.80	c bounds 5360 >= 0 @ 0.72818
0.76/0.81	c bounds 5318 >= 0 @ 0.738095
0.76/0.89	c bounds 5318 >= 570 @ 0.816552
0.76/0.90	c bounds 5276 >= 570 @ 0.817882
0.86/0.90	c bounds 5244 >= 570 @ 0.823387
0.86/0.93	c bounds 5238 >= 570 @ 0.84986
0.86/0.95	c bounds 5222 >= 570 @ 0.870499
0.86/0.97	c bounds 5197 >= 570 @ 0.889306
1.16/1.28	c #Conflicts:       3000 | #Constraints:       3658
1.16/1.28	c bounds 5197 >= 645 @ 1.18077
2.06/2.12	c #Conflicts:       4000 | #Constraints:       4774
2.06/2.12	c INPROCESSING
2.06/2.12	c GARBAGE COLLECT
2.06/2.12	c #Conflicts:       5000 | #Constraints:       4323
2.06/2.12	c bounds 5163 >= 645 @ 1.98275
2.76/2.88	c #Conflicts:       6000 | #Constraints:       5522
2.76/2.88	c INPROCESSING
2.76/2.88	c GARBAGE COLLECT
2.76/2.88	c rational objective 4453.54
2.96/3.03	c bounds 5121 >= 645 @ 2.85641
3.06/3.15	c #Conflicts:       7000 | #Constraints:       4391
3.06/3.15	c bounds 5096 >= 645 @ 2.96889
3.06/3.19	c bounds 5071 >= 645 @ 3.01109
3.15/3.24	c bounds 5046 >= 645 @ 3.05304
3.15/3.28	c bounds 5021 >= 645 @ 3.09797
3.26/3.39	c bounds 5014 >= 645 @ 3.20455
3.36/3.40	c bounds 5013 >= 645 @ 3.21592
3.36/3.47	c bounds 5009 >= 645 @ 3.28588
3.36/3.48	c bounds 5005 >= 645 @ 3.29299
3.36/3.48	c bounds 4989 >= 645 @ 3.29716
3.45/3.56	c #Conflicts:       8000 | #Constraints:       5454
3.45/3.56	c bounds 4964 >= 645 @ 3.37458
3.55/3.64	c bounds 4947 >= 645 @ 3.43886
3.55/3.69	c bounds 4946 >= 645 @ 3.48719
3.96/4.09	c #Conflicts:       9000 | #Constraints:       6488
3.96/4.09	c bounds 4946 >= 744 @ 3.88227
4.06/4.12	c INPROCESSING
4.06/4.12	c GARBAGE COLLECT
4.06/4.12	c rational objective 4456.63
4.06/4.15	c bounds 4904 >= 744 @ 3.94014
4.35/4.41	c bounds 4889 >= 744 @ 4.18578
4.45/4.53	c #Conflicts:      10000 | #Constraints:       4914
4.45/4.53	c bounds 4847 >= 744 @ 4.29605
4.55/4.60	c bounds 4838 >= 744 @ 4.37037
4.65/4.73	c bounds 4832 >= 744 @ 4.49461
4.75/4.88	c bounds 4816 >= 744 @ 4.6376
4.85/4.98	c #Conflicts:      11000 | #Constraints:       5968
4.85/4.98	c bounds 4800 >= 744 @ 4.73413
5.14/5.28	c #Conflicts:      12000 | #Constraints:       6995
5.14/5.28	c INPROCESSING
5.14/5.28	c GARBAGE COLLECT
5.14/5.28	c rational objective 4467.74
5.85/5.96	c bounds 4775 >= 744 @ 5.66857
7.04/7.18	c #Conflicts:      13000 | #Constraints:       5633
7.04/7.18	c #Conflicts:      14000 | #Constraints:       6732
7.04/7.18	c #Conflicts:      15000 | #Constraints:       8230
7.04/7.18	c INPROCESSING
7.04/7.18	c GARBAGE COLLECT
7.04/7.18	c rational objective 4488.15
7.24/7.31	c bounds 4767 >= 744 @ 6.97983
7.24/7.39	c bounds 4751 >= 744 @ 7.05802
7.95/8.00	c #Conflicts:      16000 | #Constraints:       5942
7.95/8.00	c bounds 4735 >= 744 @ 7.64441
8.44/8.54	c #Conflicts:      17000 | #Constraints:       6984
8.44/8.54	c bounds 4702 >= 744 @ 8.15889
8.44/8.54	c bounds 4702 >= 786 @ 8.15931
8.44/8.54	c bounds 4702 >= 828 @ 8.15966
8.44/8.54	c bounds 4702 >= 870 @ 8.16006
8.44/8.54	c bounds 4702 >= 912 @ 8.16008
8.44/8.54	c bounds 4702 >= 954 @ 8.16008
8.44/8.54	c bounds 4702 >= 996 @ 8.16022
8.44/8.54	c bounds 4702 >= 1038 @ 8.16085
8.44/8.54	c bounds 4702 >= 1080 @ 8.16108
8.44/8.54	c bounds 4702 >= 1122 @ 8.16108
8.44/8.54	c bounds 4702 >= 1164 @ 8.1613
8.44/8.55	c bounds 4702 >= 1206 @ 8.16183
8.44/8.55	c bounds 4702 >= 1248 @ 8.16238
8.44/8.55	c bounds 4702 >= 1290 @ 8.16305
8.44/8.55	c bounds 4702 >= 1332 @ 8.16307
8.44/8.55	c bounds 4702 >= 1374 @ 8.16384
8.44/8.55	c bounds 4702 >= 1416 @ 8.16421
8.54/8.69	c #Conflicts:      18000 | #Constraints:       8085
8.54/8.69	c INPROCESSING
8.54/8.69	c GARBAGE COLLECT
8.54/8.69	c rational objective 4488.07
10.24/10.38	c #Conflicts:      19000 | #Constraints:       5861
10.24/10.38	c #Conflicts:      20000 | #Constraints:       7336
10.24/10.38	c #Conflicts:      21000 | #Constraints:       8810
10.24/10.38	c INPROCESSING
10.24/10.38	c GARBAGE COLLECT
10.24/10.38	c rational objective 4494.93
11.33/11.40	c #Conflicts:      22000 | #Constraints:       6212
11.33/11.40	c bounds 4695 >= 1416 @ 10.9074
11.33/11.44	c bounds 4695 >= 1451 @ 10.9472
13.83/13.92	c #Conflicts:      23000 | #Constraints:       7579
13.83/13.92	c #Conflicts:      24000 | #Constraints:       8929
13.83/13.92	c #Conflicts:      25000 | #Constraints:      10130
13.83/13.92	c INPROCESSING
13.83/13.92	c GARBAGE COLLECT
13.83/13.92	c #Conflicts:      26000 | #Constraints:       6807
13.83/13.92	c #Conflicts:      27000 | #Constraints:       7809
13.83/13.92	c bounds 4688 >= 1451 @ 13.3425
13.93/14.04	c bounds 4682 >= 1451 @ 13.4639
13.93/14.05	c bounds 4664 >= 1451 @ 13.4725
14.13/14.28	c bounds 4638 >= 1451 @ 13.6903
14.22/14.39	c #Conflicts:      28000 | #Constraints:       8853
14.22/14.39	c bounds 4606 >= 1451 @ 13.7951
14.72/14.88	c #Conflicts:      29000 | #Constraints:       9903
14.72/14.88	c INPROCESSING
14.72/14.88	c GARBAGE COLLECT
14.72/14.88	c rational objective 4500.19
14.82/14.99	c bounds 4606 >= 1485 @ 14.389
14.82/14.99	c bounds 4606 >= 1519 @ 14.3894
14.82/14.99	c bounds 4606 >= 1553 @ 14.3898
14.82/14.99	c bounds 4606 >= 1587 @ 14.3904
14.82/14.99	c bounds 4606 >= 1621 @ 14.3907
15.12/15.23	c bounds 4606 >= 1655 @ 14.6168
15.33/15.40	c #Conflicts:      30000 | #Constraints:       6786
15.33/15.40	c bounds 4606 >= 1689 @ 14.7833
15.52/15.67	c bounds 4599 >= 1689 @ 15.0438
16.22/16.32	c #Conflicts:      31000 | #Constraints:       7829
16.22/16.32	c #Conflicts:      32000 | #Constraints:       8833
16.22/16.32	c bounds 4599 >= 1723 @ 15.6729
16.22/16.37	c bounds 4594 >= 1723 @ 15.7188
16.42/16.58	c #Conflicts:      33000 | #Constraints:       9877
16.42/16.58	c INPROCESSING
16.42/16.58	c GARBAGE COLLECT
16.42/16.58	c rational objective 4501.63
16.62/16.76	c bounds 4578 >= 1723 @ 16.0933
16.92/17.05	c bounds 4573 >= 1723 @ 16.3669
17.21/17.38	c #Conflicts:      34000 | #Constraints:       6785
17.21/17.38	c bounds 4571 >= 1723 @ 16.6848
17.61/17.75	c #Conflicts:      35000 | #Constraints:       7808
17.61/17.75	c bounds 4571 >= 1757 @ 17.0421
18.42/18.53	c #Conflicts:      36000 | #Constraints:       8839
18.42/18.53	c bounds 4559 >= 1757 @ 17.8023
18.61/18.72	c #Conflicts:      37000 | #Constraints:       9874
18.61/18.72	c INPROCESSING
18.61/18.72	c GARBAGE COLLECT
18.61/18.72	c rational objective 4504.76
19.61/19.76	c #Conflicts:      38000 | #Constraints:       6671
19.61/19.76	c #Conflicts:      39000 | #Constraints:       7698
19.61/19.76	c bounds 4525 >= 1757 @ 18.9953
19.61/19.76	c bounds 4525 >= 1789 @ 19.0023
19.81/19.99	c bounds 4525 >= 1821 @ 19.2228
20.80/20.91	c #Conflicts:      40000 | #Constraints:       8721
20.80/20.91	c #Conflicts:      41000 | #Constraints:       9733
20.80/20.91	c INPROCESSING
20.80/20.91	c GARBAGE COLLECT
20.80/20.91	c rational objective 4506.51
20.91/21.06	c bounds 4517 >= 1821 @ 20.2522
24.10/24.23	c #Conflicts:      42000 | #Constraints:       6528
24.10/24.23	c #Conflicts:      43000 | #Constraints:       7990
24.10/24.23	c #Conflicts:      44000 | #Constraints:       9425
24.10/24.23	c #Conflicts:      45000 | #Constraints:      10892
24.10/24.23	c #Conflicts:      46000 | #Constraints:      12348
24.10/24.23	c INPROCESSING
24.10/24.23	c GARBAGE COLLECT
24.10/24.23	c rational objective 4510.91
29.68/29.83	c #Conflicts:      47000 | #Constraints:       8386
29.68/29.83	c #Conflicts:      48000 | #Constraints:       9968
29.68/29.83	c #Conflicts:      49000 | #Constraints:      11238
29.68/29.83	c #Conflicts:      50000 | #Constraints:      12245
29.68/29.83	c #Conflicts:      51000 | #Constraints:      13281
29.68/29.83	c INPROCESSING
29.68/29.83	c GARBAGE COLLECT
29.68/29.83	c rational objective 4510.94
35.56/35.79	c #Conflicts:      52000 | #Constraints:       8791
35.56/35.79	c #Conflicts:      53000 | #Constraints:      10313
35.56/35.79	c #Conflicts:      54000 | #Constraints:      11744
35.56/35.79	c #Conflicts:      55000 | #Constraints:      13082
35.56/35.79	c #Conflicts:      56000 | #Constraints:      14471
35.56/35.79	c INPROCESSING
35.56/35.79	c GARBAGE COLLECT
35.56/35.79	c rational objective 4511.84
39.75/39.93	c #Conflicts:      57000 | #Constraints:       9230
39.75/39.93	c #Conflicts:      58000 | #Constraints:      10234
39.75/39.93	c #Conflicts:      59000 | #Constraints:      11240
39.75/39.93	c #Conflicts:      60000 | #Constraints:      12257
39.75/39.93	c #Conflicts:      61000 | #Constraints:      13271
39.75/39.93	c INPROCESSING
39.75/39.93	c GARBAGE COLLECT
39.75/39.93	c rational objective 4511.85
61.09/61.32	c #Conflicts:      62000 | #Constraints:       8607
61.09/61.32	c #Conflicts:      63000 | #Constraints:      10096
61.09/61.32	c #Conflicts:      64000 | #Constraints:      11645
61.09/61.32	c #Conflicts:      65000 | #Constraints:      12771
61.09/61.32	c #Conflicts:      66000 | #Constraints:      13784
61.09/61.32	c INPROCESSING
61.09/61.32	c GARBAGE COLLECT
61.09/61.32	c #Conflicts:      67000 | #Constraints:       8587
61.09/61.32	c #Conflicts:      68000 | #Constraints:       9888
61.09/61.32	c #Conflicts:      69000 | #Constraints:      11199
61.09/61.32	c #Conflicts:      70000 | #Constraints:      12333
61.09/61.32	c #Conflicts:      71000 | #Constraints:      13708
61.09/61.32	c #Conflicts:      72000 | #Constraints:      15166
61.09/61.32	c INPROCESSING
61.09/61.32	c GARBAGE COLLECT
61.09/61.32	c #Conflicts:      73000 | #Constraints:       9489
61.09/61.32	c #Conflicts:      74000 | #Constraints:      10507
61.09/61.32	c #Conflicts:      75000 | #Constraints:      11513
61.09/61.32	c #Conflicts:      76000 | #Constraints:      12524
61.09/61.32	c #Conflicts:      77000 | #Constraints:      13528
61.09/61.32	c #Conflicts:      78000 | #Constraints:      14532
61.09/61.32	c INPROCESSING
61.09/61.32	c GARBAGE COLLECT
61.09/61.32	c #Conflicts:      79000 | #Constraints:       9394
61.09/61.32	c #Conflicts:      80000 | #Constraints:      10430
61.09/61.32	c #Conflicts:      81000 | #Constraints:      11463
61.09/61.32	c #Conflicts:      82000 | #Constraints:      12484
61.09/61.32	c #Conflicts:      83000 | #Constraints:      13502
61.09/61.32	c #Conflicts:      84000 | #Constraints:      14521
61.09/61.32	c INPROCESSING
61.09/61.32	c GARBAGE COLLECT
61.09/61.32	c rational objective 4512.27
61.39/61.66	c bounds 4517 >= 1853 @ 59.8172
61.69/61.98	c #Conflicts:      85000 | #Constraints:       9103
61.69/61.98	c bounds 4517 >= 1885 @ 60.124
63.09/63.33	c #Conflicts:      86000 | #Constraints:      10116
63.09/63.33	c #Conflicts:      87000 | #Constraints:      11126
63.09/63.33	c bounds 4517 >= 1917 @ 61.4283
63.09/63.38	c bounds 4517 >= 1974 @ 61.4795
63.19/63.41	c bounds 4517 >= 2006 @ 61.5097
63.29/63.54	c bounds 4517 >= 2038 @ 61.6314
63.59/63.84	c #Conflicts:      88000 | #Constraints:      12181
63.59/63.84	c bounds 4517 >= 4517 @ 61.916
63.59/63.84	c cpu time 61.9161 s
63.59/63.84	c deterministic time 2829924196 2.83e+09
63.59/63.84	c optimization time 0.020602 s
63.59/63.84	c total solve time 61.8868 s
63.59/63.84	c core-guided solve time 32.1327 s
63.59/63.84	c propagation time 35.1732 s
63.59/63.84	c conflict analysis time 21.4697 s
63.59/63.84	c propagations 9929038
63.59/63.84	c resolve steps 587980
63.59/63.84	c decisions 351757
63.59/63.84	c conflicts 88237
63.59/63.84	c restarts 253
63.59/63.84	c inprocessing phases 21
63.59/63.84	c garbage collections 21 ,( 100.00 )
63.59/63.84	c input clauses 1636 ,( 87.86 )
63.59/63.84	c input cardinalities 69 ,( 3.71 )
63.59/63.84	c input general constraints 157 ,( 8.43 )
63.59/63.84	c input average constraint length 38.75
63.59/63.84	c input average constraint degree 786.24
63.59/63.84	c learned clauses 32983 ,( 32.01 )
63.59/63.84	c learned cardinalities 17 ,( 0.02 )
63.59/63.84	c learned general constraints 70033 ,( 67.97 )
63.59/63.84	c learned average constraint length 207.84
63.59/63.84	c learned average constraint degree 5155558888.25
63.59/63.84	c watched  CF 32, 64, 128, Arb: 15159 , 0 , 0 , 0
63.59/63.84	c counting CF 32, 64, 128, Arb: 55032 , 0 , 0 , 0
63.59/63.84	c watched   constraints 15159 ,( 21.60 ) 
63.59/63.84	c counting  constraints 55031 ,( 78.40 ) 
63.59/63.84	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 4422216 , 260017 , 113321639 ,( 6170831 , 107150808 )
63.59/63.84	c gcd simplifications 8123
63.59/63.84	c detected cardinalities 11
63.59/63.84	c weakened non-implied lits 20376583
63.59/63.84	c weakened non-implying lits 68332
63.59/63.84	c original variables 651
63.59/63.84	c clausal propagations 1873953
63.59/63.84	c cardinality propagations 118885
63.59/63.84	c watched propagations 13588
63.59/63.84	c counting propagations 7353965
63.59/63.84	c watch lookups 1692395113
63.59/63.84	c watch backjump lookups 0
63.59/63.84	c watch checks 198394950
63.59/63.84	c propagation checks 826181255
63.59/63.84	c constraint additions 92199988
63.59/63.84	c trail pops 10367483
63.59/63.84	c formula constraints 1593
63.59/63.84	c learned constraints 87269
63.59/63.84	c bound constraints 99
63.59/63.84	c core-guided constraints 170
63.59/63.84	c encountered formula constraints 334550
63.59/63.84	c encountered learned constraints 199820
63.59/63.84	c encountered bound constraints 3074
63.59/63.84	c encountered core-guided constraints 20843
63.59/63.84	c LP total time 13.8593 s
63.59/63.84	c LP solve time 7.88 s
63.59/63.84	c LP constraints added 1640
63.59/63.84	c LP constraints removed 27
63.59/63.84	c LP pivots internal 88467
63.59/63.84	c LP pivots root 16144
63.59/63.84	c LP calls 15091
63.59/63.84	c LP optimalities 89
63.59/63.84	c LP no pivot count 12
63.59/63.84	c LP infeasibilities 14995
63.59/63.84	c LP valid Farkas constraints 14759
63.59/63.84	c LP learned Farkas constraints 980
63.59/63.84	c LP basis resets 11
63.59/63.84	c LP cycling count 1
63.59/63.84	c LP singular count 3
63.59/63.84	c LP no primal count 0
63.59/63.84	c LP no farkas count 5
63.59/63.84	c LP other issue count 2
63.59/63.84	c LP Gomory cuts 25
63.59/63.84	c LP learned cuts 22
63.59/63.84	c LP deleted cuts 27
63.59/63.84	c LP encountered Gomory constraints 730
63.59/63.84	c LP encountered Farkas constraints 111227
63.59/63.84	c LP encountered learned Farkas constraints 4992
63.59/63.84	c CG auxiliary variables introduced 69
63.59/63.84	c CG solutions found 61
63.59/63.84	c CG cores constructed 37
63.59/63.84	c CG core cardinality constraints returned 0
63.59/63.84	c CG unit cores 0
63.59/63.84	c CG single cores 37
63.59/63.84	c CG blocks removed during cardinality reduction 0
63.59/63.84	c CG first core best 0
63.59/63.84	c CG decision core best 0
63.59/63.84	c CG core reduction tie 0
63.59/63.84	c CG core degree average 1.00
63.59/63.84	c CG core slack average 15.62
63.59/63.84	c CG core upper bound improvements 1
63.59/63.84	c STR number of successful calls 0
63.59/63.84	c STR number of unsuccessful calls 0
63.59/63.84	c STR number of inconclusive calls 0
63.59/63.84	c STR number of successful attempts 0
63.59/63.84	c STR number of unsuccessful attempts 0
63.59/63.84	c STR number of inconclusive attempts 0
63.59/63.84	c STR average degree increase per successful call inf
63.59/63.84	c STR average degree increase per successful attempt inf
63.59/63.84	c STR total number of conflicts for successful attempts 0
63.59/63.84	c STR total number of conflicts for unsuccessful attempts 0
63.59/63.84	c STR total number of conflicts for inconclusive attempts 0
63.59/63.84	c STR average number of conflicts per successful attempt inf
63.59/63.84	c STR average number of conflicts per unsuccessful attempt inf
63.59/63.84	c STR average number of conflicts per inconclusive attempt inf
63.59/63.84	c AVG.sumWPerc 64.72 
63.59/63.84	c bigint constraints 0 
63.59/63.84	o 4517
63.59/63.84	s OPTIMUM FOUND
63.76/64.55	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:42 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 (61709 MiB free)
  memory of node 1: 64465 MiB (62144 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4487715-1751328625/watcher-4487715-1751328625 -o /tmp/evaluation-result-4487715-1751328625/solver-4487715-1751328625 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751328114-47819 --watchdog 3760 --file-size-limit 100000 run-opt-ls-log.sh HOME/instance-4487715-1751328625.opb PROOFDIR/proof-4487715-1751328625 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=48967, runsolver pid=48964

[startup+0.100058 s]*
/proc/loadavg: 4.22 3.64 2.92 5/276 48970
/proc/meminfo: memFree=126826812/131250000 swapFree=33009904/33010684
[pid=48967] ppid=48964 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/48967/stat : 48967 (run-opt-ls-log.) S 48964 48967 47807 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 48541968 4292608 768 18446744073709551615 94082489135104 94082490029637 140724383275536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94082490268688 94082490316432 94082521595904 140724383283483 140724383283681 140724383283681 140724383289283 0
/proc/48967/statm: 1048 768 704 219 0 110 0
[pid=48970] ppid=48967 vsize=59760 memory=16476 CPUtime=0.06 cores=1,3
/proc/48970/stat : 48970 (roundingsat) R 48967 48967 47807 0 -1 4194304 1685 0 0 0 6 0 0 0 20 0 1 0 48541970 61194240 4119 18446744073709551615 4227072 8923433 140731665796416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26058752 140731665803510 140731665803816 140731665803816 140731665809386 0
/proc/48970/statm: 14940 4119 2400 1147 0 2367 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 63952 KiB
Current children cumulated memory: 19548 KiB

[startup+0.205865 s]*
/proc/loadavg: 4.22 3.64 2.92 5/276 48970
/proc/meminfo: memFree=126827140/131250000 swapFree=33009904/33010684
[pid=48967] ppid=48964 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/48967/stat : 48967 (run-opt-ls-log.) S 48964 48967 47807 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 48541968 4292608 768 18446744073709551615 94082489135104 94082490029637 140724383275536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94082490268688 94082490316432 94082521595904 140724383283483 140724383283681 140724383283681 140724383289283 0
/proc/48967/statm: 1048 768 704 219 0 110 0
[pid=48970] ppid=48967 vsize=61556 memory=18268 CPUtime=0.17 cores=1,3
/proc/48970/stat : 48970 (roundingsat) R 48967 48967 47807 0 -1 4194304 2146 0 0 0 16 1 0 0 20 0 1 0 48541970 63033344 4567 18446744073709551615 4227072 8923433 140731665796416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26058752 140731665803510 140731665803816 140731665803816 140731665809386 0
/proc/48970/statm: 15389 4567 2400 1147 0 2816 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 65748 KiB
Current children cumulated memory: 21340 KiB

[startup+0.305733 s]*
/proc/loadavg: 4.22 3.64 2.92 5/276 48970
/proc/meminfo: memFree=126827140/131250000 swapFree=33009904/33010684
[pid=48967] ppid=48964 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/48967/stat : 48967 (run-opt-ls-log.) S 48964 48967 47807 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 48541968 4292608 768 18446744073709551615 94082489135104 94082490029637 140724383275536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94082490268688 94082490316432 94082521595904 140724383283483 140724383283681 140724383283681 140724383289283 0
/proc/48967/statm: 1048 768 704 219 0 110 0
[pid=48970] ppid=48967 vsize=63200 memory=19804 CPUtime=0.27 cores=1,3
/proc/48970/stat : 48970 (roundingsat) R 48967 48967 47807 0 -1 4194304 2529 0 0 0 25 2 0 0 20 0 1 0 48541970 64716800 4951 18446744073709551615 4227072 8923433 140731665796416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26058752 140731665803510 140731665803816 140731665803816 140731665809386 0
/proc/48970/statm: 15800 4951 2400 1147 0 3227 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 67392 KiB
Current children cumulated memory: 22876 KiB

[startup+0.700149 s]
/proc/loadavg: 4.22 3.64 2.92 6/276 48970
/proc/meminfo: memFree=126826384/131250000 swapFree=33009904/33010684
[pid=48967] ppid=48964 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/48967/stat : 48967 (run-opt-ls-log.) S 48964 48967 47807 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 48541968 4292608 768 18446744073709551615 94082489135104 94082490029637 140724383275536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94082490268688 94082490316432 94082521595904 140724383283483 140724383283681 140724383283681 140724383289283 0
/proc/48967/statm: 1048 768 704 219 0 110 0
[pid=48970] ppid=48967 vsize=67404 memory=25936 CPUtime=0.66 cores=1,3
/proc/48970/stat : 48970 (roundingsat) R 48967 48967 47807 0 -1 4194304 3564 0 0 0 62 4 0 0 20 0 1 0 48541970 69021696 6484 18446744073709551615 4227072 8923433 140731665796416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26058752 140731665803510 140731665803816 140731665803816 140731665809386 0
/proc/48970/statm: 16851 6484 2400 1147 0 4278 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 71596 KiB
Current children cumulated memory: 29008 KiB

[startup+1.50016 s]
/proc/loadavg: 4.22 3.64 2.92 5/276 48970
/proc/meminfo: memFree=126821680/131250000 swapFree=33009904/33010684
[pid=48967] ppid=48964 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/48967/stat : 48967 (run-opt-ls-log.) S 48964 48967 47807 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 48541968 4292608 768 18446744073709551615 94082489135104 94082490029637 140724383275536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94082490268688 94082490316432 94082521595904 140724383283483 140724383283681 140724383283681 140724383289283 0
/proc/48967/statm: 1048 768 704 219 0 110 0
[pid=48970] ppid=48967 vsize=73440 memory=29136 CPUtime=1.46 cores=1,3
/proc/48970/stat : 48970 (roundingsat) R 48967 48967 47807 0 -1 4194304 4319 0 0 0 139 7 0 0 20 0 1 0 48541970 75202560 7284 18446744073709551615 4227072 8923433 140731665796416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26058752 140731665803510 140731665803816 140731665803816 140731665809386 0
/proc/48970/statm: 18360 7284 2432 1147 0 5787 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 77632 KiB
Current children cumulated memory: 32208 KiB

[startup+3.10561 s]
/proc/loadavg: 4.20 3.65 2.93 5/276 48970
/proc/meminfo: memFree=126822120/131250000 swapFree=33009904/33010684
[pid=48967] ppid=48964 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/48967/stat : 48967 (run-opt-ls-log.) S 48964 48967 47807 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 48541968 4292608 768 18446744073709551615 94082489135104 94082490029637 140724383275536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94082490268688 94082490316432 94082521595904 140724383283483 140724383283681 140724383283681 140724383289283 0
/proc/48967/statm: 1048 768 704 219 0 110 0
[pid=48970] ppid=48967 vsize=77624 memory=34384 CPUtime=3.06 cores=1,3
/proc/48970/stat : 48970 (roundingsat) R 48967 48967 47807 0 -1 4194304 5648 0 0 0 292 14 0 0 20 0 1 0 48541970 79486976 8596 18446744073709551615 4227072 8923433 140731665796416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26058752 140731665803510 140731665803816 140731665803816 140731665809386 0
/proc/48970/statm: 19406 8596 2432 1147 0 6833 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 81816 KiB
Current children cumulated memory: 37456 KiB

[startup+6.30015 s]
/proc/loadavg: 4.20 3.65 2.93 5/276 48970
/proc/meminfo: memFree=126741300/131250000 swapFree=33009904/33010684
[pid=48967] ppid=48964 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/48967/stat : 48967 (run-opt-ls-log.) S 48964 48967 47807 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 48541968 4292608 768 18446744073709551615 94082489135104 94082490029637 140724383275536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94082490268688 94082490316432 94082521595904 140724383283483 140724383283681 140724383283681 140724383289283 0
/proc/48967/statm: 1048 768 704 219 0 110 0
[pid=48970] ppid=48967 vsize=82280 memory=38992 CPUtime=6.24 cores=1,3
/proc/48970/stat : 48970 (roundingsat) R 48967 48967 47807 0 -1 4194304 6773 0 0 0 599 25 0 0 20 0 1 0 48541970 84254720 9748 18446744073709551615 4227072 8923433 140731665796416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26058752 140731665803510 140731665803816 140731665803816 140731665809386 0
/proc/48970/statm: 20570 9748 2432 1147 0 7997 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 86472 KiB
Current children cumulated memory: 42064 KiB

[startup+12.7002 s]
/proc/loadavg: 4.19 3.65 2.93 5/275 48970
/proc/meminfo: memFree=126601828/131250000 swapFree=33009904/33010684
[pid=48967] ppid=48964 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/48967/stat : 48967 (run-opt-ls-log.) S 48964 48967 47807 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 48541968 4292608 768 18446744073709551615 94082489135104 94082490029637 140724383275536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94082490268688 94082490316432 94082521595904 140724383283483 140724383283681 140724383283681 140724383289283 0
/proc/48967/statm: 1048 768 704 219 0 110 0
[pid=48970] ppid=48967 vsize=100928 memory=55920 CPUtime=12.63 cores=1,3
/proc/48970/stat : 48970 (roundingsat) R 48967 48967 47807 0 -1 4194304 10415 0 0 0 1216 47 0 0 20 0 1 0 48541970 103350272 13980 18446744073709551615 4227072 8923433 140731665796416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26058752 140731665803510 140731665803816 140731665803816 140731665809386 0
/proc/48970/statm: 25232 13980 2528 1147 0 12659 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 105120 KiB
Current children cumulated memory: 58992 KiB

[startup+25.5002 s]
/proc/loadavg: 4.22 3.69 2.96 5/275 48970
/proc/meminfo: memFree=126267704/131250000 swapFree=33009904/33010684
[pid=48967] ppid=48964 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/48967/stat : 48967 (run-opt-ls-log.) S 48964 48967 47807 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 48541968 4292608 768 18446744073709551615 94082489135104 94082490029637 140724383275536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94082490268688 94082490316432 94082521595904 140724383283483 140724383283681 140724383283681 140724383289283 0
/proc/48967/statm: 1048 768 704 219 0 110 0
[pid=48970] ppid=48967 vsize=121252 memory=71228 CPUtime=25.39 cores=1,3
/proc/48970/stat : 48970 (roundingsat) R 48967 48967 47807 0 -1 4194304 13205 0 0 0 2456 83 0 0 20 0 1 0 48541970 124162048 17807 18446744073709551615 4227072 8923433 140731665796416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26058752 140731665803510 140731665803816 140731665803816 140731665809386 0
/proc/48970/statm: 30313 17807 2560 1147 0 17740 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 125444 KiB
Current children cumulated memory: 74300 KiB

[startup+51.1057 s]
/proc/loadavg: 4.14 3.71 2.99 5/275 48971
/proc/meminfo: memFree=125720548/131250000 swapFree=33009904/33010684
[pid=48967] ppid=48964 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/48967/stat : 48967 (run-opt-ls-log.) S 48964 48967 47807 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 48541968 4292608 768 18446744073709551615 94082489135104 94082490029637 140724383275536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94082490268688 94082490316432 94082521595904 140724383283483 140724383283681 140724383283681 140724383289283 0
/proc/48967/statm: 1048 768 704 219 0 110 0
[pid=48970] ppid=48967 vsize=162932 memory=102044 CPUtime=50.93 cores=1,3
/proc/48970/stat : 48970 (roundingsat) R 48967 48967 47807 0 -1 4194304 19887 0 0 0 4953 140 0 0 20 0 1 0 48541970 166842368 25511 18446744073709551615 4227072 8923433 140731665796416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26058752 140731665803510 140731665803816 140731665803816 140731665809386 0
/proc/48970/statm: 40733 25511 2560 1147 0 28160 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 167124 KiB
Current children cumulated memory: 105116 KiB

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

# cumulated CPU time of all completed processes:  user=61.9232 s, system=1.86855 s

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

[startup+51.2002 s]
/proc/loadavg: 4.14 3.71 2.99 5/275 48971
/proc/meminfo: memFree=125720548/131250000 swapFree=33009904/33010684
[pid=48967] ppid=48964 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/48967/stat : 48967 (run-opt-ls-log.) S 48964 48967 47807 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 48541968 4292608 768 18446744073709551615 94082489135104 94082490029637 140724383275536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94082490268688 94082490316432 94082521595904 140724383283483 140724383283681 140724383283681 140724383289283 0
/proc/48967/statm: 1048 768 704 219 0 110 0
[pid=48970] ppid=48967 vsize=162932 memory=102044 CPUtime=51.02 cores=1,3
/proc/48970/stat : 48970 (roundingsat) R 48967 48967 47807 0 -1 4194304 19891 0 0 0 4962 140 0 0 20 0 1 0 48541970 166842368 25511 18446744073709551615 4227072 8923433 140731665796416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26058752 140731665803510 140731665803816 140731665803816 140731665809386 0
/proc/48970/statm: 40733 25511 2560 1147 0 28160 0
Current children cumulated CPU time: 51.02 s
Current children cumulated vsize: 167124 KiB
Current children cumulated memory: 105116 KiB

[startup+57.6001 s]
/proc/loadavg: 4.13 3.72 2.99 5/275 48971
/proc/meminfo: memFree=125574672/131250000 swapFree=33009904/33010684
[pid=48967] ppid=48964 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/48967/stat : 48967 (run-opt-ls-log.) S 48964 48967 47807 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 48541968 4292608 768 18446744073709551615 94082489135104 94082490029637 140724383275536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94082490268688 94082490316432 94082521595904 140724383283483 140724383283681 140724383283681 140724383289283 0
/proc/48967/statm: 1048 768 704 219 0 110 0
[pid=48970] ppid=48967 vsize=165436 memory=106596 CPUtime=57.4 cores=1,3
/proc/48970/stat : 48970 (roundingsat) R 48967 48967 47807 0 -1 4194304 20517 0 0 0 5586 154 0 0 20 0 1 0 48541970 169406464 26649 18446744073709551615 4227072 8923433 140731665796416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26058752 140731665803510 140731665803816 140731665803816 140731665809386 0
/proc/48970/statm: 41359 26649 2560 1147 0 28786 0
Current children cumulated CPU time: 57.4 s
Current children cumulated vsize: 169628 KiB
Current children cumulated memory: 109668 KiB

[startup+60.8002 s]
/proc/loadavg: 4.12 3.72 3.00 5/275 48972
/proc/meminfo: memFree=125501476/131250000 swapFree=33009904/33010684
[pid=48967] ppid=48964 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/48967/stat : 48967 (run-opt-ls-log.) S 48964 48967 47807 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 48541968 4292608 768 18446744073709551615 94082489135104 94082490029637 140724383275536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94082490268688 94082490316432 94082521595904 140724383283483 140724383283681 140724383283681 140724383289283 0
/proc/48967/statm: 1048 768 704 219 0 110 0
[pid=48970] ppid=48967 vsize=165960 memory=107236 CPUtime=60.6 cores=1,3
/proc/48970/stat : 48970 (roundingsat) R 48967 48967 47807 0 -1 4194304 20679 0 0 0 5897 163 0 0 20 0 1 0 48541970 169943040 26809 18446744073709551615 4227072 8923433 140731665796416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26058752 140731665803510 140731665803816 140731665803816 140731665809386 0
/proc/48970/statm: 41490 26809 2560 1147 0 28917 0
Current children cumulated CPU time: 60.6 s
Current children cumulated vsize: 170152 KiB
Current children cumulated memory: 110308 KiB

[startup+62.4001 s]
/proc/loadavg: 4.12 3.72 3.00 5/275 48972
/proc/meminfo: memFree=125445324/131250000 swapFree=33009904/33010684
[pid=48967] ppid=48964 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/48967/stat : 48967 (run-opt-ls-log.) S 48964 48967 47807 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 48541968 4292608 768 18446744073709551615 94082489135104 94082490029637 140724383275536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94082490268688 94082490316432 94082521595904 140724383283483 140724383283681 140724383283681 140724383289283 0
/proc/48967/statm: 1048 768 704 219 0 110 0
[pid=48970] ppid=48967 vsize=165960 memory=107364 CPUtime=62.19 cores=1,3
/proc/48970/stat : 48970 (roundingsat) R 48967 48967 47807 0 -1 4194304 20687 0 0 0 6052 167 0 0 20 0 1 0 48541970 169943040 26841 18446744073709551615 4227072 8923433 140731665796416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26058752 140731665803510 140731665803816 140731665803816 140731665809386 0
/proc/48970/statm: 41490 26841 2560 1147 0 28917 0
Current children cumulated CPU time: 62.19 s
Current children cumulated vsize: 170152 KiB
Current children cumulated memory: 110436 KiB

[startup+63.2001 s]
/proc/loadavg: 4.27 3.76 3.01 5/275 48972
/proc/meminfo: memFree=125420928/131250000 swapFree=33009904/33010684
[pid=48967] ppid=48964 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/48967/stat : 48967 (run-opt-ls-log.) S 48964 48967 47807 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 48541968 4292608 768 18446744073709551615 94082489135104 94082490029637 140724383275536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94082490268688 94082490316432 94082521595904 140724383283483 140724383283681 140724383283681 140724383289283 0
/proc/48967/statm: 1048 768 704 219 0 110 0
[pid=48970] ppid=48967 vsize=165960 memory=107364 CPUtime=62.99 cores=1,3
/proc/48970/stat : 48970 (roundingsat) R 48967 48967 47807 0 -1 4194304 20688 0 0 0 6130 169 0 0 20 0 1 0 48541970 169943040 26841 18446744073709551615 4227072 8923433 140731665796416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 26058752 140731665803510 140731665803816 140731665803816 140731665809386 0
/proc/48970/statm: 41490 26841 2560 1147 0 28917 0
Current children cumulated CPU time: 62.99 s
Current children cumulated vsize: 170152 KiB
Current children cumulated memory: 110436 KiB

[startup+64.0002 s]*
/proc/loadavg: 4.27 3.76 3.01 5/275 48972
/proc/meminfo: memFree=125382864/131250000 swapFree=33009904/33010684
[pid=48967] ppid=48964 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/48967/stat : 48967 (run-opt-ls-log.) S 48964 48967 47807 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 48541968 4292608 768 18446744073709551615 94082489135104 94082490029637 140724383275536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94082490268688 94082490316432 94082521595904 140724383283483 140724383283681 140724383283681 140724383289283 0
/proc/48967/statm: 1048 768 704 219 0 110 0
[pid=48970] ppid=48967 vsize=165960 memory=107364 CPUtime=63.71 cores=1,3
/proc/48970/stat : 48970 (roundingsat) D 48967 48967 47807 0 -1 4194304 20690 0 0 0 6191 180 0 0 20 0 1 0 48541970 169943040 26841 18446744073709551615 4227072 8923433 140731665796416 0 0 0 0 0 8405026 1 0 0 17 1 0 0 0 0 0 9823104 9832592 26058752 140731665803510 140731665803816 140731665803816 140731665809386 0
/proc/48970/statm: 41490 26841 2560 1147 0 28917 0
Current children cumulated CPU time: 63.71 s
Current children cumulated vsize: 170152 KiB
Current children cumulated memory: 110436 KiB

[startup+64.4001 s]
/proc/loadavg: 4.27 3.76 3.01 5/275 48972
/proc/meminfo: memFree=125382864/131250000 swapFree=33009904/33010684
[pid=48967] ppid=48964 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/48967/stat : 48967 (run-opt-ls-log.) S 48964 48967 47807 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 48541968 4292608 768 18446744073709551615 94082489135104 94082490029637 140724383275536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94082490268688 94082490316432 94082521595904 140724383283483 140724383283681 140724383283681 140724383289283 0
/proc/48967/statm: 1048 768 704 219 0 110 0
[pid=48970] ppid=48967 vsize=165960 memory=107364 CPUtime=63.73 cores=1,3
/proc/48970/stat : 48970 (roundingsat) R 48967 48967 47807 0 -1 4194304 20690 0 0 0 6191 182 0 0 20 0 1 0 48541970 169943040 26841 18446744073709551615 4227072 8923433 140731665796416 0 0 0 0 0 8405026 0 0 0 17 3 0 0 0 0 0 9823104 9832592 26058752 140731665803510 140731665803816 140731665803816 140731665809386 0
/proc/48970/statm: 41490 26841 2560 1147 0 28917 0
Current children cumulated CPU time: 63.73 s
Current children cumulated vsize: 170152 KiB
Current children cumulated memory: 110436 KiB

[startup+64.5001 s]
/proc/loadavg: 4.27 3.76 3.01 5/275 48972
/proc/meminfo: memFree=125382864/131250000 swapFree=33009904/33010684
[pid=48967] ppid=48964 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/48967/stat : 48967 (run-opt-ls-log.) S 48964 48967 47807 0 -1 4194304 241 613 0 0 0 0 0 0 20 0 1 0 48541968 4292608 768 18446744073709551615 94082489135104 94082490029637 140724383275536 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94082490268688 94082490316432 94082521595904 140724383283483 140724383283681 140724383283681 140724383289283 0
/proc/48967/statm: 1048 768 704 219 0 110 0
[pid=48970] ppid=48967 vsize=165960 memory=107364 CPUtime=63.76 cores=1,3
/proc/48970/stat : 48970 (roundingsat) R 48967 48967 47807 0 -1 4194304 20690 0 0 0 6191 185 0 0 20 0 1 0 48541970 169943040 26841 18446744073709551615 4227072 8923433 140731665796416 0 0 0 0 0 8405026 0 0 0 17 3 0 0 0 0 0 9823104 9832592 26058752 140731665803510 140731665803816 140731665803816 140731665809386 0
/proc/48970/statm: 41490 26841 2560 1147 0 28917 0
Current children cumulated CPU time: 63.76 s
Current children cumulated vsize: 170152 KiB
Current children cumulated memory: 110436 KiB

Child status: 0

Real time (s): 64.563
CPU time (s): 63.7917
CPU user time (s): 61.9232
CPU system time (s): 1.86855
CPU usage (%): 98.8055
Max. virtual memory (cumulated for all children) (KiB): 170152
Max. memory (cumulated for all children) (KiB): 110436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.9232
system time used= 1.86855
maximum resident set size= 107364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21568
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2249976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20414
involuntary context switches= 114


# summary of solver processes directly reported to runsolver:
#   pid: 48967
#   total CPU time (s): 63.7917
#   total CPU user time (s): 61.9232
#   total CPU system time (s): 1.86855

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.143249 second user time and 0.303022 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-01 02:10:26
IDJOB=4487715
IDBENCH=147219
IDSOLVER=3356
FILE ID=nodeC033/4487715-1751328625
RUNJOBID= nodeC033-1751328114-47819
SLURM_JOB_ID= 9594373
Free space on /tmp= 432444 MiB

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

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

MD5SUM BENCH= 30811ed4729c90bd058f0c8aab264377
RANDOM SEED=1148821378

nodeC033 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126834732 kB
MemAvailable:   129179328 kB
Buffers:            2128 kB
Cached:          3143492 kB
SwapCached:           68 kB
Active:           765232 kB
Inactive:        2966256 kB
Active(anon):     579232 kB
Inactive(anon):    24732 kB
Active(file):     186000 kB
Inactive(file):  2941524 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            176032 kB
Writeback:             0 kB
AnonPages:        588164 kB
Mapped:           118680 kB
Shmem:             18028 kB
KReclaimable:     112620 kB
Slab:             207260 kB
SReclaimable:     112620 kB
SUnreclaim:        94640 kB
KernelStack:        4464 kB
PageTables:         4336 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     972604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150696 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    479232 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432436 MiB
End job on nodeC033 at 2025-07-01 02:11:30