Trace number 4532604

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat+pbsuma-opt-log 0f876b3? (exit code) 3343.2 3362.72

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_0_mh_ic.opb
MD5SUM981ef51cec9b68890fa336e7b4cc767b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2314936
Best CPU time to get the best result obtained on this benchmark72002.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126385
Total number of constraints286973
Number of constraints which are clauses201180
Number of constraints which are cardinality constraints (but not clauses)43
Number of constraints which are nor clauses,nor cardinality constraints85750
Minimum length of a constraint2
Maximum length of a constraint1820
Number of terms in the objective function 46445
Biggest coefficient in the objective function 127263527
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 24281357407
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 127263527
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 24281357407
Number of bits of the biggest sum of numbers35
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-4532604-1752683079.opb'
0.08/0.20	c 	read 12.66MB  (195.27ms)
0.08/0.20	c	 [cnf: #variables 126385 #clauses 286379 #duplicates 595 #arr 982485]
0.08/0.20	c output proof to '/tmp/proof-4532604-1752683079'
0.08/0.21	c 
0.08/0.21	c make graph and approximate orbits
0.49/0.51	c	 [group: #orbits ~= 42804] (308.02ms)
0.49/0.51	c 
0.49/0.51	c detect special group actions
0.49/0.51	c 	probe for Johnson action (limit=64)
0.49/0.51	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.49/0.55	c 	probe for row symmetry (limit=64, splits=16.78M)
0.49/0.56	c 	 found row 35x2, generating row predicate
0.49/0.57	c 	 found row 4x2, generating row predicate
0.49/0.57	c 	 (53.34ms)
0.49/0.57	c 
0.49/0.57	c detect symmetries on remainder
0.49/0.57	c 	[graph: #vertices 916904 #edges 2973250]
0.49/0.58	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.77/0.82	c 	 [group: #symmetries 4.68*10^1979 #generators 3026] (251.02ms)
0.77/0.82	c 
0.77/0.82	c optimize generators (opt_passes=64, conjugate_limit=256)
0.77/0.83	c 	ran it=0, +gens=21 
1.57/1.65	c 	con best_support=4, best_gens=2431, +gens=112
1.57/1.65	c 	(836.25ms)
1.57/1.65	c 
1.57/1.65	c finalize break order and special generators
1.57/1.66	c 
1.57/1.66	c add generic predicates (break_depth=20)
1.57/1.66	c 	added predicates for 3159 generators (1.56ms)
1.68/1.75	c 
1.68/1.75	c generation finished
1.68/1.75	c 	[sbp: #constraints 37222 #add_vars 11342]
1.68/1.76	c 
1.68/1.76	c write result to 'HOME/instance-4532604-1752683079.opb.pre'
1.68/1.79	c 	wrote 14.25MB (30.34ms)
1.68/1.79	c ------------------------------------------------------------------
1.68/1.79	c                 836.25ms 47.00% optimize_gens
1.68/1.79	c                 308.02ms 17.31% approx_orbits
1.68/1.79	c                 251.02ms 14.11% detect_generic
1.68/1.79	c                 195.25ms 10.97% parse
1.68/1.79	c                  96.71ms  5.44% other
1.68/1.79	c                  53.34ms  3.00% detect_special
1.68/1.79	c                  30.34ms  1.71% output
1.68/1.79	c                   6.79ms  0.38% finalize_order
1.68/1.79	c                   1.56ms  0.09% break_generic
1.68/1.79	c         ───────────────────────────────────────────────
1.68/1.79	c                1779.28ms   100% total
1.68/1.79	c ------------------------------------------------------------------
1.77/1.85	c RoundingSat 2
1.77/1.85	c branch pb25
1.77/1.85	c commit 0f876b3
3.74/3.81	c #variables 137727 #constraints 327139
3.74/3.81	c objective is ce32 
3.74/3.81	c initial watched  CF 32, 64, 128, Arb: 35 , 0 , 0 , 0
3.74/3.81	c initial counting CF 32, 64, 128, Arb: 81551 , 0 , 0 , 0
3.74/3.81	c bounds - >= -35 @ 1.64129
6.54/6.63	c #Conflicts:       1000 | #Constraints:     328138
6.54/6.63	c bounds 158595916 >= -35 @ 4.32862
6.64/6.72	c bounds 124316412 >= -35 @ 4.40156
6.74/6.83	c bounds 98022975 >= -35 @ 4.50924
6.84/6.96	c bounds 97746090 >= -35 @ 4.63525
6.95/7.04	c bounds 97045974 >= -35 @ 4.71718
7.05/7.11	c bounds 96888416 >= -35 @ 4.79287
7.14/7.24	c bounds 96819274 >= -35 @ 4.91796
7.33/7.45	c bounds 96807121 >= -35 @ 5.1248
7.64/7.75	c bounds 96802092 >= -35 @ 5.40508
8.33/8.42	c bounds 96749870 >= -35 @ 6.07028
9.13/9.23	c bounds 94717254 >= -35 @ 6.86784
9.23/9.38	c bounds 94716504 >= -35 @ 7.01537
9.44/9.50	c bounds 94689358 >= -35 @ 7.13411
9.53/9.66	c bounds 94620216 >= -35 @ 7.2907
9.74/9.89	c bounds 93707172 >= -35 @ 7.5148
9.94/10.06	c bounds 93638030 >= -35 @ 7.68055
10.64/10.71	c bounds 93205399 >= -35 @ 8.32054
10.73/10.81	c bounds 92892261 >= -35 @ 8.418
11.04/11.18	c bounds 92813623 >= -35 @ 8.77283
11.13/11.25	c bounds 92720107 >= -35 @ 8.84636
11.33/11.42	c bounds 92649489 >= -35 @ 9.00668
11.43/11.52	c bounds 92622343 >= -35 @ 9.10499
13.82/13.97	c bounds 92515210 >= -35 @ 11.4957
13.93/14.05	c bounds 92491104 >= -35 @ 11.576
14.03/14.16	c bounds 92461858 >= -35 @ 11.6842
14.32/14.49	c bounds 92426883 >= -35 @ 12.0071
14.42/14.58	c bounds 92402777 >= -35 @ 12.0903
14.62/14.72	c bounds 91949660 >= -35 @ 12.2263
20.61/20.73	c bounds 90439899 >= -35 @ 18.0971
20.70/20.81	c bounds 90436362 >= -35 @ 18.1713
20.70/20.89	c bounds 90431333 >= -35 @ 18.2459
20.81/20.99	c bounds 90411889 >= -35 @ 18.3399
21.01/21.19	c bounds 90400819 >= -35 @ 18.5377
21.10/21.29	c bounds 90157561 >= -35 @ 18.6304
30.68/30.88	c #Conflicts:       2000 | #Constraints:     329172
30.68/30.88	c INPROCESSING
30.68/30.88	c GARBAGE COLLECT
30.68/30.88	c bounds 90033068 >= -35 @ 28.1652
31.48/31.66	c bounds 90027092 >= -35 @ 28.9297
31.99/32.13	c bounds 89999784 >= -35 @ 29.3863
32.28/32.40	c bounds 89982352 >= -35 @ 29.6555
42.25/42.41	c bounds 89883188 >= -35 @ 39.4947
42.75/42.97	c bounds 89881878 >= -35 @ 40.0443
43.35/43.52	c bounds 89864446 >= -35 @ 40.5859
45.14/45.35	c bounds 76162376 >= -35 @ 42.3667
45.24/45.43	c bounds 76112962 >= -35 @ 42.4494
45.35/45.53	c bounds 76107933 >= -35 @ 42.543
45.45/45.63	c bounds 76088949 >= -35 @ 42.6438
45.74/45.96	c bounds 76084386 >= -35 @ 42.9534
45.84/46.05	c bounds 76064844 >= -35 @ 43.0392
60.31/60.53	c #Conflicts:       3000 | #Constraints:     329144
60.31/60.53	c bounds 76051178 >= -35 @ 57.2155
60.81/61.07	c bounds 76040103 >= -35 @ 57.741
61.41/61.68	c bounds 63773286 >= -35 @ 58.3394
61.50/61.77	c bounds 63770747 >= -35 @ 58.4286
61.80/62.06	c bounds 63755854 >= -35 @ 58.7124
64.09/64.33	c bounds 63614801 >= -35 @ 60.9372
66.59/66.88	c bounds 63507439 >= -35 @ 63.4318
71.78/72.09	c bounds 62744241 >= -35 @ 68.5203
71.88/72.18	c bounds 62723337 >= -35 @ 68.6105
72.07/72.31	c bounds 62714426 >= -35 @ 68.7404
72.37/72.64	c bounds 62652047 >= -35 @ 69.0515
72.48/72.79	c bounds 62649825 >= -35 @ 69.2046
85.24/85.55	c bounds 12732647 >= -35 @ 81.7193
85.34/85.66	c #Conflicts:       4000 | #Constraints:     330162
85.34/85.66	c bounds 12723119 >= -35 @ 81.8263
85.55/85.87	c bounds 12665180 >= -35 @ 82.0302
85.64/85.96	c bounds 12644550 >= -35 @ 82.1198
85.85/86.15	c bounds 12631357 >= -35 @ 82.3014
86.14/86.42	c bounds 12627346 >= -35 @ 82.5695
86.24/86.51	c bounds 12543864 >= -35 @ 82.6569
86.74/87.03	c bounds 12519569 >= -35 @ 83.1728
86.85/87.12	c bounds 12501470 >= -35 @ 83.2607
86.94/87.21	c bounds 12468302 >= -35 @ 83.3473
88.14/88.40	c bounds 12424282 >= -35 @ 84.5109
88.23/88.52	c bounds 12384921 >= -35 @ 84.6297
90.13/90.41	c bounds 12331051 >= -35 @ 86.483
90.23/90.51	c bounds 12296892 >= -35 @ 86.5799
93.43/93.73	c INPROCESSING
93.43/93.73	c GARBAGE COLLECT
93.43/93.73	c bounds 12243833 >= -35 @ 89.7446
93.73/94.06	c bounds 11516354 >= -35 @ 90.0658
94.92/95.26	c bounds 11496257 >= -35 @ 91.2419
95.02/95.33	c bounds 11480484 >= -35 @ 91.3122
99.31/99.60	c bounds 11480408 >= -35 @ 95.5134
99.41/99.73	c bounds 11477336 >= -35 @ 95.6459
116.47/116.86	c #Conflicts:       5000 | #Constraints:     328356
116.47/116.86	c bounds 11330437 >= -35 @ 112.426
116.56/116.99	c bounds 11296334 >= -35 @ 112.545
172.02/172.53	c #Conflicts:       6000 | #Constraints:     329360
172.02/172.53	c INPROCESSING
172.02/172.53	c GARBAGE COLLECT
172.02/172.53	c bounds 11280344 >= -35 @ 167.302
172.32/172.80	c bounds 11247300 >= -35 @ 167.564
172.72/173.29	c bounds 11246560 >= -35 @ 168.047
173.12/173.64	c bounds 11202802 >= -35 @ 168.386
177.31/177.84	c bounds 11137758 >= -35 @ 172.543
178.71/179.24	c bounds 11135693 >= -35 @ 173.918
178.80/179.36	c bounds 11119703 >= -35 @ 174.035
192.77/193.34	c #Conflicts:       7000 | #Constraints:     328318
192.77/193.34	c bounds 11115549 >= -35 @ 187.744
208.83/209.40	c #Conflicts:       8000 | #Constraints:     329319
208.83/209.40	c bounds 10651055 >= -35 @ 203.512
209.03/209.66	c bounds 10637473 >= -35 @ 203.765
209.13/209.76	c bounds 10626535 >= -35 @ 203.869
209.33/209.98	c bounds 10607982 >= -35 @ 204.086
209.54/210.12	c bounds 9916082 >= -35 @ 204.221
209.63/210.22	c bounds 9888546 >= -35 @ 204.313
209.73/210.38	c bounds 9870138 >= -35 @ 204.475
209.82/210.49	c bounds 9851157 >= -35 @ 204.58
210.12/210.74	c bounds 9751937 >= -35 @ 204.819
211.62/212.28	c bounds 9746429 >= -35 @ 206.311
229.08/229.70	c bounds 9724877 >= -35 @ 223.376
229.17/229.88	c bounds 9722941 >= -35 @ 223.545
229.88/230.57	c bounds 9679183 >= -35 @ 224.218
233.77/234.45	c bounds 9676485 >= -35 @ 228.016
236.96/237.61	c bounds 9648107 >= -35 @ 231.101
237.26/237.99	c bounds 9581290 >= -35 @ 231.477
250.32/251.07	c #Conflicts:       9000 | #Constraints:     330335
250.32/251.07	c INPROCESSING
250.32/251.07	c GARBAGE COLLECT
250.32/251.07	c bounds 9571551 >= -35 @ 244.35
251.22/252.00	c bounds 9561262 >= -35 @ 245.255
251.72/252.41	c bounds 9561103 >= -35 @ 245.652
252.22/252.91	c bounds 9542739 >= -35 @ 246.149
252.51/253.22	c bounds 9319622 >= -35 @ 246.443
252.62/253.30	c bounds 9272893 >= -35 @ 246.522
266.67/267.43	c bounds 9247272 >= -35 @ 260.376
270.17/270.95	c #Conflicts:      10000 | #Constraints:     328941
270.17/270.95	c bounds 9240506 >= -35 @ 263.832
272.66/273.46	c bounds 9178319 >= -35 @ 266.3
274.05/274.81	c bounds 9173905 >= -35 @ 267.617
359.02/360.09	c #Conflicts:      11000 | #Constraints:     329944
359.02/360.09	c #Conflicts:      12000 | #Constraints:     330944
359.02/360.09	c INPROCESSING
359.02/360.09	c GARBAGE COLLECT
359.02/360.09	c #Conflicts:      13000 | #Constraints:     329372
359.02/360.09	c bounds 8787596 >= -35 @ 351.29
368.40/369.47	c bounds 8786275 >= -35 @ 360.49
368.59/369.61	c bounds 8774677 >= -35 @ 360.628
369.00/370.09	c bounds 8764305 >= -35 @ 361.102
369.19/370.26	c bounds 8758899 >= -35 @ 361.269
369.49/370.51	c bounds 8758221 >= -35 @ 361.51
408.77/409.92	c #Conflicts:      14000 | #Constraints:     330378
408.77/409.92	c #Conflicts:      15000 | #Constraints:     331378
408.77/409.92	c INPROCESSING
408.77/409.92	c GARBAGE COLLECT
408.77/409.92	c rational objective 507917
418.35/419.55	c bounds 8748134 >= -35 @ 409.625
418.45/419.64	c bounds 8739286 >= -35 @ 409.705
418.55/419.73	c bounds 8719503 >= -35 @ 409.796
425.44/426.64	c bounds 8225540 >= -35 @ 416.547
444.09/445.37	c #Conflicts:      16000 | #Constraints:     329579
444.09/445.37	c bounds 8196990 >= -35 @ 434.947
446.88/448.12	c bounds 8196167 >= -35 @ 437.644
451.07/452.37	c bounds 8177910 >= -35 @ 441.812
451.27/452.56	c bounds 8172192 >= -35 @ 442.009
451.37/452.67	c bounds 8152409 >= -35 @ 442.111
459.94/461.29	c bounds 7992210 >= -35 @ 450.569
460.15/461.43	c bounds 7975109 >= -35 @ 450.704
460.25/461.56	c bounds 7966261 >= -35 @ 450.835
460.34/461.69	c bounds 7962625 >= -35 @ 450.961
462.24/463.59	c bounds 7956003 >= -35 @ 452.813
462.75/464.08	c bounds 7930764 >= -35 @ 453.292
463.63/464.94	c bounds 7906861 >= -35 @ 454.14
463.74/465.10	c bounds 7906038 >= -35 @ 454.291
465.73/467.02	c bounds 7875896 >= -35 @ 456.185
466.03/467.33	c bounds 7872260 >= -35 @ 456.488
468.42/469.76	c #Conflicts:      17000 | #Constraints:     330594
468.42/469.76	c bounds 7616354 >= -35 @ 458.861
468.83/470.17	c bounds 7486221 >= -35 @ 459.27
469.82/471.18	c bounds 7475416 >= -35 @ 460.259
470.01/471.30	c bounds 7444522 >= -35 @ 460.375
470.62/471.96	c bounds 7430117 >= -35 @ 461.01
500.84/502.21	c #Conflicts:      18000 | #Constraints:     331599
500.84/502.21	c INPROCESSING
500.84/502.21	c GARBAGE COLLECT
500.84/502.21	c bounds 7421429 >= -35 @ 490.624
525.87/527.38	c #Conflicts:      19000 | #Constraints:     329483
525.87/527.38	c bounds 7400367 >= -35 @ 515.318
525.97/527.46	c bounds 7350551 >= -35 @ 515.404
585.43/587.00	c #Conflicts:      20000 | #Constraints:     330485
585.43/587.00	c #Conflicts:      21000 | #Constraints:     331485
585.43/587.00	c INPROCESSING
585.43/587.00	c GARBAGE COLLECT
585.43/587.00	c bounds 7348022 >= -35 @ 573.832
585.53/587.13	c bounds 7185697 >= -35 @ 573.951
591.21/592.84	c bounds 7181970 >= -35 @ 579.556
592.52/594.13	c bounds 7164761 >= -35 @ 580.816
595.20/596.83	c #Conflicts:      22000 | #Constraints:     329301
595.20/596.83	c bounds 7156640 >= -35 @ 583.462
598.79/600.46	c bounds 7140227 >= -35 @ 587.038
599.59/601.24	c bounds 7121875 >= -35 @ 587.799
601.79/603.40	c bounds 7008278 >= -35 @ 589.92
611.96/613.67	c bounds 6857176 >= -35 @ 600.015
612.16/613.81	c bounds 6832881 >= -35 @ 600.156
612.56/614.20	c bounds 6771188 >= -35 @ 600.536
613.16/614.86	c bounds 6692781 >= -35 @ 601.183
613.46/615.15	c bounds 6679385 >= -35 @ 601.472
614.25/615.97	c bounds 6651260 >= -35 @ 602.282
614.75/616.40	c bounds 6601718 >= -35 @ 602.702
615.36/617.02	c bounds 6583619 >= -35 @ 603.304
621.54/623.20	c #Conflicts:      23000 | #Constraints:     330313
621.54/623.20	c bounds 6568861 >= -35 @ 609.395
811.52/813.73	c #Conflicts:      24000 | #Constraints:     331315
811.52/813.73	c #Conflicts:      25000 | #Constraints:     332315
811.52/813.73	c INPROCESSING
811.52/813.73	c GARBAGE COLLECT
811.52/813.73	c #Conflicts:      26000 | #Constraints:     329865
811.52/813.73	c #Conflicts:      27000 | #Constraints:     330868
811.52/813.73	c #Conflicts:      28000 | #Constraints:     331871
811.52/813.73	c #Conflicts:      29000 | #Constraints:     332874
811.52/813.73	c INPROCESSING
811.52/813.73	c GARBAGE COLLECT
811.52/813.73	c rational objective 512995
893.63/896.08	c #Conflicts:      30000 | #Constraints:     330249
893.63/896.08	c #Conflicts:      31000 | #Constraints:     331249
893.63/896.08	c #Conflicts:      32000 | #Constraints:     332249
893.63/896.08	c bounds 5878847 >= -35 @ 877.112
893.72/896.16	c bounds 5793225 >= -35 @ 877.194
895.62/898.06	c bounds 5715608 >= -35 @ 879.058
896.81/899.20	c bounds 5556077 >= -35 @ 880.176
897.22/899.66	c bounds 5548515 >= -35 @ 880.625
899.00/901.45	c bounds 5541036 >= -35 @ 882.375
899.10/901.54	c bounds 5533474 >= -35 @ 882.465
899.31/901.78	c bounds 5502097 >= -35 @ 882.709
899.51/901.92	c bounds 5495080 >= -35 @ 882.839
900.10/902.56	c bounds 5491290 >= -35 @ 883.466
1003.04/1005.72	c #Conflicts:      33000 | #Constraints:     333260
1003.04/1005.72	c INPROCESSING
1003.04/1005.72	c GARBAGE COLLECT
1003.04/1005.72	c #Conflicts:      34000 | #Constraints:     330345
1003.04/1005.72	c #Conflicts:      35000 | #Constraints:     331345
1003.04/1005.72	c #Conflicts:      36000 | #Constraints:     332346
1003.04/1005.72	c #Conflicts:      37000 | #Constraints:     333346
1003.04/1005.72	c INPROCESSING
1003.04/1005.72	c GARBAGE COLLECT
1003.04/1005.72	c bounds 5423965 >= -35 @ 984.304
1003.24/1005.90	c bounds 5410483 >= -35 @ 984.468
1003.64/1006.39	c bounds 5303137 >= -35 @ 984.942
1006.34/1009.01	c bounds 5258136 >= -35 @ 987.512
1006.63/1009.31	c bounds 5250574 >= -35 @ 987.808
1008.53/1011.21	c bounds 5231101 >= -35 @ 989.672
1012.22/1015.00	c bounds 5018059 >= -35 @ 993.387
1012.92/1015.61	c bounds 4999675 >= -35 @ 993.984
1019.50/1022.25	c bounds 4990729 >= -35 @ 1000.54
1042.14/1044.97	c #Conflicts:      38000 | #Constraints:     330411
1042.14/1044.97	c bounds 4942535 >= -35 @ 1022.99
1239.92/1243.29	c #Conflicts:      39000 | #Constraints:     331412
1239.92/1243.29	c #Conflicts:      40000 | #Constraints:     332412
1239.92/1243.29	c #Conflicts:      41000 | #Constraints:     333412
1239.92/1243.29	c INPROCESSING
1239.92/1243.29	c GARBAGE COLLECT
1239.92/1243.29	c #Conflicts:      42000 | #Constraints:     330141
1239.92/1243.29	c #Conflicts:      43000 | #Constraints:     331141
1239.92/1243.29	c #Conflicts:      44000 | #Constraints:     332141
1239.92/1243.29	c #Conflicts:      45000 | #Constraints:     333141
1239.92/1243.29	c #Conflicts:      46000 | #Constraints:     334141
1239.92/1243.29	c INPROCESSING
1239.92/1243.29	c GARBAGE COLLECT
1239.92/1243.29	c bounds 4911923 >= -35 @ 1217.17
1246.10/1249.45	c bounds 4902861 >= -35 @ 1223.2
1254.88/1258.29	c #Conflicts:      47000 | #Constraints:     330767
1254.88/1258.29	c bounds 4314249 >= -35 @ 1231.88
1354.73/1358.37	c #Conflicts:      48000 | #Constraints:     331768
1354.73/1358.37	c #Conflicts:      49000 | #Constraints:     332768
1354.73/1358.37	c #Conflicts:      50000 | #Constraints:     333769
1354.73/1358.37	c #Conflicts:      51000 | #Constraints:     334769
1354.73/1358.37	c INPROCESSING
1354.73/1358.37	c GARBAGE COLLECT
1354.73/1358.37	c bounds 4305982 >= -35 @ 1329.76
1398.52/1402.27	c #Conflicts:      52000 | #Constraints:     331025
1398.52/1402.27	c #Conflicts:      53000 | #Constraints:     332025
1398.52/1402.27	c bounds 4109164 >= -35 @ 1372.73
1636.51/1640.82	c #Conflicts:      54000 | #Constraints:     333026
1636.51/1640.82	c #Conflicts:      55000 | #Constraints:     334027
1636.51/1640.82	c #Conflicts:      56000 | #Constraints:     335027
1636.51/1640.82	c INPROCESSING
1636.51/1640.82	c GARBAGE COLLECT
1636.51/1640.82	c #Conflicts:      57000 | #Constraints:     331214
1636.51/1640.82	c #Conflicts:      58000 | #Constraints:     332216
1636.51/1640.82	c #Conflicts:      59000 | #Constraints:     333217
1636.51/1640.82	c #Conflicts:      60000 | #Constraints:     334220
1636.51/1640.82	c #Conflicts:      61000 | #Constraints:     335224
1636.51/1640.82	c INPROCESSING
1636.51/1640.82	c GARBAGE COLLECT
1636.51/1640.82	c rational objective 513849
1639.30/1643.68	c bounds 4089424 >= -35 @ 1609.05
1665.74/1670.15	c #Conflicts:      62000 | #Constraints:     328912
1665.74/1670.15	c bounds 4079766 >= -35 @ 1634.98
1718.01/1722.50	c #Conflicts:      63000 | #Constraints:     329918
1718.01/1722.50	c #Conflicts:      64000 | #Constraints:     330918
1718.01/1722.50	c bounds 4040802 >= -35 @ 1686.26
1788.12/1792.83	c #Conflicts:      65000 | #Constraints:     331919
1788.12/1792.83	c #Conflicts:      66000 | #Constraints:     332919
1788.12/1792.83	c INPROCESSING
1788.12/1792.83	c GARBAGE COLLECT
1788.12/1792.83	c bounds 4010405 >= -35 @ 1755.04
1843.87/1848.74	c #Conflicts:      67000 | #Constraints:     328725
1843.87/1848.74	c #Conflicts:      68000 | #Constraints:     329725
1843.87/1848.74	c bounds 3952313 >= -35 @ 1809.65
2124.73/2130.36	c #Conflicts:      69000 | #Constraints:     330726
2124.73/2130.36	c #Conflicts:      70000 | #Constraints:     331726
2124.73/2130.36	c #Conflicts:      71000 | #Constraints:     332726
2124.73/2130.36	c #Conflicts:      72000 | #Constraints:     333726
2124.73/2130.36	c INPROCESSING
2124.73/2130.36	c GARBAGE COLLECT
2124.73/2130.36	c #Conflicts:      73000 | #Constraints:     329363
2124.73/2130.36	c #Conflicts:      74000 | #Constraints:     330363
2124.73/2130.36	c #Conflicts:      75000 | #Constraints:     331363
2124.73/2130.36	c #Conflicts:      76000 | #Constraints:     332363
2124.73/2130.36	c #Conflicts:      77000 | #Constraints:     333363
2124.73/2130.36	c #Conflicts:      78000 | #Constraints:     334364
2124.73/2130.36	c INPROCESSING
2124.73/2130.36	c GARBAGE COLLECT
2124.73/2130.36	c rational objective 536871
3186.58/3194.99	c #Conflicts:      79000 | #Constraints:     329752
3186.58/3194.99	c #Conflicts:      80000 | #Constraints:     330752
3186.58/3194.99	c #Conflicts:      81000 | #Constraints:     331752
3186.58/3194.99	c #Conflicts:      82000 | #Constraints:     332752
3186.58/3194.99	c #Conflicts:      83000 | #Constraints:     333752
3186.58/3194.99	c #Conflicts:      84000 | #Constraints:     334752
3186.58/3194.99	c INPROCESSING
3186.58/3194.99	c GARBAGE COLLECT
3186.58/3194.99	c #Conflicts:      85000 | #Constraints:     329895
3186.58/3194.99	c #Conflicts:      86000 | #Constraints:     330895
3186.58/3194.99	c #Conflicts:      87000 | #Constraints:     331895
3186.58/3194.99	c #Conflicts:      88000 | #Constraints:     332895
3186.58/3194.99	c #Conflicts:      89000 | #Constraints:     333895
3186.58/3194.99	c #Conflicts:      90000 | #Constraints:     335205
3186.58/3194.99	c INPROCESSING
3186.58/3194.99	c GARBAGE COLLECT
3186.58/3194.99	c #Conflicts:      91000 | #Constraints:     330116
3186.58/3194.99	c #Conflicts:      92000 | #Constraints:     331116
3186.58/3194.99	c #Conflicts:      93000 | #Constraints:     332116
3186.58/3194.99	c #Conflicts:      94000 | #Constraints:     333116
3186.58/3194.99	c #Conflicts:      95000 | #Constraints:     334116
3186.58/3194.99	c #Conflicts:      96000 | #Constraints:     335116
3186.58/3194.99	c INPROCESSING
3186.58/3194.99	c GARBAGE COLLECT
3186.58/3194.99	c #Conflicts:      97000 | #Constraints:     329842
3186.58/3194.99	c #Conflicts:      98000 | #Constraints:     330842
3186.58/3194.99	c #Conflicts:      99000 | #Constraints:     331842
3186.58/3194.99	c #Conflicts:     100000 | #Constraints:     332842
3186.58/3194.99	c #Conflicts:     101000 | #Constraints:     333842
3186.58/3194.99	c #Conflicts:     102000 | #Constraints:     334842
3186.58/3194.99	c #Conflicts:     103000 | #Constraints:     335842
3186.58/3194.99	c INPROCESSING
3186.58/3194.99	c GARBAGE COLLECT
3186.58/3194.99	c #Conflicts:     104000 | #Constraints:     330439
3186.58/3194.99	c #Conflicts:     105000 | #Constraints:     331439
3186.58/3194.99	c #Conflicts:     106000 | #Constraints:     332439
3186.58/3194.99	c #Conflicts:     107000 | #Constraints:     333439
3186.58/3194.99	c #Conflicts:     108000 | #Constraints:     334439
3186.58/3194.99	c #Conflicts:     109000 | #Constraints:     335439
3186.58/3194.99	c #Conflicts:     110000 | #Constraints:     336439
3186.58/3194.99	c INPROCESSING
3186.58/3194.99	c GARBAGE COLLECT
3186.58/3194.99	c #Conflicts:     111000 | #Constraints:     330857
3186.58/3194.99	c #Conflicts:     112000 | #Constraints:     331857
3186.58/3194.99	c #Conflicts:     113000 | #Constraints:     332857
3186.58/3194.99	c #Conflicts:     114000 | #Constraints:     333857
3186.58/3194.99	c #Conflicts:     115000 | #Constraints:     334857
3186.58/3194.99	c #Conflicts:     116000 | #Constraints:     335857
3186.58/3194.99	c #Conflicts:     117000 | #Constraints:     336857
3186.58/3194.99	c INPROCESSING
3186.58/3194.99	c GARBAGE COLLECT
3186.58/3194.99	c bounds 3718324 >= -35 @ 3127.86
1.81/3362.72	HOME/run-opt-break-log.sh: line 3: 143588 File size limit exceeded(core dumped) ./roundingsat "$1" --lp-maxconstr=1000000 --preprocessed-input="$1.pre" --proof-log="$2"

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4532604-1752683079/watcher-4532604-1752683079 -o /tmp/evaluation-result-4532604-1752683079/solver-4532604-1752683079 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1752683038-143469 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532604-1752683079.opb /tmp/proof-4532604-1752683079 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=143585, runsolver pid=143582

[startup+0.100065 s]*
/proc/loadavg: 2.36 0.66 0.28 5/274 143587
/proc/meminfo: memFree=98039560/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143587] ppid=143585 vsize=101776 memory=91412 CPUtime=0.08 cores=5,7
/proc/143587/stat : 143587 (pbsuma) R 143585 143585 143451 0 -1 4194304 6009 0 0 0 7 1 0 0 20 0 1 0 183984487 104218624 22853 18446744073709551615 4210688 4653049 140730137714128 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 20738048 140730137721095 140730137721392 140730137721392 140730137726959 0
/proc/143587/statm: 25444 22853 960 108 0 22852 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 105968 KiB
Current children cumulated memory: 94356 KiB

[startup+0.205808 s]*
/proc/loadavg: 2.36 0.66 0.28 5/274 143587
/proc/meminfo: memFree=98007680/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143587] ppid=143585 vsize=131732 memory=113088 CPUtime=0.19 cores=5,7
/proc/143587/stat : 143587 (pbsuma) R 143585 143585 143451 0 -1 4194304 11746 0 0 0 16 3 0 0 20 0 1 0 183984487 134893568 28272 18446744073709551615 4210688 4653049 140730137714128 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 20738048 140730137721095 140730137721392 140730137721392 140730137726959 0
/proc/143587/statm: 32933 28272 1024 108 0 30341 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 135924 KiB
Current children cumulated memory: 116032 KiB

[startup+0.305763 s]*
/proc/loadavg: 2.36 0.66 0.28 5/274 143587
/proc/meminfo: memFree=97943160/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143587] ppid=143585 vsize=226952 memory=194704 CPUtime=0.29 cores=5,7
/proc/143587/stat : 143587 (pbsuma) R 143585 143585 143451 0 -1 4194304 20907 0 0 0 23 6 0 0 20 0 1 0 183984487 232398848 48676 18446744073709551615 4210688 4653049 140730137714128 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 20738048 140730137721095 140730137721392 140730137721392 140730137726959 0
/proc/143587/statm: 56738 48676 1024 108 0 54146 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 231144 KiB
Current children cumulated memory: 197648 KiB

[startup+0.700222 s]
/proc/loadavg: 2.36 0.66 0.28 5/274 143587
/proc/meminfo: memFree=97845496/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143587] ppid=143585 vsize=499120 memory=357224 CPUtime=0.68 cores=5,7
/proc/143587/stat : 143587 (pbsuma) R 143585 143585 143451 0 -1 4194304 40532 0 0 0 57 11 0 0 20 0 1 0 183984487 511098880 89306 18446744073709551615 4210688 4653049 140730137714128 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 20738048 140730137721095 140730137721392 140730137721392 140730137726959 0
/proc/143587/statm: 124780 89306 1024 108 0 122188 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 503312 KiB
Current children cumulated memory: 360168 KiB

[startup+1.50014 s]
/proc/loadavg: 2.36 0.66 0.28 5/274 143587
/proc/meminfo: memFree=97696356/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143587] ppid=143585 vsize=326328 memory=264620 CPUtime=1.47 cores=5,7
/proc/143587/stat : 143587 (pbsuma) R 143585 143585 143451 0 -1 4194304 44566 0 0 0 135 12 0 0 20 0 1 0 183984487 334159872 66155 18446744073709551615 4210688 4653049 140730137714128 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 20738048 140730137721095 140730137721392 140730137721392 140730137726959 0
/proc/143587/statm: 81582 66155 1024 108 0 78990 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 330520 KiB
Current children cumulated memory: 267564 KiB

