Trace number 4502602

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 63f22adOPT122 71.551 71.8326

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-neos-538867.opb
MD5SUMfe13d2dbd64f41a692445fbdcafba3bd
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 benchmark122
Best CPU time to get the best result obtained on this benchmark28.2274
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables792
Total number of constraints1170
Number of constraints which are clauses1143
Number of constraints which are cardinality constraints (but not clauses)27
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 666
Biggest coefficient in the objective function 80
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 18684
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 18684
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4502602-1751440844.opb'
0.00/0.02	c 	read 0.05MB  (0.93ms)
0.00/0.02	c	 [cnf: #variables 792 #clauses 1171 #duplicates 0 #arr 4554]
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 108] (1.02ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 (0.26ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 4339 #edges 13860]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.03	c 	 [group: #symmetries 8.00*10^0 #generators 2] (1.16ms)
0.00/0.03	c 
0.00/0.03	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.03	c 	(0.01ms)
0.00/0.03	c 
0.00/0.03	c finalize break order and special generators
0.00/0.03	c 
0.00/0.03	c add generic predicates (break_depth=20)
0.00/0.03	c 	added predicates for 2 generators (0.02ms)
0.00/0.03	c 
0.00/0.03	c generation finished
0.00/0.03	c 	[sbp: #constraints 110 #add_vars 36]
0.00/0.03	c 
0.00/0.03	c write result to 'HOME/instance-4502602-1751440844.opb.pre'
0.00/0.03	c 	wrote 0.05MB (0.19ms)
0.00/0.03	c ------------------------------------------------------------------
0.00/0.03	c                   1.16ms 31.39% detect_generic
0.00/0.03	c                   1.02ms 27.41% approx_orbits
0.00/0.03	c                   0.92ms 24.82% parse
0.00/0.03	c                   0.26ms  6.87% detect_special
0.00/0.03	c                   0.19ms  5.16% output
0.00/0.03	c                   0.11ms  2.86% other
0.00/0.03	c                   0.03ms  0.77% finalize_order
0.00/0.03	c                   0.02ms  0.44% break_generic
0.00/0.03	c                   0.01ms  0.28% optimize_gens
0.00/0.03	c         ───────────────────────────────────────────────
0.00/0.03	c                   3.71ms   100% total
0.00/0.03	c ------------------------------------------------------------------
0.00/0.04	c RoundingSat 2
0.00/0.04	c branch pb25
0.00/0.04	c commit 63f22ad
0.00/0.04	c #variables 828 #constraints 1298
0.00/0.04	c objective is ce32 
0.00/0.05	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.05	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
0.00/0.05	c bounds 467 >= 0 @ 0.007617
0.00/0.05	c rational objective 32
0.00/0.08	c bounds 447 >= 0 @ 0.031607
0.00/0.09	c bounds 437 >= 0 @ 0.03929
0.06/0.16	c bounds 427 >= 0 @ 0.109275
0.06/0.16	c bounds 412 >= 0 @ 0.110809
0.06/0.16	c bounds 382 >= 0 @ 0.111678
0.06/0.16	c bounds 377 >= 0 @ 0.112576
0.06/0.17	c bounds 377 >= 20 @ 0.123011
0.26/0.31	c #Conflicts:       1000 | #Constraints:       2315
0.26/0.31	c bounds 377 >= 40 @ 0.248432
0.26/0.31	c bounds 362 >= 40 @ 0.248664
0.26/0.31	c bounds 347 >= 40 @ 0.249189
0.26/0.32	c bounds 327 >= 40 @ 0.251644
0.26/0.32	c bounds 307 >= 40 @ 0.251655
0.26/0.32	c bounds 287 >= 40 @ 0.251655
0.26/0.32	c bounds 267 >= 40 @ 0.251655
0.26/0.32	c bounds 247 >= 40 @ 0.251655
0.26/0.32	c bounds 227 >= 40 @ 0.252087
0.26/0.32	c bounds 207 >= 40 @ 0.252564
0.26/0.33	c #Conflicts:       2000 | #Constraints:       3330
0.26/0.33	c INPROCESSING
0.26/0.33	c GARBAGE COLLECT
0.26/0.33	c rational objective 40
0.26/0.34	c bounds 202 >= 40 @ 0.275567
0.26/0.35	c bounds 182 >= 40 @ 0.280444
0.36/0.42	c bounds 162 >= 40 @ 0.352718
0.36/0.44	c bounds 147 >= 40 @ 0.363926
0.45/0.52	c bounds 137 >= 40 @ 0.438552
0.65/0.72	c #Conflicts:       3000 | #Constraints:       3335
0.65/0.72	c #Conflicts:       4000 | #Constraints:       4336
0.65/0.72	c INPROCESSING
0.65/0.72	c GARBAGE COLLECT
0.65/0.72	c rational objective 40
1.25/1.31	c #Conflicts:       5000 | #Constraints:       3745
1.25/1.31	c #Conflicts:       6000 | #Constraints:       4755
1.25/1.31	c INPROCESSING
1.25/1.31	c GARBAGE COLLECT
1.25/1.31	c rational objective 40
1.25/1.36	c bounds 127 >= 40 @ 1.25142
1.35/1.41	c #Conflicts:       7000 | #Constraints:       3759
1.35/1.41	c bounds 127 >= 55 @ 1.29673
1.84/1.92	c #Conflicts:       8000 | #Constraints:       4762
1.84/1.92	c #Conflicts:       9000 | #Constraints:       5767
1.84/1.92	c INPROCESSING
1.84/1.92	c GARBAGE COLLECT
1.84/1.92	c rational objective 55
2.53/2.65	c #Conflicts:      10000 | #Constraints:       4463
2.53/2.65	c #Conflicts:      11000 | #Constraints:       5468
2.53/2.65	c #Conflicts:      12000 | #Constraints:       6470
2.53/2.65	c INPROCESSING
2.53/2.65	c GARBAGE COLLECT
2.53/2.65	c rational objective 55
3.42/3.52	c #Conflicts:      13000 | #Constraints:       4927
3.42/3.52	c #Conflicts:      14000 | #Constraints:       5930
3.42/3.52	c #Conflicts:      15000 | #Constraints:       6932
3.42/3.52	c INPROCESSING
3.42/3.52	c GARBAGE COLLECT
3.42/3.52	c rational objective 55
4.31/4.41	c #Conflicts:      16000 | #Constraints:       5153
4.31/4.41	c #Conflicts:      17000 | #Constraints:       6153
4.31/4.41	c #Conflicts:      18000 | #Constraints:       7157
4.31/4.41	c INPROCESSING
4.31/4.41	c GARBAGE COLLECT
4.31/4.41	c rational objective 55
5.30/5.46	c #Conflicts:      19000 | #Constraints:       5178
5.30/5.46	c #Conflicts:      20000 | #Constraints:       6181
5.30/5.46	c #Conflicts:      21000 | #Constraints:       7184
5.30/5.46	c INPROCESSING
5.30/5.46	c GARBAGE COLLECT
5.30/5.46	c rational objective 55
6.40/6.51	c #Conflicts:      22000 | #Constraints:       4966
6.40/6.51	c #Conflicts:      23000 | #Constraints:       5967
6.40/6.51	c #Conflicts:      24000 | #Constraints:       6969
6.40/6.51	c #Conflicts:      25000 | #Constraints:       7971
6.40/6.51	c INPROCESSING
6.40/6.51	c GARBAGE COLLECT
6.40/6.51	c rational objective 55
7.69/7.82	c #Conflicts:      26000 | #Constraints:       5578
7.69/7.82	c #Conflicts:      27000 | #Constraints:       6578
7.69/7.82	c #Conflicts:      28000 | #Constraints:       7580
7.69/7.82	c #Conflicts:      29000 | #Constraints:       8580
7.69/7.82	c INPROCESSING
7.69/7.82	c GARBAGE COLLECT
7.69/7.82	c rational objective 55
8.89/9.03	c #Conflicts:      30000 | #Constraints:       5981
8.89/9.03	c #Conflicts:      31000 | #Constraints:       6983
8.89/9.03	c #Conflicts:      32000 | #Constraints:       7985
8.89/9.03	c #Conflicts:      33000 | #Constraints:       8986
8.89/9.03	c INPROCESSING
8.89/9.03	c GARBAGE COLLECT
8.89/9.03	c rational objective 55
10.38/10.50	c #Conflicts:      34000 | #Constraints:       6164
10.38/10.50	c #Conflicts:      35000 | #Constraints:       7164
10.38/10.50	c #Conflicts:      36000 | #Constraints:       8165
10.38/10.50	c #Conflicts:      37000 | #Constraints:       9167
10.38/10.50	c INPROCESSING
10.38/10.50	c GARBAGE COLLECT
10.38/10.50	c rational objective 55
11.98/12.10	c #Conflicts:      38000 | #Constraints:       6167
11.98/12.10	c #Conflicts:      39000 | #Constraints:       7167
11.98/12.10	c #Conflicts:      40000 | #Constraints:       8167
11.98/12.10	c #Conflicts:      41000 | #Constraints:       9167
11.98/12.10	c INPROCESSING
11.98/12.10	c GARBAGE COLLECT
11.98/12.10	c rational objective 55
13.67/13.81	c #Conflicts:      42000 | #Constraints:       5976
13.67/13.81	c #Conflicts:      43000 | #Constraints:       6977
13.67/13.81	c #Conflicts:      44000 | #Constraints:       7977
13.67/13.81	c #Conflicts:      45000 | #Constraints:       8977
13.67/13.81	c bounds 127 >= 70 @ 13.2682
13.78/13.92	c #Conflicts:      46000 | #Constraints:       9985
13.78/13.92	c INPROCESSING
13.78/13.92	c GARBAGE COLLECT
13.78/13.92	c rational objective 70
15.27/15.47	c #Conflicts:      47000 | #Constraints:       6591
15.27/15.47	c #Conflicts:      48000 | #Constraints:       7592
15.27/15.47	c #Conflicts:      49000 | #Constraints:       8593
15.27/15.47	c #Conflicts:      50000 | #Constraints:       9595
15.27/15.47	c #Conflicts:      51000 | #Constraints:      10597
15.27/15.47	c INPROCESSING
15.27/15.47	c GARBAGE COLLECT
15.27/15.47	c rational objective 70
17.17/17.35	c #Conflicts:      52000 | #Constraints:       6992
17.17/17.35	c #Conflicts:      53000 | #Constraints:       7994
17.17/17.35	c #Conflicts:      54000 | #Constraints:       8996
17.17/17.35	c #Conflicts:      55000 | #Constraints:       9997
17.17/17.35	c #Conflicts:      56000 | #Constraints:      10998
17.17/17.35	c INPROCESSING
17.17/17.35	c GARBAGE COLLECT
17.17/17.35	c rational objective 70
18.96/19.15	c #Conflicts:      57000 | #Constraints:       7188
18.96/19.15	c #Conflicts:      58000 | #Constraints:       8188
18.96/19.15	c #Conflicts:      59000 | #Constraints:       9188
18.96/19.15	c #Conflicts:      60000 | #Constraints:      10190
18.96/19.15	c #Conflicts:      61000 | #Constraints:      11192
18.96/19.15	c INPROCESSING
18.96/19.15	c GARBAGE COLLECT
18.96/19.15	c rational objective 70
21.25/21.42	c #Conflicts:      62000 | #Constraints:       7184
21.25/21.42	c #Conflicts:      63000 | #Constraints:       8186
21.25/21.42	c #Conflicts:      64000 | #Constraints:       9186
21.25/21.42	c #Conflicts:      65000 | #Constraints:      10187
21.25/21.42	c #Conflicts:      66000 | #Constraints:      11187
21.25/21.42	c INPROCESSING
21.25/21.42	c GARBAGE COLLECT
21.25/21.42	c rational objective 70
23.35/23.56	c #Conflicts:      67000 | #Constraints:       6977
23.35/23.56	c #Conflicts:      68000 | #Constraints:       7978
23.35/23.56	c #Conflicts:      69000 | #Constraints:       8979
23.35/23.56	c #Conflicts:      70000 | #Constraints:       9980
23.35/23.56	c #Conflicts:      71000 | #Constraints:      10982
23.35/23.56	c #Conflicts:      72000 | #Constraints:      11983
23.35/23.56	c bounds 122 >= 70 @ 22.7943
23.45/23.60	c INPROCESSING
23.45/23.60	c GARBAGE COLLECT
23.45/23.60	c rational objective 70
25.64/25.87	c #Conflicts:      73000 | #Constraints:       7588
25.64/25.87	c #Conflicts:      74000 | #Constraints:       8590
25.64/25.87	c #Conflicts:      75000 | #Constraints:       9590
25.64/25.87	c #Conflicts:      76000 | #Constraints:      10590
25.64/25.87	c #Conflicts:      77000 | #Constraints:      11590
25.64/25.87	c bounds 122 >= 80 @ 25.0679
25.95/26.11	c #Conflicts:      78000 | #Constraints:      12598
25.95/26.11	c INPROCESSING
25.95/26.11	c GARBAGE COLLECT
25.95/26.11	c rational objective 80
28.33/28.52	c #Conflicts:      79000 | #Constraints:       7988
28.33/28.52	c #Conflicts:      80000 | #Constraints:       8989
28.33/28.52	c #Conflicts:      81000 | #Constraints:       9991
28.33/28.52	c #Conflicts:      82000 | #Constraints:      10992
28.33/28.52	c #Conflicts:      83000 | #Constraints:      11994
28.33/28.52	c #Conflicts:      84000 | #Constraints:      12994
28.33/28.52	c INPROCESSING
28.33/28.52	c GARBAGE COLLECT
28.33/28.52	c rational objective 80
30.72/31.00	c #Conflicts:      85000 | #Constraints:       8198
30.72/31.00	c #Conflicts:      86000 | #Constraints:       9202
30.72/31.00	c #Conflicts:      87000 | #Constraints:      10203
30.72/31.00	c #Conflicts:      88000 | #Constraints:      11205
30.72/31.00	c #Conflicts:      89000 | #Constraints:      12207
30.72/31.00	c #Conflicts:      90000 | #Constraints:      13208
30.72/31.00	c INPROCESSING
30.72/31.00	c GARBAGE COLLECT
30.72/31.00	c rational objective 80
33.52/33.73	c #Conflicts:      91000 | #Constraints:       8206
33.52/33.73	c #Conflicts:      92000 | #Constraints:       9207
33.52/33.73	c #Conflicts:      93000 | #Constraints:      10209
33.52/33.73	c #Conflicts:      94000 | #Constraints:      11209
33.52/33.73	c #Conflicts:      95000 | #Constraints:      12209
33.52/33.73	c #Conflicts:      96000 | #Constraints:      13210
33.52/33.73	c INPROCESSING
33.52/33.73	c GARBAGE COLLECT
33.52/33.73	c rational objective 80
36.61/36.81	c #Conflicts:      97000 | #Constraints:       7998
36.61/36.81	c #Conflicts:      98000 | #Constraints:       9000
36.61/36.81	c #Conflicts:      99000 | #Constraints:      10000
36.61/36.81	c #Conflicts:     100000 | #Constraints:      11000
36.61/36.81	c #Conflicts:     101000 | #Constraints:      12000
36.61/36.81	c #Conflicts:     102000 | #Constraints:      13001
36.61/36.81	c #Conflicts:     103000 | #Constraints:      14002
36.61/36.81	c INPROCESSING
36.61/36.81	c GARBAGE COLLECT
36.61/36.81	c rational objective 80
40.20/40.45	c #Conflicts:     104000 | #Constraints:       8607
40.20/40.45	c #Conflicts:     105000 | #Constraints:       9608
40.20/40.45	c #Conflicts:     106000 | #Constraints:      10608
40.20/40.45	c #Conflicts:     107000 | #Constraints:      11608
40.20/40.45	c #Conflicts:     108000 | #Constraints:      12608
40.20/40.45	c #Conflicts:     109000 | #Constraints:      13608
40.20/40.45	c #Conflicts:     110000 | #Constraints:      14608
40.20/40.45	c INPROCESSING
40.20/40.45	c GARBAGE COLLECT
40.20/40.45	c rational objective 80
43.69/43.97	c #Conflicts:     111000 | #Constraints:       8994
43.69/43.97	c #Conflicts:     112000 | #Constraints:       9994
43.69/43.97	c #Conflicts:     113000 | #Constraints:      10994
43.69/43.97	c #Conflicts:     114000 | #Constraints:      11994
43.69/43.97	c #Conflicts:     115000 | #Constraints:      12994
43.69/43.97	c #Conflicts:     116000 | #Constraints:      13994
43.69/43.97	c #Conflicts:     117000 | #Constraints:      14994
43.69/43.97	c INPROCESSING
43.69/43.97	c GARBAGE COLLECT
43.69/43.97	c rational objective 80
47.38/47.69	c #Conflicts:     118000 | #Constraints:       9208
47.38/47.69	c #Conflicts:     119000 | #Constraints:      10208
47.38/47.69	c #Conflicts:     120000 | #Constraints:      11208
47.38/47.69	c #Conflicts:     121000 | #Constraints:      12209
47.38/47.69	c #Conflicts:     122000 | #Constraints:      13209
47.38/47.69	c #Conflicts:     123000 | #Constraints:      14209
47.38/47.69	c #Conflicts:     124000 | #Constraints:      15210
47.38/47.69	c INPROCESSING
47.38/47.69	c GARBAGE COLLECT
47.38/47.69	c rational objective 80
51.77/52.01	c #Conflicts:     125000 | #Constraints:       9098
51.77/52.01	c #Conflicts:     126000 | #Constraints:      10098
51.77/52.01	c #Conflicts:     127000 | #Constraints:      11098
51.77/52.01	c #Conflicts:     128000 | #Constraints:      12101
51.77/52.01	c #Conflicts:     129000 | #Constraints:      13101
51.77/52.01	c #Conflicts:     130000 | #Constraints:      14101
51.77/52.01	c #Conflicts:     131000 | #Constraints:      15101
51.77/52.01	c INPROCESSING
51.77/52.01	c GARBAGE COLLECT
51.77/52.01	c rational objective 80
55.95/56.21	c #Conflicts:     132000 | #Constraints:       8962
55.95/56.21	c #Conflicts:     133000 | #Constraints:       9962
55.95/56.21	c #Conflicts:     134000 | #Constraints:      10962
55.95/56.21	c #Conflicts:     135000 | #Constraints:      11962
55.95/56.21	c #Conflicts:     136000 | #Constraints:      12962
55.95/56.21	c #Conflicts:     137000 | #Constraints:      13962
55.95/56.21	c #Conflicts:     138000 | #Constraints:      14962
55.95/56.21	c #Conflicts:     139000 | #Constraints:      15962
55.95/56.21	c INPROCESSING
55.95/56.21	c GARBAGE COLLECT
55.95/56.21	c rational objective 80
60.93/61.29	c #Conflicts:     140000 | #Constraints:       9500
60.93/61.29	c #Conflicts:     141000 | #Constraints:      10500
60.93/61.29	c #Conflicts:     142000 | #Constraints:      11500
60.93/61.29	c #Conflicts:     143000 | #Constraints:      12500
60.93/61.29	c #Conflicts:     144000 | #Constraints:      13500
60.93/61.29	c #Conflicts:     145000 | #Constraints:      14500
60.93/61.29	c #Conflicts:     146000 | #Constraints:      15500
60.93/61.29	c #Conflicts:     147000 | #Constraints:      16500
60.93/61.29	c INPROCESSING
60.93/61.29	c GARBAGE COLLECT
60.93/61.29	c rational objective 80
66.32/66.61	c #Conflicts:     148000 | #Constraints:       9966
66.32/66.61	c #Conflicts:     149000 | #Constraints:      10966
66.32/66.61	c #Conflicts:     150000 | #Constraints:      11966
66.32/66.61	c #Conflicts:     151000 | #Constraints:      12966
66.32/66.61	c #Conflicts:     152000 | #Constraints:      13966
66.32/66.61	c #Conflicts:     153000 | #Constraints:      14966
66.32/66.61	c #Conflicts:     154000 | #Constraints:      15966
66.32/66.61	c #Conflicts:     155000 | #Constraints:      16966
66.32/66.61	c INPROCESSING
66.32/66.61	c GARBAGE COLLECT
66.32/66.61	c rational objective 80
68.41/68.79	c #Conflicts:     156000 | #Constraints:      10175
68.41/68.79	c #Conflicts:     157000 | #Constraints:      11175
68.41/68.79	c #Conflicts:     158000 | #Constraints:      12175
68.41/68.79	c bounds 122 >= 90 @ 67.1933
71.50/71.82	c #Conflicts:     159000 | #Constraints:      13181
71.50/71.82	c #Conflicts:     160000 | #Constraints:      14181
71.50/71.82	c #Conflicts:     161000 | #Constraints:      15182
71.50/71.82	c #Conflicts:     162000 | #Constraints:      16182
71.50/71.82	c bounds 122 >= 122 @ 70.1929
71.50/71.82	c cpu time 70.1929 s
71.50/71.82	c deterministic time 7280804501 7.28e+09
71.50/71.82	c optimization time 0.006329 s
71.50/71.82	c total solve time 70.1827 s
71.50/71.82	c core-guided solve time 33.805 s
71.50/71.82	c propagation time 43.6081 s
71.50/71.82	c conflict analysis time 21.8289 s
71.50/71.82	c propagations 22011566
71.50/71.82	c resolve steps 1883025
71.50/71.82	c decisions 726829
71.50/71.82	c conflicts 162974
71.50/71.82	c restarts 443
71.50/71.82	c inprocessing phases 31
71.50/71.82	c garbage collections 31 ,( 100.00 )
71.50/71.82	c input clauses 1279 ,( 94.53 )
71.50/71.82	c input cardinalities 36 ,( 2.66 )
71.50/71.82	c input general constraints 38 ,( 2.81 )
71.50/71.82	c input average constraint length 19.53
71.50/71.82	c input average constraint degree 315.11
71.50/71.82	c learned clauses 84694 ,( 51.90 )
71.50/71.82	c learned cardinalities 462 ,( 0.28 )
71.50/71.82	c learned general constraints 78026 ,( 47.82 )
71.50/71.82	c learned average constraint length 147.93
71.50/71.82	c learned average constraint degree 884671806.27
71.50/71.82	c watched  CF 32, 64, 128, Arb: 5657 , 0 , 0 , 0
71.50/71.82	c counting CF 32, 64, 128, Arb: 72408 , 0 , 0 , 0
71.50/71.82	c watched   constraints 5657 ,( 7.25 ) 
71.50/71.82	c counting  constraints 72407 ,( 92.75 ) 
71.50/71.82	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 33165592 , 2427362 , 216661211 ,( 4570721 , 212090490 )
71.50/71.82	c gcd simplifications 4601
71.50/71.82	c detected cardinalities 139
71.50/71.82	c weakened non-implied lits 37289177
71.50/71.82	c weakened non-implying lits 13120
71.50/71.82	c original variables 828
71.50/71.82	c clausal propagations 3697957
71.50/71.82	c cardinality propagations 1506552
71.50/71.82	c watched propagations 12780
71.50/71.82	c counting propagations 15706684
71.50/71.82	c watch lookups 1973292042
71.50/71.82	c watch backjump lookups 0
71.50/71.82	c watch checks 437230244
71.50/71.82	c propagation checks 4650817520
71.50/71.82	c constraint additions 173661114
71.50/71.82	c trail pops 22900670
71.50/71.82	c formula constraints 1298
71.50/71.82	c learned constraints 162799
71.50/71.82	c bound constraints 34
71.50/71.82	c core-guided constraints 21
71.50/71.82	c encountered formula constraints 497130
71.50/71.82	c encountered learned constraints 1460540
71.50/71.82	c encountered bound constraints 5670
71.50/71.82	c encountered core-guided constraints 37706
71.50/71.82	c LP total time 9.06104 s
71.50/71.82	c LP solve time 6.63 s
71.50/71.82	c LP constraints added 1818
71.50/71.82	c LP constraints removed 505
71.50/71.82	c LP pivots internal 162978
71.50/71.82	c LP pivots root 1537
71.50/71.82	c LP calls 4715
71.50/71.82	c LP optimalities 4541
71.50/71.82	c LP no pivot count 1093
71.50/71.82	c LP infeasibilities 174
71.50/71.82	c LP valid Farkas constraints 174
71.50/71.82	c LP learned Farkas constraints 174
71.50/71.82	c LP basis resets 0
71.50/71.82	c LP cycling count 0
71.50/71.82	c LP singular count 0
71.50/71.82	c LP no primal count 0
71.50/71.82	c LP no farkas count 0
71.50/71.82	c LP other issue count 0
71.50/71.82	c LP Gomory cuts 35
71.50/71.82	c LP learned cuts 485
71.50/71.82	c LP deleted cuts 505
71.50/71.82	c LP encountered Gomory constraints 46
71.50/71.82	c LP encountered Farkas constraints 38413
71.50/71.82	c LP encountered learned Farkas constraints 6320
71.50/71.82	c CG auxiliary variables introduced 9
71.50/71.82	c CG solutions found 22
71.50/71.82	c CG cores constructed 6
71.50/71.82	c CG core cardinality constraints returned 0
71.50/71.82	c CG unit cores 0
71.50/71.82	c CG single cores 6
71.50/71.82	c CG blocks removed during cardinality reduction 0
71.50/71.82	c CG first core best 0
71.50/71.82	c CG decision core best 0
71.50/71.82	c CG core reduction tie 0
71.50/71.82	c CG core degree average 1.00
71.50/71.82	c CG core slack average 149.00
71.50/71.82	c CG core upper bound improvements 0
71.50/71.82	c STR number of successful calls 0
71.50/71.82	c STR number of unsuccessful calls 0
71.50/71.82	c STR number of inconclusive calls 0
71.50/71.82	c STR number of successful attempts 0
71.50/71.82	c STR number of unsuccessful attempts 0
71.50/71.82	c STR number of inconclusive attempts 0
71.50/71.82	c STR average degree increase per successful call inf
71.50/71.82	c STR average degree increase per successful attempt inf
71.50/71.82	c STR total number of conflicts for successful attempts 0
71.50/71.82	c STR total number of conflicts for unsuccessful attempts 0
71.50/71.82	c STR total number of conflicts for inconclusive attempts 0
71.50/71.82	c STR average number of conflicts per successful attempt inf
71.50/71.82	c STR average number of conflicts per unsuccessful attempt inf
71.50/71.82	c STR average number of conflicts per inconclusive attempt inf
71.50/71.82	c AVG.sumWPerc 83.25 
71.50/71.82	c bigint constraints 0 
71.50/71.82	o 122
71.50/71.82	s OPTIMUM FOUND
71.50/71.82	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 x518 -x519 -x520 -x521 -x522 -x523 x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 x547 -x548 -x549 -x550 -x551 -x552 x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 x562 -x563 -x564 -x565 -x566 -x567 x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 x594 -x595 -x596 x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 x638 -x639 -x640 -x641 -x642 -x643 -x644 x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 x663 -x664 -x665 -x666 x667 x668 -x669 x670 -x671 -x672 -x673 x674 -x675 x676 -x677 -x678 x679 -x680 -x681 -x682 -x683 -x684 -x685 x686 -x687 x688 x689 -x690 -x691 x692 -x693 -x694 -x695 -x696 x697 -x698 -x699 -x700 x701 -x702 x703 x704 -x705 x706 -x707 -x708 x709 -x710 -x711 x712 -x713 -x714 x715 -x716 x717 x718 x719 -x720 x721 -x722 -x723 x724 x725 x726 x727 x728 -x729 -x730 -x731 -x732 x733 x734 x735 -x736 x737 -x738 x739 -x740 -x741 x742 -x743 x744 x745 x746 -x747 x748 -x749 -x750 x751 x752 -x753 -x754 x755 -x756 x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 x766 -x767 -x768 x769 x770 x771 -x772 x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 x785 -x786 -x787 -x788 x789 -x790 -x791 -x792

Verifier Data

OK	122

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=62703, runsolver pid=62693

[startup+0.10006 s]*
/proc/loadavg: 0.63 0.98 1.05 6/268 62720
/proc/meminfo: memFree=115054740/131249996 swapFree=33010160/33010684
[pid=62703] ppid=62693 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/62703/stat : 62703 (run-opt-ls.sh) S 62693 62703 62643 0 -1 4194304 237 706 0 0 0 0 0 0 20 0 1 0 59763086 4292608 768 18446744073709551615 94823375638528 94823376533061 140733146668320 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94823376772112 94823376819856 94823394226176 140733146671463 140733146671589 140733146671589 140733146677191 0
/proc/62703/statm: 1048 768 704 219 0 110 0
[pid=62717] ppid=62703 vsize=59452 memory=15936 CPUtime=0.06 cores=4,6
/proc/62717/stat : 62717 (roundingsat) R 62703 62703 62643 0 -1 4194304 1558 0 0 0 5 1 0 0 20 0 1 0 59763089 60878848 3984 18446744073709551615 4227072 8923433 140730574768928 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 12169216 140730574776646 140730574776872 140730574776872 140730574782442 0
/proc/62717/statm: 14863 3984 2400 1147 0 2290 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 63644 KiB
Current children cumulated memory: 19008 KiB

[startup+0.204914 s]*
/proc/loadavg: 0.63 0.98 1.05 6/268 62720
/proc/meminfo: memFree=115045944/131249996 swapFree=33010160/33010684
[pid=62703] ppid=62693 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/62703/stat : 62703 (run-opt-ls.sh) S 62693 62703 62643 0 -1 4194304 237 706 0 0 0 0 0 0 20 0 1 0 59763086 4292608 768 18446744073709551615 94823375638528 94823376533061 140733146668320 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94823376772112 94823376819856 94823394226176 140733146671463 140733146671589 140733146671589 140733146677191 0
/proc/62703/statm: 1048 768 704 219 0 110 0
[pid=62717] ppid=62703 vsize=60760 memory=17472 CPUtime=0.16 cores=4,6
/proc/62717/stat : 62717 (roundingsat) R 62703 62703 62643 0 -1 4194304 1882 0 0 0 15 1 0 0 20 0 1 0 59763089 62218240 4368 18446744073709551615 4227072 8923433 140730574768928 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 12169216 140730574776646 140730574776872 140730574776872 140730574782442 0
/proc/62717/statm: 15190 4368 2432 1147 0 2617 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 64952 KiB
Current children cumulated memory: 20544 KiB

[startup+0.30557 s]*
/proc/loadavg: 0.63 0.98 1.05 6/268 62720
/proc/meminfo: memFree=115045696/131249996 swapFree=33010160/33010684
[pid=62703] ppid=62693 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/62703/stat : 62703 (run-opt-ls.sh) S 62693 62703 62643 0 -1 4194304 237 706 0 0 0 0 0 0 20 0 1 0 59763086 4292608 768 18446744073709551615 94823375638528 94823376533061 140733146668320 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94823376772112 94823376819856 94823394226176 140733146671463 140733146671589 140733146671589 140733146677191 0
/proc/62703/statm: 1048 768 704 219 0 110 0
[pid=62717] ppid=62703 vsize=61192 memory=17856 CPUtime=0.26 cores=4,6
/proc/62717/stat : 62717 (roundingsat) R 62703 62703 62643 0 -1 4194304 2006 0 0 0 24 2 0 0 20 0 1 0 59763089 62660608 4464 18446744073709551615 4227072 8923433 140730574768928 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 12169216 140730574776646 140730574776872 140730574776872 140730574782442 0
/proc/62717/statm: 15298 4464 2432 1147 0 2725 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 65384 KiB
Current children cumulated memory: 20928 KiB

[startup+0.700142 s]
/proc/loadavg: 0.63 0.98 1.05 6/268 62720
/proc/meminfo: memFree=115041412/131249996 swapFree=33010160/33010684
[pid=62703] ppid=62693 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/62703/stat : 62703 (run-opt-ls.sh) S 62693 62703 62643 0 -1 4194304 237 706 0 0 0 0 0 0 20 0 1 0 59763086 4292608 768 18446744073709551615 94823375638528 94823376533061 140733146668320 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94823376772112 94823376819856 94823394226176 140733146671463 140733146671589 140733146671589 140733146677191 0
/proc/62703/statm: 1048 768 704 219 0 110 0
[pid=62717] ppid=62703 vsize=63584 memory=20288 CPUtime=0.65 cores=4,6
/proc/62717/stat : 62717 (roundingsat) R 62703 62703 62643 0 -1 4194304 2588 0 0 0 61 4 0 0 20 0 1 0 59763089 65110016 5072 18446744073709551615 4227072 8923433 140730574768928 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 12169216 140730574776646 140730574776872 140730574776872 140730574782442 0
/proc/62717/statm: 15896 5072 2432 1147 0 3323 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 67776 KiB
Current children cumulated memory: 23360 KiB

[startup+1.50014 s]
/proc/loadavg: 0.63 0.98 1.05 6/268 62720
/proc/meminfo: memFree=115023700/131249996 swapFree=33010160/33010684
[pid=62703] ppid=62693 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/62703/stat : 62703 (run-opt-ls.sh) S 62693 62703 62643 0 -1 4194304 237 706 0 0 0 0 0 0 20 0 1 0 59763086 4292608 768 18446744073709551615 94823375638528 94823376533061 140733146668320 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94823376772112 94823376819856 94823394226176 140733146671463 140733146671589 140733146671589 140733146677191 0
/proc/62703/statm: 1048 768 704 219 0 110 0
[pid=62717] ppid=62703 vsize=70764 memory=28956 CPUtime=1.45 cores=4,6
/proc/62717/stat : 62717 (roundingsat) R 62703 62703 62643 0 -1 4194304 4248 0 0 0 138 7 0 0 20 0 1 0 59763089 72462336 7239 18446744073709551615 4227072 8923433 140730574768928 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 12169216 140730574776646 140730574776872 140730574776872 140730574782442 0
/proc/62717/statm: 17691 7239 2432 1147 0 5118 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 74956 KiB
Current children cumulated memory: 32028 KiB

[startup+3.10532 s]
/proc/loadavg: 0.63 0.98 1.05 5/265 62732
/proc/meminfo: memFree=115002092/131249996 swapFree=33010160/33010684
[pid=62703] ppid=62693 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/62703/stat : 62703 (run-opt-ls.sh) S 62693 62703 62643 0 -1 4194304 237 706 0 0 0 0 0 0 20 0 1 0 59763086 4292608 768 18446744073709551615 94823375638528 94823376533061 140733146668320 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94823376772112 94823376819856 94823394226176 140733146671463 140733146671589 140733146671589 140733146677191 0
/proc/62703/statm: 1048 768 704 219 0 110 0
[pid=62717] ppid=62703 vsize=79456 memory=34844 CPUtime=3.03 cores=4,6
/proc/62717/stat : 62717 (roundingsat) R 62703 62703 62643 0 -1 4194304 5732 0 0 0 289 14 0 0 20 0 1 0 59763089 81362944 8711 18446744073709551615 4227072 8923433 140730574768928 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 12169216 140730574776646 140730574776872 140730574776872 140730574782442 0
/proc/62717/statm: 19864 8711 2432 1147 0 7291 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 83648 KiB
Current children cumulated memory: 37916 KiB

[startup+6.30013 s]
/proc/loadavg: 0.90 1.03 1.07 6/268 62813
/proc/meminfo: memFree=114755936/131249996 swapFree=33010160/33010684
[pid=62703] ppid=62693 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/62703/stat : 62703 (run-opt-ls.sh) S 62693 62703 62643 0 -1 4194304 237 706 0 0 0 0 0 0 20 0 1 0 59763086 4292608 768 18446744073709551615 94823375638528 94823376533061 140733146668320 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94823376772112 94823376819856 94823394226176 140733146671463 140733146671589 140733146671589 140733146677191 0
/proc/62703/statm: 1048 768 704 219 0 110 0
[pid=62717] ppid=62703 vsize=81672 memory=38044 CPUtime=6.2 cores=4,6
/proc/62717/stat : 62717 (roundingsat) R 62703 62703 62643 0 -1 4194304 6543 0 0 0 594 26 0 0 20 0 1 0 59763089 83632128 9511 18446744073709551615 4227072 8923433 140730574768928 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 12169216 140730574776646 140730574776872 140730574776872 140730574782442 0
/proc/62717/statm: 20418 9511 2432 1147 0 7845 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 85864 KiB
Current children cumulated memory: 41116 KiB

[startup+12.7001 s]
/proc/loadavg: 1.15 1.08 1.08 6/268 62814
/proc/meminfo: memFree=114662828/131249996 swapFree=33010160/33010684
[pid=62703] ppid=62693 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/62703/stat : 62703 (run-opt-ls.sh) S 62693 62703 62643 0 -1 4194304 237 706 0 0 0 0 0 0 20 0 1 0 59763086 4292608 768 18446744073709551615 94823375638528 94823376533061 140733146668320 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94823376772112 94823376819856 94823394226176 140733146671463 140733146671589 140733146671589 140733146677191 0
/proc/62703/statm: 1048 768 704 219 0 110 0
[pid=62717] ppid=62703 vsize=94292 memory=48212 CPUtime=12.57 cores=4,6
/proc/62717/stat : 62717 (roundingsat) R 62703 62703 62643 0 -1 4194304 8566 0 0 0 1217 40 0 0 20 0 1 0 59763089 96555008 12053 18446744073709551615 4227072 8923433 140730574768928 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 12169216 140730574776646 140730574776872 140730574776872 140730574782442 0
/proc/62717/statm: 23573 12053 2432 1147 0 11000 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 98484 KiB
Current children cumulated memory: 51284 KiB

[startup+25.5002 s]
/proc/loadavg: 1.78 1.22 1.13 5/268 62862
/proc/meminfo: memFree=114087740/131249996 swapFree=33010160/33010684
[pid=62703] ppid=62693 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/62703/stat : 62703 (run-opt-ls.sh) S 62693 62703 62643 0 -1 4194304 237 706 0 0 0 0 0 0 20 0 1 0 59763086 4292608 768 18446744073709551615 94823375638528 94823376533061 140733146668320 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94823376772112 94823376819856 94823394226176 140733146671463 140733146671589 140733146671589 140733146677191 0
/proc/62703/statm: 1048 768 704 219 0 110 0
[pid=62717] ppid=62703 vsize=113552 memory=62004 CPUtime=25.34 cores=4,6
/proc/62717/stat : 62717 (roundingsat) R 62703 62703 62643 0 -1 4194304 11499 0 0 0 2469 65 0 0 20 0 1 0 59763089 116277248 15501 18446744073709551615 4227072 8923433 140730574768928 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 12169216 140730574776646 140730574776872 140730574776872 140730574782442 0
/proc/62717/statm: 28388 15501 2432 1147 0 15815 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 117744 KiB
Current children cumulated memory: 65076 KiB

[startup+51.1058 s]
/proc/loadavg: 2.61 1.46 1.21 5/268 62862
/proc/meminfo: memFree=113616384/131249996 swapFree=33010160/33010684
[pid=62703] ppid=62693 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/62703/stat : 62703 (run-opt-ls.sh) S 62693 62703 62643 0 -1 4194304 237 706 0 0 0 0 0 0 20 0 1 0 59763086 4292608 768 18446744073709551615 94823375638528 94823376533061 140733146668320 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94823376772112 94823376819856 94823394226176 140733146671463 140733146671589 140733146671589 140733146677191 0
/proc/62703/statm: 1048 768 704 219 0 110 0
[pid=62717] ppid=62703 vsize=124084 memory=73936 CPUtime=50.87 cores=4,6
/proc/62717/stat : 62717 (roundingsat) R 62703 62703 62643 0 -1 4194304 13986 0 0 0 4978 109 0 0 20 0 1 0 59763089 127062016 18484 18446744073709551615 4227072 8923433 140730574768928 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 12169216 140730574776646 140730574776872 140730574776872 140730574782442 0
/proc/62717/statm: 31021 18484 2432 1147 0 18448 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 128276 KiB
Current children cumulated memory: 77008 KiB

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

# cumulated CPU time of all completed processes:  user=70.199 s, system=1.35202 s

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

[startup+51.2003 s]
/proc/loadavg: 2.61 1.46 1.21 5/268 62862
/proc/meminfo: memFree=113616384/131249996 swapFree=33010160/33010684
[pid=62703] ppid=62693 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/62703/stat : 62703 (run-opt-ls.sh) S 62693 62703 62643 0 -1 4194304 237 706 0 0 0 0 0 0 20 0 1 0 59763086 4292608 768 18446744073709551615 94823375638528 94823376533061 140733146668320 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94823376772112 94823376819856 94823394226176 140733146671463 140733146671589 140733146671589 140733146677191 0
/proc/62703/statm: 1048 768 704 219 0 110 0
[pid=62717] ppid=62703 vsize=124084 memory=73936 CPUtime=50.96 cores=4,6
/proc/62717/stat : 62717 (roundingsat) R 62703 62703 62643 0 -1 4194304 13986 0 0 0 4987 109 0 0 20 0 1 0 59763089 127062016 18484 18446744073709551615 4227072 8923433 140730574768928 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 12169216 140730574776646 140730574776872 140730574776872 140730574782442 0
/proc/62717/statm: 31021 18484 2432 1147 0 18448 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 128276 KiB
Current children cumulated memory: 77008 KiB

[startup+64.0002 s]*
/proc/loadavg: 2.92 1.59 1.26 5/268 62863
/proc/meminfo: memFree=113501584/131249996 swapFree=33010160/33010684
[pid=62703] ppid=62693 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/62703/stat : 62703 (run-opt-ls.sh) S 62693 62703 62643 0 -1 4194304 237 706 0 0 0 0 0 0 20 0 1 0 59763086 4292608 768 18446744073709551615 94823375638528 94823376533061 140733146668320 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94823376772112 94823376819856 94823394226176 140733146671463 140733146671589 140733146671589 140733146677191 0
/proc/62703/statm: 1048 768 704 219 0 110 0
[pid=62717] ppid=62703 vsize=126216 memory=75856 CPUtime=63.73 cores=4,6
/proc/62717/stat : 62717 (roundingsat) R 62703 62703 62643 0 -1 4194304 14474 0 0 0 6248 125 0 0 20 0 1 0 59763089 129245184 18964 18446744073709551615 4227072 8923433 140730574768928 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 12169216 140730574776646 140730574776872 140730574776872 140730574782442 0
/proc/62717/statm: 31554 18964 2432 1147 0 18981 0
Current children cumulated CPU time: 63.73 s
Current children cumulated vsize: 130408 KiB
Current children cumulated memory: 78928 KiB

[startup+67.2002 s]
/proc/loadavg: 2.92 1.59 1.26 5/268 62863
/proc/meminfo: memFree=113437376/131249996 swapFree=33010160/33010684
[pid=62703] ppid=62693 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/62703/stat : 62703 (run-opt-ls.sh) S 62693 62703 62643 0 -1 4194304 237 706 0 0 0 0 0 0 20 0 1 0 59763086 4292608 768 18446744073709551615 94823375638528 94823376533061 140733146668320 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94823376772112 94823376819856 94823394226176 140733146671463 140733146671589 140733146671589 140733146677191 0
/proc/62703/statm: 1048 768 704 219 0 110 0
[pid=62717] ppid=62703 vsize=127184 memory=76752 CPUtime=66.92 cores=4,6
/proc/62717/stat : 62717 (roundingsat) R 62703 62703 62643 0 -1 4194304 14675 0 0 0 6563 129 0 0 20 0 1 0 59763089 130236416 19188 18446744073709551615 4227072 8923433 140730574768928 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 12169216 140730574776646 140730574776872 140730574776872 140730574782442 0
/proc/62717/statm: 31796 19188 2432 1147 0 19223 0
Current children cumulated CPU time: 66.92 s
Current children cumulated vsize: 131376 KiB
Current children cumulated memory: 79824 KiB

[startup+70.4002 s]
/proc/loadavg: 3.00 1.63 1.27 5/268 62863
/proc/meminfo: memFree=113433304/131249996 swapFree=33010160/33010684
[pid=62703] ppid=62693 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/62703/stat : 62703 (run-opt-ls.sh) S 62693 62703 62643 0 -1 4194304 237 706 0 0 0 0 0 0 20 0 1 0 59763086 4292608 768 18446744073709551615 94823375638528 94823376533061 140733146668320 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94823376772112 94823376819856 94823394226176 140733146671463 140733146671589 140733146671589 140733146677191 0
/proc/62703/statm: 1048 768 704 219 0 110 0
[pid=62717] ppid=62703 vsize=127184 memory=76752 CPUtime=70.1 cores=4,6
/proc/62717/stat : 62717 (roundingsat) R 62703 62703 62643 0 -1 4194304 14675 0 0 0 6877 133 0 0 20 0 1 0 59763089 130236416 19188 18446744073709551615 4227072 8923433 140730574768928 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 12169216 140730574776646 140730574776872 140730574776872 140730574782442 0
/proc/62717/statm: 31796 19188 2432 1147 0 19223 0
Current children cumulated CPU time: 70.1 s
Current children cumulated vsize: 131376 KiB
Current children cumulated memory: 79824 KiB

[startup+71.2002 s]
/proc/loadavg: 3.00 1.63 1.27 5/268 62863
/proc/meminfo: memFree=113403684/131249996 swapFree=33010160/33010684
[pid=62703] ppid=62693 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/62703/stat : 62703 (run-opt-ls.sh) S 62693 62703 62643 0 -1 4194304 237 706 0 0 0 0 0 0 20 0 1 0 59763086 4292608 768 18446744073709551615 94823375638528 94823376533061 140733146668320 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94823376772112 94823376819856 94823394226176 140733146671463 140733146671589 140733146671589 140733146677191 0
/proc/62703/statm: 1048 768 704 219 0 110 0
[pid=62717] ppid=62703 vsize=127184 memory=76752 CPUtime=70.9 cores=4,6
/proc/62717/stat : 62717 (roundingsat) R 62703 62703 62643 0 -1 4194304 14682 0 0 0 6956 134 0 0 20 0 1 0 59763089 130236416 19188 18446744073709551615 4227072 8923433 140730574768928 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 12169216 140730574776646 140730574776872 140730574776872 140730574782442 0
/proc/62717/statm: 31796 19188 2432 1147 0 19223 0
Current children cumulated CPU time: 70.9 s
Current children cumulated vsize: 131376 KiB
Current children cumulated memory: 79824 KiB

[startup+71.6002 s]
/proc/loadavg: 3.00 1.63 1.27 5/268 62863
/proc/meminfo: memFree=113403684/131249996 swapFree=33010160/33010684
[pid=62703] ppid=62693 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/62703/stat : 62703 (run-opt-ls.sh) S 62693 62703 62643 0 -1 4194304 237 706 0 0 0 0 0 0 20 0 1 0 59763086 4292608 768 18446744073709551615 94823375638528 94823376533061 140733146668320 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94823376772112 94823376819856 94823394226176 140733146671463 140733146671589 140733146671589 140733146677191 0
/proc/62703/statm: 1048 768 704 219 0 110 0
[pid=62717] ppid=62703 vsize=127184 memory=76752 CPUtime=71.3 cores=4,6
/proc/62717/stat : 62717 (roundingsat) R 62703 62703 62643 0 -1 4194304 14695 0 0 0 6996 134 0 0 20 0 1 0 59763089 130236416 19188 18446744073709551615 4227072 8923433 140730574768928 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 12169216 140730574776646 140730574776872 140730574776872 140730574782442 0
/proc/62717/statm: 31796 19188 2432 1147 0 19223 0
Current children cumulated CPU time: 71.3 s
Current children cumulated vsize: 131376 KiB
Current children cumulated memory: 79824 KiB

[startup+71.8002 s]
/proc/loadavg: 3.00 1.63 1.27 5/268 62863
/proc/meminfo: memFree=113403684/131249996 swapFree=33010160/33010684
[pid=62703] ppid=62693 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/62703/stat : 62703 (run-opt-ls.sh) S 62693 62703 62643 0 -1 4194304 237 706 0 0 0 0 0 0 20 0 1 0 59763086 4292608 768 18446744073709551615 94823375638528 94823376533061 140733146668320 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94823376772112 94823376819856 94823394226176 140733146671463 140733146671589 140733146671589 140733146677191 0
/proc/62703/statm: 1048 768 704 219 0 110 0
[pid=62717] ppid=62703 vsize=127508 memory=77008 CPUtime=71.5 cores=4,6
/proc/62717/stat : 62717 (roundingsat) R 62703 62703 62643 0 -1 4194304 14741 0 0 0 7016 134 0 0 20 0 1 0 59763089 130568192 19252 18446744073709551615 4227072 8923433 140730574768928 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 12169216 140730574776646 140730574776872 140730574776872 140730574782442 0
/proc/62717/statm: 31877 19252 2432 1147 0 19304 0
Current children cumulated CPU time: 71.5 s
Current children cumulated vsize: 131700 KiB
Current children cumulated memory: 80080 KiB

Child status: 0

Real time (s): 71.8326
CPU time (s): 71.551
CPU user time (s): 70.199
CPU system time (s): 1.35202
CPU usage (%): 99.608
Max. virtual memory (cumulated for all children) (KiB): 131700
Max. memory (cumulated for all children) (KiB): 80080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.199
system time used= 1.35202
maximum resident set size= 77008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15707
page faults= 0
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 281
involuntary context switches= 94


# summary of solver processes directly reported to runsolver:
#   pid: 62703
#   total CPU time (s): 71.551
#   total CPU user time (s): 70.199
#   total CPU system time (s): 1.35202

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.15142 second user time and 0.348566 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-02 09:20:44
IDJOB=4502602
IDBENCH=155354
IDSOLVER=3355
FILE ID=nodeC032/4502602-1751440844
RUNJOBID= nodeC032-1751440844-62654
SLURM_JOB_ID= 9598402
Free space on /tmp= 431108 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-neos-538867.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4502602-1751440844/watcher-4502602-1751440844 -o /tmp/evaluation-result-4502602-1751440844/solver-4502602-1751440844 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751440844-62654 --watchdog 3760  run-opt-ls.sh HOME/instance-4502602-1751440844.opb

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

MD5SUM BENCH= fe13d2dbd64f41a692445fbdcafba3bd
RANDOM SEED=1013158457

nodeC032 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.412
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.69
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.110
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.69
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		: 3488.079
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.69
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		: 3599.846
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.69
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		: 3492.324
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.69
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.787
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.69
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.821
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.69
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.824
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        115065164 kB
MemAvailable:   129628200 kB
Buffers:            2728 kB
Cached:         15243224 kB
SwapCached:           20 kB
Active:           433244 kB
Inactive:       14876076 kB
Active(anon):      78148 kB
Inactive(anon):     3268 kB
Active(file):     355096 kB
Inactive(file): 14872808 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             29160 kB
Writeback:             0 kB
AnonPages:         66440 kB
Mapped:           102388 kB
Shmem:             18048 kB
KReclaimable:     348744 kB
Slab:             441452 kB
SReclaimable:     348744 kB
SUnreclaim:        92708 kB
KernelStack:        3940 kB
PageTables:         2660 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     329396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 430924 MiB
End job on nodeC032 at 2025-07-02 09:21:57