Trace number 2693013

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1800.31 1800.26

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900670675--soft-0-100-0.wbo
MD5SUMd1c4dbb5406fd100fd0c417364df25ff
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark39.172
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 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693013-1277928793.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.13	o 136367
0.09/0.13	c feasible solution found by trivial heuristic, objective value  1.363670e+05
0.09/0.13	c presolving:
0.09/0.14	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.19	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.14
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.21	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.29/0.30	c   0.2s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.363670e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.363670e+05 |    Inf 
5.39/5.43	o 350
5.39/5.43	c * 5.3s|  2759 |  2640 |  1108 |   0.3 |  27M|2708 |   - |5645 |5422 |5645 | 219 | 364 |   8 | 334 | 0.000000e+00 | 3.500000e+02 |    Inf 
7.78/7.81	o 332
7.78/7.81	c * 7.6s|  3724 |  3401 |  2478 |   0.6 |  30M|2708 |   - |5645 |5506 |5645 | 204 | 712 |  92 | 463 | 0.000000e+00 | 3.320000e+02 |    Inf 
14.19/14.27	o 326
14.19/14.27	c *14.0s|  5633 |  4953 |  9092 |   1.6 |  39M|2708 |   - |5645 |6233 |5645 | 291 |2607 | 819 | 866 | 0.000000e+00 | 3.260000e+02 |    Inf 
14.68/14.70	o 246
14.68/14.70	c *14.4s|  5785 |  4434 |  9486 |   1.6 |  37M|2708 |   - |5645 |6262 |5645 | 242 |2697 | 848 | 878 | 0.000000e+00 | 2.460000e+02 |    Inf 
18.19/18.25	o 243
18.19/18.25	c *17.9s|  6745 |  5133 | 12735 |   1.9 |  42M|2708 |   - |5645 |6764 |5645 | 262 |3713 |1350 |1004 | 0.000000e+00 | 2.430000e+02 |    Inf 
22.28/22.38	o 231
22.28/22.38	c *21.9s|  7837 |  5794 | 17700 |   2.2 |  46M|2708 |   - |5645 |7444 |5645 | 206 |5133 |2030 |1102 | 0.000000e+00 | 2.310000e+02 |    Inf 
30.48/30.59	c  30.0s| 10000 |  7323 | 27038 |   2.7 |  55M|2708 |   0 |5645 |8915 |5645 | 250 |7940 |3665 |1243 | 0.000000e+00 | 2.310000e+02 |    Inf 
32.58/32.67	o 227
32.58/32.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.58/32.67	c *32.1s| 10538 |  7591 | 29403 |   2.8 |  57M|2708 |   - |5645 |9083 |5645 | 222 |8652 |3966 |1255 | 0.000000e+00 | 2.270000e+02 |    Inf 
32.58/32.68	o 222
32.58/32.68	c *32.1s| 10539 |  7463 | 29403 |   2.8 |  57M|2708 |   - |5645 |9083 |5645 | 222 |8652 |3966 |1255 | 0.000000e+00 | 2.220000e+02 |    Inf 
35.28/35.34	o 195
35.28/35.34	c *34.7s| 11374 |  7330 | 31242 |   2.7 |  57M|2708 |   - |5645 |9441 |5645 | 220 |9213 |4578 |1274 | 0.000000e+00 | 1.950000e+02 |    Inf 
36.78/36.81	o 189
36.78/36.81	c *36.2s| 11723 |  7428 | 33108 |   2.8 |  58M|2708 |   - |5645 |9432 |5645 | 239 |9786 |4768 |1306 | 0.000000e+00 | 1.890000e+02 |    Inf 
36.88/36.99	o 185
36.88/36.99	c *36.3s| 11782 |  7351 | 33260 |   2.8 |  58M|2708 |   - |5645 |9442 |5645 | 202 |9822 |4787 |1306 | 0.000000e+00 | 1.850000e+02 |    Inf 
37.99/38.09	o 182
37.99/38.09	c *37.4s| 12071 |  7506 | 34676 |   2.9 |  58M|2708 |   - |5645 |9362 |5645 | 230 |  10k|4889 |1325 | 0.000000e+00 | 1.820000e+02 |    Inf 
38.08/38.10	o 175
38.08/38.10	c *37.4s| 12072 |  7285 | 34676 |   2.9 |  56M|2708 |   - |5645 |9362 |5645 | 230 |  10k|4889 |1325 | 0.000000e+00 | 1.750000e+02 |    Inf 
45.28/45.32	o 171
45.28/45.32	c *44.6s| 14025 |  8521 | 42835 |   3.0 |  63M|2708 |   - |5645 |8698 |5645 | 207 |  12k|6359 |1376 | 0.000000e+00 | 1.710000e+02 |    Inf 
45.48/45.59	o 167
45.48/45.59	c *44.8s| 14095 |  8447 | 43190 |   3.1 |  62M|2708 |   - |5645 |8666 |5645 | 215 |  12k|6377 |1380 | 0.000000e+00 | 1.670000e+02 |    Inf 
48.88/48.96	o 165
48.88/48.96	c *48.2s| 15073 |  8985 | 46405 |   3.1 |  66M|2708 |   - |5645 |8776 |5645 | 223 |  13k|7418 |1414 | 0.000000e+00 | 1.650000e+02 |    Inf 
58.68/58.74	o 155
58.68/58.74	c *57.8s| 17749 | 10282 | 57686 |   3.2 |  74M|2708 |   - |5645 |7062 |5645 | 265 |  16k|9073 |1508 | 0.000000e+00 | 1.550000e+02 |    Inf 
58.68/58.74	o 141
58.68/58.74	c *57.8s| 17750 |  9545 | 57686 |   3.2 |  69M|2708 |   - |5645 |7062 |5645 | 265 |  16k|9073 |1508 | 0.000000e+00 | 1.410000e+02 |    Inf 
61.08/61.13	o 136
61.08/61.13	c *60.2s| 18328 |  9674 | 60378 |   3.3 |  71M|2708 |   - |5645 |7055 |5645 | 222 |  17k|9499 |1540 | 0.000000e+00 | 1.360000e+02 |    Inf 
61.08/61.14	o 127
61.08/61.14	c *60.2s| 18329 |  9231 | 60386 |   3.3 |  68M|2708 |   - |5645 |7055 |5645 | 224 |  17k|9499 |1540 | 0.000000e+00 | 1.270000e+02 |    Inf 
63.09/63.10	o 118
63.09/63.10	c *62.1s| 18864 |  9040 | 62844 |   3.3 |  68M|2708 |   - |5645 |7159 |5645 | 260 |  18k|9917 |1548 | 0.000000e+00 | 1.180000e+02 |    Inf 
63.09/63.10	o 113
63.09/63.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
63.09/63.10	c *62.1s| 18865 |  8684 | 62844 |   3.3 |  67M|2708 |   - |5645 |7159 |5645 | 260 |  18k|9917 |1548 | 0.000000e+00 | 1.130000e+02 |    Inf 
63.88/63.97	o 109
63.88/63.97	c *63.0s| 19159 |  8610 | 63849 |   3.3 |  67M|2708 |   - |5645 |7199 |5645 | 226 |  18k|  10k|1555 | 0.000000e+00 | 1.090000e+02 |    Inf 
64.98/65.01	o 100
64.98/65.01	c *64.0s| 19361 |  8281 | 65276 |   3.4 |  64M|2708 |   - |5645 |7074 |5645 | 245 |  18k|  10k|1574 | 0.000000e+00 | 1.000000e+02 |    Inf 
67.09/67.14	o 97
67.09/67.14	c *66.1s| 19801 |  8236 | 68647 |   3.5 |  65M|2708 |   - |5645 |6926 |5645 | 242 |  19k|  10k|1594 | 0.000000e+00 | 9.700000e+01 |    Inf 
67.09/67.19	o 95
67.09/67.19	c *66.1s| 19808 |  8000 | 68650 |   3.5 |  64M|2708 |   - |5645 |6833 |5645 | 242 |  19k|  10k|1594 | 0.000000e+00 | 9.500000e+01 |    Inf 
67.89/67.93	c  66.9s| 20000 |  8143 | 69704 |   3.5 |  64M|2708 |   7 |5645 |6718 |5645 | 224 |  20k|  10k|1597 | 0.000000e+00 | 9.500000e+01 |    Inf 
69.88/69.96	o 89
69.88/69.96	c *68.9s| 20485 |  7695 | 72823 |   3.5 |  63M|2708 |   - |5645 |6752 |5645 | 285 |  21k|  11k|1606 | 0.000000e+00 | 8.900000e+01 |    Inf 
71.38/71.46	o 86
71.38/71.46	c *70.3s| 20866 |  7619 | 74642 |   3.6 |  63M|2708 |   - |5645 |6637 |5645 | 245 |  21k|  11k|1620 | 0.000000e+00 | 8.600000e+01 |    Inf 
71.38/71.46	o 76
71.38/71.46	c *70.3s| 20867 |  6775 | 74642 |   3.6 |  59M|2708 |   - |5645 |6637 |5645 | 245 |  21k|  11k|1620 | 0.000000e+00 | 7.600000e+01 |    Inf 
71.68/71.70	o 63
71.68/71.70	c *70.6s| 21055 |  5513 | 74860 |   3.5 |  52M|2708 |   - |5645 |6255 |5645 | 252 |  21k|  11k|1621 | 0.000000e+00 | 6.300000e+01 |    Inf 
71.89/71.94	o 45
71.89/71.94	c *70.8s| 21103 |  4148 | 75480 |   3.6 |  46M|2708 |   - |5645 |5792 |5645 | 206 |  22k|  11k|1622 | 0.000000e+00 | 4.500000e+01 |    Inf 
72.69/72.73	o 42
72.69/72.73	c *71.6s| 21682 |  4477 | 76138 |   3.5 |  47M|2708 |   - |5645 |5208 |5645 | 247 |  22k|  11k|1632 | 0.000000e+00 | 4.200000e+01 |    Inf 
72.69/72.79	o 32
72.69/72.79	c *71.7s| 21720 |  3541 | 76144 |   3.5 |  44M|2708 |   - |5645 |5092 |5645 | 249 |  22k|  11k|1632 | 0.000000e+00 | 3.200000e+01 |    Inf 
72.78/72.84	o 25
72.78/72.84	c *71.7s| 21724 |  3053 | 76240 |   3.5 |  42M|2708 |   - |5645 |4758 |5645 | 210 |  22k|  11k|1632 | 0.000000e+00 | 2.500000e+01 |    Inf 
72.88/72.97	o 23
72.88/72.97	c *71.8s| 21748 |  2484 | 76665 |   3.5 |  40M|2708 |   - |5645 |4533 |5645 | 212 |  22k|  11k|1640 | 0.000000e+00 | 2.300000e+01 |    Inf 
80.49/80.53	o 19
80.49/80.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.49/80.53	c *79.2s| 24765 |  2231 | 91775 |   3.7 |  42M|2708 |   - |5645 |5971 |5645 | 250 |  24k|  15k|1776 | 0.000000e+00 | 1.900000e+01 |    Inf 
92.08/92.19	c  90.6s| 30000 |  2212 |112806 |   3.8 |  44M|2708 |   - |5645 |5817 |   0 |   0 |  28k|  22k|1973 | 0.000000e+00 | 1.900000e+01 |    Inf 
94.69/94.79	o 14
94.69/94.79	c *93.2s| 31166 |  2040 |117947 |   3.8 |  44M|2708 |   - |5645 |5947 |5645 | 264 |  29k|  23k|1999 | 0.000000e+00 | 1.400000e+01 |    Inf 
101.38/101.48	o 7
101.38/101.48	c *99.7s| 34308 |  1682 |130635 |   3.8 |  43M|2708 |   - |5645 |6745 |5645 | 277 |  30k|  28k|2098 | 0.000000e+00 | 7.000000e+00 |    Inf 
112.69/112.79	c   111s| 40000 |  1810 |152550 |   3.8 |  44M|2708 |   - |5645 |5698 |   0 |   0 |  33k|  35k|2282 | 0.000000e+00 | 7.000000e+00 |    Inf 
132.58/132.61	c   130s| 50000 |  2166 |189637 |   3.8 |  49M|2708 |  13 |5645 |9623 |5645 | 249 |  37k|  49k|2491 | 0.000000e+00 | 7.000000e+00 |    Inf 
152.79/152.83	c   150s| 60000 |  2444 |230750 |   3.8 |  53M|2708 |  10 |5645 |  11k|5645 | 253 |  42k|  63k|2744 | 0.000000e+00 | 7.000000e+00 |    Inf 
173.18/173.21	c   169s| 70000 |  2711 |275037 |   3.9 |  57M|2708 |   1 |5645 |  11k|5645 | 260 |  46k|  76k|2952 | 0.000000e+00 | 7.000000e+00 |    Inf 
192.28/192.30	c   188s| 80000 |  2899 |309454 |   3.9 |  60M|2708 |   - |5645 |  10k|   0 |   0 |  51k|  90k|3146 | 0.000000e+00 | 7.000000e+00 |    Inf 
211.29/211.30	c   206s| 90000 |  3024 |344555 |   3.8 |  63M|2708 |   - |5645 |  12k|5645 | 269 |  54k| 103k|3312 | 0.000000e+00 | 7.000000e+00 |    Inf 
231.69/231.73	c   226s|100000 |  3061 |383468 |   3.8 |  65M|2708 |  17 |5645 |  12k|5645 | 234 |  59k| 116k|3490 | 0.000000e+00 | 7.000000e+00 |    Inf 
252.58/252.67	c   246s|110000 |  3101 |422025 |   3.8 |  67M|2708 |   1 |5645 |  15k|5645 | 244 |  64k| 130k|3607 | 0.000000e+00 | 7.000000e+00 |    Inf 
275.19/275.26	c   267s|120000 |  3081 |461893 |   3.8 |  68M|2708 |   9 |5645 |  13k|5645 | 246 |  68k| 144k|3807 | 0.000000e+00 | 7.000000e+00 |    Inf 
296.90/296.94	c   288s|130000 |  3271 |500111 |   3.8 |  70M|2708 |   1 |5645 |  14k|5645 | 261 |  72k| 157k|3926 | 0.000000e+00 | 7.000000e+00 |    Inf 
318.09/318.19	c   309s|140000 |  3342 |536646 |   3.8 |  72M|2708 |  24 |5645 |  15k|5645 | 241 |  76k| 170k|4017 | 0.000000e+00 | 7.000000e+00 |    Inf 
339.49/339.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
339.49/339.58	c   330s|150000 |  3258 |572557 |   3.8 |  71M|2708 |   - |5645 |  10k|   0 |   0 |  80k| 183k|4314 | 0.000000e+00 | 7.000000e+00 |    Inf 
359.29/359.34	c   349s|160000 |  3267 |609210 |   3.8 |  73M|2708 |   - |5645 |  12k|   0 |   0 |  84k| 197k|4369 | 0.000000e+00 | 7.000000e+00 |    Inf 
380.29/380.35	c   369s|170000 |  3322 |647657 |   3.8 |  75M|2708 |   - |5645 |  14k|   0 |   0 |  89k| 210k|4486 | 0.000000e+00 | 7.000000e+00 |    Inf 
402.09/402.15	c   390s|180000 |  3461 |684967 |   3.8 |  78M|2708 |   1 |5645 |  16k|5645 | 263 |  93k| 224k|4615 | 0.000000e+00 | 7.000000e+00 |    Inf 
423.19/423.28	c   410s|190000 |  3535 |725922 |   3.8 |  78M|2708 |   - |5645 |  11k|   0 |   0 |  97k| 238k|4788 | 0.000000e+00 | 7.000000e+00 |    Inf 
443.99/444.04	c   430s|200000 |  3625 |763752 |   3.8 |  80M|2708 |   1 |5645 |  13k|5645 | 272 | 101k| 251k|4871 | 0.000000e+00 | 7.000000e+00 |    Inf 
465.20/465.27	c   451s|210000 |  3607 |804355 |   3.8 |  81M|2708 |  13 |5645 |  12k|5645 | 215 | 105k| 264k|4991 | 0.000000e+00 | 7.000000e+00 |    Inf 
487.30/487.37	c   472s|220000 |  3605 |853087 |   3.9 |  82M|2708 |  10 |5645 |  10k|5645 | 279 | 109k| 279k|5138 | 0.000000e+00 | 7.000000e+00 |    Inf 
506.80/506.87	c   491s|230000 |  3431 |890987 |   3.9 |  79M|2708 |   - |5645 |9040 |   0 |   0 | 113k| 293k|5242 | 0.000000e+00 | 7.000000e+00 |    Inf 
526.39/526.46	c   510s|240000 |  3395 |927457 |   3.9 |  80M|2708 |   - |5645 |  12k|   0 |   0 | 116k| 306k|5337 | 0.000000e+00 | 7.000000e+00 |    Inf 
546.50/546.51	c   530s|250000 |  3394 |965714 |   3.9 |  81M|2708 |   - |5645 |  13k|   0 |   0 | 121k| 320k|5442 | 0.000000e+00 | 7.000000e+00 |    Inf 
556.79/556.88	o 6
556.79/556.88	c * 540s|254922 |  3316 |985384 |   3.9 |  79M|2708 |   - |5645 |  12k|5645 | 244 | 124k| 327k|5531 | 0.000000e+00 | 6.000000e+00 |    Inf 
567.09/567.16	c   549s|260000 |  3413 |  1004k|   3.9 |  80M|2708 |   1 |5645 |  11k|5645 | 252 | 126k| 334k|5555 | 0.000000e+00 | 6.000000e+00 |    Inf 
587.50/587.57	c   569s|270000 |  3588 |  1042k|   3.9 |  83M|2708 |   - |5645 |  12k|   0 |   0 | 131k| 348k|5666 | 0.000000e+00 | 6.000000e+00 |    Inf 
607.60/607.66	c   588s|280000 |  3682 |  1081k|   3.9 |  84M|2708 |  11 |5645 |  12k|5645 | 262 | 135k| 363k|5737 | 0.000000e+00 | 6.000000e+00 |    Inf 
628.40/628.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
628.40/628.45	c   608s|290000 |  3763 |  1121k|   3.9 |  86M|2708 |   1 |5645 |  13k|5645 | 228 | 139k| 377k|5808 | 0.000000e+00 | 6.000000e+00 |    Inf 
649.90/649.91	c   629s|300000 |  3888 |  1162k|   3.9 |  89M|2708 |   - |5645 |  15k|   0 |   0 | 144k| 392k|5887 | 0.000000e+00 | 6.000000e+00 |    Inf 
651.50/651.57	o 2
651.50/651.57	c * 631s|300736 |  2485 |  1166k|   3.9 |  67M|2708 |   - |5645 |  15k|5645 | 295 | 144k| 393k|5903 | 0.000000e+00 | 2.000000e+00 |    Inf 
670.50/670.58	c   649s|310000 |  2548 |  1207k|   3.9 |  67M|2708 |  11 |5645 |  12k|5645 | 208 | 148k| 407k|6018 | 0.000000e+00 | 2.000000e+00 |    Inf 
691.40/691.41	c   669s|320000 |  2627 |  1253k|   3.9 |  68M|2708 |   1 |5645 |  13k|5645 | 258 | 152k| 421k|6130 | 0.000000e+00 | 2.000000e+00 |    Inf 
712.01/712.04	c   689s|330000 |  2806 |  1298k|   3.9 |  72M|2708 |  20 |5645 |  17k|5645 | 284 | 156k| 435k|6197 | 0.000000e+00 | 2.000000e+00 |    Inf 
734.71/734.72	c   711s|340000 |  2815 |  1344k|   4.0 |  72M|2708 |  23 |5645 |  17k|5645 | 261 | 160k| 450k|6286 | 0.000000e+00 | 2.000000e+00 |    Inf 
757.31/757.34	c   733s|350000 |  2945 |  1387k|   4.0 |  74M|2708 |   1 |5645 |  19k|5645 | 243 | 164k| 464k|6375 | 0.000000e+00 | 2.000000e+00 |    Inf 
780.60/780.61	c   755s|360000 |  3026 |  1428k|   4.0 |  77M|2708 |   - |5645 |  22k|   0 |   0 | 167k| 479k|6456 | 0.000000e+00 | 2.000000e+00 |    Inf 
804.21/804.29	c   778s|370000 |  3052 |  1469k|   4.0 |  77M|2708 |   - |5645 |  21k|   0 |   0 | 171k| 493k|6536 | 0.000000e+00 | 2.000000e+00 |    Inf 
828.10/828.16	c   801s|380000 |  3112 |  1507k|   4.0 |  79M|2708 |   - |5645 |  23k|   0 |   0 | 174k| 508k|6604 | 0.000000e+00 | 2.000000e+00 |    Inf 
850.81/850.80	c   823s|390000 |  3093 |  1548k|   4.0 |  77M|2708 |   - |5645 |  16k|   0 |   0 | 178k| 522k|6685 | 0.000000e+00 | 2.000000e+00 |    Inf 
873.20/873.20	c   845s|400000 |  3056 |  1589k|   4.0 |  78M|2708 |   - |5645 |  16k|   0 |   0 | 182k| 536k|6770 | 0.000000e+00 | 2.000000e+00 |    Inf 
894.32/894.37	c   865s|410000 |  3023 |  1630k|   4.0 |  78M|2708 |   - |5645 |  15k|   0 |   0 | 186k| 550k|6833 | 0.000000e+00 | 2.000000e+00 |    Inf 
915.61/915.66	c   886s|420000 |  2882 |  1672k|   4.0 |  76M|2708 |   1 |5645 |  14k|5645 | 173 | 189k| 564k|6918 | 0.000000e+00 | 2.000000e+00 |    Inf 
936.01/936.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
936.01/936.06	c   905s|430000 |  2836 |  1711k|   4.0 |  76M|2708 |   - |5645 |  16k|   0 |   0 | 193k| 579k|6998 | 0.000000e+00 | 2.000000e+00 |    Inf 
957.21/957.21	c   926s|440000 |  2723 |  1750k|   4.0 |  74M|2708 |   1 |5645 |  15k|5645 | 227 | 197k| 594k|7082 | 0.000000e+00 | 2.000000e+00 |    Inf 
978.81/978.84	c   947s|450000 |  2827 |  1789k|   4.0 |  76M|2708 |   - |5645 |  18k|   0 |   0 | 201k| 607k|7151 | 0.000000e+00 | 2.000000e+00 |    Inf 
1000.82/1000.81	c   968s|460000 |  2840 |  1827k|   4.0 |  77M|2708 |   - |5645 |  19k|   0 |   0 | 205k| 621k|7224 | 0.000000e+00 | 2.000000e+00 |    Inf 
1023.31/1023.30	c   990s|470000 |  2930 |  1867k|   4.0 |  80M|2708 |   1 |5645 |  24k|5645 | 226 | 210k| 636k|7288 | 0.000000e+00 | 2.000000e+00 |    Inf 
1048.11/1048.19	c  1014s|480000 |  2952 |  1908k|   4.0 |  81M|2708 |   1 |5645 |  25k|5645 | 260 | 214k| 650k|7351 | 0.000000e+00 | 2.000000e+00 |    Inf 
1073.12/1073.19	c  1038s|490000 |  2926 |  1949k|   4.0 |  81M|2708 |   - |5645 |  26k|   0 |   0 | 218k| 665k|7410 | 0.000000e+00 | 2.000000e+00 |    Inf 
1097.82/1097.86	c  1062s|500000 |  2970 |  1990k|   4.0 |  79M|2708 |   - |5645 |  17k|   0 |   0 | 222k| 679k|7504 | 0.000000e+00 | 2.000000e+00 |    Inf 
1119.32/1119.38	c  1083s|510000 |  3058 |  2031k|   4.0 |  81M|2708 |   6 |5645 |  21k|5645 | 267 | 227k| 694k|7545 | 0.000000e+00 | 2.000000e+00 |    Inf 
1143.12/1143.14	c  1106s|520000 |  3107 |  2071k|   4.0 |  84M|2708 |   - |5645 |  27k|   0 |   0 | 231k| 708k|7600 | 0.000000e+00 | 2.000000e+00 |    Inf 
1169.52/1169.51	c  1132s|530000 |  3221 |  2112k|   4.0 |  86M|2708 |  11 |5645 |  29k|5645 | 272 | 235k| 722k|7661 | 0.000000e+00 | 2.000000e+00 |    Inf 
1197.62/1197.66	c  1159s|540000 |  3253 |  2155k|   4.0 |  87M|2708 |   - |5645 |  30k|   0 |   0 | 239k| 736k|7723 | 0.000000e+00 | 2.000000e+00 |    Inf 
1224.02/1224.07	c  1185s|550000 |  3280 |  2197k|   4.0 |  87M|2708 |  16 |5645 |  26k|5645 | 250 | 242k| 750k|7830 | 0.000000e+00 | 2.000000e+00 |    Inf 
1249.32/1249.30	c  1209s|560000 |  3307 |  2239k|   4.0 |  86M|2708 |  11 |5645 |  23k|5645 | 204 | 247k| 765k|7887 | 0.000000e+00 | 2.000000e+00 |    Inf 
1272.62/1272.70	c  1232s|570000 |  3366 |  2279k|   4.0 |  86M|2708 |   1 |5645 |  21k|5645 | 255 | 251k| 778k|7934 | 0.000000e+00 | 2.000000e+00 |    Inf 
1296.12/1296.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1296.12/1296.17	c  1255s|580000 |  3358 |  2317k|   4.0 |  88M|2708 |   1 |5645 |  24k|5645 | 260 | 255k| 792k|7967 | 0.000000e+00 | 2.000000e+00 |    Inf 
1322.82/1322.80	c  1281s|590000 |  3396 |  2362k|   4.0 |  90M|2708 |  10 |5645 |  29k|5645 | 294 | 259k| 807k|8025 | 0.000000e+00 | 2.000000e+00 |    Inf 
1351.53/1351.54	c  1309s|600000 |  3444 |  2409k|   4.0 |  93M|2708 |   - |5645 |  33k|   0 |   0 | 263k| 822k|8089 | 0.000000e+00 | 2.000000e+00 |    Inf 
1380.32/1380.38	c  1337s|610000 |  3418 |  2458k|   4.0 |  89M|2708 |   1 |5645 |  23k|5645 | 273 | 267k| 837k|8180 | 0.000000e+00 | 2.000000e+00 |    Inf 
1404.93/1404.90	c  1360s|620000 |  3448 |  2497k|   4.0 |  92M|2708 |   - |5645 |  29k|   0 |   0 | 271k| 850k|8261 | 0.000000e+00 | 2.000000e+00 |    Inf 
1431.42/1431.42	c  1386s|630000 |  3487 |  2537k|   4.0 |  94M|2708 |   - |5645 |  33k|   0 |   0 | 274k| 864k|8305 | 0.000000e+00 | 2.000000e+00 |    Inf 
1458.43/1458.44	c  1413s|640000 |  3465 |  2574k|   4.0 |  94M|2708 |   7 |5645 |  33k|5645 | 294 | 277k| 879k|8339 | 0.000000e+00 | 2.000000e+00 |    Inf 
1485.62/1485.64	c  1439s|650000 |  3554 |  2616k|   4.0 |  95M|2708 |   - |5645 |  32k|   0 |   0 | 281k| 893k|8421 | 0.000000e+00 | 2.000000e+00 |    Inf 
1513.13/1513.19	c  1466s|660000 |  3554 |  2661k|   4.0 |  96M|2708 |   - |5645 |  34k|   0 |   0 | 284k| 907k|8485 | 0.000000e+00 | 2.000000e+00 |    Inf 
1541.53/1541.52	c  1493s|670000 |  3633 |  2704k|   4.0 |  98M|2708 |  19 |5645 |  37k|5645 | 285 | 288k| 922k|8530 | 0.000000e+00 | 2.000000e+00 |    Inf 
1571.03/1571.03	c  1522s|680000 |  3606 |  2745k|   4.0 |  98M|2708 |  14 |5645 |  37k|5645 | 293 | 292k| 937k|8603 | 0.000000e+00 | 2.000000e+00 |    Inf 
1600.23/1600.23	c  1550s|690000 |  3634 |  2788k|   4.0 |  99M|2708 |   - |5645 |  39k|   0 |   0 | 296k| 951k|8649 | 0.000000e+00 | 2.000000e+00 |    Inf 
1630.84/1630.82	c  1580s|700000 |  3651 |  2831k|   4.0 | 101M|2708 |   - |5645 |  42k|   0 |   0 | 300k| 966k|8687 | 0.000000e+00 | 2.000000e+00 |    Inf 
1662.04/1662.04	c  1611s|710000 |  3683 |  2872k|   4.0 | 100M|2708 |   6 |5645 |  37k|5645 | 294 | 304k| 981k|8756 | 0.000000e+00 | 2.000000e+00 |    Inf 
1693.54/1693.50	c  1641s|720000 |  3830 |  2912k|   4.0 | 101M|2708 |   - |5645 |  38k|   0 |   0 | 308k| 995k|8816 | 0.000000e+00 | 2.000000e+00 |    Inf 
1723.44/1723.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1723.44/1723.46	c  1670s|730000 |  3934 |  2952k|   4.0 | 103M|2708 |   - |5645 |  40k|   0 |   0 | 312k|1010k|8850 | 0.000000e+00 | 2.000000e+00 |    Inf 
1755.44/1755.45	c  1702s|740000 |  4015 |  2993k|   4.0 | 104M|2708 |   9 |5645 |  40k|5645 | 282 | 317k|1024k|8882 | 0.000000e+00 | 2.000000e+00 |    Inf 
1788.44/1788.42	c  1734s|750000 |  4017 |  3041k|   4.1 | 105M|2708 |   1 |5645 |  39k|5645 | 301 | 322k|1040k|8929 | 0.000000e+00 | 2.000000e+00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1745.32
1800.04/1800.00	c Solving Nodes      : 753760
1800.04/1800.00	c Primal Bound       : +2.00000000000000e+00 (165 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.09	s SATISFIABLE
1800.04/1800.09	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 x222 -x221 -x220 -x219 x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.04/1800.09	v x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 x194 -x193 -x192 -x191 -x190 -x189 
1800.04/1800.09	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.04/1800.09	v -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.04/1800.09	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 
1800.04/1800.09	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.04/1800.09	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 
1800.04/1800.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 
1800.04/1800.09	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 
1800.04/1800.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 
1800.04/1800.09	v -x1 
1800.04/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.09	c Solving Time       :    1745.32
1800.04/1800.09	c Original Problem   :
1800.04/1800.09	c   Problem name     : HOME/instance-2693013-1277928793.wbo
1800.04/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.04/1800.09	c Presolved Problem  :
1800.04/1800.09	c   Problem name     : t_HOME/instance-2693013-1277928793.wbo
1800.04/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.04/1800.09	c   Constraints      : 5414 initial, 43111 maximal
1800.04/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.04/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.04/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.09	c   root node        :          -       2671          -          -       5342          -          -          -          -
1800.04/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.09	c   integral         :          0          0          0     457375          0         17        638          0          0     801914
1800.04/1800.09	c   indicator        :       2707          0    4097227      55524          0        125    2339587          0          0          0
1800.04/1800.09	c   linear           :       2707          6    4135507      55883          0     302318   19030631     323496          0          0
1800.04/1800.09	c   logicor          :          0+         0    1216352          0          0      73270    1405324          0          0          0
1800.04/1800.09	c   bounddisjunction :          0+         0        326          0          0          0          0          0          0          0
1800.04/1800.09	c   countsols        :          0          0          0      16705          0          0          0          0          0          0
1800.04/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.09	c   integral         :      14.90       0.00       0.00      14.90       0.00
1800.04/1800.09	c   indicator        :      15.60       0.01       9.32       6.27       0.00
1800.04/1800.09	c   linear           :     242.95       0.00     232.94      10.01       0.00
1800.04/1800.09	c   logicor          :     280.21       0.00     280.21       0.00       0.00
1800.04/1800.09	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.09	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1800.04/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.09	c   vbounds          :       0.14          2          0          0
1800.04/1800.09	c   rootredcost      :       0.13         40          0       2671
1800.04/1800.09	c   pseudoobj        :     200.73    4137892       2371    1337086
1800.04/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.09	c   propagation      :      22.17     377959     377724    2386553       30.2      15994       19.1          -
1800.04/1800.09	c   infeasible LP    :       6.91      15546      15546     129795       43.4        226       17.3          0
1800.04/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.09	c   pseudo solution  :       0.08        118        118        453       13.3        202        5.0          -
1800.04/1800.09	c   applied globally :          -          -          -    1046329       23.2          -          -          -
1800.04/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.09	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.04/1800.09	c   redcost          :      32.41     462000          0     960168          0          0
1800.04/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.04/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.09	c   gomory           :       0.01          4          0          0         75          0
1800.04/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.04/1800.09	c   cmir             :       0.00          4          0          0          1          0
1800.04/1800.09	c   flowcover        :       0.04          4          0          0          2          0
1800.04/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.09	c Pricers            :       Time      Calls       Vars
1800.04/1800.09	c   problem variables:       0.00          0          0
1800.04/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.09	c   relpscost        :      14.60     401486         17        638          0          0     801914
1800.04/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   inference        :       4.81      16665          0          0          0          0      33330
1800.04/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.09	c   LP solutions     :       0.07          -         40
1800.04/1800.09	c   pseudo solutions :       0.00          -          0
1800.04/1800.09	c   feaspump         :       0.00          0          0
1800.04/1800.09	c   oneopt           :       0.21         34          0
1800.04/1800.09	c   intshifting      :       0.03          5          0
1800.04/1800.09	c   coefdiving       :       0.02         10          0
1800.04/1800.09	c   pscostdiving     :       0.03         10          0
1800.04/1800.09	c   fracdiving       :       0.01         10          0
1800.04/1800.09	c   veclendiving     :       0.01         10          0
1800.04/1800.09	c   linesearchdiving :       0.01         10          0
1800.04/1800.09	c   guideddiving     :       0.04         10          0
1800.04/1800.09	c   objpscostdiving  :       0.00          8          0
1800.04/1800.09	c   rootsoldiving    :       0.02          8          0
1800.04/1800.09	c   crossover        :       1.26         33          3
1800.04/1800.09	c   trivial          :       0.09          2          2
1800.04/1800.09	c   simplerounding   :       0.83     402687          0
1800.04/1800.09	c   zirounding       :       0.45       1000          0
1800.04/1800.09	c   rounding         :       2.82       8940          0
1800.04/1800.09	c   shifting         :       1.65       2801          0
1800.04/1800.09	c   twoopt           :       0.00          0          0
1800.04/1800.09	c   fixandinfer      :       0.00          0          0
1800.04/1800.09	c   intdiving        :       0.00          0          0
1800.04/1800.09	c   actconsdiving    :       0.00          0          0
1800.04/1800.09	c   octane           :       0.00          0          0
1800.04/1800.09	c   rens             :       0.03          1          0
1800.04/1800.09	c   rins             :       0.00          0          0
1800.04/1800.09	c   localbranching   :       0.00          0          0
1800.04/1800.09	c   mutation         :       0.00          0          0
1800.04/1800.09	c   dins             :       0.00          0          0
1800.04/1800.09	c   undercover       :       0.00          0          0
1800.04/1800.09	c   nlp              :       0.04          0          0
1800.04/1800.09	c   trysol           :       3.22       8369        120
1800.04/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.09	c   dual LP          :     424.98     458999    3055443       6.66    7189.62
1800.04/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.09	c   diving/probing LP:       0.11         50       1420      28.40   12909.09
1800.04/1800.09	c   strong branching :      11.03       8966     106862      11.92    9688.30
1800.04/1800.09	c     (at root node) :          -         33       1884      57.09          -
1800.04/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.09	c B&B Tree           :
1800.04/1800.09	c   number of runs   :          1
1800.04/1800.09	c   nodes            :     753760
1800.04/1800.09	c   nodes (total)    :     753760
1800.04/1800.09	c   nodes left       :       4014
1800.04/1800.09	c   max depth        :       2708
1800.04/1800.09	c   max depth (total):       2708
1800.04/1800.09	c   backtracks       :      67955 (9.0%)
1800.04/1800.09	c   delayed cutoffs  :      60743
1800.04/1800.09	c   repropagations   :    2102992 (4063147 domain reductions, 57633 cutoffs)
1800.04/1800.09	c   avg switch length:       6.92
1800.04/1800.09	c   switching time   :     271.26
1800.04/1800.09	c Solution           :
1800.04/1800.09	c   Solutions found  :        165 (41 improvements)
1800.04/1800.09	c   First Solution   : +1.36367000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.09	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 300736 nodes, 630.63 seconds, depth 59, found by <relaxation>)
1800.04/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.09	c   Gap              :   infinite
1800.04/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.09	c   Root Iterations  :        183
1800.24/1800.26	c Time complete: 1800.29.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693013-1277928793/watcher-2693013-1277928793 -o /tmp/evaluation-result-2693013-1277928793/solver-2693013-1277928793 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693013-1277928793.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: 3.32 3.49 3.01 4/199 6729
/proc/meminfo: memFree=31438768/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=11108 CPUtime=0
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 1699 0 0 0 0 0 0 0 24 0 1 0 134307616 11374592 1620 4089446400 4194304 9819077 140733224497600 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6729/statm: 2777 1620 392 1374 0 1398 0