[startup+3.10582 s]
/proc/loadavg: 2.36 0.66 0.28 5/274 143588
/proc/meminfo: memFree=97783052/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=1.81 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 235 45481 0 0 0 0 167 14 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143588] ppid=143585 vsize=139764 memory=95216 CPUtime=1.25 cores=5,7
/proc/143588/stat : 143588 (roundingsat) R 143585 143585 143451 0 -1 4194304 16747 0 0 0 103 22 0 0 20 0 1 0 183984671 143118336 23804 18446744073709551615 4227072 8923577 140729259771296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 38256640 140729259780408 140729259780646 140729259780646 140729259786218 0
/proc/143588/statm: 34941 23804 1952 1147 0 22367 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 143956 KiB
Current children cumulated memory: 98160 KiB

[startup+6.30019 s]
/proc/loadavg: 2.57 0.73 0.31 5/274 143588
/proc/meminfo: memFree=97361324/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=1.81 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 235 45481 0 0 0 0 167 14 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143588] ppid=143585 vsize=645284 memory=496016 CPUtime=4.44 cores=5,7
/proc/143588/stat : 143588 (roundingsat) R 143585 143585 143451 0 -1 4194304 46578 0 0 0 400 44 0 0 20 0 1 0 183984671 660770816 124004 18446744073709551615 4227072 8923577 140729259771296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 38256640 140729259780408 140729259780646 140729259780646 140729259786218 0
/proc/143588/statm: 161321 124004 2400 1147 0 148747 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 649476 KiB
Current children cumulated memory: 498960 KiB

