Trace number 2692989

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.25 1800.19

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900573137--soft-0-100-0.wbo
MD5SUM337bb89bbfc43fe8a5ddb591a5c00326
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 benchmark205.929
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 136625
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136624
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 693
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-2692989-1277927429.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.10/0.12	o 136624
0.10/0.12	c feasible solution found by trivial heuristic, objective value  1.366240e+05
0.10/0.12	c presolving:
0.10/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.10/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.10/0.19	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.10/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.10/0.19	c presolving (3 rounds):
0.10/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.10/0.19	c  2707 implications, 0 cliques
0.10/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.10/0.19	c    2707 constraints of type <indicator>
0.10/0.19	c    2707 constraints of type <linear>
0.10/0.19	c transformed objective value is always integral (scale: 1)
0.10/0.19	c Presolving Time: 0.13
0.10/0.19	c - non default parameters ----------------------------------------------------------------------
0.10/0.19	c # SCIP version 1.2.1.2
0.10/0.19	c 
0.10/0.19	c # frequency for displaying node information lines
0.10/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.10/0.19	c display/freq = 10000
0.10/0.19	c 
0.10/0.19	c # maximal time in seconds to run
0.10/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.10/0.19	c limits/time = 1799.98
0.10/0.19	c 
0.10/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.10/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.10/0.19	c limits/memory = 3420
0.10/0.19	c 
0.10/0.19	c # should presolving try to simplify inequalities
0.10/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.19	c constraints/linear/simplifyinequalities = TRUE
0.10/0.19	c 
0.10/0.19	c # should presolving try to simplify knapsacks
0.10/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.10/0.19	c 
0.10/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.10/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.10/0.19	c separating/rapidlearning/freq = 0
0.10/0.19	c 
0.10/0.19	c -----------------------------------------------------------------------------------------------
0.10/0.19	c start solving
0.10/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.366240e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.366240e+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.366240e+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.366240e+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.366240e+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.366240e+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.366240e+05 |    Inf 
0.39/0.41	c   0.4s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.366240e+05 |    Inf 
4.30/4.40	o 362
4.30/4.40	c * 4.2s|  2702 |  2684 |   837 |   0.2 |  27M|2688 |   - |5645 |5414 |5645 | 246 | 292 |   0 | 308 | 0.000000e+00 | 3.620000e+02 |    Inf 
15.79/15.88	o 356
15.79/15.88	c *15.6s|  8623 |  8299 |  8190 |   0.9 |  46M|2688 |   - |5645 |6033 |5645 | 237 |2690 | 619 | 948 | 0.000000e+00 | 3.560000e+02 |    Inf 
15.79/15.88	o 337
15.79/15.88	c *15.6s|  8624 |  8028 |  8190 |   0.9 |  46M|2688 |   - |5645 |6033 |5645 | 237 |2690 | 619 | 948 | 0.000000e+00 | 3.370000e+02 |    Inf 
16.20/16.28	o 317
16.20/16.28	c *15.9s|  8776 |  7852 |  8548 |   1.0 |  46M|2688 |   - |5645 |6070 |5645 | 237 |2778 | 656 | 953 | 0.000000e+00 | 3.170000e+02 |    Inf 
16.20/16.29	o 304
16.20/16.29	c *16.0s|  8777 |  7665 |  8548 |   1.0 |  45M|2688 |   - |5645 |6070 |5645 | 237 |2778 | 656 | 953 | 0.000000e+00 | 3.040000e+02 |    Inf 
17.39/17.47	o 260
17.39/17.47	c *17.1s|  9175 |  7105 |  9584 |   1.0 |  44M|2688 |   - |5645 |6227 |5645 | 245 |3148 | 813 | 988 | 0.000000e+00 | 2.600000e+02 |    Inf 
19.89/19.96	c  19.6s| 10000 |  7741 | 11601 |   1.1 |  46M|2688 |   0 |5645 |6773 |5645 | 214 |3814 |1359 |1009 | 0.000000e+00 | 2.600000e+02 |    Inf 
21.89/21.90	o 253
21.89/21.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
21.89/21.90	c *21.5s| 10647 |  8027 | 13558 |   1.3 |  48M|2688 |   - |5645 |7269 |5645 | 236 |4256 |1855 |1098 | 0.000000e+00 | 2.530000e+02 |    Inf 
21.89/21.92	o 250
21.89/21.92	c *21.5s| 10653 |  7957 | 13558 |   1.3 |  48M|2688 |   - |5645 |7269 |5645 | 236 |4256 |1855 |1098 | 0.000000e+00 | 2.500000e+02 |    Inf 
21.89/21.93	o 243
21.89/21.93	c *21.5s| 10654 |  7788 | 13558 |   1.3 |  47M|2688 |   - |5645 |7269 |5645 | 236 |4256 |1855 |1098 | 0.000000e+00 | 2.430000e+02 |    Inf 
22.19/22.28	o 242
22.19/22.28	c *21.9s| 10746 |  7813 | 14151 |   1.3 |  48M|2688 |   - |5645 |7353 |5645 | 222 |4386 |1939 |1106 | 0.000000e+00 | 2.420000e+02 |    Inf 
22.79/22.81	o 223
22.79/22.81	c *22.4s| 10998 |  7444 | 14671 |   1.3 |  47M|2688 |   - |5645 |7395 |5645 | 239 |4580 |1981 |1108 | 0.000000e+00 | 2.230000e+02 |    Inf 
26.79/26.87	o 219
26.79/26.87	c *26.4s| 12261 |  8251 | 18520 |   1.5 |  52M|2688 |   - |5645 |8158 |5645 | 220 |5695 |2778 |1216 | 0.000000e+00 | 2.190000e+02 |    Inf 
26.89/26.91	o 208
26.89/26.91	c *26.4s| 12268 |  7990 | 18538 |   1.5 |  52M|2688 |   - |5645 |8167 |5645 | 220 |5695 |2787 |1218 | 0.000000e+00 | 2.080000e+02 |    Inf 
27.39/27.45	o 192
27.39/27.45	c *26.9s| 12494 |  7751 | 19159 |   1.5 |  50M|2688 |   - |5645 |8224 |5645 | 237 |5893 |2848 |1229 | 0.000000e+00 | 1.920000e+02 |    Inf 
28.69/28.72	o 190
28.69/28.72	c *28.2s| 12845 |  7952 | 20693 |   1.6 |  52M|2688 |   - |5645 |8430 |5645 | 262 |6276 |3060 |1258 | 0.000000e+00 | 1.900000e+02 |    Inf 
29.09/29.14	o 184
29.09/29.14	c *28.6s| 12967 |  7919 | 21137 |   1.6 |  52M|2688 |   - |5645 |8486 |5645 | 303 |6359 |3126 |1259 | 0.000000e+00 | 1.840000e+02 |    Inf 
29.19/29.20	o 183
29.19/29.20	c *28.7s| 12979 |  7912 | 21288 |   1.6 |  52M|2688 |   - |5645 |8485 |5645 | 265 |6373 |3126 |1259 | 0.000000e+00 | 1.830000e+02 |    Inf 
29.29/29.33	o 172
29.29/29.33	c *28.8s| 13014 |  7662 | 21551 |   1.6 |  51M|2688 |   - |5645 |8496 |5645 | 251 |6427 |3140 |1261 | 0.000000e+00 | 1.720000e+02 |    Inf 
29.39/29.46	o 167
29.39/29.46	c *28.9s| 13033 |  7515 | 21807 |   1.7 |  50M|2688 |   - |5645 |8506 |5645 | 227 |6456 |3155 |1261 | 0.000000e+00 | 1.670000e+02 |    Inf 
30.39/30.46	o 157
30.39/30.46	c *29.9s| 13428 |  7434 | 22672 |   1.7 |  50M|2688 |   - |5645 |8644 |5645 | 240 |6671 |3313 |1264 | 0.000000e+00 | 1.570000e+02 |    Inf 
31.49/31.51	o 139
31.49/31.51	c *30.9s| 13867 |  7057 | 23681 |   1.7 |  49M|2688 |   - |5645 |8779 |5645 | 245 |6871 |3478 |1268 | 0.000000e+00 | 1.390000e+02 |    Inf 
31.49/31.58	o 138
31.49/31.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
31.49/31.58	c *31.0s| 13873 |  7033 | 23880 |   1.7 |  49M|2688 |   - |5645 |8773 |5645 | 251 |6922 |3478 |1273 | 0.000000e+00 | 1.380000e+02 |    Inf 
31.59/31.62	o 131
31.59/31.62	c *31.1s| 13889 |  6816 | 23902 |   1.7 |  47M|2688 |   - |5645 |8772 |5645 | 263 |6934 |3478 |1273 | 0.000000e+00 | 1.310000e+02 |    Inf 
31.59/31.62	o 128
31.59/31.62	c *31.1s| 13890 |  6731 | 23902 |   1.7 |  47M|2688 |   - |5645 |8772 |5645 | 263 |6934 |3478 |1273 | 0.000000e+00 | 1.280000e+02 |    Inf 
32.39/32.43	o 124
32.39/32.43	c *31.9s| 14219 |  6944 | 24582 |   1.7 |  48M|2688 |   - |5645 |8793 |5645 | 250 |7115 |3523 |1311 | 0.000000e+00 | 1.240000e+02 |    Inf 
32.69/32.76	o 123
32.69/32.76	c *32.2s| 14289 |  6976 | 25187 |   1.8 |  49M|2688 |   - |5645 |8826 |5645 | 250 |7236 |3581 |1326 | 0.000000e+00 | 1.230000e+02 |    Inf 
32.90/32.96	o 118
32.90/32.96	c *32.4s| 14411 |  6745 | 25432 |   1.8 |  48M|2688 |   - |5645 |8822 |5645 | 229 |7281 |3588 |1332 | 0.000000e+00 | 1.180000e+02 |    Inf 
33.49/33.51	o 105
33.49/33.51	c *32.9s| 14546 |  5979 | 26132 |   1.8 |  47M|2688 |   - |5645 |8871 |5645 | 248 |7495 |3700 |1351 | 0.000000e+00 | 1.050000e+02 |    Inf 
35.10/35.16	o 92
35.10/35.16	c *34.5s| 15025 |  5227 | 28327 |   1.9 |  46M|2688 |   - |5645 |8914 |5645 | 250 |8102 |3999 |1406 | 0.000000e+00 | 9.200000e+01 |    Inf 
35.90/35.99	o 72
35.90/35.99	c *35.4s| 15200 |  3709 | 29434 |   1.9 |  41M|2688 |   - |5645 |8566 |5645 | 262 |8464 |4149 |1424 | 0.000000e+00 | 7.200000e+01 |    Inf 
36.09/36.15	o 58
36.09/36.15	c *35.5s| 15256 |  2838 | 29708 |   1.9 |  39M|2688 |   - |5645 |7957 |5645 | 229 |8534 |4149 |1430 | 0.000000e+00 | 5.800000e+01 |    Inf 
36.09/36.16	o 40
36.09/36.16	c *35.5s| 15257 |  1894 | 29708 |   1.9 |  36M|2688 |   - |5645 |7957 |5645 | 229 |8534 |4149 |1430 | 0.000000e+00 | 4.000000e+01 |    Inf 
36.29/36.35	o 27
36.29/36.35	c *35.7s| 15396 |  1230 | 29858 |   1.9 |  35M|2688 |   - |5645 |6708 |5645 | 253 |8587 |4151 |1435 | 0.000000e+00 | 2.700000e+01 |    Inf 
36.39/36.47	o 19
36.39/36.47	c *35.8s| 15410 |   650 | 30067 |   1.9 |  32M|2688 |   - |5645 |6249 |5645 | 232 |8638 |4180 |1453 | 0.000000e+00 | 1.900000e+01 |    Inf 
45.99/46.07	c  45.2s| 20000 |   836 | 50398 |   2.5 |  35M|2688 |  16 |5645 |6263 |5645 | 190 |  12k|  10k|1726 | 0.000000e+00 | 1.900000e+01 |    Inf 
55.80/55.83	o 18
55.80/55.83	c *54.8s| 24946 |  1027 | 68163 |   2.7 |  38M|2688 |   - |5645 |8143 |5645 | 274 |  15k|  16k|1755 | 0.000000e+00 | 1.800000e+01 |    Inf 
62.80/62.83	o 16
62.80/62.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.80/62.83	c *61.6s| 28375 |  1123 | 80439 |   2.8 |  40M|2688 |   - |5645 |7205 |5645 | 261 |  18k|  21k|1763 | 0.000000e+00 | 1.600000e+01 |    Inf 
65.99/66.07	c  64.8s| 30000 |  1186 | 86375 |   2.9 |  41M|2688 |   - |5645 |7198 |   0 |   0 |  18k|  23k|1763 | 0.000000e+00 | 1.600000e+01 |    Inf 
78.90/78.90	o 14
78.90/78.90	c *77.4s| 36508 |  1262 |110229 |   3.0 |  42M|2688 |   - |5645 |7404 |5645 | 254 |  22k|  31k|1944 | 0.000000e+00 | 1.400000e+01 |    Inf 
85.59/85.64	c  84.0s| 40000 |  1251 |122622 |   3.1 |  43M|2688 |  18 |5645 |7084 |5645 | 250 |  24k|  36k|2035 | 0.000000e+00 | 1.400000e+01 |    Inf 
94.90/94.98	o 3
94.90/94.98	c *93.1s| 44870 |   899 |139634 |   3.1 |  40M|2688 |   - |5645 |7810 |5645 | 225 |  28k|  42k|2150 | 0.000000e+00 | 3.000000e+00 |    Inf 
103.89/103.99	c   102s| 50000 |   904 |159368 |   3.2 |  41M|2688 |   - |5645 |8271 |5645 | 200 |  31k|  49k|2339 | 0.000000e+00 | 3.000000e+00 |    Inf 
121.59/121.67	c   119s| 60000 |   982 |197388 |   3.3 |  43M|2688 |  18 |5645 |9403 |5645 | 255 |  36k|  62k|2575 | 0.000000e+00 | 3.000000e+00 |    Inf 
138.90/138.96	c   136s| 70000 |  1202 |231928 |   3.3 |  47M|2688 |  10 |5645 |  12k|5645 | 255 |  40k|  75k|2747 | 0.000000e+00 | 3.000000e+00 |    Inf 
157.50/157.58	c   154s| 80000 |  1142 |271958 |   3.4 |  47M|2688 |   4 |5645 |  11k|5645 | 232 |  45k|  89k|2985 | 0.000000e+00 | 3.000000e+00 |    Inf 
175.70/175.78	c   172s| 90000 |  1152 |310457 |   3.4 |  49M|2688 |   - |5645 |  15k|   0 |   0 |  51k| 102k|3180 | 0.000000e+00 | 3.000000e+00 |    Inf 
195.99/196.03	c   192s|100000 |  1160 |348621 |   3.5 |  51M|2688 |   - |5645 |  18k|   0 |   0 |  56k| 117k|3317 | 0.000000e+00 | 3.000000e+00 |    Inf 
215.00/215.00	c   211s|110000 |  1184 |384523 |   3.5 |  50M|2688 |   - |5645 |  12k|   0 |   0 |  61k| 130k|3538 | 0.000000e+00 | 3.000000e+00 |    Inf 
234.00/234.09	c   229s|120000 |  1346 |420088 |   3.5 |  52M|2688 |   - |5645 |  15k|   0 |   0 |  65k| 144k|3659 | 0.000000e+00 | 3.000000e+00 |    Inf 
254.00/254.01	c   249s|130000 |  1438 |456859 |   3.5 |  54M|2688 |   - |5645 |  15k|   0 |   0 |  69k| 159k|3772 | 0.000000e+00 | 3.000000e+00 |    Inf 
273.10/273.20	c   268s|140000 |  1302 |492839 |   3.5 |  53M|2688 |  13 |5645 |  14k|5645 | 253 |  73k| 173k|3862 | 0.000000e+00 | 3.000000e+00 |    Inf 
291.90/291.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
291.90/291.96	c   286s|150000 |  1235 |529395 |   3.5 |  52M|2688 |   - |5645 |  12k|   0 |   0 |  78k| 187k|4075 | 0.000000e+00 | 3.000000e+00 |    Inf 
311.30/311.34	c   305s|160000 |  1218 |568709 |   3.6 |  52M|2688 |   - |5645 |  12k|   0 |   0 |  83k| 200k|4264 | 0.000000e+00 | 3.000000e+00 |    Inf 
330.01/330.09	c   324s|170000 |  1167 |605099 |   3.6 |  52M|2688 |   - |5645 |  15k|   0 |   0 |  89k| 214k|4358 | 0.000000e+00 | 3.000000e+00 |    Inf 
350.61/350.62	c   344s|180000 |  1173 |638989 |   3.5 |  53M|2688 |   - |5645 |  17k|   0 |   0 |  94k| 226k|4461 | 0.000000e+00 | 3.000000e+00 |    Inf 
370.60/370.62	c   363s|190000 |  1076 |676659 |   3.6 |  51M|2688 |   - |5645 |  14k|   0 |   0 |  99k| 239k|4613 | 0.000000e+00 | 3.000000e+00 |    Inf 
389.70/389.76	c   382s|200000 |  1056 |712343 |   3.6 |  52M|2688 |   - |5645 |  17k|   0 |   0 | 104k| 253k|4717 | 0.000000e+00 | 3.000000e+00 |    Inf 
403.50/403.55	o 1
403.50/403.55	c * 396s|206871 |   693 |735655 |   3.6 |  47M|2688 |   - |5645 |  17k|5645 | 227 | 107k| 262k|4789 | 0.000000e+00 | 1.000000e+00 |    Inf 
410.00/410.07	c   402s|210000 |   783 |748516 |   3.6 |  46M|2688 |   7 |5645 |  13k|5645 | 188 | 109k| 266k|4824 | 0.000000e+00 | 1.000000e+00 |    Inf 
430.01/430.08	c   422s|220000 |   993 |786079 |   3.6 |  49M|2688 |  16 |5645 |  16k|5645 | 219 | 115k| 280k|4914 | 0.000000e+00 | 1.000000e+00 |    Inf 
450.41/450.44	c   442s|230000 |  1052 |824610 |   3.6 |  50M|2688 |   7 |5645 |  15k|5645 | 230 | 120k| 294k|4976 | 0.000000e+00 | 1.000000e+00 |    Inf 
470.81/470.85	c   462s|240000 |  1088 |858846 |   3.6 |  52M|2688 |   - |5645 |  18k|   0 |   0 | 123k| 308k|5061 | 0.000000e+00 | 1.000000e+00 |    Inf 
491.11/491.17	c   482s|250000 |  1234 |898559 |   3.6 |  53M|2688 |   - |5645 |  18k|   0 |   0 | 127k| 322k|5114 | 0.000000e+00 | 1.000000e+00 |    Inf 
512.21/512.26	c   502s|260000 |  1211 |932480 |   3.6 |  54M|2688 |   - |5645 |  19k|   0 |   0 | 130k| 337k|5199 | 0.000000e+00 | 1.000000e+00 |    Inf 
533.01/533.08	c   523s|270000 |  1186 |965815 |   3.6 |  54M|2688 |   - |5645 |  18k|   0 |   0 | 133k| 351k|5253 | 0.000000e+00 | 1.000000e+00 |    Inf 
553.41/553.41	c   543s|280000 |  1132 |999989 |   3.6 |  54M|2688 |   6 |5645 |  18k|5645 | 207 | 137k| 366k|5302 | 0.000000e+00 | 1.000000e+00 |    Inf 
575.11/575.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
575.11/575.11	c   564s|290000 |   904 |  1043k|   3.6 |  49M|2688 |   - |5645 |  13k|   0 |   0 | 145k| 379k|5584 | 0.000000e+00 | 1.000000e+00 |    Inf 
595.21/595.23	c   584s|300000 |   897 |  1086k|   3.6 |  50M|2688 |   1 |5645 |  18k|5645 | 244 | 150k| 393k|5665 | 0.000000e+00 | 1.000000e+00 |    Inf 
616.01/616.06	c   604s|310000 |   908 |  1126k|   3.6 |  49M|2688 |   - |5645 |  14k|5645 | 237 | 156k| 407k|5851 | 0.000000e+00 | 1.000000e+00 |    Inf 
634.91/634.94	c   623s|320000 |   974 |  1163k|   3.6 |  50M|2688 |  10 |5645 |  16k|5645 | 216 | 161k| 421k|5911 | 0.000000e+00 | 1.000000e+00 |    Inf 
654.11/654.15	c   642s|330000 |  1077 |  1197k|   3.6 |  53M|2688 |  14 |5645 |  18k|5645 | 268 | 164k| 436k|5990 | 0.000000e+00 | 1.000000e+00 |    Inf 
674.31/674.32	c   662s|340000 |  1113 |  1233k|   3.6 |  53M|2688 |   1 |5645 |  18k|5645 | 225 | 168k| 450k|6047 | 0.000000e+00 | 1.000000e+00 |    Inf 
694.51/694.58	c   682s|350000 |  1093 |  1271k|   3.6 |  53M|2688 |   - |5645 |  16k|   0 |   0 | 171k| 465k|6109 | 0.000000e+00 | 1.000000e+00 |    Inf 
714.01/714.09	c   701s|360000 |  1163 |  1303k|   3.6 |  54M|2688 |   4 |5645 |  17k|5645 | 228 | 176k| 480k|6161 | 0.000000e+00 | 1.000000e+00 |    Inf 
733.82/733.89	c   720s|370000 |  1009 |  1336k|   3.6 |  52M|2688 |   1 |5645 |  15k|5645 | 209 | 179k| 495k|6215 | 0.000000e+00 | 1.000000e+00 |    Inf 
753.52/753.57	c   740s|380000 |  1063 |  1372k|   3.6 |  53M|2688 |   1 |5645 |  18k|5645 | 210 | 183k| 509k|6377 | 0.000000e+00 | 1.000000e+00 |    Inf 
773.91/773.90	c   759s|390000 |  1068 |  1405k|   3.6 |  54M|2688 |   - |5645 |  20k|   0 |   0 | 187k| 523k|6428 | 0.000000e+00 | 1.000000e+00 |    Inf 
795.11/795.17	c   780s|400000 |  1364 |  1442k|   3.6 |  56M|2688 |   1 |5645 |  22k|5645 | 195 | 192k| 536k|6489 | 0.000000e+00 | 1.000000e+00 |    Inf 
817.22/817.27	c   802s|410000 |  1500 |  1478k|   3.6 |  58M|2688 |   - |5645 |  23k|   0 |   0 | 196k| 551k|6540 | 0.000000e+00 | 1.000000e+00 |    Inf 
839.61/839.65	c   824s|420000 |  1569 |  1510k|   3.6 |  60M|2688 |   - |5645 |  24k|   0 |   0 | 199k| 566k|6586 | 0.000000e+00 | 1.000000e+00 |    Inf 
862.52/862.53	c   847s|430000 |  1649 |  1540k|   3.6 |  60M|2688 |   5 |5645 |  24k|5645 | 196 | 204k| 580k|6640 | 0.000000e+00 | 1.000000e+00 |    Inf 
885.91/885.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
885.91/885.99	c   870s|440000 |  1684 |  1571k|   3.6 |  61M|2688 |   1 |5645 |  23k|5645 | 189 | 208k| 594k|6686 | 0.000000e+00 | 1.000000e+00 |    Inf 
909.02/909.09	c   893s|450000 |  1640 |  1604k|   3.6 |  61M|2688 |   - |5645 |  24k|   0 |   0 | 212k| 609k|6736 | 0.000000e+00 | 1.000000e+00 |    Inf 
931.52/931.54	c   915s|460000 |  1578 |  1637k|   3.6 |  61M|2688 |   8 |5645 |  25k|5645 | 194 | 216k| 624k|6785 | 0.000000e+00 | 1.000000e+00 |    Inf 
954.32/954.31	c   937s|470000 |  1463 |  1669k|   3.6 |  60M|2688 |   1 |5645 |  24k|5645 | 206 | 220k| 639k|6841 | 0.000000e+00 | 1.000000e+00 |    Inf 
977.43/977.40	c   960s|480000 |  1369 |  1704k|   3.6 |  59M|2688 |   1 |5645 |  22k|5645 | 217 | 223k| 653k|6886 | 0.000000e+00 | 1.000000e+00 |    Inf 
1000.32/1000.36	c   983s|490000 |  1378 |  1738k|   3.5 |  59M|2688 |   - |5645 |  24k|   0 |   0 | 228k| 666k|7052 | 0.000000e+00 | 1.000000e+00 |    Inf 
1023.43/1023.45	c  1005s|500000 |  1436 |  1775k|   3.6 |  60M|2688 |   - |5645 |  26k|   0 |   0 | 233k| 681k|7099 | 0.000000e+00 | 1.000000e+00 |    Inf 
1047.23/1047.28	c  1029s|510000 |  1527 |  1813k|   3.6 |  62M|2688 |  11 |5645 |  28k|5645 | 227 | 237k| 694k|7150 | 0.000000e+00 | 1.000000e+00 |    Inf 
1071.52/1071.55	c  1053s|520000 |  1494 |  1849k|   3.6 |  62M|2688 |   1 |5645 |  28k|5645 | 233 | 240k| 708k|7200 | 0.000000e+00 | 1.000000e+00 |    Inf 
1096.12/1096.16	c  1077s|530000 |  1418 |  1888k|   3.6 |  61M|2688 |   - |5645 |  27k|   0 |   0 | 243k| 723k|7252 | 0.000000e+00 | 1.000000e+00 |    Inf 
1121.43/1121.49	c  1102s|540000 |  1408 |  1923k|   3.6 |  61M|2688 |   1 |5645 |  28k|5645 | 229 | 247k| 737k|7305 | 0.000000e+00 | 1.000000e+00 |    Inf 
1146.32/1146.30	c  1126s|550000 |  1438 |  1964k|   3.6 |  60M|2688 |   - |5645 |  24k|   0 |   0 | 252k| 751k|7431 | 0.000000e+00 | 1.000000e+00 |    Inf 
1169.23/1169.27	c  1149s|560000 |  1622 |  2004k|   3.6 |  63M|2688 |   - |5645 |  25k|   0 |   0 | 257k| 764k|7504 | 0.000000e+00 | 1.000000e+00 |    Inf 
1192.33/1192.33	c  1172s|570000 |  1701 |  2040k|   3.6 |  64M|2688 |   1 |5645 |  26k|5645 | 207 | 262k| 778k|7550 | 0.000000e+00 | 1.000000e+00 |    Inf 
1216.43/1216.49	c  1195s|580000 |  1769 |  2068k|   3.6 |  65M|2688 |   7 |5645 |  28k|5645 | 221 | 265k| 792k|7580 | 0.000000e+00 | 1.000000e+00 |    Inf 
1241.03/1241.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1241.03/1241.06	c  1220s|590000 |  1802 |  2096k|   3.6 |  67M|2688 |  17 |5645 |  30k|5645 | 216 | 270k| 805k|7619 | 0.000000e+00 | 1.000000e+00 |    Inf 
1266.23/1266.28	c  1245s|600000 |  1802 |  2128k|   3.5 |  67M|2688 |   1 |5645 |  31k|5645 | 198 | 274k| 819k|7663 | 0.000000e+00 | 1.000000e+00 |    Inf 
1291.93/1291.98	c  1270s|610000 |  2068 |  2169k|   3.6 |  69M|2688 |   1 |5645 |  29k|5645 | 195 | 281k| 833k|7760 | 0.000000e+00 | 1.000000e+00 |    Inf 
1316.13/1316.15	c  1294s|620000 |  2195 |  2210k|   3.6 |  71M|2688 |   - |5645 |  30k|   0 |   0 | 287k| 847k|7822 | 0.000000e+00 | 1.000000e+00 |    Inf 
1341.44/1341.47	c  1319s|630000 |  2267 |  2249k|   3.6 |  72M|2688 |   1 |5645 |  31k|5645 | 214 | 293k| 861k|7881 | 0.000000e+00 | 1.000000e+00 |    Inf 
1367.14/1367.14	c  1344s|640000 |  2312 |  2287k|   3.6 |  73M|2688 |   1 |5645 |  31k|5645 | 200 | 299k| 876k|7943 | 0.000000e+00 | 1.000000e+00 |    Inf 
1392.33/1392.33	c  1369s|650000 |  2504 |  2322k|   3.6 |  76M|2688 |   8 |5645 |  34k|5645 | 253 | 304k| 891k|7992 | 0.000000e+00 | 1.000000e+00 |    Inf 
1419.63/1419.66	c  1396s|660000 |  2583 |  2362k|   3.6 |  76M|2688 |   - |5645 |  32k|   0 |   0 | 310k| 906k|8043 | 0.000000e+00 | 1.000000e+00 |    Inf 
1445.84/1445.84	c  1422s|670000 |  2658 |  2410k|   3.6 |  78M|2688 |  15 |5645 |  33k|5645 | 205 | 317k| 920k|8108 | 0.000000e+00 | 1.000000e+00 |    Inf 
1471.64/1471.61	c  1447s|680000 |  2755 |  2450k|   3.6 |  79M|2688 |   1 |5645 |  34k|5645 | 203 | 322k| 935k|8158 | 0.000000e+00 | 1.000000e+00 |    Inf 
1496.05/1496.04	c  1471s|690000 |  2900 |  2481k|   3.6 |  81M|2688 |   - |5645 |  34k|   0 |   0 | 326k| 950k|8188 | 0.000000e+00 | 1.000000e+00 |    Inf 
1521.03/1521.00	c  1496s|700000 |  2886 |  2515k|   3.6 |  81M|2688 |   1 |5645 |  34k|5645 | 251 | 330k| 966k|8252 | 0.000000e+00 | 1.000000e+00 |    Inf 
1547.34/1547.36	c  1522s|710000 |  3021 |  2558k|   3.6 |  82M|2688 |   4 |5645 |  32k|5645 | 210 | 337k| 979k|8305 | 0.000000e+00 | 1.000000e+00 |    Inf 
1573.54/1573.54	c  1548s|720000 |  3041 |  2599k|   3.6 |  83M|2688 |   1 |5645 |  33k|5645 | 224 | 343k| 993k|8363 | 0.000000e+00 | 1.000000e+00 |    Inf 
1599.64/1599.64	c  1573s|730000 |  3008 |  2639k|   3.6 |  83M|2688 |   1 |5645 |  33k|5645 | 206 | 347k|1008k|8417 | 0.000000e+00 | 1.000000e+00 |    Inf 
1626.54/1626.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1626.54/1626.55	c  1600s|740000 |  3098 |  2678k|   3.6 |  85M|2688 |  20 |5645 |  35k|5645 | 249 | 353k|1023k|8444 | 0.000000e+00 | 1.000000e+00 |    Inf 
1653.35/1653.33	c  1626s|750000 |  3091 |  2722k|   3.6 |  85M|2688 |   1 |5645 |  34k|5645 | 225 | 360k|1038k|8498 | 0.000000e+00 | 1.000000e+00 |    Inf 
1679.65/1679.69	c  1652s|760000 |  3068 |  2760k|   3.6 |  84M|2688 |   - |5645 |  33k|   0 |   0 | 364k|1052k|8537 | 0.000000e+00 | 1.000000e+00 |    Inf 
1705.24/1705.23	c  1677s|770000 |  3148 |  2794k|   3.6 |  86M|2688 |   - |5645 |  35k|   0 |   0 | 369k|1067k|8590 | 0.000000e+00 | 1.000000e+00 |    Inf 
1731.94/1731.97	c  1704s|780000 |  3165 |  2830k|   3.6 |  86M|2688 |  19 |5645 |  34k|5645 | 236 | 374k|1082k|8643 | 0.000000e+00 | 1.000000e+00 |    Inf 
1757.45/1757.43	c  1729s|790000 |  3316 |  2863k|   3.6 |  88M|2688 |   1 |5645 |  35k|5645 | 240 | 379k|1096k|8673 | 0.000000e+00 | 1.000000e+00 |    Inf 
1783.84/1783.80	c  1755s|800000 |  3357 |  2897k|   3.6 |  89M|2688 |   7 |5645 |  36k|5645 | 240 | 383k|1111k|8694 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1770.78
1800.05/1800.00	c Solving Nodes      : 805899
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+00 (150 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.07	s SATISFIABLE
1800.05/1800.07	v -x231 -x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.07	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 -x189 
1800.05/1800.07	v -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.07	v x167 -x166 -x165 -x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 
1800.05/1800.07	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 -x125 
1800.05/1800.07	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 -x104 
1800.05/1800.07	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.05/1800.07	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.05/1800.07	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.05/1800.07	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.05/1800.07	v -x1 
1800.05/1800.07	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.07	c Solving Time       :    1770.78
1800.05/1800.07	c Original Problem   :
1800.05/1800.07	c   Problem name     : HOME/instance-2692989-1277927429.wbo
1800.05/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.07	c   Constraints      : 5415 initial, 5415 maximal
1800.05/1800.07	c Presolved Problem  :
1800.05/1800.07	c   Problem name     : t_HOME/instance-2692989-1277927429.wbo
1800.05/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.05/1800.07	c   Constraints      : 5414 initial, 38360 maximal
1800.05/1800.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.07	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.05/1800.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.07	c   linear           :       0.03          0          0          0       2707          0          1          0          0
1800.05/1800.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.07	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.05/1800.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.07	c   integral         :          0          0          0     481706          0         15        694          0          0     855484
1800.05/1800.07	c   indicator        :       2707          0    1065995      26605          0         80    1104242          0          0          0
1800.05/1800.07	c   linear           :       2707          6    4679378      53357          0     329238   19741657     386310          0          0
1800.05/1800.07	c   logicor          :          0+         0    1268005          0          0      79093    1714038          0          0          0
1800.05/1800.07	c   countsols        :          0          0          0      13552          0          0          0          0          0          0
1800.05/1800.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.07	c   integral         :      14.05       0.00       0.00      14.05       0.00
1800.05/1800.07	c   indicator        :       7.25       0.00       4.16       3.09       0.00
1800.05/1800.07	c   linear           :     240.43       0.00     234.66       5.77       0.00
1800.05/1800.07	c   logicor          :     299.16       0.00     299.16       0.00       0.00
1800.05/1800.07	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1800.05/1800.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.07	c   vbounds          :       1.14          2          0          0
1800.05/1800.07	c   rootredcost      :       1.14         39          0       2707
1800.05/1800.07	c   pseudoobj        :     219.57    4681053       1715     650458
1800.05/1800.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.07	c   propagation      :      25.02     410046     409917    2586174       30.7      15721       24.4          -
1800.05/1800.07	c   infeasible LP    :       4.13      10466      10465      82801       40.3        140       16.4          0
1800.05/1800.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.07	c   pseudo solution  :       0.01         84         84        313       10.5        126        4.5          -
1800.05/1800.07	c   applied globally :          -          -          -    1120196       23.2          -          -          -
1800.05/1800.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.07	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.05/1800.07	c   redcost          :      32.47     483162          0     429084          0          0
1800.05/1800.07	c   impliedbounds    :       0.00          4          0          0          0          0
1800.05/1800.07	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.07	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.07	c   gomory           :       0.01          4          0          0         75          0
1800.05/1800.07	c   strongcg         :       0.00          4          0          0          0          0
1800.05/1800.07	c   cmir             :       0.01          4          0          0          1          0
1800.05/1800.07	c   flowcover        :       0.02          4          0          0          2          0
1800.05/1800.07	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.07	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.07	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.07	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.07	c Pricers            :       Time      Calls       Vars
1800.05/1800.07	c   problem variables:       0.00          0          0
1800.05/1800.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.07	c   relpscost        :      13.64     428340         15        694          0          0     855484
1800.05/1800.07	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.07	c   inference        :       2.33      13513          0          0          0          0      27026
1800.05/1800.07	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.07	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.07	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.07	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.07	c   LP solutions     :       0.04          -         39
1800.05/1800.07	c   pseudo solutions :       0.00          -          0
1800.05/1800.07	c   feaspump         :       0.00          0          0
1800.05/1800.07	c   intshifting      :       0.00          3          0
1800.05/1800.07	c   oneopt           :       0.62         34          0
1800.05/1800.07	c   guideddiving     :       0.00         11          0
1800.05/1800.07	c   fracdiving       :       0.02         12          0
1800.05/1800.07	c   veclendiving     :       0.02         12          0
1800.05/1800.07	c   linesearchdiving :       0.04         12          0
1800.05/1800.07	c   coefdiving       :       0.01         12          0
1800.05/1800.07	c   pscostdiving     :       0.02         12          0
1800.05/1800.07	c   objpscostdiving  :       0.01         10          0
1800.05/1800.07	c   rootsoldiving    :       0.01         10          0
1800.05/1800.07	c   crossover        :       1.22         32          2
1800.05/1800.07	c   trivial          :       0.08          2          2
1800.05/1800.07	c   simplerounding   :       1.05     428675          0
1800.05/1800.07	c   zirounding       :       0.66       1000          0
1800.05/1800.07	c   rounding         :       2.02       9254          0
1800.05/1800.07	c   shifting         :       0.99       2861          0
1800.05/1800.07	c   twoopt           :       0.00          0          0
1800.05/1800.07	c   fixandinfer      :       0.00          0          0
1800.05/1800.07	c   intdiving        :       0.00          0          0
1800.05/1800.07	c   actconsdiving    :       0.00          0          0
1800.05/1800.07	c   octane           :       0.00          0          0
1800.05/1800.07	c   rens             :       0.03          1          0
1800.05/1800.07	c   rins             :       0.00          0          0
1800.05/1800.07	c   localbranching   :       0.00          0          0
1800.05/1800.07	c   mutation         :       0.00          0          0
1800.05/1800.07	c   dins             :       0.00          0          0
1800.05/1800.07	c   undercover       :       0.00          0          0
1800.05/1800.07	c   nlp              :       0.17          0          0
1800.05/1800.07	c   trysol           :       2.27       4607        107
1800.05/1800.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.07	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.07	c   dual LP          :     407.22     479315    2922234       6.10    7176.06
1800.05/1800.07	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.07	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.07	c   diving/probing LP:       0.09         46       1708      37.13   18977.78
1800.05/1800.07	c   strong branching :      10.26       8741      95492      10.92    9307.21
1800.05/1800.07	c     (at root node) :          -         33       1884      57.09          -
1800.05/1800.07	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.07	c B&B Tree           :
1800.05/1800.07	c   number of runs   :          1
1800.05/1800.07	c   nodes            :     805899
1800.05/1800.07	c   nodes (total)    :     805899
1800.05/1800.07	c   nodes left       :       3543
1800.05/1800.07	c   max depth        :       2688
1800.05/1800.07	c   max depth (total):       2688
1800.05/1800.07	c   backtracks       :      64064 (7.9%)
1800.05/1800.07	c   delayed cutoffs  :      59227
1800.05/1800.07	c   repropagations   :    2645317 (3387153 domain reductions, 56047 cutoffs)
1800.05/1800.07	c   avg switch length:       7.92
1800.05/1800.07	c   switching time   :     283.87
1800.05/1800.07	c Solution           :
1800.05/1800.07	c   Solutions found  :        150 (40 improvements)
1800.05/1800.07	c   First Solution   : +1.36624000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.05/1800.07	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 206871 nodes, 395.62 seconds, depth 35, found by <relaxation>)
1800.05/1800.07	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.07	c   Gap              :   infinite
1800.05/1800.07	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.07	c   Root Iterations  :        183
1800.15/1800.19	c Time complete: 1800.24.

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-2692989-1277927429/watcher-2692989-1277927429 -o /tmp/evaluation-result-2692989-1277927429/solver-2692989-1277927429 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692989-1277927429.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 4/178 18667
/proc/meminfo: memFree=30244000/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=11308 CPUtime=0
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 1750 0 0 0 0 0 0 0 23 0 1 0 134038756 11579392 1671 4089446400 4194304 9819077 140734849311840 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18667/statm: 2827 1671 392 1374 0 1448 0

