Trace number 2705039

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.31 1790.24

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900567024--soft-0-100-0.wbo
MD5SUMa7d7105d3e0193cbcd9215f3627722fb
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark231.935
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 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 755
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-2705039-1278578328.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 137244
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.372440e+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.372440e+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.372440e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.372440e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.372440e+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.372440e+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.372440e+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.372440e+05 |    Inf 
6.49/6.50	o 788
6.49/6.50	c * 6.5s|  3001 |  2242 |  2429 |   0.7 |  28M|2442 |   - |5645 |5415 |5645 | 215 | 712 |   1 | 570 | 0.000000e+00 | 7.880000e+02 |    Inf 
19.39/19.42	c  19.4s| 10000 |  9243 |  3530 |   0.3 |  43M|2442 |   0 |5645 |5415 |5645 | 196 |1022 |   1 | 582 | 0.000000e+00 | 7.880000e+02 |    Inf 
32.09/32.11	o 193
32.09/32.11	c *32.1s| 18955 |  5893 |  5068 |   0.3 |  41M|2442 |   - |5645 |5482 |5645 | 216 |1545 |  68 | 769 | 0.000000e+00 | 1.930000e+02 |    Inf 
34.39/34.46	c  34.4s| 20000 |  6871 |  6023 |   0.3 |  44M|2442 |   0 |5645 |5597 |5645 | 176 |1786 | 183 | 819 | 0.000000e+00 | 1.930000e+02 |    Inf 
40.70/40.77	o 188
40.70/40.77	c *40.7s| 21830 |  7574 | 12229 |   0.6 |  53M|2442 |   - |5645 |6792 |5645 | 226 |3456 |1378 |1185 | 0.000000e+00 | 1.880000e+02 |    Inf 
46.29/46.35	o 186
46.29/46.35	c *46.3s| 23380 |  8478 | 18577 |   0.8 |  60M|2442 |   - |5645 |7497 |5645 | 196 |5234 |2086 |1259 | 0.000000e+00 | 1.860000e+02 |    Inf 
48.09/48.11	o 178
48.09/48.11	c *48.1s| 24106 |  8364 | 19612 |   0.8 |  60M|2442 |   - |5645 |7714 |5645 | 213 |5499 |2303 |1269 | 0.000000e+00 | 1.780000e+02 |    Inf 
48.09/48.12	o 176
48.09/48.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.09/48.12	c *48.1s| 24107 |  8213 | 19612 |   0.8 |  60M|2442 |   - |5645 |7714 |5645 | 213 |5499 |2303 |1269 | 0.000000e+00 | 1.760000e+02 |    Inf 
48.89/48.98	o 165
48.89/48.98	c *48.9s| 24363 |  7504 | 20269 |   0.8 |  58M|2442 |   - |5645 |7796 |5645 | 189 |5654 |2391 |1284 | 0.000000e+00 | 1.650000e+02 |    Inf 
48.89/48.98	o 163
48.89/48.98	c *48.9s| 24364 |  7417 | 20269 |   0.8 |  57M|2442 |   - |5645 |7796 |5645 | 189 |5654 |2391 |1284 | 0.000000e+00 | 1.630000e+02 |    Inf 
68.39/68.46	c  68.4s| 30000 | 11468 | 36677 |   1.2 |  83M|2442 |   0 |5645 |9510 |5645 | 219 |  10k|4971 |1418 | 0.000000e+00 | 1.630000e+02 |    Inf 
78.49/78.57	o 153
78.49/78.57	c *78.5s| 33474 | 13121 | 46934 |   1.4 |  96M|2442 |   - |5645 |  10k|5645 | 204 |  13k|7470 |1547 | 0.000000e+00 | 1.530000e+02 |    Inf 
78.49/78.57	o 145
78.49/78.57	c *78.5s| 33475 | 12359 | 46934 |   1.4 |  92M|2442 |   - |5645 |  10k|5645 | 204 |  13k|7470 |1547 | 0.000000e+00 | 1.450000e+02 |    Inf 
81.09/81.12	o 140
81.09/81.12	c *81.1s| 34276 | 12483 | 49673 |   1.4 |  93M|2442 |   - |5645 |  10k|5645 | 241 |  14k|8031 |1581 | 0.000000e+00 | 1.400000e+02 |    Inf 
81.49/81.55	o 124
81.49/81.55	c *81.5s| 34427 | 11423 | 50355 |   1.5 |  89M|2442 |   - |5645 |  10k|5645 | 220 |  14k|8116 |1595 | 0.000000e+00 | 1.240000e+02 |    Inf 
84.29/84.35	o 119
84.29/84.35	c *84.3s| 35313 | 11760 | 52121 |   1.5 |  90M|2442 |   - |5645 |  10k|5645 | 196 |  14k|8470 |1598 | 0.000000e+00 | 1.190000e+02 |    Inf 
84.29/84.36	o 112
84.29/84.36	c *84.3s| 35314 | 11150 | 52122 |   1.5 |  86M|2442 |   - |5645 |  10k|5645 | 196 |  14k|8470 |1598 | 0.000000e+00 | 1.120000e+02 |    Inf 
85.29/85.32	o 111
85.29/85.32	c *85.3s| 35542 | 11094 | 53516 |   1.5 |  85M|2442 |   - |5645 |9630 |5645 | 188 |  15k|8617 |1617 | 0.000000e+00 | 1.110000e+02 |    Inf 
88.59/88.61	o 108
88.59/88.61	c *88.6s| 36408 | 11349 | 57710 |   1.6 |  89M|2442 |   - |5645 |8949 |5645 | 251 |  16k|9186 |1628 | 0.000000e+00 | 1.080000e+02 |    Inf 
88.59/88.62	o 105
88.59/88.62	c *88.6s| 36413 | 11121 | 57720 |   1.6 |  87M|2442 |   - |5645 |8948 |5645 | 251 |  16k|9186 |1628 | 0.000000e+00 | 1.050000e+02 |    Inf 
88.59/88.63	o 103
88.59/88.63	c *88.6s| 36414 | 11015 | 57720 |   1.6 |  86M|2442 |   - |5645 |8948 |5645 | 251 |  16k|9186 |1628 | 0.000000e+00 | 1.030000e+02 |    Inf 
88.69/88.77	o 100
88.69/88.77	c *88.7s| 36452 | 10802 | 58049 |   1.6 |  84M|2442 |   - |5645 |8913 |5645 | 266 |  16k|9191 |1629 | 0.000000e+00 | 1.000000e+02 |    Inf 
89.19/89.20	o 92
89.19/89.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.19/89.20	c *89.2s| 36572 | 10295 | 58744 |   1.6 |  82M|2442 |   - |5645 |8847 |5645 | 262 |  16k|9240 |1642 | 0.000000e+00 | 9.200000e+01 |    Inf 
89.59/89.67	o 90
89.59/89.67	c *89.6s| 36692 | 10075 | 59377 |   1.6 |  80M|2442 |   - |5645 |8525 |5645 | 217 |  16k|9290 |1642 | 0.000000e+00 | 9.000000e+01 |    Inf 
92.99/93.03	o 89
92.99/93.03	c *93.0s| 37608 | 10342 | 63646 |   1.7 |  81M|2442 |   - |5645 |8333 |5645 | 202 |  17k|9865 |1656 | 0.000000e+00 | 8.900000e+01 |    Inf 
98.59/98.69	o 87
98.59/98.69	c *98.7s| 39347 | 11235 | 69078 |   1.8 |  89M|2442 |   - |5645 |8219 |5645 | 193 |  19k|  10k|1674 | 0.000000e+00 | 8.700000e+01 |    Inf 
101.39/101.49	c   101s| 40000 | 11608 | 71757 |   1.8 |  91M|2442 |   0 |5645 |7642 |5645 | 214 |  20k|  11k|1679 | 0.000000e+00 | 8.700000e+01 |    Inf 
102.09/102.11	o 80
102.09/102.11	c * 102s| 40201 | 11087 | 72632 |   1.8 |  88M|2442 |   - |5645 |7673 |5645 | 220 |  20k|  11k|1686 | 0.000000e+00 | 8.000000e+01 |    Inf 
102.09/102.11	o 78
102.09/102.11	c * 102s| 40202 | 10948 | 72632 |   1.8 |  87M|2442 |   - |5645 |7673 |5645 | 220 |  20k|  11k|1686 | 0.000000e+00 | 7.800000e+01 |    Inf 
103.30/103.33	o 77
103.30/103.33	c * 103s| 40451 | 10567 | 74331 |   1.8 |  85M|2442 |   - |5645 |7273 |5645 | 203 |  20k|  11k|1692 | 0.000000e+00 | 7.700000e+01 |    Inf 
107.39/107.41	o 76
107.39/107.41	c * 107s| 41475 |  9389 | 79531 |   1.9 |  74M|2442 |   - |5645 |7263 |5645 | 236 |  22k|  12k|1696 | 0.000000e+00 | 7.600000e+01 |    Inf 
139.50/139.60	c   140s| 50000 | 12633 |114791 |   2.3 | 109M|2442 |   0 |5645 |7243 |5645 | 215 |  33k|  19k|1982 | 0.000000e+00 | 7.600000e+01 |    Inf 
177.59/177.65	c   178s| 60000 | 16013 |155169 |   2.6 | 146M|2442 |   1 |5645 |8929 |5645 | 216 |  46k|  28k|2324 | 0.000000e+00 | 7.600000e+01 |    Inf 
195.39/195.46	o 68
195.39/195.46	c * 195s| 64904 | 16760 |170063 |   2.6 | 157M|2442 |   - |5645 |8253 |5645 | 229 |  51k|  33k|2456 | 0.000000e+00 | 6.800000e+01 |    Inf 
214.69/214.70	c   215s| 70000 | 18193 |192096 |   2.7 | 171M|2442 |   - |5645 |7231 |   0 |   0 |  57k|  37k|2637 | 0.000000e+00 | 6.800000e+01 |    Inf 
249.10/249.16	c   249s| 80000 | 20859 |225788 |   2.8 | 197M|2442 |   3 |5645 |7304 |5645 | 230 |  67k|  46k|2908 | 0.000000e+00 | 6.800000e+01 |    Inf 
286.40/286.49	c   286s| 90000 | 23980 |262767 |   2.9 | 227M|2442 |   0 |5645 |8115 |5645 | 245 |  78k|  55k|3146 | 0.000000e+00 | 6.800000e+01 |    Inf 
288.40/288.46	o 59
288.40/288.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
288.40/288.46	c * 288s| 90557 | 22928 |264440 |   2.9 | 224M|2442 |   - |5645 |8290 |5645 | 228 |  79k|  56k|3153 | 0.000000e+00 | 5.900000e+01 |    Inf 
288.40/288.47	o 44
288.40/288.47	c * 288s| 90558 | 20880 |264440 |   2.9 | 208M|2442 |   - |5645 |8290 |5645 | 228 |  79k|  56k|3153 | 0.000000e+00 | 4.400000e+01 |    Inf 
315.50/315.59	c   316s|100000 | 20736 |309874 |   3.1 | 218M|2442 |   - |5645 |6962 |   0 |   0 |  90k|  68k|3423 | 0.000000e+00 | 4.400000e+01 |    Inf 
318.80/318.83	o 42
318.80/318.83	c * 319s|101069 | 20366 |315439 |   3.1 | 215M|2442 |   - |5645 |7347 |5645 | 233 |  91k|  69k|3465 | 0.000000e+00 | 4.200000e+01 |    Inf 
343.40/343.40	c   343s|110000 | 20353 |354879 |   3.2 | 220M|2442 |  14 |5645 |7404 |5645 | 246 | 100k|  80k|3650 | 0.000000e+00 | 4.200000e+01 |    Inf 
355.51/355.57	o 39
355.51/355.57	c * 356s|114196 | 19937 |379253 |   3.3 | 218M|2442 |   - |5645 |7727 |5645 | 239 | 107k|  85k|3768 | 0.000000e+00 | 3.900000e+01 |    Inf 
371.10/371.10	c   371s|120000 | 19934 |406286 |   3.4 | 222M|2442 |   1 |5645 |7115 |5645 | 261 | 113k|  93k|3922 | 0.000000e+00 | 3.900000e+01 |    Inf 
398.01/398.09	c   398s|130000 | 19973 |457478 |   3.5 | 230M|2442 |   7 |5645 |8438 |5645 | 273 | 125k| 106k|4144 | 0.000000e+00 | 3.900000e+01 |    Inf 
424.52/424.52	c   424s|140000 | 20045 |506967 |   3.6 | 234M|2442 |   1 |5645 |  10k|5645 | 248 | 134k| 118k|4318 | 0.000000e+00 | 3.900000e+01 |    Inf 
450.71/450.73	c   451s|150000 | 20151 |552246 |   3.7 | 239M|2442 |   - |5645 |  10k|   0 |   0 | 145k| 130k|4551 | 0.000000e+00 | 3.900000e+01 |    Inf 
476.01/476.07	c   476s|160000 | 20197 |592243 |   3.7 | 242M|2442 |   9 |5645 |  10k|5645 | 258 | 153k| 143k|4696 | 0.000000e+00 | 3.900000e+01 |    Inf 
502.11/502.12	c   502s|170000 | 20222 |631623 |   3.7 | 246M|2442 |   8 |5645 |9980 |5645 | 264 | 161k| 156k|4820 | 0.000000e+00 | 3.900000e+01 |    Inf 
520.71/520.75	o 37
520.71/520.75	c * 521s|176926 | 19976 |660540 |   3.7 | 247M|2442 |   - |5645 |  10k|5645 | 254 | 167k| 165k|4914 | 0.000000e+00 | 3.700000e+01 |    Inf 
528.62/528.64	c   529s|180000 | 19985 |674338 |   3.7 | 247M|2442 |   - |5645 |7817 |   0 |   0 | 170k| 169k|4983 | 0.000000e+00 | 3.700000e+01 |    Inf 
553.41/553.46	c   553s|190000 | 20200 |717140 |   3.8 | 253M|2442 |   1 |5645 |9871 |5645 | 233 | 179k| 182k|5114 | 0.000000e+00 | 3.700000e+01 |    Inf 
574.32/574.31	o 33
574.32/574.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
574.32/574.31	c * 574s|198116 | 19678 |750025 |   3.8 | 250M|2442 |   - |5645 |8415 |5645 | 244 | 185k| 192k|5228 | 0.000000e+00 | 3.300000e+01 |    Inf 
574.32/574.31	o 31
574.32/574.31	c * 574s|198117 | 19517 |750025 |   3.8 | 248M|2442 |   - |5645 |8415 |5645 | 244 | 185k| 192k|5228 | 0.000000e+00 | 3.100000e+01 |    Inf 
578.63/578.61	c   579s|200000 | 19533 |757728 |   3.8 | 249M|2442 |   - |5645 |8440 |   0 |   0 | 187k| 195k|5232 | 0.000000e+00 | 3.100000e+01 |    Inf 
602.21/602.21	c   602s|210000 | 19447 |803025 |   3.8 | 252M|2442 |   9 |5645 |7811 |5645 | 270 | 195k| 209k|5381 | 0.000000e+00 | 3.100000e+01 |    Inf 
616.41/616.47	o 24
616.41/616.47	c * 616s|216240 | 18598 |829394 |   3.8 | 240M|2442 |   - |5645 |8749 |5645 | 224 | 199k| 217k|5447 | 0.000000e+00 | 2.400000e+01 |    Inf 
620.52/620.54	o 18
620.52/620.54	c * 621s|218247 | 17451 |835784 |   3.8 | 225M|2442 |   - |5645 |9193 |5645 | 215 | 200k| 219k|5453 | 0.000000e+00 | 1.800000e+01 |    Inf 
623.91/623.97	c   624s|220000 | 17452 |841254 |   3.8 | 225M|2442 |   - |5645 |6765 |   0 |   0 | 201k| 222k|5459 | 0.000000e+00 | 1.800000e+01 |    Inf 
642.72/642.74	c   643s|230000 | 17462 |878170 |   3.8 | 228M|2442 |   - |5645 |8262 |   0 |   0 | 205k| 235k|5580 | 0.000000e+00 | 1.800000e+01 |    Inf 
661.82/661.80	c   662s|240000 | 17625 |915565 |   3.8 | 232M|2442 |  14 |5645 |9915 |5645 | 287 | 210k| 248k|5687 | 0.000000e+00 | 1.800000e+01 |    Inf 
682.12/682.15	c   682s|250000 | 16578 |959436 |   3.8 | 227M|2442 |   - |5645 |6276 |   0 |   0 | 217k| 261k|5818 | 0.000000e+00 | 1.800000e+01 |    Inf 
701.92/701.91	c   702s|260000 | 16497 |  1005k|   3.9 | 228M|2442 |   - |5645 |8221 |   0 |   0 | 225k| 274k|5879 | 0.000000e+00 | 1.800000e+01 |    Inf 
721.82/721.89	c   722s|270000 | 16564 |  1050k|   3.9 | 231M|2442 |   1 |5645 |9427 |5645 | 224 | 232k| 287k|5994 | 0.000000e+00 | 1.800000e+01 |    Inf 
741.62/741.61	c   742s|280000 | 16693 |  1094k|   3.9 | 233M|2442 |   5 |5645 |9917 |5645 | 242 | 239k| 299k|6063 | 0.000000e+00 | 1.800000e+01 |    Inf 
761.63/761.67	c   762s|290000 | 16806 |  1133k|   3.9 | 235M|2442 |   1 |5645 |9874 |5645 | 206 | 245k| 313k|6151 | 0.000000e+00 | 1.800000e+01 |    Inf 
781.52/781.52	c   781s|300000 | 17011 |  1174k|   3.9 | 239M|2442 |   1 |5645 |  10k|5645 | 224 | 251k| 326k|6247 | 0.000000e+00 | 1.800000e+01 |    Inf 
802.02/802.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
802.02/802.08	c   802s|310000 | 17173 |  1218k|   3.9 | 243M|2442 |  16 |5645 |  10k|5645 | 240 | 257k| 339k|6319 | 0.000000e+00 | 1.800000e+01 |    Inf 
822.13/822.15	c   822s|320000 | 17145 |  1260k|   3.9 | 245M|2442 |   1 |5645 |  10k|5645 | 227 | 263k| 352k|6408 | 0.000000e+00 | 1.800000e+01 |    Inf 
842.64/842.63	c   843s|330000 | 17002 |  1303k|   3.9 | 244M|2442 |   8 |5645 |9813 |5645 | 247 | 268k| 366k|6513 | 0.000000e+00 | 1.800000e+01 |    Inf 
862.33/862.37	c   862s|340000 | 16933 |  1341k|   3.9 | 246M|2442 |  12 |5645 |  12k|5645 | 229 | 274k| 378k|6666 | 0.000000e+00 | 1.800000e+01 |    Inf 
882.63/882.68	c   883s|350000 | 16831 |  1379k|   3.9 | 245M|2442 |   - |5645 |  10k|   0 |   0 | 279k| 391k|6780 | 0.000000e+00 | 1.800000e+01 |    Inf 
903.33/903.38	c   903s|360000 | 16680 |  1424k|   4.0 | 246M|2442 |  11 |5645 |9569 |5645 | 228 | 289k| 403k|6848 | 0.000000e+00 | 1.800000e+01 |    Inf 
915.73/915.75	o 16
915.73/915.75	c * 916s|366441 | 16114 |  1448k|   4.0 | 238M|2442 |   - |5645 |  10k|5645 | 241 | 293k| 411k|6907 | 0.000000e+00 | 1.600000e+01 |    Inf 
918.73/918.75	o 15
918.73/918.75	c * 919s|367931 | 15959 |  1454k|   4.0 | 236M|2442 |   - |5645 |9582 |5645 | 243 | 295k| 413k|6910 | 0.000000e+00 | 1.500000e+01 |    Inf 
922.93/922.92	c   923s|370000 | 15967 |  1463k|   4.0 | 237M|2442 |   1 |5645 |9601 |5645 | 219 | 297k| 416k|6910 | 0.000000e+00 | 1.500000e+01 |    Inf 
942.64/942.68	c   943s|380000 | 16098 |  1508k|   4.0 | 239M|2442 |   - |5645 |  11k|   0 |   0 | 305k| 428k|7007 | 0.000000e+00 | 1.500000e+01 |    Inf 
962.33/962.37	c   962s|390000 | 16191 |  1548k|   4.0 | 242M|2442 |   - |5645 |  12k|   0 |   0 | 312k| 442k|7085 | 0.000000e+00 | 1.500000e+01 |    Inf 
982.13/982.17	c   982s|400000 | 16342 |  1588k|   4.0 | 245M|2442 |   - |5645 |  13k|   0 |   0 | 319k| 455k|7148 | 0.000000e+00 | 1.500000e+01 |    Inf 
1001.33/1001.36	c  1001s|410000 | 16462 |  1625k|   4.0 | 247M|2442 |   9 |5645 |  13k|5645 | 263 | 324k| 468k|7196 | 0.000000e+00 | 1.500000e+01 |    Inf 
1021.14/1021.11	c  1021s|420000 | 16529 |  1662k|   4.0 | 249M|2442 |   - |5645 |  15k|   0 |   0 | 330k| 482k|7241 | 0.000000e+00 | 1.500000e+01 |    Inf 
1024.04/1024.01	o 8
1024.04/1024.01	c *1024s|421444 | 13129 |  1668k|   4.0 | 190M|2442 |   - |5645 |  16k|5645 | 273 | 331k| 484k|7250 | 0.000000e+00 | 8.000000e+00 |    Inf 
1039.73/1039.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1039.73/1039.77	c  1040s|430000 | 13120 |  1701k|   4.0 | 190M|2442 |   - |5645 |  12k|   0 |   0 | 336k| 495k|7305 | 0.000000e+00 | 8.000000e+00 |    Inf 
1058.74/1058.76	c  1059s|440000 | 13246 |  1746k|   4.0 | 192M|2442 |   - |5645 |  13k|   0 |   0 | 343k| 509k|7390 | 0.000000e+00 | 8.000000e+00 |    Inf 
1077.94/1077.91	c  1078s|450000 | 13190 |  1795k|   4.0 | 193M|2442 |   - |5645 |  12k|   0 |   0 | 350k| 523k|7458 | 0.000000e+00 | 8.000000e+00 |    Inf 
1098.04/1098.02	c  1098s|460000 | 13205 |  1849k|   4.0 | 194M|2442 |   1 |5645 |  16k|5645 | 256 | 359k| 536k|7532 | 0.000000e+00 | 8.000000e+00 |    Inf 
1120.04/1120.07	c  1120s|470000 | 13271 |  1918k|   4.1 | 196M|2442 |  14 |5645 |  17k|5645 | 288 | 367k| 550k|7611 | 0.000000e+00 | 8.000000e+00 |    Inf 
1140.04/1140.06	c  1140s|480000 | 13233 |  1965k|   4.1 | 196M|2442 |  10 |5645 |  14k|5645 | 217 | 374k| 564k|7687 | 0.000000e+00 | 8.000000e+00 |    Inf 
1159.14/1159.17	c  1159s|490000 | 13266 |  2006k|   4.1 | 197M|2442 |   - |5645 |  16k|   0 |   0 | 380k| 577k|7737 | 0.000000e+00 | 8.000000e+00 |    Inf 
1160.74/1160.77	o 3
1160.74/1160.77	c *1161s|490776 | 10017 |  2009k|   4.1 | 153M|2442 |   - |5645 |  16k|5645 | 225 | 380k| 578k|7739 | 0.000000e+00 | 3.000000e+00 |    Inf 
1177.84/1177.87	c  1178s|500000 |  9925 |  2052k|   4.1 | 152M|2442 |  12 |5645 |  16k|5645 | 265 | 386k| 591k|7782 | 0.000000e+00 | 3.000000e+00 |    Inf 
1196.04/1196.03	c  1196s|510000 |  9842 |  2096k|   4.1 | 151M|2442 |   - |5645 |  12k|   0 |   0 | 393k| 605k|7867 | 0.000000e+00 | 3.000000e+00 |    Inf 
1213.85/1213.82	c  1214s|520000 |  9716 |  2139k|   4.1 | 150M|2442 |   9 |5645 |  11k|5645 | 211 | 398k| 619k|7919 | 0.000000e+00 | 3.000000e+00 |    Inf 
1231.54/1231.55	c  1232s|530000 |  9493 |  2183k|   4.1 | 148M|2442 |   - |5645 |  11k|   0 |   0 | 405k| 633k|7969 | 0.000000e+00 | 3.000000e+00 |    Inf 
1249.15/1249.10	c  1249s|540000 |  9210 |  2226k|   4.1 | 146M|2442 |   1 |5645 |  13k|5645 | 219 | 411k| 647k|8073 | 0.000000e+00 | 3.000000e+00 |    Inf 
1267.04/1267.05	c  1267s|550000 |  9191 |  2267k|   4.1 | 146M|2442 |   1 |5645 |  12k|5645 | 244 | 417k| 661k|8121 | 0.000000e+00 | 3.000000e+00 |    Inf 
1284.54/1284.56	c  1285s|560000 |  9020 |  2308k|   4.1 | 145M|2442 |   - |5645 |  12k|   0 |   0 | 424k| 674k|8218 | 0.000000e+00 | 3.000000e+00 |    Inf 
1302.35/1302.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1302.35/1302.36	c  1302s|570000 |  9123 |  2345k|   4.1 | 148M|2442 |   - |5645 |  15k|   0 |   0 | 430k| 688k|8268 | 0.000000e+00 | 3.000000e+00 |    Inf 
1321.85/1321.87	c  1322s|580000 |  9213 |  2388k|   4.1 | 149M|2442 |   - |5645 |  16k|   0 |   0 | 436k| 702k|8321 | 0.000000e+00 | 3.000000e+00 |    Inf 
1341.35/1341.36	c  1341s|590000 |  9269 |  2430k|   4.1 | 151M|2442 |  20 |5645 |  17k|5645 | 220 | 442k| 716k|8372 | 0.000000e+00 | 3.000000e+00 |    Inf 
1361.55/1361.58	c  1362s|600000 |  9311 |  2470k|   4.1 | 153M|2442 |  11 |5645 |  18k|5645 | 234 | 447k| 730k|8407 | 0.000000e+00 | 3.000000e+00 |    Inf 
1381.05/1381.01	c  1381s|610000 |  9278 |  2509k|   4.1 | 153M|2442 |   - |5645 |  17k|   0 |   0 | 453k| 744k|8455 | 0.000000e+00 | 3.000000e+00 |    Inf 
1401.25/1401.21	c  1401s|620000 |  9265 |  2550k|   4.1 | 153M|2442 |   1 |5645 |  18k|5645 | 250 | 458k| 758k|8509 | 0.000000e+00 | 3.000000e+00 |    Inf 
1421.46/1421.41	c  1421s|630000 |  9233 |  2592k|   4.1 | 153M|2442 |   - |5645 |  19k|   0 |   0 | 464k| 773k|8555 | 0.000000e+00 | 3.000000e+00 |    Inf 
1441.86/1441.86	c  1442s|640000 |  9176 |  2633k|   4.1 | 152M|2442 |   - |5645 |  18k|   0 |   0 | 468k| 787k|8597 | 0.000000e+00 | 3.000000e+00 |    Inf 
1462.55/1462.55	c  1463s|650000 |  9137 |  2677k|   4.1 | 152M|2442 |   - |5645 |  20k|   0 |   0 | 474k| 801k|8649 | 0.000000e+00 | 3.000000e+00 |    Inf 
1482.96/1482.97	c  1483s|660000 |  9158 |  2718k|   4.1 | 153M|2442 |   9 |5645 |  22k|5645 | 284 | 480k| 816k|8695 | 0.000000e+00 | 3.000000e+00 |    Inf 
1505.46/1505.43	c  1505s|670000 |  9176 |  2761k|   4.1 | 154M|2442 |  12 |5645 |  24k|5645 | 269 | 486k| 830k|8747 | 0.000000e+00 | 3.000000e+00 |    Inf 
1528.46/1528.41	c  1528s|680000 |  9095 |  2808k|   4.1 | 153M|2442 |  14 |5645 |  23k|5645 | 249 | 492k| 846k|8798 | 0.000000e+00 | 3.000000e+00 |    Inf 
1547.77/1547.77	c  1548s|690000 |  7709 |  2850k|   4.1 | 138M|2442 |   1 |5645 |9814 |5645 | 227 | 497k| 862k|8939 | 0.000000e+00 | 3.000000e+00 |    Inf 
1566.47/1566.48	c  1566s|700000 |  7780 |  2893k|   4.1 | 140M|2442 |   5 |5645 |  11k|5645 | 236 | 501k| 874k|9270 | 0.000000e+00 | 3.000000e+00 |    Inf 
1583.76/1583.73	c  1584s|710000 |  6549 |  2937k|   4.1 | 127M|2442 |   7 |5645 |9802 |5645 | 237 | 507k| 889k|9289 | 0.000000e+00 | 3.000000e+00 |    Inf 
1601.67/1601.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1601.67/1601.63	c  1602s|720000 |  6449 |  2979k|   4.1 | 128M|2442 |   - |5645 |  11k|   0 |   0 | 513k| 902k|9376 | 0.000000e+00 | 3.000000e+00 |    Inf 
1620.46/1620.47	c  1620s|730000 |  6603 |  3021k|   4.1 | 130M|2442 |  11 |5645 |  13k|5645 | 227 | 520k| 915k|9385 | 0.000000e+00 | 3.000000e+00 |    Inf 
1640.26/1640.21	c  1640s|740000 |  6633 |  3058k|   4.1 | 132M|2442 |   - |5645 |  13k|   0 |   0 | 525k| 929k|9400 | 0.000000e+00 | 3.000000e+00 |    Inf 
1659.27/1659.22	c  1659s|750000 |  6642 |  3097k|   4.1 | 133M|2442 |   - |5645 |  14k|   0 |   0 | 530k| 942k|9430 | 0.000000e+00 | 3.000000e+00 |    Inf 
1678.16/1678.16	c  1678s|760000 |  6798 |  3131k|   4.1 | 135M|2442 |   1 |5645 |  16k|5645 | 240 | 534k| 955k|9466 | 0.000000e+00 | 3.000000e+00 |    Inf 
1699.27/1699.24	c  1699s|770000 |  6879 |  3166k|   4.1 | 138M|2442 |   1 |5645 |  18k|5645 | 263 | 539k| 969k|9513 | 0.000000e+00 | 3.000000e+00 |    Inf 
1720.86/1720.85	c  1721s|780000 |  6887 |  3203k|   4.1 | 139M|2442 |   1 |5645 |  17k|5645 | 290 | 543k| 983k|9550 | 0.000000e+00 | 3.000000e+00 |    Inf 
1741.67/1741.61	c  1742s|790000 |  6891 |  3239k|   4.1 | 140M|2442 |   - |5645 |  17k|   0 |   0 | 546k| 997k|9573 | 0.000000e+00 | 3.000000e+00 |    Inf 
1761.87/1761.82	c  1762s|800000 |  6891 |  3276k|   4.1 | 140M|2442 |   - |5645 |  16k|   0 |   0 | 550k|1011k|9611 | 0.000000e+00 | 3.000000e+00 |    Inf 
1783.37/1783.38	c  1783s|810000 |  6963 |  3315k|   4.1 | 143M|2442 |   1 |5645 |  19k|5645 | 289 | 554k|1026k|9660 | 0.000000e+00 | 3.000000e+00 |    Inf 
1790.07/1790.01	c 
1790.07/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.07/1790.01	c Solving Time (sec) : 1789.98
1790.07/1790.01	c Solving Nodes      : 812946
1790.07/1790.01	c Primal Bound       : +3.00000000000000e+00 (264 solutions)
1790.07/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.07/1790.01	c Gap                : infinite
1790.07/1790.08	s SATISFIABLE
1790.07/1790.08	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.07/1790.08	v -x209 -x208 -x207 x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.07/1790.08	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 x171 -x170 -x169 -x168 
1790.07/1790.08	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.07/1790.08	v -x146 -x145 -x144 x143 -x142 -x141 x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.07/1790.08	v -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 -x106 -x105 
1790.07/1790.08	v -x104 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.07/1790.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 
1790.07/1790.08	v -x54 -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.07/1790.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 
1790.07/1790.08	v -x1 
1790.07/1790.08	c SCIP Status        : solving was interrupted [time limit reached]
1790.07/1790.08	c Solving Time       :    1789.98
1790.07/1790.08	c Original Problem   :
1790.07/1790.08	c   Problem name     : HOME/instance-2705039-1278578328.wbo
1790.07/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.07/1790.08	c   Constraints      : 5415 initial, 5415 maximal
1790.07/1790.08	c Presolved Problem  :
1790.07/1790.08	c   Problem name     : t_HOME/instance-2705039-1278578328.wbo
1790.07/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.07/1790.08	c   Constraints      : 5414 initial, 26728 maximal
1790.07/1790.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.07/1790.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.07/1790.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.07/1790.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.07/1790.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.07/1790.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.07/1790.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.07/1790.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.07/1790.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.07/1790.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.07/1790.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.07/1790.08	c   root node        :          -       5280          -          -       5280          -          -          -          -
1790.07/1790.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.07/1790.08	c   integral         :          0          0          0     546892          0          7        721          0          0     817044
1790.07/1790.08	c   linear           :       2707          6    4862523     137681          1     273673   21372665     555508          0          0
1790.07/1790.08	c   indicator        :       2707          0    4464351     136258          1       2497   13524544          0          0          0
1790.07/1790.08	c   logicor          :          0+         0    1363330          0          0      79058    1365216          0          0          0
1790.07/1790.08	c   bounddisjunction :          0+         0     441733          0          0        281       6753          0          0          0
1790.07/1790.08	c   countsols        :          0          0          0      58772          1          0          0          0          0          0
1790.07/1790.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.07/1790.08	c   integral         :      15.20       0.00       0.00      15.20       0.00
1790.07/1790.08	c   linear           :     213.06       0.00     198.80      14.25       0.00
1790.07/1790.08	c   indicator        :     103.49       0.02      86.06      17.41       0.00
1790.07/1790.08	c   logicor          :     150.74       0.00     150.74       0.00       0.00
1790.07/1790.08	c   bounddisjunction :       2.95       0.00       2.95       0.00       0.00
1790.07/1790.08	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.07/1790.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.07/1790.08	c   vbounds          :       1.19     130596         38      20995
1790.07/1790.08	c   rootredcost      :       0.72         41          0       2640
1790.07/1790.08	c   pseudoobj        :     214.95    4901816      39057   13270613
1790.07/1790.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.07/1790.08	c   propagation      :      23.87     392069     392001    2342576       26.9      14064       24.1          -
1790.07/1790.08	c   infeasible LP    :       4.30      12498      12498     101985       38.9        140       18.8          0
1790.07/1790.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.07/1790.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.07/1790.08	c   pseudo solution  :       0.00          1          1          9       28.0          0        0.0          -
1790.07/1790.08	c   applied globally :          -          -          -    1030791       21.7          -          -          -
1790.07/1790.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.07/1790.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.07/1790.08	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.07/1790.08	c   redcost          :      60.08     556554          0     737393          0          0
1790.07/1790.08	c   impliedbounds    :       0.00          4          0          0          0          0
1790.07/1790.08	c   intobj           :       0.00          0          0          0          0          0
1790.07/1790.08	c   cgmip            :       0.00          0          0          0          0          0
1790.07/1790.08	c   gomory           :       0.01          4          0          0        230          0
1790.07/1790.08	c   strongcg         :       0.01          4          0          0        215          0
1790.07/1790.08	c   cmir             :       0.01          4          0          0          0          0
1790.07/1790.08	c   flowcover        :       0.02          4          0          0          0          0
1790.07/1790.08	c   clique           :       0.00          1          0          0          0          0
1790.07/1790.08	c   zerohalf         :       0.00          0          0          0          0          0
1790.07/1790.08	c   mcf              :       0.00          1          0          0          0          0
1790.07/1790.08	c   rapidlearning    :       0.17          1          0          0          0          0
1790.07/1790.08	c Pricers            :       Time      Calls       Vars
1790.07/1790.08	c   problem variables:       0.00          0          0
1790.07/1790.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.07/1790.08	c   relpscost        :      14.80     409136          7        721          0          0     817044
1790.07/1790.08	c   pscost           :       0.00          0          0          0          0          0          0
1790.07/1790.08	c   inference        :      25.68      58732          0          0          0          0     117765
1790.07/1790.08	c   mostinf          :       0.00          0          0          0          0          0          0
1790.07/1790.08	c   leastinf         :       0.00          0          0          0          0          0          0
1790.07/1790.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.07/1790.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.07/1790.08	c   random           :       0.00          0          0          0          0          0          0
1790.07/1790.08	c Primal Heuristics  :       Time      Calls      Found
1790.07/1790.08	c   LP solutions     :       0.15          -         41
1790.07/1790.08	c   pseudo solutions :       0.00          -          0
1790.07/1790.08	c   feaspump         :       0.00          0          0
1790.07/1790.08	c   intshifting      :       0.00          0          0
1790.07/1790.08	c   oneopt           :       0.35         33          0
1790.07/1790.08	c   guideddiving     :       0.10         43          0
1790.07/1790.08	c   coefdiving       :       0.12         66          0
1790.07/1790.08	c   pscostdiving     :       0.11         66          0
1790.07/1790.08	c   fracdiving       :       0.11         66          0
1790.07/1790.08	c   linesearchdiving :       0.12         66          0
1790.07/1790.08	c   veclendiving     :       0.12         67          0
1790.07/1790.08	c   objpscostdiving  :       0.12         63          0
1790.07/1790.08	c   rootsoldiving    :       0.13         63          0
1790.07/1790.08	c   crossover        :       2.47         61          5
1790.07/1790.08	c   trivial          :       0.07          2          2
1790.07/1790.08	c   simplerounding   :       0.65     410841          0
1790.07/1790.08	c   zirounding       :       0.29       1000          0
1790.07/1790.08	c   rounding         :       1.11       9060          0
1790.07/1790.08	c   shifting         :       0.67       2812          0
1790.07/1790.08	c   twoopt           :       0.00          0          0
1790.07/1790.08	c   fixandinfer      :       0.00          0          0
1790.07/1790.08	c   intdiving        :       0.00          0          0
1790.07/1790.08	c   actconsdiving    :       0.00          0          0
1790.07/1790.08	c   octane           :       0.00          0          0
1790.07/1790.08	c   rens             :       0.03          1          0
1790.07/1790.08	c   rins             :       0.00          0          0
1790.07/1790.08	c   localbranching   :       0.00          0          0
1790.07/1790.08	c   mutation         :       0.00          0          0
1790.07/1790.08	c   dins             :       0.00          0          0
1790.07/1790.08	c   undercover       :       0.00          0          0
1790.07/1790.08	c   nlp              :       0.12          0          0
1790.07/1790.08	c   trysol           :       0.52        298        216
1790.07/1790.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.07/1790.08	c   primal LP        :       0.00          0          0       0.00          -
1790.07/1790.08	c   dual LP          :     514.86     511313    3325813       6.50    6459.64
1790.07/1790.08	c   lex dual LP      :       0.00          0          0       0.00          -
1790.07/1790.08	c   barrier LP       :       0.00          0          0       0.00          -
1790.07/1790.08	c   diving/probing LP:       0.08         43       1015      23.60   12662.97
1790.07/1790.08	c   strong branching :      12.24       9660     102370      10.60    8362.39
1790.07/1790.08	c     (at root node) :          -         32       1047      32.72          -
1790.07/1790.08	c   conflict analysis:       0.00          0          0       0.00          -
1790.07/1790.08	c B&B Tree           :
1790.07/1790.08	c   number of runs   :          1
1790.07/1790.08	c   nodes            :     812946
1790.07/1790.08	c   nodes (total)    :     812946
1790.07/1790.08	c   nodes left       :       6933
1790.07/1790.08	c   max depth        :       2442
1790.07/1790.08	c   max depth (total):       2442
1790.07/1790.08	c   backtracks       :      74252 (9.1%)
1790.07/1790.08	c   delayed cutoffs  :      74138
1790.07/1790.08	c   repropagations   :    2243648 (9726005 domain reductions, 61438 cutoffs)
1790.07/1790.08	c   avg switch length:       7.39
1790.07/1790.08	c   switching time   :     226.48
1790.07/1790.08	c Solution           :
1790.07/1790.08	c   Solutions found  :        264 (42 improvements)
1790.07/1790.08	c   First Solution   : +1.37244000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.07/1790.08	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 490776 nodes, 1160.71 seconds, depth 42, found by <relaxation>)
1790.07/1790.08	c   Dual Bound       : +0.00000000000000e+00
1790.07/1790.08	c   Gap              :   infinite
1790.07/1790.08	c   Root Dual Bound  : +0.00000000000000e+00
1790.07/1790.08	c   Root Iterations  :        184
1790.27/1790.23	c Time complete: 1790.3.

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705039-1278578328/watcher-2705039-1278578328 -o /tmp/evaluation-result-2705039-1278578328/solver-2705039-1278578328 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705039-1278578328.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.93 4/178 24022
/proc/meminfo: memFree=27029716/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=12880 CPUtime=0
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 2057 0 0 0 0 0 0 0 21 0 1 0 26045154 13189120 1975 4089446400 4194304 10345943 140736966934512 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24022/statm: 3220 1975 429 1502 0 1713 0