[startup+12.7002 s]
/proc/loadavg: 2.76 0.81 0.33 5/274 143588
/proc/meminfo: memFree=96812464/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=1.81 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 235 45481 0 0 0 0 167 14 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143588] ppid=143585 vsize=762516 memory=584292 CPUtime=10.81 cores=5,7
/proc/143588/stat : 143588 (roundingsat) R 143585 143585 143451 0 -1 4194304 64087 0 0 0 1025 56 0 0 20 0 1 0 183984671 780816384 146073 18446744073709551615 4227072 8923577 140729259771296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 38256640 140729259780408 140729259780646 140729259780646 140729259786218 0
/proc/143588/statm: 190629 146073 2400 1147 0 178055 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 766708 KiB
Current children cumulated memory: 587236 KiB

[startup+25.5002 s]
/proc/loadavg: 3.24 1.01 0.41 5/274 143588
/proc/meminfo: memFree=95117128/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=1.81 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 235 45481 0 0 0 0 167 14 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143588] ppid=143585 vsize=875740 memory=711056 CPUtime=23.58 cores=5,7
/proc/143588/stat : 143588 (roundingsat) R 143585 143585 143451 0 -1 4194304 81507 0 0 0 2280 78 0 0 20 0 1 0 183984671 896757760 177764 18446744073709551615 4227072 8923577 140729259771296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 38256640 140729259780408 140729259780646 140729259780646 140729259786218 0
/proc/143588/statm: 218935 177764 2400 1147 0 206361 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 879932 KiB
Current children cumulated memory: 714000 KiB

