Trace number 2705097

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.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.35 1790.29

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900558106--soft-0-100-0.wbo
MD5SUM820e833470f89e38c3db46a3ad325d3f
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark437.198
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 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 815
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705097-1278578349.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.11	o 136179
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.361790e+05
0.09/0.11	c presolving:
0.09/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.13	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.98
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.29/0.38	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.361790e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.361790e+05 |    Inf 
23.49/23.54	o 343
23.49/23.54	c *23.5s|  9353 |  8467 |  6536 |   0.7 |  45M|2109 |   - |5645 |5415 |5645 | 221 |1845 |   1 | 657 | 0.000000e+00 | 3.430000e+02 |    Inf 
24.79/24.87	c  24.8s| 10000 |  9114 |  6593 |   0.6 |  47M|2109 |   0 |5645 |5415 |5645 | 203 |1847 |   1 | 657 | 0.000000e+00 | 3.430000e+02 |    Inf 
45.10/45.11	c  45.1s| 20000 | 19114 |  7591 |   0.4 |  66M|2109 |   0 |5645 |5415 |5645 | 206 |2098 |   1 | 680 | 0.000000e+00 | 3.430000e+02 |    Inf 
67.99/68.08	c  68.1s| 30000 | 28972 | 10216 |   0.3 |  86M|2109 |   0 |5645 |5575 |5645 | 199 |2626 | 161 | 776 | 0.000000e+00 | 3.430000e+02 |    Inf 
73.60/73.65	o 333
73.60/73.65	c *73.6s| 32314 | 31179 | 10839 |   0.3 |  91M|2109 |   - |5645 |5588 |5645 | 222 |2764 | 174 | 786 | 0.000000e+00 | 3.330000e+02 |    Inf 
74.09/74.19	o 321
74.09/74.19	c *74.2s| 32612 | 31223 | 10884 |   0.3 |  92M|2109 |   - |5645 |5598 |5645 | 198 |2774 | 184 | 786 | 0.000000e+00 | 3.210000e+02 |    Inf 
77.10/77.17	o 283
77.10/77.17	c *77.1s| 33512 | 30814 | 12242 |   0.4 |  93M|2109 |   - |5645 |5835 |5645 | 224 |3118 | 421 | 806 | 0.000000e+00 | 2.830000e+02 |    Inf 
77.10/77.18	o 274
77.10/77.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
77.10/77.18	c *77.2s| 33513 | 30481 | 12242 |   0.4 |  92M|2109 |   - |5645 |5835 |5645 | 224 |3118 | 421 | 806 | 0.000000e+00 | 2.740000e+02 |    Inf 
79.39/79.40	o 263
79.39/79.40	c *79.4s| 34142 | 30562 | 13329 |   0.4 |  93M|2109 |   - |5645 |6074 |5645 | 228 |3323 | 660 | 828 | 0.000000e+00 | 2.630000e+02 |    Inf 
80.59/80.63	o 247
80.59/80.63	c *80.6s| 34495 | 30053 | 13864 |   0.4 |  93M|2109 |   - |5645 |6195 |5645 | 225 |3452 | 781 | 829 | 0.000000e+00 | 2.470000e+02 |    Inf 
81.29/81.30	o 230
81.29/81.30	c *81.3s| 34720 | 28909 | 14016 |   0.4 |  91M|2109 |   - |5645 |6241 |5645 | 203 |3502 | 827 | 831 | 0.000000e+00 | 2.300000e+02 |    Inf 
82.80/82.86	o 188
82.80/82.86	c *82.8s| 35197 | 25050 | 14470 |   0.4 |  83M|2109 |   - |5645 |6529 |5645 | 226 |3600 |1115 | 839 | 0.000000e+00 | 1.880000e+02 |    Inf 
84.09/84.19	o 177
84.09/84.19	c *84.2s| 35540 | 24310 | 15084 |   0.4 |  82M|2109 |   - |5645 |6705 |5645 | 199 |3752 |1291 | 858 | 0.000000e+00 | 1.770000e+02 |    Inf 
94.50/94.56	o 174
94.50/94.56	c *94.5s| 38184 | 26006 | 20505 |   0.5 |  95M|2109 |   - |5645 |7939 |5645 | 200 |5181 |2536 |1005 | 0.000000e+00 | 1.740000e+02 |    Inf 
94.79/94.80	o 171
94.79/94.80	c *94.8s| 38246 | 25735 | 20617 |   0.5 |  94M|2109 |   - |5645 |7960 |5645 | 215 |5221 |2558 |1006 | 0.000000e+00 | 1.710000e+02 |    Inf 
101.29/101.34	c   101s| 40000 | 27172 | 24116 |   0.6 | 103M|2109 |   0 |5645 |8588 |5645 | 200 |6132 |3279 |1098 | 0.000000e+00 | 1.710000e+02 |    Inf 
114.79/114.87	o 167
114.79/114.87	c * 115s| 43574 | 29150 | 31318 |   0.7 | 119M|2109 |   - |5645 |9728 |5645 | 227 |7949 |5024 |1238 | 0.000000e+00 | 1.670000e+02 |    Inf 
114.79/114.87	o 163
114.79/114.87	c * 115s| 43575 | 28604 | 31318 |   0.7 | 118M|2109 |   - |5645 |9728 |5645 | 227 |7949 |5024 |1238 | 0.000000e+00 | 1.630000e+02 |    Inf 
114.99/115.02	o 160
114.99/115.02	c * 115s| 43610 | 28223 | 31417 |   0.7 | 117M|2109 |   - |5645 |9730 |5645 | 203 |7957 |5031 |1238 | 0.000000e+00 | 1.600000e+02 |    Inf 
116.99/117.07	o 146
116.99/117.07	c * 117s| 44135 | 26672 | 32360 |   0.7 | 114M|2109 |   - |5645 |9748 |5645 | 217 |8151 |5192 |1249 | 0.000000e+00 | 1.460000e+02 |    Inf 
121.70/121.72	o 137
121.70/121.72	c * 122s| 45323 | 25549 | 35452 |   0.8 | 116M|2109 |   - |5645 |  10k|5645 | 230 |8758 |5988 |1294 | 0.000000e+00 | 1.370000e+02 |    Inf 
128.39/128.41	o 109
128.39/128.41	c * 128s| 47080 | 20898 | 39128 |   0.8 | 101M|2109 |   - |5645 |  10k|5645 | 214 |9708 |6768 |1333 | 0.000000e+00 | 1.090000e+02 |    Inf 
136.49/136.59	o 107
136.49/136.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
136.49/136.59	c * 137s| 48889 | 21504 | 45275 |   0.9 | 112M|2109 |   - |5645 |  10k|5645 | 244 |  11k|8049 |1403 | 0.000000e+00 | 1.070000e+02 |    Inf 
136.59/136.64	o 106
136.59/136.64	c * 137s| 48894 | 21347 | 45377 |   0.9 | 111M|2109 |   - |5645 |  10k|5645 | 247 |  11k|8052 |1414 | 0.000000e+00 | 1.060000e+02 |    Inf 
142.10/142.12	c   142s| 50000 | 21903 | 48843 |   1.0 | 119M|2109 |   0 |5645 |9636 |5645 | 189 |  12k|8941 |1430 | 0.000000e+00 | 1.060000e+02 |    Inf 
151.30/151.34	o 105
151.30/151.34	c * 151s| 52237 | 23133 | 53978 |   1.0 | 130M|2109 |   - |5645 |8974 |5645 | 191 |  13k|  10k|1455 | 0.000000e+00 | 1.050000e+02 |    Inf 
152.19/152.22	o 100
152.19/152.22	c * 152s| 52446 | 22231 | 54851 |   1.0 | 127M|2109 |   - |5645 |8848 |5645 | 209 |  13k|  10k|1459 | 0.000000e+00 | 1.000000e+02 |    Inf 
179.20/179.21	o 94
179.20/179.21	c * 179s| 58578 | 24477 | 72577 |   1.2 | 162M|2109 |   - |5645 |7744 |5645 | 244 |  17k|  14k|1582 | 0.000000e+00 | 9.400000e+01 |    Inf 
185.39/185.48	c   185s| 60000 | 25193 | 76496 |   1.3 | 170M|2109 |   0 |5645 |6933 |5645 | 214 |  18k|  15k|1631 | 0.000000e+00 | 9.400000e+01 |    Inf 
193.90/193.98	o 90
193.90/193.98	c * 194s| 62088 | 25233 | 80572 |   1.3 | 179M|2109 |   - |5645 |7191 |5645 | 224 |  19k|  16k|1666 | 0.000000e+00 | 9.000000e+01 |    Inf 
193.90/193.99	o 83
193.90/193.99	c * 194s| 62089 | 23261 | 80572 |   1.3 | 171M|2109 |   - |5645 |7191 |5645 | 224 |  19k|  16k|1666 | 0.000000e+00 | 8.300000e+01 |    Inf 
197.19/197.25	o 79
197.19/197.25	c * 197s| 62880 | 22532 | 81953 |   1.3 | 168M|2109 |   - |5645 |6727 |5645 | 234 |  19k|  17k|1696 | 0.000000e+00 | 7.900000e+01 |    Inf 
197.19/197.26	o 77
197.19/197.26	c * 197s| 62881 | 21763 | 81954 |   1.3 | 165M|2109 |   - |5645 |6727 |5645 | 234 |  19k|  17k|1696 | 0.000000e+00 | 7.700000e+01 |    Inf 
218.49/218.57	o 73
218.49/218.57	c * 219s| 68106 | 23128 | 95480 |   1.4 | 184M|2109 |   - |5645 |6581 |5645 | 234 |  23k|  21k|1826 | 0.000000e+00 | 7.300000e+01 |    Inf 
218.99/219.06	o 70
218.99/219.06	c * 219s| 68246 | 22285 | 95746 |   1.4 | 181M|2109 |   - |5645 |6186 |5645 | 210 |  24k|  21k|1826 | 0.000000e+00 | 7.000000e+01 |    Inf 
224.79/224.83	o 69
224.79/224.83	c * 225s| 69590 | 22452 |100359 |   1.4 | 185M|2109 |   - |5645 |5787 |5645 | 228 |  25k|  22k|1912 | 0.000000e+00 | 6.900000e+01 |    Inf 
226.39/226.43	c   226s| 70000 | 22563 |101783 |   1.5 | 187M|2109 |   - |5645 |5760 |5645 | 205 |  25k|  23k|1918 | 0.000000e+00 | 6.900000e+01 |    Inf 
226.79/226.87	o 67
226.79/226.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
226.79/226.87	c * 227s| 70099 | 22152 |102123 |   1.5 | 184M|2109 |   - |5645 |5741 |5645 | 232 |  25k|  23k|1918 | 0.000000e+00 | 6.700000e+01 |    Inf 
228.40/228.42	o 66
228.40/228.42	c * 228s| 70464 | 22133 |103194 |   1.5 | 185M|2109 |   - |5645 |5665 |5645 | 241 |  26k|  23k|1924 | 0.000000e+00 | 6.600000e+01 |    Inf 
231.50/231.59	o 57
231.50/231.59	c * 232s| 71269 | 19623 |106419 |   1.5 | 171M|2109 |   - |5645 |5570 |5645 | 253 |  27k|  23k|1975 | 0.000000e+00 | 5.700000e+01 |    Inf 
231.70/231.70	o 52
231.70/231.70	c * 232s| 71283 | 18429 |106602 |   1.5 | 164M|2109 |   - |5645 |5295 |5645 | 258 |  27k|  23k|1984 | 0.000000e+00 | 5.200000e+01 |    Inf 
231.70/231.71	o 48
231.70/231.71	c * 232s| 71284 | 17178 |106602 |   1.5 | 154M|2109 |   - |5645 |5295 |5645 | 258 |  27k|  23k|1984 | 0.000000e+00 | 4.800000e+01 |    Inf 
233.11/233.18	o 46
233.11/233.18	c * 233s| 71683 | 16457 |108942 |   1.5 | 151M|2109 |   - |5645 |5062 |5645 | 222 |  28k|  24k|2021 | 0.000000e+00 | 4.600000e+01 |    Inf 
237.10/237.14	o 43
237.10/237.14	c * 237s| 72835 | 15335 |114692 |   1.6 | 142M|2109 |   - |5645 |5175 |5645 | 217 |  29k|  25k|2067 | 0.000000e+00 | 4.300000e+01 |    Inf 
237.10/237.18	o 42
237.10/237.18	c * 237s| 72847 | 15215 |114700 |   1.6 | 141M|2109 |   - |5645 |5050 |5645 | 217 |  29k|  25k|2067 | 0.000000e+00 | 4.200000e+01 |    Inf 
237.20/237.23	o 40
237.20/237.23	c * 237s| 72854 | 14855 |114783 |   1.6 | 136M|2109 |   - |5645 |5008 |5645 | 244 |  29k|  25k|2069 | 0.000000e+00 | 4.000000e+01 |    Inf 
239.20/239.25	o 37
239.20/239.25	c * 239s| 73408 | 14398 |118756 |   1.6 | 133M|2109 |   - |5645 |4846 |5645 | 211 |  30k|  26k|2103 | 0.000000e+00 | 3.700000e+01 |    Inf 
240.60/240.67	o 33
240.60/240.67	c * 241s| 73942 | 13757 |120510 |   1.6 | 125M|2109 |   - |5645 |4711 |5645 | 215 |  30k|  26k|2138 | 0.000000e+00 | 3.300000e+01 |    Inf 
240.70/240.79	o 20
240.70/240.79	c * 241s| 74020 | 11216 |120517 |   1.6 | 104M|2109 |   - |5645 |4558 |5645 | 215 |  30k|  26k|2138 | 0.000000e+00 | 2.000000e+01 |    Inf 
240.81/240.81	o 11
240.81/240.81	c * 241s| 74021 |  7810 |120517 |   1.6 |  83M|2109 |   - |5645 |4558 |5645 | 215 |  30k|  26k|2138 | 0.000000e+00 | 1.100000e+01 |    Inf 
252.70/252.70	c   253s| 80000 |  7098 |150891 |   1.9 |  82M|2109 |   - |5645 |5803 |   0 |   0 |  37k|  34k|2445 | 0.000000e+00 | 1.100000e+01 |    Inf 
272.70/272.71	c   273s| 90000 |  7156 |200398 |   2.2 |  86M|2109 |   1 |5645 |  10k|5645 | 255 |  47k|  47k|2723 | 0.000000e+00 | 1.100000e+01 |    Inf 
292.90/292.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
292.90/292.98	c   293s|100000 |  6981 |245560 |   2.5 |  86M|2109 |   1 |5645 |8725 |5645 | 216 |  56k|  60k|3098 | 0.000000e+00 | 1.100000e+01 |    Inf 
314.80/314.87	c   315s|110000 |  6776 |300791 |   2.7 |  88M|2109 |   - |5645 |  11k|5645 | 262 |  67k|  74k|3426 | 0.000000e+00 | 1.100000e+01 |    Inf 
336.40/336.41	c   336s|120000 |  6882 |346777 |   2.9 |  90M|2109 |   - |5645 |  13k|   0 |   0 |  76k|  87k|3634 | 0.000000e+00 | 1.100000e+01 |    Inf 
360.00/360.01	c   360s|130000 |  6993 |395400 |   3.0 |  95M|2109 |   - |5645 |  19k|   0 |   0 |  86k| 101k|3830 | 0.000000e+00 | 1.100000e+01 |    Inf 
386.10/386.19	c   386s|140000 |  7062 |447184 |   3.2 |  97M|2109 |   - |5645 |  16k|   0 |   0 |  97k| 116k|4110 | 0.000000e+00 | 1.100000e+01 |    Inf 
411.51/411.54	c   412s|150000 |  7025 |500395 |   3.3 |  99M|2109 |   - |5645 |  15k|   0 |   0 | 107k| 130k|4278 | 0.000000e+00 | 1.100000e+01 |    Inf 
436.30/436.30	c   436s|160000 |  7142 |547748 |   3.4 | 102M|2109 |   1 |5645 |  20k|5645 | 251 | 115k| 143k|4489 | 0.000000e+00 | 1.100000e+01 |    Inf 
462.21/462.24	c   462s|170000 |  7264 |594160 |   3.5 | 106M|2109 |   1 |5645 |  21k|5645 | 236 | 122k| 157k|4645 | 0.000000e+00 | 1.100000e+01 |    Inf 
488.31/488.31	c   488s|180000 |  7170 |643166 |   3.6 | 106M|2109 |   - |5645 |  16k|   0 |   0 | 130k| 171k|4816 | 0.000000e+00 | 1.100000e+01 |    Inf 
514.81/514.87	c   515s|190000 |  7171 |701507 |   3.7 | 107M|2109 |   - |5645 |  15k|   0 |   0 | 140k| 186k|5002 | 0.000000e+00 | 1.100000e+01 |    Inf 
539.40/539.48	c   539s|200000 |  6960 |748523 |   3.7 | 105M|2109 |   - |5645 |  14k|   0 |   0 | 149k| 200k|5126 | 0.000000e+00 | 1.100000e+01 |    Inf 
563.41/563.49	c   563s|210000 |  6852 |799488 |   3.8 | 105M|2109 |   1 |5645 |  18k|5645 | 253 | 158k| 214k|5265 | 0.000000e+00 | 1.100000e+01 |    Inf 
588.80/588.84	c   589s|220000 |  6851 |851962 |   3.9 | 107M|2109 |   6 |5645 |  20k|5645 | 254 | 167k| 228k|5397 | 0.000000e+00 | 1.100000e+01 |    Inf 
615.81/615.88	c   616s|230000 |  6784 |906722 |   3.9 | 106M|2109 |   - |5645 |  16k|   0 |   0 | 176k| 243k|5535 | 0.000000e+00 | 1.100000e+01 |    Inf 
639.81/639.80	c   640s|240000 |  6894 |953831 |   4.0 | 106M|2109 |   1 |5645 |  13k|5645 | 290 | 184k| 256k|5727 | 0.000000e+00 | 1.100000e+01 |    Inf 
662.91/662.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
662.91/662.98	c   663s|250000 |  7026 |  1002k|   4.0 | 109M|2109 |   - |5645 |  13k|   0 |   0 | 193k| 269k|5808 | 0.000000e+00 | 1.100000e+01 |    Inf 
686.42/686.42	c   686s|260000 |  7038 |  1050k|   4.0 | 111M|2109 |   - |5645 |  14k|   0 |   0 | 201k| 282k|5939 | 0.000000e+00 | 1.100000e+01 |    Inf 
710.41/710.41	c   710s|270000 |  7050 |  1102k|   4.1 | 112M|2109 |   4 |5645 |  14k|5645 | 262 | 210k| 296k|6061 | 0.000000e+00 | 1.100000e+01 |    Inf 
734.51/734.57	c   735s|280000 |  7064 |  1156k|   4.1 | 113M|2109 |   - |5645 |  13k|   0 |   0 | 218k| 309k|6193 | 0.000000e+00 | 1.100000e+01 |    Inf 
759.81/759.87	c   760s|290000 |  7166 |  1219k|   4.2 | 117M|2109 |   - |5645 |  17k|   0 |   0 | 229k| 324k|6330 | 0.000000e+00 | 1.100000e+01 |    Inf 
787.62/787.66	c   788s|300000 |  7157 |  1294k|   4.3 | 119M|2109 |   - |5645 |  18k|   0 |   0 | 239k| 338k|6466 | 0.000000e+00 | 1.100000e+01 |    Inf 
812.22/812.25	c   812s|310000 |  6839 |  1342k|   4.3 | 115M|2109 |   - |5645 |  11k|5645 | 320 | 248k| 351k|6622 | 0.000000e+00 | 1.100000e+01 |    Inf 
835.01/835.08	c   835s|320000 |  6114 |  1399k|   4.4 | 111M|2109 |   3 |5645 |  13k|5645 | 261 | 258k| 365k|6805 | 0.000000e+00 | 1.100000e+01 |    Inf 
860.72/860.71	c   861s|330000 |  6176 |  1470k|   4.5 | 115M|2109 |   - |5645 |  15k|   0 |   0 | 267k| 378k|6919 | 0.000000e+00 | 1.100000e+01 |    Inf 
884.62/884.69	c   885s|340000 |  5733 |  1523k|   4.5 | 112M|2109 |   4 |5645 |  11k|5645 | 245 | 275k| 391k|7059 | 0.000000e+00 | 1.100000e+01 |    Inf 
908.82/908.87	c   909s|350000 |  5252 |  1573k|   4.5 | 110M|2109 |   1 |5645 |  10k|5645 | 230 | 285k| 404k|7289 | 0.000000e+00 | 1.100000e+01 |    Inf 
931.52/931.59	c   932s|360000 |  5567 |  1622k|   4.5 | 115M|2109 |   - |5645 |  12k|   0 |   0 | 294k| 416k|7623 | 0.000000e+00 | 1.100000e+01 |    Inf 
953.92/953.90	c   954s|370000 |  5844 |  1671k|   4.5 | 119M|2109 |   1 |5645 |  13k|5645 | 224 | 303k| 428k|7636 | 0.000000e+00 | 1.100000e+01 |    Inf 
976.02/976.05	c   976s|380000 |  6003 |  1719k|   4.5 | 122M|2109 |   - |5645 |  13k|   0 |   0 | 310k| 442k|7708 | 0.000000e+00 | 1.100000e+01 |    Inf 
998.92/998.94	c   999s|390000 |  6121 |  1769k|   4.5 | 125M|2109 |   1 |5645 |  15k|5645 | 243 | 319k| 455k|7782 | 0.000000e+00 | 1.100000e+01 |    Inf 
1021.83/1021.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1021.83/1021.82	c  1022s|400000 |  6303 |  1817k|   4.5 | 128M|2109 |   1 |5645 |  15k|5645 | 204 | 327k| 468k|7843 | 0.000000e+00 | 1.100000e+01 |    Inf 
1044.93/1044.97	c  1045s|410000 |  6399 |  1865k|   4.5 | 131M|2109 |   - |5645 |  17k|   0 |   0 | 336k| 482k|7917 | 0.000000e+00 | 1.100000e+01 |    Inf 
1068.13/1068.18	c  1068s|420000 |  6499 |  1917k|   4.6 | 133M|2109 |   - |5645 |  17k|   0 |   0 | 345k| 496k|8014 | 0.000000e+00 | 1.100000e+01 |    Inf 
1091.62/1091.64	c  1092s|430000 |  6683 |  1968k|   4.6 | 136M|2109 |   - |5645 |  16k|   0 |   0 | 353k| 510k|8072 | 0.000000e+00 | 1.100000e+01 |    Inf 
1115.62/1115.66	c  1116s|440000 |  6805 |  2016k|   4.6 | 139M|2109 |   - |5645 |  15k|   0 |   0 | 362k| 523k|8154 | 0.000000e+00 | 1.100000e+01 |    Inf 
1139.63/1139.68	c  1140s|450000 |  6966 |  2067k|   4.6 | 142M|2109 |   6 |5645 |  16k|5645 | 272 | 371k| 537k|8216 | 0.000000e+00 | 1.100000e+01 |    Inf 
1163.53/1163.57	c  1164s|460000 |  7083 |  2120k|   4.6 | 145M|2109 |   - |5645 |  17k|   0 |   0 | 380k| 551k|8310 | 0.000000e+00 | 1.100000e+01 |    Inf 
1187.42/1187.48	c  1187s|470000 |  7092 |  2167k|   4.6 | 146M|2109 |  18 |5645 |  17k|5645 | 279 | 388k| 565k|8379 | 0.000000e+00 | 1.100000e+01 |    Inf 
1211.63/1211.68	c  1212s|480000 |  7231 |  2220k|   4.6 | 148M|2109 |   - |5645 |  18k|   0 |   0 | 396k| 578k|8432 | 0.000000e+00 | 1.100000e+01 |    Inf 
1237.63/1237.68	c  1238s|490000 |  7316 |  2276k|   4.6 | 150M|2109 |   1 |5645 |  18k|5645 | 260 | 404k| 591k|8515 | 0.000000e+00 | 1.100000e+01 |    Inf 
1264.33/1264.33	c  1264s|500000 |  7417 |  2331k|   4.7 | 154M|2109 |   - |5645 |  18k|   0 |   0 | 413k| 605k|8596 | 0.000000e+00 | 1.100000e+01 |    Inf 
1290.03/1290.05	c  1290s|510000 |  7451 |  2382k|   4.7 | 155M|2109 |   1 |5645 |  16k|5645 | 216 | 422k| 619k|8659 | 0.000000e+00 | 1.100000e+01 |    Inf 
1313.93/1313.99	c  1314s|520000 |  7492 |  2426k|   4.7 | 157M|2109 |  12 |5645 |  17k|5645 | 244 | 428k| 632k|8711 | 0.000000e+00 | 1.100000e+01 |    Inf 
1337.73/1337.78	c  1338s|530000 |  7507 |  2472k|   4.7 | 158M|2109 |   5 |5645 |  18k|5645 | 234 | 436k| 646k|8771 | 0.000000e+00 | 1.100000e+01 |    Inf 
1361.84/1361.87	c  1362s|540000 |  7550 |  2512k|   4.7 | 160M|2109 |  13 |5645 |  19k|5645 | 296 | 442k| 660k|8820 | 0.000000e+00 | 1.100000e+01 |    Inf 
1388.14/1388.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1388.14/1388.12	c  1388s|550000 |  7661 |  2566k|   4.7 | 163M|2109 |  10 |5645 |  21k|5645 | 277 | 450k| 674k|8884 | 0.000000e+00 | 1.100000e+01 |    Inf 
1413.54/1413.58	c  1414s|560000 |  7748 |  2614k|   4.7 | 165M|2109 |   - |5645 |  20k|   0 |   0 | 458k| 688k|8945 | 0.000000e+00 | 1.100000e+01 |    Inf 
1438.24/1438.29	c  1438s|570000 |  7901 |  2662k|   4.7 | 168M|2109 |   - |5645 |  19k|   0 |   0 | 466k| 701k|9005 | 0.000000e+00 | 1.100000e+01 |    Inf 
1462.13/1462.12	c  1462s|580000 |  7999 |  2708k|   4.7 | 169M|2109 |   - |5645 |  18k|   0 |   0 | 474k| 715k|9059 | 0.000000e+00 | 1.100000e+01 |    Inf 
1485.64/1485.66	c  1486s|590000 |  8053 |  2758k|   4.7 | 171M|2109 |  11 |5645 |  18k|5645 | 229 | 482k| 729k|9135 | 0.000000e+00 | 1.100000e+01 |    Inf 
1508.93/1508.97	c  1509s|600000 |  7977 |  2805k|   4.7 | 171M|2109 |   1 |5645 |  17k|5645 | 252 | 489k| 743k|9193 | 0.000000e+00 | 1.100000e+01 |    Inf 
1533.14/1533.17	c  1533s|610000 |  8086 |  2854k|   4.7 | 173M|2109 |   5 |5645 |  14k|5645 | 222 | 497k| 755k|9487 | 0.000000e+00 | 1.100000e+01 |    Inf 
1556.44/1556.45	c  1556s|620000 |  8235 |  2903k|   4.7 | 176M|2109 |   - |5645 |  14k|   0 |   0 | 507k| 768k|9509 | 0.000000e+00 | 1.100000e+01 |    Inf 
1579.44/1579.45	c  1579s|630000 |  8299 |  2949k|   4.7 | 178M|2109 |   - |5645 |  17k|   0 |   0 | 515k| 782k|9528 | 0.000000e+00 | 1.100000e+01 |    Inf 
1603.13/1603.17	c  1603s|640000 |  8350 |  2993k|   4.7 | 179M|2109 |   8 |5645 |  17k|5645 | 247 | 523k| 796k|9570 | 0.000000e+00 | 1.100000e+01 |    Inf 
1626.74/1626.75	c  1627s|650000 |  8395 |  3036k|   4.7 | 181M|2109 |   - |5645 |  16k|   0 |   0 | 531k| 809k|9642 | 0.000000e+00 | 1.100000e+01 |    Inf 
1652.44/1652.44	c  1652s|660000 |  8498 |  3090k|   4.7 | 184M|2109 |   1 |5645 |  19k|5645 | 245 | 539k| 821k|9697 | 0.000000e+00 | 1.100000e+01 |    Inf 
1677.74/1677.78	c  1678s|670000 |  8521 |  3140k|   4.7 | 184M|2109 |   4 |5645 |  18k|5645 | 237 | 547k| 835k|9762 | 0.000000e+00 | 1.100000e+01 |    Inf 
1703.44/1703.45	c  1703s|680000 |  8651 |  3189k|   4.7 | 187M|2109 |   - |5645 |  18k|   0 |   0 | 556k| 848k|9817 | 0.000000e+00 | 1.100000e+01 |    Inf 
1728.84/1728.86	c  1729s|690000 |  8790 |  3236k|   4.7 | 190M|2109 |  10 |5645 |  19k|5645 | 273 | 565k| 860k|9872 | 0.000000e+00 | 1.100000e+01 |    Inf 
1755.05/1755.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1755.05/1755.04	c  1755s|700000 |  8915 |  3294k|   4.7 | 192M|2109 |   - |5645 |  20k|   0 |   0 | 574k| 873k|9948 | 0.000000e+00 | 1.100000e+01 |    Inf 
1781.14/1781.11	c  1781s|710000 |  8957 |  3351k|   4.7 | 193M|2109 |   - |5645 |  19k|   0 |   0 | 583k| 887k|  10k| 0.000000e+00 | 1.100000e+01 |    Inf 
1790.05/1790.01	c 
1790.05/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.01	c Solving Time (sec) : 1789.98
1790.05/1790.01	c Solving Nodes      : 713391
1790.05/1790.01	c Primal Bound       : +1.10000000000000e+01 (182 solutions)
1790.05/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.05/1790.01	c Gap                : infinite
1790.05/1790.09	s SATISFIABLE
1790.05/1790.09	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 -x210 
1790.05/1790.09	v -x209 -x208 x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 x189 
1790.05/1790.09	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 x168 
1790.05/1790.09	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.05/1790.09	v -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 x125 
1790.05/1790.09	v -x124 -x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 
1790.05/1790.09	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 
1790.05/1790.09	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 
1790.05/1790.09	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 
1790.05/1790.09	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 
1790.05/1790.09	v -x1 
1790.05/1790.09	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.09	c Solving Time       :    1789.98
1790.05/1790.09	c Original Problem   :
1790.05/1790.09	c   Problem name     : HOME/instance-2705097-1278578349.wbo
1790.05/1790.09	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.05/1790.09	c   Constraints      : 5415 initial, 5415 maximal
1790.05/1790.09	c Presolved Problem  :
1790.05/1790.09	c   Problem name     : t_HOME/instance-2705097-1278578349.wbo
1790.05/1790.09	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.05/1790.09	c   Constraints      : 5414 initial, 22929 maximal
1790.05/1790.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.05/1790.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.05/1790.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.05/1790.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   root node        :          -       4850          -          -       4850          -          -          -          -
1790.05/1790.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.09	c   integral         :          0          0          0     482275          0         11       1349          0          0     706030
1790.05/1790.09	c   linear           :       2707          6    4022509     128061          1     243394   19734998     585871          0          0
1790.05/1790.09	c   indicator        :       2707          0    3771104     127916          1        564    7972247          0          0          0
1790.05/1790.09	c   logicor          :          0+         0    1092253          0          0      56361     922742          0          0          0
1790.05/1790.09	c   bounddisjunction :          0+         0     434396          0          0        130       7572          0          0          0
1790.05/1790.09	c   countsols        :          0          0          0      59111          1          0          0          0          0          0
1790.05/1790.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.05/1790.09	c   integral         :      15.56       0.00       0.00      15.56       0.00
1790.05/1790.09	c   linear           :     234.71       0.00     217.37      17.33       0.00
1790.05/1790.09	c   indicator        :      83.53       0.02      61.48      22.04       0.00
1790.05/1790.09	c   logicor          :     193.75       0.00     193.75       0.00       0.00
1790.05/1790.09	c   bounddisjunction :       6.04       0.00       6.04       0.00       0.00
1790.05/1790.09	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.05/1790.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.05/1790.09	c   vbounds          :       1.23     135647          0      11715
1790.05/1790.09	c   rootredcost      :       0.63         43          0       2425
1790.05/1790.09	c   pseudoobj        :     171.39    4036596      14025    7455386
1790.05/1790.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.05/1790.09	c   propagation      :      18.39     313910     313867    1899509       24.6      10635       23.3          -
1790.05/1790.09	c   infeasible LP    :      12.44      31201      31201     256984       35.4        460       20.7          0
1790.05/1790.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.09	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.05/1790.09	c   applied globally :          -          -          -     891819       20.6          -          -          -
1790.05/1790.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.05/1790.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.05/1790.09	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.05/1790.09	c   redcost          :      51.42     492055          0     748252          0          0
1790.05/1790.09	c   impliedbounds    :       0.00          4          0          0          0          0
1790.05/1790.09	c   intobj           :       0.00          0          0          0          0          0
1790.05/1790.09	c   cgmip            :       0.00          0          0          0          0          0
1790.05/1790.09	c   gomory           :       0.01          4          0          0        230          0
1790.05/1790.09	c   strongcg         :       0.01          4          0          0        215          0
1790.05/1790.09	c   cmir             :       0.01          4          0          0          0          0
1790.05/1790.09	c   flowcover        :       0.02          4          0          0          0          0
1790.05/1790.09	c   clique           :       0.00          1          0          0          0          0
1790.05/1790.09	c   zerohalf         :       0.00          0          0          0          0          0
1790.05/1790.09	c   mcf              :       0.00          1          0          0          0          0
1790.05/1790.09	c   rapidlearning    :       0.17          1          0          0          0          0
1790.05/1790.09	c Pricers            :       Time      Calls       Vars
1790.05/1790.09	c   problem variables:       0.00          0          0
1790.05/1790.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.09	c   relpscost        :      15.19     354197         11       1349          0          0     706030
1790.05/1790.09	c   pscost           :       0.00          0          0          0          0          0          0
1790.05/1790.09	c   inference        :      44.69      59069          0          0          0          0     118543
1790.05/1790.09	c   mostinf          :       0.00          0          0          0          0          0          0
1790.05/1790.09	c   leastinf         :       0.00          0          0          0          0          0          0
1790.05/1790.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.05/1790.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.05/1790.09	c   random           :       0.00          0          0          0          0          0          0
1790.05/1790.09	c Primal Heuristics  :       Time      Calls      Found
1790.05/1790.09	c   LP solutions     :       0.14          -         43
1790.05/1790.09	c   pseudo solutions :       0.00          -          0
1790.05/1790.09	c   feaspump         :       0.01          0          0
1790.05/1790.09	c   intshifting      :       0.01          0          0
1790.05/1790.09	c   oneopt           :       0.40         37          0
1790.05/1790.09	c   guideddiving     :       0.19         71          0
1790.05/1790.09	c   crossover        :       1.77         45          2
1790.05/1790.09	c   coefdiving       :       0.32        159          0
1790.05/1790.09	c   pscostdiving     :       0.30        159          0
1790.05/1790.09	c   fracdiving       :       0.30        159          0
1790.05/1790.09	c   veclendiving     :       0.30        160          0
1790.05/1790.09	c   linesearchdiving :       0.30        160          0
1790.05/1790.09	c   objpscostdiving  :       0.32        158          0
1790.05/1790.09	c   rootsoldiving    :       0.34        158          0
1790.05/1790.09	c   trivial          :       0.07          2          2
1790.05/1790.09	c   simplerounding   :       0.66     356487          0
1790.05/1790.09	c   zirounding       :       0.45       1000          0
1790.05/1790.09	c   rounding         :       1.22       8373          0
1790.05/1790.09	c   shifting         :       0.69       2611          0
1790.05/1790.09	c   twoopt           :       0.00          0          0
1790.05/1790.09	c   fixandinfer      :       0.00          0          0
1790.05/1790.09	c   intdiving        :       0.00          0          0
1790.05/1790.09	c   actconsdiving    :       0.00          0          0
1790.05/1790.09	c   octane           :       0.00          0          0
1790.05/1790.09	c   rens             :       0.03          1          0
1790.05/1790.09	c   rins             :       0.00          0          0
1790.05/1790.09	c   localbranching   :       0.00          0          0
1790.05/1790.09	c   mutation         :       0.00          0          0
1790.05/1790.09	c   dins             :       0.00          0          0
1790.05/1790.09	c   undercover       :       0.00          0          0
1790.05/1790.09	c   nlp              :       0.13          0          0
1790.05/1790.09	c   trysol           :       0.41        410        135
1790.05/1790.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.05/1790.09	c   primal LP        :       0.00          0          0       0.00          -
1790.05/1790.09	c   dual LP          :     473.06     461047    3371238       7.31    7126.43
1790.05/1790.09	c   lex dual LP      :       0.00          0          0       0.00          -
1790.05/1790.09	c   barrier LP       :       0.00          0          0       0.00          -
1790.05/1790.09	c   diving/probing LP:       0.11         60       1014      16.90    9249.46
1790.05/1790.09	c   strong branching :      12.17      10009     107364      10.73    8821.85
1790.05/1790.09	c     (at root node) :          -         32       1047      32.72          -
1790.05/1790.09	c   conflict analysis:       0.00          0          0       0.00          -
1790.05/1790.09	c B&B Tree           :
1790.05/1790.09	c   number of runs   :          1
1790.05/1790.09	c   nodes            :     713391
1790.05/1790.09	c   nodes (total)    :     713391
1790.05/1790.09	c   nodes left       :       8966
1790.05/1790.09	c   max depth        :       2109
1790.05/1790.09	c   max depth (total):       2109
1790.05/1790.09	c   backtracks       :      65398 (9.2%)
1790.05/1790.09	c   delayed cutoffs  :      52992
1790.05/1790.09	c   repropagations   :    1690803 (6245516 domain reductions, 44380 cutoffs)
1790.05/1790.09	c   avg switch length:       6.33
1790.05/1790.09	c   switching time   :     245.79
1790.05/1790.09	c Solution           :
1790.05/1790.09	c   Solutions found  :        182 (44 improvements)
1790.05/1790.09	c   First Solution   : +1.36179000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.05/1790.09	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 74021 nodes, 240.77 seconds, depth 116, found by <relaxation>)
1790.05/1790.09	c   Dual Bound       : +0.00000000000000e+00
1790.05/1790.09	c   Gap              :   infinite
1790.05/1790.09	c   Root Dual Bound  : +0.00000000000000e+00
1790.05/1790.09	c   Root Iterations  :        184
1790.25/1790.29	c Time complete: 1790.34.

