Trace number 4509291

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 63f22ad? (TO) 3602.81 3685.06

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm98p-opt.opb.negationfix.opb
MD5SUMa7d39c8a0eed618aa14a4423c4fae159
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 benchmark126
Best CPU time to get the best result obtained on this benchmark86.2078
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables175232
Total number of constraints2994
Number of constraints which are clauses1368
Number of constraints which are cardinality constraints (but not clauses)1368
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint1369
Number of terms in the objective function 128
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 128
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 482918
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1101202
Number of bits of the biggest sum of numbers21
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-4509291-1751520009.opb'
0.00/0.10	c 	read 7.91MB  (93.57ms)
0.00/0.10	c	 [cnf: #variables 175232 #clauses 2995 #duplicates 0 #arr 699392]
0.09/0.11	c output proof to 'PROOFDIR/proof-4509291-1751520009'
0.09/0.11	c 
0.09/0.11	c make graph and approximate orbits
0.28/0.38	c	 [group: #orbits ~= 1456] (268.19ms)
0.28/0.38	c 
0.28/0.38	c detect special group actions
0.28/0.38	c 	probe for Johnson action (limit=64)
0.58/0.61	c 	probe for row-column symmetry (limit=64, splits=16.78M)
1.37/1.47	c 	probe for row symmetry (limit=64, splits=16.78M)
1.47/1.52	c 	recursing 11092 blocks of candidate 59x2738r
1.47/1.55	c 	recursing 18 blocks of candidate 3x256r
1.47/1.56	c 	recursing 1488 blocks of candidate 8x2738r
1.47/1.57	c 	recursing 12 blocks of candidate 3x256r
1.47/1.58	c 	recursing 3496 blocks of candidate 19x2738r
1.47/1.59	c 	recursing 6 blocks of candidate 3x256r
1.57/1.62	c 	recursing 7280 blocks of candidate 40x2738r
1.57/1.68	c 	 found row 3x256, generating row predicate
1.67/1.73	c 	 found row 4x256, generating row predicate
1.76/1.80	c 	 found row 5x256, generating row predicate
1.76/1.88	c 	 found row 6x256, generating row predicate
1.86/2.00	c 	 found row 8x256, generating row predicate
2.07/2.13	c 	 found row 9x256, generating row predicate
2.16/2.28	c 	 found row 10x256, generating row predicate
2.26/2.38	c 	 found row 7x256, generating row predicate
2.46/2.54	c 	 found row 11x256, generating row predicate
2.66/2.74	c 	 found row 13x256, generating row predicate
2.86/2.92	c 	 found row 12x256, generating row predicate
3.07/3.13	c 	 found row 14x256, generating row predicate
3.26/3.38	c 	 found row 16x256, generating row predicate
3.56/3.65	c 	 found row 18x256, generating row predicate
3.86/3.95	c 	 found row 19x256, generating row predicate
4.06/4.18	c 	 found row 15x256, generating row predicate
4.36/4.49	c 	 found row 20x256, generating row predicate
4.76/4.81	c 	 found row 21x256, generating row predicate
5.06/5.16	c 	 found row 22x256, generating row predicate
5.56/5.62	c 	 found row 29x256, generating row predicate
6.06/6.11	c 	 found row 31x256, generating row predicate
6.85/6.91	c 	 found row 51x256, generating row predicate
7.66/7.74	c 	 found row 52x256, generating row predicate
8.66/8.70	c 	 found row 60x256, generating row predicate
9.76/9.86	c 	 found row 73x256, generating row predicate
10.96/11.06	c 	 found row 75x256, generating row predicate
14.34/14.41	c 	 found row 208x256, generating row predicate
14.74/14.86	c 	 found row 40x2738, generating row predicate
14.84/14.90	c 	 found row 3x256, generating row predicate
15.14/15.23	c 	 found row 19x2738, generating row predicate
15.14/15.27	c 	 found row 3x256, generating row predicate
15.14/15.28	c 	recursing 22 blocks of candidate 11x256r
15.24/15.31	c 	recursing 7200 blocks of candidate 40x2738r
15.24/15.37	c 	 found row 3x256, generating row predicate
15.34/15.42	c 	 found row 4x256, generating row predicate
15.34/15.49	c 	 found row 5x256, generating row predicate
15.44/15.57	c 	 found row 6x256, generating row predicate
15.54/15.68	c 	 found row 8x256, generating row predicate
15.74/15.81	c 	 found row 9x256, generating row predicate
15.84/15.96	c 	 found row 10x256, generating row predicate
15.94/16.06	c 	 found row 7x256, generating row predicate
16.14/16.22	c 	 found row 11x256, generating row predicate
16.33/16.42	c 	 found row 13x256, generating row predicate
16.53/16.60	c 	 found row 12x256, generating row predicate
16.73/16.81	c 	 found row 14x256, generating row predicate
16.94/17.05	c 	 found row 16x256, generating row predicate
17.23/17.33	c 	 found row 18x256, generating row predicate
17.53/17.62	c 	 found row 19x256, generating row predicate
17.73/17.85	c 	 found row 15x256, generating row predicate
18.04/18.16	c 	 found row 20x256, generating row predicate
18.33/18.48	c 	 found row 21x256, generating row predicate
18.73/18.82	c 	 found row 22x256, generating row predicate
19.13/19.28	c 	 found row 29x256, generating row predicate
19.63/19.76	c 	 found row 31x256, generating row predicate
20.42/20.57	c 	 found row 51x256, generating row predicate
21.22/21.39	c 	 found row 52x256, generating row predicate
22.22/22.35	c 	 found row 60x256, generating row predicate
23.42/23.52	c 	 found row 73x256, generating row predicate
24.62/24.71	c 	 found row 75x256, generating row predicate
27.91/28.06	c 	 found row 208x256, generating row predicate
28.41/28.51	c 	 found row 40x2738, generating row predicate
28.51/28.68	c 	 found row 11x256, generating row predicate
28.71/28.87	c 	 found row 8x2738, generating row predicate
28.81/28.91	c 	 found row 3x256, generating row predicate
28.81/28.94	c 	recursing 30 blocks of candidate 15x256r
28.81/28.96	c 	recursing 7120 blocks of candidate 40x2738r
28.91/29.02	c 	 found row 3x256, generating row predicate
28.91/29.07	c 	 found row 4x256, generating row predicate
29.01/29.14	c 	 found row 5x256, generating row predicate
29.10/29.22	c 	 found row 6x256, generating row predicate
29.20/29.34	c 	 found row 8x256, generating row predicate
29.30/29.47	c 	 found row 9x256, generating row predicate
29.50/29.62	c 	 found row 10x256, generating row predicate
29.60/29.72	c 	 found row 7x256, generating row predicate
29.70/29.88	c 	 found row 11x256, generating row predicate
29.91/30.07	c 	 found row 13x256, generating row predicate
30.10/30.25	c 	 found row 12x256, generating row predicate
30.30/30.47	c 	 found row 14x256, generating row predicate
30.60/30.71	c 	 found row 16x256, generating row predicate
30.80/30.99	c 	 found row 18x256, generating row predicate
31.10/31.28	c 	 found row 19x256, generating row predicate
31.40/31.59	c 	 found row 20x256, generating row predicate
31.80/31.91	c 	 found row 21x256, generating row predicate
32.10/32.26	c 	 found row 22x256, generating row predicate
32.60/32.71	c 	 found row 29x256, generating row predicate
33.10/33.20	c 	 found row 31x256, generating row predicate
33.90/34.01	c 	 found row 51x256, generating row predicate
34.69/34.83	c 	 found row 52x256, generating row predicate
35.69/35.80	c 	 found row 60x256, generating row predicate
36.79/36.97	c 	 found row 73x256, generating row predicate
37.99/38.18	c 	 found row 75x256, generating row predicate
41.38/41.53	c 	 found row 208x256, generating row predicate
41.78/41.97	c 	 found row 40x2738, generating row predicate
42.07/42.20	c 	 found row 15x256, generating row predicate
42.67/42.82	c 	 found row 59x2738, generating row predicate
42.67/42.83	c 	 (42454.80ms)
42.67/42.83	c 
42.67/42.83	c detect symmetries on remainder
42.67/42.83	c 	[graph: #vertices 1052587 #edges 3147504]
42.67/42.84	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
43.08/43.22	c 	 [group: #symmetries 1.95*10^270 #generators 373] (392.04ms)
43.08/43.22	c 
43.08/43.22	c optimize generators (opt_passes=64, conjugate_limit=256)
43.08/43.23	c 	ran it=0, +gens=1 
44.17/44.32	c 	con best_support=512, best_gens=373, +gens=47
44.17/44.32	c 	(1100.12ms)
44.17/44.32	c 
44.17/44.32	c finalize break order and special generators
44.17/44.33	c 
44.17/44.33	c add generic predicates (break_depth=20)
44.17/44.34	c 	added predicates for 421 generators (3.07ms)
44.27/44.41	c 
44.27/44.41	c generation finished
44.27/44.41	c 	[sbp: #constraints 0 #add_vars 0]
44.27/44.41	c 
44.27/44.41	c write result to 'HOME/instance-4509291-1751520009.opb.pre'
44.27/44.43	c 	wrote 7.92MB (17.08ms)
44.27/44.43	c ------------------------------------------------------------------
44.27/44.43	c               42454.80ms 95.57% detect_special
44.27/44.43	c                1100.12ms  2.48% optimize_gens
44.27/44.43	c                 392.04ms  0.88% detect_generic
44.27/44.43	c                 268.19ms  0.60% approx_orbits
44.27/44.43	c                  93.57ms  0.21% parse
44.27/44.43	c                  81.26ms  0.18% other
44.27/44.43	c                  17.08ms  0.04% output
44.27/44.43	c                  10.51ms  0.02% finalize_order
44.27/44.43	c                   3.07ms  0.01% break_generic
44.27/44.43	c         ───────────────────────────────────────────────
44.27/44.43	c               44420.64ms   100% total
44.27/44.43	c ------------------------------------------------------------------
44.27/44.45	c RoundingSat 2
44.27/44.45	c branch pb25
44.27/44.45	c commit 63f22ad
44.31/44.88	c #variables 175232 #constraints 2994
44.31/44.88	c objective is ce32 
44.31/44.88	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
44.31/44.88	c initial counting CF 32, 64, 128, Arb: 259 , 0 , 0 , 0
44.31/44.88	c bounds - >= 0 @ 0.382304
60.71/60.94	c #Conflicts:       1000 | #Constraints:       3993
60.71/60.94	c #Conflicts:       2000 | #Constraints:       4993
60.71/60.94	c INPROCESSING
60.71/60.94	c GARBAGE COLLECT
60.71/60.94	c bounds - >= 126 @ 15.7065
106.32/107.05	c #Conflicts:       3000 | #Constraints:       5018
106.32/107.05	c #Conflicts:       4000 | #Constraints:       6019
106.32/107.05	c INPROCESSING
106.32/107.05	c GARBAGE COLLECT
106.32/107.05	c #Conflicts:       5000 | #Constraints:       5422
106.32/107.05	c #Conflicts:       6000 | #Constraints:       6422
106.32/107.05	c INPROCESSING
106.32/107.05	c GARBAGE COLLECT
106.32/107.05	c rational objective 126
313.72/315.09	c #Conflicts:       7000 | #Constraints:       5470
313.72/315.09	c #Conflicts:       8000 | #Constraints:       6471
313.72/315.09	c #Conflicts:       9000 | #Constraints:       7471
313.72/315.09	c INPROCESSING
313.72/315.09	c GARBAGE COLLECT
313.72/315.09	c #Conflicts:      10000 | #Constraints:       6149
313.72/315.09	c #Conflicts:      11000 | #Constraints:       7154
313.72/315.09	c #Conflicts:      12000 | #Constraints:       8154
313.72/315.09	c INPROCESSING
313.72/315.09	c GARBAGE COLLECT
313.72/315.09	c #Conflicts:      13000 | #Constraints:       6592
313.72/315.09	c #Conflicts:      14000 | #Constraints:       7592
313.72/315.09	c #Conflicts:      15000 | #Constraints:       8592
313.72/315.09	c INPROCESSING
313.72/315.09	c GARBAGE COLLECT
313.72/315.09	c rational objective 126
512.55/514.60	c #Conflicts:      16000 | #Constraints:       6841
512.55/514.60	c #Conflicts:      17000 | #Constraints:       7841
512.55/514.60	c #Conflicts:      18000 | #Constraints:       8841
512.55/514.60	c INPROCESSING
512.55/514.60	c GARBAGE COLLECT
512.55/514.60	c #Conflicts:      19000 | #Constraints:       6848
512.55/514.60	c #Conflicts:      20000 | #Constraints:       7849
512.55/514.60	c #Conflicts:      21000 | #Constraints:       8849
512.55/514.60	c INPROCESSING
512.55/514.60	c GARBAGE COLLECT
512.55/514.60	c #Conflicts:      22000 | #Constraints:       6654
512.55/514.60	c #Conflicts:      23000 | #Constraints:       7655
512.55/514.60	c #Conflicts:      24000 | #Constraints:       8656
512.55/514.60	c #Conflicts:      25000 | #Constraints:       9657
512.55/514.60	c INPROCESSING
512.55/514.60	c GARBAGE COLLECT
512.55/514.60	c rational objective 126
644.30/650.19	c #Conflicts:      26000 | #Constraints:       7276
644.30/650.19	c #Conflicts:      27000 | #Constraints:       8277
644.30/650.19	c #Conflicts:      28000 | #Constraints:       9278
644.30/650.19	c #Conflicts:      29000 | #Constraints:      10278
644.30/650.19	c INPROCESSING
644.30/650.19	c GARBAGE COLLECT
644.30/650.19	c rational objective 126
691.23/699.17	c #Conflicts:      30000 | #Constraints:       7679
691.23/699.17	c #Conflicts:      31000 | #Constraints:       8680
691.23/699.17	c #Conflicts:      32000 | #Constraints:       9680
691.23/699.17	c #Conflicts:      33000 | #Constraints:      10682
691.23/699.17	c INPROCESSING
691.23/699.17	c GARBAGE COLLECT
691.23/699.17	c rational objective 126
773.71/789.34	c #Conflicts:      34000 | #Constraints:       7888
773.71/789.34	c #Conflicts:      35000 | #Constraints:       8890
773.71/789.34	c #Conflicts:      36000 | #Constraints:       9892
773.71/789.34	c #Conflicts:      37000 | #Constraints:      10893
773.71/789.34	c INPROCESSING
773.71/789.34	c GARBAGE COLLECT
773.71/789.34	c rational objective 126
827.39/844.68	c #Conflicts:      38000 | #Constraints:       7901
827.39/844.68	c #Conflicts:      39000 | #Constraints:       8901
827.39/844.68	c #Conflicts:      40000 | #Constraints:       9901
827.39/844.68	c #Conflicts:      41000 | #Constraints:      10901
827.39/844.68	c INPROCESSING
827.39/844.68	c GARBAGE COLLECT
827.39/844.68	c rational objective 126
868.51/886.43	c #Conflicts:      42000 | #Constraints:       7695
868.51/886.43	c #Conflicts:      43000 | #Constraints:       8695
868.51/886.43	c #Conflicts:      44000 | #Constraints:       9695
868.51/886.43	c #Conflicts:      45000 | #Constraints:      10695
868.51/886.43	c #Conflicts:      46000 | #Constraints:      11696
868.51/886.43	c INPROCESSING
868.51/886.43	c GARBAGE COLLECT
868.51/886.43	c rational objective 126
962.10/982.84	c #Conflicts:      47000 | #Constraints:       8297
962.10/982.84	c #Conflicts:      48000 | #Constraints:       9297
962.10/982.84	c #Conflicts:      49000 | #Constraints:      10297
962.10/982.84	c #Conflicts:      50000 | #Constraints:      11298
962.10/982.84	c #Conflicts:      51000 | #Constraints:      12298
962.10/982.84	c INPROCESSING
962.10/982.84	c GARBAGE COLLECT
962.10/982.84	c rational objective 126
1013.47/1035.84	c #Conflicts:      52000 | #Constraints:       8718
1013.47/1035.84	c #Conflicts:      53000 | #Constraints:       9718
1013.47/1035.84	c #Conflicts:      54000 | #Constraints:      10718
1013.47/1035.84	c #Conflicts:      55000 | #Constraints:      11718
1013.47/1035.84	c #Conflicts:      56000 | #Constraints:      12718
1013.47/1035.84	c INPROCESSING
1013.47/1035.84	c GARBAGE COLLECT
1013.47/1035.84	c rational objective 126
1144.07/1167.59	c #Conflicts:      57000 | #Constraints:       8906
1144.07/1167.59	c #Conflicts:      58000 | #Constraints:       9907
1144.07/1167.59	c #Conflicts:      59000 | #Constraints:      10907
1144.07/1167.59	c #Conflicts:      60000 | #Constraints:      11908
1144.07/1167.59	c #Conflicts:      61000 | #Constraints:      12908
1144.07/1167.59	c INPROCESSING
1144.07/1167.59	c GARBAGE COLLECT
1144.07/1167.59	c #Conflicts:      62000 | #Constraints:       8880
1144.07/1167.59	c #Conflicts:      63000 | #Constraints:       9880
1144.07/1167.59	c #Conflicts:      64000 | #Constraints:      10880
1144.07/1167.59	c #Conflicts:      65000 | #Constraints:      11880
1144.07/1167.59	c #Conflicts:      66000 | #Constraints:      12880
1144.07/1167.59	c INPROCESSING
1144.07/1167.59	c GARBAGE COLLECT
1144.07/1167.59	c rational objective 126
1218.51/1242.82	c #Conflicts:      67000 | #Constraints:       8689
1218.51/1242.82	c #Conflicts:      68000 | #Constraints:       9689
1218.51/1242.82	c #Conflicts:      69000 | #Constraints:      10689
1218.51/1242.82	c #Conflicts:      70000 | #Constraints:      11689
1218.51/1242.82	c #Conflicts:      71000 | #Constraints:      12689
1218.51/1242.82	c #Conflicts:      72000 | #Constraints:      13689
1218.51/1242.82	c INPROCESSING
1218.51/1242.82	c GARBAGE COLLECT
1218.51/1242.82	c rational objective 126
1296.74/1321.58	c #Conflicts:      73000 | #Constraints:       9285
1296.74/1321.58	c #Conflicts:      74000 | #Constraints:      10285
1296.74/1321.58	c #Conflicts:      75000 | #Constraints:      11285
1296.74/1321.58	c #Conflicts:      76000 | #Constraints:      12286
1296.74/1321.58	c #Conflicts:      77000 | #Constraints:      13286
1296.74/1321.58	c #Conflicts:      78000 | #Constraints:      14286
1296.74/1321.58	c INPROCESSING
1296.74/1321.58	c GARBAGE COLLECT
1296.74/1321.58	c rational objective 126
1820.39/1862.87	c #Conflicts:      79000 | #Constraints:       9685
1820.39/1862.87	c #Conflicts:      80000 | #Constraints:      10686
1820.39/1862.87	c #Conflicts:      81000 | #Constraints:      11687
1820.39/1862.87	c #Conflicts:      82000 | #Constraints:      12687
1820.39/1862.87	c #Conflicts:      83000 | #Constraints:      13688
1820.39/1862.87	c #Conflicts:      84000 | #Constraints:      14688
1820.39/1862.87	c INPROCESSING
1820.39/1862.87	c GARBAGE COLLECT
1820.39/1862.87	c rational objective 126
2232.12/2293.60	c #Conflicts:      85000 | #Constraints:       9904
2232.12/2293.60	c #Conflicts:      86000 | #Constraints:      10904
2232.12/2293.60	c #Conflicts:      87000 | #Constraints:      11904
2232.12/2293.60	c #Conflicts:      88000 | #Constraints:      12904
2232.12/2293.60	c #Conflicts:      89000 | #Constraints:      13904
2232.12/2293.60	c #Conflicts:      90000 | #Constraints:      14904
2232.12/2293.60	c INPROCESSING
2232.12/2293.60	c GARBAGE COLLECT
2232.12/2293.60	c #Conflicts:      91000 | #Constraints:       9861
2232.12/2293.60	c #Conflicts:      92000 | #Constraints:      10861
2232.12/2293.60	c #Conflicts:      93000 | #Constraints:      11861
2232.12/2293.60	c #Conflicts:      94000 | #Constraints:      12861
2232.12/2293.60	c #Conflicts:      95000 | #Constraints:      13861
2232.12/2293.60	c #Conflicts:      96000 | #Constraints:      14862
2232.12/2293.60	c INPROCESSING
2232.12/2293.60	c GARBAGE COLLECT
2232.12/2293.60	c rational objective 126
2321.40/2384.26	c #Conflicts:      97000 | #Constraints:       9679
2321.40/2384.26	c #Conflicts:      98000 | #Constraints:      10679
2321.40/2384.26	c #Conflicts:      99000 | #Constraints:      11679
2321.40/2384.26	c #Conflicts:     100000 | #Constraints:      12679
2321.40/2384.26	c #Conflicts:     101000 | #Constraints:      13679
2321.40/2384.26	c #Conflicts:     102000 | #Constraints:      14680
2321.40/2384.26	c #Conflicts:     103000 | #Constraints:      15680
2321.40/2384.26	c INPROCESSING
2321.40/2384.26	c GARBAGE COLLECT
2321.40/2384.26	c rational objective 126
2600.86/2670.77	c #Conflicts:     104000 | #Constraints:      10286
2600.86/2670.77	c #Conflicts:     105000 | #Constraints:      11286
2600.86/2670.77	c #Conflicts:     106000 | #Constraints:      12286
2600.86/2670.77	c #Conflicts:     107000 | #Constraints:      13287
2600.86/2670.77	c #Conflicts:     108000 | #Constraints:      14287
2600.86/2670.77	c #Conflicts:     109000 | #Constraints:      15288
2600.86/2670.77	c #Conflicts:     110000 | #Constraints:      16288
2600.86/2670.77	c INPROCESSING
2600.86/2670.77	c GARBAGE COLLECT
2600.86/2670.77	c rational objective 126
2985.65/3059.29	c #Conflicts:     111000 | #Constraints:      10696
2985.65/3059.29	c #Conflicts:     112000 | #Constraints:      11696
2985.65/3059.29	c #Conflicts:     113000 | #Constraints:      12696
2985.65/3059.29	c #Conflicts:     114000 | #Constraints:      13696
2985.65/3059.29	c #Conflicts:     115000 | #Constraints:      14696
2985.65/3059.29	c #Conflicts:     116000 | #Constraints:      15697
2985.65/3059.29	c #Conflicts:     117000 | #Constraints:      16697
2985.65/3059.29	c INPROCESSING
2985.65/3059.29	c GARBAGE COLLECT
2985.65/3059.29	c rational objective 126
3191.13/3266.47	c #Conflicts:     118000 | #Constraints:      10898
3191.13/3266.47	c #Conflicts:     119000 | #Constraints:      11898
3191.13/3266.47	c #Conflicts:     120000 | #Constraints:      12900
3191.13/3266.47	c #Conflicts:     121000 | #Constraints:      13901
3191.13/3266.47	c #Conflicts:     122000 | #Constraints:      14903
3191.13/3266.47	c #Conflicts:     123000 | #Constraints:      15904
3191.13/3266.47	c #Conflicts:     124000 | #Constraints:      16905
3191.13/3266.47	c INPROCESSING
3191.13/3266.47	c GARBAGE COLLECT
3191.13/3266.47	c rational objective 126
3286.19/3364.34	c #Conflicts:     125000 | #Constraints:      10899
3286.19/3364.34	c #Conflicts:     126000 | #Constraints:      11899
3286.19/3364.34	c #Conflicts:     127000 | #Constraints:      12899
3286.19/3364.34	c #Conflicts:     128000 | #Constraints:      13899
3286.19/3364.34	c #Conflicts:     129000 | #Constraints:      14899
3286.19/3364.34	c #Conflicts:     130000 | #Constraints:      15899
3286.19/3364.34	c #Conflicts:     131000 | #Constraints:      16899
3286.19/3364.34	c INPROCESSING
3286.19/3364.34	c GARBAGE COLLECT
3286.19/3364.34	c rational objective 126
3494.27/3575.89	c #Conflicts:     132000 | #Constraints:      10706
3494.27/3575.89	c #Conflicts:     133000 | #Constraints:      11706
3494.27/3575.89	c #Conflicts:     134000 | #Constraints:      12707
3494.27/3575.89	c #Conflicts:     135000 | #Constraints:      13709
3494.27/3575.89	c #Conflicts:     136000 | #Constraints:      14709
3494.27/3575.89	c #Conflicts:     137000 | #Constraints:      15710
3494.27/3575.89	c #Conflicts:     138000 | #Constraints:      16710
3494.27/3575.89	c #Conflicts:     139000 | #Constraints:      17710
3494.27/3575.89	c INPROCESSING
3494.27/3575.89	c GARBAGE COLLECT
3494.27/3575.89	c rational objective 126

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62383 MiB free)
  memory of node 1: 64507 MiB (63784 MiB free)
  node distances:
     10  21
     21  10

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

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=78360, runsolver pid=78357

[startup+0.100064 s]*
/proc/loadavg: 2.67 3.30 3.75 5/267 78362
/proc/meminfo: memFree=129184592/131250000 swapFree=33008100/33010684
[pid=78360] ppid=78357 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/78360/stat : 78360 (run-opt-break-l) S 78357 78360 78143 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 67681186 4292608 768 18446744073709551615 94155879665664 94155880560197 140728836745744 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94155880799248 94155880846992 94155905740800 140728836749589 140728836749790 140728836749790 140728836755392 0
/proc/78360/statm: 1048 768 704 219 0 110 0
[pid=78362] ppid=78360 vsize=38944 memory=29444 CPUtime=0.09 cores=5,7
/proc/78362/stat : 78362 (pbsuma) D 78360 78360 78143 0 -1 4456448 6206 0 0 0 8 1 0 0 20 0 1 0 67681186 39878656 7361 18446744073709551615 4210688 4653049 140736538348992 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 4700520 4703148 27684864 140736538351843 140736538352178 140736538352178 140736538357743 0
/proc/78362/statm: 9736 7361 1024 108 0 7144 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 43136 KiB
Current children cumulated memory: 32516 KiB

[startup+0.205714 s]*
/proc/loadavg: 2.67 3.30 3.75 5/267 78362
/proc/meminfo: memFree=129083084/131250000 swapFree=33008100/33010684
[pid=78360] ppid=78357 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/78360/stat : 78360 (run-opt-break-l) S 78357 78360 78143 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 67681186 4292608 768 18446744073709551615 94155879665664 94155880560197 140728836745744 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94155880799248 94155880846992 94155905740800 140728836749589 140728836749790 140728836749790 140728836755392 0
/proc/78360/statm: 1048 768 704 219 0 110 0
[pid=78362] ppid=78360 vsize=143196 memory=122512 CPUtime=0.19 cores=5,7
/proc/78362/stat : 78362 (pbsuma) R 78360 78360 78143 0 -1 4194304 15705 0 0 0 15 4 0 0 20 0 1 0 67681186 146632704 30628 18446744073709551615 4210688 4653049 140736538348992 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 27684864 140736538351843 140736538352178 140736538352178 140736538357743 0
/proc/78362/statm: 35799 30628 1024 108 0 33207 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 147388 KiB
Current children cumulated memory: 125584 KiB

[startup+0.305816 s]*
/proc/loadavg: 2.67 3.30 3.75 5/267 78362
/proc/meminfo: memFree=129017932/131250000 swapFree=33008100/33010684
[pid=78360] ppid=78357 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/78360/stat : 78360 (run-opt-break-l) S 78357 78360 78143 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 67681186 4292608 768 18446744073709551615 94155879665664 94155880560197 140728836745744 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94155880799248 94155880846992 94155905740800 140728836749589 140728836749790 140728836749790 140728836755392 0
/proc/78360/statm: 1048 768 704 219 0 110 0
[pid=78362] ppid=78360 vsize=245952 memory=179752 CPUtime=0.28 cores=5,7
/proc/78362/stat : 78362 (pbsuma) R 78360 78360 78143 0 -1 4194304 20310 0 0 0 23 5 0 0 20 0 1 0 67681186 251854848 44938 18446744073709551615 4210688 4653049 140736538348992 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 27684864 140736538351843 140736538352178 140736538352178 140736538357743 0
/proc/78362/statm: 61488 44938 1024 108 0 58896 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 250144 KiB
Current children cumulated memory: 182824 KiB

[startup+0.700221 s]
/proc/loadavg: 2.67 3.30 3.75 5/267 78362
/proc/meminfo: memFree=128977228/131250000 swapFree=33008100/33010684
[pid=78360] ppid=78357 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/78360/stat : 78360 (run-opt-break-l) S 78357 78360 78143 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 67681186 4292608 768 18446744073709551615 94155879665664 94155880560197 140728836745744 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94155880799248 94155880846992 94155905740800 140728836749589 140728836749790 140728836749790 140728836755392 0
/proc/78360/statm: 1048 768 704 219 0 110 0
[pid=78362] ppid=78360 vsize=309884 memory=210592 CPUtime=0.68 cores=5,7
/proc/78362/stat : 78362 (pbsuma) R 78360 78360 78143 0 -1 4194304 26793 0 0 0 60 8 0 0 20 0 1 0 67681186 317321216 52648 18446744073709551615 4210688 4653049 140736538348992 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 27684864 140736538351843 140736538352178 140736538352178 140736538357743 0
/proc/78362/statm: 77471 52648 1024 108 0 74879 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 314076 KiB
Current children cumulated memory: 213664 KiB

[startup+1.50021 s]
/proc/loadavg: 2.67 3.30 3.75 5/267 78362
/proc/meminfo: memFree=128919140/131250000 swapFree=33008100/33010684
[pid=78360] ppid=78357 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/78360/stat : 78360 (run-opt-break-l) S 78357 78360 78143 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 67681186 4292608 768 18446744073709551615 94155879665664 94155880560197 140728836745744 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94155880799248 94155880846992 94155905740800 140728836749589 140728836749790 140728836749790 140728836755392 0
/proc/78360/statm: 1048 768 704 219 0 110 0
[pid=78362] ppid=78360 vsize=309884 memory=226656 CPUtime=1.47 cores=5,7
/proc/78362/stat : 78362 (pbsuma) R 78360 78360 78143 0 -1 4194304 28758 0 0 0 139 8 0 0 20 0 1 0 67681186 317321216 56664 18446744073709551615 4210688 4653049 140736538348992 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 27684864 140736538351843 140736538352178 140736538352178 140736538357743 0
/proc/78362/statm: 77471 56664 1024 108 0 74879 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 314076 KiB
Current children cumulated memory: 229728 KiB

[startup+3.10545 s]
/proc/loadavg: 2.67 3.30 3.75 5/267 78362
/proc/meminfo: memFree=128783628/131250000 swapFree=33008100/33010684
[pid=78360] ppid=78357 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/78360/stat : 78360 (run-opt-break-l) S 78357 78360 78143 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 67681186 4292608 768 18446744073709551615 94155879665664 94155880560197 140728836745744 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94155880799248 94155880846992 94155905740800 140728836749589 140728836749790 140728836749790 140728836755392 0
/proc/78360/statm: 1048 768 704 219 0 110 0
[pid=78362] ppid=78360 vsize=345400 memory=255532 CPUtime=3.07 cores=5,7
/proc/78362/stat : 78362 (pbsuma) R 78360 78360 78143 0 -1 4194304 36643 0 0 0 298 9 0 0 20 0 1 0 67681186 353689600 63883 18446744073709551615 4210688 4653049 140736538348992 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 27684864 140736538351843 140736538352178 140736538352178 140736538357743 0
/proc/78362/statm: 86350 63883 1024 108 0 83758 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 349592 KiB
Current children cumulated memory: 258604 KiB

[startup+6.30015 s]
/proc/loadavg: 2.78 3.32 3.75 5/267 78363
/proc/meminfo: memFree=128832384/131250000 swapFree=33008100/33010684
[pid=78360] ppid=78357 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/78360/stat : 78360 (run-opt-break-l) S 78357 78360 78143 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 67681186 4292608 768 18446744073709551615 94155879665664 94155880560197 140728836745744 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94155880799248 94155880846992 94155905740800 140728836749589 140728836749790 140728836749790 140728836755392 0
/proc/78360/statm: 1048 768 704 219 0 110 0
[pid=78362] ppid=78360 vsize=346324 memory=256428 CPUtime=6.25 cores=5,7
/proc/78362/stat : 78362 (pbsuma) R 78360 78360 78143 0 -1 4194304 36917 0 0 0 616 9 0 0 20 0 1 0 67681186 354635776 64107 18446744073709551615 4210688 4653049 140736538348992 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 27684864 140736538351843 140736538352178 140736538352178 140736538357743 0
/proc/78362/statm: 86581 64107 1024 108 0 83989 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 350516 KiB
Current children cumulated memory: 259500 KiB

[startup+12.7002 s]
/proc/loadavg: 2.87 3.33 3.75 5/267 78363
/proc/meminfo: memFree=128503056/131250000 swapFree=33008100/33010684
[pid=78360] ppid=78357 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/78360/stat : 78360 (run-opt-break-l) S 78357 78360 78143 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 67681186 4292608 768 18446744073709551615 94155879665664 94155880560197 140728836745744 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94155880799248 94155880846992 94155905740800 140728836749589 140728836749790 140728836749790 140728836755392 0
/proc/78360/statm: 1048 768 704 219 0 110 0
[pid=78362] ppid=78360 vsize=347756 memory=257836 CPUtime=12.65 cores=5,7
/proc/78362/stat : 78362 (pbsuma) R 78360 78360 78143 0 -1 4194304 37292 0 0 0 1255 10 0 0 20 0 1 0 67681186 356102144 64459 18446744073709551615 4210688 4653049 140736538348992 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 27684864 140736538351843 140736538352178 140736538352178 140736538357743 0
/proc/78362/statm: 86939 64459 1024 108 0 84347 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 351948 KiB
Current children cumulated memory: 260908 KiB

[startup+25.5002 s]
/proc/loadavg: 3.28 3.39 3.77 5/272 78368
/proc/meminfo: memFree=127874568/131250000 swapFree=33008100/33010684
[pid=78360] ppid=78357 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/78360/stat : 78360 (run-opt-break-l) S 78357 78360 78143 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 67681186 4292608 768 18446744073709551615 94155879665664 94155880560197 140728836745744 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94155880799248 94155880846992 94155905740800 140728836749589 140728836749790 140728836749790 140728836755392 0
/proc/78360/statm: 1048 768 704 219 0 110 0
[pid=78362] ppid=78360 vsize=348312 memory=265516 CPUtime=25.41 cores=5,7
/proc/78362/stat : 78362 (pbsuma) R 78360 78360 78143 0 -1 4194304 39210 0 0 0 2531 10 0 0 20 0 1 0 67681186 356671488 66379 18446744073709551615 4210688 4653049 140736538348992 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 27684864 140736538351843 140736538352178 140736538352178 140736538357743 0
/proc/78362/statm: 87078 66379 1024 108 0 84486 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 352504 KiB
Current children cumulated memory: 268588 KiB

[startup+51.1057 s]
/proc/loadavg: 3.53 3.44 3.78 5/273 78372
/proc/meminfo: memFree=126555080/131250000 swapFree=33008100/33010684
[pid=78360] ppid=78357 vsize=4192 memory=3072 CPUtime=44.31 cores=5,7
/proc/78360/stat : 78360 (run-opt-break-l) S 78357 78360 78143 0 -1 4194304 243 52072 0 0 0 0 4416 15 20 0 1 0 67681186 4292608 768 18446744073709551615 94155879665664 94155880560197 140728836745744 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94155880799248 94155880846992 94155905740800 140728836749589 140728836749790 140728836749790 140728836755392 0
/proc/78360/statm: 1048 768 704 219 0 110 0
[pid=78372] ppid=78360 vsize=325852 memory=262952 CPUtime=6.63 cores=5,7
/proc/78372/stat : 78372 (roundingsat) R 78360 78360 78143 0 -1 4194304 38470 0 0 0 604 59 0 0 20 0 1 0 67685630 333672448 65738 18446744073709551615 4227072 8923433 140722478039296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15020032 140722478041364 140722478041640 140722478041640 140722478047210 0
/proc/78372/statm: 81463 65738 2336 1147 0 68890 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 330044 KiB
Current children cumulated memory: 266024 KiB

[startup+102.3 s]
/proc/loadavg: 3.80 3.53 3.79 5/274 78379
/proc/meminfo: memFree=121867572/131250000 swapFree=33008100/33010684
[pid=78360] ppid=78357 vsize=4192 memory=3072 CPUtime=44.31 cores=5,7
/proc/78360/stat : 78360 (run-opt-break-l) S 78357 78360 78143 0 -1 4194304 243 52072 0 0 0 0 4416 15 20 0 1 0 67681186 4292608 768 18446744073709551615 94155879665664 94155880560197 140728836745744 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94155880799248 94155880846992 94155905740800 140728836749589 140728836749790 140728836749790 140728836755392 0
/proc/78360/statm: 1048 768 704 219 0 110 0
[pid=78372] ppid=78360 vsize=1469208 memory=1326860 CPUtime=57.32 cores=5,7
/proc/78372/stat : 78372 (roundingsat) R 78360 78360 78143 0 -1 4194304 244878 0 0 0 5506 226 0 0 20 0 1 0 67685630 1504468992 331715 18446744073709551615 4227072 8923433 140722478039296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15020032 140722478041364 140722478041640 140722478041640 140722478047210 0
/proc/78372/statm: 367302 331715 2368 1147 0 354729 0
Current children cumulated CPU time: 101.63 s
Current children cumulated vsize: 1473400 KiB
Current children cumulated memory: 1329932 KiB

[startup+162.3 s]
/proc/loadavg: 4.03 3.65 3.82 5/275 78382
/proc/meminfo: memFree=115527584/131250000 swapFree=33008100/33010684
[pid=78360] ppid=78357 vsize=4192 memory=3072 CPUtime=44.31 cores=5,7
/proc/78360/stat : 78360 (run-opt-break-l) S 78357 78360 78143 0 -1 4194304 243 52072 0 0 0 0 4416 15 20 0 1 0 67681186 4292608 768 18446744073709551615 94155879665664 94155880560197 140728836745744 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94155880799248 94155880846992 94155905740800 140728836749589 140728836749790 140728836749790 140728836755392 0
/proc/78360/statm: 1048 768 704 219 0 110 0
[pid=78372] ppid=78360 vsize=2445680 memory=2119464 CPUtime=117.15 cores=5,7
/proc/78372/stat : 78372 (roundingsat) R 78360 78360 78143 0 -1 4194304 405749 0 0 0 11360 355 0 0 20 0 1 0 67685630 2504376320 529866 18446744073709551615 4227072 8923433 140722478039296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15020032 140722478041364 140722478041640 140722478041640 140722478047210 0
/proc/78372/statm: 611420 529866 2368 1147 0 598847 0
Current children cumulated CPU time: 161.46 s
Current children cumulated vsize: 2449872 KiB
Current children cumulated memory: 2122536 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 3.73 3.84 5/275 78386
/proc/meminfo: memFree=109759784/131250000 swapFree=33008100/33010684
[pid=78360] ppid=78357 vsize=4192 memory=3072 CPUtime=44.31 cores=5,7
/proc/78360/stat : 78360 (run-opt-break-l) S 78357 78360 78143 0 -1 4194304 243 52072 0 0 0 0 4416 15 20 0 1 0 67681186 4292608 768 18446744073709551615 94155879665664 94155880560197 140728836745744 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94155880799248 94155880846992 94155905740800 140728836749589 140728836749790 140728836749790 140728836755392 0
/proc/78360/statm: 1048 768 704 219 0 110 0
[pid=78372] ppid=78360 vsize=2980548 memory=2771304 CPUtime=176.97 cores=5,7
/proc/78372/stat : 78372 (roundingsat) R 78360 78360 78143 0 -1 4194304 532133 0 0 0 17220 477 0 0 20 0 1 0 67685630 3052081152 692826 18446744073709551615 4227072 8923433 140722478039296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15020032 140722478041364 140722478041640 140722478041640 140722478047210 0
/proc/78372/statm: 745137 692826 2368 1147 0 732564 0

################
# More data... #
################

/proc/78360/stat : 78360 (run-opt-break-l) S 78357 78360 78143 0 -1 4194304 243 52072 0 0 0 0 4416 15 20 0 1 0 67681186 4292608 768 18446744073709551615 94155879665664 94155880560197 140728836745744 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94155880799248 94155880846992 94155905740800 140728836749589 140728836749790 140728836749790 140728836755392 0
/proc/78360/statm: 1048 768 704 219 0 110 0
[pid=78372] ppid=78360 vsize=20844272 memory=18770352 CPUtime=3162.68 cores=5,7
/proc/78372/stat : 78372 (roundingsat) R 78360 78360 78143 0 -1 4194304 4671371 0 0 0 311580 4688 0 0 20 0 1 0 67685630 21344534528 4692588 18446744073709551615 4227072 8923433 140722478039296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15020032 140722478041364 140722478041640 140722478041640 140722478047210 0
/proc/78372/statm: 5211068 4692588 2368 1147 0 5198495 0
Current children cumulated CPU time: 3206.99 s
Current children cumulated vsize: 20848464 KiB
Current children cumulated memory: 18773424 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.17 4.11 5/274 78561
/proc/meminfo: memFree=1219860/131250000 swapFree=33008100/33010684
[pid=78360] ppid=78357 vsize=4192 memory=3072 CPUtime=44.31 cores=5,7
/proc/78360/stat : 78360 (run-opt-break-l) S 78357 78360 78143 0 -1 4194304 243 52072 0 0 0 0 4416 15 20 0 1 0 67681186 4292608 768 18446744073709551615 94155879665664 94155880560197 140728836745744 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94155880799248 94155880846992 94155905740800 140728836749589 140728836749790 140728836749790 140728836755392 0
/proc/78360/statm: 1048 768 704 219 0 110 0
[pid=78372] ppid=78360 vsize=20850220 memory=18777264 CPUtime=3219.94 cores=5,7
/proc/78372/stat : 78372 (roundingsat) R 78360 78360 78143 0 -1 4194304 4706567 0 0 0 317139 4855 0 0 20 0 1 0 67685630 21350625280 4694316 18446744073709551615 4227072 8923433 140722478039296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15020032 140722478041364 140722478041640 140722478041640 140722478047210 0
/proc/78372/statm: 5212555 4694316 2368 1147 0 5199982 0
Current children cumulated CPU time: 3264.25 s
Current children cumulated vsize: 20854412 KiB
Current children cumulated memory: 18780336 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.17 4.11 5/273 78563
/proc/meminfo: memFree=1173848/131250000 swapFree=33008100/33010684
[pid=78360] ppid=78357 vsize=4192 memory=3072 CPUtime=44.31 cores=5,7
/proc/78360/stat : 78360 (run-opt-break-l) S 78357 78360 78143 0 -1 4194304 243 52072 0 0 0 0 4416 15 20 0 1 0 67681186 4292608 768 18446744073709551615 94155879665664 94155880560197 140728836745744 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94155880799248 94155880846992 94155905740800 140728836749589 140728836749790 140728836749790 140728836755392 0
/proc/78360/statm: 1048 768 704 219 0 110 0
[pid=78372] ppid=78360 vsize=20987492 memory=18882352 CPUtime=3279.42 cores=5,7
/proc/78372/stat : 78372 (roundingsat) R 78360 78360 78143 0 -1 4194304 4777375 0 0 0 323030 4912 0 0 20 0 1 0 67685630 21491191808 4720588 18446744073709551615 4227072 8923433 140722478039296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15020032 140722478041364 140722478041640 140722478041640 140722478047210 0
/proc/78372/statm: 5246873 4720588 2368 1147 0 5234300 0
Current children cumulated CPU time: 3323.73 s
Current children cumulated vsize: 20991684 KiB
Current children cumulated memory: 18885424 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.15 4.10 5/272 78565
/proc/meminfo: memFree=1240256/131250000 swapFree=33008100/33010684
[pid=78360] ppid=78357 vsize=4192 memory=3072 CPUtime=44.31 cores=5,7
/proc/78360/stat : 78360 (run-opt-break-l) S 78357 78360 78143 0 -1 4194304 243 52072 0 0 0 0 4416 15 20 0 1 0 67681186 4292608 768 18446744073709551615 94155879665664 94155880560197 140728836745744 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94155880799248 94155880846992 94155905740800 140728836749589 140728836749790 140728836749790 140728836755392 0
/proc/78360/statm: 1048 768 704 219 0 110 0
[pid=78372] ppid=78360 vsize=20996672 memory=18893516 CPUtime=3338.25 cores=5,7
/proc/78372/stat : 78372 (roundingsat) R 78360 78360 78143 0 -1 4194304 4826934 0 0 0 328831 4994 0 0 20 0 1 0 67685630 21500592128 4723379 18446744073709551615 4227072 8923433 140722478039296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15020032 140722478041364 140722478041640 140722478041640 140722478047210 0
/proc/78372/statm: 5249168 4723379 2368 1147 0 5236595 0
Current children cumulated CPU time: 3382.56 s
Current children cumulated vsize: 21000864 KiB
Current children cumulated memory: 18896588 KiB

[startup+3522.3 s]
/proc/loadavg: 4.35 4.21 4.12 6/272 78567
/proc/meminfo: memFree=1231588/131250000 swapFree=33008100/33010684
[pid=78360] ppid=78357 vsize=4192 memory=3072 CPUtime=44.31 cores=5,7
/proc/78360/stat : 78360 (run-opt-break-l) S 78357 78360 78143 0 -1 4194304 243 52072 0 0 0 0 4416 15 20 0 1 0 67681186 4292608 768 18446744073709551615 94155879665664 94155880560197 140728836745744 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94155880799248 94155880846992 94155905740800 140728836749589 140728836749790 140728836749790 140728836755392 0
/proc/78360/statm: 1048 768 704 219 0 110 0
[pid=78372] ppid=78360 vsize=20996672 memory=18893644 CPUtime=3397.5 cores=5,7
/proc/78372/stat : 78372 (roundingsat) R 78360 78360 78143 0 -1 4194304 4844540 0 0 0 334693 5057 0 0 20 0 1 0 67685630 21500592128 4723411 18446744073709551615 4227072 8923433 140722478039296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15020032 140722478041364 140722478041640 140722478041640 140722478047210 0
/proc/78372/statm: 5249168 4723411 2368 1147 0 5236595 0
Current children cumulated CPU time: 3441.81 s
Current children cumulated vsize: 21000864 KiB
Current children cumulated memory: 18896716 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.17 4.11 5/273 78570
/proc/meminfo: memFree=1084892/131250000 swapFree=33008100/33010684
[pid=78360] ppid=78357 vsize=4192 memory=3072 CPUtime=44.31 cores=5,7
/proc/78360/stat : 78360 (run-opt-break-l) S 78357 78360 78143 0 -1 4194304 243 52072 0 0 0 0 4416 15 20 0 1 0 67681186 4292608 768 18446744073709551615 94155879665664 94155880560197 140728836745744 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94155880799248 94155880846992 94155905740800 140728836749589 140728836749790 140728836749790 140728836755392 0
/proc/78360/statm: 1048 768 704 219 0 110 0
[pid=78372] ppid=78360 vsize=20996924 memory=18896972 CPUtime=3456.43 cores=5,7
/proc/78372/stat : 78372 (roundingsat) R 78360 78360 78143 0 -1 4194304 4886641 0 0 0 340528 5115 0 0 20 0 1 0 67685630 21500850176 4724243 18446744073709551615 4227072 8923433 140722478039296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15020032 140722478041364 140722478041640 140722478041640 140722478047210 0
/proc/78372/statm: 5249231 4724243 2368 1147 0 5236658 0
Current children cumulated CPU time: 3500.74 s
Current children cumulated vsize: 21001116 KiB
Current children cumulated memory: 18900044 KiB

[startup+3642.3 s]
/proc/loadavg: 4.21 4.18 4.12 5/271 78633
/proc/meminfo: memFree=56445900/131250000 swapFree=33008100/33010684
[pid=78360] ppid=78357 vsize=4192 memory=3072 CPUtime=44.31 cores=5,7
/proc/78360/stat : 78360 (run-opt-break-l) S 78357 78360 78143 0 -1 4194304 243 52072 0 0 0 0 4416 15 20 0 1 0 67681186 4292608 768 18446744073709551615 94155879665664 94155880560197 140728836745744 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94155880799248 94155880846992 94155905740800 140728836749589 140728836749790 140728836749790 140728836755392 0
/proc/78360/statm: 1048 768 704 219 0 110 0
[pid=78372] ppid=78360 vsize=21069492 memory=18993356 CPUtime=3515.97 cores=5,7
/proc/78372/stat : 78372 (roundingsat) R 78360 78360 78143 0 -1 4194304 4960836 0 0 0 346394 5203 0 0 20 0 1 0 67685630 21575159808 4748339 18446744073709551615 4227072 8923433 140722478039296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15020032 140722478041364 140722478041640 140722478041640 140722478047210 0
/proc/78372/statm: 5267373 4748339 2368 1147 0 5254800 0
Current children cumulated CPU time: 3560.28 s
Current children cumulated vsize: 21073684 KiB
Current children cumulated memory: 18996428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3682.2 s]
/proc/loadavg: 4.32 4.21 4.13 5/268 78746
/proc/meminfo: memFree=77379216/131250000 swapFree=33008100/33010684
[pid=78360] ppid=78357 vsize=4192 memory=3072 CPUtime=44.31 cores=5,7
/proc/78360/stat : 78360 (run-opt-break-l) S 78357 78360 78143 0 -1 4194304 243 52072 0 0 0 0 4416 15 20 0 1 0 67681186 4292608 768 18446744073709551615 94155879665664 94155880560197 140728836745744 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94155880799248 94155880846992 94155905740800 140728836749589 140728836749790 140728836749790 140728836755392 0
/proc/78360/statm: 1048 768 704 219 0 110 0
[pid=78372] ppid=78360 vsize=21240240 memory=19150024 CPUtime=3555.73 cores=5,7
/proc/78372/stat : 78372 (roundingsat) R 78360 78360 78143 0 -1 4194304 5006468 0 1 0 350335 5238 0 0 20 0 1 0 67685630 21750005760 4787506 18446744073709551615 4227072 8923433 140722478039296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15020032 140722478041364 140722478041640 140722478041640 140722478047210 0
/proc/78372/statm: 5310060 4787506 2464 1147 0 5297487 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 21244432 KiB
Current children cumulated memory: 19153096 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3682.2 s]
# the end of solver process 78360 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=44.1685 s, system=0.1597 s
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+3685.06 s]
# the end of solver process 78372 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3549.52 s, system=53.2866 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
Dumping a history of the last processes samples

[startup+3683.2 s]
/proc/loadavg: 4.32 4.21 4.13 5/269 78755
/proc/meminfo: memFree=91356212/131250000 swapFree=33008100/33010684
[pid=78372] ppid=78357 vsize=21240240 memory=19150024 CPUtime=3556.73 cores=5,7
/proc/78372/stat : 78372 (roundingsat) R 78357 78360 78143 0 -1 4194304 5006468 0 1 0 350435 5238 0 0 20 0 1 0 67685630 21750005760 4787506 18446744073709551615 4227072 8923433 140722478039296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15020032 140722478041364 140722478041640 140722478041640 140722478047210 0
/proc/78372/statm: 5310060 4787506 2464 1147 0 5297487 0
Current cumulated CPU time of completed processes: 44.3282 s
Current children cumulated CPU time: 3556.73 s
Current children cumulated vsize: 21240240 KiB
Current children cumulated memory: 19150024 KiB

[startup+3684 s]*
/proc/loadavg: 4.32 4.21 4.13 5/273 78766
/proc/meminfo: memFree=91126396/131250000 swapFree=33008100/33010684
[pid=78372] ppid=78357 vsize=21240240 memory=19150024 CPUtime=3557.53 cores=5,7
/proc/78372/stat : 78372 (roundingsat) R 78357 78360 78143 0 -1 4194304 5006468 0 1 0 350515 5238 0 0 20 0 1 0 67685630 21750005760 4787506 18446744073709551615 4227072 8923433 140722478039296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15020032 140722478041364 140722478041640 140722478041640 140722478047210 0
/proc/78372/statm: 5310060 4787506 2464 1147 0 5297487 0
Current cumulated CPU time of completed processes: 44.3282 s
Current children cumulated CPU time: 3557.53 s
Current children cumulated vsize: 21240240 KiB
Current children cumulated memory: 19150024 KiB

[startup+3684.2 s]
/proc/loadavg: 4.32 4.21 4.13 5/273 78766
/proc/meminfo: memFree=91126396/131250000 swapFree=33008100/33010684
[pid=78372] ppid=78357 vsize=21240240 memory=19150024 CPUtime=3557.73 cores=5,7
/proc/78372/stat : 78372 (roundingsat) R 78357 78360 78143 0 -1 4194304 5006468 0 1 0 350535 5238 0 0 20 0 1 0 67685630 21750005760 4787506 18446744073709551615 4227072 8923433 140722478039296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 15020032 140722478041364 140722478041640 140722478041640 140722478047210 0
/proc/78372/statm: 5310060 4787506 2464 1147 0 5297487 0
Current cumulated CPU time of completed processes: 44.3282 s
Current children cumulated CPU time: 3557.73 s
Current children cumulated vsize: 21240240 KiB
Current children cumulated memory: 19150024 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3685.06
CPU time (s): 3602.81
CPU user time (s): 3549.52
CPU system time (s): 53.2866
CPU usage (%): 97.7681
Max. virtual memory (cumulated for all children) (KiB): 21277136
Max. memory (cumulated for all children) (KiB): 19185716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3549.52
system time used= 53.2866
maximum resident set size= 19185692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5058783
page faults= 1
swaps= 0
block input operations= 4168
block output operations= 64555888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4117
involuntary context switches= 4765


# summary of solver processes directly reported to runsolver:
#   pid: 78360,78372
#   total CPU time (s): 3602.81
#   total CPU user time (s): 3549.52
#   total CPU system time (s): 53.2866

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.03679 second user time and 17.0404 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-03 07:20:09
IDJOB=4509291
IDBENCH=158606
IDSOLVER=3360
FILE ID=nodeC013/4509291-1751520009
RUNJOBID= nodeC013-1751520002-78156
SLURM_JOB_ID= 9598642
Free space on /tmp= 432656 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 63f22ad
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw128/normalized-hw128-vm98p-opt.opb.negationfix.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4509291-1751520009/watcher-4509291-1751520009 -o /tmp/evaluation-result-4509291-1751520009/solver-4509291-1751520009 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751520002-78156 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4509291-1751520009.opb PROOFDIR/proof-4509291-1751520009

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

MD5SUM BENCH= a7d39c8a0eed618aa14a4423c4fae159
RANDOM SEED=715395863

nodeC013 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.742
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.67
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.830
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.67
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		: 3651.108
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.67
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.565
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.837
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.67
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.782
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.67
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.532
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.843
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129204164 kB
MemAvailable:   129405280 kB
Buffers:            1668 kB
Cached:           998520 kB
SwapCached:         2116 kB
Active:           708044 kB
Inactive:         734040 kB
Active(anon):     435052 kB
Inactive(anon):    18016 kB
Active(file):     272992 kB
Inactive(file):   716024 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008100 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            255768 kB
Writeback:            16 kB
AnonPages:        441052 kB
Mapped:           106316 kB
Shmem:             11160 kB
KReclaimable:     102276 kB
Slab:             197208 kB
SReclaimable:     102276 kB
SUnreclaim:        94932 kB
KernelStack:        4320 kB
PageTables:         4092 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     871032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432640 MiB
End job on nodeC013 at 2025-07-03 08:21:34