[startup+51.1056 s]
/proc/loadavg: 3.70 1.30 0.52 5/274 143588
/proc/meminfo: memFree=91774808/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=1.81 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 235 45481 0 0 0 0 167 14 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143588] ppid=143585 vsize=1038460 memory=859676 CPUtime=49.12 cores=5,7
/proc/143588/stat : 143588 (roundingsat) R 143585 143585 143451 0 -1 4194304 106237 0 0 0 4797 115 0 0 20 0 1 0 183984671 1063383040 214919 18446744073709551615 4227072 8923577 140729259771296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 38256640 140729259780408 140729259780646 140729259780646 140729259786218 0
/proc/143588/statm: 259615 214919 2400 1147 0 247041 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 1042652 KiB
Current children cumulated memory: 862620 KiB

[startup+102.3 s]
/proc/loadavg: 4.35 1.84 0.75 5/274 143590
/proc/meminfo: memFree=86879652/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=1.81 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 235 45481 0 0 0 0 167 14 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143588] ppid=143585 vsize=1587452 memory=1274456 CPUtime=100.2 cores=5,7
/proc/143588/stat : 143588 (roundingsat) R 143585 143585 143451 0 -1 4194304 165419 0 0 0 9816 204 0 0 20 0 1 0 183984671 1625550848 318614 18446744073709551615 4227072 8923577 140729259771296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 38256640 140729259780408 140729259780646 140729259780646 140729259786218 0
/proc/143588/statm: 396863 318614 2400 1147 0 384289 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 1591644 KiB
Current children cumulated memory: 1277400 KiB

