Trace number 4532565

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
roundingsat+pbsuma-opt-log 0f876b3? (TO) 3602.08 3744.95

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_9_shg.opb
MD5SUM6ff458260e5cc7a1e00e7b04a599a648
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 benchmark42
Best CPU time to get the best result obtained on this benchmark613.12
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7840
Total number of constraints65280
Number of constraints which are clauses65280
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 constraint34
Maximum length of a constraint64
Number of terms in the objective function 7840
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 7840
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7840
Number of bits of the biggest sum of numbers13
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-4532565-1752588522.opb'
0.72/0.83	c 	read 31.67MB  (824.40ms)
0.72/0.84	c	 [cnf: #variables 7840 #clauses 65281 #duplicates 0 #arr 3579552]
0.72/0.84	c output proof to 'PROOFDIR/proof-4532565-1752588522'
0.72/0.84	c 
0.72/0.84	c make graph and approximate orbits
0.91/1.09	c	 [group: #orbits ~= 218] (250.44ms)
0.91/1.09	c 
0.91/1.09	c detect special group actions
0.91/1.09	c 	probe for Johnson action (limit=64)
1.20/1.34	c 	probe for row-column symmetry (limit=64, splits=16.78M)
1.40/1.50	c 	probe for row symmetry (limit=64, splits=16.78M)
3.78/4.00	c 	 (2908.65ms)
3.78/4.00	c 
3.78/4.00	c detect symmetries on remainder
3.78/4.00	c 	[graph: #vertices 88801 #edges 7190464]
3.88/4.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
4.67/4.87	c 	 [group: #symmetries 2.56*10^2 #generators 8] (877.38ms)
4.67/4.87	c 
4.67/4.87	c optimize generators (opt_passes=64, conjugate_limit=256)
4.67/4.87	c 	(0.02ms)
4.67/4.87	c 
4.67/4.87	c finalize break order and special generators
4.67/4.87	c 
4.67/4.87	c add generic predicates (break_depth=20)
4.67/4.87	c 	added predicates for 8 generators (0.41ms)
5.46/5.69	c 
5.46/5.69	c generation finished
5.46/5.69	c 	[sbp: #constraints 464 #add_vars 152]
5.46/5.69	c 
5.46/5.69	c write result to 'HOME/instance-4532565-1752588522.opb.pre'
5.57/5.75	c 	wrote 31.75MB (65.17ms)
5.57/5.75	c ------------------------------------------------------------------
5.57/5.75	c                2908.65ms 50.66% detect_special
5.57/5.75	c                 877.38ms 15.28% detect_generic
5.57/5.75	c                 824.40ms 14.36% parse
5.57/5.75	c                 813.76ms 14.17% other
5.57/5.75	c                 250.44ms  4.36% approx_orbits
5.57/5.75	c                  65.17ms  1.14% output
5.57/5.75	c                   0.75ms  0.01% finalize_order
5.57/5.75	c                   0.41ms  0.01% break_generic
5.57/5.75	c                   0.02ms  0.00% optimize_gens
5.57/5.75	c         ───────────────────────────────────────────────
5.57/5.75	c                5740.99ms   100% total
5.57/5.75	c ------------------------------------------------------------------
5.65/6.88	c RoundingSat 2
5.65/6.88	c branch pb25
5.65/6.88	c commit 0f876b3
8.17/9.41	c #variables 7992 #constraints 65744
8.17/9.41	c objective is ce32 
8.17/9.41	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
8.17/9.41	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
8.17/9.41	c bounds - >= 0 @ 2.312
19.45/20.84	c bounds 1152 >= 0 @ 13.4893
19.45/20.84	c bounds 1152 >= 1 @ 13.4933
19.45/20.85	c bounds 1152 >= 2 @ 13.4978
19.45/20.86	c bounds 1152 >= 3 @ 13.504
19.45/20.87	c bounds 1152 >= 4 @ 13.5077
19.45/20.87	c bounds 1152 >= 5 @ 13.5116
19.45/20.88	c bounds 1152 >= 6 @ 13.5151
19.45/20.89	c bounds 1152 >= 7 @ 13.521
19.45/20.89	c bounds 1152 >= 8 @ 13.527
19.55/20.90	c bounds 1152 >= 9 @ 13.5306
19.55/20.91	c bounds 1152 >= 10 @ 13.534
19.55/20.92	c bounds 1152 >= 11 @ 13.5372
19.55/20.92	c bounds 1152 >= 12 @ 13.5451
19.55/20.93	c bounds 1152 >= 13 @ 13.5501
19.55/20.94	c bounds 1152 >= 14 @ 13.5554
19.55/20.95	c bounds 1152 >= 15 @ 13.5569
19.55/20.95	c bounds 1152 >= 16 @ 13.5622
19.55/20.97	c bounds 1152 >= 17 @ 13.5743
19.55/20.98	c bounds 1152 >= 18 @ 13.5788
19.55/20.98	c bounds 1152 >= 19 @ 13.5827
19.55/20.99	c bounds 1152 >= 20 @ 13.5862
19.66/21.02	c bounds 1152 >= 21 @ 13.6027
19.66/21.04	c bounds 1152 >= 22 @ 13.6175
19.66/21.07	c bounds 1152 >= 23 @ 13.6329
19.66/21.09	c bounds 1152 >= 24 @ 13.6437
19.76/21.12	c bounds 1152 >= 25 @ 13.6572
19.76/21.16	c bounds 1152 >= 26 @ 13.6863
19.95/21.32	c bounds 1152 >= 27 @ 13.8206
20.15/21.59	c bounds 1152 >= 28 @ 14.0641
21.34/22.73	c bounds 1152 >= 29 @ 15.1513
21.34/22.78	c bounds 1131 >= 29 @ 15.1908
21.44/22.80	c bounds 1130 >= 29 @ 15.2017
21.44/22.81	c bounds 1129 >= 29 @ 15.213
21.44/22.83	c bounds 1128 >= 29 @ 15.2232
21.44/22.84	c bounds 1127 >= 29 @ 15.2323
21.44/22.85	c bounds 1126 >= 29 @ 15.2454
21.44/22.87	c bounds 1125 >= 29 @ 15.2554
21.44/22.88	c bounds 1124 >= 29 @ 15.2658
21.54/22.90	c bounds 1123 >= 29 @ 15.2849
21.54/22.92	c bounds 1122 >= 29 @ 15.301
21.54/22.94	c bounds 1121 >= 29 @ 15.3167
21.54/22.96	c bounds 1120 >= 29 @ 15.3284
21.54/22.98	c bounds 1119 >= 29 @ 15.339
21.54/22.99	c bounds 1118 >= 29 @ 15.3494
21.54/23.01	c bounds 1117 >= 29 @ 15.3606
21.66/23.02	c bounds 1116 >= 29 @ 15.369
21.66/23.04	c bounds 1115 >= 29 @ 15.3769
21.66/23.05	c bounds 1114 >= 29 @ 15.384
21.66/23.06	c bounds 1113 >= 29 @ 15.3919
21.66/23.07	c bounds 1112 >= 29 @ 15.3988
21.66/23.09	c bounds 1111 >= 29 @ 15.4114
21.66/23.11	c bounds 1110 >= 29 @ 15.4191
21.75/23.12	c bounds 1109 >= 29 @ 15.4252
21.75/23.13	c bounds 1108 >= 29 @ 15.434
21.75/23.14	c bounds 1107 >= 29 @ 15.4419
21.75/23.16	c bounds 1106 >= 29 @ 15.4511
21.75/23.17	c bounds 1105 >= 29 @ 15.4581
21.75/23.18	c bounds 1104 >= 29 @ 15.4641
21.84/23.20	c bounds 1103 >= 29 @ 15.4728
21.84/23.22	c bounds 1102 >= 29 @ 15.4832
21.84/23.24	c bounds 1101 >= 29 @ 15.5045
21.84/23.27	c bounds 1100 >= 29 @ 15.5281
21.94/23.30	c bounds 1099 >= 29 @ 15.5541
21.94/23.32	c bounds 1098 >= 29 @ 15.565
21.94/23.35	c #Conflicts:       1000 | #Constraints:      67010
21.94/23.35	c bounds 1097 >= 29 @ 15.5886
21.94/23.37	c bounds 1096 >= 29 @ 15.6097
21.94/23.39	c bounds 1095 >= 29 @ 15.6221
22.05/23.41	c bounds 1094 >= 29 @ 15.6364
22.05/23.42	c bounds 1093 >= 29 @ 15.6472
22.05/23.44	c bounds 1092 >= 29 @ 15.6606
22.05/23.45	c bounds 1091 >= 29 @ 15.6691
22.05/23.47	c bounds 1090 >= 29 @ 15.6806
22.05/23.49	c bounds 1089 >= 29 @ 15.6907
22.14/23.51	c bounds 1088 >= 29 @ 15.7049
22.14/23.53	c bounds 1087 >= 29 @ 15.7188
22.14/23.54	c bounds 1086 >= 29 @ 15.7307
22.14/23.56	c bounds 1085 >= 29 @ 15.7417
22.14/23.57	c bounds 1084 >= 29 @ 15.7522
22.14/23.59	c bounds 1083 >= 29 @ 15.7647
22.24/23.60	c bounds 1082 >= 29 @ 15.7716
22.24/23.61	c bounds 1081 >= 29 @ 15.7771
22.24/23.62	c bounds 1080 >= 29 @ 15.7843
22.24/23.64	c bounds 1079 >= 29 @ 15.7914
22.24/23.65	c bounds 1078 >= 29 @ 15.8017
22.24/23.66	c bounds 1077 >= 29 @ 15.8103
22.24/23.68	c bounds 1076 >= 29 @ 15.8186
22.24/23.69	c bounds 1075 >= 29 @ 15.825
22.34/23.70	c bounds 1074 >= 29 @ 15.8326
22.34/23.72	c bounds 1073 >= 29 @ 15.8404
22.34/23.73	c bounds 1072 >= 29 @ 15.8508
22.34/23.74	c bounds 1071 >= 29 @ 15.8602
22.34/23.75	c bounds 1070 >= 29 @ 15.8692
22.34/23.77	c bounds 1069 >= 29 @ 15.8789
22.34/23.78	c bounds 1068 >= 29 @ 15.8909
22.34/23.79	c bounds 1067 >= 29 @ 15.8993
22.44/23.81	c bounds 1066 >= 29 @ 15.9087
22.44/23.82	c bounds 1065 >= 29 @ 15.9191
22.44/23.83	c bounds 1064 >= 29 @ 15.9265
22.44/23.84	c bounds 1063 >= 29 @ 15.9337
22.44/23.86	c bounds 1062 >= 29 @ 15.9413
22.44/23.87	c bounds 1061 >= 29 @ 15.9499
22.44/23.89	c bounds 1060 >= 29 @ 15.9601
22.54/23.90	c bounds 1059 >= 29 @ 15.9667
2136.76/2143.77	c #Conflicts:       2000 | #Constraints:      68049
2136.76/2143.77	c INPROCESSING
2136.76/2143.77	c GARBAGE COLLECT
2136.76/2143.77	c bounds 1058 >= 29 @ 2129.33
2136.76/2143.78	c bounds 1057 >= 29 @ 2129.33
2136.86/2143.80	c bounds 1056 >= 29 @ 2129.35
2136.86/2143.82	c bounds 1055 >= 29 @ 2129.37
2136.86/2143.84	c bounds 1054 >= 29 @ 2129.38
2136.86/2143.86	c bounds 1053 >= 29 @ 2129.39
2136.86/2143.88	c bounds 1052 >= 29 @ 2129.41
2136.86/2143.89	c bounds 1051 >= 29 @ 2129.42
2136.96/2143.91	c bounds 1050 >= 29 @ 2129.43
2136.96/2143.93	c bounds 1049 >= 29 @ 2129.44
2136.96/2143.94	c bounds 1048 >= 29 @ 2129.45
2136.96/2143.96	c bounds 1047 >= 29 @ 2129.46
2136.96/2143.97	c bounds 1046 >= 29 @ 2129.47
2136.96/2143.99	c bounds 1045 >= 29 @ 2129.48
2136.96/2144.00	c bounds 1044 >= 29 @ 2129.49
2137.07/2144.01	c bounds 1043 >= 29 @ 2129.5
2137.07/2144.03	c bounds 1042 >= 29 @ 2129.51
2137.07/2144.04	c bounds 1041 >= 29 @ 2129.51
2137.07/2144.05	c bounds 1040 >= 29 @ 2129.52
2137.07/2144.07	c bounds 1039 >= 29 @ 2129.53
2137.07/2144.08	c bounds 1038 >= 29 @ 2129.54
2137.07/2144.09	c bounds 1037 >= 29 @ 2129.55
2137.07/2144.11	c bounds 1036 >= 29 @ 2129.55
2137.17/2144.12	c bounds 1035 >= 29 @ 2129.57
2137.17/2144.13	c bounds 1034 >= 29 @ 2129.57
2137.17/2144.15	c bounds 1033 >= 29 @ 2129.58
2137.17/2144.16	c bounds 1032 >= 29 @ 2129.59
2137.17/2144.18	c bounds 1031 >= 29 @ 2129.6
2137.17/2144.19	c bounds 1030 >= 29 @ 2129.61
2137.26/2144.20	c bounds 1029 >= 29 @ 2129.62
2137.26/2144.22	c bounds 1028 >= 29 @ 2129.63
2137.26/2144.23	c bounds 1027 >= 29 @ 2129.63
2137.26/2144.24	c bounds 1026 >= 29 @ 2129.64
2137.26/2144.26	c bounds 1025 >= 29 @ 2129.65
2137.26/2144.27	c bounds 1024 >= 29 @ 2129.66
2137.26/2144.28	c bounds 1023 >= 29 @ 2129.67
2137.36/2144.30	c bounds 1022 >= 29 @ 2129.68
2137.36/2144.31	c bounds 1021 >= 29 @ 2129.69
2137.36/2144.33	c bounds 1020 >= 29 @ 2129.7
2137.36/2144.35	c bounds 1019 >= 29 @ 2129.71
2137.36/2144.36	c bounds 1018 >= 29 @ 2129.72
2137.36/2144.38	c bounds 1017 >= 29 @ 2129.73
2137.36/2144.39	c bounds 1016 >= 29 @ 2129.74
2137.45/2144.40	c bounds 1015 >= 29 @ 2129.75
2137.45/2144.42	c bounds 1014 >= 29 @ 2129.76
2137.45/2144.43	c bounds 1013 >= 29 @ 2129.77
2137.45/2144.44	c bounds 1012 >= 29 @ 2129.78
2137.45/2144.46	c bounds 1011 >= 29 @ 2129.79
2137.45/2144.47	c bounds 1010 >= 29 @ 2129.8
2137.45/2144.49	c bounds 1009 >= 29 @ 2129.81
2137.55/2144.50	c bounds 1008 >= 29 @ 2129.82
2137.55/2144.51	c bounds 1007 >= 29 @ 2129.82
2137.55/2144.53	c bounds 1006 >= 29 @ 2129.83
2137.55/2144.54	c bounds 1005 >= 29 @ 2129.84
2137.55/2144.56	c bounds 1004 >= 29 @ 2129.85
2137.55/2144.57	c bounds 1003 >= 29 @ 2129.86
2137.55/2144.58	c bounds 1002 >= 29 @ 2129.87
2137.55/2144.60	c bounds 1001 >= 29 @ 2129.87
2137.65/2144.61	c bounds 1000 >= 29 @ 2129.88
2137.65/2144.62	c bounds 999 >= 29 @ 2129.89
2137.65/2144.64	c bounds 998 >= 29 @ 2129.89
2137.65/2144.65	c bounds 997 >= 29 @ 2129.9
2137.65/2144.66	c bounds 996 >= 29 @ 2129.91
2137.65/2144.68	c bounds 995 >= 29 @ 2129.92
2137.65/2144.69	c bounds 994 >= 29 @ 2129.93
2137.76/2144.70	c bounds 993 >= 29 @ 2129.94
2137.76/2144.72	c bounds 992 >= 29 @ 2129.95
2137.76/2144.73	c bounds 991 >= 29 @ 2129.95
2137.76/2144.74	c bounds 990 >= 29 @ 2129.96
2137.76/2144.76	c bounds 989 >= 29 @ 2129.97
2137.76/2144.77	c bounds 988 >= 29 @ 2129.98
2137.76/2144.79	c bounds 987 >= 29 @ 2129.99
2137.85/2144.80	c bounds 986 >= 29 @ 2130
2137.85/2144.81	c bounds 985 >= 29 @ 2130
2137.85/2144.83	c bounds 984 >= 29 @ 2130.01
2137.85/2144.84	c bounds 983 >= 29 @ 2130.02
2137.85/2144.85	c bounds 982 >= 29 @ 2130.03
2137.85/2144.87	c bounds 981 >= 29 @ 2130.04
2137.85/2144.88	c bounds 980 >= 29 @ 2130.05
2137.96/2144.90	c bounds 979 >= 29 @ 2130.06
2137.96/2144.91	c bounds 978 >= 29 @ 2130.07
2137.96/2144.92	c bounds 977 >= 29 @ 2130.08
2137.96/2144.94	c bounds 976 >= 29 @ 2130.08
2137.96/2144.95	c bounds 975 >= 29 @ 2130.09
2137.96/2144.96	c bounds 974 >= 29 @ 2130.1
2137.96/2144.98	c bounds 973 >= 29 @ 2130.12
2137.96/2145.00	c bounds 972 >= 29 @ 2130.14
2138.07/2145.02	c bounds 971 >= 29 @ 2130.14
2138.07/2145.03	c bounds 970 >= 29 @ 2130.16
2138.07/2145.05	c bounds 969 >= 29 @ 2130.17
2138.07/2145.06	c bounds 968 >= 29 @ 2130.17
2138.07/2145.07	c bounds 967 >= 29 @ 2130.18
2138.07/2145.09	c bounds 966 >= 29 @ 2130.19
2138.07/2145.10	c bounds 965 >= 29 @ 2130.2
2138.17/2145.11	c bounds 964 >= 29 @ 2130.21
2138.17/2145.13	c bounds 963 >= 29 @ 2130.22
2138.17/2145.14	c bounds 962 >= 29 @ 2130.23
2138.17/2145.16	c bounds 961 >= 29 @ 2130.24
2138.17/2145.17	c bounds 960 >= 29 @ 2130.25
2138.17/2145.18	c bounds 959 >= 29 @ 2130.26
2138.25/2145.20	c bounds 958 >= 29 @ 2130.27
2138.25/2145.21	c bounds 957 >= 29 @ 2130.27
2138.25/2145.22	c bounds 956 >= 29 @ 2130.29
2138.25/2145.24	c bounds 955 >= 29 @ 2130.29
2138.25/2145.25	c bounds 954 >= 29 @ 2130.3
2138.25/2145.26	c bounds 953 >= 29 @ 2130.31
2138.25/2145.28	c bounds 952 >= 29 @ 2130.32
2138.25/2145.29	c bounds 951 >= 29 @ 2130.33
2138.36/2145.30	c bounds 950 >= 29 @ 2130.33
2138.36/2145.32	c bounds 949 >= 29 @ 2130.35
2138.36/2145.33	c bounds 948 >= 29 @ 2130.35
2138.36/2145.35	c bounds 947 >= 29 @ 2130.36
2138.36/2145.36	c bounds 946 >= 29 @ 2130.37
2138.36/2145.37	c bounds 945 >= 29 @ 2130.38
2138.36/2145.39	c bounds 944 >= 29 @ 2130.39
2138.45/2145.40	c bounds 943 >= 29 @ 2130.4
2138.45/2145.41	c bounds 942 >= 29 @ 2130.41
2138.45/2145.43	c bounds 941 >= 29 @ 2130.42
2138.45/2145.44	c bounds 940 >= 29 @ 2130.42
2138.45/2145.46	c bounds 939 >= 29 @ 2130.44
2138.45/2145.47	c bounds 938 >= 29 @ 2130.45
2138.45/2145.48	c bounds 937 >= 29 @ 2130.46
2138.45/2145.50	c bounds 936 >= 29 @ 2130.47
2138.55/2145.51	c bounds 935 >= 29 @ 2130.48
2138.55/2145.52	c bounds 934 >= 29 @ 2130.49
2138.55/2145.54	c bounds 933 >= 29 @ 2130.49
2138.55/2145.55	c bounds 932 >= 29 @ 2130.5
2138.55/2145.56	c bounds 931 >= 29 @ 2130.51
2138.55/2145.58	c bounds 930 >= 29 @ 2130.52
2138.55/2145.59	c bounds 929 >= 29 @ 2130.52
2138.66/2145.60	c bounds 928 >= 29 @ 2130.53
2138.66/2145.62	c bounds 927 >= 29 @ 2130.54
2138.66/2145.63	c bounds 926 >= 29 @ 2130.55
2138.66/2145.64	c bounds 925 >= 29 @ 2130.57
2138.66/2145.66	c bounds 924 >= 29 @ 2130.57
2138.66/2145.67	c bounds 923 >= 29 @ 2130.58
2138.66/2145.68	c bounds 922 >= 29 @ 2130.59
2138.76/2145.70	c bounds 921 >= 29 @ 2130.6
2138.76/2145.71	c bounds 920 >= 29 @ 2130.61
2138.76/2145.73	c bounds 919 >= 29 @ 2130.62
2138.76/2145.74	c bounds 918 >= 29 @ 2130.63
2138.76/2145.76	c bounds 917 >= 29 @ 2130.65
2138.76/2145.78	c bounds 916 >= 29 @ 2130.66
2138.85/2145.80	c bounds 915 >= 29 @ 2130.67
2138.85/2145.82	c bounds 914 >= 29 @ 2130.69
2138.85/2145.84	c bounds 913 >= 29 @ 2130.7
2138.85/2145.87	c bounds 912 >= 29 @ 2130.73
2138.85/2145.89	c bounds 911 >= 29 @ 2130.74
2138.96/2145.92	c bounds 910 >= 29 @ 2130.77
2138.96/2145.94	c bounds 909 >= 29 @ 2130.79
2138.96/2145.96	c bounds 908 >= 29 @ 2130.81
2138.96/2145.99	c bounds 907 >= 29 @ 2130.83
2139.06/2146.02	c bounds 906 >= 29 @ 2130.86
2139.06/2146.04	c bounds 905 >= 29 @ 2130.87
2139.06/2146.06	c bounds 904 >= 29 @ 2130.89
2139.06/2146.09	c bounds 903 >= 29 @ 2130.91
2139.06/2146.11	c bounds 902 >= 29 @ 2130.92
2139.17/2146.12	c bounds 901 >= 29 @ 2130.94
2139.17/2146.14	c bounds 900 >= 29 @ 2130.95
2139.17/2146.15	c bounds 899 >= 29 @ 2130.96
2139.17/2146.17	c bounds 898 >= 29 @ 2130.97
2139.17/2146.18	c bounds 897 >= 29 @ 2130.98
2139.25/2146.20	c bounds 896 >= 29 @ 2130.99
2139.25/2146.22	c bounds 895 >= 29 @ 2131.01
2139.25/2146.24	c bounds 894 >= 29 @ 2131.02
2139.25/2146.25	c bounds 893 >= 29 @ 2131.03
2139.25/2146.27	c bounds 892 >= 29 @ 2131.04
2139.25/2146.29	c bounds 891 >= 29 @ 2131.05
2139.35/2146.30	c bounds 890 >= 29 @ 2131.06
2139.35/2146.31	c bounds 889 >= 29 @ 2131.07
2139.35/2146.33	c bounds 888 >= 29 @ 2131.08
2139.35/2146.34	c bounds 887 >= 29 @ 2131.09
2139.35/2146.36	c bounds 886 >= 29 @ 2131.1
2139.35/2146.38	c bounds 885 >= 29 @ 2131.11
2139.35/2146.39	c bounds 884 >= 29 @ 2131.12
2139.45/2146.40	c bounds 883 >= 29 @ 2131.13
2139.45/2146.42	c bounds 882 >= 29 @ 2131.14
2139.45/2146.43	c bounds 881 >= 29 @ 2131.15
2139.45/2146.44	c bounds 880 >= 29 @ 2131.15
2139.45/2146.46	c bounds 879 >= 29 @ 2131.16
2139.45/2146.47	c bounds 878 >= 29 @ 2131.17
2139.45/2146.48	c bounds 877 >= 29 @ 2131.18
2139.55/2146.50	c bounds 876 >= 29 @ 2131.19
2139.55/2146.51	c bounds 875 >= 29 @ 2131.2
2139.55/2146.52	c bounds 874 >= 29 @ 2131.2
2139.55/2146.54	c bounds 873 >= 29 @ 2131.21
2139.55/2146.55	c bounds 872 >= 29 @ 2131.22
2139.55/2146.57	c bounds 871 >= 29 @ 2131.23
2139.55/2146.58	c bounds 870 >= 29 @ 2131.24
2139.55/2146.59	c bounds 869 >= 29 @ 2131.24
2139.65/2146.61	c bounds 868 >= 29 @ 2131.25
2139.65/2146.62	c bounds 867 >= 29 @ 2131.26
2139.65/2146.64	c bounds 866 >= 29 @ 2131.27
2139.65/2146.66	c bounds 865 >= 29 @ 2131.29
2139.65/2146.68	c bounds 864 >= 29 @ 2131.3
2139.65/2146.69	c bounds 863 >= 29 @ 2131.31
2139.75/2146.71	c bounds 862 >= 29 @ 2131.32
2139.75/2146.72	c bounds 861 >= 29 @ 2131.33
2139.75/2146.74	c bounds 860 >= 29 @ 2131.34
2139.75/2146.75	c bounds 859 >= 29 @ 2131.35
2139.75/2146.77	c bounds 858 >= 29 @ 2131.36
2139.75/2146.78	c bounds 857 >= 29 @ 2131.37
2139.85/2146.80	c bounds 856 >= 29 @ 2131.38
2139.85/2146.82	c bounds 855 >= 29 @ 2131.4
2139.85/2146.84	c bounds 854 >= 29 @ 2131.42
2139.85/2146.86	c bounds 853 >= 29 @ 2131.44
2139.85/2146.88	c bounds 852 >= 29 @ 2131.45
2139.95/2146.90	c bounds 851 >= 29 @ 2131.47
2139.95/2146.92	c bounds 850 >= 29 @ 2131.48
2139.95/2146.94	c bounds 849 >= 29 @ 2131.49
2139.95/2146.96	c bounds 848 >= 29 @ 2131.5
2139.95/2146.98	c bounds 847 >= 29 @ 2131.52
2139.95/2147.00	c bounds 846 >= 29 @ 2131.54
2140.06/2147.02	c bounds 845 >= 29 @ 2131.56
2140.06/2147.04	c bounds 844 >= 29 @ 2131.57
2140.06/2147.06	c bounds 843 >= 29 @ 2131.59
2140.06/2147.08	c bounds 842 >= 29 @ 2131.6
2140.06/2147.10	c bounds 841 >= 29 @ 2131.61
2140.17/2147.11	c bounds 840 >= 29 @ 2131.62
2140.17/2147.13	c bounds 839 >= 29 @ 2131.63
2140.17/2147.14	c bounds 838 >= 29 @ 2131.65
2140.17/2147.16	c bounds 837 >= 29 @ 2131.66
2140.17/2147.17	c bounds 836 >= 29 @ 2131.67
2140.17/2147.19	c bounds 835 >= 29 @ 2131.68
2140.25/2147.20	c bounds 834 >= 29 @ 2131.69
2140.25/2147.21	c bounds 833 >= 29 @ 2131.69
2140.25/2147.23	c bounds 832 >= 29 @ 2131.7
2140.25/2147.24	c bounds 831 >= 29 @ 2131.71
2140.25/2147.25	c bounds 830 >= 29 @ 2131.72
2140.25/2147.27	c bounds 829 >= 29 @ 2131.73
2140.25/2147.28	c bounds 828 >= 29 @ 2131.74
2140.25/2147.29	c bounds 827 >= 29 @ 2131.75
2140.35/2147.31	c bounds 826 >= 29 @ 2131.76
2140.35/2147.33	c bounds 825 >= 29 @ 2131.77
2140.35/2147.34	c bounds 824 >= 29 @ 2131.77
2140.35/2147.35	c bounds 823 >= 29 @ 2131.78
2140.35/2147.37	c bounds 822 >= 29 @ 2131.8
2140.35/2147.39	c bounds 821 >= 29 @ 2131.81
2140.45/2147.41	c bounds 820 >= 29 @ 2131.82
2140.45/2147.42	c bounds 819 >= 29 @ 2131.83
2140.45/2147.44	c bounds 818 >= 29 @ 2131.85
2140.45/2147.46	c bounds 817 >= 29 @ 2131.86
2140.45/2147.47	c bounds 816 >= 29 @ 2131.87
2140.45/2147.48	c bounds 815 >= 29 @ 2131.87
2140.55/2147.50	c bounds 814 >= 29 @ 2131.88
2140.55/2147.51	c bounds 813 >= 29 @ 2131.89
2140.55/2147.53	c bounds 812 >= 29 @ 2131.9
2140.55/2147.54	c bounds 811 >= 29 @ 2131.91
2140.55/2147.56	c bounds 810 >= 29 @ 2131.92
2140.55/2147.57	c bounds 809 >= 29 @ 2131.93
2140.55/2147.58	c bounds 808 >= 29 @ 2131.94
2140.65/2147.60	c bounds 807 >= 29 @ 2131.95
2140.65/2147.62	c bounds 806 >= 29 @ 2131.96
2140.65/2147.63	c bounds 805 >= 29 @ 2131.97
2140.65/2147.64	c bounds 804 >= 29 @ 2131.98
2140.65/2147.66	c bounds 803 >= 29 @ 2131.99
2140.65/2147.67	c bounds 802 >= 29 @ 2132
2140.65/2147.69	c bounds 801 >= 29 @ 2132.01
2140.74/2147.70	c bounds 800 >= 29 @ 2132.02
2140.74/2147.71	c bounds 799 >= 29 @ 2132.03
2140.74/2147.73	c bounds 798 >= 29 @ 2132.04
2140.74/2147.74	c bounds 797 >= 29 @ 2132.05
2140.74/2147.75	c bounds 796 >= 29 @ 2132.05
2140.74/2147.76	c bounds 795 >= 29 @ 2132.06
2140.74/2147.78	c bounds 794 >= 29 @ 2132.07
2140.74/2147.79	c bounds 793 >= 29 @ 2132.07
2140.85/2147.80	c bounds 792 >= 29 @ 2132.08
2140.85/2147.82	c bounds 791 >= 29 @ 2132.09
2140.85/2147.83	c bounds 790 >= 29 @ 2132.1
2140.85/2147.84	c bounds 789 >= 29 @ 2132.11
2140.85/2147.85	c bounds 788 >= 29 @ 2132.12
2140.85/2147.87	c bounds 787 >= 29 @ 2132.13
2140.85/2147.88	c bounds 786 >= 29 @ 2132.14
2140.95/2147.90	c bounds 785 >= 29 @ 2132.15
2140.95/2147.91	c bounds 784 >= 29 @ 2132.16
2140.95/2147.92	c bounds 783 >= 29 @ 2132.17
2140.95/2147.94	c bounds 782 >= 29 @ 2132.17
2140.95/2147.95	c bounds 781 >= 29 @ 2132.18
2140.95/2147.96	c bounds 780 >= 29 @ 2132.19
2140.95/2147.98	c bounds 779 >= 29 @ 2132.2
2140.95/2147.99	c bounds 778 >= 29 @ 2132.21
2140.95/2148.00	c bounds 777 >= 29 @ 2132.22
2141.06/2148.02	c bounds 776 >= 29 @ 2132.23
2141.06/2148.03	c bounds 775 >= 29 @ 2132.24
2141.06/2148.05	c bounds 774 >= 29 @ 2132.24
2141.06/2148.06	c bounds 773 >= 29 @ 2132.25
2141.06/2148.07	c bounds 772 >= 29 @ 2132.26
2141.06/2148.09	c bounds 771 >= 29 @ 2132.27
2141.06/2148.10	c bounds 770 >= 29 @ 2132.28
2141.16/2148.11	c bounds 769 >= 29 @ 2132.28
2141.16/2148.13	c bounds 768 >= 29 @ 2132.29
2141.16/2148.14	c bounds 767 >= 29 @ 2132.3
2141.16/2148.15	c bounds 766 >= 29 @ 2132.31
2141.16/2148.17	c bounds 765 >= 29 @ 2132.32
2141.16/2148.18	c bounds 764 >= 29 @ 2132.33
2141.25/2148.20	c bounds 763 >= 29 @ 2132.34
2141.25/2148.22	c bounds 762 >= 29 @ 2132.36
2141.25/2148.23	c bounds 761 >= 29 @ 2132.37
2141.25/2148.24	c bounds 760 >= 29 @ 2132.38
2141.25/2148.26	c bounds 759 >= 29 @ 2132.39
2141.25/2148.27	c bounds 758 >= 29 @ 2132.4
2141.25/2148.28	c bounds 757 >= 29 @ 2132.41
2141.25/2148.29	c bounds 756 >= 29 @ 2132.41
2141.34/2148.31	c bounds 755 >= 29 @ 2132.42
2141.34/2148.32	c bounds 754 >= 29 @ 2132.43
2141.34/2148.33	c bounds 753 >= 29 @ 2132.44
2141.34/2148.34	c bounds 752 >= 29 @ 2132.45
2141.34/2148.36	c bounds 751 >= 29 @ 2132.46
2141.34/2148.37	c bounds 750 >= 29 @ 2132.47
2141.34/2148.39	c bounds 749 >= 29 @ 2132.48
2141.45/2148.40	c bounds 748 >= 29 @ 2132.49
2141.45/2148.42	c bounds 747 >= 29 @ 2132.5
2141.45/2148.43	c bounds 746 >= 29 @ 2132.51
2141.45/2148.44	c bounds 745 >= 29 @ 2132.52
2141.45/2148.46	c bounds 744 >= 29 @ 2132.54
2141.45/2148.48	c bounds 743 >= 29 @ 2132.56
2141.55/2148.50	c bounds 742 >= 29 @ 2132.57
2141.55/2148.52	c bounds 741 >= 29 @ 2132.59
2141.55/2148.55	c bounds 740 >= 29 @ 2132.61
2141.55/2148.57	c bounds 739 >= 29 @ 2132.62
2141.55/2148.58	c bounds 738 >= 29 @ 2132.63
2141.64/2148.60	c bounds 737 >= 29 @ 2132.65
2141.64/2148.61	c bounds 736 >= 29 @ 2132.66
2141.64/2148.63	c bounds 735 >= 29 @ 2132.66
2141.64/2148.64	c bounds 734 >= 29 @ 2132.67
2141.64/2148.65	c bounds 733 >= 29 @ 2132.68
2141.64/2148.66	c bounds 732 >= 29 @ 2132.69
2141.64/2148.68	c bounds 731 >= 29 @ 2132.69
2141.64/2148.69	c bounds 730 >= 29 @ 2132.71
2141.74/2148.70	c bounds 729 >= 29 @ 2132.71
2141.74/2148.72	c bounds 728 >= 29 @ 2132.72
2141.74/2148.73	c bounds 727 >= 29 @ 2132.73
2141.74/2148.74	c bounds 726 >= 29 @ 2132.74
2141.74/2148.76	c bounds 725 >= 29 @ 2132.75
2141.74/2148.77	c bounds 724 >= 29 @ 2132.76
2141.74/2148.78	c bounds 723 >= 29 @ 2132.77
2141.74/2148.80	c bounds 722 >= 29 @ 2132.77
2141.84/2148.81	c bounds 721 >= 29 @ 2132.78
2141.84/2148.82	c bounds 720 >= 29 @ 2132.79
2141.84/2148.83	c bounds 719 >= 29 @ 2132.8
2141.84/2148.85	c bounds 718 >= 29 @ 2132.81
2141.84/2148.86	c bounds 717 >= 29 @ 2132.82
2141.84/2148.87	c bounds 716 >= 29 @ 2132.83
2141.84/2148.89	c bounds 715 >= 29 @ 2132.84
2141.94/2148.90	c bounds 714 >= 29 @ 2132.85
2141.94/2148.91	c bounds 713 >= 29 @ 2132.86
2141.94/2148.93	c bounds 712 >= 29 @ 2132.87
2141.94/2148.94	c bounds 711 >= 29 @ 2132.87
2141.94/2148.95	c bounds 710 >= 29 @ 2132.89
2141.94/2148.97	c bounds 709 >= 29 @ 2132.9
2141.94/2148.99	c bounds 708 >= 29 @ 2132.91
2141.94/2149.00	c bounds 707 >= 29 @ 2132.92
2142.05/2149.02	c bounds 706 >= 29 @ 2132.93
2142.05/2149.03	c bounds 705 >= 29 @ 2132.94
2142.05/2149.04	c bounds 704 >= 29 @ 2132.95
2142.05/2149.05	c bounds 703 >= 29 @ 2132.95
2142.05/2149.07	c bounds 702 >= 29 @ 2132.96
2142.05/2149.08	c bounds 701 >= 29 @ 2132.97
2142.05/2149.09	c bounds 700 >= 29 @ 2132.98
2142.05/2149.10	c bounds 699 >= 29 @ 2132.99
2142.16/2149.11	c bounds 698 >= 29 @ 2133
2142.16/2149.13	c bounds 697 >= 29 @ 2133
2142.16/2149.14	c bounds 696 >= 29 @ 2133.01
2142.16/2149.15	c bounds 695 >= 29 @ 2133.02
2142.16/2149.17	c bounds 694 >= 29 @ 2133.03
2142.16/2149.18	c bounds 693 >= 29 @ 2133.04
2142.24/2149.20	c bounds 692 >= 29 @ 2133.05
2142.24/2149.22	c bounds 691 >= 29 @ 2133.07
2142.24/2149.24	c bounds 690 >= 29 @ 2133.09
2142.24/2149.26	c bounds 689 >= 29 @ 2133.1
2142.24/2149.28	c bounds 688 >= 29 @ 2133.12
2142.34/2149.30	c bounds 687 >= 29 @ 2133.14
2142.34/2149.32	c bounds 686 >= 29 @ 2133.15
2142.34/2149.33	c bounds 685 >= 29 @ 2133.16
2142.34/2149.35	c bounds 684 >= 29 @ 2133.17
2142.34/2149.37	c bounds 683 >= 29 @ 2133.19
2142.34/2149.38	c bounds 682 >= 29 @ 2133.2
2142.44/2149.40	c bounds 681 >= 29 @ 2133.21
2142.44/2149.41	c bounds 680 >= 29 @ 2133.22
2142.44/2149.43	c bounds 679 >= 29 @ 2133.23
2142.44/2149.45	c bounds 678 >= 29 @ 2133.25
2142.44/2149.46	c bounds 677 >= 29 @ 2133.26
2142.44/2149.48	c bounds 676 >= 29 @ 2133.27
2142.54/2149.50	c bounds 675 >= 29 @ 2133.28
2142.54/2149.51	c bounds 674 >= 29 @ 2133.29
2142.54/2149.53	c bounds 673 >= 29 @ 2133.31
2142.54/2149.54	c bounds 672 >= 29 @ 2133.32
2142.54/2149.56	c bounds 671 >= 29 @ 2133.33
2142.54/2149.57	c bounds 670 >= 29 @ 2133.34
2142.54/2149.59	c bounds 669 >= 29 @ 2133.35
2142.64/2149.60	c bounds 668 >= 29 @ 2133.36
2142.64/2149.62	c bounds 667 >= 29 @ 2133.37
2142.64/2149.63	c bounds 666 >= 29 @ 2133.38
2142.64/2149.65	c bounds 665 >= 29 @ 2133.39
2142.64/2149.66	c bounds 664 >= 29 @ 2133.4
2142.64/2149.67	c bounds 663 >= 29 @ 2133.4
2142.64/2149.69	c bounds 662 >= 29 @ 2133.42
2142.74/2149.70	c bounds 661 >= 29 @ 2133.43
2142.74/2149.72	c bounds 660 >= 29 @ 2133.44
2142.74/2149.74	c bounds 659 >= 29 @ 2133.46
2142.74/2149.77	c bounds 658 >= 29 @ 2133.48
2142.74/2149.79	c bounds 657 >= 29 @ 2133.5
2142.84/2149.82	c bounds 656 >= 29 @ 2133.51
2142.84/2149.83	c bounds 655 >= 29 @ 2133.53
2142.84/2149.85	c bounds 654 >= 29 @ 2133.54
2142.84/2149.86	c bounds 653 >= 29 @ 2133.55
2142.84/2149.88	c bounds 652 >= 29 @ 2133.56
2142.84/2149.90	c bounds 651 >= 29 @ 2133.57
2143.44/2150.45	c bounds 651 >= 30 @ 2134.11
2143.44/2150.47	c bounds 650 >= 30 @ 2134.13
2143.44/2150.49	c bounds 649 >= 30 @ 2134.14
2143.54/2150.50	c bounds 648 >= 30 @ 2134.15
2143.54/2150.52	c bounds 647 >= 30 @ 2134.16
2143.54/2150.53	c bounds 646 >= 30 @ 2134.17
2143.54/2150.54	c bounds 645 >= 30 @ 2134.18
2143.54/2150.56	c bounds 644 >= 30 @ 2134.19
2143.54/2150.57	c bounds 643 >= 30 @ 2134.2
2143.54/2150.59	c bounds 642 >= 30 @ 2134.21
2143.64/2150.60	c bounds 641 >= 30 @ 2134.22
2143.64/2150.61	c bounds 640 >= 30 @ 2134.23
2143.64/2150.63	c bounds 639 >= 30 @ 2134.25
2143.64/2150.65	c bounds 638 >= 30 @ 2134.26
2143.64/2150.67	c bounds 637 >= 30 @ 2134.28
2143.64/2150.69	c bounds 636 >= 30 @ 2134.29
2143.74/2150.71	c bounds 635 >= 30 @ 2134.3
2143.74/2150.73	c bounds 634 >= 30 @ 2134.32
2143.74/2150.74	c bounds 633 >= 30 @ 2134.33
2143.74/2150.76	c bounds 632 >= 30 @ 2134.34
2143.74/2150.79	c bounds 631 >= 30 @ 2134.37
2143.84/2150.81	c bounds 630 >= 30 @ 2134.38
2143.84/2150.83	c bounds 629 >= 30 @ 2134.4
2143.84/2150.84	c bounds 628 >= 30 @ 2134.41
2143.84/2150.86	c bounds 627 >= 30 @ 2134.42
2143.84/2150.88	c bounds 626 >= 30 @ 2134.43
2143.93/2150.90	c bounds 625 >= 30 @ 2134.45
2143.93/2150.92	c bounds 624 >= 30 @ 2134.46
2143.93/2150.94	c bounds 623 >= 30 @ 2134.48
2143.93/2150.95	c bounds 622 >= 30 @ 2134.49
2143.93/2150.98	c bounds 621 >= 30 @ 2134.51
2143.93/2151.00	c bounds 620 >= 30 @ 2134.53
2144.05/2151.02	c bounds 619 >= 30 @ 2134.54
2144.05/2151.04	c bounds 618 >= 30 @ 2134.56
2144.05/2151.06	c bounds 617 >= 30 @ 2134.57
2144.05/2151.08	c bounds 616 >= 30 @ 2134.59
2144.05/2151.10	c bounds 615 >= 30 @ 2134.6
2144.15/2151.12	c bounds 614 >= 30 @ 2134.62
2144.15/2151.14	c bounds 613 >= 30 @ 2134.63
2144.15/2151.16	c bounds 612 >= 30 @ 2134.65
2144.15/2151.18	c bounds 611 >= 30 @ 2134.66
2144.24/2151.20	c bounds 610 >= 30 @ 2134.68
2144.24/2151.22	c bounds 609 >= 30 @ 2134.69
2144.24/2151.24	c bounds 608 >= 30 @ 2134.71
2144.24/2151.26	c bounds 607 >= 30 @ 2134.72
2144.24/2151.28	c bounds 606 >= 30 @ 2134.74
2144.34/2151.31	c bounds 605 >= 30 @ 2134.76
2144.34/2151.33	c bounds 604 >= 30 @ 2134.78
2144.34/2151.35	c bounds 603 >= 30 @ 2134.79
2144.34/2151.37	c bounds 602 >= 30 @ 2134.81
2144.34/2151.39	c bounds 601 >= 30 @ 2134.82
2144.43/2151.42	c bounds 600 >= 30 @ 2134.84
2144.43/2151.44	c bounds 599 >= 30 @ 2134.86
2144.43/2151.48	c bounds 598 >= 30 @ 2134.89
2144.53/2151.51	c bounds 597 >= 30 @ 2134.91
2144.53/2151.53	c bounds 596 >= 30 @ 2134.92
2144.53/2151.54	c bounds 595 >= 30 @ 2134.93
2144.53/2151.57	c bounds 594 >= 30 @ 2134.95
2144.53/2151.59	c bounds 593 >= 30 @ 2134.96
2144.64/2151.61	c bounds 592 >= 30 @ 2134.98
2144.64/2151.65	c bounds 591 >= 30 @ 2135.01
2146.73/2153.70	c #Conflicts:       3000 | #Constraints:      68463
2146.73/2153.70	c bounds 591 >= 31 @ 2137.01
2146.73/2153.73	c bounds 590 >= 31 @ 2137.03
2146.73/2153.75	c bounds 589 >= 31 @ 2137.05
2146.73/2153.78	c bounds 588 >= 31 @ 2137.07
2146.83/2153.81	c bounds 587 >= 31 @ 2137.09
2146.83/2153.83	c bounds 586 >= 31 @ 2137.11
2146.83/2153.87	c bounds 585 >= 31 @ 2137.14
2146.83/2153.89	c bounds 584 >= 31 @ 2137.16
2146.93/2153.92	c bounds 583 >= 31 @ 2137.18
2146.93/2153.94	c bounds 582 >= 31 @ 2137.2
2146.93/2153.97	c bounds 581 >= 31 @ 2137.22
2147.04/2154.04	c bounds 580 >= 31 @ 2137.28
2147.04/2154.07	c bounds 579 >= 31 @ 2137.31
2147.15/2154.12	c bounds 578 >= 31 @ 2137.35
2147.15/2154.18	c bounds 577 >= 31 @ 2137.4
2147.23/2154.25	c bounds 576 >= 31 @ 2137.46
2147.23/2154.28	c bounds 575 >= 31 @ 2137.49
2147.33/2154.30	c bounds 574 >= 31 @ 2137.51
2147.33/2154.33	c bounds 573 >= 31 @ 2137.52
2147.33/2154.35	c bounds 572 >= 31 @ 2137.54
2147.33/2154.38	c #Conflicts:       4000 | #Constraints:      69497
2147.33/2154.38	c bounds 571 >= 31 @ 2137.56
2147.43/2154.40	c bounds 570 >= 31 @ 2137.59
2147.43/2154.43	c bounds 569 >= 31 @ 2137.61
2147.43/2154.45	c bounds 568 >= 31 @ 2137.63
2147.43/2154.48	c bounds 567 >= 31 @ 2137.66
2147.53/2154.51	c bounds 566 >= 31 @ 2137.68
2147.53/2154.54	c bounds 565 >= 31 @ 2137.7
2147.62/2154.63	c bounds 564 >= 31 @ 2137.79
2148.04/2155.10	c INPROCESSING
2148.04/2155.10	c GARBAGE COLLECT
2148.04/2155.10	c bounds 563 >= 31 @ 2138.24
2148.14/2155.17	c bounds 562 >= 31 @ 2138.3
2148.22/2155.21	c bounds 561 >= 31 @ 2138.34
2148.22/2155.23	c bounds 560 >= 31 @ 2138.36
2148.32/2155.37	c bounds 559 >= 31 @ 2138.47
2148.32/2155.39	c bounds 558 >= 31 @ 2138.49
2148.42/2155.41	c bounds 557 >= 31 @ 2138.51
2148.42/2155.44	c bounds 556 >= 31 @ 2138.53
2148.42/2155.46	c bounds 555 >= 31 @ 2138.55
2148.42/2155.48	c bounds 554 >= 31 @ 2138.57
2148.53/2155.51	c bounds 553 >= 31 @ 2138.59
2148.53/2155.53	c bounds 552 >= 31 @ 2138.61
2148.53/2155.56	c bounds 551 >= 31 @ 2138.63
2148.53/2155.57	c bounds 550 >= 31 @ 2138.65
2148.62/2155.60	c bounds 549 >= 31 @ 2138.67
2148.62/2155.62	c bounds 548 >= 31 @ 2138.69
2148.62/2155.64	c bounds 547 >= 31 @ 2138.71
2148.62/2155.66	c bounds 546 >= 31 @ 2138.73
2148.62/2155.68	c bounds 545 >= 31 @ 2138.74
2148.72/2155.70	c bounds 544 >= 31 @ 2138.76
2148.72/2155.72	c bounds 543 >= 31 @ 2138.78
2148.72/2155.75	c bounds 542 >= 31 @ 2138.8
2148.72/2155.76	c bounds 541 >= 31 @ 2138.81
2148.72/2155.78	c bounds 540 >= 31 @ 2138.82
2148.82/2155.80	c bounds 539 >= 31 @ 2138.84
2148.82/2155.82	c bounds 538 >= 31 @ 2138.85
2148.82/2155.83	c bounds 537 >= 31 @ 2138.87
2148.82/2155.85	c bounds 536 >= 31 @ 2138.88
2148.82/2155.87	c bounds 535 >= 31 @ 2138.9
2148.82/2155.89	c bounds 534 >= 31 @ 2138.91
2148.93/2155.90	c bounds 533 >= 31 @ 2138.92
2148.93/2155.92	c bounds 532 >= 31 @ 2138.94
2148.93/2155.93	c bounds 531 >= 31 @ 2138.94
2148.93/2155.95	c bounds 530 >= 31 @ 2138.96
2148.93/2155.96	c bounds 529 >= 31 @ 2138.97
2148.93/2155.98	c bounds 528 >= 31 @ 2138.98
2148.93/2155.99	c bounds 527 >= 31 @ 2138.99
2148.93/2156.01	c bounds 526 >= 31 @ 2139
2149.03/2156.02	c bounds 525 >= 31 @ 2139.02
2149.03/2156.04	c bounds 524 >= 31 @ 2139.03
2149.03/2156.05	c bounds 523 >= 31 @ 2139.04
2149.03/2156.07	c bounds 522 >= 31 @ 2139.05
2149.03/2156.08	c bounds 521 >= 31 @ 2139.07
2149.03/2156.10	c bounds 520 >= 31 @ 2139.08
2149.14/2156.11	c bounds 519 >= 31 @ 2139.09
2149.14/2156.13	c bounds 518 >= 31 @ 2139.1
2149.14/2156.14	c bounds 517 >= 31 @ 2139.1
2149.14/2156.15	c bounds 516 >= 31 @ 2139.11
2149.14/2156.16	c bounds 515 >= 31 @ 2139.12
2149.14/2156.17	c bounds 514 >= 31 @ 2139.13
2149.14/2156.19	c bounds 513 >= 31 @ 2139.14
2149.23/2156.20	c bounds 512 >= 31 @ 2139.15
2149.23/2156.21	c bounds 511 >= 31 @ 2139.16
2149.23/2156.22	c bounds 510 >= 31 @ 2139.17
2149.23/2156.23	c bounds 509 >= 31 @ 2139.18
2149.23/2156.24	c bounds 508 >= 31 @ 2139.18
2149.23/2156.25	c bounds 507 >= 31 @ 2139.19
2149.23/2156.26	c bounds 506 >= 31 @ 2139.2
2149.23/2156.28	c bounds 505 >= 31 @ 2139.21
2149.23/2156.29	c bounds 504 >= 31 @ 2139.22
2149.32/2156.30	c bounds 503 >= 31 @ 2139.23
2149.32/2156.31	c bounds 502 >= 31 @ 2139.23
2149.32/2156.32	c bounds 501 >= 31 @ 2139.24
2149.32/2156.33	c bounds 500 >= 31 @ 2139.26
2149.32/2156.34	c bounds 499 >= 31 @ 2139.26
2149.32/2156.36	c bounds 498 >= 31 @ 2139.27
2149.32/2156.37	c bounds 497 >= 31 @ 2139.28
2149.32/2156.38	c bounds 496 >= 31 @ 2139.29
2149.32/2156.39	c bounds 495 >= 31 @ 2139.3
2149.42/2156.40	c bounds 494 >= 31 @ 2139.31
2149.42/2156.41	c bounds 493 >= 31 @ 2139.32
2149.42/2156.43	c bounds 492 >= 31 @ 2139.32
2149.42/2156.44	c bounds 491 >= 31 @ 2139.33
2149.42/2156.45	c bounds 490 >= 31 @ 2139.34
2149.42/2156.46	c bounds 489 >= 31 @ 2139.35
2149.42/2156.47	c bounds 488 >= 31 @ 2139.36
2149.42/2156.49	c bounds 487 >= 31 @ 2139.37
2149.52/2156.50	c bounds 486 >= 31 @ 2139.37
2149.52/2156.51	c bounds 485 >= 31 @ 2139.38
2149.52/2156.52	c bounds 484 >= 31 @ 2139.39
2149.52/2156.53	c bounds 483 >= 31 @ 2139.4
2149.52/2156.54	c bounds 482 >= 31 @ 2139.41
2149.52/2156.55	c bounds 481 >= 31 @ 2139.41
2149.52/2156.57	c bounds 480 >= 31 @ 2139.42
2149.52/2156.58	c bounds 479 >= 31 @ 2139.43
2149.52/2156.59	c bounds 478 >= 31 @ 2139.44
2149.62/2156.60	c bounds 477 >= 31 @ 2139.44
2149.62/2156.61	c bounds 476 >= 31 @ 2139.45
2149.62/2156.62	c bounds 475 >= 31 @ 2139.46
2149.62/2156.64	c bounds 474 >= 31 @ 2139.47
2149.62/2156.65	c bounds 473 >= 31 @ 2139.48
2149.62/2156.66	c bounds 472 >= 31 @ 2139.49
2149.62/2156.67	c bounds 471 >= 31 @ 2139.5
2149.62/2156.68	c bounds 470 >= 31 @ 2139.5
2149.62/2156.69	c bounds 469 >= 31 @ 2139.51
2149.72/2156.70	c bounds 468 >= 31 @ 2139.52
2149.72/2156.71	c bounds 467 >= 31 @ 2139.53
2149.72/2156.72	c bounds 466 >= 31 @ 2139.54
2149.72/2156.74	c bounds 465 >= 31 @ 2139.55
2149.72/2156.75	c bounds 464 >= 31 @ 2139.55
2149.72/2156.76	c bounds 463 >= 31 @ 2139.56
2149.72/2156.77	c bounds 462 >= 31 @ 2139.57
2149.72/2156.78	c bounds 461 >= 31 @ 2139.58
2149.72/2156.79	c bounds 460 >= 31 @ 2139.58
2149.82/2156.80	c bounds 459 >= 31 @ 2139.59
2149.82/2156.82	c bounds 458 >= 31 @ 2139.6
2149.82/2156.83	c bounds 457 >= 31 @ 2139.61
2149.82/2156.84	c bounds 456 >= 31 @ 2139.62
2149.82/2156.85	c bounds 455 >= 31 @ 2139.63
2149.82/2156.86	c bounds 454 >= 31 @ 2139.63
2149.82/2156.87	c bounds 453 >= 31 @ 2139.64
2149.82/2156.88	c bounds 452 >= 31 @ 2139.65
2149.82/2156.90	c bounds 451 >= 31 @ 2139.66
2149.92/2156.91	c bounds 450 >= 31 @ 2139.67
2149.92/2156.92	c bounds 449 >= 31 @ 2139.68
2149.92/2156.93	c bounds 448 >= 31 @ 2139.69
2149.92/2156.95	c bounds 447 >= 31 @ 2139.7
2149.92/2156.96	c bounds 446 >= 31 @ 2139.71
2149.92/2156.97	c bounds 445 >= 31 @ 2139.72
2149.92/2156.99	c bounds 444 >= 31 @ 2139.73
2149.92/2157.00	c bounds 443 >= 31 @ 2139.74
2150.04/2157.01	c bounds 442 >= 31 @ 2139.75
2150.04/2157.02	c bounds 441 >= 31 @ 2139.76
2150.04/2157.04	c bounds 440 >= 31 @ 2139.77
2150.04/2157.05	c bounds 439 >= 31 @ 2139.77
2150.04/2157.06	c bounds 438 >= 31 @ 2139.78
2150.04/2157.07	c bounds 437 >= 31 @ 2139.79
2150.04/2157.08	c bounds 436 >= 31 @ 2139.8
2150.04/2157.09	c bounds 435 >= 31 @ 2139.81
2150.04/2157.11	c bounds 434 >= 31 @ 2139.82
2150.13/2157.12	c bounds 433 >= 31 @ 2139.83
2150.13/2157.13	c bounds 432 >= 31 @ 2139.84
2150.13/2157.15	c bounds 431 >= 31 @ 2139.85
2150.13/2157.17	c bounds 430 >= 31 @ 2139.87
2150.13/2157.18	c bounds 429 >= 31 @ 2139.88
2150.22/2157.20	c bounds 428 >= 31 @ 2139.89
2150.22/2157.21	c bounds 427 >= 31 @ 2139.9
2150.22/2157.22	c bounds 426 >= 31 @ 2139.91
2150.22/2157.24	c bounds 425 >= 31 @ 2139.92
2150.22/2157.25	c bounds 424 >= 31 @ 2139.93
2150.22/2157.26	c bounds 423 >= 31 @ 2139.95
2150.22/2157.28	c bounds 422 >= 31 @ 2139.96
2150.22/2157.29	c bounds 421 >= 31 @ 2139.97
2150.32/2157.30	c bounds 420 >= 31 @ 2139.98
2150.32/2157.31	c bounds 419 >= 31 @ 2139.98
2150.32/2157.32	c bounds 418 >= 31 @ 2139.99
2150.32/2157.34	c bounds 417 >= 31 @ 2140
2150.32/2157.35	c bounds 416 >= 31 @ 2140.01
2150.32/2157.36	c bounds 415 >= 31 @ 2140.02
2150.32/2157.37	c bounds 414 >= 31 @ 2140.03
2150.32/2157.38	c bounds 413 >= 31 @ 2140.03
2150.32/2157.39	c bounds 412 >= 31 @ 2140.04
2150.42/2157.40	c bounds 411 >= 31 @ 2140.05
2150.42/2157.41	c bounds 410 >= 31 @ 2140.06
2150.42/2157.42	c bounds 409 >= 31 @ 2140.07
2150.42/2157.44	c bounds 408 >= 31 @ 2140.08
2150.42/2157.45	c bounds 407 >= 31 @ 2140.08
2150.42/2157.46	c bounds 406 >= 31 @ 2140.09
2150.42/2157.47	c bounds 405 >= 31 @ 2140.1
2150.42/2157.48	c bounds 404 >= 31 @ 2140.11
2150.42/2157.49	c bounds 403 >= 31 @ 2140.11
2150.52/2157.51	c bounds 402 >= 31 @ 2140.13
2150.52/2157.52	c bounds 401 >= 31 @ 2140.14
2150.52/2157.53	c bounds 400 >= 31 @ 2140.15
2150.52/2157.54	c bounds 399 >= 31 @ 2140.16
2150.52/2157.56	c bounds 398 >= 31 @ 2140.17
2150.52/2157.57	c bounds 397 >= 31 @ 2140.18
2150.52/2157.58	c bounds 396 >= 31 @ 2140.19
2150.52/2157.59	c bounds 395 >= 31 @ 2140.2
2150.62/2157.60	c bounds 394 >= 31 @ 2140.2
2150.62/2157.62	c bounds 393 >= 31 @ 2140.21
2150.62/2157.63	c bounds 392 >= 31 @ 2140.22
2150.62/2157.64	c bounds 391 >= 31 @ 2140.23
2150.62/2157.65	c bounds 390 >= 31 @ 2140.23
2150.62/2157.66	c bounds 389 >= 31 @ 2140.24

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100049 s]*
/proc/loadavg: 4.47 4.27 4.20 5/261 135423
/proc/meminfo: memFree=119688064/131382112 swapFree=33000116/33010684
[pid=135421] ppid=135418 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/135421/stat : 135421 (run-opt-break-l) S 135418 135421 134659 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 174531370 4292608 768 18446744073709551615 93861936001024 93861936895557 140736217761392 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93861937134608 93861937182352 93861944745984 140736217766163 140736217766364 140736217766364 140736217771968 0
/proc/135421/statm: 1048 768 704 219 0 110 0
[pid=135423] ppid=135421 vsize=28280 memory=19856 CPUtime=0.08 cores=5,7
/proc/135423/stat : 135423 (pbsuma) R 135421 135421 134659 0 -1 4194304 3236 0 0 0 7 1 0 0 20 0 1 0 174531370 28958720 4964 18446744073709551615 4210688 4653049 140723593643536 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 4700520 4703148 5447680 140723593648353 140723593648688 140723593648688 140723593654255 0
/proc/135423/statm: 7070 4964 960 108 0 4478 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 32472 KiB
Current children cumulated memory: 22928 KiB

[startup+0.21827 s]*
/proc/loadavg: 4.47 4.27 4.20 5/261 135423
/proc/meminfo: memFree=119676420/131382112 swapFree=33000116/33010684
[pid=135421] ppid=135418 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/135421/stat : 135421 (run-opt-break-l) S 135418 135421 134659 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 174531370 4292608 768 18446744073709551615 93861936001024 93861936895557 140736217761392 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93861937134608 93861937182352 93861944745984 140736217766163 140736217766364 140736217766364 140736217771968 0
/proc/135421/statm: 1048 768 704 219 0 110 0
[pid=135423] ppid=135421 vsize=37716 memory=28756 CPUtime=0.18 cores=5,7
/proc/135423/stat : 135423 (pbsuma) R 135421 135421 134659 0 -1 4194304 5831 0 0 0 16 2 0 0 20 0 1 0 174531370 38621184 7189 18446744073709551615 4210688 4653049 140723593643536 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 4700520 4703148 5447680 140723593648353 140723593648688 140723593648688 140723593654255 0
/proc/135423/statm: 9429 7189 960 108 0 6837 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 41908 KiB
Current children cumulated memory: 31828 KiB

[startup+0.31805 s]*
/proc/loadavg: 4.47 4.27 4.20 5/261 135423
/proc/meminfo: memFree=119668608/131382112 swapFree=33000116/33010684
[pid=135421] ppid=135418 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/135421/stat : 135421 (run-opt-break-l) S 135418 135421 134659 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 174531370 4292608 768 18446744073709551615 93861936001024 93861936895557 140736217761392 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93861937134608 93861937182352 93861944745984 140736217766163 140736217766364 140736217766364 140736217771968 0
/proc/135421/statm: 1048 768 704 219 0 110 0
[pid=135423] ppid=135421 vsize=46172 memory=36676 CPUtime=0.27 cores=5,7
/proc/135423/stat : 135423 (pbsuma) R 135421 135421 134659 0 -1 4194304 8076 0 0 0 24 3 0 0 20 0 1 0 174531370 47280128 9169 18446744073709551615 4210688 4653049 140723593643536 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 4700520 4703148 5447680 140723593648353 140723593648688 140723593648688 140723593654255 0
/proc/135423/statm: 11543 9169 960 108 0 8951 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 50364 KiB
Current children cumulated memory: 39748 KiB

[startup+0.700264 s]
/proc/loadavg: 4.52 4.28 4.20 5/261 135423
/proc/meminfo: memFree=119642712/131382112 swapFree=33000116/33010684
[pid=135421] ppid=135418 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/135421/stat : 135421 (run-opt-break-l) S 135418 135421 134659 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 174531370 4292608 768 18446744073709551615 93861936001024 93861936895557 140736217761392 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93861937134608 93861937182352 93861944745984 140736217766163 140736217766364 140736217766364 140736217771968 0
/proc/135421/statm: 1048 768 704 219 0 110 0
[pid=135423] ppid=135421 vsize=86904 memory=75268 CPUtime=0.62 cores=5,7
/proc/135423/stat : 135423 (pbsuma) R 135421 135421 134659 0 -1 4194304 15535 0 0 0 56 6 0 0 20 0 1 0 174531370 88989696 18817 18446744073709551615 4210688 4653049 140723593643536 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 4700520 4703148 5447680 140723593648353 140723593648688 140723593648688 140723593654255 0
/proc/135423/statm: 21726 18817 960 108 0 19134 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 91096 KiB
Current children cumulated memory: 78340 KiB

[startup+1.50023 s]
/proc/loadavg: 4.52 4.28 4.20 5/261 135423
/proc/meminfo: memFree=119529548/131382112 swapFree=33000116/33010684
[pid=135421] ppid=135418 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/135421/stat : 135421 (run-opt-break-l) S 135418 135421 134659 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 174531370 4292608 768 18446744073709551615 93861936001024 93861936895557 140736217761392 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93861937134608 93861937182352 93861944745984 140736217766163 140736217766364 140736217766364 140736217771968 0
/proc/135421/statm: 1048 768 704 219 0 110 0
[pid=135423] ppid=135421 vsize=165676 memory=142652 CPUtime=1.4 cores=5,7
/proc/135423/stat : 135423 (pbsuma) R 135421 135421 134659 0 -1 4194304 25231 0 0 0 131 9 0 0 20 0 1 0 174531370 169652224 35663 18446744073709551615 4210688 4653049 140723593643536 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 4700520 4703148 5447680 140723593648353 140723593648688 140723593648688 140723593654255 0
/proc/135423/statm: 41419 35663 1024 108 0 38827 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 169868 KiB
Current children cumulated memory: 145724 KiB

[startup+3.10566 s]
/proc/loadavg: 4.52 4.28 4.20 5/261 135423
/proc/meminfo: memFree=119535272/131382112 swapFree=33000116/33010684
[pid=135421] ppid=135418 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/135421/stat : 135421 (run-opt-break-l) S 135418 135421 134659 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 174531370 4292608 768 18446744073709551615 93861936001024 93861936895557 140736217761392 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93861937134608 93861937182352 93861944745984 140736217766163 140736217766364 140736217766364 140736217771968 0
/proc/135421/statm: 1048 768 704 219 0 110 0
[pid=135423] ppid=135421 vsize=165676 memory=142652 CPUtime=2.99 cores=5,7
/proc/135423/stat : 135423 (pbsuma) R 135421 135421 134659 0 -1 4194304 25244 0 0 0 290 9 0 0 20 0 1 0 174531370 169652224 35663 18446744073709551615 4210688 4653049 140723593643536 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 4700520 4703148 5447680 140723593648353 140723593648688 140723593648688 140723593654255 0
/proc/135423/statm: 41419 35663 1024 108 0 38827 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 169868 KiB
Current children cumulated memory: 145724 KiB

[startup+6.30019 s]
/proc/loadavg: 4.56 4.30 4.21 5/261 135423
/proc/meminfo: memFree=119267440/131382112 swapFree=33000116/33010684
[pid=135421] ppid=135418 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/135421/stat : 135421 (run-opt-break-l) S 135418 135421 134659 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 174531370 4292608 768 18446744073709551615 93861936001024 93861936895557 140736217761392 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93861937134608 93861937182352 93861944745984 140736217766163 140736217766364 140736217766364 140736217771968 0
/proc/135421/statm: 1048 768 704 219 0 110 0
[pid=135423] ppid=135421 vsize=247160 memory=194228 CPUtime=5.64 cores=5,7
/proc/135423/stat : 135423 (pbsuma) D 135421 135421 134659 0 -1 4194304 33656 0 0 0 542 22 0 0 20 0 1 0 174531370 253091840 48557 18446744073709551615 4210688 4653049 140723593643536 0 0 0 0 0 0 1 0 0 17 7 0 0 0 0 0 4700520 4703148 5447680 140723593648353 140723593648688 140723593648688 140723593654255 0
/proc/135423/statm: 61790 48557 1024 108 0 59198 0
Current children cumulated CPU time: 5.64 s
Current children cumulated vsize: 251352 KiB
Current children cumulated memory: 197300 KiB

[startup+12.7002 s]
/proc/loadavg: 4.59 4.31 4.21 5/261 135424
/proc/meminfo: memFree=118871128/131382112 swapFree=33000116/33010684
[pid=135421] ppid=135418 vsize=4192 memory=3072 CPUtime=5.69 cores=5,7
/proc/135421/stat : 135421 (run-opt-break-l) S 135418 135421 134659 0 -1 4194304 240 33662 0 0 0 0 544 25 20 0 1 0 174531370 4292608 768 18446744073709551615 93861936001024 93861936895557 140736217761392 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93861937134608 93861937182352 93861944745984 140736217766163 140736217766364 140736217766364 140736217771968 0
/proc/135421/statm: 1048 768 704 219 0 110 0
[pid=135424] ppid=135421 vsize=378960 memory=303168 CPUtime=5.74 cores=5,7
/proc/135424/stat : 135424 (roundingsat) R 135421 135421 134659 0 -1 4194304 46892 0 0 0 544 30 0 0 20 0 1 0 174532056 388055040 75792 18446744073709551615 4227072 8923577 140737483064368 0 0 0 0 0 8405026 0 0 0 17 7 0 0 0 0 0 9827200 9836688 20434944 140737483065618 140737483065894 140737483065894 140737483071466 0
/proc/135424/statm: 94740 75792 2368 1147 0 82166 0
Current children cumulated CPU time: 11.43 s
Current children cumulated vsize: 383152 KiB
Current children cumulated memory: 306240 KiB

[startup+25.5004 s]
/proc/loadavg: 4.73 4.35 4.23 5/261 135424
/proc/meminfo: memFree=118632076/131382112 swapFree=33000116/33010684
[pid=135421] ppid=135418 vsize=4192 memory=3072 CPUtime=5.69 cores=5,7
/proc/135421/stat : 135421 (run-opt-break-l) S 135418 135421 134659 0 -1 4194304 240 33662 0 0 0 0 544 25 20 0 1 0 174531370 4292608 768 18446744073709551615 93861936001024 93861936895557 140736217761392 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93861937134608 93861937182352 93861944745984 140736217766163 140736217766364 140736217766364 140736217771968 0
/proc/135421/statm: 1048 768 704 219 0 110 0
[pid=135424] ppid=135421 vsize=390132 memory=316220 CPUtime=18.45 cores=5,7
/proc/135424/stat : 135424 (roundingsat) R 135421 135421 134659 0 -1 4194304 48286 0 0 0 1752 93 0 0 20 0 1 0 174532056 399495168 79055 18446744073709551615 4227072 8923577 140737483064368 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 20434944 140737483065618 140737483065894 140737483065894 140737483071466 0
/proc/135424/statm: 97533 79055 2400 1147 0 84959 0
Current children cumulated CPU time: 24.14 s
Current children cumulated vsize: 394324 KiB
Current children cumulated memory: 319292 KiB

[startup+51.1146 s]
/proc/loadavg: 4.55 4.35 4.23 5/261 135425
/proc/meminfo: memFree=118209144/131382112 swapFree=33000116/33010684
[pid=135421] ppid=135418 vsize=4192 memory=3072 CPUtime=5.69 cores=5,7
/proc/135421/stat : 135421 (run-opt-break-l) S 135418 135421 134659 0 -1 4194304 240 33662 0 0 0 0 544 25 20 0 1 0 174531370 4292608 768 18446744073709551615 93861936001024 93861936895557 140736217761392 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93861937134608 93861937182352 93861944745984 140736217766163 140736217766364 140736217766364 140736217771968 0
/proc/135421/statm: 1048 768 704 219 0 110 0
[pid=135424] ppid=135421 vsize=515036 memory=417960 CPUtime=43.99 cores=5,7
/proc/135424/stat : 135424 (roundingsat) R 135421 135421 134659 0 -1 4194304 55131 0 0 0 4299 100 0 0 20 0 1 0 174532056 527396864 104490 18446744073709551615 4227072 8923577 140737483064368 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 20434944 140737483065618 140737483065894 140737483065894 140737483071466 0
/proc/135424/statm: 128759 104490 2400 1147 0 116185 0
Current children cumulated CPU time: 49.68 s
Current children cumulated vsize: 519228 KiB
Current children cumulated memory: 421032 KiB

[startup+102.3 s]
/proc/loadavg: 4.28 4.31 4.22 5/262 135432
/proc/meminfo: memFree=117371920/131382112 swapFree=33000116/33010684
[pid=135421] ppid=135418 vsize=4192 memory=3072 CPUtime=5.69 cores=5,7
/proc/135421/stat : 135421 (run-opt-break-l) S 135418 135421 134659 0 -1 4194304 240 33662 0 0 0 0 544 25 20 0 1 0 174531370 4292608 768 18446744073709551615 93861936001024 93861936895557 140736217761392 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93861937134608 93861937182352 93861944745984 140736217766163 140736217766364 140736217766364 140736217771968 0
/proc/135421/statm: 1048 768 704 219 0 110 0
[pid=135424] ppid=135421 vsize=642672 memory=548164 CPUtime=95.03 cores=5,7
/proc/135424/stat : 135424 (roundingsat) R 135421 135421 134659 0 -1 4194304 58969 0 0 0 9398 105 0 0 20 0 1 0 174532056 658096128 137041 18446744073709551615 4227072 8923577 140737483064368 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 20434944 140737483065618 140737483065894 140737483065894 140737483071466 0
/proc/135424/statm: 160668 137041 2400 1147 0 148094 0
Current children cumulated CPU time: 100.72 s
Current children cumulated vsize: 646864 KiB
Current children cumulated memory: 551236 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.26 4.21 5/262 135434
/proc/meminfo: memFree=116496684/131382112 swapFree=33000116/33010684
[pid=135421] ppid=135418 vsize=4192 memory=3072 CPUtime=5.69 cores=5,7
/proc/135421/stat : 135421 (run-opt-break-l) S 135418 135421 134659 0 -1 4194304 240 33662 0 0 0 0 544 25 20 0 1 0 174531370 4292608 768 18446744073709551615 93861936001024 93861936895557 140736217761392 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93861937134608 93861937182352 93861944745984 140736217766163 140736217766364 140736217766364 140736217771968 0
/proc/135421/statm: 1048 768 704 219 0 110 0
[pid=135424] ppid=135421 vsize=768808 memory=637164 CPUtime=154.88 cores=5,7
/proc/135424/stat : 135424 (roundingsat) R 135421 135421 134659 0 -1 4194304 64327 0 0 0 15376 112 0 0 20 0 1 0 174532056 787259392 159291 18446744073709551615 4227072 8923577 140737483064368 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 20434944 140737483065618 140737483065894 140737483065894 140737483071466 0
/proc/135424/statm: 192202 159291 2400 1147 0 179628 0
Current children cumulated CPU time: 160.57 s
Current children cumulated vsize: 773000 KiB
Current children cumulated memory: 640236 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.23 4.20 5/262 135435
/proc/meminfo: memFree=115557000/131382112 swapFree=33000116/33010684
[pid=135421] ppid=135418 vsize=4192 memory=3072 CPUtime=5.69 cores=5,7
/proc/135421/stat : 135421 (run-opt-break-l) S 135418 135421 134659 0 -1 4194304 240 33662 0 0 0 0 544 25 20 0 1 0 174531370 4292608 768 18446744073709551615 93861936001024 93861936895557 140736217761392 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93861937134608 93861937182352 93861944745984 140736217766163 140736217766364 140736217766364 140736217771968 0
/proc/135421/statm: 1048 768 704 219 0 110 0
[pid=135424] ppid=135421 vsize=911144 memory=783840 CPUtime=214.72 cores=5,7
/proc/135424/stat : 135424 (roundingsat) R 135421 135421 134659 0 -1 4194304 67417 0 0 0 21355 117 0 0 20 0 1 0 174532056 933011456 195960 18446744073709551615 4227072 8923577 140737483064368 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 20434944 140737483065618 140737483065894 140737483065894 140737483071466 0
/proc/135424/statm: 227786 195960 2400 1147 0 215212 0

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

/proc/meminfo: memFree=97850192/131382112 swapFree=33000116/33010684
[pid=135421] ppid=135418 vsize=4192 memory=3072 CPUtime=5.69 cores=5,7
/proc/135421/stat : 135421 (run-opt-break-l) S 135418 135421 134659 0 -1 4194304 240 33662 0 0 0 0 544 25 20 0 1 0 174531370 4292608 768 18446744073709551615 93861936001024 93861936895557 140736217761392 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93861937134608 93861937182352 93861944745984 140736217766163 140736217766364 140736217766364 140736217771968 0
/proc/135421/statm: 1048 768 704 219 0 110 0
[pid=135424] ppid=135421 vsize=1760896 memory=1401948 CPUtime=3266.11 cores=5,7
/proc/135424/stat : 135424 (roundingsat) R 135421 135421 134659 0 -1 4194304 141997 0 0 0 326111 500 0 0 20 0 1 0 174532056 1803157504 350487 18446744073709551615 4227072 8923577 140737483064368 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 20434944 140737483065618 140737483065894 140737483065894 140737483071466 0
/proc/135424/statm: 440224 350487 2400 1147 0 427650 0
Current children cumulated CPU time: 3271.8 s
Current children cumulated vsize: 1765088 KiB
Current children cumulated memory: 1405020 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.22 4.15 3/254 135608
/proc/meminfo: memFree=97795460/131382112 swapFree=33000116/33010684
[pid=135421] ppid=135418 vsize=4192 memory=3072 CPUtime=5.69 cores=5,7
/proc/135421/stat : 135421 (run-opt-break-l) S 135418 135421 134659 0 -1 4194304 240 33662 0 0 0 0 544 25 20 0 1 0 174531370 4292608 768 18446744073709551615 93861936001024 93861936895557 140736217761392 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93861937134608 93861937182352 93861944745984 140736217766163 140736217766364 140736217766364 140736217771968 0
/proc/135421/statm: 1048 768 704 219 0 110 0
[pid=135424] ppid=135421 vsize=1760896 memory=1406812 CPUtime=3325.9 cores=5,7
/proc/135424/stat : 135424 (roundingsat) R 135421 135421 134659 0 -1 4194304 141997 0 0 0 332089 501 0 0 20 0 1 0 174532056 1803157504 351703 18446744073709551615 4227072 8923577 140737483064368 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 20434944 140737483065618 140737483065894 140737483065894 140737483071466 0
/proc/135424/statm: 440224 351703 2400 1147 0 427650 0
Current children cumulated CPU time: 3331.59 s
Current children cumulated vsize: 1765088 KiB
Current children cumulated memory: 1409884 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.20 4.15 3/254 135611
/proc/meminfo: memFree=97749780/131382112 swapFree=33000116/33010684
[pid=135421] ppid=135418 vsize=4192 memory=3072 CPUtime=5.69 cores=5,7
/proc/135421/stat : 135421 (run-opt-break-l) S 135418 135421 134659 0 -1 4194304 240 33662 0 0 0 0 544 25 20 0 1 0 174531370 4292608 768 18446744073709551615 93861936001024 93861936895557 140736217761392 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93861937134608 93861937182352 93861944745984 140736217766163 140736217766364 140736217766364 140736217771968 0
/proc/135421/statm: 1048 768 704 219 0 110 0
[pid=135424] ppid=135421 vsize=1760896 memory=1415004 CPUtime=3385.7 cores=5,7
/proc/135424/stat : 135424 (roundingsat) R 135421 135421 134659 0 -1 4194304 141998 0 0 0 338069 501 0 0 20 0 1 0 174532056 1803157504 353751 18446744073709551615 4227072 8923577 140737483064368 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 20434944 140737483065618 140737483065894 140737483065894 140737483071466 0
/proc/135424/statm: 440224 353751 2400 1147 0 427650 0
Current children cumulated CPU time: 3391.39 s
Current children cumulated vsize: 1765088 KiB
Current children cumulated memory: 1418076 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.19 4.15 4/257 135663
/proc/meminfo: memFree=116109220/131382112 swapFree=33000116/33010684
[pid=135421] ppid=135418 vsize=4192 memory=3072 CPUtime=5.69 cores=5,7
/proc/135421/stat : 135421 (run-opt-break-l) S 135418 135421 134659 0 -1 4194304 240 33662 0 0 0 0 544 25 20 0 1 0 174531370 4292608 768 18446744073709551615 93861936001024 93861936895557 140736217761392 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93861937134608 93861937182352 93861944745984 140736217766163 140736217766364 140736217766364 140736217771968 0
/proc/135421/statm: 1048 768 704 219 0 110 0
[pid=135424] ppid=135421 vsize=1760896 memory=1415004 CPUtime=3445.5 cores=5,7
/proc/135424/stat : 135424 (roundingsat) R 135421 135421 134659 0 -1 4194304 142146 0 0 0 344048 502 0 0 20 0 1 0 174532056 1803157504 353751 18446744073709551615 4227072 8923577 140737483064368 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 20434944 140737483065618 140737483065894 140737483065894 140737483071466 0
/proc/135424/statm: 440224 353751 2400 1147 0 427650 0
Current children cumulated CPU time: 3451.19 s
Current children cumulated vsize: 1765088 KiB
Current children cumulated memory: 1418076 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.19 4.15 5/258 135712
/proc/meminfo: memFree=118764224/131382112 swapFree=33000116/33010684
[pid=135421] ppid=135418 vsize=4192 memory=3072 CPUtime=5.69 cores=5,7
/proc/135421/stat : 135421 (run-opt-break-l) S 135418 135421 134659 0 -1 4194304 240 33662 0 0 0 0 544 25 20 0 1 0 174531370 4292608 768 18446744073709551615 93861936001024 93861936895557 140736217761392 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93861937134608 93861937182352 93861944745984 140736217766163 140736217766364 140736217766364 140736217771968 0
/proc/135421/statm: 1048 768 704 219 0 110 0
[pid=135424] ppid=135421 vsize=1760896 memory=1415004 CPUtime=3505.28 cores=5,7
/proc/135424/stat : 135424 (roundingsat) R 135421 135421 134659 0 -1 4194304 142198 0 0 0 350024 504 0 0 20 0 1 0 174532056 1803157504 353751 18446744073709551615 4227072 8923577 140737483064368 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 20434944 140737483065618 140737483065894 140737483065894 140737483071466 0
/proc/135424/statm: 440224 353751 2400 1147 0 427650 0
Current children cumulated CPU time: 3510.97 s
Current children cumulated vsize: 1765088 KiB
Current children cumulated memory: 1418076 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.17 4.14 5/258 135714
/proc/meminfo: memFree=117395236/131382112 swapFree=33000116/33010684
[pid=135421] ppid=135418 vsize=4192 memory=3072 CPUtime=5.69 cores=5,7
/proc/135421/stat : 135421 (run-opt-break-l) S 135418 135421 134659 0 -1 4194304 240 33662 0 0 0 0 544 25 20 0 1 0 174531370 4292608 768 18446744073709551615 93861936001024 93861936895557 140736217761392 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93861937134608 93861937182352 93861944745984 140736217766163 140736217766364 140736217766364 140736217771968 0
/proc/135421/statm: 1048 768 704 219 0 110 0
[pid=135424] ppid=135421 vsize=1760896 memory=1415004 CPUtime=3565.06 cores=5,7
/proc/135424/stat : 135424 (roundingsat) R 135421 135421 134659 0 -1 4194304 142229 0 0 0 356002 504 0 0 20 0 1 0 174532056 1803157504 353751 18446744073709551615 4227072 8923577 140737483064368 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 20434944 140737483065618 140737483065894 140737483065894 140737483071466 0
/proc/135424/statm: 440224 353751 2400 1147 0 427650 0
Current children cumulated CPU time: 3570.75 s
Current children cumulated vsize: 1765088 KiB
Current children cumulated memory: 1418076 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.7 s]
/proc/loadavg: 4.15 4.17 4.14 4/257 135719
/proc/meminfo: memFree=118210744/131382112 swapFree=33000116/33010684
[pid=135421] ppid=135418 vsize=4192 memory=3072 CPUtime=5.69 cores=5,7
/proc/135421/stat : 135421 (run-opt-break-l) S 135418 135421 134659 0 -1 4194304 240 33662 0 0 0 0 544 25 20 0 1 0 174531370 4292608 768 18446744073709551615 93861936001024 93861936895557 140736217761392 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 93861937134608 93861937182352 93861944745984 140736217766163 140736217766364 140736217766364 140736217771968 0
/proc/135421/statm: 1048 768 704 219 0 110 0
[pid=135424] ppid=135421 vsize=1760896 memory=1415004 CPUtime=3594.37 cores=5,7
/proc/135424/stat : 135424 (roundingsat) R 135421 135421 134659 0 -1 4194304 142229 0 0 0 358932 505 0 0 20 0 1 0 174532056 1803157504 353751 18446744073709551615 4227072 8923577 140737483064368 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 20434944 140737483065618 140737483065894 140737483065894 140737483071466 0
/proc/135424/statm: 440224 353751 2400 1147 0 427650 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 1765088 KiB
Current children cumulated memory: 1418076 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

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

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

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

[startup+3612.8 s]
/proc/loadavg: 4.14 4.16 4.14 4/256 135719
/proc/meminfo: memFree=118174392/131382112 swapFree=33000116/33010684
[pid=135424] ppid=135418 vsize=1760896 memory=1415004 CPUtime=3595.47 cores=5,7
/proc/135424/stat : 135424 (roundingsat) R 135418 135421 134659 0 -1 4194304 142229 0 0 0 359042 505 0 0 20 0 1 0 174532056 1803157504 353751 18446744073709551615 4227072 8923577 140737483064368 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 20434944 140737483065618 140737483065894 140737483065894 140737483071466 0
/proc/135424/statm: 440224 353751 2400 1147 0 427650 0
Current cumulated CPU time of completed processes: 5.69742 s
Current children cumulated CPU time: 3595.47 s
Current children cumulated vsize: 1760896 KiB
Current children cumulated memory: 1415004 KiB

[startup+3613.2 s]
/proc/loadavg: 4.14 4.16 4.14 4/256 135719
/proc/meminfo: memFree=118142156/131382112 swapFree=33000116/33010684
[pid=135424] ppid=135418 vsize=1760896 memory=1415004 CPUtime=3595.87 cores=5,7
/proc/135424/stat : 135424 (roundingsat) R 135418 135421 134659 0 -1 4194304 142229 0 0 0 359082 505 0 0 20 0 1 0 174532056 1803157504 353751 18446744073709551615 4227072 8923577 140737483064368 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 20434944 140737483065618 140737483065894 140737483065894 140737483071466 0
/proc/135424/statm: 440224 353751 2400 1147 0 427650 0
Current cumulated CPU time of completed processes: 5.69742 s
Current children cumulated CPU time: 3595.87 s
Current children cumulated vsize: 1760896 KiB
Current children cumulated memory: 1415004 KiB

[startup+3613.6 s]
/proc/loadavg: 4.14 4.16 4.14 4/256 135719
/proc/meminfo: memFree=118142156/131382112 swapFree=33000116/33010684
[pid=135424] ppid=135418 vsize=1760896 memory=1415004 CPUtime=3596.26 cores=5,7
/proc/135424/stat : 135424 (roundingsat) R 135418 135421 134659 0 -1 4194304 142229 0 0 0 359121 505 0 0 20 0 1 0 174532056 1803157504 353751 18446744073709551615 4227072 8923577 140737483064368 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 20434944 140737483065618 140737483065894 140737483065894 140737483071466 0
/proc/135424/statm: 440224 353751 2400 1147 0 427650 0
Current cumulated CPU time of completed processes: 5.69742 s
Current children cumulated CPU time: 3596.26 s
Current children cumulated vsize: 1760896 KiB
Current children cumulated memory: 1415004 KiB

[startup+3613.7 s]
/proc/loadavg: 4.14 4.16 4.14 4/256 135719
/proc/meminfo: memFree=118142156/131382112 swapFree=33000116/33010684
[pid=135424] ppid=135418 vsize=1760896 memory=1415004 CPUtime=3596.36 cores=5,7
/proc/135424/stat : 135424 (roundingsat) R 135418 135421 134659 0 -1 4194304 142229 0 0 0 359131 505 0 0 20 0 1 0 174532056 1803157504 353751 18446744073709551615 4227072 8923577 140737483064368 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9827200 9836688 20434944 140737483065618 140737483065894 140737483065894 140737483071466 0
/proc/135424/statm: 440224 353751 2400 1147 0 427650 0
Current cumulated CPU time of completed processes: 5.69742 s
Current children cumulated CPU time: 3596.36 s
Current children cumulated vsize: 1760896 KiB
Current children cumulated memory: 1415004 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3744.95
CPU time (s): 3602.08
CPU user time (s): 3596.76
CPU system time (s): 5.31249
CPU usage (%): 96.1849
Max. virtual memory (cumulated for all children) (KiB): 1765088
Max. memory (cumulated for all children) (KiB): 1418076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.76
system time used= 5.31249
maximum resident set size= 1415004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176131
page faults= 0
swaps= 0
block input operations= 0
block output operations= 729288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6721
involuntary context switches= 2033


# summary of solver processes directly reported to runsolver:
#   pid: 135421,135424
#   total CPU time (s): 3602.08
#   total CPU user time (s): 3596.76
#   total CPU system time (s): 5.31249

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.5495 second user time and 37.7804 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-15 16:08:42
IDJOB=4532565
IDBENCH=155400
IDSOLVER=3393
FILE ID=nodeC007/4532565-1752588522
RUNJOBID= nodeC007-1752584602-134672
SLURM_JOB_ID= 9684337
Free space on /tmp= 431492 MiB

SOLVER NAME= roundingsat+pbsuma-opt-log 0f876b3
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-mul_8_9_shg.opb
COMMAND LINE= run-opt-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4532565-1752588522/watcher-4532565-1752588522 -o /tmp/evaluation-result-4532565-1752588522/solver-4532565-1752588522 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1752584602-134672 --watchdog 3760 --file-size-limit 100000 run-opt-break-log.sh HOME/instance-4532565-1752588522.opb PROOFDIR/proof-4532565-1752588522

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

MD5SUM BENCH= 6ff458260e5cc7a1e00e7b04a599a648
RANDOM SEED=1041866726

nodeC007 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		: 3491.617
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.68
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		: 3662.818
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.68
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.406
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.68
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.234
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.68
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		: 3662.571
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.68
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		: 2793.480
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.68
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		: 1197.237
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.68
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		: 1198.071
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        119707628 kB
MemAvailable:   128939068 kB
Buffers:              16 kB
Cached:          9896772 kB
SwapCached:         2756 kB
Active:           996768 kB
Inactive:        9626132 kB
Active(anon):     703228 kB
Inactive(anon):    34992 kB
Active(file):     293540 kB
Inactive(file):  9591140 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000116 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           1730444 kB
Writeback:           316 kB
AnonPages:        724864 kB
Mapped:           113988 kB
Shmem:             12060 kB
KReclaimable:     372772 kB
Slab:             517908 kB
SReclaimable:     372772 kB
SUnreclaim:       145136 kB
KernelStack:        4240 kB
PageTables:         4704 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1094756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149544 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    436224 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431256 MiB
End job on nodeC007 at 2025-07-15 17:11:07