Trace number 4524395

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 63f22adOPT cert.-34 122.232 129.362

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-Clique-c0125-9_c24.opb
MD5SUMe7657c6e4289f102872f35c7391497ac
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-34
Best CPU time to get the best result obtained on this benchmark1.68694
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126
Total number of constraints788
Number of constraints which are clauses788
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2
Number of terms in the objective function 125
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 125
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 125
Number of bits of the biggest sum of numbers7
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-4524395-1751607872.opb'
0.00/0.02	c 	read 0.02MB  (0.98ms)
0.00/0.02	c	 [cnf: #variables 126 #clauses 789 #duplicates 0 #arr 1700]
0.00/0.02	c output proof to 'PROOFDIR/proof-4524395-1751607872'
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 0] (0.78ms)
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.17ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 1167 #edges 3904]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.28ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4524395-1751607872.opb.pre'
0.00/0.02	c 	wrote 0.02MB (0.28ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   2.47ms 49.63% other
0.00/0.02	c                   0.98ms 19.68% parse
0.00/0.02	c                   0.78ms 15.73% approx_orbits
0.00/0.02	c                   0.28ms  5.71% detect_generic
0.00/0.02	c                   0.28ms  5.54% output
0.00/0.02	c                   0.17ms  3.40% detect_special
0.00/0.02	c                   0.02ms  0.31% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   4.97ms   100% total
0.00/0.02	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.05	c #variables 126 #constraints 788
0.00/0.05	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 - >= -125 @ 0.011467
0.00/0.06	c rational objective -62.5
0.00/0.10	c bounds 0 >= -125 @ 0.052943
0.00/0.10	c bounds 0 >= -124 @ 0.053255
0.00/0.10	c bounds 0 >= -123 @ 0.053478
0.00/0.10	c bounds 0 >= -122 @ 0.053651
0.00/0.10	c bounds 0 >= -121 @ 0.053844
0.00/0.10	c bounds 0 >= -120 @ 0.054044
0.00/0.10	c bounds 0 >= -119 @ 0.054222
0.00/0.10	c bounds 0 >= -118 @ 0.054394
0.00/0.10	c bounds 0 >= -117 @ 0.054577
0.00/0.10	c bounds -1 >= -117 @ 0.055026
0.00/0.10	c bounds -1 >= -116 @ 0.055202
0.00/0.10	c bounds -1 >= -115 @ 0.055374
0.00/0.10	c bounds -1 >= -114 @ 0.055572
0.00/0.10	c bounds -1 >= -113 @ 0.055751
0.00/0.10	c bounds -1 >= -112 @ 0.055922
0.00/0.10	c bounds -1 >= -111 @ 0.056094
0.00/0.10	c bounds -1 >= -110 @ 0.056275
0.00/0.10	c bounds -1 >= -109 @ 0.056452
0.00/0.10	c bounds -1 >= -108 @ 0.056599
0.00/0.10	c bounds -1 >= -107 @ 0.056772
0.00/0.10	c bounds -1 >= -106 @ 0.056841
0.00/0.10	c bounds -1 >= -105 @ 0.056841
0.00/0.10	c bounds -1 >= -104 @ 0.056841
0.00/0.10	c bounds -1 >= -103 @ 0.056841
0.00/0.10	c bounds -1 >= -102 @ 0.056841
0.00/0.10	c bounds -1 >= -101 @ 0.05686
0.00/0.10	c bounds -1 >= -100 @ 0.057037
0.00/0.10	c bounds -1 >= -99 @ 0.057227
0.00/0.10	c bounds -1 >= -98 @ 0.0574
0.00/0.10	c bounds -1 >= -97 @ 0.057543
0.00/0.10	c bounds -1 >= -96 @ 0.057675
0.00/0.10	c bounds -1 >= -95 @ 0.057842
0.00/0.10	c bounds -1 >= -94 @ 0.057997
0.00/0.10	c bounds -1 >= -93 @ 0.05816
0.00/0.10	c bounds -1 >= -92 @ 0.058351
0.00/0.10	c bounds -1 >= -91 @ 0.058516
0.00/0.10	c bounds -1 >= -90 @ 0.058676
0.00/0.10	c bounds -1 >= -89 @ 0.058834
0.00/0.10	c bounds -1 >= -88 @ 0.058987
0.00/0.10	c bounds -1 >= -87 @ 0.059156
0.00/0.10	c bounds -1 >= -86 @ 0.05931
0.00/0.10	c bounds -1 >= -85 @ 0.059475
0.00/0.10	c bounds -1 >= -84 @ 0.05964
0.00/0.10	c bounds -1 >= -83 @ 0.059816
0.00/0.10	c bounds -1 >= -82 @ 0.05998
0.00/0.10	c bounds -1 >= -81 @ 0.060135
0.00/0.10	c bounds -1 >= -80 @ 0.060305
0.00/0.10	c bounds -1 >= -79 @ 0.060475
0.00/0.10	c bounds -1 >= -78 @ 0.060638
0.00/0.11	c bounds -1 >= -77 @ 0.060799
0.00/0.11	c bounds -1 >= -76 @ 0.060967
0.00/0.11	c bounds -1 >= -75 @ 0.061144
0.00/0.11	c bounds -1 >= -74 @ 0.061325
0.00/0.11	c bounds -1 >= -73 @ 0.061478
0.00/0.11	c bounds -1 >= -72 @ 0.061632
0.07/0.11	c bounds -5 >= -72 @ 0.069315
0.07/0.12	c bounds -5 >= -71 @ 0.069499
0.07/0.12	c bounds -5 >= -70 @ 0.069646
0.07/0.12	c bounds -5 >= -69 @ 0.069792
0.07/0.12	c bounds -5 >= -68 @ 0.069994
0.07/0.12	c bounds -5 >= -67 @ 0.070145
0.07/0.12	c bounds -5 >= -66 @ 0.070314
0.07/0.12	c bounds -5 >= -65 @ 0.070459
0.07/0.12	c bounds -5 >= -64 @ 0.070619
0.07/0.12	c bounds -5 >= -63 @ 0.07078
0.07/0.12	c bounds -5 >= -62 @ 0.070943
0.07/0.12	c bounds -5 >= -61 @ 0.071135
0.07/0.12	c bounds -5 >= -60 @ 0.071327
0.07/0.12	c bounds -5 >= -59 @ 0.071565
0.07/0.12	c bounds -6 >= -59 @ 0.071922
0.07/0.12	c bounds -6 >= -58 @ 0.071922
0.07/0.12	c bounds -7 >= -58 @ 0.071922
0.07/0.12	c bounds -7 >= -57 @ 0.071944
0.07/0.12	c bounds -8 >= -57 @ 0.071944
0.07/0.12	c bounds -8 >= -56 @ 0.071944
0.07/0.12	c bounds -9 >= -56 @ 0.071944
0.07/0.12	c bounds -9 >= -55 @ 0.071944
0.07/0.12	c bounds -10 >= -55 @ 0.071944
0.07/0.12	c bounds -10 >= -54 @ 0.071963
0.07/0.12	c bounds -10 >= -53 @ 0.072573
0.07/0.12	c bounds -11 >= -53 @ 0.072918
0.07/0.12	c bounds -11 >= -52 @ 0.073292
0.07/0.12	c bounds -12 >= -52 @ 0.073774
0.07/0.12	c bounds -12 >= -51 @ 0.074299
0.07/0.12	c bounds -13 >= -51 @ 0.074663
0.07/0.13	c bounds -13 >= -50 @ 0.075733
0.07/0.13	c bounds -14 >= -50 @ 0.076372
0.07/0.13	c bounds -15 >= -50 @ 0.076909
0.07/0.13	c bounds -15 >= -49 @ 0.078122
0.07/0.13	c bounds -16 >= -49 @ 0.078507
0.07/0.13	c bounds -17 >= -49 @ 0.078868
0.07/0.13	c bounds -18 >= -49 @ 0.079195
0.07/0.13	c bounds -18 >= -48 @ 0.080343
0.07/0.13	c bounds -19 >= -48 @ 0.080972
0.07/0.13	c bounds -20 >= -48 @ 0.081541
0.07/0.13	c bounds -21 >= -48 @ 0.082021
0.07/0.13	c bounds -22 >= -48 @ 0.082388
0.07/0.13	c bounds -23 >= -48 @ 0.082967
0.07/0.14	c bounds -23 >= -47 @ 0.086762
0.07/0.14	c bounds -24 >= -47 @ 0.086762
0.07/0.14	c bounds -25 >= -47 @ 0.088336
0.07/0.16	c bounds -25 >= -46 @ 0.107801
0.07/0.16	c bounds -26 >= -46 @ 0.10894
0.07/0.17	c bounds -27 >= -46 @ 0.111374
0.07/0.17	c bounds -28 >= -46 @ 0.112134
0.07/0.18	c bounds -29 >= -46 @ 0.117105
0.07/0.18	c bounds -30 >= -46 @ 0.118934
0.07/0.18	c bounds -31 >= -46 @ 0.122165
0.19/0.23	c bounds -31 >= -45 @ 0.170335
0.19/0.24	c bounds -32 >= -45 @ 0.176478
0.19/0.24	c bounds -33 >= -45 @ 0.177182
0.28/0.34	c #Conflicts:       1000 | #Constraints:       2177
0.28/0.34	c bounds -34 >= -45 @ 0.267766
0.38/0.47	c bounds -34 >= -44 @ 0.390408
0.47/0.52	c #Conflicts:       2000 | #Constraints:       3208
0.47/0.52	c INPROCESSING
0.47/0.52	c GARBAGE COLLECT
0.47/0.52	c rational objective -44
0.56/0.69	c bounds -34 >= -43 @ 0.595879
0.85/0.92	c #Conflicts:       3000 | #Constraints:       3101
0.85/0.92	c #Conflicts:       4000 | #Constraints:       4143
0.85/0.92	c INPROCESSING
0.85/0.92	c GARBAGE COLLECT
0.85/0.92	c rational objective -43
0.97/1.11	c #Conflicts:       5000 | #Constraints:       3505
0.97/1.11	c bounds -34 >= -42 @ 0.983656
1.15/1.28	c #Conflicts:       6000 | #Constraints:       4535
1.15/1.28	c INPROCESSING
1.15/1.28	c GARBAGE COLLECT
1.15/1.28	c rational objective -42
1.55/1.64	c #Conflicts:       7000 | #Constraints:       3524
1.55/1.64	c #Conflicts:       8000 | #Constraints:       4568
1.55/1.64	c #Conflicts:       9000 | #Constraints:       5608
1.55/1.64	c INPROCESSING
1.55/1.64	c GARBAGE COLLECT
1.55/1.64	c rational objective -42
1.65/1.72	c bounds -34 >= -41 @ 1.56401
1.96/2.01	c #Conflicts:      10000 | #Constraints:       4280
1.96/2.01	c #Conflicts:      11000 | #Constraints:       5280
1.96/2.01	c #Conflicts:      12000 | #Constraints:       6280
1.96/2.01	c INPROCESSING
1.96/2.01	c GARBAGE COLLECT
1.96/2.01	c rational objective -41
1.96/2.10	c bounds -34 >= -40 @ 1.93492
2.24/2.35	c #Conflicts:      13000 | #Constraints:       4714
2.24/2.35	c #Conflicts:      14000 | #Constraints:       5714
2.24/2.35	c #Conflicts:      15000 | #Constraints:       6714
2.24/2.35	c INPROCESSING
2.24/2.35	c GARBAGE COLLECT
2.24/2.35	c rational objective -40
2.64/2.70	c #Conflicts:      16000 | #Constraints:       4942
2.64/2.70	c #Conflicts:      17000 | #Constraints:       5992
2.64/2.70	c #Conflicts:      18000 | #Constraints:       7037
2.64/2.70	c INPROCESSING
2.64/2.70	c GARBAGE COLLECT
2.64/2.70	c rational objective -40
2.84/2.98	c #Conflicts:      19000 | #Constraints:       4979
2.84/2.98	c #Conflicts:      20000 | #Constraints:       5979
2.84/2.98	c bounds -34 >= -39 @ 2.75968
2.96/3.10	c #Conflicts:      21000 | #Constraints:       7003
2.96/3.10	c INPROCESSING
2.96/3.10	c GARBAGE COLLECT
2.96/3.10	c rational objective -39
3.45/3.50	c #Conflicts:      22000 | #Constraints:       4762
3.45/3.50	c #Conflicts:      23000 | #Constraints:       5762
3.45/3.50	c #Conflicts:      24000 | #Constraints:       6762
3.45/3.50	c #Conflicts:      25000 | #Constraints:       7762
3.45/3.50	c INPROCESSING
3.45/3.50	c GARBAGE COLLECT
3.45/3.50	c rational objective -39
3.84/3.91	c #Conflicts:      26000 | #Constraints:       5382
3.84/3.91	c #Conflicts:      27000 | #Constraints:       6425
3.84/3.91	c #Conflicts:      28000 | #Constraints:       7467
3.84/3.91	c #Conflicts:      29000 | #Constraints:       8503
3.84/3.91	c INPROCESSING
3.84/3.91	c GARBAGE COLLECT
3.84/3.91	c rational objective -39
4.24/4.39	c #Conflicts:      30000 | #Constraints:       5821
4.24/4.39	c #Conflicts:      31000 | #Constraints:       6821
4.24/4.39	c #Conflicts:      32000 | #Constraints:       7822
4.24/4.39	c bounds -34 >= -38 @ 4.0857
4.24/4.40	c #Conflicts:      33000 | #Constraints:       8843
4.24/4.40	c INPROCESSING
4.24/4.40	c GARBAGE COLLECT
4.24/4.40	c rational objective -38
4.74/4.88	c #Conflicts:      34000 | #Constraints:       5988
4.74/4.88	c #Conflicts:      35000 | #Constraints:       6989
4.74/4.88	c #Conflicts:      36000 | #Constraints:       7989
4.74/4.88	c #Conflicts:      37000 | #Constraints:       8989
4.74/4.88	c INPROCESSING
4.74/4.88	c GARBAGE COLLECT
4.74/4.88	c rational objective -38
5.37/8.73	c #Conflicts:      38000 | #Constraints:       5987
5.37/8.73	c #Conflicts:      39000 | #Constraints:       7024
5.37/8.73	c #Conflicts:      40000 | #Constraints:       8075
5.37/8.73	c #Conflicts:      41000 | #Constraints:       9119
5.37/8.73	c INPROCESSING
5.37/8.73	c GARBAGE COLLECT
5.37/8.73	c rational objective -38
6.68/10.04	c #Conflicts:      42000 | #Constraints:       5850
6.68/10.04	c #Conflicts:      43000 | #Constraints:       6850
6.68/10.04	c #Conflicts:      44000 | #Constraints:       7850
6.68/10.04	c #Conflicts:      45000 | #Constraints:       8851
6.68/10.04	c #Conflicts:      46000 | #Constraints:       9851
6.68/10.04	c INPROCESSING
6.68/10.04	c GARBAGE COLLECT
6.68/10.04	c rational objective -38
7.46/10.80	c #Conflicts:      47000 | #Constraints:       6430
7.46/10.80	c #Conflicts:      48000 | #Constraints:       7471
7.46/10.80	c #Conflicts:      49000 | #Constraints:       8516
7.46/10.80	c #Conflicts:      50000 | #Constraints:       9558
7.46/10.80	c #Conflicts:      51000 | #Constraints:      10598
7.46/10.80	c INPROCESSING
7.46/10.80	c GARBAGE COLLECT
7.46/10.80	c rational objective -38
8.16/11.54	c #Conflicts:      52000 | #Constraints:       6875
8.16/11.54	c #Conflicts:      53000 | #Constraints:       7875
8.16/11.54	c #Conflicts:      54000 | #Constraints:       8876
8.16/11.54	c #Conflicts:      55000 | #Constraints:       9876
8.16/11.54	c #Conflicts:      56000 | #Constraints:      10876
8.16/11.54	c INPROCESSING
8.16/11.54	c GARBAGE COLLECT
8.16/11.54	c rational objective -38
8.86/12.24	c #Conflicts:      57000 | #Constraints:       7022
8.86/12.24	c #Conflicts:      58000 | #Constraints:       8023
8.86/12.24	c #Conflicts:      59000 | #Constraints:       9023
8.86/12.24	c #Conflicts:      60000 | #Constraints:      10023
8.86/12.24	c #Conflicts:      61000 | #Constraints:      11023
8.86/12.24	c INPROCESSING
8.86/12.24	c GARBAGE COLLECT
8.86/12.24	c rational objective -38
9.56/12.94	c #Conflicts:      62000 | #Constraints:       7006
9.56/12.94	c #Conflicts:      63000 | #Constraints:       8040
9.56/12.94	c #Conflicts:      64000 | #Constraints:       9081
9.56/12.94	c #Conflicts:      65000 | #Constraints:      10121
9.56/12.94	c #Conflicts:      66000 | #Constraints:      11164
9.56/12.94	c INPROCESSING
9.56/12.94	c GARBAGE COLLECT
9.56/12.94	c rational objective -38
10.35/13.73	c #Conflicts:      67000 | #Constraints:       6867
10.35/13.73	c #Conflicts:      68000 | #Constraints:       7868
10.35/13.73	c #Conflicts:      69000 | #Constraints:       8868
10.35/13.73	c #Conflicts:      70000 | #Constraints:       9868
10.35/13.73	c #Conflicts:      71000 | #Constraints:      10868
10.35/13.73	c #Conflicts:      72000 | #Constraints:      11868
10.35/13.73	c INPROCESSING
10.35/13.73	c GARBAGE COLLECT
10.35/13.73	c rational objective -38
11.05/14.48	c #Conflicts:      73000 | #Constraints:       7416
11.05/14.48	c #Conflicts:      74000 | #Constraints:       8416
11.05/14.48	c #Conflicts:      75000 | #Constraints:       9416
11.05/14.48	c #Conflicts:      76000 | #Constraints:      10416
11.05/14.48	c #Conflicts:      77000 | #Constraints:      11416
11.05/14.48	c #Conflicts:      78000 | #Constraints:      12416
11.05/14.48	c INPROCESSING
11.05/14.48	c GARBAGE COLLECT
11.05/14.48	c rational objective -38
11.85/15.27	c #Conflicts:      79000 | #Constraints:       7820
11.85/15.27	c #Conflicts:      80000 | #Constraints:       8865
11.85/15.27	c #Conflicts:      81000 | #Constraints:       9904
11.85/15.27	c #Conflicts:      82000 | #Constraints:      10946
11.85/15.27	c #Conflicts:      83000 | #Constraints:      11998
11.85/15.27	c #Conflicts:      84000 | #Constraints:      13050
11.85/15.27	c INPROCESSING
11.85/15.27	c GARBAGE COLLECT
11.85/15.27	c rational objective -38
12.84/16.21	c #Conflicts:      85000 | #Constraints:       8103
12.84/16.21	c #Conflicts:      86000 | #Constraints:       9103
12.84/16.21	c #Conflicts:      87000 | #Constraints:      10103
12.84/16.21	c #Conflicts:      88000 | #Constraints:      11103
12.84/16.21	c #Conflicts:      89000 | #Constraints:      12103
12.84/16.21	c #Conflicts:      90000 | #Constraints:      13103
12.84/16.21	c INPROCESSING
12.84/16.21	c GARBAGE COLLECT
12.84/16.21	c rational objective -38
13.25/16.69	c #Conflicts:      91000 | #Constraints:       8032
13.25/16.69	c #Conflicts:      92000 | #Constraints:       9032
13.25/16.69	c #Conflicts:      93000 | #Constraints:      10032
13.25/16.69	c #Conflicts:      94000 | #Constraints:      11032
13.25/16.69	c bounds -34 >= -37 @ 12.7628
13.54/16.97	c #Conflicts:      95000 | #Constraints:      12078
13.54/16.97	c #Conflicts:      96000 | #Constraints:      13113
13.54/16.97	c INPROCESSING
13.54/16.97	c GARBAGE COLLECT
13.54/16.97	c rational objective -37
14.54/17.94	c #Conflicts:      97000 | #Constraints:       7842
14.54/17.94	c #Conflicts:      98000 | #Constraints:       8845
14.54/17.94	c #Conflicts:      99000 | #Constraints:       9848
14.54/17.94	c #Conflicts:     100000 | #Constraints:      10851
14.54/17.94	c #Conflicts:     101000 | #Constraints:      11851
14.54/17.94	c #Conflicts:     102000 | #Constraints:      12852
14.54/17.94	c #Conflicts:     103000 | #Constraints:      13852
14.54/17.94	c INPROCESSING
14.54/17.94	c GARBAGE COLLECT
14.54/17.94	c rational objective -37
15.43/18.86	c #Conflicts:     104000 | #Constraints:       8447
15.43/18.86	c #Conflicts:     105000 | #Constraints:       9500
15.43/18.86	c #Conflicts:     106000 | #Constraints:      10542
15.43/18.86	c #Conflicts:     107000 | #Constraints:      11590
15.43/18.86	c #Conflicts:     108000 | #Constraints:      12630
15.43/18.86	c #Conflicts:     109000 | #Constraints:      13672
15.43/18.86	c #Conflicts:     110000 | #Constraints:      14709
15.43/18.86	c INPROCESSING
15.43/18.86	c GARBAGE COLLECT
15.43/18.86	c rational objective -37
16.53/19.90	c #Conflicts:     111000 | #Constraints:       8939
16.53/19.90	c #Conflicts:     112000 | #Constraints:       9940
16.53/19.90	c #Conflicts:     113000 | #Constraints:      10940
16.53/19.90	c #Conflicts:     114000 | #Constraints:      11940
16.53/19.90	c #Conflicts:     115000 | #Constraints:      12941
16.53/19.90	c #Conflicts:     116000 | #Constraints:      13942
16.53/19.90	c #Conflicts:     117000 | #Constraints:      14944
16.53/19.90	c INPROCESSING
16.53/19.90	c GARBAGE COLLECT
16.53/19.90	c rational objective -37
17.53/20.92	c #Conflicts:     118000 | #Constraints:       9110
17.53/20.92	c #Conflicts:     119000 | #Constraints:      10162
17.53/20.92	c #Conflicts:     120000 | #Constraints:      11220
17.53/20.92	c #Conflicts:     121000 | #Constraints:      12276
17.53/20.92	c #Conflicts:     122000 | #Constraints:      13330
17.53/20.92	c #Conflicts:     123000 | #Constraints:      14377
17.53/20.92	c #Conflicts:     124000 | #Constraints:      15412
17.53/20.92	c INPROCESSING
17.53/20.92	c GARBAGE COLLECT
17.53/20.92	c rational objective -37
18.64/22.07	c #Conflicts:     125000 | #Constraints:       9196
18.64/22.07	c #Conflicts:     126000 | #Constraints:      10196
18.64/22.07	c #Conflicts:     127000 | #Constraints:      11197
18.64/22.07	c #Conflicts:     128000 | #Constraints:      12197
18.64/22.07	c #Conflicts:     129000 | #Constraints:      13197
18.64/22.07	c #Conflicts:     130000 | #Constraints:      14198
18.64/22.07	c #Conflicts:     131000 | #Constraints:      15198
18.64/22.07	c INPROCESSING
18.64/22.07	c GARBAGE COLLECT
18.64/22.07	c rational objective -37
19.74/23.17	c #Conflicts:     132000 | #Constraints:       8893
19.74/23.17	c #Conflicts:     133000 | #Constraints:       9894
19.74/23.17	c #Conflicts:     134000 | #Constraints:      10895
19.74/23.17	c #Conflicts:     135000 | #Constraints:      11895
19.74/23.17	c #Conflicts:     136000 | #Constraints:      12895
19.74/23.17	c #Conflicts:     137000 | #Constraints:      13896
19.74/23.17	c #Conflicts:     138000 | #Constraints:      14896
19.74/23.17	c #Conflicts:     139000 | #Constraints:      15897
19.74/23.17	c INPROCESSING
19.74/23.17	c GARBAGE COLLECT
19.74/23.17	c rational objective -37
21.12/24.51	c #Conflicts:     140000 | #Constraints:       9474
21.12/24.51	c #Conflicts:     141000 | #Constraints:      10503
21.12/24.51	c #Conflicts:     142000 | #Constraints:      11549
21.12/24.51	c #Conflicts:     143000 | #Constraints:      12604
21.12/24.51	c #Conflicts:     144000 | #Constraints:      13650
21.12/24.51	c #Conflicts:     145000 | #Constraints:      14690
21.12/24.51	c #Conflicts:     146000 | #Constraints:      15733
21.12/24.51	c #Conflicts:     147000 | #Constraints:      16782
21.12/24.51	c INPROCESSING
21.12/24.51	c GARBAGE COLLECT
21.12/24.51	c rational objective -37
22.32/25.79	c #Conflicts:     148000 | #Constraints:       9974
22.32/25.79	c #Conflicts:     149000 | #Constraints:      10974
22.32/25.79	c #Conflicts:     150000 | #Constraints:      11974
22.32/25.79	c #Conflicts:     151000 | #Constraints:      12974
22.32/25.79	c #Conflicts:     152000 | #Constraints:      13974
22.32/25.79	c #Conflicts:     153000 | #Constraints:      14975
22.32/25.79	c #Conflicts:     154000 | #Constraints:      15975
22.32/25.79	c #Conflicts:     155000 | #Constraints:      16975
22.32/25.79	c INPROCESSING
22.32/25.79	c GARBAGE COLLECT
22.32/25.79	c rational objective -37
23.51/26.97	c #Conflicts:     156000 | #Constraints:      10079
23.51/26.97	c #Conflicts:     157000 | #Constraints:      11079
23.51/26.97	c #Conflicts:     158000 | #Constraints:      12080
23.51/26.97	c #Conflicts:     159000 | #Constraints:      13080
23.51/26.97	c #Conflicts:     160000 | #Constraints:      14080
23.51/26.97	c #Conflicts:     161000 | #Constraints:      15081
23.51/26.97	c #Conflicts:     162000 | #Constraints:      16083
23.51/26.97	c #Conflicts:     163000 | #Constraints:      17083
23.51/26.97	c INPROCESSING
23.51/26.97	c GARBAGE COLLECT
23.51/26.97	c rational objective -37
24.81/28.21	c #Conflicts:     164000 | #Constraints:      10069
24.81/28.21	c #Conflicts:     165000 | #Constraints:      11113
24.81/28.21	c #Conflicts:     166000 | #Constraints:      12166
24.81/28.21	c #Conflicts:     167000 | #Constraints:      13202
24.81/28.21	c #Conflicts:     168000 | #Constraints:      14243
24.81/28.21	c #Conflicts:     169000 | #Constraints:      15281
24.81/28.21	c #Conflicts:     170000 | #Constraints:      16324
24.81/28.21	c #Conflicts:     171000 | #Constraints:      17363
24.81/28.21	c INPROCESSING
24.81/28.21	c GARBAGE COLLECT
24.81/28.21	c rational objective -37
26.10/29.59	c #Conflicts:     172000 | #Constraints:       9975
26.10/29.59	c #Conflicts:     173000 | #Constraints:      10976
26.10/29.59	c #Conflicts:     174000 | #Constraints:      11977
26.10/29.59	c #Conflicts:     175000 | #Constraints:      12977
26.10/29.59	c #Conflicts:     176000 | #Constraints:      13978
26.10/29.59	c #Conflicts:     177000 | #Constraints:      14978
26.10/29.59	c #Conflicts:     178000 | #Constraints:      15979
26.10/29.59	c #Conflicts:     179000 | #Constraints:      16980
26.10/29.59	c #Conflicts:     180000 | #Constraints:      17980
26.10/29.59	c INPROCESSING
26.10/29.59	c GARBAGE COLLECT
26.10/29.59	c rational objective -37
27.50/30.92	c #Conflicts:     181000 | #Constraints:      10481
27.50/30.92	c #Conflicts:     182000 | #Constraints:      11481
27.50/30.92	c #Conflicts:     183000 | #Constraints:      12481
27.50/30.92	c #Conflicts:     184000 | #Constraints:      13481
27.50/30.92	c #Conflicts:     185000 | #Constraints:      14482
27.50/30.92	c #Conflicts:     186000 | #Constraints:      15482
27.50/30.92	c #Conflicts:     187000 | #Constraints:      16482
27.50/30.92	c #Conflicts:     188000 | #Constraints:      17482
27.50/30.92	c #Conflicts:     189000 | #Constraints:      18482
27.50/30.92	c INPROCESSING
27.50/30.92	c GARBAGE COLLECT
27.50/30.92	c rational objective -37
28.80/32.29	c #Conflicts:     190000 | #Constraints:      10854
28.80/32.29	c #Conflicts:     191000 | #Constraints:      11880
28.80/32.29	c #Conflicts:     192000 | #Constraints:      12904
28.80/32.29	c #Conflicts:     193000 | #Constraints:      13948
28.80/32.29	c #Conflicts:     194000 | #Constraints:      14998
28.80/32.29	c #Conflicts:     195000 | #Constraints:      16043
28.80/32.29	c #Conflicts:     196000 | #Constraints:      17090
28.80/32.29	c #Conflicts:     197000 | #Constraints:      18134
28.80/32.29	c #Conflicts:     198000 | #Constraints:      19181
28.80/32.29	c INPROCESSING
28.80/32.29	c GARBAGE COLLECT
28.80/32.29	c rational objective -37
30.39/33.81	c #Conflicts:     199000 | #Constraints:      11173
30.39/33.81	c #Conflicts:     200000 | #Constraints:      12174
30.39/33.81	c #Conflicts:     201000 | #Constraints:      13174
30.39/33.81	c #Conflicts:     202000 | #Constraints:      14175
30.39/33.81	c #Conflicts:     203000 | #Constraints:      15177
30.39/33.81	c #Conflicts:     204000 | #Constraints:      16177
30.39/33.81	c #Conflicts:     205000 | #Constraints:      17179
30.39/33.81	c #Conflicts:     206000 | #Constraints:      18180
30.39/33.81	c #Conflicts:     207000 | #Constraints:      19181
30.39/33.81	c INPROCESSING
30.39/33.81	c GARBAGE COLLECT
30.39/33.81	c rational objective -37
31.79/35.24	c #Conflicts:     208000 | #Constraints:      11093
31.79/35.24	c #Conflicts:     209000 | #Constraints:      12093
31.79/35.24	c #Conflicts:     210000 | #Constraints:      13093
31.79/35.24	c #Conflicts:     211000 | #Constraints:      14093
31.79/35.24	c #Conflicts:     212000 | #Constraints:      15093
31.79/35.24	c #Conflicts:     213000 | #Constraints:      16093
31.79/35.24	c #Conflicts:     214000 | #Constraints:      17093
31.79/35.24	c #Conflicts:     215000 | #Constraints:      18093
31.79/35.24	c #Conflicts:     216000 | #Constraints:      19093
31.79/35.24	c INPROCESSING
31.79/35.24	c GARBAGE COLLECT
31.79/35.24	c rational objective -37
53.66/58.34	c #Conflicts:     217000 | #Constraints:      10844
53.66/58.34	c #Conflicts:     218000 | #Constraints:      11863
53.66/58.34	c #Conflicts:     219000 | #Constraints:      12889
53.66/58.34	c #Conflicts:     220000 | #Constraints:      13912
53.66/58.34	c #Conflicts:     221000 | #Constraints:      14932
53.66/58.34	c #Conflicts:     222000 | #Constraints:      15945
53.66/58.34	c #Conflicts:     223000 | #Constraints:      16976
53.66/58.34	c #Conflicts:     224000 | #Constraints:      18007
53.66/58.34	c #Conflicts:     225000 | #Constraints:      19030
53.66/58.34	c #Conflicts:     226000 | #Constraints:      20055
53.66/58.34	c #Conflicts:     227000 | #Constraints:      21093
53.66/58.34	c #Conflicts:     228000 | #Constraints:      22126
53.66/58.34	c #Conflicts:     229000 | #Constraints:      23159
53.66/58.34	c #Conflicts:     230000 | #Constraints:      24194
53.66/58.34	c #Conflicts:     231000 | #Constraints:      25234
53.66/58.34	c #Conflicts:     232000 | #Constraints:      26283
53.66/58.34	c #Conflicts:     233000 | #Constraints:      27332
53.66/58.34	c #Conflicts:     234000 | #Constraints:      28380
53.66/58.34	c #Conflicts:     235000 | #Constraints:      29415
53.66/58.34	c #Conflicts:     236000 | #Constraints:      30450
53.66/58.34	c #Conflicts:     237000 | #Constraints:      31487
53.66/58.34	c #Conflicts:     238000 | #Constraints:      32533
53.66/58.34	c #Conflicts:     239000 | #Constraints:      33579
53.66/58.34	c #Conflicts:     240000 | #Constraints:      34623
53.66/58.34	c #Conflicts:     241000 | #Constraints:      35652
53.66/58.34	c #Conflicts:     242000 | #Constraints:      36702
53.66/58.34	c #Conflicts:     243000 | #Constraints:      37733
53.66/58.34	c #Conflicts:     244000 | #Constraints:      38771
53.66/58.34	c #Conflicts:     245000 | #Constraints:      39810
53.66/58.34	c #Conflicts:     246000 | #Constraints:      40848
53.66/58.34	c #Conflicts:     247000 | #Constraints:      41888
53.66/58.34	c #Conflicts:     248000 | #Constraints:      42928
53.66/58.34	c #Conflicts:     249000 | #Constraints:      43977
53.66/58.34	c #Conflicts:     250000 | #Constraints:      45027
53.66/58.34	c #Conflicts:     251000 | #Constraints:      46059
53.66/58.34	c #Conflicts:     252000 | #Constraints:      47098
53.66/58.34	c #Conflicts:     253000 | #Constraints:      48135
53.66/58.34	c #Conflicts:     254000 | #Constraints:      49166
53.66/58.34	c #Conflicts:     255000 | #Constraints:      50197
53.66/58.34	c #Conflicts:     256000 | #Constraints:      51227
53.66/58.34	c #Conflicts:     257000 | #Constraints:      52264
53.66/58.34	c #Conflicts:     258000 | #Constraints:      53307
53.66/58.34	c #Conflicts:     259000 | #Constraints:      54343
53.66/58.34	c #Conflicts:     260000 | #Constraints:      55369
53.66/58.34	c #Conflicts:     261000 | #Constraints:      56403
53.66/58.34	c INPROCESSING
53.66/58.34	c GARBAGE COLLECT
53.66/58.34	c rational objective -37
57.36/62.08	c #Conflicts:     262000 | #Constraints:      29646
57.36/62.08	c #Conflicts:     263000 | #Constraints:      30646
57.36/62.08	c #Conflicts:     264000 | #Constraints:      31647
57.36/62.08	c #Conflicts:     265000 | #Constraints:      32647
57.36/62.08	c #Conflicts:     266000 | #Constraints:      33647
57.36/62.08	c bounds -34 >= -36 @ 55.8293
62.13/66.87	c #Conflicts:     267000 | #Constraints:      34670
62.13/66.87	c #Conflicts:     268000 | #Constraints:      35673
62.13/66.87	c #Conflicts:     269000 | #Constraints:      36673
62.13/66.87	c #Conflicts:     270000 | #Constraints:      37675
62.13/66.87	c #Conflicts:     271000 | #Constraints:      38678
62.13/66.87	c #Conflicts:     272000 | #Constraints:      39678
62.13/66.87	c INPROCESSING
62.13/66.87	c GARBAGE COLLECT
62.13/66.87	c rational objective -36
65.33/70.10	c #Conflicts:     273000 | #Constraints:      21437
65.33/70.10	c #Conflicts:     274000 | #Constraints:      22438
65.33/70.10	c #Conflicts:     275000 | #Constraints:      23440
65.33/70.10	c #Conflicts:     276000 | #Constraints:      24441
65.33/70.10	c #Conflicts:     277000 | #Constraints:      25443
65.33/70.10	c #Conflicts:     278000 | #Constraints:      26443
65.33/70.10	c #Conflicts:     279000 | #Constraints:      27444
65.33/70.10	c #Conflicts:     280000 | #Constraints:      28446
65.33/70.10	c #Conflicts:     281000 | #Constraints:      29446
65.33/70.10	c #Conflicts:     282000 | #Constraints:      30447
65.33/70.10	c INPROCESSING
65.33/70.10	c GARBAGE COLLECT
65.33/70.10	c rational objective -36
67.51/72.27	c #Conflicts:     283000 | #Constraints:      16364
67.51/72.27	c #Conflicts:     284000 | #Constraints:      17364
67.51/72.27	c #Conflicts:     285000 | #Constraints:      18365
67.51/72.27	c #Conflicts:     286000 | #Constraints:      19365
67.51/72.27	c #Conflicts:     287000 | #Constraints:      20366
67.51/72.27	c #Conflicts:     288000 | #Constraints:      21367
67.51/72.27	c #Conflicts:     289000 | #Constraints:      22369
67.51/72.27	c #Conflicts:     290000 | #Constraints:      23369
67.51/72.27	c #Conflicts:     291000 | #Constraints:      24369
67.51/72.27	c #Conflicts:     292000 | #Constraints:      25369
67.51/72.27	c #Conflicts:     293000 | #Constraints:      26369
67.51/72.27	c #Conflicts:     294000 | #Constraints:      27369
67.51/72.27	c INPROCESSING
67.51/72.27	c GARBAGE COLLECT
67.51/72.27	c rational objective -36
69.60/74.32	c #Conflicts:     295000 | #Constraints:      15287
69.60/74.32	c #Conflicts:     296000 | #Constraints:      16287
69.60/74.32	c #Conflicts:     297000 | #Constraints:      17287
69.60/74.32	c #Conflicts:     298000 | #Constraints:      18288
69.60/74.32	c #Conflicts:     299000 | #Constraints:      19289
69.60/74.32	c #Conflicts:     300000 | #Constraints:      20292
69.60/74.32	c #Conflicts:     301000 | #Constraints:      21292
69.60/74.32	c #Conflicts:     302000 | #Constraints:      22293
69.60/74.32	c #Conflicts:     303000 | #Constraints:      23294
69.60/74.32	c #Conflicts:     304000 | #Constraints:      24294
69.60/74.32	c #Conflicts:     305000 | #Constraints:      25296
69.60/74.32	c INPROCESSING
69.60/74.32	c GARBAGE COLLECT
69.60/74.32	c rational objective -36
71.59/76.36	c #Conflicts:     306000 | #Constraints:      14111
71.59/76.36	c #Conflicts:     307000 | #Constraints:      15111
71.59/76.36	c #Conflicts:     308000 | #Constraints:      16112
71.59/76.36	c #Conflicts:     309000 | #Constraints:      17112
71.59/76.36	c #Conflicts:     310000 | #Constraints:      18113
71.59/76.36	c #Conflicts:     311000 | #Constraints:      19114
71.59/76.36	c #Conflicts:     312000 | #Constraints:      20115
71.59/76.36	c #Conflicts:     313000 | #Constraints:      21116
71.59/76.36	c #Conflicts:     314000 | #Constraints:      22117
71.59/76.36	c #Conflicts:     315000 | #Constraints:      23117
71.59/76.36	c #Conflicts:     316000 | #Constraints:      24117
71.59/76.36	c INPROCESSING
71.59/76.36	c GARBAGE COLLECT
71.59/76.36	c rational objective -36
73.66/78.46	c #Conflicts:     317000 | #Constraints:      13264
73.66/78.46	c #Conflicts:     318000 | #Constraints:      14264
73.66/78.46	c #Conflicts:     319000 | #Constraints:      15266
73.66/78.46	c #Conflicts:     320000 | #Constraints:      16268
73.66/78.46	c #Conflicts:     321000 | #Constraints:      17269
73.66/78.46	c #Conflicts:     322000 | #Constraints:      18270
73.66/78.46	c #Conflicts:     323000 | #Constraints:      19270
73.66/78.46	c #Conflicts:     324000 | #Constraints:      20270
73.66/78.46	c #Conflicts:     325000 | #Constraints:      21270
73.66/78.46	c #Conflicts:     326000 | #Constraints:      22270
73.66/78.46	c #Conflicts:     327000 | #Constraints:      23271
73.66/78.46	c #Conflicts:     328000 | #Constraints:      24271
73.66/78.46	c INPROCESSING
73.66/78.46	c GARBAGE COLLECT
73.66/78.46	c rational objective -36
81.47/87.22	c #Conflicts:     329000 | #Constraints:      13493
81.47/87.22	c #Conflicts:     330000 | #Constraints:      14493
81.47/87.22	c #Conflicts:     331000 | #Constraints:      15493
81.47/87.22	c #Conflicts:     332000 | #Constraints:      16493
81.47/87.22	c #Conflicts:     333000 | #Constraints:      17494
81.47/87.22	c #Conflicts:     334000 | #Constraints:      18495
81.47/87.22	c #Conflicts:     335000 | #Constraints:      19495
81.47/87.22	c #Conflicts:     336000 | #Constraints:      20496
81.47/87.22	c #Conflicts:     337000 | #Constraints:      21497
81.47/87.22	c #Conflicts:     338000 | #Constraints:      22498
81.47/87.22	c #Conflicts:     339000 | #Constraints:      23498
81.47/87.22	c #Conflicts:     340000 | #Constraints:      24498
81.47/87.22	c #Conflicts:     341000 | #Constraints:      25498
81.47/87.22	c #Conflicts:     342000 | #Constraints:      26498
81.47/87.22	c #Conflicts:     343000 | #Constraints:      27498
81.47/87.22	c #Conflicts:     344000 | #Constraints:      28498
81.47/87.22	c #Conflicts:     345000 | #Constraints:      29498
81.47/87.22	c #Conflicts:     346000 | #Constraints:      30499
81.47/87.22	c #Conflicts:     347000 | #Constraints:      31500
81.47/87.22	c #Conflicts:     348000 | #Constraints:      32501
81.47/87.22	c #Conflicts:     349000 | #Constraints:      33501
81.47/87.22	c #Conflicts:     350000 | #Constraints:      34501
81.47/87.22	c #Conflicts:     351000 | #Constraints:      35502
81.47/87.22	c #Conflicts:     352000 | #Constraints:      36502
81.47/87.22	c #Conflicts:     353000 | #Constraints:      37502
81.47/87.22	c #Conflicts:     354000 | #Constraints:      38502
81.47/87.22	c #Conflicts:     355000 | #Constraints:      39503
81.47/87.22	c #Conflicts:     356000 | #Constraints:      40504
81.47/87.22	c #Conflicts:     357000 | #Constraints:      41504
81.47/87.22	c #Conflicts:     358000 | #Constraints:      42504
81.47/87.22	c #Conflicts:     359000 | #Constraints:      43504
81.47/87.22	c bounds -34 >= -35 @ 79.2797
88.85/94.69	c #Conflicts:     360000 | #Constraints:      44533
88.85/94.69	c #Conflicts:     361000 | #Constraints:      45533
88.85/94.69	c #Conflicts:     362000 | #Constraints:      46534
88.85/94.69	c #Conflicts:     363000 | #Constraints:      47536
88.85/94.69	c #Conflicts:     364000 | #Constraints:      48537
88.85/94.69	c #Conflicts:     365000 | #Constraints:      49541
88.85/94.69	c #Conflicts:     366000 | #Constraints:      50545
88.85/94.69	c #Conflicts:     367000 | #Constraints:      51546
88.85/94.69	c #Conflicts:     368000 | #Constraints:      52550
88.85/94.69	c #Conflicts:     369000 | #Constraints:      53551
88.85/94.69	c #Conflicts:     370000 | #Constraints:      54551
88.85/94.69	c #Conflicts:     371000 | #Constraints:      55551
88.85/94.69	c #Conflicts:     372000 | #Constraints:      56553
88.85/94.69	c #Conflicts:     373000 | #Constraints:      57556
88.85/94.69	c #Conflicts:     374000 | #Constraints:      58558
88.85/94.69	c #Conflicts:     375000 | #Constraints:      59558
88.85/94.69	c #Conflicts:     376000 | #Constraints:      60560
88.85/94.69	c #Conflicts:     377000 | #Constraints:      61561
88.85/94.69	c #Conflicts:     378000 | #Constraints:      62563
88.85/94.69	c #Conflicts:     379000 | #Constraints:      63565
88.85/94.69	c #Conflicts:     380000 | #Constraints:      64571
88.85/94.69	c #Conflicts:     381000 | #Constraints:      65572
88.85/94.69	c INPROCESSING
88.85/94.69	c GARBAGE COLLECT
88.85/94.69	c rational objective -35
88.95/94.70	c rational objective -35
91.84/97.61	c #Conflicts:     382000 | #Constraints:      34009
91.84/97.61	c #Conflicts:     383000 | #Constraints:      35054
91.84/97.61	c #Conflicts:     384000 | #Constraints:      36096
91.84/97.61	c #Conflicts:     385000 | #Constraints:      37138
91.84/97.61	c #Conflicts:     386000 | #Constraints:      38182
91.84/97.61	c #Conflicts:     387000 | #Constraints:      39222
91.84/97.61	c #Conflicts:     388000 | #Constraints:      40264
91.84/97.61	c #Conflicts:     389000 | #Constraints:      41303
91.84/97.61	c #Conflicts:     390000 | #Constraints:      42341
91.84/97.61	c #Conflicts:     391000 | #Constraints:      43380
91.84/97.61	c #Conflicts:     392000 | #Constraints:      44415
91.84/97.61	c #Conflicts:     393000 | #Constraints:      45453
91.84/97.61	c #Conflicts:     394000 | #Constraints:      46496
91.84/97.61	c INPROCESSING
91.84/97.61	c GARBAGE COLLECT
91.84/97.61	c rational objective -35
91.84/97.62	c rational objective -35
94.43/100.28	c #Conflicts:     395000 | #Constraints:      24459
94.43/100.28	c #Conflicts:     396000 | #Constraints:      25505
94.43/100.28	c #Conflicts:     397000 | #Constraints:      26550
94.43/100.28	c #Conflicts:     398000 | #Constraints:      27598
94.43/100.28	c #Conflicts:     399000 | #Constraints:      28640
94.43/100.28	c #Conflicts:     400000 | #Constraints:      29680
94.43/100.28	c #Conflicts:     401000 | #Constraints:      30724
94.43/100.28	c #Conflicts:     402000 | #Constraints:      31754
94.43/100.28	c #Conflicts:     403000 | #Constraints:      32785
94.43/100.28	c #Conflicts:     404000 | #Constraints:      33820
94.43/100.28	c #Conflicts:     405000 | #Constraints:      34860
94.43/100.28	c #Conflicts:     406000 | #Constraints:      35903
94.43/100.28	c #Conflicts:     407000 | #Constraints:      36933
94.43/100.28	c #Conflicts:     408000 | #Constraints:      37970
94.43/100.28	c INPROCESSING
94.43/100.28	c GARBAGE COLLECT
94.43/100.28	c rational objective -35
94.43/100.29	c rational objective -35
97.23/103.06	c #Conflicts:     409000 | #Constraints:      20583
97.23/103.06	c #Conflicts:     410000 | #Constraints:      21586
97.23/103.06	c #Conflicts:     411000 | #Constraints:      22588
97.23/103.06	c #Conflicts:     412000 | #Constraints:      23589
97.23/103.06	c #Conflicts:     413000 | #Constraints:      24589
97.23/103.06	c #Conflicts:     414000 | #Constraints:      25590
97.23/103.06	c #Conflicts:     415000 | #Constraints:      26591
97.23/103.06	c #Conflicts:     416000 | #Constraints:      27591
97.23/103.06	c #Conflicts:     417000 | #Constraints:      28591
97.23/103.06	c #Conflicts:     418000 | #Constraints:      29592
97.23/103.06	c #Conflicts:     419000 | #Constraints:      30593
97.23/103.06	c #Conflicts:     420000 | #Constraints:      31594
97.23/103.06	c #Conflicts:     421000 | #Constraints:      32595
97.23/103.06	c INPROCESSING
97.23/103.06	c GARBAGE COLLECT
97.23/103.06	c rational objective -35
97.23/103.07	c rational objective -35
100.42/106.30	c #Conflicts:     422000 | #Constraints:      17714
100.42/106.30	c #Conflicts:     423000 | #Constraints:      18733
100.42/106.30	c #Conflicts:     424000 | #Constraints:      19739
100.42/106.30	c #Conflicts:     425000 | #Constraints:      20745
100.42/106.30	c #Conflicts:     426000 | #Constraints:      21748
100.42/106.30	c #Conflicts:     427000 | #Constraints:      22755
100.42/106.30	c #Conflicts:     428000 | #Constraints:      23758
100.42/106.30	c #Conflicts:     429000 | #Constraints:      24760
100.42/106.30	c #Conflicts:     430000 | #Constraints:      25765
100.42/106.30	c #Conflicts:     431000 | #Constraints:      26768
100.42/106.30	c #Conflicts:     432000 | #Constraints:      27769
100.42/106.30	c #Conflicts:     433000 | #Constraints:      28774
100.42/106.30	c #Conflicts:     434000 | #Constraints:      29778
100.42/106.30	c #Conflicts:     435000 | #Constraints:      30786
100.42/106.30	c INPROCESSING
100.42/106.30	c GARBAGE COLLECT
100.42/106.30	c rational objective -35
100.52/106.31	c rational objective -35
103.22/109.01	c #Conflicts:     436000 | #Constraints:      16995
103.22/109.01	c #Conflicts:     437000 | #Constraints:      17996
103.22/109.01	c #Conflicts:     438000 | #Constraints:      18998
103.22/109.01	c #Conflicts:     439000 | #Constraints:      20000
103.22/109.01	c #Conflicts:     440000 | #Constraints:      21000
103.22/109.01	c #Conflicts:     441000 | #Constraints:      22001
103.22/109.01	c #Conflicts:     442000 | #Constraints:      23002
103.22/109.01	c #Conflicts:     443000 | #Constraints:      24003
103.22/109.01	c #Conflicts:     444000 | #Constraints:      25004
103.22/109.01	c #Conflicts:     445000 | #Constraints:      26004
103.22/109.01	c #Conflicts:     446000 | #Constraints:      27006
103.22/109.01	c #Conflicts:     447000 | #Constraints:      28007
103.22/109.01	c #Conflicts:     448000 | #Constraints:      29008
103.22/109.01	c INPROCESSING
103.22/109.01	c GARBAGE COLLECT
103.22/109.01	c rational objective -35
103.22/109.02	c rational objective -35
122.16/129.33	c #Conflicts:     449000 | #Constraints:      15707
122.16/129.33	c #Conflicts:     450000 | #Constraints:      16711
122.16/129.33	c #Conflicts:     451000 | #Constraints:      17712
122.16/129.33	c #Conflicts:     452000 | #Constraints:      18715
122.16/129.33	c #Conflicts:     453000 | #Constraints:      19715
122.16/129.33	c #Conflicts:     454000 | #Constraints:      20716
122.16/129.33	c #Conflicts:     455000 | #Constraints:      21717
122.16/129.33	c #Conflicts:     456000 | #Constraints:      22720
122.16/129.33	c #Conflicts:     457000 | #Constraints:      23721
122.16/129.33	c #Conflicts:     458000 | #Constraints:      24724
122.16/129.33	c #Conflicts:     459000 | #Constraints:      25725
122.16/129.33	c #Conflicts:     460000 | #Constraints:      26725
122.16/129.33	c #Conflicts:     461000 | #Constraints:      27727
122.16/129.33	c #Conflicts:     462000 | #Constraints:      28730
122.16/129.33	c #Conflicts:     463000 | #Constraints:      29731
122.16/129.33	c #Conflicts:     464000 | #Constraints:      30731
122.16/129.33	c #Conflicts:     465000 | #Constraints:      31734
122.16/129.33	c #Conflicts:     466000 | #Constraints:      32737
122.16/129.33	c #Conflicts:     467000 | #Constraints:      33738
122.16/129.33	c #Conflicts:     468000 | #Constraints:      34738
122.16/129.33	c #Conflicts:     469000 | #Constraints:      35738
122.16/129.33	c #Conflicts:     470000 | #Constraints:      36738
122.16/129.33	c #Conflicts:     471000 | #Constraints:      37738
122.16/129.33	c #Conflicts:     472000 | #Constraints:      38739
122.16/129.33	c #Conflicts:     473000 | #Constraints:      39739
122.16/129.33	c #Conflicts:     474000 | #Constraints:      40739
122.16/129.33	c #Conflicts:     475000 | #Constraints:      41739
122.16/129.33	c #Conflicts:     476000 | #Constraints:      42742
122.16/129.33	c #Conflicts:     477000 | #Constraints:      43743
122.16/129.33	c #Conflicts:     478000 | #Constraints:      44743
122.16/129.33	c #Conflicts:     479000 | #Constraints:      45744
122.16/129.33	c #Conflicts:     480000 | #Constraints:      46745
122.16/129.33	c #Conflicts:     481000 | #Constraints:      47747
122.16/129.33	c #Conflicts:     482000 | #Constraints:      48748
122.16/129.33	c #Conflicts:     483000 | #Constraints:      49751
122.16/129.33	c #Conflicts:     484000 | #Constraints:      50752
122.16/129.33	c #Conflicts:     485000 | #Constraints:      51752
122.16/129.33	c #Conflicts:     486000 | #Constraints:      52754
122.16/129.33	c #Conflicts:     487000 | #Constraints:      53754
122.16/129.33	c #Conflicts:     488000 | #Constraints:      54756
122.16/129.33	c #Conflicts:     489000 | #Constraints:      55756
122.16/129.33	c #Conflicts:     490000 | #Constraints:      56757
122.16/129.33	c #Conflicts:     491000 | #Constraints:      57761
122.16/129.33	c #Conflicts:     492000 | #Constraints:      58763
122.16/129.33	c #Conflicts:     493000 | #Constraints:      59763
122.16/129.33	c #Conflicts:     494000 | #Constraints:      60763
122.16/129.33	c #Conflicts:     495000 | #Constraints:      61763
122.16/129.33	c #Conflicts:     496000 | #Constraints:      62764
122.16/129.33	c #Conflicts:     497000 | #Constraints:      63765
122.16/129.33	c #Conflicts:     498000 | #Constraints:      64766
122.16/129.33	c #Conflicts:     499000 | #Constraints:      65766
122.16/129.33	c #Conflicts:     500000 | #Constraints:      66768
122.16/129.33	c #Conflicts:     501000 | #Constraints:      67770
122.16/129.33	c #Conflicts:     502000 | #Constraints:      68771
122.16/129.33	c #Conflicts:     503000 | #Constraints:      69772
122.16/129.33	c #Conflicts:     504000 | #Constraints:      70773
122.16/129.33	c #Conflicts:     505000 | #Constraints:      71773
122.16/129.33	c #Conflicts:     506000 | #Constraints:      72776
122.16/129.33	c bounds -34 >= -34 @ 119.142
122.16/129.33	c cpu time 119.142 s
122.16/129.33	c deterministic time 6362880219 6.36e+09
122.16/129.33	c optimization time 0.017023 s
122.16/129.33	c total solve time 119.113 s
122.16/129.33	c core-guided solve time 78.745 s
122.16/129.33	c propagation time 87.2361 s
122.16/129.33	c conflict analysis time 27.7914 s
122.16/129.33	c propagations 33209185
122.16/129.33	c resolve steps 8146643
122.16/129.33	c decisions 631333
122.16/129.33	c conflicts 506004
122.16/129.33	c restarts 1022
122.16/129.33	c inprocessing phases 51
122.16/129.33	c garbage collections 51 ,( 100.00 )
122.16/129.33	c input clauses 959 ,( 68.06 )
122.16/129.33	c input cardinalities 345 ,( 24.49 )
122.16/129.33	c input general constraints 105 ,( 7.45 )
122.16/129.33	c input average constraint length 14.48
122.16/129.33	c input average constraint degree 5.19
122.16/129.33	c learned clauses 418290 ,( 81.67 )
122.16/129.33	c learned cardinalities 29080 ,( 5.68 )
122.16/129.33	c learned general constraints 64792 ,( 12.65 )
122.16/129.33	c learned average constraint length 52.69
122.16/129.33	c learned average constraint degree 5536827.27
122.16/129.33	c watched  CF 32, 64, 128, Arb: 47822 , 0 , 0 , 0
122.16/129.33	c counting CF 32, 64, 128, Arb: 17076 , 0 , 0 , 0
122.16/129.33	c watched   constraints 47822 ,( 73.69 ) 
122.16/129.33	c counting  constraints 17075 ,( 26.31 ) 
122.16/129.33	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 343070357 , 488345385 , 266808245 ,( 43919187 , 222889058 )
122.16/129.33	c gcd simplifications 12515
122.16/129.33	c detected cardinalities 7435
122.16/129.33	c weakened non-implied lits 4892752
122.16/129.33	c weakened non-implying lits 13536
122.16/129.33	c original variables 126
122.16/129.33	c clausal propagations 21809822
122.16/129.33	c cardinality propagations 2565988
122.16/129.33	c watched propagations 239355
122.16/129.33	c counting propagations 7958406
122.16/129.33	c watch lookups 3109618839
122.16/129.33	c watch backjump lookups 0
122.16/129.33	c watch checks 2714681982
122.16/129.33	c propagation checks 375105276
122.16/129.33	c constraint additions 94785772
122.16/129.33	c trail pops 34340519
122.16/129.33	c formula constraints 788
122.16/129.33	c learned constraints 500010
122.16/129.33	c bound constraints 124
122.16/129.33	c core-guided constraints 497
122.16/129.33	c encountered formula constraints 2342011
122.16/129.33	c encountered learned constraints 3854683
122.16/129.33	c encountered bound constraints 332
122.16/129.33	c encountered core-guided constraints 2368601
122.16/129.33	c LP total time 9.75972 s
122.16/129.33	c LP solve time 8.56 s
122.16/129.33	c LP constraints added 997
122.16/129.33	c LP constraints removed 208
122.16/129.33	c LP pivots internal 506040
122.16/129.33	c LP pivots root 1272
122.16/129.33	c LP calls 22242
122.16/129.33	c LP optimalities 16241
122.16/129.33	c LP no pivot count 5570
122.16/129.33	c LP infeasibilities 6001
122.16/129.33	c LP valid Farkas constraints 6001
122.16/129.33	c LP learned Farkas constraints 6001
122.16/129.33	c LP basis resets 0
122.16/129.33	c LP cycling count 0
122.16/129.33	c LP singular count 0
122.16/129.33	c LP no primal count 0
122.16/129.33	c LP no farkas count 0
122.16/129.33	c LP other issue count 0
122.16/129.33	c LP Gomory cuts 150
122.16/129.33	c LP learned cuts 59
122.16/129.33	c LP deleted cuts 208
122.16/129.33	c LP encountered Gomory constraints 999
122.16/129.33	c LP encountered Farkas constraints 64786
122.16/129.33	c LP encountered learned Farkas constraints 15234
122.16/129.33	c CG auxiliary variables introduced 195
122.16/129.33	c CG solutions found 32
122.16/129.33	c CG cores constructed 91
122.16/129.33	c CG core cardinality constraints returned 0
122.16/129.33	c CG unit cores 0
122.16/129.33	c CG single cores 91
122.16/129.33	c CG blocks removed during cardinality reduction 0
122.16/129.33	c CG first core best 0
122.16/129.33	c CG decision core best 0
122.16/129.33	c CG core reduction tie 0
122.16/129.33	c CG core degree average 1.00
122.16/129.33	c CG core slack average 2.51
122.16/129.33	c CG core upper bound improvements 0
122.16/129.33	c STR number of successful calls 0
122.16/129.33	c STR number of unsuccessful calls 0
122.16/129.33	c STR number of inconclusive calls 0
122.16/129.33	c STR number of successful attempts 0
122.16/129.33	c STR number of unsuccessful attempts 0
122.16/129.33	c STR number of inconclusive attempts 0
122.16/129.33	c STR average degree increase per successful call inf
122.16/129.33	c STR average degree increase per successful attempt inf
122.16/129.33	c STR total number of conflicts for successful attempts 0
122.16/129.33	c STR total number of conflicts for unsuccessful attempts 0
122.16/129.33	c STR total number of conflicts for inconclusive attempts 0
122.16/129.33	c STR average number of conflicts per successful attempt inf
122.16/129.33	c STR average number of conflicts per unsuccessful attempt inf
122.16/129.33	c STR average number of conflicts per inconclusive attempt inf
122.16/129.33	c AVG.sumWPerc 28.83 
122.16/129.33	c bigint constraints 0 
122.16/129.33	o -34
122.16/129.33	s OPTIMUM FOUND
122.16/129.36	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

Verifier Data

OK	-34

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Sat Jul  5 01:23:18 CEST 2025
extraparms=--no-checkDeletion
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS -34 <= obj <= -34
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS ~34 <= obj <= ~34
--summary--
ALL OK

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63133 MiB free)
  memory of node 1: 64465 MiB (63572 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=89698, runsolver pid=89695

[startup+0.100062 s]*
/proc/loadavg: 2.23 3.62 3.97 2/232 89701
/proc/meminfo: memFree=129747804/131382120 swapFree=33010416/33010684
[pid=89698] ppid=89695 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/89698/stat : 89698 (run-opt-break-l) S 89695 89698 89672 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 76465906 4292608 768 18446744073709551615 93895909363712 93895910258245 140729013174176 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93895910497296 93895910545040 93895920115712 140729013180693 140729013180894 140729013180894 140729013186496 0
/proc/89698/statm: 1048 768 704 219 0 110 0
[pid=89701] ppid=89698 vsize=57024 memory=11688 CPUtime=0.07 cores=0,2
/proc/89701/stat : 89701 (roundingsat) R 89698 89698 89672 0 -1 4194304 858 0 0 0 6 1 0 0 20 0 1 0 76465908 58392576 2922 18446744073709551615 4227072 8923433 140730035734864 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37085184 140730035738900 140730035739176 140730035739176 140730035744746 0
/proc/89701/statm: 14256 2922 2400 1147 0 1683 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 61216 KiB
Current children cumulated memory: 14760 KiB

[startup+0.213526 s]*
/proc/loadavg: 2.23 3.62 3.97 2/232 89701
/proc/meminfo: memFree=129747804/131382120 swapFree=33010416/33010684
[pid=89698] ppid=89695 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/89698/stat : 89698 (run-opt-break-l) S 89695 89698 89672 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 76465906 4292608 768 18446744073709551615 93895909363712 93895910258245 140729013174176 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93895910497296 93895910545040 93895920115712 140729013180693 140729013180894 140729013180894 140729013186496 0
/proc/89698/statm: 1048 768 704 219 0 110 0
[pid=89701] ppid=89698 vsize=57420 memory=14448 CPUtime=0.19 cores=0,2
/proc/89701/stat : 89701 (roundingsat) R 89698 89698 89672 0 -1 4194304 994 0 0 0 16 3 0 0 20 0 1 0 76465908 58798080 3612 18446744073709551615 4227072 8923433 140730035734864 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37085184 140730035738900 140730035739176 140730035739176 140730035744746 0
/proc/89701/statm: 14355 3612 2432 1147 0 1782 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 61612 KiB
Current children cumulated memory: 17520 KiB

[startup+0.312816 s]*
/proc/loadavg: 2.23 3.62 3.97 2/232 89701
/proc/meminfo: memFree=129747804/131382120 swapFree=33010416/33010684
[pid=89698] ppid=89695 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/89698/stat : 89698 (run-opt-break-l) S 89695 89698 89672 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 76465906 4292608 768 18446744073709551615 93895909363712 93895910258245 140729013174176 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93895910497296 93895910545040 93895920115712 140729013180693 140729013180894 140729013180894 140729013186496 0
/proc/89698/statm: 1048 768 704 219 0 110 0
[pid=89701] ppid=89698 vsize=57684 memory=14704 CPUtime=0.28 cores=0,2
/proc/89701/stat : 89701 (roundingsat) R 89698 89698 89672 0 -1 4194304 1071 0 0 0 25 3 0 0 20 0 1 0 76465908 59068416 3676 18446744073709551615 4227072 8923433 140730035734864 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37085184 140730035738900 140730035739176 140730035739176 140730035744746 0
/proc/89701/statm: 14421 3676 2432 1147 0 1848 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 61876 KiB
Current children cumulated memory: 17776 KiB

[startup+0.700333 s]
/proc/loadavg: 2.23 3.62 3.97 2/232 89701
/proc/meminfo: memFree=129747804/131382120 swapFree=33010416/33010684
[pid=89698] ppid=89695 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/89698/stat : 89698 (run-opt-break-l) S 89695 89698 89672 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 76465906 4292608 768 18446744073709551615 93895909363712 93895910258245 140729013174176 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93895910497296 93895910545040 93895920115712 140729013180693 140729013180894 140729013180894 140729013186496 0
/proc/89698/statm: 1048 768 704 219 0 110 0
[pid=89701] ppid=89698 vsize=58488 memory=15472 CPUtime=0.65 cores=0,2
/proc/89701/stat : 89701 (roundingsat) R 89698 89698 89672 0 -1 4194304 1269 0 0 0 60 5 0 0 20 0 1 0 76465908 59891712 3868 18446744073709551615 4227072 8923433 140730035734864 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37085184 140730035738900 140730035739176 140730035739176 140730035744746 0
/proc/89701/statm: 14622 3868 2432 1147 0 2049 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 62680 KiB
Current children cumulated memory: 18544 KiB

[startup+1.50032 s]
/proc/loadavg: 2.23 3.62 3.97 2/232 89701
/proc/meminfo: memFree=129744024/131382120 swapFree=33010416/33010684
[pid=89698] ppid=89695 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/89698/stat : 89698 (run-opt-break-l) S 89695 89698 89672 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 76465906 4292608 768 18446744073709551615 93895909363712 93895910258245 140729013174176 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93895910497296 93895910545040 93895920115712 140729013180693 140729013180894 140729013180894 140729013186496 0
/proc/89698/statm: 1048 768 704 219 0 110 0
[pid=89701] ppid=89698 vsize=60272 memory=17136 CPUtime=1.45 cores=0,2
/proc/89701/stat : 89701 (roundingsat) R 89698 89698 89672 0 -1 4194304 1686 0 0 0 135 10 0 0 20 0 1 0 76465908 61718528 4284 18446744073709551615 4227072 8923433 140730035734864 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37085184 140730035738900 140730035739176 140730035739176 140730035744746 0
/proc/89701/statm: 15068 4284 2432 1147 0 2495 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 64464 KiB
Current children cumulated memory: 20208 KiB

[startup+3.11279 s]
/proc/loadavg: 2.23 3.62 3.97 2/232 89701
/proc/meminfo: memFree=129732104/131382120 swapFree=33010416/33010684
[pid=89698] ppid=89695 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/89698/stat : 89698 (run-opt-break-l) S 89695 89698 89672 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 76465906 4292608 768 18446744073709551615 93895909363712 93895910258245 140729013174176 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93895910497296 93895910545040 93895920115712 140729013180693 140729013180894 140729013180894 140729013186496 0
/proc/89698/statm: 1048 768 704 219 0 110 0
[pid=89701] ppid=89698 vsize=61880 memory=18672 CPUtime=3.05 cores=0,2
/proc/89701/stat : 89701 (roundingsat) R 89698 89698 89672 0 -1 4194304 2048 0 0 0 287 18 0 0 20 0 1 0 76465908 63365120 4668 18446744073709551615 4227072 8923433 140730035734864 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37085184 140730035738900 140730035739176 140730035739176 140730035744746 0
/proc/89701/statm: 15470 4668 2432 1147 0 2897 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 66072 KiB
Current children cumulated memory: 21744 KiB

[startup+6.30035 s]
/proc/loadavg: 2.13 3.57 3.95 1/232 89701
/proc/meminfo: memFree=129722948/131382120 swapFree=33010416/33010684
[pid=89698] ppid=89695 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/89698/stat : 89698 (run-opt-break-l) S 89695 89698 89672 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 76465906 4292608 768 18446744073709551615 93895909363712 93895910258245 140729013174176 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93895910497296 93895910545040 93895920115712 140729013180693 140729013180894 140729013180894 140729013186496 0
/proc/89698/statm: 1048 768 704 219 0 110 0
[pid=89701] ppid=89698 vsize=63280 memory=19824 CPUtime=5.24 cores=0,2
/proc/89701/stat : 89701 (roundingsat) D 89698 89698 89672 0 -1 4194304 2341 0 0 0 495 29 0 0 20 0 1 0 76465908 64798720 4956 18446744073709551615 4227072 8923433 140730035734864 0 0 0 0 0 8405026 1 0 0 17 0 0 0 0 0 0 9823104 9832592 37085184 140730035738900 140730035739176 140730035739176 140730035744746 0
/proc/89701/statm: 15820 4956 2432 1147 0 3247 0
Current children cumulated CPU time: 5.24 s
Current children cumulated vsize: 67472 KiB
Current children cumulated memory: 22896 KiB

[startup+12.7003 s]
/proc/loadavg: 2.04 3.53 3.93 2/233 89702
/proc/meminfo: memFree=129771624/131382120 swapFree=33010416/33010684
[pid=89698] ppid=89695 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/89698/stat : 89698 (run-opt-break-l) S 89695 89698 89672 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 76465906 4292608 768 18446744073709551615 93895909363712 93895910258245 140729013174176 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93895910497296 93895910545040 93895920115712 140729013180693 140729013180894 140729013180894 140729013186496 0
/proc/89698/statm: 1048 768 704 219 0 110 0
[pid=89701] ppid=89698 vsize=64680 memory=23076 CPUtime=9.35 cores=0,2
/proc/89701/stat : 89701 (roundingsat) R 89698 89698 89672 0 -1 4194304 2659 0 0 0 890 45 0 0 20 0 1 0 76465908 66232320 5769 18446744073709551615 4227072 8923433 140730035734864 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37085184 140730035738900 140730035739176 140730035739176 140730035744746 0
/proc/89701/statm: 16170 5769 2432 1147 0 3597 0
Current children cumulated CPU time: 9.35 s
Current children cumulated vsize: 68872 KiB
Current children cumulated memory: 26148 KiB
heavy processes:

[startup+25.5003 s]
/proc/loadavg: 1.81 3.41 3.89 2/233 89702
/proc/meminfo: memFree=129731304/131382120 swapFree=33010416/33010684
[pid=89698] ppid=89695 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/89698/stat : 89698 (run-opt-break-l) S 89695 89698 89672 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 76465906 4292608 768 18446744073709551615 93895909363712 93895910258245 140729013174176 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93895910497296 93895910545040 93895920115712 140729013180693 140729013180894 140729013180894 140729013186496 0
/proc/89698/statm: 1048 768 704 219 0 110 0
[pid=89701] ppid=89698 vsize=68796 memory=26660 CPUtime=22.12 cores=0,2
/proc/89701/stat : 89701 (roundingsat) R 89698 89698 89672 0 -1 4194304 3556 0 0 0 2119 93 0 0 20 0 1 0 76465908 70447104 6665 18446744073709551615 4227072 8923433 140730035734864 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37085184 140730035738900 140730035739176 140730035739176 140730035744746 0
/proc/89701/statm: 17199 6665 2432 1147 0 4626 0
Current children cumulated CPU time: 22.12 s
Current children cumulated vsize: 72988 KiB
Current children cumulated memory: 29732 KiB

[startup+51.1137 s]
/proc/loadavg: 1.60 3.23 3.81 2/235 89705
/proc/meminfo: memFree=129673052/131382120 swapFree=33010416/33010684
[pid=89698] ppid=89695 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/89698/stat : 89698 (run-opt-break-l) S 89695 89698 89672 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 76465906 4292608 768 18446744073709551615 93895909363712 93895910258245 140729013174176 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93895910497296 93895910545040 93895920115712 140729013180693 140729013180894 140729013180894 140729013186496 0
/proc/89698/statm: 1048 768 704 219 0 110 0
[pid=89701] ppid=89698 vsize=97628 memory=51276 CPUtime=46.49 cores=0,2
/proc/89701/stat : 89701 (roundingsat) R 89698 89698 89672 0 -1 4194304 8458 0 0 0 4500 149 0 0 20 0 1 0 76465908 99971072 12819 18446744073709551615 4227072 8923433 140730035734864 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37085184 140730035738900 140730035739176 140730035739176 140730035744746 0
/proc/89701/statm: 24407 12819 2432 1147 0 11834 0
Current children cumulated CPU time: 46.49 s
Current children cumulated vsize: 101820 KiB
Current children cumulated memory: 54348 KiB

[startup+102.3 s]
/proc/loadavg: 1.26 2.88 3.66 2/236 89709
/proc/meminfo: memFree=129578260/131382120 swapFree=33010416/33010684
[pid=89698] ppid=89695 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/89698/stat : 89698 (run-opt-break-l) S 89695 89698 89672 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 76465906 4292608 768 18446744073709551615 93895909363712 93895910258245 140729013174176 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93895910497296 93895910545040 93895920115712 140729013180693 140729013180894 140729013180894 140729013186496 0
/proc/89698/statm: 1048 768 704 219 0 110 0
[pid=89701] ppid=89698 vsize=118360 memory=65216 CPUtime=96.53 cores=0,2
/proc/89701/stat : 89701 (roundingsat) R 89698 89698 89672 0 -1 4194304 11573 0 0 0 9396 257 0 0 20 0 1 0 76465908 121200640 16304 18446744073709551615 4227072 8923433 140730035734864 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37085184 140730035738900 140730035739176 140730035739176 140730035744746 0
/proc/89701/statm: 29590 16304 2432 1147 0 17017 0
Current children cumulated CPU time: 96.53 s
Current children cumulated vsize: 122552 KiB
Current children cumulated memory: 68288 KiB

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

# cumulated CPU time of all completed processes:  user=119.152 s, system=3.07909 s

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

[startup+102.4 s]
/proc/loadavg: 1.26 2.88 3.66 2/236 89709
/proc/meminfo: memFree=129578260/131382120 swapFree=33010416/33010684
[pid=89698] ppid=89695 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/89698/stat : 89698 (run-opt-break-l) S 89695 89698 89672 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 76465906 4292608 768 18446744073709551615 93895909363712 93895910258245 140729013174176 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93895910497296 93895910545040 93895920115712 140729013180693 140729013180894 140729013180894 140729013186496 0
/proc/89698/statm: 1048 768 704 219 0 110 0
[pid=89701] ppid=89698 vsize=118360 memory=65216 CPUtime=96.62 cores=0,2
/proc/89701/stat : 89701 (roundingsat) R 89698 89698 89672 0 -1 4194304 11573 0 0 0 9405 257 0 0 20 0 1 0 76465908 121200640 16304 18446744073709551615 4227072 8923433 140730035734864 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37085184 140730035738900 140730035739176 140730035739176 140730035744746 0
/proc/89701/statm: 29590 16304 2432 1147 0 17017 0
Current children cumulated CPU time: 96.62 s
Current children cumulated vsize: 122552 KiB
Current children cumulated memory: 68288 KiB

[startup+115.2 s]
/proc/loadavg: 1.20 2.79 3.62 2/236 89710
/proc/meminfo: memFree=129547260/131382120 swapFree=33010416/33010684
[pid=89698] ppid=89695 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/89698/stat : 89698 (run-opt-break-l) S 89695 89698 89672 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 76465906 4292608 768 18446744073709551615 93895909363712 93895910258245 140729013174176 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93895910497296 93895910545040 93895920115712 140729013180693 140729013180894 140729013180894 140729013186496 0
/proc/89698/statm: 1048 768 704 219 0 110 0
[pid=89701] ppid=89698 vsize=118360 memory=65344 CPUtime=109.34 cores=0,2
/proc/89701/stat : 89701 (roundingsat) R 89698 89698 89672 0 -1 4194304 11588 0 0 0 10647 287 0 0 20 0 1 0 76465908 121200640 16336 18446744073709551615 4227072 8923433 140730035734864 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37085184 140730035738900 140730035739176 140730035739176 140730035744746 0
/proc/89701/statm: 29590 16336 2432 1147 0 17017 0
Current children cumulated CPU time: 109.34 s
Current children cumulated vsize: 122552 KiB
Current children cumulated memory: 68416 KiB

[startup+121.6 s]
/proc/loadavg: 1.26 2.78 3.61 2/236 89711
/proc/meminfo: memFree=129538172/131382120 swapFree=33010416/33010684
[pid=89698] ppid=89695 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/89698/stat : 89698 (run-opt-break-l) S 89695 89698 89672 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 76465906 4292608 768 18446744073709551615 93895909363712 93895910258245 140729013174176 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93895910497296 93895910545040 93895920115712 140729013180693 140729013180894 140729013180894 140729013186496 0
/proc/89698/statm: 1048 768 704 219 0 110 0
[pid=89701] ppid=89698 vsize=118360 memory=65344 CPUtime=114.48 cores=0,2
/proc/89701/stat : 89701 (roundingsat) R 89698 89698 89672 0 -1 4194304 11601 0 0 0 11154 294 0 0 20 0 1 0 76465908 121200640 16336 18446744073709551615 4227072 8923433 140730035734864 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37085184 140730035738900 140730035739176 140730035739176 140730035744746 0
/proc/89701/statm: 29590 16336 2432 1147 0 17017 0
Current children cumulated CPU time: 114.48 s
Current children cumulated vsize: 122552 KiB
Current children cumulated memory: 68416 KiB

[startup+124.8 s]
/proc/loadavg: 1.24 2.75 3.60 2/236 89711
/proc/meminfo: memFree=129538172/131382120 swapFree=33010416/33010684
[pid=89698] ppid=89695 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/89698/stat : 89698 (run-opt-break-l) S 89695 89698 89672 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 76465906 4292608 768 18446744073709551615 93895909363712 93895910258245 140729013174176 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93895910497296 93895910545040 93895920115712 140729013180693 140729013180894 140729013180894 140729013186496 0
/proc/89698/statm: 1048 768 704 219 0 110 0
[pid=89701] ppid=89698 vsize=118492 memory=65472 CPUtime=117.68 cores=0,2
/proc/89701/stat : 89701 (roundingsat) R 89698 89698 89672 0 -1 4194304 11632 0 0 0 11468 300 0 0 20 0 1 0 76465908 121335808 16368 18446744073709551615 4227072 8923433 140730035734864 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37085184 140730035738900 140730035739176 140730035739176 140730035744746 0
/proc/89701/statm: 29623 16368 2432 1147 0 17050 0
Current children cumulated CPU time: 117.68 s
Current children cumulated vsize: 122684 KiB
Current children cumulated memory: 68544 KiB

[startup+126.4 s]
/proc/loadavg: 1.24 2.75 3.60 2/236 89711
/proc/meminfo: memFree=129538172/131382120 swapFree=33010416/33010684
[pid=89698] ppid=89695 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/89698/stat : 89698 (run-opt-break-l) S 89695 89698 89672 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 76465906 4292608 768 18446744073709551615 93895909363712 93895910258245 140729013174176 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93895910497296 93895910545040 93895920115712 140729013180693 140729013180894 140729013180894 140729013186496 0
/proc/89698/statm: 1048 768 704 219 0 110 0
[pid=89701] ppid=89698 vsize=119292 memory=65984 CPUtime=119.27 cores=0,2
/proc/89701/stat : 89701 (roundingsat) R 89698 89698 89672 0 -1 4194304 11766 0 0 0 11625 302 0 0 20 0 1 0 76465908 122155008 16496 18446744073709551615 4227072 8923433 140730035734864 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37085184 140730035738900 140730035739176 140730035739176 140730035744746 0
/proc/89701/statm: 29823 16496 2432 1147 0 17250 0
Current children cumulated CPU time: 119.27 s
Current children cumulated vsize: 123484 KiB
Current children cumulated memory: 69056 KiB

[startup+128 s]*
/proc/loadavg: 1.24 2.75 3.60 2/236 89711
/proc/meminfo: memFree=129530108/131382120 swapFree=33010416/33010684
[pid=89698] ppid=89695 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/89698/stat : 89698 (run-opt-break-l) S 89695 89698 89672 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 76465906 4292608 768 18446744073709551615 93895909363712 93895910258245 140729013174176 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93895910497296 93895910545040 93895920115712 140729013180693 140729013180894 140729013180894 140729013186496 0
/proc/89698/statm: 1048 768 704 219 0 110 0
[pid=89701] ppid=89698 vsize=119292 memory=66112 CPUtime=120.88 cores=0,2
/proc/89701/stat : 89701 (roundingsat) R 89698 89698 89672 0 -1 4194304 11794 0 0 0 11784 304 0 0 20 0 1 0 76465908 122155008 16528 18446744073709551615 4227072 8923433 140730035734864 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37085184 140730035738900 140730035739176 140730035739176 140730035744746 0
/proc/89701/statm: 29823 16528 2432 1147 0 17250 0
Current children cumulated CPU time: 120.88 s
Current children cumulated vsize: 123484 KiB
Current children cumulated memory: 69184 KiB

[startup+128.8 s]
/proc/loadavg: 1.24 2.75 3.60 2/236 89711
/proc/meminfo: memFree=129530108/131382120 swapFree=33010416/33010684
[pid=89698] ppid=89695 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/89698/stat : 89698 (run-opt-break-l) S 89695 89698 89672 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 76465906 4292608 768 18446744073709551615 93895909363712 93895910258245 140729013174176 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93895910497296 93895910545040 93895920115712 140729013180693 140729013180894 140729013180894 140729013186496 0
/proc/89698/statm: 1048 768 704 219 0 110 0
[pid=89701] ppid=89698 vsize=119292 memory=66112 CPUtime=121.66 cores=0,2
/proc/89701/stat : 89701 (roundingsat) R 89698 89698 89672 0 -1 4194304 11806 0 0 0 11861 305 0 0 20 0 1 0 76465908 122155008 16528 18446744073709551615 4227072 8923433 140730035734864 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37085184 140730035738900 140730035739176 140730035739176 140730035744746 0
/proc/89701/statm: 29823 16528 2432 1147 0 17250 0
Current children cumulated CPU time: 121.66 s
Current children cumulated vsize: 123484 KiB
Current children cumulated memory: 69184 KiB

[startup+129.2 s]
/proc/loadavg: 1.22 2.72 3.58 2/236 89711
/proc/meminfo: memFree=129530108/131382120 swapFree=33010416/33010684
[pid=89698] ppid=89695 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/89698/stat : 89698 (run-opt-break-l) S 89695 89698 89672 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 76465906 4292608 768 18446744073709551615 93895909363712 93895910258245 140729013174176 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93895910497296 93895910545040 93895920115712 140729013180693 140729013180894 140729013180894 140729013186496 0
/proc/89698/statm: 1048 768 704 219 0 110 0
[pid=89701] ppid=89698 vsize=119292 memory=66112 CPUtime=122.07 cores=0,2
/proc/89701/stat : 89701 (roundingsat) R 89698 89698 89672 0 -1 4194304 11810 0 0 0 11901 306 0 0 20 0 1 0 76465908 122155008 16528 18446744073709551615 4227072 8923433 140730035734864 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37085184 140730035738900 140730035739176 140730035739176 140730035744746 0
/proc/89701/statm: 29823 16528 2432 1147 0 17250 0
Current children cumulated CPU time: 122.07 s
Current children cumulated vsize: 123484 KiB
Current children cumulated memory: 69184 KiB

[startup+129.3 s]
/proc/loadavg: 1.22 2.72 3.58 2/236 89711
/proc/meminfo: memFree=129530108/131382120 swapFree=33010416/33010684
[pid=89698] ppid=89695 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/89698/stat : 89698 (run-opt-break-l) S 89695 89698 89672 0 -1 4194304 241 304 0 0 0 0 0 0 20 0 1 0 76465906 4292608 768 18446744073709551615 93895909363712 93895910258245 140729013174176 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93895910497296 93895910545040 93895920115712 140729013180693 140729013180894 140729013180894 140729013186496 0
/proc/89698/statm: 1048 768 704 219 0 110 0
[pid=89701] ppid=89698 vsize=119292 memory=66112 CPUtime=122.16 cores=0,2
/proc/89701/stat : 89701 (roundingsat) R 89698 89698 89672 0 -1 4194304 11811 0 0 0 11910 306 0 0 20 0 1 0 76465908 122155008 16528 18446744073709551615 4227072 8923433 140730035734864 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 37085184 140730035738900 140730035739176 140730035739176 140730035744746 0
/proc/89701/statm: 29823 16528 2432 1147 0 17250 0
Current children cumulated CPU time: 122.16 s
Current children cumulated vsize: 123484 KiB
Current children cumulated memory: 69184 KiB

Child status: 0

Real time (s): 129.362
CPU time (s): 122.232
CPU user time (s): 119.152
CPU system time (s): 3.07909
CPU usage (%): 94.4883
Max. virtual memory (cumulated for all children) (KiB): 123484
Max. memory (cumulated for all children) (KiB): 69184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 119.152
system time used= 3.07909
maximum resident set size= 66112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12382
page faults= 0
swaps= 0
block input operations= 0
block output operations= 458104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 612
involuntary context switches= 330


# summary of solver processes directly reported to runsolver:
#   pid: 89698
#   total CPU time (s): 122.232
#   total CPU user time (s): 119.152
#   total CPU system time (s): 3.07909

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.715199 second user time and 1.36918 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-04 07:44:32
IDJOB=4524395
IDBENCH=180666
IDSOLVER=3360
FILE ID=nodeC003/4524395-1751607872
RUNJOBID= nodeC003-1751607872-89682
SLURM_JOB_ID= 9598900
Free space on /tmp= 432012 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 63f22ad
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-Clique-c0125-9_c24.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4524395-1751607872/watcher-4524395-1751607872 -o /tmp/evaluation-result-4524395-1751607872/solver-4524395-1751607872 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751607872-89682 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4524395-1751607872.opb PROOFDIR/proof-4524395-1751607872

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

MD5SUM BENCH= e7657c6e4289f102872f35c7391497ac
RANDOM SEED=1970875689

nodeC003 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	: 0xb00001f
cpu MHz		: 1197.091
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.403
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.379
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.389
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.354
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.452
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.356
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129747964 kB
MemAvailable:   129867268 kB
Buffers:            2736 kB
Cached:           914896 kB
SwapCached:           36 kB
Active:           560940 kB
Inactive:         422744 kB
Active(anon):      76368 kB
Inactive(anon):     7608 kB
Active(file):     484572 kB
Inactive(file):   415136 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7408 kB
Writeback:             0 kB
AnonPages:         69100 kB
Mapped:           103512 kB
Shmem:             17924 kB
KReclaimable:     118444 kB
Slab:             204620 kB
SReclaimable:     118444 kB
SUnreclaim:        86176 kB
KernelStack:        3728 kB
PageTables:         2592 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     327016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149176 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432008 MiB
End job on nodeC003 at 2025-07-04 07:46:42