[startup+162.3 s]
/proc/loadavg: 4.37 2.31 0.98 5/273 143592
/proc/meminfo: memFree=83105588/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=1.81 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 235 45481 0 0 0 0 167 14 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143588] ppid=143585 vsize=1618228 memory=1308304 CPUtime=160.04 cores=5,7
/proc/143588/stat : 143588 (roundingsat) R 143585 143585 143451 0 -1 4194304 170949 0 0 0 15712 292 0 0 20 0 1 0 183984671 1657065472 327076 18446744073709551615 4227072 8923577 140729259771296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 38256640 140729259780408 140729259780646 140729259780646 140729259786218 0
/proc/143588/statm: 404557 327076 2400 1147 0 391983 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 1622420 KiB
Current children cumulated memory: 1311248 KiB

[startup+222.3 s]
/proc/loadavg: 4.40 2.70 1.20 5/272 143594
/proc/meminfo: memFree=79453096/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=1.81 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 235 45481 0 0 0 0 167 14 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143588] ppid=143585 vsize=1673632 memory=1389304 CPUtime=219.89 cores=5,7
/proc/143588/stat : 143588 (roundingsat) R 143585 143585 143451 0 -1 4194304 185154 0 0 0 21613 376 0 0 20 0 1 0 183984671 1713799168 347326 18446744073709551615 4227072 8923577 140729259771296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 38256640 140729259780408 140729259780646 140729259780646 140729259786218 0
/proc/143588/statm: 418408 347326 2400 1147 0 405834 0
Current children cumulated CPU time: 221.7 s

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