[startup+0.0142009 s]
/proc/loadavg: 3.32 3.49 3.01 4/199 6729
/proc/meminfo: memFree=31438768/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=13992 CPUtime=0
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 2427 0 0 0 0 0 0 0 24 0 1 0 134307616 14327808 2348 4089446400 4194304 9819077 140733224497600 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6729/statm: 3498 2348 392 1374 0 2119 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13992

[startup+0.100174 s]
/proc/loadavg: 3.32 3.49 3.01 4/199 6729
/proc/meminfo: memFree=31438768/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=36396 CPUtime=0.09
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 8121 0 0 0 9 0 0 0 24 0 1 0 134307616 37269504 7688 4089446400 4194304 9819077 140733224497600 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6729/statm: 9099 7688 469 1374 0 7720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36396

[startup+0.300158 s]
/proc/loadavg: 3.32 3.49 3.01 4/199 6729
/proc/meminfo: memFree=31438768/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=45700 CPUtime=0.29
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 10808 0 0 0 28 1 0 0 25 0 1 0 134307616 46796800 9808 4089446400 4194304 9819077 140733224497600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6729/statm: 11425 9808 672 1374 0 10046 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45700

[startup+0.701058 s]
/proc/loadavg: 3.32 3.49 3.01 4/199 6729
/proc/meminfo: memFree=31438768/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=47088 CPUtime=0.69
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 27149 0 0 0 66 3 0 0 25 0 1 0 134307616 48218112 9949 4089446400 4194304 9819077 140733224497600 18446744073709551615 6669808 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6729/statm: 11772 9949 698 1374 0 10393 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47088