Verifier Data

OK	11

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705097-1278578349/watcher-2705097-1278578349 -o /tmp/evaluation-result-2705097-1278578349/solver-2705097-1278578349 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705097-1278578349.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.00 1.95 4/178 22886
/proc/meminfo: memFree=28149076/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=12880 CPUtime=0
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 2042 0 0 0 0 0 0 0 25 0 1 0 26048520 13189120 1962 4089446400 4194304 10345943 140736154373456 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22886/statm: 3220 1974 429 1502 0 1713 0

[startup+0.0081091 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 22886
/proc/meminfo: memFree=28149076/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=13700 CPUtime=0
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 2259 0 0 0 0 0 0 0 25 0 1 0 26048520 14028800 2178 4089446400 4194304 10345943 140736154373456 18446744073709551615 9137947 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22886/statm: 3425 2178 429 1502 0 1918 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13700

[startup+0.101141 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 22886
/proc/meminfo: memFree=28149076/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=38016 CPUtime=0.09
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 8447 0 0 0 8 1 0 0 25 0 1 0 26048520 38928384 8012 4089446400 4194304 10345943 140736154373456 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22886/statm: 9504 8012 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38016

[startup+0.301108 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 22886
/proc/meminfo: memFree=28149076/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=70100 CPUtime=0.29
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 16225 0 0 0 28 1 0 0 25 0 1 0 26048520 71782400 15790 4089446400 4194304 10345943 140736154373456 18446744073709551615 6002410 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22886/statm: 17525 15790 632 1502 0 16018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70100

[startup+0.701034 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 22886
/proc/meminfo: memFree=28149076/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=65260 CPUtime=0.69
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 16891 0 0 0 67 2 0 0 25 0 1 0 26048520 66826240 15051 4089446400 4194304 10345943 140736154373456 18446744073709551615 7568002 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22886/statm: 16315 15051 751 1502 0 14808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65260

[startup+1.50092 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22887
/proc/meminfo: memFree=28090664/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=65260 CPUtime=1.49
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 16893 0 0 0 147 2 0 0 25 0 1 0 26048520 66826240 15053 4089446400 4194304 10345943 140736154373456 18446744073709551615 6866091 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22886/statm: 16315 15053 753 1502 0 14808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65260

[startup+3.10063 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22887
/proc/meminfo: memFree=28091272/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=65260 CPUtime=3.09
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 16897 0 0 0 306 3 0 0 25 0 1 0 26048520 66826240 15057 4089446400 4194304 10345943 140736154373456 18446744073709551615 5926585 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22886/statm: 16315 15057 754 1502 0 14808 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65260

[startup+6.30096 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22914
/proc/meminfo: memFree=29079428/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=74444 CPUtime=6.29
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 19553 0 0 0 625 4 0 0 25 0 1 0 26048520 76230656 17124 4089446400 4194304 10345943 140736154373456 18446744073709551615 6519530 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 18611 17124 754 1502 0 17104 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 74444

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22914
/proc/meminfo: memFree=29064928/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=74444 CPUtime=12.69
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 21590 0 0 0 1264 5 0 0 25 0 1 0 26048520 76230656 17395 4089446400 4194304 10345943 140736154373456 18446744073709551615 4447807 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 18611 17395 761 1502 0 17104 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 74444

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22915
/proc/meminfo: memFree=29037424/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=79088 CPUtime=25.49
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 35691 0 0 0 2541 8 0 0 25 0 1 0 26048520 80986112 18496 4089446400 4194304 10345943 140736154373456 18446744073709551615 8933822 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 19772 18496 761 1502 0 18265 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79088

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22915
/proc/meminfo: memFree=28966948/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=104456 CPUtime=51.09
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 60425 0 0 0 5095 14 0 0 25 0 1 0 26048520 106962944 24689 4089446400 4194304 10345943 140736154373456 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 26114 24689 761 1502 0 24607 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 104456

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22917
/proc/meminfo: memFree=28792940/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=177900 CPUtime=102.3
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 109483 0 0 0 10204 26 0 0 25 0 1 0 26048520 182169600 43270 4089446400 4194304 10345943 140736154373456 18446744073709551615 7791808 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 44475 43270 762 1502 0 42968 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 177900

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22918
/proc/meminfo: memFree=28574488/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=295276 CPUtime=162.3
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 192968 0 0 0 16185 45 0 0 25 0 1 0 26048520 302362624 70357 4089446400 4194304 10345943 140736154373456 18446744073709551615 4476327 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 73819 70357 762 1502 0 72312 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 295276

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22920
/proc/meminfo: memFree=28351840/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=410540 CPUtime=222.29
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 250278 0 0 0 22171 58 0 0 25 0 1 0 26048520 420392960 97168 4089446400 4194304 10345943 140736154373456 18446744073709551615 6785808 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 102635 97168 767 1502 0 101128 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 410540

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22921
/proc/meminfo: memFree=28209188/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=443924 CPUtime=282.3
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 303237 0 0 0 28149 81 0 0 25 0 1 0 26048520 454578176 105305 4089446400 4194304 10345943 140736154373456 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 110981 105305 786 1502 0 109474 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 443924

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22923
/proc/meminfo: memFree=28092920/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=448604 CPUtime=342.3
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 306520 0 0 0 34133 97 0 0 25 0 1 0 26048520 459370496 106308 4089446400 4194304 10345943 140736154373456 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 112151 106308 786 1502 0 110644 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 448604

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22925
/proc/meminfo: memFree=27975192/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=454312 CPUtime=402.3
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 310130 0 0 0 40118 112 0 0 25 0 1 0 26048520 465215488 107943 4089446400 4194304 10345943 140736154373456 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 113578 107943 786 1502 0 112071 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 454312

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22926
/proc/meminfo: memFree=27857948/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=458268 CPUtime=462.31
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 311083 0 0 0 46105 126 0 0 25 0 1 0 26048520 469266432 108896 4089446400 4194304 10345943 140736154373456 18446744073709551615 6929840 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 114567 108896 786 1502 0 113060 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 458268

[startup+522.301 s]
/proc/loadavg: 2.07 2.02 1.95 3/179 22928
/proc/meminfo: memFree=27736628/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=463200 CPUtime=522.31
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 314068 0 0 0 52090 141 0 0 25 0 1 0 26048520 474316800 110153 4089446400 4194304 10345943 140736154373456 18446744073709551615 6868729 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 115800 110153 786 1502 0 114293 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 463200

[startup+582.301 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 22929
/proc/meminfo: memFree=27619616/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=465216 CPUtime=582.31
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 314691 0 0 0 58075 156 0 0 25 0 1 0 26048520 476381184 110776 4089446400 4194304 10345943 140736154373456 18446744073709551615 5614823 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 116304 110776 786 1502 0 114797 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 465216

[startup+642.301 s]
/proc/loadavg: 2.01 2.00 1.95 3/179 22931
/proc/meminfo: memFree=27503228/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=466796 CPUtime=642.31
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 315054 0 0 0 64060 171 0 0 25 0 1 0 26048520 477999104 111139 4089446400 4194304 10345943 140736154373456 18446744073709551615 6105494 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 116699 111139 786 1502 0 115192 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 466796

[startup+702.301 s]

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

/proc/meminfo: memFree=26680588/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=498468 CPUtime=1062.32
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 327272 0 0 0 105958 274 0 0 25 0 1 0 26048520 510431232 118589 4089446400 4194304 10345943 140736154373456 18446744073709551615 6068933 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 124617 118589 786 1502 0 123110 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 498468

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22944
/proc/meminfo: memFree=26557760/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=504268 CPUtime=1122.32
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 328619 0 0 0 111943 289 0 0 25 0 1 0 26048520 516370432 119936 4089446400 4194304 10345943 140736154373456 18446744073709551615 4701101 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 126067 119936 786 1502 0 124560 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 504268

[startup+1182.3 s]
/proc/loadavg: 2.06 2.01 1.96 4/179 22945
/proc/meminfo: memFree=26440152/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=509972 CPUtime=1182.32
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 330024 0 0 0 117927 305 0 0 25 0 1 0 26048520 522211328 121340 4089446400 4194304 10345943 140736154373456 18446744073709551615 6068911 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 127493 121340 786 1502 0 125986 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 509972

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 22947
/proc/meminfo: memFree=26318928/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=517248 CPUtime=1242.33
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 335884 0 0 0 123912 321 0 0 25 0 1 0 26048520 529661952 122966 4089446400 4194304 10345943 140736154373456 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 129312 122966 786 1502 0 127805 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 517248

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22949
/proc/meminfo: memFree=26199572/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=521636 CPUtime=1302.33
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 337269 0 0 0 129898 335 0 0 25 0 1 0 26048520 534155264 124351 4089446400 4194304 10345943 140736154373456 18446744073709551615 4228079 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 130409 124351 786 1502 0 128902 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 521636

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22959
/proc/meminfo: memFree=26083756/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=527676 CPUtime=1362.33
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 338286 0 0 0 135884 349 0 0 25 0 1 0 26048520 540340224 125367 4089446400 4194304 10345943 140736154373456 18446744073709551615 5031150 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 131919 125367 786 1502 0 130412 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 527676

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22961
/proc/meminfo: memFree=25962928/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=535868 CPUtime=1422.34
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 340245 0 0 0 141870 364 0 0 25 0 1 0 26048520 548728832 127326 4089446400 4194304 10345943 140736154373456 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 133967 127326 786 1502 0 132460 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 535868

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22962
/proc/meminfo: memFree=25846308/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=542356 CPUtime=1482.34
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 341740 0 0 0 147853 381 0 0 25 0 1 0 26048520 555372544 128821 4089446400 4194304 10345943 140736154373456 18446744073709551615 6518778 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 135589 128821 786 1502 0 134082 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 542356

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22964
/proc/meminfo: memFree=25731304/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=546516 CPUtime=1542.34
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 342859 0 0 0 153838 396 0 0 25 0 1 0 26048520 559632384 129940 4089446400 4194304 10345943 140736154373456 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 136629 129940 786 1502 0 135122 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 546516

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22993
/proc/meminfo: memFree=28548932/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=553344 CPUtime=1602.34
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 344005 0 0 0 159825 409 0 0 25 0 1 0 26048520 566624256 131085 4089446400 4194304 10345943 140736154373456 18446744073709551615 5085437 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 138336 131085 786 1502 0 136829 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 553344

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22994
/proc/meminfo: memFree=28477240/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=556812 CPUtime=1662.34
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 345042 0 0 0 165810 424 0 0 25 0 1 0 26048520 570175488 132122 4089446400 4194304 10345943 140736154373456 18446744073709551615 6518879 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 139203 132122 786 1502 0 137696 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 556812

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22996
/proc/meminfo: memFree=28432056/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=559664 CPUtime=1722.34
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 345868 0 0 0 171797 437 0 0 25 0 1 0 26048520 573095936 132948 4089446400 4194304 10345943 140736154373456 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 139916 132948 786 1502 0 138409 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 559664

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22997
/proc/meminfo: memFree=28372484/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=566272 CPUtime=1782.35
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 347289 0 0 0 177781 454 0 0 25 0 1 0 26048520 579862528 134369 4089446400 4194304 10345943 140736154373456 18446744073709551615 6043584 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 141568 134369 786 1502 0 140061 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 566272

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22997
/proc/meminfo: memFree=28370128/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=566272 CPUtime=1785.55
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 347320 0 0 0 178100 455 0 0 25 0 1 0 26048520 579862528 134400 4089446400 4194304 10345943 140736154373456 18446744073709551615 6853984 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 141568 134400 786 1502 0 140061 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 566272

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22997
/proc/meminfo: memFree=28366160/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=566272 CPUtime=1788.74
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 347367 0 0 0 178419 455 0 0 25 0 1 0 26048520 579862528 134447 4089446400 4194304 10345943 140736154373456 18446744073709551615 6847488 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 141568 134447 786 1502 0 140061 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 566272

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22997
/proc/meminfo: memFree=28366160/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=566272 CPUtime=1789.55
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 347368 0 0 0 178499 456 0 0 25 0 1 0 26048520 579862528 134448 4089446400 4194304 10345943 140736154373456 18446744073709551615 6307517 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 141568 134448 786 1502 0 140061 0
Current children cumulated CPU time (s) 1789.55
Current children cumulated vsize (KiB) 566272

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22998
/proc/meminfo: memFree=28366272/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=566272 CPUtime=1789.95
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 347374 0 0 0 178539 456 0 0 25 0 1 0 26048520 579862528 134454 4089446400 4194304 10345943 140736154373456 18446744073709551615 4962591 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22886/statm: 141568 134454 786 1502 0 140061 0
Current children cumulated CPU time (s) 1789.95
Current children cumulated vsize (KiB) 566272

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22998
/proc/meminfo: memFree=28366272/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=566272 CPUtime=1790.15
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 347375 0 0 0 178559 456 0 0 25 0 1 0 26048520 579862528 134455 4089446400 4194304 10345943 140736154373456 18446744073709551615 4218186 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22886/statm: 141568 134455 787 1502 0 140061 0
Current children cumulated CPU time (s) 1790.15
Current children cumulated vsize (KiB) 566272

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22998
/proc/meminfo: memFree=28366272/32950928 swapFree=67111528/67111528
[pid=22886] ppid=22884 vsize=566272 CPUtime=1790.25
/proc/22886/stat : 22886 (pbscip.linux.x8) R 22884 22886 22428 0 -1 4202496 347375 0 0 0 178569 456 0 0 25 0 1 0 26048520 579862528 134455 4089446400 4194304 10345943 140736154373456 18446744073709551615 4220157 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22886/statm: 141568 134455 787 1502 0 140061 0
Current children cumulated CPU time (s) 1790.25
Current children cumulated vsize (KiB) 566272

Child status: 0
Real time (s): 1790.29
CPU time (s): 1790.35
CPU user time (s): 1785.76
CPU system time (s): 4.5833
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 566272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.76
system time used= 4.5833
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 347383
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= 4
involuntary context switches= 3097

runsolver used 2.73158 second user time and 5.42018 second system time

The end

Launcher Data

Begin job on node116 at 2010-07-08 10:39:09
IDJOB=2705097
IDBENCH=79299
IDSOLVER=1214
FILE ID=node116/2705097-1278578349
PBS_JOBID= 11240221
Free space on /tmp= 73452 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 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.1900558106--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-2705097-1278578349/watcher-2705097-1278578349 -o /tmp/evaluation-result-2705097-1278578349/solver-2705097-1278578349 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705097-1278578349.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 820e833470f89e38c3db46a3ad325d3f
RANDOM SEED=376466021

node116.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.858
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.71
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.858
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.83
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.858
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.858
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.858
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.73
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.858
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.75
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.858
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.858
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:     32950928 kB
MemFree:      28149480 kB
Buffers:        159008 kB
Cached:        3412452 kB
SwapCached:          0 kB
Active:        2295540 kB
Inactive:      2351056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28149480 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12836 kB
Writeback:           0 kB
AnonPages:     1075376 kB
Mapped:          17608 kB
Slab:            88740 kB
PageTables:       6800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1224856 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= 73440 MiB
End job on node116 at 2010-07-08 11:09:00