/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 235 45481 0 0 0 0 167 14 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143588] ppid=143585 vsize=4309920 memory=3811980 CPUtime=3092.41 cores=5,7
/proc/143588/stat : 143588 (roundingsat) R 143585 143585 143451 0 -1 4194304 914336 0 0 0 303735 5506 0 0 20 0 1 0 183984671 4413358080 952995 18446744073709551615 4227072 8923577 140729259771296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 38256640 140729259780408 140729259780646 140729259780646 140729259786218 0
/proc/143588/statm: 1077480 952995 2528 1147 0 1064906 0
Current children cumulated CPU time: 3094.22 s
Current children cumulated vsize: 4314112 KiB
Current children cumulated memory: 3814924 KiB

[startup+3162.3 s]
/proc/loadavg: 4.70 4.63 4.49 5/273 143767
/proc/meminfo: memFree=1328804/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=1.81 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 235 45481 0 0 0 0 167 14 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143588] ppid=143585 vsize=4309920 memory=3811980 CPUtime=3152.25 cores=5,7
/proc/143588/stat : 143588 (roundingsat) R 143585 143585 143451 0 -1 4194304 932661 0 0 0 309594 5631 0 0 20 0 1 0 183984671 4413358080 952995 18446744073709551615 4227072 8923577 140729259771296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 38256640 140729259780408 140729259780646 140729259780646 140729259786218 0
/proc/143588/statm: 1077480 952995 2528 1147 0 1064906 0
Current children cumulated CPU time: 3154.06 s
Current children cumulated vsize: 4314112 KiB
Current children cumulated memory: 3814924 KiB