[startup+1.50093 s]
/proc/loadavg: 3.32 3.49 3.01 4/200 6730
/proc/meminfo: memFree=31401144/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=47792 CPUtime=1.48
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 41931 0 0 0 143 5 0 0 25 0 1 0 134307616 48939008 10296 4089446400 4194304 9819077 140733224497600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6729/statm: 11948 10296 700 1374 0 10569 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 47792

[startup+3.10062 s]
/proc/loadavg: 3.32 3.49 3.01 4/200 6730
/proc/meminfo: memFree=31398912/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=51948 CPUtime=3.09
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 47378 0 0 0 301 8 0 0 25 0 1 0 134307616 53194752 11355 4089446400 4194304 9819077 140733224497600 18446744073709551615 7816013 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6729/statm: 12987 11355 700 1374 0 11608 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51948

[startup+6.30102 s]
/proc/loadavg: 3.29 3.48 3.01 4/200 6730
/proc/meminfo: memFree=31392492/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=57084 CPUtime=6.28
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 65981 0 0 0 615 13 0 0 25 0 1 0 134307616 58454016 12703 4089446400 4194304 9819077 140733224497600 18446744073709551615 4651565 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6729/statm: 14271 12703 704 1374 0 12892 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 57084

[startup+12.7008 s]
/proc/loadavg: 3.27 3.47 3.01 4/200 6730
/proc/meminfo: memFree=31377496/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=71528 CPUtime=12.68
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 97163 0 0 0 1245 23 0 0 25 0 1 0 134307616 73244672 16009 4089446400 4194304 9819077 140733224497600 18446744073709551615 6590677 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6729/statm: 17882 16009 704 1374 0 16503 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 71528