[startup+0.0825021 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 24022
/proc/meminfo: memFree=27029716/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=38016 CPUtime=0.07
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 8448 0 0 0 7 0 0 0 21 0 1 0 26045154 38928384 8012 4089446400 4194304 10345943 140736966934512 18446744073709551615 9138266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 9504 8012 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 38016

[startup+0.100498 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 24022
/proc/meminfo: memFree=27029716/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=38016 CPUtime=0.09
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 8448 0 0 0 9 0 0 0 21 0 1 0 26045154 38928384 8012 4089446400 4194304 10345943 140736966934512 18446744073709551615 9137947 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 9504 8012 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38016

[startup+0.300459 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 24022
/proc/meminfo: memFree=27029716/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=70100 CPUtime=0.29
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 16226 0 0 0 26 3 0 0 21 0 1 0 26045154 71782400 15790 4089446400 4194304 10345943 140736966934512 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 17525 15790 632 1502 0 16018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70100

[startup+0.700394 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 24022
/proc/meminfo: memFree=27029716/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=65260 CPUtime=0.69
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 16892 0 0 0 66 3 0 0 22 0 1 0 26045154 66826240 15051 4089446400 4194304 10345943 140736966934512 18446744073709551615 7544359 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 16315 15051 751 1502 0 14808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65260

[startup+1.50122 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24023
/proc/meminfo: memFree=26971800/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=65260 CPUtime=1.49
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 16894 0 0 0 145 4 0 0 25 0 1 0 26045154 66826240 15053 4089446400 4194304 10345943 140736966934512 18446744073709551615 6853988 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 16315 15053 753 1502 0 14808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65260

[startup+3.1009 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24023
/proc/meminfo: memFree=26971676/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=65260 CPUtime=3.09
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 16896 0 0 0 305 4 0 0 25 0 1 0 26045154 66826240 15055 4089446400 4194304 10345943 140736966934512 18446744073709551615 6865005 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 16315 15055 754 1502 0 14808 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65260

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24023
/proc/meminfo: memFree=26971592/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=65260 CPUtime=6.29
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 19442 0 0 0 624 5 0 0 25 0 1 0 26045154 66826240 15090 4089446400 4194304 10345943 140736966934512 18446744073709551615 6802931 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 16315 15090 761 1502 0 14808 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65260

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24023
/proc/meminfo: memFree=26972112/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=66284 CPUtime=12.69
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 38605 0 0 0 1261 8 0 0 25 0 1 0 26045154 67874816 15330 4089446400 4194304 10345943 140736966934512 18446744073709551615 6785197 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 16571 15330 761 1502 0 15064 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66284

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24051
/proc/meminfo: memFree=29222844/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=82124 CPUtime=25.5
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 46837 0 0 0 2539 11 0 0 25 0 1 0 26045154 84094976 18879 4089446400 4194304 10345943 140736966934512 18446744073709551615 4696445 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 20531 18879 761 1502 0 19024 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 82124

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24053
/proc/meminfo: memFree=29149896/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=135348 CPUtime=51.1
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 92498 0 0 0 5089 21 0 0 25 0 1 0 26045154 138596352 32033 4089446400 4194304 10345943 140736966934512 18446744073709551615 6108013 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 33837 32033 762 1502 0 32330 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 135348

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24053
/proc/meminfo: memFree=28982940/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=240508 CPUtime=102.29
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 177174 0 0 0 10191 38 0 0 25 0 1 0 26045154 246280192 57110 4089446400 4194304 10345943 140736966934512 18446744073709551615 6785120 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 60127 57110 768 1502 0 58620 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 240508

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24055
/proc/meminfo: memFree=28790468/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=340124 CPUtime=162.29
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 225648 0 0 0 16176 53 0 0 25 0 1 0 26045154 348286976 80929 4089446400 4194304 10345943 140736966934512 18446744073709551615 6559511 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 85031 80930 768 1502 0 83524 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 340124

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24057
/proc/meminfo: memFree=28665176/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=436876 CPUtime=222.3
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 256108 0 0 0 22165 65 0 0 25 0 1 0 26045154 447361024 103771 4089446400 4194304 10345943 140736966934512 18446744073709551615 5614786 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 109219 103771 771 1502 0 107712 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 436876

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24059
/proc/meminfo: memFree=28594336/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=509024 CPUtime=282.3
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 274607 0 0 0 28153 77 0 0 25 0 1 0 26045154 521240576 120543 4089446400 4194304 10345943 140736966934512 18446744073709551615 6557960 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 127256 120543 771 1502 0 125749 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 509024

[startup+342.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/179 24060
/proc/meminfo: memFree=28550848/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=548620 CPUtime=342.3
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 318582 0 0 0 34136 94 0 0 25 0 1 0 26045154 561786880 130047 4089446400 4194304 10345943 140736966934512 18446744073709551615 6119887 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 137155 130047 783 1502 0 135648 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 548620

[startup+402.301 s]
/proc/loadavg: 2.03 2.01 1.94 3/179 24061
/proc/meminfo: memFree=28527980/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=570808 CPUtime=402.31
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 341603 0 0 0 40121 110 0 0 25 0 1 0 26045154 584507392 135332 4089446400 4194304 10345943 140736966934512 18446744073709551615 6702920 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 142702 135332 783 1502 0 141195 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 570808

[startup+462.301 s]
/proc/loadavg: 2.01 2.00 1.94 3/179 24063
/proc/meminfo: memFree=28506716/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=589396 CPUtime=462.3
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 350010 0 0 0 46107 123 0 0 25 0 1 0 26045154 603541504 139593 4089446400 4194304 10345943 140736966934512 18446744073709551615 4881982 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 147349 139593 783 1502 0 145842 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 589396

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24065
/proc/meminfo: memFree=28488680/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=603816 CPUtime=522.32
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 357120 0 0 0 52096 136 0 0 25 0 1 0 26045154 618307584 142949 4089446400 4194304 10345943 140736966934512 18446744073709551615 5615624 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 150954 142949 783 1502 0 149447 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 603816

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24067
/proc/meminfo: memFree=28466180/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=620480 CPUtime=582.31
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 382442 0 0 0 58080 151 0 0 25 0 1 0 26045154 635371520 147017 4089446400 4194304 10345943 140736966934512 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 155120 147017 783 1502 0 153613 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 620480

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24068
/proc/meminfo: memFree=28453216/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=632040 CPUtime=642.32
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 410473 0 0 0 64063 169 0 0 25 0 1 0 26045154 647208960 149731 4089446400 4194304 10345943 140736966934512 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 158010 149731 783 1502 0 156503 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 632040

[startup+702.301 s]

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

/proc/meminfo: memFree=28395656/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=678096 CPUtime=1062.33
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 478733 0 0 0 105957 276 0 0 25 0 1 0 26045154 694370304 160067 4089446400 4194304 10345943 140736966934512 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 169524 160067 795 1502 0 168017 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 678096

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24081
/proc/meminfo: memFree=28392616/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=679620 CPUtime=1122.34
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 480913 0 0 0 111939 295 0 0 25 0 1 0 26045154 695930880 160366 4089446400 4194304 10345943 140736966934512 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 169905 160366 795 1502 0 168398 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 679620

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24083
/proc/meminfo: memFree=28390840/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=679428 CPUtime=1182.35
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 498534 0 0 0 117923 312 0 0 25 0 1 0 26045154 695734272 160370 4089446400 4194304 10345943 140736966934512 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 169857 160370 795 1502 0 168350 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 679428

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24084
/proc/meminfo: memFree=28388540/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=679600 CPUtime=1242.34
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 504548 0 0 0 123908 326 0 0 25 0 1 0 26045154 695910400 160513 4089446400 4194304 10345943 140736966934512 18446744073709551615 6108031 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 169900 160513 795 1502 0 168393 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 679600

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24085
/proc/meminfo: memFree=28388604/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=679420 CPUtime=1302.35
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 506390 0 0 0 129893 342 0 0 25 0 1 0 26045154 695726080 160497 4089446400 4194304 10345943 140736966934512 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 169855 160497 795 1502 0 168348 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 679420

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/179 24096
/proc/meminfo: memFree=28387028/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=679768 CPUtime=1362.35
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 510501 0 0 0 135880 355 0 0 25 0 1 0 26045154 696082432 160481 4089446400 4194304 10345943 140736966934512 18446744073709551615 4698138 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 169942 160481 795 1502 0 168435 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 679768

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 24098
/proc/meminfo: memFree=28386448/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=680168 CPUtime=1422.36
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 510603 0 0 0 141868 368 0 0 25 0 1 0 26045154 696492032 160583 4089446400 4194304 10345943 140736966934512 18446744073709551615 5085216 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 170042 160583 795 1502 0 168535 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 680168

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/179 24100
/proc/meminfo: memFree=28385392/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=680332 CPUtime=1482.35
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 510715 0 0 0 147854 381 0 0 25 0 1 0 26045154 696659968 160695 4089446400 4194304 10345943 140736966934512 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 170083 160695 795 1502 0 168576 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 680332

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24101
/proc/meminfo: memFree=28384216/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=680928 CPUtime=1542.36
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 510968 0 0 0 153839 397 0 0 25 0 1 0 26045154 697270272 160948 4089446400 4194304 10345943 140736966934512 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 170232 160948 795 1502 0 168725 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 680928

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24102
/proc/meminfo: memFree=28384388/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=680936 CPUtime=1602.36
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 512786 0 0 0 159822 414 0 0 25 0 1 0 26045154 697278464 160897 4089446400 4194304 10345943 140736966934512 18446744073709551615 6785186 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 170234 160897 795 1502 0 168727 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 680936

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24104
/proc/meminfo: memFree=28384828/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=680936 CPUtime=1662.37
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 512799 0 0 0 165809 428 0 0 25 0 1 0 26045154 697278464 160910 4089446400 4194304 10345943 140736966934512 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 170234 160910 795 1502 0 168727 0
Current children cumulated CPU time (s) 1662.37
Current children cumulated vsize (KiB) 680936

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24106
/proc/meminfo: memFree=28383660/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=680936 CPUtime=1722.37
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 512811 0 0 0 171798 439 0 0 25 0 1 0 26045154 697278464 160922 4089446400 4194304 10345943 140736966934512 18446744073709551615 5614764 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 170234 160922 795 1502 0 168727 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 680936

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24108
/proc/meminfo: memFree=28381980/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=681660 CPUtime=1782.37
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 512982 0 0 0 177785 452 0 0 25 0 1 0 26045154 698019840 161093 4089446400 4194304 10345943 140736966934512 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 170415 161093 795 1502 0 168908 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 681660

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24108
/proc/meminfo: memFree=28381964/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=681660 CPUtime=1785.57
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 512982 0 0 0 178104 453 0 0 25 0 1 0 26045154 698019840 161093 4089446400 4194304 10345943 140736966934512 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 170415 161093 795 1502 0 168908 0
Current children cumulated CPU time (s) 1785.57
Current children cumulated vsize (KiB) 681660

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24108
/proc/meminfo: memFree=28381824/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=681660 CPUtime=1788.77
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 512982 0 0 0 178423 454 0 0 25 0 1 0 26045154 698019840 161093 4089446400 4194304 10345943 140736966934512 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 170415 161093 795 1502 0 168908 0
Current children cumulated CPU time (s) 1788.77
Current children cumulated vsize (KiB) 681660

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24108
/proc/meminfo: memFree=28381824/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=681660 CPUtime=1789.57
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 512982 0 0 0 178503 454 0 0 25 0 1 0 26045154 698019840 161093 4089446400 4194304 10345943 140736966934512 18446744073709551615 6119818 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 170415 161093 795 1502 0 168908 0
Current children cumulated CPU time (s) 1789.57
Current children cumulated vsize (KiB) 681660

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24108
/proc/meminfo: memFree=28381824/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=681660 CPUtime=1789.97
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 512982 0 0 0 178543 454 0 0 25 0 1 0 26045154 698019840 161093 4089446400 4194304 10345943 140736966934512 18446744073709551615 4601651 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/24022/statm: 170415 161093 795 1502 0 168908 0
Current children cumulated CPU time (s) 1789.97
Current children cumulated vsize (KiB) 681660

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24108
/proc/meminfo: memFree=28381824/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=681660 CPUtime=1790.17
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 512983 0 0 0 178563 454 0 0 25 0 1 0 26045154 698019840 161094 4089446400 4194304 10345943 140736966934512 18446744073709551615 4219916 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24022/statm: 170415 161094 796 1502 0 168908 0
Current children cumulated CPU time (s) 1790.17
Current children cumulated vsize (KiB) 681660

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24108
/proc/meminfo: memFree=28381824/32951124 swapFree=67111528/67111528
[pid=24022] ppid=24020 vsize=681688 CPUtime=1790.27
/proc/24022/stat : 24022 (pbscip.linux.x8) R 24020 24022 23512 0 -1 4202496 512994 0 0 0 178573 454 0 0 25 0 1 0 26045154 698048512 161105 4089446400 4194304 10345943 140736966934512 18446744073709551615 6325573 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/24022/statm: 170422 161105 796 1502 0 168915 0
Current children cumulated CPU time (s) 1790.27
Current children cumulated vsize (KiB) 681688

Child status: 0
Real time (s): 1790.24
CPU time (s): 1790.31
CPU user time (s): 1785.75
CPU system time (s): 4.56631
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 693120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.75
system time used= 4.5663
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 512997
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= 1
involuntary context switches= 22060

runsolver used 3.24251 second user time and 6.53501 second system time

The end

Launcher Data

Begin job on node143 at 2010-07-08 10:38:48
IDJOB=2705039
IDBENCH=79271
IDSOLVER=1214
FILE ID=node143/2705039-1278578328
PBS_JOBID= 11240168
Free space on /tmp= 73220 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.1900567024--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-2705039-1278578328/watcher-2705039-1278578328 -o /tmp/evaluation-result-2705039-1278578328/solver-2705039-1278578328 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705039-1278578328.wbo -t 1800 -m 3800

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

MD5SUM BENCH= a7d7105d3e0193cbcd9215f3627722fb
RANDOM SEED=764370404

node143.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.829
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.65
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.829
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.829
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.829
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.72
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.829
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	: 5338.82
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.829
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.829
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.829
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27029996 kB
Buffers:        155120 kB
Cached:        3233656 kB
SwapCached:          0 kB
Active:        3966696 kB
Inactive:      1791252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27029996 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12832 kB
Writeback:           0 kB
AnonPages:     2369564 kB
Mapped:          16800 kB
Slab:            95460 kB
PageTables:       9608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2532932 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= 73224 MiB
End job on node143 at 2010-07-08 11:08:38