Trace number 4508782

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 63f22adOPT-80 24.4488 24.5415

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-sporttournament18.lin.opb
MD5SUM609ffeb3252de5d8ecab6cf3f101c41d
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 benchmark-80
Best CPU time to get the best result obtained on this benchmark2.03794
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables441
Total number of constraints576
Number of constraints which are clauses288
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 389
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 420
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 420
Number of bits of the biggest sum of numbers9
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-4508782-1751512745.opb'
0.00/0.01	c 	read 0.02MB  (0.45ms)
0.00/0.01	c	 [cnf: #variables 441 #clauses 577 #duplicates 0 #arr 2117]
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (0.53ms)
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.09ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 2460 #edges 7118]
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.17ms)
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-4508782-1751512745.opb.pre'
0.00/0.01	c 	wrote 0.02MB (0.10ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   0.53ms 36.24% approx_orbits
0.00/0.01	c                   0.45ms 31.00% parse
0.00/0.01	c                   0.17ms 11.78% detect_generic
0.00/0.01	c                   0.10ms  7.03% output
0.00/0.01	c                   0.10ms  6.87% other
0.00/0.01	c                   0.09ms  6.20% detect_special
0.00/0.01	c                   0.01ms  0.89% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   1.45ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.02	c RoundingSat 2
0.00/0.02	c branch pb25
0.00/0.02	c commit 63f22ad
0.00/0.03	c #variables 441 #constraints 576
0.00/0.03	c objective is ce32 
0.00/0.03	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.03	c initial counting CF 32, 64, 128, Arb: 289 , 0 , 0 , 0
0.00/0.03	c bounds -51 >= -210 @ 0.005951
0.00/0.03	c rational objective -100
0.00/0.04	c bounds -52 >= -210 @ 0.018487
0.00/0.04	c bounds -52 >= -209 @ 0.018623
0.00/0.04	c bounds -52 >= -208 @ 0.018696
0.00/0.04	c bounds -52 >= -207 @ 0.018763
0.00/0.04	c bounds -52 >= -206 @ 0.018827
0.00/0.04	c bounds -52 >= -205 @ 0.018892
0.00/0.04	c bounds -52 >= -204 @ 0.018959
0.00/0.04	c bounds -52 >= -203 @ 0.01903
0.00/0.04	c bounds -52 >= -202 @ 0.019096
0.00/0.04	c bounds -52 >= -201 @ 0.019165
0.00/0.04	c bounds -52 >= -200 @ 0.019233
0.00/0.04	c bounds -52 >= -199 @ 0.019302
0.00/0.04	c bounds -52 >= -198 @ 0.019369
0.00/0.04	c bounds -52 >= -197 @ 0.019443
0.00/0.04	c bounds -52 >= -196 @ 0.019518
0.00/0.04	c bounds -52 >= -195 @ 0.019592
0.00/0.04	c bounds -52 >= -194 @ 0.019665
0.00/0.04	c bounds -52 >= -193 @ 0.019751
0.00/0.04	c bounds -52 >= -192 @ 0.019832
0.00/0.04	c bounds -52 >= -191 @ 0.019909
0.00/0.04	c bounds -52 >= -190 @ 0.019994
0.00/0.04	c bounds -52 >= -189 @ 0.020072
0.00/0.04	c bounds -52 >= -188 @ 0.020151
0.00/0.04	c bounds -52 >= -187 @ 0.020233
0.00/0.04	c bounds -52 >= -186 @ 0.02031
0.00/0.04	c bounds -52 >= -185 @ 0.02039
0.00/0.04	c bounds -52 >= -184 @ 0.020468
0.00/0.04	c bounds -52 >= -183 @ 0.020544
0.00/0.04	c bounds -52 >= -182 @ 0.02062
0.00/0.04	c bounds -52 >= -181 @ 0.020695
0.00/0.04	c bounds -52 >= -180 @ 0.020772
0.00/0.04	c bounds -52 >= -179 @ 0.020847
0.00/0.04	c bounds -52 >= -178 @ 0.020922
0.00/0.04	c bounds -52 >= -177 @ 0.020995
0.00/0.04	c bounds -52 >= -176 @ 0.02107
0.00/0.04	c bounds -52 >= -175 @ 0.021144
0.00/0.05	c bounds -52 >= -174 @ 0.021221
0.00/0.05	c bounds -52 >= -173 @ 0.021298
0.00/0.05	c bounds -52 >= -172 @ 0.021376
0.00/0.05	c bounds -52 >= -171 @ 0.021455
0.00/0.05	c bounds -52 >= -170 @ 0.02153
0.00/0.05	c bounds -52 >= -169 @ 0.022004
0.00/0.05	c bounds -52 >= -168 @ 0.022081
0.00/0.05	c bounds -52 >= -167 @ 0.022161
0.00/0.05	c bounds -52 >= -166 @ 0.022243
0.00/0.05	c bounds -52 >= -165 @ 0.022318
0.00/0.05	c bounds -52 >= -164 @ 0.022399
0.00/0.05	c bounds -52 >= -163 @ 0.022478
0.00/0.05	c bounds -52 >= -162 @ 0.022559
0.00/0.05	c bounds -52 >= -161 @ 0.022638
0.00/0.05	c bounds -53 >= -161 @ 0.022948
0.00/0.05	c bounds -53 >= -160 @ 0.023035
0.00/0.05	c bounds -53 >= -159 @ 0.023113
0.00/0.05	c bounds -53 >= -158 @ 0.023189
0.00/0.05	c bounds -53 >= -157 @ 0.023263
0.00/0.05	c bounds -53 >= -156 @ 0.023293
0.00/0.05	c bounds -53 >= -155 @ 0.023293
0.00/0.05	c bounds -53 >= -154 @ 0.023293
0.00/0.05	c bounds -53 >= -153 @ 0.023293
0.00/0.05	c bounds -53 >= -152 @ 0.023293
0.00/0.05	c bounds -53 >= -151 @ 0.023293
0.00/0.05	c bounds -53 >= -150 @ 0.023293
0.00/0.05	c bounds -53 >= -149 @ 0.023293
0.00/0.05	c bounds -53 >= -148 @ 0.023293
0.00/0.05	c bounds -53 >= -147 @ 0.023293
0.00/0.05	c bounds -53 >= -146 @ 0.023293
0.00/0.05	c bounds -53 >= -145 @ 0.023332
0.00/0.05	c bounds -53 >= -144 @ 0.023409
0.00/0.05	c bounds -53 >= -143 @ 0.023492
0.00/0.05	c bounds -54 >= -143 @ 0.024215
0.00/0.05	c bounds -54 >= -142 @ 0.024312
0.00/0.05	c bounds -54 >= -141 @ 0.024446
0.00/0.05	c bounds -54 >= -140 @ 0.024639
0.00/0.05	c bounds -54 >= -139 @ 0.024747
0.00/0.05	c bounds -54 >= -138 @ 0.024846
0.00/0.05	c bounds -54 >= -137 @ 0.024946
0.00/0.05	c bounds -54 >= -136 @ 0.025051
0.00/0.05	c bounds -54 >= -135 @ 0.025157
0.00/0.05	c bounds -54 >= -134 @ 0.025263
0.00/0.05	c bounds -54 >= -133 @ 0.025365
0.00/0.05	c bounds -54 >= -132 @ 0.025478
0.00/0.05	c bounds -54 >= -131 @ 0.025603
0.00/0.05	c bounds -54 >= -130 @ 0.025733
0.00/0.05	c bounds -54 >= -129 @ 0.025863
0.00/0.05	c bounds -54 >= -128 @ 0.025994
0.00/0.05	c bounds -54 >= -127 @ 0.02612
0.00/0.05	c bounds -54 >= -126 @ 0.026252
0.00/0.05	c bounds -56 >= -126 @ 0.02722
0.00/0.05	c bounds -56 >= -125 @ 0.027366
0.00/0.05	c bounds -56 >= -124 @ 0.027508
0.00/0.05	c bounds -56 >= -123 @ 0.027641
0.00/0.05	c bounds -56 >= -122 @ 0.027782
0.00/0.05	c bounds -56 >= -121 @ 0.027922
0.00/0.05	c bounds -56 >= -120 @ 0.028068
0.00/0.05	c bounds -56 >= -119 @ 0.028208
0.00/0.05	c bounds -56 >= -118 @ 0.028347
0.00/0.05	c bounds -56 >= -117 @ 0.028491
0.00/0.05	c bounds -56 >= -116 @ 0.028632
0.00/0.05	c bounds -56 >= -115 @ 0.028796
0.00/0.05	c bounds -56 >= -114 @ 0.028942
0.00/0.05	c bounds -56 >= -113 @ 0.029093
0.00/0.05	c bounds -57 >= -113 @ 0.029719
0.00/0.05	c bounds -57 >= -112 @ 0.029886
0.00/0.05	c bounds -57 >= -111 @ 0.030039
0.00/0.05	c bounds -57 >= -110 @ 0.030195
0.00/0.06	c bounds -57 >= -109 @ 0.030347
0.00/0.06	c bounds -57 >= -108 @ 0.030398
0.00/0.06	c bounds -57 >= -107 @ 0.030398
0.00/0.06	c bounds -57 >= -106 @ 0.030398
0.00/0.06	c bounds -57 >= -105 @ 0.030398
0.00/0.06	c bounds -57 >= -104 @ 0.030398
0.00/0.06	c bounds -57 >= -103 @ 0.030398
0.00/0.06	c bounds -58 >= -103 @ 0.030399
0.00/0.06	c bounds -58 >= -102 @ 0.030399
0.00/0.06	c bounds -58 >= -101 @ 0.030399
0.00/0.06	c bounds -58 >= -100 @ 0.030399
0.00/0.06	c bounds -58 >= -99 @ 0.030399
0.00/0.06	c bounds -58 >= -98 @ 0.030399
0.00/0.06	c bounds -58 >= -97 @ 0.030468
0.00/0.06	c bounds -58 >= -96 @ 0.030808
0.00/0.06	c bounds -58 >= -95 @ 0.031151
0.00/0.06	c bounds -59 >= -95 @ 0.03243
0.00/0.06	c bounds -59 >= -94 @ 0.032729
0.00/0.06	c bounds -59 >= -93 @ 0.033087
0.00/0.06	c bounds -59 >= -92 @ 0.033454
0.00/0.06	c bounds -59 >= -91 @ 0.0358
0.00/0.06	c bounds -59 >= -90 @ 0.036427
0.00/0.07	c bounds -60 >= -90 @ 0.043091
0.00/0.07	c bounds -60 >= -89 @ 0.043963
0.00/0.07	c bounds -60 >= -88 @ 0.046967
0.00/0.09	c bounds -60 >= -87 @ 0.066998
0.00/0.10	c bounds -61 >= -87 @ 0.067684
0.00/0.10	c bounds -62 >= -87 @ 0.068939
0.00/0.10	c bounds -63 >= -87 @ 0.070597
0.00/0.10	c bounds -64 >= -87 @ 0.072582
0.07/0.11	c bounds -65 >= -87 @ 0.080122
0.07/0.11	c bounds -65 >= -86 @ 0.082189
0.07/0.11	c bounds -66 >= -86 @ 0.083218
0.07/0.12	c bounds -66 >= -85 @ 0.090314
0.07/0.12	c bounds -67 >= -85 @ 0.091718
0.07/0.12	c bounds -68 >= -85 @ 0.093207
0.17/0.21	c #Conflicts:       1000 | #Constraints:       2397
0.17/0.21	c bounds -69 >= -85 @ 0.184497
0.17/0.27	c bounds -69 >= -84 @ 0.235642
0.17/0.28	c #Conflicts:       2000 | #Constraints:       3428
0.17/0.28	c INPROCESSING
0.17/0.28	c GARBAGE COLLECT
0.17/0.28	c rational objective -84
0.37/0.49	c #Conflicts:       3000 | #Constraints:       3179
0.37/0.49	c bounds -69 >= -83 @ 0.449845
0.47/0.54	c #Conflicts:       4000 | #Constraints:       4218
0.47/0.54	c INPROCESSING
0.47/0.54	c GARBAGE COLLECT
0.47/0.54	c rational objective -83
0.76/0.82	c #Conflicts:       5000 | #Constraints:       3573
0.76/0.82	c bounds -70 >= -83 @ 0.751546
0.86/0.96	c #Conflicts:       6000 | #Constraints:       4574
0.86/0.96	c INPROCESSING
0.86/0.96	c GARBAGE COLLECT
0.86/0.96	c rational objective -83
0.86/0.99	c bounds -71 >= -83 @ 0.910007
0.97/1.01	c bounds -72 >= -83 @ 0.933439
1.16/1.29	c #Conflicts:       7000 | #Constraints:       3569
1.16/1.29	c #Conflicts:       8000 | #Constraints:       4578
1.16/1.29	c bounds -73 >= -83 @ 1.19755
1.36/1.43	c #Conflicts:       9000 | #Constraints:       5580
1.36/1.43	c INPROCESSING
1.36/1.43	c GARBAGE COLLECT
1.36/1.43	c rational objective -83
1.76/1.81	c #Conflicts:      10000 | #Constraints:       4253
1.76/1.81	c #Conflicts:      11000 | #Constraints:       5253
1.76/1.81	c #Conflicts:      12000 | #Constraints:       6253
1.76/1.81	c INPROCESSING
1.76/1.81	c GARBAGE COLLECT
1.76/1.81	c rational objective -83
1.76/1.85	c bounds -74 >= -83 @ 1.73571
2.36/2.42	c #Conflicts:      13000 | #Constraints:       4713
2.36/2.42	c #Conflicts:      14000 | #Constraints:       5735
2.36/2.42	c #Conflicts:      15000 | #Constraints:       6757
2.36/2.42	c INPROCESSING
2.36/2.42	c GARBAGE COLLECT
2.36/2.42	c rational objective -83
2.55/2.62	c #Conflicts:      16000 | #Constraints:       4932
2.55/2.62	c bounds -74 >= -82 @ 2.48276
2.86/2.92	c #Conflicts:      17000 | #Constraints:       5983
2.86/2.92	c #Conflicts:      18000 | #Constraints:       6983
2.86/2.92	c INPROCESSING
2.86/2.92	c GARBAGE COLLECT
2.86/2.92	c rational objective -82
3.15/3.24	c #Conflicts:      19000 | #Constraints:       4999
3.15/3.24	c bounds -75 >= -82 @ 3.07834
3.46/3.58	c #Conflicts:      20000 | #Constraints:       6001
3.46/3.58	c #Conflicts:      21000 | #Constraints:       7001
3.46/3.58	c INPROCESSING
3.46/3.58	c GARBAGE COLLECT
3.46/3.58	c rational objective -82
3.66/3.71	c #Conflicts:      22000 | #Constraints:       4799
3.66/3.71	c bounds -76 >= -82 @ 3.53585
3.66/3.73	c bounds -77 >= -82 @ 3.55528
3.86/3.97	c #Conflicts:      23000 | #Constraints:       5834
3.86/3.97	c bounds -78 >= -82 @ 3.7843
4.15/4.26	c #Conflicts:      24000 | #Constraints:       6898
4.15/4.26	c #Conflicts:      25000 | #Constraints:       7960
4.15/4.26	c INPROCESSING
4.15/4.26	c GARBAGE COLLECT
4.15/4.26	c rational objective -82
4.85/4.90	c #Conflicts:      26000 | #Constraints:       5451
4.85/4.90	c #Conflicts:      27000 | #Constraints:       6451
4.85/4.90	c #Conflicts:      28000 | #Constraints:       7451
4.85/4.90	c bounds -78 >= -81 @ 4.69054
4.85/4.95	c #Conflicts:      29000 | #Constraints:       8481
4.85/4.95	c INPROCESSING
4.85/4.95	c GARBAGE COLLECT
4.85/4.95	c rational objective -81
5.55/5.63	c #Conflicts:      30000 | #Constraints:       5842
5.55/5.63	c #Conflicts:      31000 | #Constraints:       6902
5.55/5.63	c #Conflicts:      32000 | #Constraints:       7971
5.55/5.63	c #Conflicts:      33000 | #Constraints:       9018
5.55/5.63	c INPROCESSING
5.55/5.63	c GARBAGE COLLECT
5.55/5.63	c rational objective -81
6.34/6.41	c #Conflicts:      34000 | #Constraints:       6102
6.34/6.41	c #Conflicts:      35000 | #Constraints:       7102
6.34/6.41	c #Conflicts:      36000 | #Constraints:       8102
6.34/6.41	c #Conflicts:      37000 | #Constraints:       9102
6.34/6.41	c INPROCESSING
6.34/6.41	c GARBAGE COLLECT
6.34/6.41	c rational objective -81
7.25/7.38	c #Conflicts:      38000 | #Constraints:       6076
7.25/7.38	c #Conflicts:      39000 | #Constraints:       7095
7.25/7.38	c #Conflicts:      40000 | #Constraints:       8113
7.25/7.38	c #Conflicts:      41000 | #Constraints:       9126
7.25/7.38	c INPROCESSING
7.25/7.38	c GARBAGE COLLECT
7.25/7.38	c rational objective -81
8.15/8.27	c #Conflicts:      42000 | #Constraints:       5847
8.15/8.27	c #Conflicts:      43000 | #Constraints:       6847
8.15/8.27	c #Conflicts:      44000 | #Constraints:       7847
8.15/8.27	c #Conflicts:      45000 | #Constraints:       8847
8.15/8.27	c #Conflicts:      46000 | #Constraints:       9847
8.15/8.27	c INPROCESSING
8.15/8.27	c GARBAGE COLLECT
8.15/8.27	c rational objective -81
9.14/9.26	c #Conflicts:      47000 | #Constraints:       6438
9.14/9.26	c #Conflicts:      48000 | #Constraints:       7441
9.14/9.26	c #Conflicts:      49000 | #Constraints:       8445
9.14/9.26	c #Conflicts:      50000 | #Constraints:       9449
9.14/9.26	c #Conflicts:      51000 | #Constraints:      10460
9.14/9.26	c INPROCESSING
9.14/9.26	c GARBAGE COLLECT
9.14/9.26	c rational objective -81
10.14/10.27	c #Conflicts:      52000 | #Constraints:       6812
10.14/10.27	c #Conflicts:      53000 | #Constraints:       7812
10.14/10.27	c #Conflicts:      54000 | #Constraints:       8812
10.14/10.27	c #Conflicts:      55000 | #Constraints:       9812
10.14/10.27	c #Conflicts:      56000 | #Constraints:      10812
10.14/10.27	c INPROCESSING
10.14/10.27	c GARBAGE COLLECT
10.14/10.27	c rational objective -81
11.23/11.36	c #Conflicts:      57000 | #Constraints:       7022
11.23/11.36	c #Conflicts:      58000 | #Constraints:       8036
11.23/11.36	c #Conflicts:      59000 | #Constraints:       9056
11.23/11.36	c #Conflicts:      60000 | #Constraints:      10079
11.23/11.36	c #Conflicts:      61000 | #Constraints:      11095
11.23/11.36	c INPROCESSING
11.23/11.36	c GARBAGE COLLECT
11.23/11.36	c rational objective -81
12.53/12.64	c #Conflicts:      62000 | #Constraints:       7036
12.53/12.64	c #Conflicts:      63000 | #Constraints:       8036
12.53/12.64	c #Conflicts:      64000 | #Constraints:       9036
12.53/12.64	c #Conflicts:      65000 | #Constraints:      10036
12.53/12.64	c #Conflicts:      66000 | #Constraints:      11036
12.53/12.64	c INPROCESSING
12.53/12.64	c GARBAGE COLLECT
12.53/12.64	c rational objective -81
13.72/13.81	c #Conflicts:      67000 | #Constraints:       6835
13.72/13.81	c #Conflicts:      68000 | #Constraints:       7841
13.72/13.81	c #Conflicts:      69000 | #Constraints:       8845
13.72/13.81	c #Conflicts:      70000 | #Constraints:       9864
13.72/13.81	c #Conflicts:      71000 | #Constraints:      10869
13.72/13.81	c #Conflicts:      72000 | #Constraints:      11873
13.72/13.81	c INPROCESSING
13.72/13.81	c GARBAGE COLLECT
13.72/13.81	c rational objective -81
15.03/15.17	c #Conflicts:      73000 | #Constraints:       7412
15.03/15.17	c #Conflicts:      74000 | #Constraints:       8412
15.03/15.17	c #Conflicts:      75000 | #Constraints:       9412
15.03/15.17	c #Conflicts:      76000 | #Constraints:      10412
15.03/15.17	c #Conflicts:      77000 | #Constraints:      11412
15.03/15.17	c #Conflicts:      78000 | #Constraints:      12412
15.03/15.17	c INPROCESSING
15.03/15.17	c GARBAGE COLLECT
15.03/15.17	c rational objective -81
16.51/16.66	c #Conflicts:      79000 | #Constraints:       7825
16.51/16.66	c #Conflicts:      80000 | #Constraints:       8848
16.51/16.66	c #Conflicts:      81000 | #Constraints:       9861
16.51/16.66	c #Conflicts:      82000 | #Constraints:      10876
16.51/16.66	c #Conflicts:      83000 | #Constraints:      11884
16.51/16.66	c #Conflicts:      84000 | #Constraints:      12893
16.51/16.66	c INPROCESSING
16.51/16.66	c GARBAGE COLLECT
16.51/16.66	c rational objective -81
17.92/18.07	c #Conflicts:      85000 | #Constraints:       8037
17.92/18.07	c #Conflicts:      86000 | #Constraints:       9037
17.92/18.07	c #Conflicts:      87000 | #Constraints:      10037
17.92/18.07	c #Conflicts:      88000 | #Constraints:      11037
17.92/18.07	c #Conflicts:      89000 | #Constraints:      12037
17.92/18.07	c #Conflicts:      90000 | #Constraints:      13037
17.92/18.07	c INPROCESSING
17.92/18.07	c GARBAGE COLLECT
17.92/18.07	c rational objective -81
19.41/19.57	c #Conflicts:      91000 | #Constraints:       8032
19.41/19.57	c #Conflicts:      92000 | #Constraints:       9032
19.41/19.57	c #Conflicts:      93000 | #Constraints:      10032
19.41/19.57	c #Conflicts:      94000 | #Constraints:      11032
19.41/19.57	c #Conflicts:      95000 | #Constraints:      12032
19.41/19.57	c #Conflicts:      96000 | #Constraints:      13032
19.41/19.57	c INPROCESSING
19.41/19.57	c GARBAGE COLLECT
19.41/19.57	c rational objective -81
21.01/21.13	c #Conflicts:      97000 | #Constraints:       7844
21.01/21.13	c #Conflicts:      98000 | #Constraints:       8868
21.01/21.13	c #Conflicts:      99000 | #Constraints:       9871
21.01/21.13	c #Conflicts:     100000 | #Constraints:      10873
21.01/21.13	c #Conflicts:     101000 | #Constraints:      11889
21.01/21.13	c #Conflicts:     102000 | #Constraints:      12891
21.01/21.13	c #Conflicts:     103000 | #Constraints:      13899
21.01/21.13	c INPROCESSING
21.01/21.13	c GARBAGE COLLECT
21.01/21.13	c rational objective -81
22.70/22.84	c #Conflicts:     104000 | #Constraints:       8427
22.70/22.84	c #Conflicts:     105000 | #Constraints:       9427
22.70/22.84	c #Conflicts:     106000 | #Constraints:      10427
22.70/22.84	c #Conflicts:     107000 | #Constraints:      11427
22.70/22.84	c #Conflicts:     108000 | #Constraints:      12427
22.70/22.84	c #Conflicts:     109000 | #Constraints:      13427
22.70/22.84	c #Conflicts:     110000 | #Constraints:      14427
22.70/22.84	c INPROCESSING
22.70/22.84	c GARBAGE COLLECT
22.70/22.84	c rational objective -81
24.29/24.47	c #Conflicts:     111000 | #Constraints:       8843
24.29/24.47	c #Conflicts:     112000 | #Constraints:       9849
24.29/24.47	c #Conflicts:     113000 | #Constraints:      10855
24.29/24.47	c #Conflicts:     114000 | #Constraints:      11863
24.29/24.47	c #Conflicts:     115000 | #Constraints:      12869
24.29/24.47	c #Conflicts:     116000 | #Constraints:      13875
24.29/24.47	c #Conflicts:     117000 | #Constraints:      14887
24.29/24.47	c INPROCESSING
24.29/24.47	c GARBAGE COLLECT
24.29/24.47	c rational objective -81
24.39/24.52	c bounds -78 >= -80 @ 23.6772
24.39/24.53	c bounds -80 >= -80 @ 23.6889
24.39/24.53	c cpu time 23.6889 s
24.39/24.53	c deterministic time 1056971160 1.06e+09
24.39/24.53	c optimization time 0.011842 s
24.39/24.53	c total solve time 23.6736 s
24.39/24.53	c core-guided solve time 12.1356 s
24.39/24.53	c propagation time 15.8579 s
24.39/24.53	c conflict analysis time 6.57788 s
24.39/24.53	c propagations 10972126
24.39/24.53	c resolve steps 1530315
24.39/24.53	c decisions 247443
24.39/24.53	c conflicts 117334
24.39/24.53	c restarts 316
24.39/24.53	c inprocessing phases 26
24.39/24.53	c garbage collections 26 ,( 100.00 )
24.39/24.53	c input clauses 507 ,( 32.33 )
24.39/24.53	c input cardinalities 409 ,( 26.08 )
24.39/24.53	c input general constraints 652 ,( 41.58 )
24.39/24.53	c input average constraint length 44.34
24.39/24.53	c input average constraint degree 12.95
24.39/24.53	c learned clauses 68357 ,( 57.71 )
24.39/24.53	c learned cardinalities 126 ,( 0.11 )
24.39/24.53	c learned general constraints 49966 ,( 42.18 )
24.39/24.53	c learned average constraint length 80.04
24.39/24.53	c learned average constraint degree 490061508.62
24.39/24.53	c watched  CF 32, 64, 128, Arb: 22074 , 0 , 0 , 0
24.39/24.53	c counting CF 32, 64, 128, Arb: 28545 , 0 , 0 , 0
24.39/24.53	c watched   constraints 22074 ,( 43.61 ) 
24.39/24.53	c counting  constraints 28544 ,( 56.39 ) 
24.39/24.53	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 16594589 , 4828387 , 117717919 ,( 5949921 , 111767998 )
24.39/24.53	c gcd simplifications 6270
24.39/24.53	c detected cardinalities 53
24.39/24.53	c weakened non-implied lits 9378458
24.39/24.53	c weakened non-implying lits 5618
24.39/24.53	c original variables 441
24.39/24.53	c clausal propagations 1916338
24.39/24.53	c cardinality propagations 934847
24.39/24.53	c watched propagations 36106
24.39/24.53	c counting propagations 7572130
24.39/24.53	c watch lookups 505956021
24.39/24.53	c watch backjump lookups 0
24.39/24.53	c watch checks 123998112
24.39/24.53	c propagation checks 359929338
24.39/24.53	c constraint additions 44413950
24.39/24.53	c trail pops 11335948
24.39/24.53	c formula constraints 576
24.39/24.53	c learned constraints 116504
24.39/24.53	c bound constraints 183
24.39/24.53	c core-guided constraints 809
24.39/24.53	c encountered formula constraints 574935
24.39/24.53	c encountered learned constraints 745467
24.39/24.53	c encountered bound constraints 98
24.39/24.53	c encountered core-guided constraints 290962
24.39/24.53	c LP total time 5.771 s
24.39/24.53	c LP solve time 4.81 s
24.39/24.53	c LP constraints added 907
24.39/24.53	c LP constraints removed 321
24.39/24.53	c LP pivots internal 117397
24.39/24.53	c LP pivots root 824
24.39/24.53	c LP calls 17030
24.39/24.53	c LP optimalities 16150
24.39/24.53	c LP no pivot count 5752
24.39/24.53	c LP infeasibilities 880
24.39/24.53	c LP valid Farkas constraints 880
24.39/24.53	c LP learned Farkas constraints 880
24.39/24.53	c LP basis resets 0
24.39/24.53	c LP cycling count 0
24.39/24.53	c LP singular count 0
24.39/24.53	c LP no primal count 0
24.39/24.53	c LP no farkas count 0
24.39/24.53	c LP other issue count 0
24.39/24.53	c LP Gomory cuts 185
24.39/24.53	c LP learned cuts 146
24.39/24.53	c LP deleted cuts 321
24.39/24.53	c LP encountered Gomory constraints 17593
24.39/24.53	c LP encountered Farkas constraints 14862
24.39/24.53	c LP encountered learned Farkas constraints 2852
24.39/24.53	c CG auxiliary variables introduced 313
24.39/24.53	c CG solutions found 27
24.39/24.53	c CG cores constructed 130
24.39/24.53	c CG core cardinality constraints returned 0
24.39/24.53	c CG unit cores 0
24.39/24.53	c CG single cores 130
24.39/24.53	c CG blocks removed during cardinality reduction 0
24.39/24.53	c CG first core best 0
24.39/24.53	c CG decision core best 0
24.39/24.53	c CG core reduction tie 0
24.39/24.53	c CG core degree average 1.00
24.39/24.53	c CG core slack average 4.45
24.39/24.53	c CG core upper bound improvements 21
24.39/24.53	c STR number of successful calls 0
24.39/24.53	c STR number of unsuccessful calls 0
24.39/24.53	c STR number of inconclusive calls 0
24.39/24.53	c STR number of successful attempts 0
24.39/24.53	c STR number of unsuccessful attempts 0
24.39/24.53	c STR number of inconclusive attempts 0
24.39/24.53	c STR average degree increase per successful call inf
24.39/24.53	c STR average degree increase per successful attempt inf
24.39/24.53	c STR total number of conflicts for successful attempts 0
24.39/24.53	c STR total number of conflicts for unsuccessful attempts 0
24.39/24.53	c STR total number of conflicts for inconclusive attempts 0
24.39/24.53	c STR average number of conflicts per successful attempt inf
24.39/24.53	c STR average number of conflicts per unsuccessful attempt inf
24.39/24.53	c STR average number of conflicts per inconclusive attempt inf
24.39/24.53	c AVG.sumWPerc 47.24 
24.39/24.53	c bigint constraints 0 
24.39/24.53	o -80
24.39/24.53	s OPTIMUM FOUND
24.39/24.54	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

Verifier Data

OK	-80

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 (62345 MiB free)
  memory of node 1: 64465 MiB (62589 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4508782-1751512745/watcher-4508782-1751512745 -o /tmp/evaluation-result-4508782-1751512745/solver-4508782-1751512745 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751512741-72404 --watchdog 3760 run-opt-ls.sh HOME/instance-4508782-1751512745.opb 

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 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=72833, runsolver pid=72830

[startup+0.100058 s]*
/proc/loadavg: 0.87 1.03 1.75 3/263 72846
/proc/meminfo: memFree=127925264/131250000 swapFree=33010672/33010684
[pid=72833] ppid=72830 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/72833/stat : 72833 (run-opt-ls.sh) S 72830 72833 72384 0 -1 4194304 237 384 0 0 0 0 0 0 20 0 1 0 66951115 4292608 768 18446744073709551615 94156757975040 94156758869573 140734470839488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94156759108624 94156759156368 94156791169024 140734470842727 140734470842853 140734470842853 140734470848455 0
/proc/72833/statm: 1048 768 704 219 0 110 0
[pid=72836] ppid=72833 vsize=58584 memory=15496 CPUtime=0.07 cores=5,7
/proc/72836/stat : 72836 (roundingsat) R 72833 72833 72384 0 -1 4194304 1279 0 0 0 7 0 0 0 20 0 1 0 66951116 59990016 3874 18446744073709551615 4227072 8923433 140731913623376 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20332544 140731913627974 140731913628200 140731913628200 140731913633770 0
/proc/72836/statm: 14646 3874 2432 1147 0 2073 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 62776 KiB
Current children cumulated memory: 18568 KiB

[startup+0.20571 s]*
/proc/loadavg: 0.87 1.03 1.75 3/261 72862
/proc/meminfo: memFree=127836880/131250000 swapFree=33010672/33010684
[pid=72833] ppid=72830 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/72833/stat : 72833 (run-opt-ls.sh) S 72830 72833 72384 0 -1 4194304 237 384 0 0 0 0 0 0 20 0 1 0 66951115 4292608 768 18446744073709551615 94156757975040 94156758869573 140734470839488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94156759108624 94156759156368 94156791169024 140734470842727 140734470842853 140734470842853 140734470848455 0
/proc/72833/statm: 1048 768 704 219 0 110 0
[pid=72836] ppid=72833 vsize=60176 memory=17032 CPUtime=0.17 cores=5,7
/proc/72836/stat : 72836 (roundingsat) R 72833 72833 72384 0 -1 4194304 1665 0 0 0 17 0 0 0 20 0 1 0 66951116 61620224 4258 18446744073709551615 4227072 8923433 140731913623376 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20332544 140731913627974 140731913628200 140731913628200 140731913633770 0
/proc/72836/statm: 15044 4258 2432 1147 0 2471 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 64368 KiB
Current children cumulated memory: 20104 KiB

[startup+0.30541 s]*
/proc/loadavg: 0.87 1.03 1.75 4/261 72862
/proc/meminfo: memFree=127820120/131250000 swapFree=33010672/33010684
[pid=72833] ppid=72830 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/72833/stat : 72833 (run-opt-ls.sh) S 72830 72833 72384 0 -1 4194304 237 384 0 0 0 0 0 0 20 0 1 0 66951115 4292608 768 18446744073709551615 94156757975040 94156758869573 140734470839488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94156759108624 94156759156368 94156791169024 140734470842727 140734470842853 140734470842853 140734470848455 0
/proc/72833/statm: 1048 768 704 219 0 110 0
[pid=72836] ppid=72833 vsize=61276 memory=18184 CPUtime=0.28 cores=5,7
/proc/72836/stat : 72836 (roundingsat) R 72833 72833 72384 0 -1 4194304 1926 0 0 0 27 1 0 0 20 0 1 0 66951116 62746624 4546 18446744073709551615 4227072 8923433 140731913623376 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20332544 140731913627974 140731913628200 140731913628200 140731913633770 0
/proc/72836/statm: 15319 4546 2432 1147 0 2746 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 65468 KiB
Current children cumulated memory: 21256 KiB

[startup+0.700192 s]
/proc/loadavg: 0.87 1.03 1.75 3/261 72862
/proc/meminfo: memFree=127706704/131250000 swapFree=33010672/33010684
[pid=72833] ppid=72830 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/72833/stat : 72833 (run-opt-ls.sh) S 72830 72833 72384 0 -1 4194304 237 384 0 0 0 0 0 0 20 0 1 0 66951115 4292608 768 18446744073709551615 94156757975040 94156758869573 140734470839488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94156759108624 94156759156368 94156791169024 140734470842727 140734470842853 140734470842853 140734470848455 0
/proc/72833/statm: 1048 768 704 219 0 110 0
[pid=72836] ppid=72833 vsize=61684 memory=18568 CPUtime=0.67 cores=5,7
/proc/72836/stat : 72836 (roundingsat) R 72833 72833 72384 0 -1 4194304 2031 0 0 0 64 3 0 0 20 0 1 0 66951116 63164416 4642 18446744073709551615 4227072 8923433 140731913623376 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20332544 140731913627974 140731913628200 140731913628200 140731913633770 0
/proc/72836/statm: 15421 4642 2432 1147 0 2848 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 65876 KiB
Current children cumulated memory: 21640 KiB

[startup+1.50016 s]
/proc/loadavg: 0.87 1.03 1.75 4/265 72875
/proc/meminfo: memFree=127739544/131250000 swapFree=33010672/33010684
[pid=72833] ppid=72830 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/72833/stat : 72833 (run-opt-ls.sh) S 72830 72833 72384 0 -1 4194304 237 384 0 0 0 0 0 0 20 0 1 0 66951115 4292608 768 18446744073709551615 94156757975040 94156758869573 140734470839488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94156759108624 94156759156368 94156791169024 140734470842727 140734470842853 140734470842853 140734470848455 0
/proc/72833/statm: 1048 768 704 219 0 110 0
[pid=72836] ppid=72833 vsize=65036 memory=23652 CPUtime=1.46 cores=5,7
/proc/72836/stat : 72836 (roundingsat) R 72833 72833 72384 0 -1 4194304 2788 0 0 0 139 7 0 0 20 0 1 0 66951116 66596864 5913 18446744073709551615 4227072 8923433 140731913623376 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20332544 140731913627974 140731913628200 140731913628200 140731913633770 0
/proc/72836/statm: 16259 5913 2432 1147 0 3686 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 69228 KiB
Current children cumulated memory: 26724 KiB

[startup+3.10543 s]
/proc/loadavg: 1.12 1.08 1.76 5/271 72941
/proc/meminfo: memFree=127055452/131250000 swapFree=33010672/33010684
[pid=72833] ppid=72830 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/72833/stat : 72833 (run-opt-ls.sh) S 72830 72833 72384 0 -1 4194304 237 384 0 0 0 0 0 0 20 0 1 0 66951115 4292608 768 18446744073709551615 94156757975040 94156758869573 140734470839488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94156759108624 94156759156368 94156791169024 140734470842727 140734470842853 140734470842853 140734470848455 0
/proc/72833/statm: 1048 768 704 219 0 110 0
[pid=72836] ppid=72833 vsize=67796 memory=26084 CPUtime=3.06 cores=5,7
/proc/72836/stat : 72836 (roundingsat) R 72833 72833 72384 0 -1 4194304 3421 0 0 0 294 12 0 0 20 0 1 0 66951116 69423104 6521 18446744073709551615 4227072 8923433 140731913623376 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20332544 140731913627974 140731913628200 140731913628200 140731913633770 0
/proc/72836/statm: 16949 6521 2432 1147 0 4376 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 71988 KiB
Current children cumulated memory: 29156 KiB

[startup+6.30013 s]
/proc/loadavg: 1.12 1.08 1.76 5/271 72941
/proc/meminfo: memFree=126734432/131250000 swapFree=33010672/33010684
[pid=72833] ppid=72830 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/72833/stat : 72833 (run-opt-ls.sh) S 72830 72833 72384 0 -1 4194304 237 384 0 0 0 0 0 0 20 0 1 0 66951115 4292608 768 18446744073709551615 94156757975040 94156758869573 140734470839488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94156759108624 94156759156368 94156791169024 140734470842727 140734470842853 140734470842853 140734470848455 0
/proc/72833/statm: 1048 768 704 219 0 110 0
[pid=72836] ppid=72833 vsize=69288 memory=27492 CPUtime=6.25 cores=5,7
/proc/72836/stat : 72836 (roundingsat) R 72833 72833 72384 0 -1 4194304 3773 0 0 0 603 22 0 0 20 0 1 0 66951116 70950912 6873 18446744073709551615 4227072 8923433 140731913623376 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20332544 140731913627974 140731913628200 140731913628200 140731913633770 0
/proc/72836/statm: 17322 6873 2432 1147 0 4749 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 73480 KiB
Current children cumulated memory: 30564 KiB

[startup+12.7001 s]
/proc/loadavg: 1.35 1.13 1.77 5/271 72941
/proc/meminfo: memFree=126808000/131250000 swapFree=33010672/33010684
[pid=72833] ppid=72830 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/72833/stat : 72833 (run-opt-ls.sh) S 72830 72833 72384 0 -1 4194304 237 384 0 0 0 0 0 0 20 0 1 0 66951115 4292608 768 18446744073709551615 94156757975040 94156758869573 140734470839488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94156759108624 94156759156368 94156791169024 140734470842727 140734470842853 140734470842853 140734470848455 0
/proc/72833/statm: 1048 768 704 219 0 110 0
[pid=72836] ppid=72833 vsize=79076 memory=34660 CPUtime=12.63 cores=5,7
/proc/72836/stat : 72836 (roundingsat) R 72833 72833 72384 0 -1 4194304 5548 0 0 0 1222 41 0 0 20 0 1 0 66951116 80973824 8665 18446744073709551615 4227072 8923433 140731913623376 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20332544 140731913627974 140731913628200 140731913628200 140731913633770 0
/proc/72836/statm: 19769 8665 2432 1147 0 7196 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 83268 KiB
Current children cumulated memory: 37732 KiB

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

# cumulated CPU time of all completed processes:  user=23.6932 s, system=0.755619 s

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

[startup+12.8001 s]
/proc/loadavg: 1.35 1.13 1.77 5/271 72941
/proc/meminfo: memFree=126808000/131250000 swapFree=33010672/33010684
[pid=72833] ppid=72830 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/72833/stat : 72833 (run-opt-ls.sh) S 72830 72833 72384 0 -1 4194304 237 384 0 0 0 0 0 0 20 0 1 0 66951115 4292608 768 18446744073709551615 94156757975040 94156758869573 140734470839488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94156759108624 94156759156368 94156791169024 140734470842727 140734470842853 140734470842853 140734470848455 0
/proc/72833/statm: 1048 768 704 219 0 110 0
[pid=72836] ppid=72833 vsize=79076 memory=34660 CPUtime=12.73 cores=5,7
/proc/72836/stat : 72836 (roundingsat) R 72833 72833 72384 0 -1 4194304 5548 0 0 0 1232 41 0 0 20 0 1 0 66951116 80973824 8665 18446744073709551615 4227072 8923433 140731913623376 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20332544 140731913627974 140731913628200 140731913628200 140731913633770 0
/proc/72836/statm: 19769 8665 2432 1147 0 7196 0
Current children cumulated CPU time: 12.73 s
Current children cumulated vsize: 83268 KiB
Current children cumulated memory: 37732 KiB

[startup+19.2001 s]
/proc/loadavg: 1.76 1.22 1.80 5/271 72941
/proc/meminfo: memFree=126864008/131250000 swapFree=33010672/33010684
[pid=72833] ppid=72830 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/72833/stat : 72833 (run-opt-ls.sh) S 72830 72833 72384 0 -1 4194304 237 384 0 0 0 0 0 0 20 0 1 0 66951115 4292608 768 18446744073709551615 94156757975040 94156758869573 140734470839488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94156759108624 94156759156368 94156791169024 140734470842727 140734470842853 140734470842853 140734470848455 0
/proc/72833/statm: 1048 768 704 219 0 110 0
[pid=72836] ppid=72833 vsize=82320 memory=38628 CPUtime=19.11 cores=5,7
/proc/72836/stat : 72836 (roundingsat) R 72833 72833 72384 0 -1 4194304 6566 0 0 0 1850 61 0 0 20 0 1 0 66951116 84295680 9657 18446744073709551615 4227072 8923433 140731913623376 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20332544 140731913627974 140731913628200 140731913628200 140731913633770 0
/proc/72836/statm: 20580 9657 2432 1147 0 8007 0
Current children cumulated CPU time: 19.11 s
Current children cumulated vsize: 86512 KiB
Current children cumulated memory: 41700 KiB

[startup+22.4001 s]
/proc/loadavg: 1.76 1.22 1.80 5/271 72941
/proc/meminfo: memFree=126861648/131250000 swapFree=33010672/33010684
[pid=72833] ppid=72830 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/72833/stat : 72833 (run-opt-ls.sh) S 72830 72833 72384 0 -1 4194304 237 384 0 0 0 0 0 0 20 0 1 0 66951115 4292608 768 18446744073709551615 94156757975040 94156758869573 140734470839488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94156759108624 94156759156368 94156791169024 140734470842727 140734470842853 140734470842853 140734470848455 0
/proc/72833/statm: 1048 768 704 219 0 110 0
[pid=72836] ppid=72833 vsize=82460 memory=39012 CPUtime=22.3 cores=5,7
/proc/72836/stat : 72836 (roundingsat) R 72833 72833 72384 0 -1 4194304 6632 0 0 0 2161 69 0 0 20 0 1 0 66951116 84439040 9753 18446744073709551615 4227072 8923433 140731913623376 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20332544 140731913627974 140731913628200 140731913628200 140731913633770 0
/proc/72836/statm: 20615 9753 2432 1147 0 8042 0
Current children cumulated CPU time: 22.3 s
Current children cumulated vsize: 86652 KiB
Current children cumulated memory: 42084 KiB

[startup+23.2001 s]
/proc/loadavg: 1.94 1.27 1.81 5/271 72942
/proc/meminfo: memFree=126863696/131250000 swapFree=33010672/33010684
[pid=72833] ppid=72830 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/72833/stat : 72833 (run-opt-ls.sh) S 72830 72833 72384 0 -1 4194304 237 384 0 0 0 0 0 0 20 0 1 0 66951115 4292608 768 18446744073709551615 94156757975040 94156758869573 140734470839488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94156759108624 94156759156368 94156791169024 140734470842727 140734470842853 140734470842853 140734470848455 0
/proc/72833/statm: 1048 768 704 219 0 110 0
[pid=72836] ppid=72833 vsize=82624 memory=39140 CPUtime=23.1 cores=5,7
/proc/72836/stat : 72836 (roundingsat) R 72833 72833 72384 0 -1 4194304 6671 0 0 0 2239 71 0 0 20 0 1 0 66951116 84606976 9785 18446744073709551615 4227072 8923433 140731913623376 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20332544 140731913627974 140731913628200 140731913628200 140731913633770 0
/proc/72836/statm: 20656 9785 2432 1147 0 8083 0
Current children cumulated CPU time: 23.1 s
Current children cumulated vsize: 86816 KiB
Current children cumulated memory: 42212 KiB

[startup+24.0001 s]*
/proc/loadavg: 1.94 1.27 1.81 5/271 72942
/proc/meminfo: memFree=126863696/131250000 swapFree=33010672/33010684
[pid=72833] ppid=72830 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/72833/stat : 72833 (run-opt-ls.sh) S 72830 72833 72384 0 -1 4194304 237 384 0 0 0 0 0 0 20 0 1 0 66951115 4292608 768 18446744073709551615 94156757975040 94156758869573 140734470839488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94156759108624 94156759156368 94156791169024 140734470842727 140734470842853 140734470842853 140734470848455 0
/proc/72833/statm: 1048 768 704 219 0 110 0
[pid=72836] ppid=72833 vsize=84296 memory=40548 CPUtime=23.9 cores=5,7
/proc/72836/stat : 72836 (roundingsat) R 72833 72833 72384 0 -1 4194304 7032 0 0 0 2317 73 0 0 20 0 1 0 66951116 86319104 10137 18446744073709551615 4227072 8923433 140731913623376 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20332544 140731913627974 140731913628200 140731913628200 140731913633770 0
/proc/72836/statm: 21074 10137 2432 1147 0 8501 0
Current children cumulated CPU time: 23.9 s
Current children cumulated vsize: 88488 KiB
Current children cumulated memory: 43620 KiB

[startup+24.4001 s]
/proc/loadavg: 1.94 1.27 1.81 5/271 72942
/proc/meminfo: memFree=126863696/131250000 swapFree=33010672/33010684
[pid=72833] ppid=72830 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/72833/stat : 72833 (run-opt-ls.sh) S 72830 72833 72384 0 -1 4194304 237 384 0 0 0 0 0 0 20 0 1 0 66951115 4292608 768 18446744073709551615 94156757975040 94156758869573 140734470839488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94156759108624 94156759156368 94156791169024 140734470842727 140734470842853 140734470842853 140734470848455 0
/proc/72833/statm: 1048 768 704 219 0 110 0
[pid=72836] ppid=72833 vsize=91696 memory=43876 CPUtime=24.29 cores=5,7
/proc/72836/stat : 72836 (roundingsat) R 72833 72833 72384 0 -1 4194304 7873 0 0 0 2355 74 0 0 20 0 1 0 66951116 93896704 10969 18446744073709551615 4227072 8923433 140731913623376 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20332544 140731913627974 140731913628200 140731913628200 140731913633770 0
/proc/72836/statm: 22924 10969 2432 1147 0 10351 0
Current children cumulated CPU time: 24.29 s
Current children cumulated vsize: 95888 KiB
Current children cumulated memory: 46948 KiB

[startup+24.5001 s]
/proc/loadavg: 1.94 1.27 1.81 5/271 72942
/proc/meminfo: memFree=126863696/131250000 swapFree=33010672/33010684
[pid=72833] ppid=72830 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/72833/stat : 72833 (run-opt-ls.sh) S 72830 72833 72384 0 -1 4194304 237 384 0 0 0 0 0 0 20 0 1 0 66951115 4292608 768 18446744073709551615 94156757975040 94156758869573 140734470839488 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94156759108624 94156759156368 94156791169024 140734470842727 140734470842853 140734470842853 140734470848455 0
/proc/72833/statm: 1048 768 704 219 0 110 0
[pid=72836] ppid=72833 vsize=91940 memory=44388 CPUtime=24.39 cores=5,7
/proc/72836/stat : 72836 (roundingsat) R 72833 72833 72384 0 -1 4194304 7988 0 0 0 2365 74 0 0 20 0 1 0 66951116 94146560 11097 18446744073709551615 4227072 8923433 140731913623376 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 20332544 140731913627974 140731913628200 140731913628200 140731913633770 0
/proc/72836/statm: 22985 11097 2432 1147 0 10412 0
Current children cumulated CPU time: 24.39 s
Current children cumulated vsize: 96132 KiB
Current children cumulated memory: 47460 KiB

Child status: 0

Real time (s): 24.5415
CPU time (s): 24.4488
CPU user time (s): 23.6932
CPU system time (s): 0.755619
CPU usage (%): 99.6221
Max. virtual memory (cumulated for all children) (KiB): 96132
Max. memory (cumulated for all children) (KiB): 47460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.6932
system time used= 0.755619
maximum resident set size= 44388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8633
page faults= 0
swaps= 0
block input operations= 0
block output operations= 48
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 208
involuntary context switches= 49


# summary of solver processes directly reported to runsolver:
#   pid: 72833
#   total CPU time (s): 24.4488
#   total CPU user time (s): 23.6932
#   total CPU system time (s): 0.755619

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047929 second user time and 0.14082 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-03 05:19:05
IDJOB=4508782
IDBENCH=158472
IDSOLVER=3355
FILE ID=nodeC014/4508782-1751512745
RUNJOBID= nodeC014-1751512741-72404
SLURM_JOB_ID= 9598617
Free space on /tmp= 430524 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-sporttournament18.lin.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4508782-1751512745/watcher-4508782-1751512745 -o /tmp/evaluation-result-4508782-1751512745/solver-4508782-1751512745 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751512741-72404 --watchdog 3760  run-opt-ls.sh HOME/instance-4508782-1751512745.opb

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

MD5SUM BENCH= 609ffeb3252de5d8ecab6cf3f101c41d
RANDOM SEED=745437456

nodeC014 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.198
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.23
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		: 3600.301
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.23
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.590
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.23
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.118
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.23
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		: 3601.600
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.23
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.109
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.23
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		: 3600.403
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.23
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		: 3605.682
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127950540 kB
MemAvailable:   129773304 kB
Buffers:            2508 kB
Cached:          2618056 kB
SwapCached:            4 kB
Active:           644972 kB
Inactive:        2059872 kB
Active(anon):      98492 kB
Inactive(anon):     3852 kB
Active(file):     546480 kB
Inactive(file):  2056020 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             29248 kB
Writeback:            48 kB
AnonPages:         87392 kB
Mapped:           104068 kB
Shmem:             18064 kB
KReclaimable:     119008 kB
Slab:             210020 kB
SReclaimable:     119008 kB
SUnreclaim:        91012 kB
KernelStack:        4192 kB
PageTables:         2948 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     361108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430456 MiB
End job on nodeC014 at 2025-07-03 05:19:30