[startup+25.5005 s]
/proc/loadavg: 3.21 3.45 3.01 4/200 6731
/proc/meminfo: memFree=31337496/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=95488 CPUtime=25.48
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 159674 0 0 0 2504 44 0 0 25 0 1 0 134307616 97779712 22100 4089446400 4194304 9819077 140733224497600 18446744073709551615 6181120 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6729/statm: 23872 22100 705 1374 0 22493 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 95488

[startup+51.1007 s]
/proc/loadavg: 3.22 3.43 3.01 4/200 6731
/proc/meminfo: memFree=31307760/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=142864 CPUtime=51.08
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 249949 0 0 0 5029 79 0 0 25 0 1 0 134307616 146292736 33580 4089446400 4194304 9819077 140733224497600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6729/statm: 35716 33580 705 1374 0 34337 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 142864

[startup+102.306 s]
/proc/loadavg: 3.06 3.34 3.00 4/200 6733
/proc/meminfo: memFree=31256076/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=193708 CPUtime=102.28
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 455480 0 0 0 10053 175 0 0 25 0 1 0 134307616 198356992 45711 4089446400 4194304 9819077 140733224497600 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/6729/statm: 48427 45711 724 1374 0 47048 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 193708

[startup+162.301 s]
/proc/loadavg: 2.56 3.17 2.96 3/179 6785
/proc/meminfo: memFree=31488084/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=205976 CPUtime=162.28
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 631930 0 0 0 15890 338 0 0 25 0 1 0 134307616 210919424 48712 4089446400 4194304 9819077 140733224497600 18446744073709551615 8875210 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 51494 48712 724 1374 0 50115 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 205976