[startup+3222.3 s]
/proc/loadavg: 4.66 4.63 4.49 5/273 143769
/proc/meminfo: memFree=1116536/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=1.81 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 235 45481 0 0 0 0 167 14 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143588] ppid=143585 vsize=4309920 memory=3812108 CPUtime=3212.1 cores=5,7
/proc/143588/stat : 143588 (roundingsat) R 143585 143585 143451 0 -1 4194304 993317 0 0 0 315457 5753 0 0 20 0 1 0 183984671 4413358080 953027 18446744073709551615 4227072 8923577 140729259771296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 38256640 140729259780408 140729259780646 140729259780646 140729259786218 0
/proc/143588/statm: 1077480 953027 2528 1147 0 1064906 0
Current children cumulated CPU time: 3213.91 s
Current children cumulated vsize: 4314112 KiB
Current children cumulated memory: 3815052 KiB

[startup+3282.3 s]
/proc/loadavg: 4.62 4.61 4.49 5/273 143771
/proc/meminfo: memFree=1220244/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=1.81 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 235 45481 0 0 0 0 167 14 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143588] ppid=143585 vsize=4309920 memory=3812108 CPUtime=3271.95 cores=5,7
/proc/143588/stat : 143588 (roundingsat) R 143585 143585 143451 0 -1 4194304 1033892 0 0 0 321335 5860 0 0 20 0 1 0 183984671 4413358080 953027 18446744073709551615 4227072 8923577 140729259771296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 38256640 140729259780408 140729259780646 140729259780646 140729259786218 0
/proc/143588/statm: 1077480 953027 2528 1147 0 1064906 0
Current children cumulated CPU time: 3273.76 s
Current children cumulated vsize: 4314112 KiB
Current children cumulated memory: 3815052 KiB

[startup+3342.3 s]
/proc/loadavg: 4.83 4.65 4.51 5/274 143774
/proc/meminfo: memFree=1139816/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=1.81 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 235 45481 0 0 0 0 167 14 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143588] ppid=143585 vsize=4320416 memory=3816360 CPUtime=3331.79 cores=5,7
/proc/143588/stat : 143588 (roundingsat) R 143585 143585 143451 0 -1 4194304 1063021 0 0 0 327221 5958 0 0 20 0 1 0 183984671 4424105984 954090 18446744073709551615 4227072 8923577 140729259771296 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 38256640 140729259780408 140729259780646 140729259780646 140729259786218 0
/proc/143588/statm: 1080104 954090 2528 1147 0 1067530 0
Current children cumulated CPU time: 3333.6 s
Current children cumulated vsize: 4324608 KiB
Current children cumulated memory: 3819304 KiB

[startup+3362.72 s]
# the end of solver process 143585 was just reported to runsolver
# Child status: 153

# cumulated CPU time of all completed processes:  user=3282.52 s, system=60.679 s

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

[startup+3353.6 s]
/proc/loadavg: 4.77 4.65 4.51 5/276 143777
/proc/meminfo: memFree=1204580/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=1.81 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 235 45481 0 0 0 0 167 14 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143588] ppid=143585 vsize=4320416 memory=3816360 CPUtime=3341.26 cores=5,7
/proc/143588/stat : 143588 (roundingsat) S 143585 143585 143451 0 -1 4195840 1067104 0 0 0 328084 6042 0 0 20 0 1 0 183984671 4424105984 954090 18446744073709551615 4227072 8923577 140729259771296 140729259767704 140490021287767 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9827200 9836688 38256640 140729259780408 140729259780646 140729259780646 140729259786218 25
/proc/143588/statm: 1080104 954090 2528 1147 0 1067530 0
Current children cumulated CPU time: 3343.07 s
Current children cumulated vsize: 4324608 KiB
Current children cumulated memory: 3819304 KiB

[startup+3356.8 s]
/proc/loadavg: 4.79 4.65 4.52 5/275 143777
/proc/meminfo: memFree=1153476/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=1.81 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 235 45481 0 0 0 0 167 14 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143588] ppid=143585 vsize=4320416 memory=3816360 CPUtime=3341.26 cores=5,7
/proc/143588/stat : 143588 (roundingsat) S 143585 143585 143451 0 -1 4195840 1067104 0 0 0 328084 6042 0 0 20 0 1 0 183984671 4424105984 954090 18446744073709551615 4227072 8923577 140729259771296 140729259767704 140490021287767 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9827200 9836688 38256640 140729259780408 140729259780646 140729259780646 140729259786218 25
/proc/143588/statm: 1080104 954090 2528 1147 0 1067530 0
Current children cumulated CPU time: 3343.07 s
Current children cumulated vsize: 4324608 KiB
Current children cumulated memory: 3819304 KiB

