Trace number 2693058

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.23 1800.18

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900573901--soft-0-100-0.wbo
MD5SUM889361cc7af818b09040d50027029365
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 benchmark154.84
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 137973
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137972
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 701
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-2693058-1277930671.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 137972
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.379720e+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.13
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.379720e+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.379720e+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.379720e+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.379720e+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.379720e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   201 |     - |  19M|   0 |  48 |5645 |5414 |5645 | 165 | 165 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.39/0.44	c   0.4s|     1 |     2 |   328 |     - |  19M|   0 |  48 |5645 |5414 |5645 | 165 | 165 |   0 |  33 | 0.000000e+00 | 1.379720e+05 |    Inf 
14.29/14.35	c  14.1s| 10000 | 10001 |  2678 |   0.2 |  44M|2569 |   0 |5645 |5414 |5645 | 245 | 892 |   0 | 445 | 0.000000e+00 | 1.379720e+05 |    Inf 
26.40/26.46	c  26.1s| 20000 | 19999 |  3364 |   0.2 |  64M|2569 |   0 |5645 |5424 |5645 | 241 |1094 |  10 | 466 | 0.000000e+00 | 1.379720e+05 |    Inf 
38.99/39.08	c  38.6s| 30000 | 29999 |  4549 |   0.1 |  85M|2569 |   1 |5645 |5424 |5645 | 161 |1374 |  10 | 554 | 0.000000e+00 | 1.379720e+05 |    Inf 
52.00/52.04	c  51.4s| 40000 | 39999 |  5820 |   0.1 | 105M|2569 |   0 |5645 |5424 |5645 | 249 |1734 |  10 | 649 | 0.000000e+00 | 1.379720e+05 |    Inf 
64.90/64.92	c  64.2s| 50000 | 49999 |  6632 |   0.1 | 124M|2569 |   0 |5645 |5424 |5645 | 219 |1954 |  10 | 684 | 0.000000e+00 | 1.379720e+05 |    Inf 
77.40/77.42	c  76.6s| 60000 | 59997 |  7260 |   0.1 | 143M|2569 |   0 |5645 |5434 |5645 | 221 |2077 |  20 | 713 | 0.000000e+00 | 1.379720e+05 |    Inf 
90.20/90.21	c  89.2s| 70000 | 69982 |  7832 |   0.1 | 163M|2569 |   0 |5645 |5507 |5645 | 212 |2200 |  93 | 744 | 0.000000e+00 | 1.379720e+05 |    Inf 
103.29/103.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
103.29/103.35	c   102s| 80000 | 79978 |  8846 |   0.1 | 182M|2569 |   0 |5645 |5527 |5645 | 249 |2496 | 113 | 767 | 0.000000e+00 | 1.379720e+05 |    Inf 
111.59/111.64	o 462
111.59/111.64	c * 110s| 86421 | 53844 |  9532 |   0.1 | 134M|2569 |   - |5645 |5527 |5645 | 239 |2645 | 113 | 788 | 0.000000e+00 | 4.620000e+02 |    Inf 
113.09/113.20	o 454
113.09/113.20	c * 112s| 87486 | 53653 |  9834 |   0.1 | 134M|2569 |   - |5645 |5527 |5645 | 244 |2708 | 113 | 790 | 0.000000e+00 | 4.540000e+02 |    Inf 
116.60/116.65	o 423
116.60/116.65	c * 115s| 89464 | 50471 | 11247 |   0.1 | 129M|2569 |   - |5645 |5726 |5645 | 211 |3159 | 312 | 818 | 0.000000e+00 | 4.230000e+02 |    Inf 
117.50/117.51	c   116s| 90000 | 50983 | 11349 |   0.1 | 130M|2569 |   0 |5645 |5836 |5645 | 220 |3185 | 422 | 818 | 0.000000e+00 | 4.230000e+02 |    Inf 
117.79/117.84	o 365
117.79/117.84	c * 117s| 90195 | 43054 | 11351 |   0.1 | 114M|2569 |   - |5645 |5836 |5645 | 218 |3186 | 422 | 818 | 0.000000e+00 | 3.650000e+02 |    Inf 
117.79/117.87	o 327
117.79/117.87	c * 117s| 90197 | 38283 | 11352 |   0.1 | 105M|2569 |   - |5645 |5836 |5645 | 218 |3186 | 422 | 818 | 0.000000e+00 | 3.270000e+02 |    Inf 
118.10/118.12	o 310
118.10/118.12	c * 117s| 90314 | 35613 | 11482 |   0.1 | 100M|2569 |   - |5645 |5915 |5645 | 225 |3222 | 501 | 818 | 0.000000e+00 | 3.100000e+02 |    Inf 
121.59/121.66	o 306
121.59/121.66	c * 120s| 91587 | 35766 | 14093 |   0.2 | 104M|2569 |   - |5645 |7178 |5645 | 237 |3947 |1764 | 867 | 0.000000e+00 | 3.060000e+02 |    Inf 
121.59/121.68	o 268
121.59/121.68	c * 120s| 91588 | 28403 | 14093 |   0.2 |  90M|2569 |   - |5645 |7178 |5645 | 237 |3947 |1764 | 867 | 0.000000e+00 | 2.680000e+02 |    Inf 
123.10/123.13	o 242
123.10/123.13	c * 122s| 92085 | 23834 | 14987 |   0.2 |  83M|2569 |   - |5645 |7524 |5645 | 218 |4243 |2110 | 885 | 0.000000e+00 | 2.420000e+02 |    Inf 
123.79/123.84	o 230
123.79/123.84	c * 122s| 92345 | 21960 | 15415 |   0.2 |  79M|2569 |   - |5645 |7729 |5645 | 218 |4359 |2315 | 886 | 0.000000e+00 | 2.300000e+02 |    Inf 
129.29/129.33	o 193
129.29/129.33	c * 128s| 94226 | 17911 | 19157 |   0.2 |  73M|2569 |   - |5645 |9765 |5645 | 227 |5451 |4389 | 969 | 0.000000e+00 | 1.930000e+02 |    Inf 
133.89/133.91	o 186
133.89/133.91	c * 132s| 95588 | 18045 | 23995 |   0.2 |  76M|2569 |   - |5645 |  10k|5645 | 227 |6976 |5914 |1113 | 0.000000e+00 | 1.860000e+02 |    Inf 
135.59/135.62	o 170
135.59/135.62	c * 134s| 96191 | 16867 | 25192 |   0.3 |  74M|2569 |   - |5645 |  10k|5645 | 226 |7319 |6307 |1116 | 0.000000e+00 | 1.700000e+02 |    Inf 
135.59/135.64	o 148
135.59/135.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
135.59/135.64	c * 134s| 96192 | 14678 | 25192 |   0.3 |  67M|2569 |   - |5645 |  10k|5645 | 226 |7319 |6307 |1116 | 0.000000e+00 | 1.480000e+02 |    Inf 
145.20/145.25	o 142
145.20/145.25	c * 143s| 99240 | 16069 | 34493 |   0.3 |  78M|2569 |   - |5645 |8774 |5645 | 251 |  10k|9089 |1287 | 0.000000e+00 | 1.420000e+02 |    Inf 
145.20/145.26	o 135
145.20/145.26	c * 143s| 99241 | 15155 | 34494 |   0.3 |  76M|2569 |   - |5645 |8774 |5645 | 251 |  10k|9089 |1287 | 0.000000e+00 | 1.350000e+02 |    Inf 
145.89/145.97	o 117
145.89/145.97	c * 144s| 99609 | 13012 | 34960 |   0.3 |  70M|2569 |   - |5645 |8742 |5645 | 225 |  10k|9167 |1287 | 0.000000e+00 | 1.170000e+02 |    Inf 
147.29/147.35	c   146s|100000 | 13255 | 36468 |   0.4 |  71M|2569 |   0 |5645 |8861 |5645 | 199 |  10k|9673 |1305 | 0.000000e+00 | 1.170000e+02 |    Inf 
153.90/153.96	o 116
153.90/153.96	c * 152s|101917 | 14175 | 45384 |   0.4 |  79M|2569 |   - |5645 |8055 |5645 | 239 |  13k|  11k|1412 | 0.000000e+00 | 1.160000e+02 |    Inf 
153.90/153.97	o 111
153.90/153.97	c * 152s|101918 | 13580 | 45384 |   0.4 |  77M|2569 |   - |5645 |8055 |5645 | 239 |  13k|  11k|1412 | 0.000000e+00 | 1.110000e+02 |    Inf 
163.09/163.19	o 110
163.09/163.19	c * 161s|104771 | 15249 | 55603 |   0.5 |  89M|2569 |   - |5645 |7931 |5645 | 263 |  15k|  13k|1484 | 0.000000e+00 | 1.100000e+02 |    Inf 
166.39/166.42	o 101
166.39/166.42	c * 164s|105831 | 14964 | 57923 |   0.5 |  90M|2569 |   - |5645 |8430 |5645 | 251 |  16k|  15k|1493 | 0.000000e+00 | 1.010000e+02 |    Inf 
174.29/174.32	o 93
174.29/174.32	c * 172s|108379 | 15256 | 64772 |   0.6 |  95M|2569 |   - |5645 |8436 |5645 | 246 |  18k|  17k|1521 | 0.000000e+00 | 9.300000e+01 |    Inf 
179.20/179.22	o 92
179.20/179.22	c * 177s|109679 | 15753 | 71194 |   0.6 | 100M|2569 |   - |5645 |7850 |5645 | 220 |  20k|  18k|1535 | 0.000000e+00 | 9.200000e+01 |    Inf 
180.50/180.50	c   178s|110000 | 15893 | 72109 |   0.7 | 101M|2569 |   0 |5645 |7415 |5645 | 203 |  20k|  19k|1536 | 0.000000e+00 | 9.200000e+01 |    Inf 
194.09/194.10	o 86
194.09/194.10	c * 192s|114007 | 16817 | 85261 |   0.7 | 116M|2569 |   - |5645 |8050 |5645 | 216 |  24k|  24k|1591 | 0.000000e+00 | 8.600000e+01 |    Inf 
197.59/197.60	o 83
197.59/197.60	c * 195s|114926 | 16757 | 89697 |   0.8 | 119M|2569 |   - |5645 |7529 |5645 | 265 |  25k|  25k|1607 | 0.000000e+00 | 8.300000e+01 |    Inf 
197.59/197.61	o 74
197.59/197.61	c * 195s|114927 | 14849 | 89698 |   0.8 | 111M|2569 |   - |5645 |7529 |5645 | 265 |  25k|  25k|1607 | 0.000000e+00 | 7.400000e+01 |    Inf 
208.29/208.38	o 72
208.29/208.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
208.29/208.38	c * 206s|118044 | 15447 |102187 |   0.9 | 118M|2569 |   - |5645 |6871 |5645 | 213 |  28k|  29k|1659 | 0.000000e+00 | 7.200000e+01 |    Inf 
208.29/208.39	o 67
208.29/208.39	c * 206s|118045 | 14378 |102187 |   0.9 | 111M|2569 |   - |5645 |6871 |5645 | 213 |  28k|  29k|1659 | 0.000000e+00 | 6.700000e+01 |    Inf 
215.00/215.09	c   212s|120000 | 14696 |111800 |   0.9 | 116M|2569 |   0 |5645 |7198 |5645 | 255 |  31k|  31k|1710 | 0.000000e+00 | 6.700000e+01 |    Inf 
249.40/249.50	c   246s|130000 | 16909 |156551 |   1.2 | 139M|2569 |   - |5645 |7554 |   0 |   0 |  44k|  43k|2029 | 0.000000e+00 | 6.700000e+01 |    Inf 
276.00/276.01	o 65
276.00/276.01	c * 272s|137875 | 18073 |189485 |   1.4 | 154M|2569 |   - |5645 |7558 |5645 | 228 |  53k|  54k|2248 | 0.000000e+00 | 6.500000e+01 |    Inf 
277.21/277.27	o 62
277.21/277.27	c * 274s|138277 | 17680 |190539 |   1.4 | 151M|2569 |   - |5645 |7647 |5645 | 243 |  54k|  54k|2263 | 0.000000e+00 | 6.200000e+01 |    Inf 
284.09/284.19	c   280s|140000 | 17945 |200487 |   1.4 | 155M|2569 |   5 |5645 |7127 |5645 | 228 |  57k|  56k|2302 | 0.000000e+00 | 6.200000e+01 |    Inf 
286.89/286.94	o 61
286.89/286.94	c * 283s|140738 | 17943 |204366 |   1.5 | 157M|2569 |   - |5645 |7099 |5645 | 242 |  59k|  57k|2350 | 0.000000e+00 | 6.100000e+01 |    Inf 
293.89/293.95	o 56
293.89/293.95	c * 290s|142837 | 17266 |212996 |   1.5 | 156M|2569 |   - |5645 |6370 |5645 | 278 |  61k|  60k|2373 | 0.000000e+00 | 5.600000e+01 |    Inf 
315.99/316.06	c   312s|150000 | 17753 |240757 |   1.6 | 163M|2569 |   - |5645 |6886 |   0 |   0 |  68k|  70k|2554 | 0.000000e+00 | 5.600000e+01 |    Inf 
319.09/319.18	o 55
319.09/319.18	c * 315s|151019 | 17316 |244653 |   1.6 | 163M|2569 |   - |5645 |6997 |5645 | 253 |  69k|  71k|2579 | 0.000000e+00 | 5.500000e+01 |    Inf 
323.50/323.59	o 51
323.50/323.59	c * 319s|152219 | 16937 |251508 |   1.7 | 163M|2569 |   - |5645 |6804 |5645 | 219 |  71k|  72k|2618 | 0.000000e+00 | 5.100000e+01 |    Inf 
324.50/324.56	o 27
324.50/324.56	c * 320s|152614 | 12342 |252060 |   1.7 | 123M|2569 |   - |5645 |6931 |5645 | 238 |  71k|  73k|2621 | 0.000000e+00 | 2.700000e+01 |    Inf 
339.40/339.44	o 22
339.40/339.44	c * 335s|159022 | 11317 |275803 |   1.7 | 119M|2569 |   - |5645 |5847 |5645 | 216 |  75k|  82k|2812 | 0.000000e+00 | 2.200000e+01 |    Inf 
339.50/339.56	o 20
339.50/339.56	c * 335s|159082 | 11023 |275878 |   1.7 | 116M|2569 |   - |5645 |5684 |5645 | 227 |  75k|  82k|2812 | 0.000000e+00 | 2.000000e+01 |    Inf 
341.60/341.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
341.60/341.64	c   337s|160000 | 11013 |280070 |   1.7 | 116M|2569 |   - |5645 |5426 |   0 |   0 |  76k|  83k|2816 | 0.000000e+00 | 2.000000e+01 |    Inf 
361.70/361.77	c   357s|170000 | 10745 |313378 |   1.8 | 119M|2569 |   1 |5645 |6682 |5645 | 189 |  83k|  96k|3012 | 0.000000e+00 | 2.000000e+01 |    Inf 
371.71/371.78	o 17
371.71/371.78	c * 366s|175273 | 10085 |328239 |   1.9 | 115M|2569 |   - |5645 |8670 |5645 | 257 |  85k| 103k|3062 | 0.000000e+00 | 1.700000e+01 |    Inf 
372.40/372.44	o 15
372.40/372.44	c * 367s|175591 |  9165 |329236 |   1.9 | 106M|2569 |   - |5645 |8079 |5645 | 223 |  85k| 103k|3066 | 0.000000e+00 | 1.500000e+01 |    Inf 
379.10/379.12	o 13
379.10/379.12	c * 374s|178903 |  8834 |342157 |   1.9 | 102M|2569 |   - |5645 |5938 |5645 | 204 |  87k| 107k|3151 | 0.000000e+00 | 1.300000e+01 |    Inf 
381.00/381.07	c   375s|180000 |  8843 |345421 |   1.9 | 102M|2569 |   - |5645 |6209 |   0 |   0 |  88k| 109k|3158 | 0.000000e+00 | 1.300000e+01 |    Inf 
385.90/385.98	o 12
385.90/385.98	c * 380s|182714 |  8721 |355251 |   1.9 | 101M|2569 |   - |5645 |7052 |5645 | 223 |  89k| 113k|3217 | 0.000000e+00 | 1.200000e+01 |    Inf 
388.80/388.81	o 10
388.80/388.81	c * 383s|184213 |  8382 |360342 |   2.0 |  98M|2569 |   - |5645 |7299 |5645 | 222 |  90k| 115k|3232 | 0.000000e+00 | 1.000000e+01 |    Inf 
399.50/399.54	c   394s|190000 |  8368 |382113 |   2.0 |  99M|2569 |   6 |5645 |6413 |5645 | 219 |  93k| 123k|3325 | 0.000000e+00 | 1.000000e+01 |    Inf 
418.00/418.04	c   412s|200000 |  8424 |420314 |   2.1 | 102M|2569 |   - |5645 |8381 |   0 |   0 | 101k| 136k|3486 | 0.000000e+00 | 1.000000e+01 |    Inf 
432.90/432.99	o 6
432.90/432.99	c * 426s|208094 |  8117 |450525 |   2.2 | 100M|2569 |   - |5645 |8710 |5645 | 215 | 105k| 146k|3603 | 0.000000e+00 | 6.000000e+00 |    Inf 
436.50/436.58	c   430s|210000 |  8118 |456906 |   2.2 | 100M|2569 |   - |5645 |8932 |   0 |   0 | 106k| 149k|3646 | 0.000000e+00 | 6.000000e+00 |    Inf 
455.20/455.29	c   448s|220000 |  8201 |492650 |   2.2 | 102M|2569 |   1 |5645 |  11k|5645 | 229 | 112k| 162k|3768 | 0.000000e+00 | 6.000000e+00 |    Inf 
474.20/474.25	c   467s|230000 |  8356 |529286 |   2.3 | 105M|2569 |   - |5645 |  10k|   0 |   0 | 117k| 175k|3914 | 0.000000e+00 | 6.000000e+00 |    Inf 
493.60/493.63	c   486s|240000 |  8452 |566216 |   2.4 | 107M|2569 |   - |5645 |  13k|   0 |   0 | 121k| 189k|4057 | 0.000000e+00 | 6.000000e+00 |    Inf 
514.20/514.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
514.20/514.23	c   506s|250000 |  8548 |607954 |   2.4 | 109M|2569 |  10 |5645 |  14k|5645 | 281 | 126k| 203k|4174 | 0.000000e+00 | 6.000000e+00 |    Inf 
534.40/534.45	c   526s|260000 |  8522 |650200 |   2.5 | 110M|2569 |   - |5645 |  14k|   0 |   0 | 131k| 216k|4308 | 0.000000e+00 | 6.000000e+00 |    Inf 
542.00/542.03	o 5
542.00/542.03	c * 533s|263791 |  8093 |663816 |   2.5 | 106M|2569 |   - |5645 |  15k|5645 | 227 | 133k| 221k|4369 | 0.000000e+00 | 5.000000e+00 |    Inf 
554.60/554.65	c   546s|270000 |  7680 |691130 |   2.6 | 102M|2569 |   - |5645 |7582 |   0 |   0 | 137k| 230k|4477 | 0.000000e+00 | 5.000000e+00 |    Inf 
562.20/562.24	o 2
562.20/562.24	c * 553s|274471 |  6906 |706619 |   2.6 |  96M|2569 |   - |5645 |8897 |5645 | 247 | 139k| 236k|4513 | 0.000000e+00 | 2.000000e+00 |    Inf 
572.11/572.18	c   563s|280000 |  6967 |728349 |   2.6 |  98M|2569 |   - |5645 |  11k|   0 |   0 | 141k| 244k|4598 | 0.000000e+00 | 2.000000e+00 |    Inf 
591.31/591.36	c   582s|290000 |  7127 |769417 |   2.7 |  99M|2569 |   - |5645 |  11k|   0 |   0 | 147k| 257k|4710 | 0.000000e+00 | 2.000000e+00 |    Inf 
611.00/611.08	c   601s|300000 |  7278 |812523 |   2.7 | 102M|2569 |   1 |5645 |  12k|5645 | 231 | 153k| 270k|4853 | 0.000000e+00 | 2.000000e+00 |    Inf 
630.71/630.76	c   621s|310000 |  7374 |855648 |   2.8 | 103M|2569 |   - |5645 |  13k|   0 |   0 | 159k| 283k|4953 | 0.000000e+00 | 2.000000e+00 |    Inf 
650.81/650.87	c   640s|320000 |  7496 |897356 |   2.8 | 106M|2569 |   1 |5645 |  16k|5645 | 244 | 164k| 298k|5054 | 0.000000e+00 | 2.000000e+00 |    Inf 
670.81/670.80	c   660s|330000 |  7467 |938895 |   2.8 | 106M|2569 |  10 |5645 |  13k|5645 | 254 | 169k| 312k|5179 | 0.000000e+00 | 2.000000e+00 |    Inf 
689.81/689.89	c   679s|340000 |  7481 |980380 |   2.9 | 106M|2569 |   1 |5645 |  13k|5645 | 209 | 174k| 325k|5298 | 0.000000e+00 | 2.000000e+00 |    Inf 
709.20/709.23	c   698s|350000 |  7572 |  1014k|   2.9 | 109M|2569 |   1 |5645 |  16k|5645 | 245 | 178k| 339k|5355 | 0.000000e+00 | 2.000000e+00 |    Inf 
729.61/729.69	c   718s|360000 |  7508 |  1055k|   2.9 | 108M|2569 |   - |5645 |  14k|   0 |   0 | 184k| 353k|5454 | 0.000000e+00 | 2.000000e+00 |    Inf 
750.00/750.02	c   738s|370000 |  7584 |  1098k|   3.0 | 109M|2569 |   - |5645 |  15k|   0 |   0 | 189k| 367k|5563 | 0.000000e+00 | 2.000000e+00 |    Inf 
770.31/770.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
770.31/770.33	c   758s|380000 |  7532 |  1134k|   3.0 | 109M|2569 |   - |5645 |  13k|   0 |   0 | 194k| 380k|5636 | 0.000000e+00 | 2.000000e+00 |    Inf 
790.01/790.05	c   777s|390000 |  7430 |  1181k|   3.0 | 107M|2569 |   1 |5645 |  11k|5645 | 222 | 200k| 394k|5756 | 0.000000e+00 | 2.000000e+00 |    Inf 
808.61/808.69	c   796s|400000 |  7440 |  1217k|   3.0 | 109M|2569 |  12 |5645 |  13k|5645 | 236 | 204k| 408k|5825 | 0.000000e+00 | 2.000000e+00 |    Inf 
827.91/827.96	c   815s|410000 |  7339 |  1262k|   3.1 | 108M|2569 |   - |5645 |  13k|   0 |   0 | 208k| 422k|5916 | 0.000000e+00 | 2.000000e+00 |    Inf 
847.11/847.19	c   834s|420000 |  7199 |  1306k|   3.1 | 106M|2569 |  10 |5645 |  11k|5645 | 250 | 212k| 436k|6018 | 0.000000e+00 | 2.000000e+00 |    Inf 
866.02/866.03	c   852s|430000 |  7113 |  1348k|   3.1 | 104M|2569 |   - |5645 |  13k|   0 |   0 | 218k| 449k|6117 | 0.000000e+00 | 2.000000e+00 |    Inf 
885.41/885.41	c   871s|440000 |  7186 |  1389k|   3.2 | 106M|2569 |   1 |5645 |  15k|5645 | 215 | 224k| 463k|6179 | 0.000000e+00 | 2.000000e+00 |    Inf 
905.72/905.79	c   891s|450000 |  7321 |  1428k|   3.2 | 108M|2569 |   - |5645 |  18k|   0 |   0 | 229k| 478k|6242 | 0.000000e+00 | 2.000000e+00 |    Inf 
926.01/926.03	c   911s|460000 |  7297 |  1473k|   3.2 | 108M|2569 |  14 |5645 |  17k|5645 | 256 | 233k| 492k|6361 | 0.000000e+00 | 2.000000e+00 |    Inf 
945.81/945.90	c   931s|470000 |  7223 |  1516k|   3.2 | 108M|2569 |   8 |5645 |  16k|5645 | 265 | 238k| 507k|6461 | 0.000000e+00 | 2.000000e+00 |    Inf 
965.02/965.01	c   949s|480000 |  7032 |  1560k|   3.3 | 104M|2569 |   1 |5645 |  12k|5645 | 236 | 243k| 521k|6541 | 0.000000e+00 | 2.000000e+00 |    Inf 
983.91/983.98	c   968s|490000 |  7140 |  1600k|   3.3 | 105M|2569 |   1 |5645 |  14k|5645 | 231 | 248k| 535k|6611 | 0.000000e+00 | 2.000000e+00 |    Inf 
1004.51/1004.56	c   988s|500000 |  7187 |  1641k|   3.3 | 107M|2569 |   1 |5645 |  15k|5645 | 251 | 253k| 549k|6676 | 0.000000e+00 | 2.000000e+00 |    Inf 
1026.32/1026.35	c  1010s|510000 |  7104 |  1682k|   3.3 | 107M|2569 |   - |5645 |  16k|   0 |   0 | 257k| 564k|6746 | 0.000000e+00 | 2.000000e+00 |    Inf 
1048.71/1048.73	c  1032s|520000 |  7097 |  1726k|   3.3 | 107M|2569 |   7 |5645 |  18k|5645 | 261 | 264k| 578k|6841 | 0.000000e+00 | 2.000000e+00 |    Inf 
1071.21/1071.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1071.21/1071.24	c  1054s|530000 |  7061 |  1766k|   3.3 | 106M|2569 |  16 |5645 |  15k|5645 | 223 | 269k| 591k|6907 | 0.000000e+00 | 2.000000e+00 |    Inf 
1093.92/1093.90	c  1076s|540000 |  7104 |  1805k|   3.3 | 108M|2569 |   - |5645 |  18k|   0 |   0 | 274k| 606k|6974 | 0.000000e+00 | 2.000000e+00 |    Inf 
1118.11/1118.19	c  1100s|550000 |  7188 |  1846k|   3.4 | 109M|2569 |   - |5645 |  20k|   0 |   0 | 279k| 620k|7054 | 0.000000e+00 | 2.000000e+00 |    Inf 
1142.72/1142.79	c  1124s|560000 |  7253 |  1888k|   3.4 | 111M|2569 |   - |5645 |  22k|   0 |   0 | 284k| 635k|7125 | 0.000000e+00 | 2.000000e+00 |    Inf 
1167.72/1167.75	c  1149s|570000 |  7284 |  1929k|   3.4 | 111M|2569 |  24 |5645 |  20k|5645 | 280 | 288k| 649k|7184 | 0.000000e+00 | 2.000000e+00 |    Inf 
1191.72/1191.80	c  1173s|580000 |  7298 |  1970k|   3.4 | 112M|2569 |  11 |5645 |  21k|5645 | 232 | 293k| 664k|7251 | 0.000000e+00 | 2.000000e+00 |    Inf 
1215.62/1215.64	c  1196s|590000 |  7230 |  2014k|   3.4 | 111M|2569 |   - |5645 |  19k|   0 |   0 | 298k| 678k|7316 | 0.000000e+00 | 2.000000e+00 |    Inf 
1240.02/1240.09	c  1220s|600000 |  7269 |  2054k|   3.4 | 113M|2569 |   - |5645 |  23k|   0 |   0 | 303k| 692k|7385 | 0.000000e+00 | 2.000000e+00 |    Inf 
1266.02/1266.09	c  1246s|610000 |  7221 |  2098k|   3.4 | 113M|2569 |   - |5645 |  22k|   0 |   0 | 308k| 706k|7451 | 0.000000e+00 | 2.000000e+00 |    Inf 
1292.32/1292.33	c  1272s|620000 |  7209 |  2141k|   3.5 | 113M|2569 |   7 |5645 |  22k|5645 | 229 | 313k| 721k|7510 | 0.000000e+00 | 2.000000e+00 |    Inf 
1319.22/1319.20	c  1298s|630000 |  7281 |  2189k|   3.5 | 115M|2569 |  17 |5645 |  24k|5645 | 238 | 319k| 735k|7575 | 0.000000e+00 | 2.000000e+00 |    Inf 
1345.62/1345.61	c  1324s|640000 |  7304 |  2224k|   3.5 | 117M|2569 |   - |5645 |  28k|   0 |   0 | 324k| 749k|7617 | 0.000000e+00 | 2.000000e+00 |    Inf 
1373.33/1373.38	c  1351s|650000 |  7372 |  2269k|   3.5 | 118M|2569 |  22 |5645 |  28k|5645 | 261 | 329k| 764k|7699 | 0.000000e+00 | 2.000000e+00 |    Inf 
1402.23/1402.22	c  1380s|660000 |  7399 |  2317k|   3.5 | 119M|2569 |   - |5645 |  29k|   0 |   0 | 334k| 778k|7772 | 0.000000e+00 | 2.000000e+00 |    Inf 
1431.22/1431.29	c  1409s|670000 |  7450 |  2359k|   3.5 | 120M|2569 |  14 |5645 |  30k|5645 | 224 | 339k| 793k|7833 | 0.000000e+00 | 2.000000e+00 |    Inf 
1461.02/1461.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1461.02/1461.05	c  1438s|680000 |  7606 |  2398k|   3.5 | 123M|2569 |   - |5645 |  33k|   0 |   0 | 345k| 808k|7881 | 0.000000e+00 | 2.000000e+00 |    Inf 
1493.12/1493.11	c  1470s|690000 |  7693 |  2439k|   3.5 | 125M|2569 |   - |5645 |  34k|   0 |   0 | 350k| 822k|7936 | 0.000000e+00 | 2.000000e+00 |    Inf 
1523.12/1523.15	c  1499s|700000 |  7755 |  2479k|   3.5 | 126M|2569 |  12 |5645 |  34k|5645 | 237 | 355k| 837k|7986 | 0.000000e+00 | 2.000000e+00 |    Inf 
1552.93/1552.96	c  1529s|710000 |  7774 |  2520k|   3.5 | 127M|2569 |  14 |5645 |  35k|5645 | 278 | 359k| 853k|8035 | 0.000000e+00 | 2.000000e+00 |    Inf 
1583.43/1583.49	c  1559s|720000 |  7762 |  2562k|   3.6 | 126M|2569 |   - |5645 |  32k|   0 |   0 | 363k| 868k|8102 | 0.000000e+00 | 2.000000e+00 |    Inf 
1613.43/1613.41	c  1588s|730000 |  7749 |  2604k|   3.6 | 128M|2569 |   - |5645 |  34k|   0 |   0 | 368k| 883k|8159 | 0.000000e+00 | 2.000000e+00 |    Inf 
1643.63/1643.62	c  1618s|740000 |  7662 |  2643k|   3.6 | 126M|2569 |   - |5645 |  32k|   0 |   0 | 371k| 897k|8215 | 0.000000e+00 | 2.000000e+00 |    Inf 
1672.33/1672.36	c  1647s|750000 |  7332 |  2684k|   3.6 | 119M|2569 |   - |5645 |  25k|   0 |   0 | 376k| 912k|8275 | 0.000000e+00 | 2.000000e+00 |    Inf 
1684.93/1684.93	o 1
1684.93/1684.93	c *1659s|754639 |  5843 |  2704k|   3.6 |  98M|2569 |   - |5645 |  22k|5645 | 257 | 379k| 919k|8305 | 0.000000e+00 | 1.000000e+00 |    Inf 
1696.54/1696.59	c  1670s|760000 |  5719 |  2724k|   3.6 |  92M|2569 |   4 |5645 |  11k|5645 | 212 | 382k| 927k|8375 | 0.000000e+00 | 1.000000e+00 |    Inf 
1718.34/1718.37	c  1692s|770000 |  5736 |  2757k|   3.6 |  93M|2569 |   5 |5645 |  12k|5645 | 178 | 387k| 940k|8402 | 0.000000e+00 | 1.000000e+00 |    Inf 
1740.14/1740.17	c  1713s|780000 |  5801 |  2794k|   3.6 |  95M|2569 |   8 |5645 |  16k|5645 | 220 | 392k| 954k|8445 | 0.000000e+00 | 1.000000e+00 |    Inf 
1763.14/1763.19	c  1736s|790000 |  5783 |  2835k|   3.6 |  95M|2569 |  16 |5645 |  16k|5645 | 224 | 397k| 968k|8523 | 0.000000e+00 | 1.000000e+00 |    Inf 
1785.84/1785.80	c  1758s|800000 |  5678 |  2872k|   3.6 |  91M|2569 |   1 |5645 |8732 |5645 | 188 | 402k| 981k|8639 | 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) : 1772.20
1800.04/1800.00	c Solving Nodes      : 806892
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+00 (401 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       :    1772.20
1800.04/1800.08	c Original Problem   :
1800.04/1800.08	c   Problem name     : HOME/instance-2693058-1277930671.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-2693058-1277930671.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, 37088 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.03          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     538706          0         12        733          0          0     745742
1800.04/1800.08	c   indicator        :       2707          0    3508041     160427          0        428    7506957          0          0          0
1800.04/1800.08	c   linear           :       2707          6    4019890     154556          0     284311   18713506     406336          0          0
1800.04/1800.08	c   logicor          :          0+         0    1217397          0          0      53462    1242836          0          0          0
1800.04/1800.08	c   bounddisjunction :          0+         0      70863          0          0        476       2006          0          0          0
1800.04/1800.08	c   countsols        :          0          0          0     115301          0          0          0          0          0          0
1800.04/1800.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.08	c   integral         :      15.87       0.00       0.00      15.87       0.00
1800.04/1800.08	c   indicator        :      43.00       0.03      21.49      21.48       0.00
1800.04/1800.08	c   linear           :     219.63       0.00     209.12      10.51       0.00
1800.04/1800.08	c   logicor          :     219.53       0.00     219.53       0.00       0.00
1800.04/1800.08	c   bounddisjunction :       0.12       0.00       0.12       0.00       0.00
1800.04/1800.08	c   countsols        :       0.05       0.00       0.00       0.05       0.00
1800.04/1800.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.08	c   vbounds          :       1.30          2          0          0
1800.04/1800.08	c   rootredcost      :       0.87         46          0       2707
1800.04/1800.08	c   pseudoobj        :     207.72    4045209      12363    4888035
1800.04/1800.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.08	c   propagation      :      21.28     350612     350585    2220803       28.3      27746       11.5          -
1800.04/1800.08	c   infeasible LP    :       7.59      19980      19980     167926       41.8        411       16.7          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.09        368        368       1473       13.3        465        5.5          -
1800.04/1800.08	c   applied globally :          -          -          -     990816       22.6          -          -          -
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          :      46.64     547562          0    2461408          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        :      15.34     373471         12        733          0          0     745742
1800.04/1800.08	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.08	c   inference        :      20.31     115255          0          0          0          0     230510
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.21          -         46
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   oneopt           :       0.54         40          0
1800.04/1800.08	c   intshifting      :       0.02          5          0
1800.04/1800.08	c   guideddiving     :       0.08         15          0
1800.04/1800.08	c   linesearchdiving :       0.10         88          0
1800.04/1800.08	c   coefdiving       :       0.18         88          0
1800.04/1800.08	c   fracdiving       :       0.14         88          0
1800.04/1800.08	c   veclendiving     :       0.18         88          0
1800.04/1800.08	c   pscostdiving     :       0.13         89          0
1800.04/1800.08	c   rootsoldiving    :       0.09         87          0
1800.04/1800.08	c   objpscostdiving  :       0.12         88          0
1800.04/1800.08	c   crossover        :       2.42         74          5
1800.04/1800.08	c   trivial          :       0.07          2          2
1800.04/1800.08	c   simplerounding   :       1.04     375188          0
1800.04/1800.08	c   zirounding       :       0.86       1000          0
1800.04/1800.08	c   rounding         :       2.84       8629          0
1800.04/1800.08	c   shifting         :       1.85       2660          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.26          0          0
1800.04/1800.08	c   trysol           :       3.65       7976        348
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          :     476.36     450898    2899494       6.43    6086.77
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.14         58       1111      19.16    7935.71
1800.04/1800.08	c   strong branching :      12.56       9142     100280      10.97    7984.08
1800.04/1800.08	c     (at root node) :          -         33       2414      73.15          -
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            :     806892
1800.04/1800.08	c   nodes (total)    :     806892
1800.04/1800.08	c   nodes left       :       5597
1800.04/1800.08	c   max depth        :       2569
1800.04/1800.08	c   max depth (total):       2569
1800.04/1800.08	c   backtracks       :      67965 (8.4%)
1800.04/1800.08	c   delayed cutoffs  :      58250
1800.04/1800.08	c   repropagations   :    1879089 (5273359 domain reductions, 52666 cutoffs)
1800.04/1800.08	c   avg switch length:       6.22
1800.04/1800.08	c   switching time   :     245.92
1800.04/1800.08	c Solution           :
1800.04/1800.08	c   Solutions found  :        401 (47 improvements)
1800.04/1800.08	c   First Solution   : +1.37972000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.04/1800.08	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 754639 nodes, 1658.97 seconds, depth 40, 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  :        201
1800.15/1800.18	c Time complete: 1800.22.

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-2693058-1277930671/watcher-2693058-1277930671 -o /tmp/evaluation-result-2693058-1277930671/solver-2693058-1277930671 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693058-1277930671.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.00 2.01 2.00 4/182 15336
/proc/meminfo: memFree=31300524/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=11300 CPUtime=0
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 1756 0 0 0 0 0 0 0 25 0 1 0 134362692 11571200 1677 4089446400 4194304 9819077 140735696691952 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15336/statm: 2825 1677 392 1374 0 1446 0

[startup+0.079495 s]
/proc/loadavg: 2.00 2.01 2.00 4/182 15336
/proc/meminfo: memFree=31300524/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=36396 CPUtime=0.07
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 8121 0 0 0 7 0 0 0 25 0 1 0 134362692 37269504 7688 4089446400 4194304 9819077 140735696691952 18446744073709551615 8678886 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15336/statm: 9099 7688 469 1374 0 7720 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 36396

[startup+0.10049 s]
/proc/loadavg: 2.00 2.01 2.00 4/182 15336
/proc/meminfo: memFree=31300524/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=36396 CPUtime=0.09
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 8121 0 0 0 9 0 0 0 25 0 1 0 134362692 37269504 7688 4089446400 4194304 9819077 140735696691952 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15336/statm: 9099 7688 469 1374 0 7720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36396

[startup+0.300456 s]
/proc/loadavg: 2.00 2.01 2.00 4/182 15336
/proc/meminfo: memFree=31300524/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=52236 CPUtime=0.29
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 12420 0 0 0 28 1 0 0 25 0 1 0 134362692 53489664 11378 4089446400 4194304 9819077 140735696691952 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15336/statm: 13059 11446 673 1374 0 11680 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52236

[startup+0.700381 s]
/proc/loadavg: 2.00 2.01 2.00 4/182 15336
/proc/meminfo: memFree=31300524/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=45884 CPUtime=0.69
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 24314 0 0 0 66 3 0 0 25 0 1 0 134362692 46985216 9933 4089446400 4194304 9819077 140735696691952 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15336/statm: 11471 9933 698 1374 0 10092 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45884

[startup+1.50024 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15337
/proc/meminfo: memFree=31262820/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=47556 CPUtime=1.49
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 37180 0 0 0 144 5 0 0 25 0 1 0 134362692 48697344 10342 4089446400 4194304 9819077 140735696691952 18446744073709551615 6590517 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15336/statm: 11889 10342 699 1374 0 10510 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47556

[startup+3.10094 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15337
/proc/meminfo: memFree=31258108/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=51480 CPUtime=3.09
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 49549 0 0 0 302 7 0 0 25 0 1 0 134362692 52715520 11527 4089446400 4194304 9819077 140735696691952 18446744073709551615 4965317 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15336/statm: 12870 11527 700 1374 0 11491 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51480

[startup+6.30037 s]
/proc/loadavg: 2.00 2.01 2.00 4/183 15337
/proc/meminfo: memFree=31250548/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=60252 CPUtime=6.29
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 60510 0 0 0 619 10 0 0 25 0 1 0 134362692 61698048 13598 4089446400 4194304 9819077 140735696691952 18446744073709551615 6003134 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15336/statm: 15063 13598 700 1374 0 13684 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60252

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15337
/proc/meminfo: memFree=31239784/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=70076 CPUtime=12.69
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 67776 0 0 0 1251 18 0 0 25 0 1 0 134362692 71757824 16040 4089446400 4194304 9819077 140735696691952 18446744073709551615 5813326 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15336/statm: 17519 16040 700 1374 0 16140 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70076

[startup+25.5009 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15338
/proc/meminfo: memFree=31218340/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=91448 CPUtime=25.49
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 78297 0 0 0 2517 32 0 0 25 0 1 0 134362692 93642752 21475 4089446400 4194304 9819077 140735696691952 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15336/statm: 22862 21475 700 1374 0 21483 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 91448

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15338
/proc/meminfo: memFree=31179008/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=130832 CPUtime=51.09
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 96234 0 0 0 5051 58 0 0 25 0 1 0 134362692 133971968 31371 4089446400 4194304 9819077 140735696691952 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15336/statm: 32708 31371 704 1374 0 31329 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 130832

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15368
/proc/meminfo: memFree=31289388/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=208616 CPUtime=102.3
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 127790 0 0 0 10124 106 0 0 25 0 1 0 134362692 213622784 50302 4089446400 4194304 9819077 140735696691952 18446744073709551615 6670181 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15336/statm: 52154 50302 705 1374 0 50775 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 208616

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15369
/proc/meminfo: memFree=31123688/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=292272 CPUtime=162.29
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 371139 0 0 0 16032 197 0 0 25 0 1 0 134362692 299286528 70351 4089446400 4194304 9819077 140735696691952 18446744073709551615 6590692 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15336/statm: 73068 70351 705 1374 0 71689 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 292272

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15371
/proc/meminfo: memFree=30921280/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=412024 CPUtime=222.3
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 562346 0 0 0 21940 290 0 0 25 0 1 0 134362692 421912576 97794 4089446400 4194304 9819077 140735696691952 18446744073709551615 6389093 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15336/statm: 103006 97794 711 1374 0 101627 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 412024

[startup+282.301 s]
/proc/loadavg: 2.09 2.03 2.01 3/183 15372
/proc/meminfo: memFree=30789300/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=479116 CPUtime=282.29
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 722585 0 0 0 27846 383 0 0 25 0 1 0 134362692 490614784 112507 4089446400 4194304 9819077 140735696691952 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15336/statm: 119779 112507 711 1374 0 118400 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 479116

[startup+342.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/183 15374
/proc/meminfo: memFree=30668604/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=515768 CPUtime=342.3
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 917907 0 0 0 33742 488 0 0 25 0 1 0 134362692 528146432 120159 4089446400 4194304 9819077 140735696691952 18446744073709551615 4564368 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15336/statm: 128942 120159 716 1374 0 127563 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 515768

[startup+402.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 15376
/proc/meminfo: memFree=30587104/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=523068 CPUtime=402.3
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 1133667 0 0 0 39627 603 0 0 25 0 1 0 134362692 535621632 121848 4089446400 4194304 9819077 140735696691952 18446744073709551615 6002962 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15336/statm: 130767 121848 717 1374 0 129388 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 523068

[startup+462.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 15377
/proc/meminfo: memFree=30568344/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=525920 CPUtime=462.3
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 1261550 0 0 0 45513 717 0 0 25 0 1 0 134362692 538542080 122498 4089446400 4194304 9819077 140735696691952 18446744073709551615 4926451 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15336/statm: 131480 122498 717 1374 0 130101 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 525920

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 15379
/proc/meminfo: memFree=30557776/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=530900 CPUtime=522.3
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 1391463 0 0 0 51407 823 0 0 25 0 1 0 134362692 543641600 123732 4089446400 4194304 9819077 140735696691952 18446744073709551615 6665910 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15336/statm: 132725 123732 717 1374 0 131346 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 530900

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 15380
/proc/meminfo: memFree=30547076/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=533332 CPUtime=582.31
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 1514116 0 0 0 57300 931 0 0 25 0 1 0 134362692 546131968 124461 4089446400 4194304 9819077 140735696691952 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15336/statm: 133333 124461 725 1374 0 131954 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 533332

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15382
/proc/meminfo: memFree=30534888/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=534564 CPUtime=642.31
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 1572759 0 0 0 63209 1022 0 0 25 0 1 0 134362692 547393536 124730 4089446400 4194304 9819077 140735696691952 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15336/statm: 133641 124730 725 1374 0 132262 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 534564

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 15388
/proc/meminfo: memFree=30504752/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=539004 CPUtime=882.32
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 1935038 0 0 0 86810 1422 0 0 25 0 1 0 134362692 551940096 125854 4089446400 4194304 9819077 140735696691952 18446744073709551615 4429733 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15336/statm: 134751 125854 725 1374 0 133372 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 539004

[startup+942.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 15390
/proc/meminfo: memFree=30503604/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=539492 CPUtime=942.32
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 2032930 0 0 0 92707 1525 0 0 25 0 1 0 134362692 552439808 125951 4089446400 4194304 9819077 140735696691952 18446744073709551615 6003003 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15336/statm: 134873 125951 725 1374 0 133494 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 539492

[startup+1002.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 15401
/proc/meminfo: memFree=30498456/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=539824 CPUtime=1002.31
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 2127478 0 0 0 98602 1629 0 0 25 0 1 0 134362692 552779776 126036 4089446400 4194304 9819077 140735696691952 18446744073709551615 5507387 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15336/statm: 134956 126036 725 1374 0 133577 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 539824

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15402
/proc/meminfo: memFree=30494940/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=540104 CPUtime=1062.32
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 2214104 0 0 0 104505 1727 0 0 25 0 1 0 134362692 553066496 126084 4089446400 4194304 9819077 140735696691952 18446744073709551615 5955627 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15336/statm: 135026 126084 725 1374 0 133647 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 540104

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15404
/proc/meminfo: memFree=30490316/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=541484 CPUtime=1122.32
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 2289419 0 0 0 110421 1811 0 0 25 0 1 0 134362692 554479616 126456 4089446400 4194304 9819077 140735696691952 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15336/statm: 135371 126456 725 1374 0 133992 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 541484

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15405
/proc/meminfo: memFree=30487552/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=542616 CPUtime=1182.32
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 2364396 0 0 0 116331 1901 0 0 25 0 1 0 134362692 555638784 126757 4089446400 4194304 9819077 140735696691952 18446744073709551615 7816368 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15336/statm: 135654 126757 725 1374 0 134275 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 542616

[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 15407
/proc/meminfo: memFree=30482440/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=542944 CPUtime=1242.32
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 2442278 0 0 0 122245 1987 0 0 25 0 1 0 134362692 555974656 126846 4089446400 4194304 9819077 140735696691952 18446744073709551615 7291116 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15336/statm: 135736 126846 725 1374 0 134357 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 542944

[startup+1302.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 15409
/proc/meminfo: memFree=30477064/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=543572 CPUtime=1302.32
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 2537373 0 0 0 128148 2084 0 0 25 0 1 0 134362692 556617728 126971 4089446400 4194304 9819077 140735696691952 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15336/statm: 135893 126971 725 1374 0 134514 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 543572

[startup+1362.3 s]
/proc/loadavg: 2.20 2.06 2.01 3/183 15410
/proc/meminfo: memFree=30471944/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=546412 CPUtime=1362.32
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 2604168 0 0 0 134058 2174 0 0 25 0 1 0 134362692 559525888 127710 4089446400 4194304 9819077 140735696691952 18446744073709551615 5507220 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15336/statm: 136603 127710 725 1374 0 135224 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 546412

[startup+1422.31 s]
/proc/loadavg: 2.14 2.07 2.01 3/183 15412
/proc/meminfo: memFree=30466440/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=548344 CPUtime=1422.34
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 2682646 0 0 0 139973 2261 0 0 25 0 1 0 134362692 561504256 128163 4089446400 4194304 9819077 140735696691952 18446744073709551615 5909095 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15336/statm: 137086 128163 725 1374 0 135707 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 548344

[startup+1482.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/183 15413
/proc/meminfo: memFree=30458604/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=550416 CPUtime=1482.33
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 2753925 0 0 0 145897 2336 0 0 25 0 1 0 134362692 563625984 128684 4089446400 4194304 9819077 140735696691952 18446744073709551615 4225861 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15336/statm: 137604 128684 725 1374 0 136225 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 550416

[startup+1542.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 15415
/proc/meminfo: memFree=30449892/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=553148 CPUtime=1542.33
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 2828575 0 0 0 151821 2412 0 0 25 0 1 0 134362692 566423552 129362 4089446400 4194304 9819077 140735696691952 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15336/statm: 138287 129362 725 1374 0 136908 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 553148

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 15417
/proc/meminfo: memFree=30442532/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=554516 CPUtime=1602.34
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 2908090 0 0 0 157745 2489 0 0 25 0 1 0 134362692 567824384 129709 4089446400 4194304 9819077 140735696691952 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15336/statm: 138629 129709 725 1374 0 137250 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 554516

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 15418
/proc/meminfo: memFree=30437052/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=556304 CPUtime=1662.34
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 2982884 0 0 0 163668 2566 0 0 25 0 1 0 134362692 569655296 130073 4089446400 4194304 9819077 140735696691952 18446744073709551615 4948225 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15336/statm: 139076 130073 725 1374 0 137697 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 556304

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 15420
/proc/meminfo: memFree=30433920/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=555264 CPUtime=1722.33
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 3082482 0 0 0 169580 2653 0 0 25 0 1 0 134362692 568590336 129826 4089446400 4194304 9819077 140735696691952 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15336/statm: 138816 129826 725 1374 0 137437 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 555264

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15421
/proc/meminfo: memFree=30431904/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=555328 CPUtime=1782.33
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 3178480 0 0 0 175489 2744 0 0 25 0 1 0 134362692 568655872 129842 4089446400 4194304 9819077 140735696691952 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15336/statm: 138832 129842 725 1374 0 137453 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 555328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15422
/proc/meminfo: memFree=30431272/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=555324 CPUtime=1800.04
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 3241937 0 0 0 177222 2782 0 0 25 0 1 0 134362692 568651776 129842 4089446400 4194304 9819077 140735696691952 18446744073709551615 6688844 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15336/statm: 138831 129842 725 1374 0 137452 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 555324

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

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

[startup+1800.11 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15422
/proc/meminfo: memFree=30431272/32951124 swapFree=67111528/67111528
[pid=15336] ppid=15334 vsize=543036 CPUtime=1800.15
/proc/15336/stat : 15336 (pbscip.linux.x8) R 15334 15336 15177 0 -1 4202496 3241942 0 0 0 177233 2782 0 0 25 0 1 0 134362692 556068864 126771 4089446400 4194304 9819077 140735696691952 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15336/statm: 135759 126771 726 1374 0 134380 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 543036

Child status: 0
Real time (s): 1800.18
CPU time (s): 1800.23
CPU user time (s): 1772.39
CPU system time (s): 27.8448
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 561320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1772.39
system time used= 27.8448
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3241946
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= 2
involuntary context switches= 2176

runsolver used 2.87256 second user time and 6.96094 second system time

The end

Launcher Data

Begin job on node133 at 2010-06-30 22:44:31
IDJOB=2693058
IDBENCH=79308
IDSOLVER=1205
FILE ID=node133/2693058-1277930671
PBS_JOBID= 11197438
Free space on /tmp= 74208 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.1900573901--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-2693058-1277930671/watcher-2693058-1277930671 -o /tmp/evaluation-result-2693058-1277930671/solver-2693058-1277930671 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693058-1277930671.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 889361cc7af818b09040d50027029365
RANDOM SEED=206865106

node133.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.821
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.64
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.821
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	: 5332.75
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.821
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.82
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.821
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	: 7296.74
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.821
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.74
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.821
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.74
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.821
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.74
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.821
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:     32951124 kB
MemFree:      31301052 kB
Buffers:        210920 kB
Cached:         987512 kB
SwapCached:          0 kB
Active:         842992 kB
Inactive:       664228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31301052 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6236 kB
Writeback:           0 kB
AnonPages:      309212 kB
Mapped:          17116 kB
Slab:            80176 kB
PageTables:       5412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   460532 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 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 node133 at 2010-06-30 23:14:33