[startup+222.301 s]
/proc/loadavg: 2.20 2.95 2.90 3/179 6787
/proc/meminfo: memFree=31300876/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=215192 CPUtime=222.29
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 792795 0 0 0 21648 581 0 0 25 0 1 0 134307616 220356608 50980 4089446400 4194304 9819077 140733224497600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 53798 50980 724 1374 0 52419 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 215192

[startup+282.301 s]
/proc/loadavg: 2.07 2.78 2.84 3/197 6834
/proc/meminfo: memFree=31321792/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=222716 CPUtime=282.29
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 935464 0 0 0 27423 806 0 0 25 0 1 0 134307616 228061184 52686 4089446400 4194304 9819077 140733224497600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 55679 52686 724 1374 0 54300 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 222716

[startup+342.301 s]
/proc/loadavg: 2.02 2.63 2.79 3/197 6835
/proc/meminfo: memFree=31273176/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=226628 CPUtime=342.29
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 1072405 0 0 0 33221 1008 0 0 25 0 1 0 134307616 232067072 53735 4089446400 4194304 9819077 140733224497600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 56657 53735 724 1374 0 55278 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 226628

[startup+402.3 s]
/proc/loadavg: 2.01 2.51 2.73 3/197 6837
/proc/meminfo: memFree=31238160/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=230652 CPUtime=402.29
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 1200369 0 0 0 39022 1207 0 0 25 0 1 0 134307616 236187648 54622 4089446400 4194304 9819077 140733224497600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 57663 54622 724 1374 0 56284 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 230652

