Trace number 2693025

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.27

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900548667--soft-0-100-0.wbo
MD5SUMfe10d6822f5aa7d11d2a88b2406ba570
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark584.992
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 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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-2693025-1277929422.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 137945
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.379450e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.19	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.13
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.379450e+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.379450e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.379450e+05 |    Inf 
16.99/17.04	c  16.5s| 10000 | 10001 |  7562 |   0.7 |  47M|1477 |   0 |5645 |5414 |5645 | 270 |2605 |   0 | 879 | 0.000000e+00 | 1.379450e+05 |    Inf 
30.39/30.41	c  29.5s| 20000 | 20001 |  9615 |   0.5 |  67M|1477 |   0 |5645 |5414 |5645 | 209 |3235 |   0 | 935 | 0.000000e+00 | 1.379450e+05 |    Inf 
40.99/41.00	o 721
40.99/41.00	c *39.9s| 27655 | 23373 | 11593 |   0.4 |  73M|1477 |   - |5645 |5414 |5645 | 213 |3909 |   0 | 996 | 0.000000e+00 | 7.210000e+02 |    Inf 
44.19/44.29	c  43.1s| 30000 | 25718 | 12089 |   0.4 |  78M|1477 |   0 |5645 |5414 |5645 | 270 |4017 |   0 | 999 | 0.000000e+00 | 7.210000e+02 |    Inf 
50.69/50.77	o 309
50.69/50.77	c *49.4s| 34036 | 13617 | 14617 |   0.4 |  57M|1477 |   - |5645 |5447 |5645 | 225 |4849 |  33 |1067 | 0.000000e+00 | 3.090000e+02 |    Inf 
52.89/52.91	o 283
52.89/52.91	c *51.5s| 35047 | 12598 | 16229 |   0.5 |  56M|1477 |   - |5645 |5590 |5645 | 210 |5287 | 176 |1094 | 0.000000e+00 | 2.830000e+02 |    Inf 
56.19/56.26	o 254
56.19/56.26	c *54.8s| 36312 | 11488 | 18866 |   0.5 |  56M|1477 |   - |5645 |6327 |5645 | 230 |6170 | 913 |1133 | 0.000000e+00 | 2.540000e+02 |    Inf 
59.09/59.15	o 227
59.09/59.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.09/59.15	c *57.6s| 37370 | 10625 | 21570 |   0.6 |  55M|1477 |   - |5645 |6999 |5645 | 239 |6968 |1585 |1176 | 0.000000e+00 | 2.270000e+02 |    Inf 
64.40/64.46	o 215
64.40/64.46	c *62.8s| 39165 | 11379 | 27813 |   0.7 |  62M|1477 |   - |5645 |8004 |5645 | 230 |8847 |2599 |1282 | 0.000000e+00 | 2.150000e+02 |    Inf 
65.09/65.16	o 211
65.09/65.16	c *63.4s| 39380 | 11302 | 28554 |   0.7 |  62M|1477 |   - |5645 |8140 |5645 | 263 |9124 |2739 |1292 | 0.000000e+00 | 2.110000e+02 |    Inf 
66.89/66.90	c  65.1s| 40000 | 11767 | 30777 |   0.8 |  65M|1477 |   0 |5645 |8507 |5645 | 233 |9738 |3149 |1326 | 0.000000e+00 | 2.110000e+02 |    Inf 
74.90/74.92	o 206
74.90/74.92	c *73.0s| 42644 | 13252 | 39921 |   0.9 |  73M|1477 |   - |5645 |9082 |5645 | 247 |  12k|5099 |1397 | 0.000000e+00 | 2.060000e+02 |    Inf 
75.59/75.66	o 189
75.59/75.66	c *73.7s| 42912 | 12111 | 40537 |   0.9 |  71M|1477 |   - |5645 |9154 |5645 | 231 |  12k|5319 |1399 | 0.000000e+00 | 1.890000e+02 |    Inf 
80.69/80.71	o 174
80.69/80.71	c *78.6s| 44609 | 12074 | 45535 |   1.0 |  72M|1477 |   - |5645 |8720 |5645 | 246 |  13k|6345 |1444 | 0.000000e+00 | 1.740000e+02 |    Inf 
92.30/92.37	o 171
92.30/92.37	c *89.9s| 48482 | 14420 | 58632 |   1.2 |  85M|1477 |   - |5645 |7833 |5645 | 226 |  17k|9338 |1495 | 0.000000e+00 | 1.710000e+02 |    Inf 
92.40/92.46	o 169
92.40/92.46	c *90.0s| 48517 | 14297 | 58783 |   1.2 |  85M|1477 |   - |5645 |7830 |5645 | 249 |  17k|9343 |1496 | 0.000000e+00 | 1.690000e+02 |    Inf 
92.40/92.47	o 165
92.40/92.47	c *90.0s| 48518 | 13955 | 58783 |   1.2 |  84M|1477 |   - |5645 |7830 |5645 | 249 |  17k|9343 |1496 | 0.000000e+00 | 1.650000e+02 |    Inf 
92.89/92.94	o 161
92.89/92.94	c *90.5s| 48736 | 13724 | 59285 |   1.2 |  83M|1477 |   - |5645 |7802 |5645 | 249 |  17k|9391 |1506 | 0.000000e+00 | 1.610000e+02 |    Inf 
92.89/92.96	o 154
92.89/92.96	c *90.5s| 48742 | 13075 | 59292 |   1.2 |  80M|1477 |   - |5645 |7802 |5645 | 249 |  17k|9391 |1506 | 0.000000e+00 | 1.540000e+02 |    Inf 
92.99/93.01	o 153
92.99/93.01	c *90.5s| 48747 | 12985 | 59481 |   1.2 |  80M|1477 |   - |5645 |7800 |5645 | 234 |  17k|9399 |1507 | 0.000000e+00 | 1.530000e+02 |    Inf 
92.99/93.03	o 152
92.99/93.03	c *90.5s| 48753 | 12899 | 59509 |   1.2 |  80M|1477 |   - |5645 |7800 |5645 | 234 |  17k|9399 |1507 | 0.000000e+00 | 1.520000e+02 |    Inf 
92.99/93.09	o 140
92.99/93.09	c *90.6s| 48765 | 11825 | 59660 |   1.2 |  75M|1477 |   - |5645 |7800 |5645 | 249 |  17k|9407 |1510 | 0.000000e+00 | 1.400000e+02 |    Inf 
93.09/93.10	o 133
93.09/93.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.09/93.10	c *90.6s| 48766 | 11108 | 59665 |   1.2 |  72M|1477 |   - |5645 |7800 |5645 | 248 |  17k|9407 |1510 | 0.000000e+00 | 1.330000e+02 |    Inf 
94.20/94.20	o 121
94.20/94.20	c *91.7s| 49117 | 10093 | 60552 |   1.2 |  68M|1477 |   - |5645 |7943 |5645 | 245 |  18k|9795 |1516 | 0.000000e+00 | 1.210000e+02 |    Inf 
94.39/94.48	o 114
94.39/94.48	c *91.9s| 49185 |  9428 | 60895 |   1.2 |  65M|1477 |   - |5645 |7973 |5645 | 239 |  18k|9843 |1524 | 0.000000e+00 | 1.140000e+02 |    Inf 
94.39/94.48	o 113
94.39/94.48	c *92.0s| 49186 |  9348 | 60895 |   1.2 |  64M|1477 |   - |5645 |7973 |5645 | 239 |  18k|9843 |1524 | 0.000000e+00 | 1.130000e+02 |    Inf 
94.50/94.55	o 112
94.50/94.55	c *92.0s| 49203 |  9282 | 60991 |   1.2 |  64M|1477 |   - |5645 |7975 |5645 | 231 |  18k|9850 |1524 | 0.000000e+00 | 1.120000e+02 |    Inf 
97.10/97.17	c  94.6s| 50000 |  9714 | 63371 |   1.3 |  67M|1477 |   0 |5645 |7573 |5645 | 228 |  18k|  10k|1533 | 0.000000e+00 | 1.120000e+02 |    Inf 
108.80/108.89	o 102
108.80/108.89	c * 106s| 53508 | 10257 | 73288 |   1.4 |  77M|1477 |   - |5645 |6622 |5645 | 233 |  21k|  13k|1573 | 0.000000e+00 | 1.020000e+02 |    Inf 
110.49/110.59	o 100
110.49/110.59	c * 108s| 54032 |  9973 | 74872 |   1.4 |  77M|1477 |   - |5645 |6694 |5645 | 224 |  21k|  14k|1573 | 0.000000e+00 | 1.000000e+02 |    Inf 
124.60/124.66	o 90
124.60/124.66	c * 121s| 58492 | 11727 | 90077 |   1.5 |  92M|1477 |   - |5645 |6769 |5645 | 234 |  25k|  17k|1676 | 0.000000e+00 | 9.000000e+01 |    Inf 
125.70/125.79	o 89
125.70/125.79	c * 122s| 58779 | 11777 | 91916 |   1.6 |  93M|1477 |   - |5645 |6363 |5645 | 215 |  26k|  17k|1684 | 0.000000e+00 | 8.900000e+01 |    Inf 
126.50/126.50	o 84
126.50/126.50	c * 123s| 58938 | 10842 | 93103 |   1.6 |  90M|1477 |   - |5645 |6236 |5645 | 235 |  26k|  17k|1700 | 0.000000e+00 | 8.400000e+01 |    Inf 
130.09/130.13	c   127s| 60000 | 11458 | 98014 |   1.6 |  94M|1477 |   0 |5645 |6069 |5645 | 219 |  27k|  18k|1739 | 0.000000e+00 | 8.400000e+01 |    Inf 
141.99/142.09	o 82
141.99/142.09	c * 138s| 63437 | 12904 |113664 |   1.8 | 106M|1477 |   - |5645 |6431 |5645 | 266 |  32k|  20k|1884 | 0.000000e+00 | 8.200000e+01 |    Inf 
142.49/142.56	o 75
142.49/142.56	c * 139s| 63661 | 11860 |113872 |   1.8 | 102M|1477 |   - |5645 |6427 |5645 | 261 |  32k|  21k|1887 | 0.000000e+00 | 7.500000e+01 |    Inf 
144.69/144.73	o 73
144.69/144.73	c * 141s| 64459 | 11526 |115305 |   1.8 | 101M|1477 |   - |5645 |6408 |5645 | 254 |  32k|  21k|1895 | 0.000000e+00 | 7.300000e+01 |    Inf 
145.00/145.00	o 62
145.00/145.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.00/145.00	c * 141s| 64528 | 10156 |115531 |   1.8 |  94M|1477 |   - |5645 |6200 |5645 | 234 |  32k|  21k|1895 | 0.000000e+00 | 6.200000e+01 |    Inf 
152.90/152.91	o 58
152.90/152.91	c * 149s| 66975 | 10246 |126885 |   1.9 |  98M|1477 |   - |5645 |6728 |5645 | 260 |  35k|  24k|1988 | 0.000000e+00 | 5.800000e+01 |    Inf 
158.89/158.94	o 57
158.89/158.94	c * 155s| 68921 | 10562 |133603 |   1.9 | 102M|1477 |   - |5645 |6692 |5645 | 235 |  37k|  27k|2053 | 0.000000e+00 | 5.700000e+01 |    Inf 
162.50/162.54	c   158s| 70000 | 10810 |138650 |   2.0 | 104M|1477 |   1 |5645 |6333 |5645 | 244 |  38k|  28k|2092 | 0.000000e+00 | 5.700000e+01 |    Inf 
172.39/172.49	o 55
172.39/172.49	c * 168s| 73215 | 10721 |152052 |   2.1 | 106M|1477 |   - |5645 |6656 |5645 | 245 |  41k|  32k|2177 | 0.000000e+00 | 5.500000e+01 |    Inf 
172.50/172.50	o 46
172.50/172.50	c * 168s| 73216 |  9660 |152054 |   2.1 |  98M|1477 |   - |5645 |6656 |5645 | 245 |  41k|  32k|2177 | 0.000000e+00 | 4.600000e+01 |    Inf 
172.60/172.69	o 35
172.60/172.69	c * 168s| 73291 |  8649 |152269 |   2.1 |  87M|1477 |   - |5645 |6176 |5645 | 239 |  41k|  32k|2177 | 0.000000e+00 | 3.500000e+01 |    Inf 
174.90/174.95	o 30
174.90/174.95	c * 170s| 74126 |  8390 |155679 |   2.1 |  86M|1477 |   - |5645 |5658 |5645 | 210 |  42k|  34k|2227 | 0.000000e+00 | 3.000000e+01 |    Inf 
174.90/174.96	o 26
174.90/174.96	c * 170s| 74127 |  8084 |155679 |   2.1 |  82M|1477 |   - |5645 |5658 |5645 | 210 |  42k|  34k|2227 | 0.000000e+00 | 2.600000e+01 |    Inf 
185.90/185.99	o 25
185.90/185.99	c * 181s| 79061 |  8080 |175682 |   2.2 |  85M|1477 |   - |5645 |6599 |5645 | 235 |  45k|  41k|2385 | 0.000000e+00 | 2.500000e+01 |    Inf 
186.10/186.11	o 23
186.10/186.11	c * 181s| 79103 |  7976 |175805 |   2.2 |  84M|1477 |   - |5645 |6399 |5645 | 240 |  45k|  41k|2385 | 0.000000e+00 | 2.300000e+01 |    Inf 
186.10/186.12	o 20
186.10/186.12	c * 181s| 79104 |  7790 |175810 |   2.2 |  83M|1477 |   - |5645 |6399 |5645 | 240 |  45k|  41k|2385 | 0.000000e+00 | 2.000000e+01 |    Inf 
186.80/186.84	o 18
186.80/186.84	c * 181s| 79445 |  7678 |176928 |   2.2 |  82M|1477 |   - |5645 |6450 |5645 | 264 |  46k|  42k|2388 | 0.000000e+00 | 1.800000e+01 |    Inf 
187.90/187.99	c   182s| 80000 |  7689 |178700 |   2.2 |  82M|1477 |   - |5645 |5667 |   0 |   0 |  46k|  43k|2392 | 0.000000e+00 | 1.800000e+01 |    Inf 
190.20/190.23	o 16
190.20/190.23	c * 185s| 81026 |  7539 |182984 |   2.3 |  80M|1477 |   - |5645 |5214 |5645 | 236 |  47k|  44k|2439 | 0.000000e+00 | 1.600000e+01 |    Inf 
190.20/190.24	o 13
190.20/190.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
190.20/190.24	c * 185s| 81027 |  7270 |182994 |   2.3 |  78M|1477 |   - |5645 |5214 |5645 | 236 |  47k|  44k|2439 | 0.000000e+00 | 1.300000e+01 |    Inf 
202.19/202.29	o 12
202.19/202.29	c * 196s| 87381 |  7143 |208351 |   2.4 |  81M|1477 |   - |5645 |7556 |5645 | 308 |  51k|  53k|2581 | 0.000000e+00 | 1.200000e+01 |    Inf 
202.70/202.70	o 11
202.70/202.70	c * 196s| 87599 |  7052 |208867 |   2.4 |  80M|1477 |   - |5645 |7725 |5645 | 311 |  51k|  54k|2591 | 0.000000e+00 | 1.100000e+01 |    Inf 
202.80/202.80	o 6
202.80/202.80	c * 197s| 87667 |  6073 |208927 |   2.4 |  73M|1477 |   - |5645 |7641 |5645 | 314 |  51k|  54k|2591 | 0.000000e+00 | 6.000000e+00 |    Inf 
205.70/205.77	o 5
205.70/205.77	c * 199s| 89339 |  6051 |215158 |   2.4 |  73M|1477 |   - |5645 |6867 |5645 | 241 |  52k|  56k|2643 | 0.000000e+00 | 5.000000e+00 |    Inf 
206.90/206.96	c   200s| 90000 |  6069 |217957 |   2.4 |  73M|1477 |   - |5645 |7193 |   0 |   0 |  52k|  57k|2648 | 0.000000e+00 | 5.000000e+00 |    Inf 
220.80/220.87	o 2
220.80/220.87	c * 214s| 98067 |  5928 |248285 |   2.5 |  73M|1477 |   - |5645 |7101 |5645 | 222 |  57k|  68k|2838 | 0.000000e+00 | 2.000000e+00 |    Inf 
223.89/223.96	c   217s|100000 |  5869 |255109 |   2.5 |  73M|1477 |  21 |5645 |6817 |5645 | 233 |  58k|  71k|2843 | 0.000000e+00 | 2.000000e+00 |    Inf 
240.29/240.39	c   232s|110000 |  5780 |292107 |   2.7 |  75M|1477 |   - |5645 |8184 |   0 |   0 |  63k|  85k|3035 | 0.000000e+00 | 2.000000e+00 |    Inf 
257.59/257.68	c   249s|120000 |  5830 |331543 |   2.8 |  78M|1477 |  13 |5645 |  12k|5645 | 229 |  68k|  98k|3209 | 0.000000e+00 | 2.000000e+00 |    Inf 
276.00/276.01	c   266s|130000 |  5827 |370590 |   2.8 |  80M|1477 |   1 |5645 |  16k|5645 | 237 |  73k| 112k|3374 | 0.000000e+00 | 2.000000e+00 |    Inf 
295.39/295.49	c   285s|140000 |  5745 |411006 |   2.9 |  79M|1477 |   1 |5645 |  12k|5645 | 223 |  78k| 126k|3551 | 0.000000e+00 | 2.000000e+00 |    Inf 
313.60/313.69	c   302s|150000 |  5768 |453053 |   3.0 |  81M|1477 |   - |5645 |  15k|   0 |   0 |  82k| 140k|3714 | 0.000000e+00 | 2.000000e+00 |    Inf 
333.10/333.14	c   321s|160000 |  5795 |492642 |   3.1 |  83M|1477 |   - |5645 |  19k|   0 |   0 |  86k| 154k|3835 | 0.000000e+00 | 2.000000e+00 |    Inf 
353.11/353.14	c   340s|170000 |  5781 |532248 |   3.1 |  84M|1477 |   - |5645 |  19k|   0 |   0 |  90k| 168k|4014 | 0.000000e+00 | 2.000000e+00 |    Inf 
372.91/372.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
372.91/372.97	c   359s|180000 |  5763 |568782 |   3.2 |  85M|1477 |  23 |5645 |  19k|5645 | 230 |  94k| 181k|4124 | 0.000000e+00 | 2.000000e+00 |    Inf 
393.20/393.24	c   379s|190000 |  5882 |605573 |   3.2 |  88M|1477 |   - |5645 |  22k|   0 |   0 |  99k| 195k|4212 | 0.000000e+00 | 2.000000e+00 |    Inf 
414.00/414.07	c   399s|200000 |  5915 |640092 |   3.2 |  90M|1477 |   1 |5645 |  25k|5645 | 234 | 103k| 209k|4361 | 0.000000e+00 | 2.000000e+00 |    Inf 
436.40/436.48	c   420s|210000 |  6081 |677308 |   3.2 |  92M|1477 |   1 |5645 |  24k|5645 | 228 | 108k| 223k|4513 | 0.000000e+00 | 2.000000e+00 |    Inf 
458.40/458.46	c   442s|220000 |  6299 |717392 |   3.3 |  95M|1477 |  12 |5645 |  30k|5645 | 227 | 113k| 236k|4622 | 0.000000e+00 | 2.000000e+00 |    Inf 
481.40/481.46	c   464s|230000 |  6477 |756775 |   3.3 |  98M|1477 |   8 |5645 |  31k|5645 | 256 | 118k| 249k|4712 | 0.000000e+00 | 2.000000e+00 |    Inf 
505.20/505.27	c   487s|240000 |  6517 |796752 |   3.3 |  99M|1477 |  12 |5645 |  30k|5645 | 216 | 123k| 263k|4834 | 0.000000e+00 | 2.000000e+00 |    Inf 
530.21/530.26	c   511s|250000 |  6611 |840375 |   3.4 | 102M|1477 |   1 |5645 |  32k|5645 | 291 | 128k| 277k|4957 | 0.000000e+00 | 2.000000e+00 |    Inf 
555.00/555.08	c   535s|260000 |  6600 |882332 |   3.4 | 102M|1477 |   1 |5645 |  32k|5645 | 239 | 132k| 291k|5092 | 0.000000e+00 | 2.000000e+00 |    Inf 
578.01/578.01	c   557s|270000 |  6687 |919037 |   3.4 | 104M|1477 |  14 |5645 |  35k|5645 | 234 | 137k| 305k|5167 | 0.000000e+00 | 2.000000e+00 |    Inf 
602.81/602.87	c   581s|280000 |  6790 |958317 |   3.4 | 106M|1477 |  15 |5645 |  37k|5645 | 233 | 141k| 318k|5283 | 0.000000e+00 | 2.000000e+00 |    Inf 
628.01/628.00	c   606s|290000 |  6851 |995626 |   3.4 | 108M|1477 |   1 |5645 |  38k|5645 | 251 | 146k| 331k|5344 | 0.000000e+00 | 2.000000e+00 |    Inf 
655.01/655.10	c   632s|300000 |  6825 |  1036k|   3.5 | 108M|1477 |   1 |5645 |  38k|5645 | 224 | 151k| 345k|5445 | 0.000000e+00 | 2.000000e+00 |    Inf 
671.31/671.32	o 1
671.31/671.32	c * 648s|305954 |  6861 |  1059k|   3.5 | 109M|1477 |   - |5645 |  41k|5645 | 249 | 155k| 353k|5485 | 0.000000e+00 | 1.000000e-00 |    Inf 
682.11/682.18	c   658s|310000 |  6890 |  1073k|   3.5 | 110M|1477 |  11 |5645 |  41k|5645 | 236 | 156k| 358k|5548 | 0.000000e+00 | 1.000000e-00 |    Inf 
709.91/709.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
709.91/709.90	c   685s|320000 |  6855 |  1107k|   3.5 | 110M|1477 |   1 |5645 |  41k|5645 | 231 | 161k| 373k|5601 | 0.000000e+00 | 1.000000e-00 |    Inf 
736.51/736.55	c   711s|330000 |  6897 |  1142k|   3.5 | 112M|1477 |   - |5645 |  45k|   0 |   0 | 165k| 387k|5654 | 0.000000e+00 | 1.000000e-00 |    Inf 
764.81/764.85	c   739s|340000 |  6912 |  1179k|   3.5 | 112M|1477 |  24 |5645 |  42k|5645 | 233 | 169k| 401k|5739 | 0.000000e+00 | 1.000000e-00 |    Inf 
793.51/793.55	c   767s|350000 |  6869 |  1213k|   3.5 | 112M|1477 |  13 |5645 |  42k|5645 | 232 | 172k| 415k|5806 | 0.000000e+00 | 1.000000e-00 |    Inf 
821.91/821.94	c   794s|360000 |  6874 |  1244k|   3.5 | 110M|1477 |   8 |5645 |  37k|5645 | 253 | 176k| 429k|5866 | 0.000000e+00 | 1.000000e-00 |    Inf 
847.51/847.55	c   819s|370000 |  6947 |  1281k|   3.5 | 110M|1477 |   1 |5645 |  33k|5645 | 271 | 181k| 443k|5949 | 0.000000e+00 | 1.000000e-00 |    Inf 
873.21/873.22	c   844s|380000 |  7016 |  1317k|   3.5 | 112M|1477 |  12 |5645 |  35k|5645 | 239 | 185k| 458k|5981 | 0.000000e+00 | 1.000000e-00 |    Inf 
899.92/899.94	c   870s|390000 |  6989 |  1351k|   3.5 | 112M|1477 |   - |5645 |  34k|   0 |   0 | 188k| 472k|6028 | 0.000000e+00 | 1.000000e-00 |    Inf 
925.51/925.53	c   895s|400000 |  6920 |  1386k|   3.5 | 111M|1477 |   - |5645 |  31k|5645 | 256 | 192k| 487k|6222 | 0.000000e+00 | 1.000000e-00 |    Inf 
948.52/948.54	c   918s|410000 |  6848 |  1422k|   3.5 | 109M|1477 |   - |5645 |  28k|   0 |   0 | 197k| 501k|6271 | 0.000000e+00 | 1.000000e-00 |    Inf 
971.52/971.51	c   940s|420000 |  7074 |  1458k|   3.5 | 112M|1477 |   6 |5645 |  31k|5645 | 213 | 202k| 515k|6352 | 0.000000e+00 | 1.000000e-00 |    Inf 
994.91/994.99	c   963s|430000 |  7097 |  1494k|   3.5 | 112M|1477 |   1 |5645 |  30k|5645 | 222 | 206k| 530k|6419 | 0.000000e+00 | 1.000000e-00 |    Inf 
1018.92/1018.95	c   986s|440000 |  7197 |  1522k|   3.5 | 114M|1477 |   1 |5645 |  31k|5645 | 213 | 211k| 545k|6465 | 0.000000e+00 | 1.000000e-00 |    Inf 
1044.41/1044.40	c  1011s|450000 |  7327 |  1557k|   3.5 | 116M|1477 |  23 |5645 |  33k|5645 | 225 | 216k| 558k|6523 | 0.000000e+00 | 1.000000e-00 |    Inf 
1067.82/1067.86	c  1034s|460000 |  7463 |  1592k|   3.5 | 118M|1477 |   - |5645 |  35k|   0 |   0 | 221k| 573k|6582 | 0.000000e+00 | 1.000000e-00 |    Inf 
1092.61/1092.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1092.61/1092.67	c  1058s|470000 |  7532 |  1627k|   3.5 | 118M|1477 |   1 |5645 |  32k|5645 | 235 | 226k| 588k|6652 | 0.000000e+00 | 1.000000e-00 |    Inf 
1116.81/1116.84	c  1081s|480000 |  7473 |  1664k|   3.5 | 118M|1477 |   7 |5645 |  32k|5645 | 201 | 232k| 604k|6719 | 0.000000e+00 | 1.000000e-00 |    Inf 
1141.72/1141.75	c  1106s|490000 |  7559 |  1701k|   3.5 | 119M|1477 |   1 |5645 |  33k|5645 | 240 | 236k| 617k|6780 | 0.000000e+00 | 1.000000e-00 |    Inf 
1167.03/1167.09	c  1130s|500000 |  7519 |  1738k|   3.5 | 119M|1477 |   - |5645 |  33k|   0 |   0 | 239k| 632k|6849 | 0.000000e+00 | 1.000000e-00 |    Inf 
1192.43/1192.40	c  1155s|510000 |  7734 |  1776k|   3.5 | 122M|1477 |   3 |5645 |  34k|5645 | 220 | 244k| 646k|6897 | 0.000000e+00 | 1.000000e-00 |    Inf 
1218.62/1218.69	c  1181s|520000 |  7818 |  1814k|   3.5 | 123M|1477 |  13 |5645 |  34k|5645 | 236 | 250k| 662k|6949 | 0.000000e+00 | 1.000000e-00 |    Inf 
1244.42/1244.48	c  1206s|530000 |  7725 |  1851k|   3.5 | 123M|1477 |   1 |5645 |  34k|5645 | 245 | 256k| 677k|6998 | 0.000000e+00 | 1.000000e-00 |    Inf 
1270.22/1270.21	c  1231s|540000 |  7758 |  1886k|   3.5 | 123M|1477 |   - |5645 |  32k|   0 |   0 | 260k| 692k|7080 | 0.000000e+00 | 1.000000e-00 |    Inf 
1295.92/1295.92	c  1256s|550000 |  7874 |  1921k|   3.5 | 124M|1477 |   1 |5645 |  34k|5645 | 239 | 264k| 707k|7155 | 0.000000e+00 | 1.000000e-00 |    Inf 
1321.13/1321.17	c  1281s|560000 |  7849 |  1955k|   3.5 | 125M|1477 |   - |5645 |  35k|   0 |   0 | 269k| 721k|7207 | 0.000000e+00 | 1.000000e-00 |    Inf 
1344.92/1344.98	c  1304s|570000 |  7989 |  1986k|   3.5 | 127M|1477 |   1 |5645 |  37k|5645 | 230 | 273k| 735k|7248 | 0.000000e+00 | 1.000000e-00 |    Inf 
1369.12/1369.11	c  1327s|580000 |  8020 |  2019k|   3.5 | 128M|1477 |   - |5645 |  38k|   0 |   0 | 277k| 749k|7286 | 0.000000e+00 | 1.000000e-00 |    Inf 
1394.72/1394.72	c  1352s|590000 |  7941 |  2052k|   3.5 | 126M|1477 |   - |5645 |  35k|   0 |   0 | 281k| 764k|7341 | 0.000000e+00 | 1.000000e-00 |    Inf 
1421.32/1421.35	c  1378s|600000 |  7922 |  2088k|   3.5 | 126M|1477 |   - |5645 |  34k|   0 |   0 | 285k| 778k|7404 | 0.000000e+00 | 1.000000e-00 |    Inf 
1448.12/1448.13	c  1404s|610000 |  7935 |  2125k|   3.5 | 127M|1477 |   - |5645 |  35k|   0 |   0 | 288k| 792k|7457 | 0.000000e+00 | 1.000000e-00 |    Inf 
1474.13/1474.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1474.13/1474.16	c  1430s|620000 |  7929 |  2160k|   3.5 | 128M|1477 |   1 |5645 |  36k|5645 | 242 | 292k| 807k|7508 | 0.000000e+00 | 1.000000e-00 |    Inf 
1501.32/1501.35	c  1456s|630000 |  7932 |  2195k|   3.5 | 128M|1477 |   9 |5645 |  36k|5645 | 222 | 296k| 821k|7568 | 0.000000e+00 | 1.000000e-00 |    Inf 
1528.63/1528.65	c  1483s|640000 |  7937 |  2231k|   3.5 | 128M|1477 |   1 |5645 |  34k|5645 | 242 | 301k| 835k|7626 | 0.000000e+00 | 1.000000e-00 |    Inf 
1554.93/1554.91	c  1508s|650000 |  7985 |  2266k|   3.5 | 128M|1477 |   - |5645 |  33k|5645 | 247 | 305k| 850k|7695 | 0.000000e+00 | 1.000000e-00 |    Inf 
1580.53/1580.57	c  1533s|660000 |  8353 |  2309k|   3.5 | 131M|1477 |   - |5645 |  36k|   0 |   0 | 312k| 866k|7755 | 0.000000e+00 | 1.000000e-00 |    Inf 
1606.53/1606.50	c  1559s|670000 |  8402 |  2346k|   3.5 | 132M|1477 |   1 |5645 |  35k|5645 | 223 | 317k| 882k|7804 | 0.000000e+00 | 1.000000e-00 |    Inf 
1633.33/1633.34	c  1585s|680000 |  8538 |  2385k|   3.5 | 134M|1477 |   1 |5645 |  35k|5645 | 254 | 323k| 897k|7859 | 0.000000e+00 | 1.000000e-00 |    Inf 
1660.53/1660.56	c  1611s|690000 |  8592 |  2425k|   3.5 | 135M|1477 |   - |5645 |  35k|   0 |   0 | 329k| 913k|7913 | 0.000000e+00 | 1.000000e-00 |    Inf 
1686.53/1686.52	c  1637s|700000 |  8650 |  2465k|   3.5 | 136M|1477 |   1 |5645 |  37k|5645 | 239 | 336k| 930k|7964 | 0.000000e+00 | 1.000000e-00 |    Inf 
1712.43/1712.45	c  1662s|710000 |  8791 |  2510k|   3.5 | 138M|1477 |   1 |5645 |  38k|5645 | 269 | 343k| 947k|8033 | 0.000000e+00 | 1.000000e-00 |    Inf 
1739.33/1739.38	c  1688s|720000 |  8777 |  2553k|   3.5 | 137M|1477 |   - |5645 |  34k|   0 |   0 | 349k| 964k|8087 | 0.000000e+00 | 1.000000e-00 |    Inf 
1766.94/1766.91	c  1715s|730000 |  8829 |  2592k|   3.6 | 139M|1477 |   1 |5645 |  36k|5645 | 262 | 354k| 979k|8126 | 0.000000e+00 | 1.000000e-00 |    Inf 
1793.34/1793.38	c  1741s|740000 |  8792 |  2634k|   3.6 | 139M|1477 |   1 |5645 |  35k|5645 | 257 | 360k| 995k|8183 | 0.000000e+00 | 1.000000e-00 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.00	c Solving Time (sec) : 1747.48
1800.04/1800.00	c Solving Nodes      : 742531
1800.04/1800.00	c Primal Bound       : +1.00000000000000e-00 (350 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 -x104 
1800.04/1800.09	v x103 -x102 -x101 -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
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 -x54 
1800.04/1800.09	v -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 -x33 -x32 x31 -x30 -x29 
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       :    1747.48
1800.04/1800.09	c Original Problem   :
1800.04/1800.09	c   Problem name     : HOME/instance-2693025-1277929422.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-2693025-1277929422.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, 46829 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.01          0          0          0          0          0          0          0          0
1800.04/1800.09	c   linear           :       0.01          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        :          -       2707          -          -       5414          -          -          -          -
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     477328          0         21        788          0          0     751568
1800.04/1800.09	c   indicator        :       2707          0    1445200      78800          0        247    4786338          0          0          0
1800.04/1800.09	c   linear           :       2707          6    3825705     100608          0     295608   15983218     361855          0          0
1800.04/1800.09	c   logicor          :          0+         0    1213777          0          0      55240    1545010          0          0          0
1800.04/1800.09	c   bounddisjunction :          0+         0       3921          0          0          0         31          0          0          0
1800.04/1800.09	c   countsols        :          0          0          0      55336          0          0          0          0          0          0
1800.04/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.09	c   integral         :      13.76       0.00       0.00      13.76       0.00
1800.04/1800.09	c   indicator        :      22.18       0.00      10.85      11.33       0.00
1800.04/1800.09	c   linear           :     199.96       0.01     190.95       9.00       0.00
1800.04/1800.09	c   logicor          :     334.76       0.00     334.76       0.00       0.00
1800.04/1800.09	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.04/1800.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.09	c   vbounds          :       0.00          2          0          0
1800.04/1800.09	c   rootredcost      :       0.02         51          0       2707
1800.04/1800.09	c   pseudoobj        :     185.19    3833147       6534    2893405
1800.04/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.09	c   propagation      :      23.81     357382     357167    2306802       33.9      19816       19.3          -
1800.04/1800.09	c   infeasible LP    :       4.12      11313      11313      92876       46.2        145       20.0          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.06        304        304       1031       11.4        359        5.7          -
1800.04/1800.09	c   applied globally :          -          -          -     999772       25.8          -          -          -
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          :      35.11     480250          0    1830181          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.02          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        :      13.59     376421         21        788          0          0     751568
1800.04/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.09	c   inference        :      11.69      55285          0          0          0          0     110570
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.11          -         51
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   intshifting      :       0.02          4          0
1800.04/1800.09	c   oneopt           :       0.26         44          0
1800.04/1800.09	c   guideddiving     :       0.10         40          0
1800.04/1800.09	c   veclendiving     :       0.12         98          0
1800.04/1800.09	c   linesearchdiving :       0.19         98          0
1800.04/1800.09	c   coefdiving       :       0.16         99          0
1800.04/1800.09	c   pscostdiving     :       0.10         99          0
1800.04/1800.09	c   fracdiving       :       0.12         99          0
1800.04/1800.09	c   rootsoldiving    :       0.11         95          0
1800.04/1800.09	c   objpscostdiving  :       0.19         96          0
1800.04/1800.09	c   crossover        :       2.13         77          2
1800.04/1800.09	c   trivial          :       0.08          2          2
1800.04/1800.09	c   simplerounding   :       0.51     377126          0
1800.04/1800.09	c   zirounding       :       0.17       1000          0
1800.04/1800.09	c   rounding         :       2.22       8604          0
1800.04/1800.09	c   shifting         :       1.15       2696          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.02          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.00          0          0
1800.04/1800.09	c   trysol           :       1.68       4931        295
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          :     405.37     437834    2642139       6.03    6517.85
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.18         96       1493      15.55    8294.44
1800.04/1800.09	c   strong branching :      10.49       8205      88072      10.73    8395.81
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            :     742531
1800.04/1800.09	c   nodes (total)    :     742531
1800.04/1800.09	c   nodes left       :       8794
1800.04/1800.09	c   max depth        :       1477
1800.04/1800.09	c   max depth (total):       1477
1800.04/1800.09	c   backtracks       :      66883 (9.0%)
1800.04/1800.09	c   delayed cutoffs  :      61529
1800.04/1800.09	c   repropagations   :    1870310 (4288495 domain reductions, 57776 cutoffs)
1800.04/1800.09	c   avg switch length:       6.53
1800.04/1800.09	c   switching time   :     283.61
1800.04/1800.09	c Solution           :
1800.04/1800.09	c   Solutions found  :        350 (52 improvements)
1800.04/1800.09	c   First Solution   : +1.37945000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.09	c   Primal Bound     : +1.00000000000000e-00   (in run 1, after 305954 nodes, 647.73 seconds, depth 34, 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.3.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693025-1277929422/watcher-2693025-1277929422 -o /tmp/evaluation-result-2693025-1277929422/solver-2693025-1277929422 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693025-1277929422.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: 1.92 1.98 1.99 3/178 17801
/proc/meminfo: memFree=30833388/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=11112 CPUtime=0
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 1701 0 0 0 0 0 0 0 21 0 1 0 134236845 11378688 1622 4089446400 4194304 9819077 140734314437792 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17801/statm: 2778 1622 392 1374 0 1399 0

[startup+0.0996851 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 17801
/proc/meminfo: memFree=30833388/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=36400 CPUtime=0.09
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 8123 0 0 0 9 0 0 0 21 0 1 0 134236845 37273600 7690 4089446400 4194304 9819077 140734314437792 18446744073709551615 4241122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 9100 7690 469 1374 0 7721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36400

[startup+0.100672 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 17801
/proc/meminfo: memFree=30833388/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=36400 CPUtime=0.09
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 8123 0 0 0 9 0 0 0 21 0 1 0 134236845 37273600 7690 4089446400 4194304 9819077 140734314437792 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 9100 7690 469 1374 0 7721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36400

[startup+0.300637 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 17801
/proc/meminfo: memFree=30833388/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=53512 CPUtime=0.29
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 12809 0 0 0 27 2 0 0 21 0 1 0 134236845 54796288 11777 4089446400 4194304 9819077 140734314437792 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 13378 11777 673 1374 0 11999 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53512

[startup+0.700564 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 17801
/proc/meminfo: memFree=30833388/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=47228 CPUtime=0.69
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 27969 0 0 0 63 6 0 0 22 0 1 0 134236845 48361472 9996 4089446400 4194304 9819077 140734314437792 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 11807 9996 697 1374 0 10428 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47228

[startup+1.50044 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 17802
/proc/meminfo: memFree=30794444/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=47900 CPUtime=1.49
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 41261 0 0 0 139 10 0 0 25 0 1 0 134236845 49049600 10345 4089446400 4194304 9819077 140734314437792 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 11975 10345 699 1374 0 10596 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47900

[startup+3.10015 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 17802
/proc/meminfo: memFree=30790352/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=53796 CPUtime=3.09
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 55861 0 0 0 295 14 0 0 25 0 1 0 134236845 55087104 11580 4089446400 4194304 9819077 140734314437792 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 13449 11580 700 1374 0 12070 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53796

[startup+6.30058 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 17802
/proc/meminfo: memFree=30781672/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=59956 CPUtime=6.3
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 68509 0 0 0 606 24 0 0 25 0 1 0 134236845 61394944 13653 4089446400 4194304 9819077 140734314437792 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 14989 13653 700 1374 0 13610 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 59956

[startup+12.7005 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 17803
/proc/meminfo: memFree=30771696/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=70016 CPUtime=12.69
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 81086 0 0 0 1229 40 0 0 25 0 1 0 134236845 71696384 16043 4089446400 4194304 9819077 140734314437792 18446744073709551615 6590664 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 17504 16043 700 1374 0 16125 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70016

[startup+25.5002 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 17803
/proc/meminfo: memFree=30753812/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=88112 CPUtime=25.49
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 92254 0 0 0 2477 72 0 0 25 0 1 0 134236845 90226688 20603 4089446400 4194304 9819077 140734314437792 18446744073709551615 6670206 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 22028 20603 700 1374 0 20649 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 88112

[startup+51.1007 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 17804
/proc/meminfo: memFree=30707352/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=116808 CPUtime=51.09
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 130681 0 0 0 4976 133 0 0 25 0 1 0 134236845 119611392 27850 4089446400 4194304 9819077 140734314437792 18446744073709551615 4965891 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 29202 27850 704 1374 0 27823 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 116808

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 17805
/proc/meminfo: memFree=30643056/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=200264 CPUtime=102.3
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 336347 0 0 0 9957 273 0 0 25 0 1 0 134236845 205070336 47693 4089446400 4194304 9819077 140734314437792 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 50066 47693 707 1374 0 48687 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 200264

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 17807
/proc/meminfo: memFree=30535752/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=311208 CPUtime=162.29
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 537515 0 0 0 15777 452 0 0 25 0 1 0 134236845 318676992 73805 4089446400 4194304 9819077 140734314437792 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 77802 73805 716 1374 0 76423 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 311208

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 17808
/proc/meminfo: memFree=30504460/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=341916 CPUtime=222.3
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 840131 0 0 0 21508 722 0 0 25 0 1 0 134236845 350121984 80942 4089446400 4194304 9819077 140734314437792 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 85479 80942 740 1374 0 84100 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 341916

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 17810
/proc/meminfo: memFree=30496708/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=349492 CPUtime=282.3
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 1038257 0 0 0 27233 997 0 0 25 0 1 0 134236845 357879808 82807 4089446400 4194304 9819077 140734314437792 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 87373 82807 740 1374 0 85994 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 349492

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 17812
/proc/meminfo: memFree=30492704/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=353184 CPUtime=342.3
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 1201386 0 0 0 32985 1245 0 0 25 0 1 0 134236845 361660416 83642 4089446400 4194304 9819077 140734314437792 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 88296 83643 740 1374 0 86917 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 353184

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 17813
/proc/meminfo: memFree=30482716/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=359292 CPUtime=402.31
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 1336217 0 0 0 38755 1476 0 0 25 0 1 0 134236845 367915008 85160 4089446400 4194304 9819077 140734314437792 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 89823 85160 740 1374 0 88444 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 359292

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 17815
/proc/meminfo: memFree=30472136/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=366580 CPUtime=462.3
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 1473340 0 0 0 44535 1695 0 0 25 0 1 0 134236845 375377920 87001 4089446400 4194304 9819077 140734314437792 18446744073709551615 6723464 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 91645 87001 740 1374 0 90266 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 366580

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 17819
/proc/meminfo: memFree=30467164/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=370476 CPUtime=522.31
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 1599425 0 0 0 50339 1892 0 0 25 0 1 0 134236845 379367424 87964 4089446400 4194304 9819077 140734314437792 18446744073709551615 6361068 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 92619 87964 740 1374 0 91240 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 370476

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 17821
/proc/meminfo: memFree=30460192/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=375020 CPUtime=582.3
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 1705918 0 0 0 56144 2086 0 0 25 0 1 0 134236845 384020480 89080 4089446400 4194304 9819077 140734314437792 18446744073709551615 4923509 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 93755 89080 740 1374 0 92376 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 375020

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 17823
/proc/meminfo: memFree=30454952/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=379716 CPUtime=642.31
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 1803049 0 0 0 61962 2269 0 0 25 0 1 0 134236845 388829184 90222 4089446400 4194304 9819077 140734314437792 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 94929 90222 740 1374 0 93550 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 379716

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.08 2.02 2.00 3/179 17857
/proc/meminfo: memFree=30637380/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=389948 CPUtime=882.31
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 2194731 0 0 0 85321 2910 0 0 25 0 1 0 134236845 399306752 92529 4089446400 4194304 9819077 140734314437792 18446744073709551615 6361166 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 97487 92529 740 1374 0 96108 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 389948

[startup+942.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 17859
/proc/meminfo: memFree=30562432/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=390052 CPUtime=942.31
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 2292682 0 0 0 91153 3078 0 0 25 0 1 0 134236845 399413248 92588 4089446400 4194304 9819077 140734314437792 18446744073709551615 4221185 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 97513 92588 740 1374 0 96134 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 390052

[startup+1002.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 17860
/proc/meminfo: memFree=30461692/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=390276 CPUtime=1002.32
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 2400599 0 0 0 96993 3239 0 0 25 0 1 0 134236845 399642624 92635 4089446400 4194304 9819077 140734314437792 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 97569 92635 740 1374 0 96190 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 390276

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17862
/proc/meminfo: memFree=30262984/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=391168 CPUtime=1062.32
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 2489059 0 0 0 102840 3392 0 0 25 0 1 0 134236845 400556032 92869 4089446400 4194304 9819077 140734314437792 18446744073709551615 6003037 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 97792 92869 740 1374 0 96413 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 391168

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17863
/proc/meminfo: memFree=30146992/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=392236 CPUtime=1122.31
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 2587558 0 0 0 108676 3555 0 0 25 0 1 0 134236845 401649664 93156 4089446400 4194304 9819077 140734314437792 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 98059 93156 740 1374 0 96680 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 392236

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17865
/proc/meminfo: memFree=30029516/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=393212 CPUtime=1182.32
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 2681340 0 0 0 114518 3714 0 0 25 0 1 0 134236845 402649088 93379 4089446400 4194304 9819077 140734314437792 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 98303 93379 740 1374 0 96924 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 393212

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17867
/proc/meminfo: memFree=29947896/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=395532 CPUtime=1242.32
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 2779645 0 0 0 120371 3861 0 0 25 0 1 0 134236845 405024768 94009 4089446400 4194304 9819077 140734314437792 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 98883 94009 741 1374 0 97504 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 395532

[startup+1302.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 17868
/proc/meminfo: memFree=29878768/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=396132 CPUtime=1302.32
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 2870872 0 0 0 126219 4013 0 0 25 0 1 0 134236845 405639168 94167 4089446400 4194304 9819077 140734314437792 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 99033 94167 741 1374 0 97654 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 396132

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 17870
/proc/meminfo: memFree=29808916/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=398756 CPUtime=1362.32
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 2965835 0 0 0 132063 4169 0 0 25 0 1 0 134236845 408326144 94824 4089446400 4194304 9819077 140734314437792 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 99689 94824 741 1374 0 98310 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 398756

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17871
/proc/meminfo: memFree=29763244/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=400104 CPUtime=1422.33
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 3054502 0 0 0 137908 4325 0 0 25 0 1 0 134236845 409706496 95167 4089446400 4194304 9819077 140734314437792 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 100026 95167 741 1374 0 98647 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 400104

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17873
/proc/meminfo: memFree=29735420/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=400356 CPUtime=1482.33
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 3141031 0 0 0 143762 4471 0 0 25 0 1 0 134236845 409964544 95228 4089446400 4194304 9819077 140734314437792 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 100089 95228 741 1374 0 98710 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 400356

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17875
/proc/meminfo: memFree=29665548/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=400988 CPUtime=1542.33
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 3224698 0 0 0 149617 4616 0 0 25 0 1 0 134236845 410611712 95448 4089446400 4194304 9819077 140734314437792 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 100291 95450 741 1374 0 98912 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 400988

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17876
/proc/meminfo: memFree=29644044/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=405380 CPUtime=1602.33
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 3317958 0 0 0 155461 4772 0 0 25 0 1 0 134236845 415109120 96427 4089446400 4194304 9819077 140734314437792 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 101345 96427 741 1374 0 99966 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 405380

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17878
/proc/meminfo: memFree=29642148/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=407048 CPUtime=1662.33
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 3408951 0 0 0 161320 4913 0 0 25 0 1 0 134236845 416817152 96843 4089446400 4194304 9819077 140734314437792 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 101762 96843 741 1374 0 100383 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 407048

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17879
/proc/meminfo: memFree=29637492/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=411896 CPUtime=1722.33
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 3506227 0 0 0 167173 5060 0 0 25 0 1 0 134236845 421781504 98012 4089446400 4194304 9819077 140734314437792 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 102974 98012 741 1374 0 101595 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 411896

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17881
/proc/meminfo: memFree=29635344/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=413084 CPUtime=1782.34
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 3601420 0 0 0 173028 5206 0 0 25 0 1 0 134236845 422998016 98313 4089446400 4194304 9819077 140734314437792 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 103271 98313 740 1374 0 101892 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 413084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17881
/proc/meminfo: memFree=29634592/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=413248 CPUtime=1800.04
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 3629073 0 0 0 174751 5253 0 0 25 0 1 0 134236845 423165952 98361 4089446400 4194304 9819077 140734314437792 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/17801/statm: 103312 98361 740 1374 0 101933 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 413248

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.00 2.00 2.00 3/179 17881
/proc/meminfo: memFree=29634592/32951124 swapFree=67111528/67111528
[pid=17801] ppid=17799 vsize=398912 CPUtime=1800.24
/proc/17801/stat : 17801 (pbscip.linux.x8) R 17799 17801 17776 0 -1 4202496 3629074 0 0 0 174771 5253 0 0 25 0 1 0 134236845 408485888 94778 4089446400 4194304 9819077 140734314437792 18446744073709551615 4212564 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17801/statm: 99728 94778 741 1374 0 98349 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 398912

Child status: 0
Real time (s): 1800.27
CPU time (s): 1800.31
CPU user time (s): 1747.76
CPU system time (s): 52.55
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 424140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1747.76
system time used= 52.55
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3629078
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= 2768

runsolver used 3.04854 second user time and 6.77397 second system time

The end

Launcher Data

Begin job on node144 at 2010-06-30 22:23:42
IDJOB=2693025
IDBENCH=79297
IDSOLVER=1205
FILE ID=node144/2693025-1277929422
PBS_JOBID= 11197435
Free space on /tmp= 74172 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.1900548667--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-2693025-1277929422/watcher-2693025-1277929422 -o /tmp/evaluation-result-2693025-1277929422/solver-2693025-1277929422 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693025-1277929422.wbo -t 1800 -m 3800

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

MD5SUM BENCH= fe10d6822f5aa7d11d2a88b2406ba570
RANDOM SEED=284621806

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30833916 kB
Buffers:        214844 kB
Cached:        1265828 kB
SwapCached:          0 kB
Active:        1011588 kB
Inactive:       956548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30833916 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6356 kB
Writeback:           0 kB
AnonPages:      487520 kB
Mapped:          17444 kB
Slab:            82076 kB
PageTables:       5956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   655872 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= 74168 MiB
End job on node144 at 2010-06-30 22:53:45