[startup+0.0922511 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 18667
/proc/meminfo: memFree=30244000/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=36404 CPUtime=0.09
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 8122 0 0 0 8 1 0 0 23 0 1 0 134038756 37277696 7689 4089446400 4194304 9819077 140734849311840 18446744073709551615 8679015 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36404

[startup+0.10122 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 18667
/proc/meminfo: memFree=30244000/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=36404 CPUtime=0.1
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 8122 0 0 0 9 1 0 0 23 0 1 0 134038756 37277696 7689 4089446400 4194304 9819077 140734849311840 18446744073709551615 8678968 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 36404

[startup+0.301213 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 18667
/proc/meminfo: memFree=30244000/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=55572 CPUtime=0.3
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 13343 0 0 0 28 2 0 0 23 0 1 0 134038756 56905728 12311 4089446400 4194304 9819077 140734849311840 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 13927 12340 674 1374 0 12548 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 55572

[startup+0.701139 s]
/proc/loadavg: 1.92 1.98 1.99 4/178 18667
/proc/meminfo: memFree=30244000/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=47232 CPUtime=0.69
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 27968 0 0 0 64 5 0 0 25 0 1 0 134038756 48365568 9995 4089446400 4194304 9819077 140734849311840 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 11808 9995 698 1374 0 10429 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47232

[startup+1.501 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 18668
/proc/meminfo: memFree=30205924/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=48596 CPUtime=1.49
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 37352 0 0 0 141 8 0 0 25 0 1 0 134038756 49762304 10396 4089446400 4194304 9819077 140734849311840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 12149 10396 700 1374 0 10770 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48596

[startup+3.10071 s]
/proc/loadavg: 1.92 1.98 1.99 3/179 18668
/proc/meminfo: memFree=30201956/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=51308 CPUtime=3.09
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 48163 0 0 0 299 10 0 0 25 0 1 0 134038756 52539392 11096 4089446400 4194304 9819077 140734849311840 18446744073709551615 6162048 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 12827 11096 700 1374 0 11448 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51308

[startup+6.30112 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 18668
/proc/meminfo: memFree=30191184/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=58300 CPUtime=6.29
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 65457 0 0 0 613 16 0 0 25 0 1 0 134038756 59699200 13006 4089446400 4194304 9819077 140734849311840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 14575 13006 700 1374 0 13196 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58300

[startup+12.701 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 18668
/proc/meminfo: memFree=30174740/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=71204 CPUtime=12.69
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 82523 0 0 0 1245 24 0 0 25 0 1 0 134038756 72912896 16073 4089446400 4194304 9819077 140734849311840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 17801 16073 705 1374 0 16422 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71204

[startup+25.5006 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 18669
/proc/meminfo: memFree=30142988/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=94732 CPUtime=25.49
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 154868 0 0 0 2504 45 0 0 25 0 1 0 134038756 97005568 21630 4089446400 4194304 9819077 140734849311840 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 23683 21630 705 1374 0 22304 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 94732

[startup+51.101 s]
/proc/loadavg: 1.96 1.98 1.99 3/179 18670
/proc/meminfo: memFree=30100844/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=117248 CPUtime=51.09
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 275038 0 0 0 5017 92 0 0 25 0 1 0 134038756 120061952 27486 4089446400 4194304 9819077 140734849311840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 29312 27486 714 1374 0 27933 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 117248

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 18671
/proc/meminfo: memFree=30042148/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=135832 CPUtime=102.3
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 479179 0 0 0 10030 200 0 0 25 0 1 0 134038756 139091968 32008 4089446400 4194304 9819077 140734849311840 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 33958 32008 723 1374 0 32579 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 135832

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18672
/proc/meminfo: memFree=29993988/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=141740 CPUtime=162.3
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 672244 0 0 0 15905 325 0 0 25 0 1 0 134038756 145141760 33483 4089446400 4194304 9819077 140734849311840 18446744073709551615 7487739 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 35435 33483 723 1374 0 34056 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 141740

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18674
/proc/meminfo: memFree=29950792/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=148800 CPUtime=222.3
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 817370 0 0 0 21788 442 0 0 25 0 1 0 134038756 152371200 35269 4089446400 4194304 9819077 140734849311840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 37200 35269 737 1374 0 35821 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 148800

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18676
/proc/meminfo: memFree=29907724/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=150712 CPUtime=282.3
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 958601 0 0 0 27677 553 0 0 25 0 1 0 134038756 154329088 35688 4089446400 4194304 9819077 140734849311840 18446744073709551615 6162025 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 37678 35688 737 1374 0 36299 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 150712

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18678
/proc/meminfo: memFree=29875548/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=152764 CPUtime=342.3
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 1111087 0 0 0 33559 671 0 0 25 0 1 0 134038756 156430336 36219 4089446400 4194304 9819077 140734849311840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 38191 36219 737 1374 0 36812 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 152764

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18679
/proc/meminfo: memFree=29827892/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=154088 CPUtime=402.3
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 1244231 0 0 0 39441 789 0 0 25 0 1 0 134038756 157786112 36521 4089446400 4194304 9819077 140734849311840 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 38522 36521 737 1374 0 37143 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 154088

[startup+462.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18680
/proc/meminfo: memFree=29805752/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=154848 CPUtime=462.3
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 1386392 0 0 0 45338 892 0 0 25 0 1 0 134038756 158564352 36694 4089446400 4194304 9819077 140734849311840 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 38712 36694 737 1374 0 37333 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 154848

[startup+522.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18682
/proc/meminfo: memFree=29780536/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=155856 CPUtime=522.3
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 1500000 0 0 0 51232 998 0 0 25 0 1 0 134038756 159596544 36977 4089446400 4194304 9819077 140734849311840 18446744073709551615 6387808 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 38964 36977 737 1374 0 37585 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 155856

[startup+582.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 18684
/proc/meminfo: memFree=29731144/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=156068 CPUtime=582.31
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 1627554 0 0 0 57127 1104 0 0 25 0 1 0 134038756 159813632 37039 4089446400 4194304 9819077 140734849311840 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 39017 37040 737 1374 0 37638 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 156068

[startup+642.3 s]
/proc/loadavg: 2.07 2.00 2.00 3/179 18695
/proc/meminfo: memFree=29681688/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=156272 CPUtime=642.31
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 1759406 0 0 0 63016 1215 0 0 25 0 1 0 134038756 160022528 37105 4089446400 4194304 9819077 140734849311840 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 39068 37105 737 1374 0 37689 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 156272

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18701
/proc/meminfo: memFree=29558872/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=160644 CPUtime=882.31
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 2168093 0 0 0 86624 1607 0 0 25 0 1 0 134038756 164499456 38164 4089446400 4194304 9819077 140734849311840 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 40161 38164 737 1374 0 38782 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 160644

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18703
/proc/meminfo: memFree=29514544/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=161508 CPUtime=942.32
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 2253557 0 0 0 92540 1692 0 0 25 0 1 0 134038756 165384192 38370 4089446400 4194304 9819077 140734849311840 18446744073709551615 6669957 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 40377 38370 737 1374 0 38998 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 161508

[startup+1002.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/197 18771
/proc/meminfo: memFree=30658084/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=161984 CPUtime=1002.32
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 2344166 0 0 0 98447 1785 0 0 25 0 1 0 134038756 165871616 38515 4089446400 4194304 9819077 140734849311840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 40496 38515 737 1374 0 39117 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 161984

[startup+1062.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/197 18772
/proc/meminfo: memFree=30620820/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=162328 CPUtime=1062.32
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 2436381 0 0 0 104353 1879 0 0 25 0 1 0 134038756 166223872 38599 4089446400 4194304 9819077 140734849311840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 40582 38599 737 1374 0 39203 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 162328

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 18774
/proc/meminfo: memFree=30579868/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=163952 CPUtime=1122.33
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 2528201 0 0 0 110267 1966 0 0 25 0 1 0 134038756 167886848 38881 4089446400 4194304 9819077 140734849311840 18446744073709551615 4999858 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 40988 38881 737 1374 0 39609 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 163952

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 18776
/proc/meminfo: memFree=30534828/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=165372 CPUtime=1182.32
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 2630756 0 0 0 116179 2053 0 0 25 0 1 0 134038756 169340928 39191 4089446400 4194304 9819077 140734849311840 18446744073709551615 8653609 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 41343 39191 737 1374 0 39964 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 165372

[startup+1242.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/197 18778
/proc/meminfo: memFree=30483084/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=167932 CPUtime=1242.33
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 2706830 0 0 0 122095 2138 0 0 25 0 1 0 134038756 171962368 39818 4089446400 4194304 9819077 140734849311840 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 41983 39818 737 1374 0 40604 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 167932

[startup+1302.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/197 18779
/proc/meminfo: memFree=30456632/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=169856 CPUtime=1302.33
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 2789253 0 0 0 128013 2220 0 0 25 0 1 0 134038756 173932544 40235 4089446400 4194304 9819077 140734849311840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 42464 40235 737 1374 0 41085 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 169856

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 18780
/proc/meminfo: memFree=30413072/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=171300 CPUtime=1362.33
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 2884121 0 0 0 133921 2312 0 0 25 0 1 0 134038756 175411200 40574 4089446400 4194304 9819077 140734849311840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 42825 40574 737 1374 0 41446 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 171300

[startup+1422.31 s]
/proc/loadavg: 2.47 2.11 2.04 3/197 18782
/proc/meminfo: memFree=30370752/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=176276 CPUtime=1422.34
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 2971269 0 0 0 139836 2398 0 0 25 0 1 0 134038756 180506624 41794 4089446400 4194304 9819077 140734849311840 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 44069 41794 737 1374 0 42690 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 176276

[startup+1482.3 s]
/proc/loadavg: 2.22 2.11 2.04 3/197 18784
/proc/meminfo: memFree=30328688/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=179204 CPUtime=1482.34
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 3062197 0 0 0 145752 2482 0 0 25 0 1 0 134038756 183504896 42550 4089446400 4194304 9819077 140734849311840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 44801 42550 739 1374 0 43422 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 179204

[startup+1542.3 s]
/proc/loadavg: 2.08 2.08 2.03 3/197 18786
/proc/meminfo: memFree=30278428/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=182780 CPUtime=1542.33
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 3145860 0 0 0 151671 2562 0 0 25 0 1 0 134038756 187166720 43441 4089446400 4194304 9819077 140734849311840 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 45695 43441 739 1374 0 44316 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 182780

[startup+1602.3 s]
/proc/loadavg: 2.03 2.07 2.02 3/197 18787
/proc/meminfo: memFree=30237344/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=184436 CPUtime=1602.34
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 3235388 0 0 0 157587 2647 0 0 25 0 1 0 134038756 188862464 43861 4089446400 4194304 9819077 140734849311840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 46109 43861 739 1374 0 44730 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 184436

[startup+1662.3 s]
/proc/loadavg: 2.01 2.05 2.02 3/197 18788
/proc/meminfo: memFree=30197492/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=186376 CPUtime=1662.35
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 3321117 0 0 0 163502 2733 0 0 25 0 1 0 134038756 190849024 44257 4089446400 4194304 9819077 140734849311840 18446744073709551615 6002974 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 46594 44257 739 1374 0 45215 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 186376

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/197 18790
/proc/meminfo: memFree=30148724/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=187264 CPUtime=1722.34
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 3404281 0 0 0 169415 2819 0 0 25 0 1 0 134038756 191758336 44485 4089446400 4194304 9819077 140734849311840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 46816 44485 739 1374 0 45437 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 187264

[startup+1782.3 s]
/proc/loadavg: 2.37 2.11 2.03 4/197 18792
/proc/meminfo: memFree=30102928/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=190264 CPUtime=1782.34
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 3481177 0 0 0 175332 2902 0 0 25 0 1 0 134038756 194830336 45247 4089446400 4194304 9819077 140734849311840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 47566 45247 739 1374 0 46187 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 190264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.33 2.12 2.04 3/197 18792
/proc/meminfo: memFree=30099472/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=190424 CPUtime=1800.05
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 3506579 0 0 0 177080 2925 0 0 25 0 1 0 134038756 194994176 45271 4089446400 4194304 9819077 140734849311840 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18667/statm: 47606 45271 739 1374 0 46227 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 190424

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

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

[startup+1800.11 s]
/proc/loadavg: 2.33 2.12 2.04 3/197 18792
/proc/meminfo: memFree=30099472/32951124 swapFree=67111528/67111528
[pid=18667] ppid=18665 vsize=190996 CPUtime=1800.15
/proc/18667/stat : 18667 (pbscip.linux.x8) R 18665 18667 18642 0 -1 4202496 3506656 0 0 0 177090 2925 0 0 25 0 1 0 134038756 195579904 45348 4089446400 4194304 9819077 140734849311840 18446744073709551615 4212411 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18667/statm: 47749 45348 740 1374 0 46370 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 190996

Child status: 0
Real time (s): 1800.19
CPU time (s): 1800.25
CPU user time (s): 1770.98
CPU system time (s): 29.2646
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 191600

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

runsolver used 2.67959 second user time and 5.59915 second system time

The end

Launcher Data

Begin job on node138 at 2010-06-30 21:50:29
IDJOB=2692989
IDBENCH=79279
IDSOLVER=1205
FILE ID=node138/2692989-1277927429
PBS_JOBID= 11197402
Free space on /tmp= 74136 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.1900573137--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-2692989-1277927429/watcher-2692989-1277927429 -o /tmp/evaluation-result-2692989-1277927429/solver-2692989-1277927429 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692989-1277927429.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 337bb89bbfc43fe8a5ddb591a5c00326
RANDOM SEED=1119470937

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30244528 kB
Buffers:        215208 kB
Cached:        1484400 kB
SwapCached:          0 kB
Active:        1515240 kB
Inactive:      1042260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30244528 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6244 kB
Writeback:           0 kB
AnonPages:      858064 kB
Mapped:          16844 kB
Slab:            84236 kB
PageTables:       6648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1009688 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= 74132 MiB
End job on node138 at 2010-06-30 22:20:31