[startup+462.3 s]
/proc/loadavg: 2.00 2.42 2.68 3/197 6838
/proc/meminfo: memFree=31198556/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=238212 CPUtime=462.29
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 1328758 0 0 0 44808 1421 0 0 25 0 1 0 134307616 243929088 56400 4089446400 4194304 9819077 140733224497600 18446744073709551615 7816459 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 59553 56400 724 1374 0 58174 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 238212

[startup+522.301 s]
/proc/loadavg: 2.14 2.38 2.65 3/197 6840
/proc/meminfo: memFree=31166164/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=241128 CPUtime=522.3
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 1474306 0 0 0 50620 1610 0 0 25 0 1 0 134307616 246915072 57079 4089446400 4194304 9819077 140733224497600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 60282 57079 724 1374 0 58903 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 241128

[startup+582.301 s]
/proc/loadavg: 2.05 2.31 2.61 3/197 6842
/proc/meminfo: memFree=31136088/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=243976 CPUtime=582.3
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 1634284 0 0 0 56391 1839 0 0 25 0 1 0 134307616 249831424 57735 4089446400 4194304 9819077 140733224497600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 60994 57735 724 1374 0 59615 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 243976

[startup+642.301 s]
/proc/loadavg: 2.02 2.25 2.57 3/197 6843
/proc/meminfo: memFree=31105436/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=246032 CPUtime=642.31
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 1773197 0 0 0 62173 2058 0 0 25 0 1 0 134307616 251936768 58284 4089446400 4194304 9819077 140733224497600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 61508 58284 724 1374 0 60129 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 246032

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.05 2.18 2.47 3/197 6850
/proc/meminfo: memFree=30958076/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=252416 CPUtime=882.3
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 2294214 0 0 0 85355 2875 0 0 25 0 1 0 134307616 258473984 59938 4089446400 4194304 9819077 140733224497600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 63104 59938 725 1374 0 61725 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 252416

