Trace number 2692981

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 NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1800.27 1800.23

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900571132--soft-0-100-0.wbo
MD5SUMa22634c1977478f126d9df874c90c256
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark214.202
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 135641
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135640
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 761
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2692981-1277926998.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 135640
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.356400e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.19	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.14
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.356400e+05 |    Inf 
15.78/15.84	o 313
15.78/15.84	c *15.5s|  6900 |  4915 | 16737 |   2.4 |  39M|2573 |   - |5645 |5414 |5645 | 217 |5430 |   0 | 983 | 0.000000e+00 | 3.130000e+02 |    Inf 
19.49/19.59	o 276
19.49/19.59	c *19.1s|  8351 |  5596 | 19622 |   2.3 |  43M|2573 |   - |5645 |6073 |5645 | 259 |6302 | 659 |1147 | 0.000000e+00 | 2.760000e+02 |    Inf 
20.99/21.01	o 275
20.99/21.01	c *20.5s|  8831 |  5967 | 20980 |   2.4 |  45M|2573 |   - |5645 |6443 |5645 | 304 |6782 |1029 |1166 | 0.000000e+00 | 2.750000e+02 |    Inf 
20.99/21.02	o 272
20.99/21.02	c *20.5s|  8832 |  5905 | 20980 |   2.4 |  45M|2573 |   - |5645 |6443 |5645 | 304 |6782 |1029 |1166 | 0.000000e+00 | 2.720000e+02 |    Inf 
22.00/22.06	o 265
22.00/22.06	c *21.5s|  9270 |  5962 | 22304 |   2.4 |  45M|2573 |   - |5645 |6537 |5645 | 239 |7216 |1123 |1187 | 0.000000e+00 | 2.650000e+02 |    Inf 
22.78/22.85	o 264
22.78/22.85	c *22.3s|  9482 |  6072 | 23268 |   2.4 |  46M|2573 |   - |5645 |6669 |5645 | 262 |7568 |1255 |1199 | 0.000000e+00 | 2.640000e+02 |    Inf 
22.78/22.85	o 256
22.78/22.85	c *22.3s|  9483 |  5880 | 23268 |   2.4 |  45M|2573 |   - |5645 |6669 |5645 | 262 |7568 |1255 |1199 | 0.000000e+00 | 2.560000e+02 |    Inf 
23.10/23.13	o 254
23.10/23.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.10/23.13	c *22.6s|  9584 |  5932 | 23730 |   2.5 |  45M|2573 |   - |5645 |6675 |5645 | 221 |7698 |1261 |1208 | 0.000000e+00 | 2.540000e+02 |    Inf 
23.98/24.05	o 248
23.98/24.05	c *23.5s|  9915 |  6049 | 24545 |   2.5 |  46M|2573 |   - |5645 |6775 |5645 | 238 |7923 |1361 |1220 | 0.000000e+00 | 2.480000e+02 |    Inf 
24.29/24.33	c  23.8s| 10000 |  6111 | 24933 |   2.5 |  46M|2573 |   - |5645 |6822 |   0 |   0 |8053 |1408 |1225 | 0.000000e+00 | 2.480000e+02 |    Inf 
25.08/25.20	o 242
25.08/25.20	c *24.6s| 10456 |  6234 | 25849 |   2.5 |  47M|2573 |   - |5645 |6873 |5645 | 297 |8390 |1459 |1249 | 0.000000e+00 | 2.420000e+02 |    Inf 
26.89/26.97	o 235
26.89/26.97	c *26.4s| 11252 |  6564 | 27162 |   2.4 |  49M|2573 |   - |5645 |7166 |5645 | 243 |8743 |1752 |1266 | 0.000000e+00 | 2.350000e+02 |    Inf 
31.68/31.70	o 234
31.68/31.70	c *31.0s| 12714 |  7628 | 32679 |   2.6 |  55M|2573 |   - |5645 |8100 |5645 | 233 |  10k|2704 |1328 | 0.000000e+00 | 2.340000e+02 |    Inf 
31.68/31.75	o 223
31.68/31.75	c *31.1s| 12757 |  7178 | 32686 |   2.5 |  53M|2573 |   - |5645 |8100 |5645 | 235 |  10k|2704 |1328 | 0.000000e+00 | 2.230000e+02 |    Inf 
31.99/32.08	o 204
31.99/32.08	c *31.4s| 12904 |  6611 | 32939 |   2.5 |  51M|2573 |   - |5645 |8194 |5645 | 243 |  10k|2805 |1329 | 0.000000e+00 | 2.040000e+02 |    Inf 
36.39/36.49	o 193
36.39/36.49	c *35.7s| 14230 |  7246 | 37942 |   2.7 |  56M|2573 |   - |5645 |8950 |5645 | 277 |  12k|3802 |1357 | 0.000000e+00 | 1.930000e+02 |    Inf 
36.49/36.50	o 183
36.49/36.50	c *35.7s| 14231 |  6830 | 37942 |   2.7 |  54M|2573 |   - |5645 |8950 |5645 | 277 |  12k|3802 |1357 | 0.000000e+00 | 1.830000e+02 |    Inf 
38.28/38.40	o 171
38.28/38.40	c *37.6s| 14836 |  6698 | 39935 |   2.7 |  54M|2573 |   - |5645 |9054 |5645 | 260 |  12k|4213 |1371 | 0.000000e+00 | 1.710000e+02 |    Inf 
39.60/39.69	o 170
39.60/39.69	c *38.9s| 15315 |  7060 | 41343 |   2.7 |  56M|2573 |   - |5645 |9190 |5645 | 257 |  13k|4456 |1371 | 0.000000e+00 | 1.700000e+02 |    Inf 
39.69/39.70	o 165
39.69/39.70	c *38.9s| 15316 |  6824 | 41343 |   2.7 |  55M|2573 |   - |5645 |9190 |5645 | 257 |  13k|4456 |1371 | 0.000000e+00 | 1.650000e+02 |    Inf 
40.38/40.42	o 160
40.38/40.42	c *39.6s| 15609 |  6862 | 42106 |   2.7 |  55M|2573 |   - |5645 |9252 |5645 | 239 |  13k|4560 |1371 | 0.000000e+00 | 1.600000e+02 |    Inf 
41.49/41.52	o 154
41.49/41.52	c *40.7s| 15926 |  6809 | 43384 |   2.7 |  55M|2573 |   - |5645 |9363 |5645 | 220 |  13k|4776 |1374 | 0.000000e+00 | 1.540000e+02 |    Inf 
46.99/47.04	o 145
46.99/47.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
46.99/47.04	c *46.1s| 17548 |  7263 | 50365 |   2.9 |  61M|2573 |   - |5645 |9086 |5645 | 243 |  15k|6305 |1464 | 0.000000e+00 | 1.450000e+02 |    Inf 
48.39/48.49	o 130
48.39/48.49	c *47.5s| 17899 |  6775 | 52153 |   2.9 |  59M|2573 |   - |5645 |8784 |5645 | 242 |  15k|6641 |1477 | 0.000000e+00 | 1.300000e+02 |    Inf 
49.59/49.60	o 113
49.59/49.60	c *48.6s| 18149 |  5874 | 53223 |   2.9 |  56M|2573 |   - |5645 |8472 |5645 | 237 |  16k|6892 |1488 | 0.000000e+00 | 1.130000e+02 |    Inf 
51.19/51.25	o 102
51.19/51.25	c *50.2s| 18580 |  5502 | 55018 |   3.0 |  56M|2573 |   - |5645 |8159 |5645 | 238 |  16k|7350 |1501 | 0.000000e+00 | 1.020000e+02 |    Inf 
54.38/54.49	o 101
54.38/54.49	c *53.4s| 19552 |  5998 | 58669 |   3.0 |  60M|2573 |   - |5645 |7259 |5645 | 198 |  17k|8102 |1520 | 0.000000e+00 | 1.010000e+02 |    Inf 
55.48/55.56	o 95
55.48/55.56	c *54.5s| 19790 |  5774 | 61309 |   3.1 |  60M|2573 |   - |5645 |7059 |5645 | 234 |  18k|8315 |1567 | 0.000000e+00 | 9.500000e+01 |    Inf 
55.79/55.84	o 87
55.79/55.84	c *54.8s| 19859 |  5343 | 62123 |   3.1 |  58M|2573 |   - |5645 |6839 |5645 | 235 |  18k|8365 |1570 | 0.000000e+00 | 8.700000e+01 |    Inf 
56.49/56.59	c  55.5s| 20000 |  5397 | 64137 |   3.2 |  60M|2573 |   - |5645 |6478 |   0 |   0 |  18k|8494 |1587 | 0.000000e+00 | 8.700000e+01 |    Inf 
57.58/57.65	o 84
57.58/57.65	c *56.5s| 20276 |  5195 | 66253 |   3.3 |  59M|2573 |   - |5645 |6506 |5645 | 235 |  19k|8708 |1616 | 0.000000e+00 | 8.400000e+01 |    Inf 
58.89/58.94	o 80
58.89/58.94	c *57.8s| 20515 |  4975 | 68427 |   3.3 |  59M|2573 |   - |5645 |6123 |5645 | 217 |  20k|8959 |1631 | 0.000000e+00 | 8.000000e+01 |    Inf 
60.89/60.94	o 78
60.89/60.94	c *59.7s| 20983 |  4608 | 72450 |   3.4 |  55M|2573 |   - |5645 |5987 |5645 | 200 |  21k|9334 |1645 | 0.000000e+00 | 7.800000e+01 |    Inf 
65.09/65.12	o 74
65.09/65.12	c *63.8s| 22038 |  4828 | 79088 |   3.6 |  59M|2573 |   - |5645 |6118 |5645 | 259 |  23k|  10k|1659 | 0.000000e+00 | 7.400000e+01 |    Inf 
94.29/94.38	c  92.5s| 30000 |  7956 |120570 |   4.0 |  89M|2573 |   1 |5645 |7085 |5645 | 254 |  35k|  17k|2019 | 0.000000e+00 | 7.400000e+01 |    Inf 
132.39/132.40	c   130s| 40000 | 11047 |172360 |   4.3 | 128M|2573 |   1 |5645 |8383 |5645 | 226 |  49k|  29k|2369 | 0.000000e+00 | 7.400000e+01 |    Inf 
137.39/137.47	o 54
137.39/137.47	c * 135s| 41393 |  9596 |178284 |   4.3 | 121M|2573 |   - |5645 |8391 |5645 | 250 |  51k|  30k|2432 | 0.000000e+00 | 5.400000e+01 |    Inf 
166.60/166.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
166.60/166.60	c   163s| 50000 | 10737 |216465 |   4.3 | 140M|2573 |   4 |5645 |7240 |5645 | 203 |  61k|  41k|2694 | 0.000000e+00 | 5.400000e+01 |    Inf 
200.39/200.41	c   196s| 60000 | 12324 |261496 |   4.4 | 163M|2573 |   4 |5645 |8015 |5645 | 273 |  73k|  53k|2947 | 0.000000e+00 | 5.400000e+01 |    Inf 
217.29/217.30	o 48
217.29/217.30	c * 213s| 65042 | 12778 |284934 |   4.4 | 170M|2573 |   - |5645 |8269 |5645 | 248 |  79k|  59k|3068 | 0.000000e+00 | 4.800000e+01 |    Inf 
218.09/218.17	o 41
218.09/218.17	c * 214s| 65330 | 11967 |285951 |   4.4 | 161M|2573 |   - |5645 |7975 |5645 | 247 |  79k|  59k|3074 | 0.000000e+00 | 4.100000e+01 |    Inf 
218.09/218.19	o 26
218.09/218.19	c * 214s| 65331 |  8971 |285951 |   4.4 | 120M|2573 |   - |5645 |7975 |5645 | 247 |  79k|  59k|3074 | 0.000000e+00 | 2.600000e+01 |    Inf 
228.70/228.80	c   224s| 70000 |  9035 |299360 |   4.3 | 122M|2573 |   - |5645 |6735 |   0 |   0 |  82k|  65k|3189 | 0.000000e+00 | 2.600000e+01 |    Inf 
235.79/235.88	o 11
235.79/235.88	c * 231s| 73276 |  7417 |309377 |   4.2 | 100M|2573 |   - |5645 |8020 |5645 | 234 |  83k|  69k|3234 | 0.000000e+00 | 1.100000e+01 |    Inf 
248.10/248.14	c   243s| 80000 |  7447 |329754 |   4.1 | 102M|2573 |  11 |5645 |7190 |5645 | 234 |  86k|  79k|3350 | 0.000000e+00 | 1.100000e+01 |    Inf 
252.40/252.43	o 10
252.40/252.43	c * 247s| 82196 |  7304 |337564 |   4.1 |  99M|2573 |   - |5645 |7768 |5645 | 267 |  87k|  81k|3415 | 0.000000e+00 | 1.000000e+01 |    Inf 
266.70/266.70	c   261s| 90000 |  7212 |361233 |   4.0 | 101M|2573 |   7 |5645 |7922 |5645 | 239 |  90k|  92k|3503 | 0.000000e+00 | 1.000000e+01 |    Inf 
285.29/285.34	c   279s|100000 |  7297 |388640 |   3.9 | 104M|2573 |   - |5645 |9276 |   0 |   0 |  94k| 105k|3616 | 0.000000e+00 | 1.000000e+01 |    Inf 
302.30/302.40	o 6
302.30/302.40	c * 296s|109310 |  6509 |415204 |   3.8 |  94M|2573 |   - |5645 |9255 |5645 | 215 |  97k| 118k|3744 | 0.000000e+00 | 6.000000e+00 |    Inf 
303.60/303.70	c   297s|110000 |  6502 |417604 |   3.8 |  94M|2573 |   - |5645 |8398 |5645 | 221 |  97k| 119k|3754 | 0.000000e+00 | 6.000000e+00 |    Inf 
306.09/306.10	o 5
306.09/306.10	c * 299s|111334 |  6379 |422227 |   3.8 |  93M|2573 |   - |5645 |8564 |5645 | 214 |  98k| 121k|3756 | 0.000000e+00 | 5.000000e+00 |    Inf 
317.10/317.15	o 4
317.10/317.15	c * 310s|117501 |  6321 |441937 |   3.8 |  93M|2573 |   - |5645 |  10k|5645 | 231 | 100k| 129k|3828 | 0.000000e+00 | 4.000000e+00 |    Inf 
321.70/321.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
321.70/321.73	c   315s|120000 |  6315 |449568 |   3.7 |  93M|2573 |   3 |5645 |8600 |5645 | 194 | 101k| 132k|3864 | 0.000000e+00 | 4.000000e+00 |    Inf 
325.30/325.39	o 3
325.30/325.39	c * 318s|121989 |  6028 |456461 |   3.7 |  90M|2573 |   - |5645 |9566 |5645 | 245 | 102k| 135k|3907 | 0.000000e+00 | 3.000000e+00 |    Inf 
339.70/339.75	c   332s|130000 |  6047 |481917 |   3.7 |  91M|2573 |   1 |5645 |  12k|5645 | 238 | 104k| 146k|3970 | 0.000000e+00 | 3.000000e+00 |    Inf 
358.30/358.32	c   350s|140000 |  5966 |514217 |   3.7 |  91M|2573 |   - |5645 |8987 |   0 |   0 | 108k| 160k|4115 | 0.000000e+00 | 3.000000e+00 |    Inf 
376.80/376.84	c   368s|150000 |  6101 |545466 |   3.6 |  94M|2573 |   - |5645 |  12k|   0 |   0 | 111k| 172k|4223 | 0.000000e+00 | 3.000000e+00 |    Inf 
396.20/396.23	c   387s|160000 |  6104 |580052 |   3.6 |  96M|2573 |   1 |5645 |  12k|5645 | 260 | 113k| 186k|4326 | 0.000000e+00 | 3.000000e+00 |    Inf 
399.30/399.37	o 2
399.30/399.37	c * 390s|161723 |  6052 |586737 |   3.6 |  96M|2573 |   - |5645 |  14k|5645 | 281 | 114k| 188k|4343 | 0.000000e+00 | 2.000000e+00 |    Inf 
415.00/415.02	c   406s|170000 |  6028 |611462 |   3.6 |  95M|2573 |   1 |5645 |  12k|5645 | 252 | 116k| 199k|4422 | 0.000000e+00 | 2.000000e+00 |    Inf 
433.60/433.66	c   424s|180000 |  5993 |641436 |   3.6 |  96M|2573 |   - |5645 |  12k|   0 |   0 | 119k| 212k|4537 | 0.000000e+00 | 2.000000e+00 |    Inf 
452.60/452.61	c   442s|190000 |  6011 |671242 |   3.5 |  97M|2573 |   1 |5645 |  13k|5645 | 253 | 122k| 225k|4623 | 0.000000e+00 | 2.000000e+00 |    Inf 
471.40/471.49	c   461s|200000 |  5886 |701961 |   3.5 |  96M|2573 |  11 |5645 |  10k|5645 | 223 | 125k| 239k|4707 | 0.000000e+00 | 2.000000e+00 |    Inf 
489.70/489.74	c   479s|210000 |  6102 |737131 |   3.5 |  99M|2573 |   1 |5645 |  12k|5645 | 258 | 129k| 252k|4798 | 0.000000e+00 | 2.000000e+00 |    Inf 
508.50/508.58	c   497s|220000 |  6227 |774326 |   3.5 | 101M|2573 |  19 |5645 |  14k|5645 | 271 | 132k| 266k|4868 | 0.000000e+00 | 2.000000e+00 |    Inf 
527.61/527.65	c   516s|230000 |  6244 |812833 |   3.5 | 101M|2573 |  10 |5645 |  13k|5645 | 251 | 135k| 281k|4958 | 0.000000e+00 | 2.000000e+00 |    Inf 
533.30/533.30	o 1
533.30/533.30	c * 521s|233010 |  5691 |823099 |   3.5 |  95M|2573 |   - |5645 |  12k|5645 | 253 | 136k| 285k|4986 | 0.000000e+00 | 1.000000e-00 |    Inf 
545.51/545.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
545.51/545.54	c   533s|240000 |  5594 |843265 |   3.5 |  94M|2573 |   - |5645 |  10k|   0 |   0 | 138k| 294k|5106 | 0.000000e+00 | 1.000000e-00 |    Inf 
563.30/563.38	c   550s|250000 |  5622 |871212 |   3.5 |  95M|2573 |   1 |5645 |  12k|5645 | 204 | 140k| 309k|5185 | 0.000000e+00 | 1.000000e-00 |    Inf 
582.31/582.39	c   569s|260000 |  5613 |903403 |   3.5 |  95M|2573 |  14 |5645 |  11k|5645 | 233 | 145k| 322k|5259 | 0.000000e+00 | 1.000000e-00 |    Inf 
600.40/600.49	c   587s|270000 |  5672 |935367 |   3.5 |  97M|2573 |   1 |5645 |  13k|5645 | 211 | 150k| 336k|5356 | 0.000000e+00 | 1.000000e-00 |    Inf 
618.90/618.98	c   605s|280000 |  5683 |964327 |   3.4 |  98M|2573 |   - |5645 |  14k|   0 |   0 | 154k| 349k|5421 | 0.000000e+00 | 1.000000e-00 |    Inf 
638.10/638.10	c   623s|290000 |  5591 |993411 |   3.4 |  97M|2573 |   - |5645 |  12k|   0 |   0 | 157k| 363k|5495 | 0.000000e+00 | 1.000000e-00 |    Inf 
656.31/656.34	c   641s|300000 |  5498 |  1022k|   3.4 |  97M|2573 |   1 |5645 |  13k|5645 | 208 | 160k| 376k|5572 | 0.000000e+00 | 1.000000e-00 |    Inf 
675.80/675.80	c   660s|310000 |  5476 |  1054k|   3.4 |  97M|2573 |   - |5645 |  14k|   0 |   0 | 164k| 389k|5657 | 0.000000e+00 | 1.000000e-00 |    Inf 
695.80/695.82	c   680s|320000 |  5554 |  1088k|   3.4 |  98M|2573 |   - |5645 |  15k|   0 |   0 | 167k| 403k|5730 | 0.000000e+00 | 1.000000e-00 |    Inf 
715.81/715.84	c   700s|330000 |  5759 |  1119k|   3.4 | 101M|2573 |   - |5645 |  16k|   0 |   0 | 171k| 415k|5784 | 0.000000e+00 | 1.000000e-00 |    Inf 
735.92/735.91	c   719s|340000 |  5750 |  1148k|   3.4 | 101M|2573 |  14 |5645 |  16k|5645 | 213 | 173k| 429k|5843 | 0.000000e+00 | 1.000000e-00 |    Inf 
757.10/757.16	c   740s|350000 |  5780 |  1186k|   3.4 | 103M|2573 |   - |5645 |  18k|   0 |   0 | 176k| 442k|5913 | 0.000000e+00 | 1.000000e-00 |    Inf 
777.90/777.90	c   760s|360000 |  5938 |  1219k|   3.4 | 105M|2573 |   6 |5645 |  20k|5645 | 218 | 180k| 455k|5987 | 0.000000e+00 | 1.000000e-00 |    Inf 
799.51/799.52	c   782s|370000 |  6071 |  1251k|   3.4 | 107M|2573 |  17 |5645 |  21k|5645 | 225 | 183k| 469k|6051 | 0.000000e+00 | 1.000000e-00 |    Inf 
822.51/822.59	c   804s|380000 |  6239 |  1282k|   3.4 | 109M|2573 |   - |5645 |  20k|   0 |   0 | 187k| 482k|6114 | 0.000000e+00 | 1.000000e-00 |    Inf 
845.21/845.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
845.21/845.25	c   826s|390000 |  6340 |  1312k|   3.4 | 111M|2573 |  26 |5645 |  23k|5645 | 227 | 190k| 496k|6162 | 0.000000e+00 | 1.000000e-00 |    Inf 
868.81/868.88	c   850s|400000 |  6462 |  1344k|   3.4 | 112M|2573 |   - |5645 |  22k|   0 |   0 | 192k| 509k|6217 | 0.000000e+00 | 1.000000e-00 |    Inf 
891.21/891.28	c   872s|410000 |  6540 |  1373k|   3.3 | 113M|2573 |   - |5645 |  21k|   0 |   0 | 195k| 523k|6270 | 0.000000e+00 | 1.000000e-00 |    Inf 
914.51/914.56	c   895s|420000 |  6815 |  1402k|   3.3 | 116M|2573 |   - |5645 |  23k|   0 |   0 | 199k| 536k|6323 | 0.000000e+00 | 1.000000e-00 |    Inf 
937.01/937.04	c   917s|430000 |  6836 |  1427k|   3.3 | 117M|2573 |   1 |5645 |  23k|5645 | 208 | 202k| 550k|6351 | 0.000000e+00 | 1.000000e-00 |    Inf 
959.51/959.54	c   939s|440000 |  6920 |  1460k|   3.3 | 118M|2573 |   - |5645 |  23k|   0 |   0 | 204k| 565k|6408 | 0.000000e+00 | 1.000000e-00 |    Inf 
981.71/981.75	c   961s|450000 |  7149 |  1491k|   3.3 | 121M|2573 |   - |5645 |  25k|   0 |   0 | 207k| 579k|6461 | 0.000000e+00 | 1.000000e-00 |    Inf 
1005.51/1005.58	c   984s|460000 |  7434 |  1525k|   3.3 | 124M|2573 |   - |5645 |  26k|5645 | 254 | 210k| 592k|6511 | 0.000000e+00 | 1.000000e-00 |    Inf 
1030.21/1030.23	c  1008s|470000 |  7584 |  1558k|   3.3 | 126M|2573 |  10 |5645 |  27k|5645 | 258 | 213k| 607k|6567 | 0.000000e+00 | 1.000000e-00 |    Inf 
1054.51/1054.53	c  1032s|480000 |  7561 |  1593k|   3.3 | 127M|2573 |   - |5645 |  27k|   0 |   0 | 215k| 622k|6622 | 0.000000e+00 | 1.000000e-00 |    Inf 
1078.31/1078.35	c  1056s|490000 |  7605 |  1629k|   3.3 | 127M|2573 |  27 |5645 |  23k|5645 | 218 | 218k| 637k|6681 | 0.000000e+00 | 1.000000e-00 |    Inf 
1100.72/1100.73	c  1078s|500000 |  7620 |  1660k|   3.3 | 128M|2573 |   - |5645 |  24k|   0 |   0 | 220k| 652k|6731 | 0.000000e+00 | 1.000000e-00 |    Inf 
1124.62/1124.66	c  1101s|510000 |  7747 |  1693k|   3.3 | 130M|2573 |  14 |5645 |  25k|5645 | 216 | 223k| 666k|6786 | 0.000000e+00 | 1.000000e-00 |    Inf 
1148.22/1148.22	c  1125s|520000 |  7667 |  1725k|   3.3 | 129M|2573 |   1 |5645 |  23k|5645 | 219 | 225k| 681k|6826 | 0.000000e+00 | 1.000000e-00 |    Inf 
1171.21/1171.24	c  1147s|530000 |  7666 |  1760k|   3.3 | 130M|2573 |   - |5645 |  23k|   0 |   0 | 228k| 696k|6873 | 0.000000e+00 | 1.000000e-00 |    Inf 
1193.62/1193.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1193.62/1193.60	c  1169s|540000 |  7630 |  1796k|   3.3 | 130M|2573 |   7 |5645 |  23k|5645 | 257 | 230k| 712k|6928 | 0.000000e+00 | 1.000000e-00 |    Inf 
1217.11/1217.13	c  1192s|550000 |  7678 |  1830k|   3.3 | 131M|2573 |  23 |5645 |  24k|5645 | 216 | 234k| 726k|6969 | 0.000000e+00 | 1.000000e-00 |    Inf 
1240.72/1240.80	c  1216s|560000 |  7644 |  1862k|   3.3 | 131M|2573 |   1 |5645 |  23k|5645 | 206 | 237k| 740k|7014 | 0.000000e+00 | 1.000000e-00 |    Inf 
1264.12/1264.12	c  1238s|570000 |  7617 |  1895k|   3.3 | 132M|2573 |   - |5645 |  24k|   0 |   0 | 239k| 755k|7067 | 0.000000e+00 | 1.000000e-00 |    Inf 
1287.62/1287.60	c  1262s|580000 |  7683 |  1929k|   3.3 | 133M|2573 |   - |5645 |  24k|   0 |   0 | 241k| 770k|7114 | 0.000000e+00 | 1.000000e-00 |    Inf 
1310.62/1310.68	c  1284s|590000 |  7617 |  1962k|   3.3 | 132M|2573 |   1 |5645 |  22k|5645 | 249 | 243k| 784k|7167 | 0.000000e+00 | 1.000000e-00 |    Inf 
1333.32/1333.35	c  1306s|600000 |  7531 |  1994k|   3.3 | 130M|2573 |  18 |5645 |  21k|5645 | 188 | 245k| 799k|7211 | 0.000000e+00 | 1.000000e-00 |    Inf 
1356.22/1356.23	c  1329s|610000 |  7699 |  2028k|   3.3 | 133M|2573 |   1 |5645 |  25k|5645 | 204 | 248k| 812k|7250 | 0.000000e+00 | 1.000000e-00 |    Inf 
1379.02/1379.01	c  1351s|620000 |  7792 |  2056k|   3.3 | 135M|2573 |   - |5645 |  28k|   0 |   0 | 250k| 827k|7270 | 0.000000e+00 | 1.000000e-00 |    Inf 
1403.83/1403.87	c  1376s|630000 |  7427 |  2089k|   3.3 | 129M|2573 |  21 |5645 |  20k|5645 | 254 | 253k| 841k|7310 | 0.000000e+00 | 1.000000e-00 |    Inf 
1425.02/1425.06	c  1397s|640000 |  6515 |  2123k|   3.3 | 115M|2573 |   - |5645 |  14k|   0 |   0 | 256k| 856k|7568 | 0.000000e+00 | 1.000000e-00 |    Inf 
1444.72/1444.70	c  1416s|650000 |  6392 |  2154k|   3.3 | 113M|2573 |   - |5645 |  14k|   0 |   0 | 259k| 870k|7790 | 0.000000e+00 | 1.000000e-00 |    Inf 
1464.32/1464.32	c  1435s|660000 |  6590 |  2187k|   3.3 | 116M|2573 |   - |5645 |  17k|   0 |   0 | 262k| 883k|7798 | 0.000000e+00 | 1.000000e-00 |    Inf 
1484.12/1484.16	c  1455s|670000 |  6674 |  2221k|   3.3 | 117M|2573 |   - |5645 |  17k|   0 |   0 | 266k| 897k|7808 | 0.000000e+00 | 1.000000e-00 |    Inf 
1504.62/1504.68	c  1475s|680000 |  6267 |  2255k|   3.3 | 113M|2573 |   1 |5645 |  15k|5645 | 226 | 270k| 911k|7830 | 0.000000e+00 | 1.000000e-00 |    Inf 
1525.13/1525.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1525.13/1525.19	c  1495s|690000 |  6164 |  2285k|   3.3 | 113M|2573 |   9 |5645 |  16k|5645 | 242 | 272k| 925k|7908 | 0.000000e+00 | 1.000000e-00 |    Inf 
1545.93/1545.91	c  1515s|700000 |  6288 |  2313k|   3.3 | 115M|2573 |   1 |5645 |  19k|5645 | 250 | 275k| 938k|7930 | 0.000000e+00 | 1.000000e-00 |    Inf 
1567.33/1567.39	c  1536s|710000 |  6347 |  2347k|   3.3 | 116M|2573 |   - |5645 |  19k|5645 | 268 | 277k| 952k|7960 | 0.000000e+00 | 1.000000e-00 |    Inf 
1588.23/1588.30	c  1557s|720000 |  5920 |  2379k|   3.3 | 110M|2573 |   - |5645 |  15k|   0 |   0 | 280k| 966k|8033 | 0.000000e+00 | 1.000000e-00 |    Inf 
1606.83/1606.84	c  1575s|730000 |  5925 |  2413k|   3.3 | 109M|2573 |   - |5645 |  14k|   0 |   0 | 282k| 979k|8075 | 0.000000e+00 | 1.000000e-00 |    Inf 
1624.74/1624.71	c  1592s|740000 |  6012 |  2442k|   3.3 | 111M|2573 |   - |5645 |  16k|   0 |   0 | 285k| 992k|8115 | 0.000000e+00 | 1.000000e-00 |    Inf 
1643.73/1643.73	c  1611s|750000 |  6115 |  2474k|   3.3 | 112M|2573 |   1 |5645 |  17k|5645 | 256 | 286k|1006k|8138 | 0.000000e+00 | 1.000000e-00 |    Inf 
1663.53/1663.53	c  1631s|760000 |  6210 |  2510k|   3.3 | 114M|2573 |   1 |5645 |  17k|5645 | 245 | 289k|1019k|8174 | 0.000000e+00 | 1.000000e-00 |    Inf 
1682.83/1682.89	c  1650s|770000 |  6129 |  2541k|   3.3 | 114M|2573 |   1 |5645 |  16k|5645 | 265 | 291k|1033k|8208 | 0.000000e+00 | 1.000000e-00 |    Inf 
1703.13/1703.19	c  1669s|780000 |  6154 |  2575k|   3.3 | 115M|2573 |   7 |5645 |  17k|5645 | 247 | 294k|1046k|8262 | 0.000000e+00 | 1.000000e-00 |    Inf 
1724.33/1724.33	c  1690s|790000 |  6269 |  2608k|   3.3 | 118M|2573 |   1 |5645 |  20k|5645 | 261 | 297k|1059k|8306 | 0.000000e+00 | 1.000000e-00 |    Inf 
1746.33/1746.37	c  1712s|800000 |  6351 |  2642k|   3.3 | 119M|2573 |   - |5645 |  21k|   0 |   0 | 300k|1072k|8339 | 0.000000e+00 | 1.000000e-00 |    Inf 
1768.14/1768.13	c  1733s|810000 |  6434 |  2674k|   3.3 | 120M|2573 |  14 |5645 |  21k|5645 | 261 | 302k|1086k|8364 | 0.000000e+00 | 1.000000e-00 |    Inf 
1789.93/1789.93	c  1755s|820000 |  6449 |  2710k|   3.3 | 121M|2573 |   1 |5645 |  21k|5645 | 245 | 305k|1099k|8415 | 0.000000e+00 | 1.000000e-00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1764.63
1800.04/1800.00	c Solving Nodes      : 824481
1800.04/1800.00	c Primal Bound       : +1.00000000000000e-00 (331 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.08	s SATISFIABLE
1800.04/1800.08	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.04/1800.08	v -x209 -x208 -x207 -x206 x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.04/1800.08	v -x188 -x187 -x186 -x185 x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.04/1800.08	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 x148 -x147 
1800.04/1800.08	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 -x125 
1800.04/1800.08	v -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.04/1800.08	v x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 x90 -x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 
1800.04/1800.08	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 x69 -x68 -x67 -x66 -x65 -x64 x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1800.04/1800.08	v -x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 x34 -x33 -x32 -x31 -x30 -x29 
1800.04/1800.08	v x28 -x27 -x26 -x25 -x24 -x23 x22 -x21 -x20 x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.04/1800.08	v -x1 
1800.04/1800.08	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.08	c Solving Time       :    1764.63
1800.04/1800.08	c Original Problem   :
1800.04/1800.08	c   Problem name     : HOME/instance-2692981-1277926998.wbo
1800.04/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.08	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.08	c Presolved Problem  :
1800.04/1800.08	c   Problem name     : t_HOME/instance-2692981-1277926998.wbo
1800.04/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.08	c   Constraints      : 5414 initial, 28517 maximal
1800.04/1800.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.04/1800.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.04/1800.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.08	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.04/1800.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.08	c   integral         :          0          0          0     496091          0          5        509          0          0     855510
1800.04/1800.08	c   indicator        :       2707          0    1364161      50788          0        395    7035234          0          0          0
1800.04/1800.08	c   linear           :       2707          6    5043429      67670          0     320817   20999760     306186          0          0
1800.04/1800.08	c   logicor          :          0+         0    1309934          0          0      78041    1503736          0          0          0
1800.04/1800.08	c   bounddisjunction :          0+         0       2055          0          0          0          0          0          0          0
1800.04/1800.08	c   countsols        :          0          0          0      28376          0          0          0          0          0          0
1800.04/1800.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.08	c   integral         :      13.61       0.00       0.00      13.61       0.00
1800.04/1800.08	c   indicator        :      24.15       0.00      16.10       8.05       0.00
1800.04/1800.08	c   linear           :     235.99       0.00     228.87       7.12       0.00
1800.04/1800.08	c   logicor          :     250.01       0.00     250.01       0.00       0.00
1800.04/1800.08	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.08	c   countsols        :       0.02       0.00       0.00       0.02       0.00
1800.04/1800.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.08	c   vbounds          :       1.10          2          0          0
1800.04/1800.08	c   rootredcost      :       0.94         44          0       2707
1800.04/1800.08	c   pseudoobj        :     245.67    5056394      12281    4602374
1800.04/1800.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.08	c   propagation      :      23.69     411139     410955    2454589       28.9      23083       18.4          -
1800.04/1800.08	c   infeasible LP    :       3.73       9608       9608      75482       42.0        141       16.2          0
1800.04/1800.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.08	c   pseudo solution  :       0.12        362        362       1329       11.2        294        6.5          -
1800.04/1800.08	c   applied globally :          -          -          -    1105879       22.4          -          -          -
1800.04/1800.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.08	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.04/1800.08	c   redcost          :      37.27     500858          0    2380800          0          0
1800.04/1800.08	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.08	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.08	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.08	c   gomory           :       0.01          4          0          0         75          0
1800.04/1800.08	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.08	c   cmir             :       0.01          4          0          0          1          0
1800.04/1800.08	c   flowcover        :       0.03          4          0          0          2          0
1800.04/1800.08	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.08	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.08	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.08	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.08	c Pricers            :       Time      Calls       Vars
1800.04/1800.08	c   problem variables:       0.00          0          0
1800.04/1800.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.08	c   relpscost        :      13.23     428174          5        509          0          0     855510
1800.04/1800.08	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   inference        :       6.14      28332          0          0          0          0      56664
1800.04/1800.08	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.08	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.08	c   LP solutions     :       0.07          -         44
1800.04/1800.08	c   pseudo solutions :       0.00          -          0
1800.04/1800.08	c   feaspump         :       0.00          0          0
1800.04/1800.08	c   intshifting      :       0.01          3          0
1800.04/1800.08	c   oneopt           :       0.50         39          0
1800.04/1800.08	c   guideddiving     :       0.00          6          0
1800.04/1800.08	c   coefdiving       :       0.12        105          0
1800.04/1800.08	c   pscostdiving     :       0.21        105          0
1800.04/1800.08	c   fracdiving       :       0.14        105          0
1800.04/1800.08	c   veclendiving     :       0.15        105          0
1800.04/1800.08	c   linesearchdiving :       0.17        105          0
1800.04/1800.08	c   crossover        :       1.88         60          1
1800.04/1800.08	c   objpscostdiving  :       0.14        105          0
1800.04/1800.08	c   rootsoldiving    :       0.16        105          0
1800.04/1800.08	c   trivial          :       0.08          2          2
1800.04/1800.08	c   simplerounding   :       0.66     429307          0
1800.04/1800.08	c   zirounding       :       0.44       1000          0
1800.04/1800.08	c   rounding         :       2.40       9239          0
1800.04/1800.08	c   shifting         :       1.36       2885          0
1800.04/1800.08	c   twoopt           :       0.00          0          0
1800.04/1800.08	c   fixandinfer      :       0.00          0          0
1800.04/1800.08	c   intdiving        :       0.00          0          0
1800.04/1800.08	c   actconsdiving    :       0.00          0          0
1800.04/1800.08	c   octane           :       0.00          0          0
1800.04/1800.08	c   rens             :       0.02          1          0
1800.04/1800.08	c   rins             :       0.00          0          0
1800.04/1800.08	c   localbranching   :       0.00          0          0
1800.04/1800.08	c   mutation         :       0.00          0          0
1800.04/1800.08	c   dins             :       0.00          0          0
1800.04/1800.08	c   undercover       :       0.00          0          0
1800.04/1800.08	c   nlp              :       0.19          0          0
1800.04/1800.08	c   trysol           :       2.75       4219        284
1800.04/1800.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.08	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.08	c   dual LP          :     425.97     484853    2726003       5.62    6399.52
1800.04/1800.08	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.08	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.08	c   diving/probing LP:       0.10         42       1525      36.31   15250.00
1800.04/1800.08	c   strong branching :      10.32       8439      90869      10.77    8805.14
1800.04/1800.08	c     (at root node) :          -         33       1884      57.09          -
1800.04/1800.08	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.08	c B&B Tree           :
1800.04/1800.08	c   number of runs   :          1
1800.04/1800.08	c   nodes            :     824481
1800.04/1800.08	c   nodes (total)    :     824481
1800.04/1800.08	c   nodes left       :       6519
1800.04/1800.08	c   max depth        :       2573
1800.04/1800.08	c   max depth (total):       2573
1800.04/1800.08	c   backtracks       :      62450 (7.6%)
1800.04/1800.08	c   delayed cutoffs  :      58769
1800.04/1800.08	c   repropagations   :    2892657 (4970903 domain reductions, 53153 cutoffs)
1800.04/1800.08	c   avg switch length:       8.51
1800.04/1800.08	c   switching time   :     267.98
1800.04/1800.08	c Solution           :
1800.04/1800.08	c   Solutions found  :        331 (45 improvements)
1800.04/1800.08	c   First Solution   : +1.35640000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.08	c   Primal Bound     : +1.00000000000000e-00   (in run 1, after 233010 nodes, 521.09 seconds, depth 39, found by <relaxation>)
1800.04/1800.08	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.08	c   Gap              :   infinite
1800.04/1800.08	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.08	c   Root Iterations  :        183
1800.24/1800.23	c Time complete: 1800.26.

Verifier Data

OK	1

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692981-1277926998/watcher-2692981-1277926998 -o /tmp/evaluation-result-2692981-1277926998/solver-2692981-1277926998 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692981-1277926998.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.18 2.12 4/196 15153
/proc/meminfo: memFree=30757328/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=11308 CPUtime=0
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 1751 0 0 0 0 0 0 0 25 0 1 0 133996570 11579392 1671 4089446400 4194304 9819077 140733642179568 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15153/statm: 2827 1671 392 1374 0 1448 0

[startup+0.0869051 s]
/proc/loadavg: 2.07 2.18 2.12 4/196 15153
/proc/meminfo: memFree=30757328/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=36404 CPUtime=0.07
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 8123 0 0 0 7 0 0 0 25 0 1 0 133996570 37277696 7689 4089446400 4194304 9819077 140733642179568 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 36404

[startup+0.100904 s]
/proc/loadavg: 2.07 2.18 2.12 4/196 15153
/proc/meminfo: memFree=30757328/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=36404 CPUtime=0.09
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 8123 0 0 0 9 0 0 0 25 0 1 0 133996570 37277696 7689 4089446400 4194304 9819077 140733642179568 18446744073709551615 8678556 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36404

[startup+0.300891 s]
/proc/loadavg: 2.07 2.18 2.12 4/196 15153
/proc/meminfo: memFree=30757328/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=51020 CPUtime=0.29
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 12198 0 0 0 28 1 0 0 18 0 1 0 133996570 52244480 11165 4089446400 4194304 9819077 140733642179568 18446744073709551615 8659358 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 12804 11197 673 1374 0 11425 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51020

[startup+0.700797 s]
/proc/loadavg: 2.07 2.18 2.12 4/196 15153
/proc/meminfo: memFree=30757328/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=45892 CPUtime=0.68
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 27775 0 0 0 65 3 0 0 18 0 1 0 133996570 46993408 9944 4089446400 4194304 9819077 140733642179568 18446744073709551615 7816459 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 11731 9949 698 1374 0 10352 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 45892

[startup+1.5006 s]
/proc/loadavg: 2.07 2.18 2.12 3/197 15154
/proc/meminfo: memFree=30718508/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=47832 CPUtime=1.49
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 42839 0 0 0 141 8 0 0 19 0 1 0 133996570 48979968 10296 4089446400 4194304 9819077 140733642179568 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 11958 10296 699 1374 0 10579 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47832

[startup+3.10031 s]
/proc/loadavg: 2.07 2.18 2.12 3/197 15154
/proc/meminfo: memFree=30713684/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=52004 CPUtime=3.09
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 54832 0 0 0 298 11 0 0 24 0 1 0 133996570 53252096 11535 4089446400 4194304 9819077 140733642179568 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 13001 11535 700 1374 0 11622 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52004

[startup+6.30074 s]
/proc/loadavg: 2.07 2.18 2.12 3/197 15154
/proc/meminfo: memFree=30705016/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=56052 CPUtime=6.29
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 64585 0 0 0 613 16 0 0 25 0 1 0 133996570 57397248 12705 4089446400 4194304 9819077 140733642179568 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 14056 12706 700 1374 0 12677 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56052

[startup+12.7006 s]
/proc/loadavg: 2.06 2.18 2.12 3/197 15155
/proc/meminfo: memFree=30694920/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=65500 CPUtime=12.68
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 90694 0 0 0 1241 27 0 0 25 0 1 0 133996570 67072000 14775 4089446400 4194304 9819077 140733642179568 18446744073709551615 4819829 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 16375 14775 700 1374 0 14996 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 65500

[startup+25.5004 s]
/proc/loadavg: 2.05 2.17 2.12 3/197 15155
/proc/meminfo: memFree=30672648/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=85220 CPUtime=25.49
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 153389 0 0 0 2496 53 0 0 25 0 1 0 133996570 87265280 19814 4089446400 4194304 9819077 140733642179568 18446744073709551615 6593065 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 21305 19814 707 1374 0 19926 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85220

[startup+51.1007 s]
/proc/loadavg: 2.03 2.15 2.11 3/197 15156
/proc/meminfo: memFree=30623948/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=137796 CPUtime=51.09
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 264036 0 0 0 5011 98 0 0 25 0 1 0 133996570 141103104 32326 4089446400 4194304 9819077 140733642179568 18446744073709551615 6670017 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 34449 32326 707 1374 0 33070 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 137796

[startup+102.31 s]
/proc/loadavg: 2.33 2.22 2.13 3/197 15157
/proc/meminfo: memFree=30530160/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=236596 CPUtime=102.3
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 430630 0 0 0 10035 195 0 0 25 0 1 0 133996570 242274304 55346 4089446400 4194304 9819077 140733642179568 18446744073709551615 6513136 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 59149 55346 711 1374 0 57770 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 236596

[startup+162.301 s]
/proc/loadavg: 2.12 2.18 2.12 3/197 15159
/proc/meminfo: memFree=30427324/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=351084 CPUtime=162.29
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 589808 0 0 0 15911 318 0 0 25 0 1 0 133996570 359510016 80920 4089446400 4194304 9819077 140733642179568 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 87814 80921 712 1374 0 86435 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 351084

[startup+222.3 s]
/proc/loadavg: 2.04 2.14 2.11 3/197 15160
/proc/meminfo: memFree=30375184/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=411236 CPUtime=222.29
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 735128 0 0 0 21789 440 0 0 25 0 1 0 133996570 421105664 93822 4089446400 4194304 9819077 140733642179568 18446744073709551615 6003125 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 102809 93822 716 1374 0 101430 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 411236

[startup+282.301 s]
/proc/loadavg: 2.57 2.23 2.14 3/197 15162
/proc/meminfo: memFree=30366944/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=420136 CPUtime=282.29
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 926627 0 0 0 27630 599 0 0 25 0 1 0 133996570 430219264 95881 4089446400 4194304 9819077 140733642179568 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 105034 95881 725 1374 0 103655 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 420136

[startup+342.301 s]
/proc/loadavg: 2.21 2.18 2.12 3/197 15164
/proc/meminfo: memFree=30349796/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=424400 CPUtime=342.29
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 1129005 0 0 0 33469 760 0 0 25 0 1 0 133996570 434585600 96925 4089446400 4194304 9819077 140733642179568 18446744073709551615 4999792 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 106100 96925 725 1374 0 104721 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 424400

[startup+402.3 s]
/proc/loadavg: 2.51 2.26 2.15 3/197 15165
/proc/meminfo: memFree=30296184/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=426860 CPUtime=402.29
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 1287324 0 0 0 39318 911 0 0 25 0 1 0 133996570 437104640 97590 4089446400 4194304 9819077 140733642179568 18446744073709551615 6590635 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 106715 97590 725 1374 0 105336 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 426860

[startup+462.3 s]
/proc/loadavg: 2.18 2.21 2.14 3/197 15167
/proc/meminfo: memFree=30252712/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=428520 CPUtime=462.3
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 1416743 0 0 0 45177 1053 0 0 25 0 1 0 133996570 438804480 98036 4089446400 4194304 9819077 140733642179568 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 107174 98037 725 1374 0 105795 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 428520

[startup+522.301 s]
/proc/loadavg: 2.07 2.17 2.13 3/197 15168
/proc/meminfo: memFree=30204424/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=432952 CPUtime=522.3
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 1533867 0 0 0 51038 1192 0 0 25 0 1 0 133996570 443342848 99106 4089446400 4194304 9819077 140733642179568 18446744073709551615 6671123 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 108238 99106 725 1374 0 106859 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 432952

[startup+582.301 s]
/proc/loadavg: 2.02 2.14 2.11 3/197 15170
/proc/meminfo: memFree=30156652/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=433188 CPUtime=582.31
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 1682400 0 0 0 56902 1329 0 0 25 0 1 0 133996570 443584512 99176 4089446400 4194304 9819077 140733642179568 18446744073709551615 7816341 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 108297 99176 725 1374 0 106918 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 433188

[startup+642.3 s]
/proc/loadavg: 1.96 2.09 2.10 3/197 15172
/proc/meminfo: memFree=30109104/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=434648 CPUtime=642.31
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 1783020 0 0 0 62759 1472 0 0 25 0 1 0 133996570 445079552 99526 4089446400 4194304 9819077 140733642179568 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 108662 99526 725 1374 0 107283 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 434648

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 1.88 2.05 2.08 3/179 15229
/proc/meminfo: memFree=30962472/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=447528 CPUtime=882.31
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 2115937 0 0 0 86287 1944 0 0 25 0 1 0 133996570 458268672 102704 4089446400 4194304 9819077 140733642179568 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 111882 102704 725 1374 0 110503 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 447528

[startup+942.301 s]
/proc/loadavg: 1.95 2.04 2.07 3/179 15231
/proc/meminfo: memFree=30892568/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=451184 CPUtime=942.31
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 2186337 0 0 0 92191 2040 0 0 25 0 1 0 133996570 462012416 103599 4089446400 4194304 9819077 140733642179568 18446744073709551615 7487724 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 112577 103595 725 1374 0 111198 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 451184

[startup+1002.3 s]
/proc/loadavg: 1.98 2.03 2.06 3/179 15232
/proc/meminfo: memFree=30824448/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=454636 CPUtime=1002.31
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 2269268 0 0 0 98097 2134 0 0 25 0 1 0 133996570 465547264 104501 4089446400 4194304 9819077 140733642179568 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 113659 104501 725 1374 0 112280 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 454636

[startup+1062.3 s]
/proc/loadavg: 1.99 2.02 2.06 3/179 15234
/proc/meminfo: memFree=30754192/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=460836 CPUtime=1062.32
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 2344337 0 0 0 103999 2233 0 0 25 0 1 0 133996570 471896064 106016 4089446400 4194304 9819077 140733642179568 18446744073709551615 4208928 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 115209 106016 725 1374 0 113830 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 460836

[startup+1122.3 s]
/proc/loadavg: 1.99 2.02 2.05 3/179 15244
/proc/meminfo: memFree=30685780/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=463360 CPUtime=1122.32
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 2421709 0 0 0 109905 2327 0 0 25 0 1 0 133996570 474480640 106670 4089446400 4194304 9819077 140733642179568 18446744073709551615 6671098 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 115840 106670 725 1374 0 114461 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 463360

[startup+1182.3 s]
/proc/loadavg: 1.99 2.01 2.05 3/179 15246
/proc/meminfo: memFree=30618028/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=467252 CPUtime=1182.32
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 2503592 0 0 0 115808 2424 0 0 25 0 1 0 133996570 478466048 107630 4089446400 4194304 9819077 140733642179568 18446744073709551615 6089671 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 116813 107630 725 1374 0 115434 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 467252

[startup+1242.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/179 15248
/proc/meminfo: memFree=30550772/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=468600 CPUtime=1242.32
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 2590579 0 0 0 121703 2529 0 0 25 0 1 0 133996570 479846400 107983 4089446400 4194304 9819077 140733642179568 18446744073709551615 6367538 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 117150 107983 725 1374 0 115771 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 468600

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 2.03 3/179 15249
/proc/meminfo: memFree=30484392/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=468968 CPUtime=1302.32
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 2694831 0 0 0 127596 2636 0 0 25 0 1 0 133996570 480223232 108082 4089446400 4194304 9819077 140733642179568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 117242 108082 725 1374 0 115863 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 468968

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 2.03 3/179 15251
/proc/meminfo: memFree=30423944/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=469528 CPUtime=1362.33
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 2786126 0 0 0 133495 2738 0 0 25 0 1 0 133996570 480796672 108240 4089446400 4194304 9819077 140733642179568 18446744073709551615 5507255 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 117382 108240 725 1374 0 116003 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 469528

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.02 3/179 15252
/proc/meminfo: memFree=30361280/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=470504 CPUtime=1422.32
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 2880625 0 0 0 139391 2841 0 0 25 0 1 0 133996570 481796096 108482 4089446400 4194304 9819077 140733642179568 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 117626 108482 725 1374 0 116247 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 470504

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.02 3/179 15254
/proc/meminfo: memFree=30279504/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=470348 CPUtime=1482.32
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 3007525 0 0 0 145271 2961 0 0 25 0 1 0 133996570 481636352 108480 4089446400 4194304 9819077 140733642179568 18446744073709551615 7263352 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 117631 108481 725 1374 0 116252 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 470348

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.01 3/179 15256
/proc/meminfo: memFree=30283668/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=470664 CPUtime=1542.33
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 3108925 0 0 0 151163 3070 0 0 25 0 1 0 133996570 481959936 108484 4089446400 4194304 9819077 140733642179568 18446744073709551615 6669943 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 117666 108484 725 1374 0 116287 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 470664

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.01 3/179 15257
/proc/meminfo: memFree=30249652/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=470684 CPUtime=1602.33
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 3216666 0 0 0 157051 3182 0 0 25 0 1 0 133996570 481980416 108522 4089446400 4194304 9819077 140733642179568 18446744073709551615 4704769 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 117671 108522 725 1374 0 116292 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 470684

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 15259
/proc/meminfo: memFree=30197368/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=470684 CPUtime=1662.33
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 3330479 0 0 0 162937 3296 0 0 25 0 1 0 133996570 481980416 108501 4089446400 4194304 9819077 140733642179568 18446744073709551615 4978211 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 117671 108501 725 1374 0 116292 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 470684

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 15260
/proc/meminfo: memFree=30150444/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=470588 CPUtime=1722.34
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 3439671 0 0 0 168827 3407 0 0 25 0 1 0 133996570 481882112 108499 4089446400 4194304 9819077 140733642179568 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 117647 108499 725 1374 0 116268 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 470588

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 15262
/proc/meminfo: memFree=30100436/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=470684 CPUtime=1782.33
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 3541060 0 0 0 174725 3508 0 0 25 0 1 0 133996570 481980416 108514 4089446400 4194304 9819077 140733642179568 18446744073709551615 6003393 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 117671 108514 725 1374 0 116292 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 470684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 15262
/proc/meminfo: memFree=30090236/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=470904 CPUtime=1800.04
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 3572491 0 0 0 176466 3538 0 0 25 0 1 0 133996570 482205696 108574 4089446400 4194304 9819077 140733642179568 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15153/statm: 117726 108574 725 1374 0 116347 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 470904

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.2 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 15262
/proc/meminfo: memFree=30090236/32950904 swapFree=67111528/67111528
[pid=15153] ppid=15151 vsize=460764 CPUtime=1800.24
/proc/15153/stat : 15153 (pbscip.linux.x8) R 15151 15153 15128 0 -1 4202496 3572502 0 0 0 176486 3538 0 0 25 0 1 0 133996570 471822336 106051 4089446400 4194304 9819077 140733642179568 18446744073709551615 4699634 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15153/statm: 115191 106051 726 1374 0 113812 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 460764

Child status: 0
Real time (s): 1800.23
CPU time (s): 1800.27
CPU user time (s): 1764.87
CPU system time (s): 35.3996
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 472004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1764.87
system time used= 35.3996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3572506
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 3850

runsolver used 3.2765 second user time and 6.27804 second system time

The end

Launcher Data

Begin job on node121 at 2010-06-30 21:43:18
IDJOB=2692981
IDBENCH=79275
IDSOLVER=1205
FILE ID=node121/2692981-1277926998
PBS_JOBID= 11197389
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900571132--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692981-1277926998/watcher-2692981-1277926998 -o /tmp/evaluation-result-2692981-1277926998/solver-2692981-1277926998 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692981-1277926998.wbo -t 1800 -m 3800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a22634c1977478f126d9df874c90c256
RANDOM SEED=1978637057

node121.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      30757732 kB
Buffers:        208300 kB
Cached:        1106304 kB
SwapCached:          0 kB
Active:        1242076 kB
Inactive:       805720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      30757732 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6324 kB
Writeback:           0 kB
AnonPages:      733040 kB
Mapped:          20300 kB
Slab:            81596 kB
PageTables:       6040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  1661480 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node121 at 2010-06-30 22:13:20