[startup+3360 s]*
/proc/loadavg: 4.89 4.68 4.53 4/275 143777
/proc/meminfo: memFree=1163340/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=1.81 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 235 45481 0 0 0 0 167 14 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143588] ppid=143585 vsize=4320416 memory=3816360 CPUtime=3341.26 cores=5,7
/proc/143588/stat : 143588 (roundingsat) S 143585 143585 143451 0 -1 4195840 1067104 0 0 0 328084 6042 0 0 20 0 1 0 183984671 4424105984 954090 18446744073709551615 4227072 8923577 140729259771296 140729259767704 140490021287767 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9827200 9836688 38256640 140729259780408 140729259780646 140729259780646 140729259786218 25
/proc/143588/statm: 1080104 954090 2528 1147 0 1067530 0
Current children cumulated CPU time: 3343.07 s
Current children cumulated vsize: 4324608 KiB
Current children cumulated memory: 3819304 KiB

[startup+3361.6 s]
/proc/loadavg: 4.89 4.68 4.53 4/275 143777
/proc/meminfo: memFree=1083148/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=1.81 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 235 45481 0 0 0 0 167 14 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143588] ppid=143585 vsize=4320416 memory=3816360 CPUtime=3341.26 cores=5,7
/proc/143588/stat : 143588 (roundingsat) S 143585 143585 143451 0 -1 4195840 1067104 0 0 0 328084 6042 0 0 20 0 1 0 183984671 4424105984 954090 18446744073709551615 4227072 8923577 140729259771296 140729259767704 140490021287767 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9827200 9836688 38256640 140729259780408 140729259780646 140729259780646 140729259786218 25
/proc/143588/statm: 1080104 954090 2528 1147 0 1067530 0
Current children cumulated CPU time: 3343.07 s
Current children cumulated vsize: 4324608 KiB
Current children cumulated memory: 3819304 KiB

[startup+3362.4 s]
/proc/loadavg: 4.89 4.68 4.53 4/275 143777
/proc/meminfo: memFree=1298620/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=1.81 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 235 45481 0 0 0 0 167 14 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143588] ppid=143585 vsize=4320416 memory=3816360 CPUtime=3341.26 cores=5,7
/proc/143588/stat : 143588 (roundingsat) S 143585 143585 143451 0 -1 4195840 1067104 0 0 0 328084 6042 0 0 20 0 1 0 183984671 4424105984 954090 18446744073709551615 4227072 8923577 140729259771296 140729259767704 140490021287767 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9827200 9836688 38256640 140729259780408 140729259780646 140729259780646 140729259786218 25
/proc/143588/statm: 1080104 954090 2528 1147 0 1067530 0
Current children cumulated CPU time: 3343.07 s
Current children cumulated vsize: 4324608 KiB
Current children cumulated memory: 3819304 KiB

[startup+3362.6 s]
/proc/loadavg: 4.89 4.68 4.53 4/275 143777
/proc/meminfo: memFree=1298620/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=1.81 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 235 45481 0 0 0 0 167 14 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
[pid=143588] ppid=143585 vsize=4320416 memory=3816360 CPUtime=3341.26 cores=5,7
/proc/143588/stat : 143588 (roundingsat) S 143585 143585 143451 0 -1 4195840 1067104 0 0 0 328084 6042 0 0 20 0 1 0 183984671 4424105984 954090 18446744073709551615 4227072 8923577 140729259771296 140729259767704 140490021287767 0 0 0 8405026 1 0 0 17 5 0 0 0 0 0 9827200 9836688 38256640 140729259780408 140729259780646 140729259780646 140729259786218 25
/proc/143588/statm: 1080104 954090 2528 1147 0 1067530 0
Current children cumulated CPU time: 3343.07 s
Current children cumulated vsize: 4324608 KiB
Current children cumulated memory: 3819304 KiB

[startup+3362.7 s]
/proc/loadavg: 4.89 4.68 4.53 4/275 143777
/proc/meminfo: memFree=1298620/131250000 swapFree=33008356/33010684
[pid=143585] ppid=143582 vsize=4192 memory=2944 CPUtime=1.81 cores=5,7
/proc/143585/stat : 143585 (run-opt-break-l) S 143582 143585 143451 0 -1 4194304 235 45481 0 0 0 0 167 14 20 0 1 0 183984487 4292608 736 18446744073709551615 94074191446016 94074192340549 140731196174096 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94074192579600 94074192627344 94074222256128 140731196176697 140731196176860 140731196176860 140731196182464 0
/proc/143585/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

Child status: 153

Real time (s): 3362.72
CPU time (s): 3343.2
CPU user time (s): 3282.52
CPU system time (s): 60.679
CPU usage (%): 99.4194
Max. virtual memory (cumulated for all children) (KiB): 4399440
Max. memory (cumulated for all children) (KiB): 3888980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3282.52
system time used= 60.679
maximum resident set size= 3886036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1112832
page faults= 0
swaps= 0
block input operations= 0
block output operations= 204828272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 294
involuntary context switches= 4677


# summary of solver processes directly reported to runsolver:
#   pid: 143585
#   total CPU time (s): 3343.2
#   total CPU user time (s): 3282.52
#   total CPU system time (s): 60.679

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4393 second user time and 10.6837 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-16 18:24:39
IDJOB=4532604
IDBENCH=155672
IDSOLVER=3393
FILE ID=nodeC014/4532604-1752683079
RUNJOBID= nodeC014-1752683038-143469
SLURM_JOB_ID= 9686909
Free space on /tmp= 430956 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 0f876b3
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/normalized-minisat35_4_11_0_mh_ic.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4532604-1752683079/watcher-4532604-1752683079 -o /tmp/evaluation-result-4532604-1752683079/solver-4532604-1752683079 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1752683038-143469 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532604-1752683079.opb /tmp/proof-4532604-1752683079

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

MD5SUM BENCH= 981ef51cec9b68890fa336e7b4cc767b
RANDOM SEED=581247084

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.114
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.102
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		: 3602.506
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		: 3599.740
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		: 3600.147
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.227
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.449
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		: 3600.120
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:        98124944 kB
MemAvailable:   127838344 kB
Buffers:             696 kB
Cached:         30460664 kB
SwapCached:         1624 kB
Active:          2509944 kB
Inactive:       29908568 kB
Active(anon):    1956072 kB
Inactive(anon):    25772 kB
Active(file):     553872 kB
Inactive(file): 29882796 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            906928 kB
Writeback:         16628 kB
AnonPages:       1958728 kB
Mapped:           121224 kB
Shmem:             24600 kB
KReclaimable:     231944 kB
Slab:             327860 kB
SReclaimable:     231944 kB
SUnreclaim:        95916 kB
KernelStack:        4384 kB
PageTables:         7212 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2680368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    712704 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= 228008 MiB
End job on nodeC014 at 2025-07-16 19:20:42