[startup+942.301 s]
/proc/loadavg: 2.21 2.23 2.46 3/197 6851
/proc/meminfo: memFree=30924032/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=252624 CPUtime=942.31
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 2408691 0 0 0 91146 3085 0 0 25 0 1 0 134307616 258686976 60055 4089446400 4194304 9819077 140733224497600 18446744073709551615 8656455 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 63156 60056 740 1374 0 61777 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 252624

[startup+1002.3 s]
/proc/loadavg: 2.07 2.18 2.43 3/197 6853
/proc/meminfo: memFree=30888640/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=252788 CPUtime=1002.31
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 2517832 0 0 0 96957 3274 0 0 25 0 1 0 134307616 258854912 60087 4089446400 4194304 9819077 140733224497600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 63197 60087 740 1374 0 61818 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 252788

[startup+1062.3 s]
/proc/loadavg: 2.02 2.15 2.40 3/197 6854
/proc/meminfo: memFree=30855840/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=253992 CPUtime=1062.31
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 2607430 0 0 0 102769 3462 0 0 25 0 1 0 134307616 260087808 60366 4089446400 4194304 9819077 140733224497600 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 63498 60366 740 1374 0 62119 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 253992

[startup+1122.3 s]
/proc/loadavg: 2.01 2.12 2.37 3/197 6856
/proc/meminfo: memFree=30831124/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=254364 CPUtime=1122.31
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 2691393 0 0 0 108585 3646 0 0 25 0 1 0 134307616 260468736 60466 4089446400 4194304 9819077 140733224497600 18446744073709551615 6387808 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 63591 60466 740 1374 0 62212 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 254364

[startup+1182.3 s]
/proc/loadavg: 2.00 2.09 2.35 3/197 6858
/proc/meminfo: memFree=30797080/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=258372 CPUtime=1182.32
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 2767796 0 0 0 114429 3803 0 0 25 0 1 0 134307616 264572928 61423 4089446400 4194304 9819077 140733224497600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 64593 61423 740 1374 0 63214 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 258372

[startup+1242.3 s]
/proc/loadavg: 2.00 2.07 2.32 3/197 6859
/proc/meminfo: memFree=30759572/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=260232 CPUtime=1242.32
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 2851882 0 0 0 120253 3979 0 0 25 0 1 0 134307616 266477568 61842 4089446400 4194304 9819077 140733224497600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 65058 61842 740 1374 0 63679 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 260232

[startup+1302.3 s]
/proc/loadavg: 2.08 2.07 2.31 3/197 6861
/proc/meminfo: memFree=30725816/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=260384 CPUtime=1302.33
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 2950710 0 0 0 126077 4156 0 0 25 0 1 0 134307616 266633216 61919 4089446400 4194304 9819077 140733224497600 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 65096 61919 741 1374 0 63717 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 260384

[startup+1362.3 s]
/proc/loadavg: 2.03 2.06 2.28 3/197 6862
/proc/meminfo: memFree=30685592/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=264208 CPUtime=1362.32
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 3067987 0 0 0 131912 4320 0 0 25 0 1 0 134307616 270548992 62793 4089446400 4194304 9819077 140733224497600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 66052 62793 741 1374 0 64673 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 264208

[startup+1422.31 s]
/proc/loadavg: 2.01 2.05 2.26 3/197 6864
/proc/meminfo: memFree=30672624/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=264432 CPUtime=1422.33
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 3144411 0 0 0 137747 4486 0 0 25 0 1 0 134307616 270778368 62922 4089446400 4194304 9819077 140733224497600 18446744073709551615 6361616 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 66108 62922 741 1374 0 64729 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 264432

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.24 3/197 6866
/proc/meminfo: memFree=30645172/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=266016 CPUtime=1482.32
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 3219155 0 0 0 143572 4660 0 0 25 0 1 0 134307616 272400384 63276 4089446400 4194304 9819077 140733224497600 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 66504 63276 741 1374 0 65125 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 266016

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.23 3/197 6867
/proc/meminfo: memFree=30600112/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=268996 CPUtime=1542.33
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 3303974 0 0 0 149404 4829 0 0 25 0 1 0 134307616 275451904 64050 4089446400 4194304 9819077 140733224497600 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 67249 64050 741 1374 0 65870 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 268996

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 2.21 11/197 6869
/proc/meminfo: memFree=30562112/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=270904 CPUtime=1602.33
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 3384908 0 0 0 155241 4992 0 0 25 0 1 0 134307616 277405696 64501 4089446400 4194304 9819077 140733224497600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 67726 64501 741 1374 0 66347 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 270904

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.20 3/197 6870
/proc/meminfo: memFree=30510912/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=272360 CPUtime=1662.34
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 3467548 0 0 0 161085 5149 0 0 25 0 1 0 134307616 278896640 64909 4089446400 4194304 9819077 140733224497600 18446744073709551615 6589097 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 68090 64909 741 1374 0 66711 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 272360

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.18 3/197 6872
/proc/meminfo: memFree=30471428/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=272552 CPUtime=1722.33
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 3546221 0 0 0 166935 5298 0 0 25 0 1 0 134307616 279093248 64942 4089446400 4194304 9819077 140733224497600 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 68138 64942 740 1374 0 66759 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 272552

[startup+1782.3 s]
/proc/loadavg: 2.30 2.12 2.21 3/197 6874
/proc/meminfo: memFree=30430212/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=275168 CPUtime=1782.33
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 3633759 0 0 0 172804 5429 0 0 25 0 1 0 134307616 281772032 65429 4089446400 4194304 9819077 140733224497600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 68792 65429 740 1374 0 67413 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 275168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.21 2.12 2.20 3/197 6874
/proc/meminfo: memFree=30418052/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=275460 CPUtime=1800.04
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 3665374 0 0 0 174535 5469 0 0 25 0 1 0 134307616 282071040 65508 4089446400 4194304 9819077 140733224497600 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6729/statm: 68865 65508 740 1374 0 67486 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 275460

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

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

[startup+1800.2 s]
/proc/loadavg: 2.21 2.12 2.20 3/197 6874
/proc/meminfo: memFree=30418052/32951124 swapFree=67111528/67111528
[pid=6729] ppid=6727 vsize=273444 CPUtime=1800.24
/proc/6729/stat : 6729 (pbscip.linux.x8) R 6727 6729 6486 0 -1 4202496 3665398 0 0 0 174555 5469 0 0 18 0 1 0 134307616 280006656 64988 4089446400 4194304 9819077 140733224497600 18446744073709551615 4332879 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6729/statm: 68361 64988 741 1374 0 66982 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 273444

Child status: 0
Real time (s): 1800.26
CPU time (s): 1800.31
CPU user time (s): 1745.6
CPU system time (s): 54.7087
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 275624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1745.6
system time used= 54.7087
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3665402
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1121

runsolver used 2.47462 second user time and 5.74313 second system time

The end

Launcher Data

Begin job on node111 at 2010-06-30 22:13:13
IDJOB=2693013
IDBENCH=79291
IDSOLVER=1205
FILE ID=node111/2693013-1277928793
PBS_JOBID= 11197400
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670675--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-2693013-1277928793/watcher-2693013-1277928793 -o /tmp/evaluation-result-2693013-1277928793/solver-2693013-1277928793 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693013-1277928793.wbo -t 1800 -m 3800

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

MD5SUM BENCH= d1c4dbb5406fd100fd0c417364df25ff
RANDOM SEED=956176671

node111.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.850
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.70
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.850
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.82
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.850
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.850
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.85
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.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.850
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31439296 kB
Buffers:        213440 kB
Cached:         796720 kB
SwapCached:          0 kB
Active:         768424 kB
Inactive:       600496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31439296 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6272 kB
Writeback:           0 kB
AnonPages:      358636 kB
Mapped:          20300 kB
Slab:            78500 kB
PageTables:       5412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1658692 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= 74204 MiB
End job on node111 at 2010-06-30 22:43:15