Trace number 2692943

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.34 1800.31

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900557574--soft-0-100-0.wbo
MD5SUMc0d431beb578ab67ce1970cb297cf650
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark514.642
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 137973
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137972
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
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-2692943-1277925237.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 137972
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.379720e+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.14
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.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.379720e+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.379720e+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.379720e+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.379720e+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.379720e+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.379720e+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.379720e+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.379720e+05 |    Inf 
6.69/6.78	o 489
6.69/6.78	c * 6.6s|  3578 |  3466 |  3063 |   0.8 |  32M|2498 |   - |5645 |5414 |5645 | 215 | 943 |   0 | 563 | 0.000000e+00 | 4.890000e+02 |    Inf 
12.39/12.47	o 486
12.39/12.47	c *12.2s|  7282 |  7153 |  4382 |   0.6 |  42M|2498 |   - |5645 |5424 |5645 | 238 |1300 |  10 | 594 | 0.000000e+00 | 4.860000e+02 |    Inf 
16.99/17.03	c  16.7s| 10000 |  9859 |  5999 |   0.6 |  48M|2498 |   0 |5645 |5483 |5645 | 217 |1627 |  69 | 665 | 0.000000e+00 | 4.860000e+02 |    Inf 
22.99/23.08	o 436
22.99/23.08	c *22.7s| 13488 | 12428 |  7711 |   0.6 |  54M|2498 |   - |5645 |5860 |5645 | 224 |2143 | 446 | 735 | 0.000000e+00 | 4.360000e+02 |    Inf 
23.69/23.73	o 365
23.69/23.73	c *23.4s| 13740 | 10905 |  8215 |   0.6 |  51M|2498 |   - |5645 |5973 |5645 | 209 |2245 | 559 | 745 | 0.000000e+00 | 3.650000e+02 |    Inf 
24.19/24.22	o 351
24.19/24.22	c *23.9s| 13927 | 10683 |  8562 |   0.6 |  51M|2498 |   - |5645 |6140 |5645 | 213 |2365 | 726 | 756 | 0.000000e+00 | 3.510000e+02 |    Inf 
24.29/24.35	o 310
24.29/24.35	c *24.0s| 14018 |  9774 |  8563 |   0.6 |  49M|2498 |   - |5645 |6140 |5645 | 213 |2365 | 726 | 756 | 0.000000e+00 | 3.100000e+02 |    Inf 
29.89/29.94	o 298
29.89/29.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.89/29.94	c *29.5s| 15880 | 10797 | 13464 |   0.8 |  55M|2498 |   - |5645 |7267 |5645 | 217 |3824 |1853 | 909 | 0.000000e+00 | 2.980000e+02 |    Inf 
30.19/30.29	o 280
30.19/30.29	c *29.8s| 16005 | 10447 | 13745 |   0.8 |  55M|2498 |   - |5645 |7358 |5645 | 217 |3882 |1944 | 912 | 0.000000e+00 | 2.800000e+02 |    Inf 
30.59/30.63	o 274
30.59/30.63	c *30.2s| 16130 | 10382 | 13940 |   0.9 |  55M|2498 |   - |5645 |7428 |5645 | 227 |3937 |2014 | 918 | 0.000000e+00 | 2.740000e+02 |    Inf 
30.59/30.64	o 253
30.59/30.64	c *30.2s| 16131 |  9675 | 13940 |   0.9 |  53M|2498 |   - |5645 |7428 |5645 | 227 |3937 |2014 | 918 | 0.000000e+00 | 2.530000e+02 |    Inf 
37.49/37.55	o 244
37.49/37.55	c *37.0s| 18334 | 10756 | 20687 |   1.1 |  60M|2498 |   - |5645 |8711 |5645 | 258 |5987 |3464 |1070 | 0.000000e+00 | 2.440000e+02 |    Inf 
43.19/43.27	c  42.6s| 20000 | 11966 | 28366 |   1.4 |  67M|2498 |   0 |5645 |9133 |5645 | 244 |8295 |4601 |1244 | 0.000000e+00 | 2.440000e+02 |    Inf 
54.69/54.78	o 230
54.69/54.78	c *53.9s| 24052 | 13992 | 39338 |   1.6 |  80M|2498 |   - |5645 |9205 |5645 | 251 |  11k|7268 |1358 | 0.000000e+00 | 2.300000e+02 |    Inf 
55.10/55.12	o 215
55.10/55.12	c *54.3s| 24274 | 13272 | 39430 |   1.6 |  77M|2498 |   - |5645 |9182 |5645 | 234 |  11k|7269 |1358 | 0.000000e+00 | 2.150000e+02 |    Inf 
58.79/58.80	o 202
58.79/58.80	c *57.9s| 25506 | 13051 | 42181 |   1.6 |  77M|2498 |   - |5645 |8263 |5645 | 239 |  12k|7912 |1365 | 0.000000e+00 | 2.020000e+02 |    Inf 
60.59/60.70	o 193
60.59/60.70	c *59.7s| 26024 | 12462 | 44061 |   1.7 |  75M|2498 |   - |5645 |7865 |5645 | 243 |  13k|8360 |1373 | 0.000000e+00 | 1.930000e+02 |    Inf 
62.70/62.76	o 189
62.70/62.76	c *61.8s| 26569 | 12417 | 46742 |   1.8 |  75M|2498 |   - |5645 |7497 |5645 | 257 |  14k|8758 |1386 | 0.000000e+00 | 1.890000e+02 |    Inf 
65.69/65.79	o 186
65.69/65.79	c *64.8s| 27409 | 12668 | 50245 |   1.8 |  77M|2498 |   - |5645 |7287 |5645 | 238 |  15k|9431 |1401 | 0.000000e+00 | 1.860000e+02 |    Inf 
66.89/66.94	o 184
66.89/66.94	c *65.9s| 27752 | 12789 | 51459 |   1.8 |  78M|2498 |   - |5645 |7159 |5645 | 250 |  15k|9570 |1406 | 0.000000e+00 | 1.840000e+02 |    Inf 
67.19/67.21	o 168
67.19/67.21	c *66.1s| 27806 | 11506 | 51799 |   1.9 |  73M|2498 |   - |5645 |7096 |5645 | 246 |  15k|9602 |1407 | 0.000000e+00 | 1.680000e+02 |    Inf 
68.09/68.18	o 164
68.09/68.18	c *67.1s| 27986 | 11181 | 53946 |   1.9 |  73M|2498 |   - |5645 |7035 |5645 | 265 |  16k|9766 |1418 | 0.000000e+00 | 1.640000e+02 |    Inf 
69.69/69.70	o 151
69.69/69.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
69.69/69.70	c *68.6s| 28433 | 10301 | 56232 |   2.0 |  70M|2498 |   - |5645 |7001 |5645 | 251 |  16k|  10k|1442 | 0.000000e+00 | 1.510000e+02 |    Inf 
74.59/74.62	o 145
74.59/74.62	c *73.4s| 29694 | 10239 | 62655 |   2.1 |  72M|2498 |   - |5645 |6716 |5645 | 263 |  18k|  11k|1469 | 0.000000e+00 | 1.450000e+02 |    Inf 
75.79/75.89	c  74.7s| 30000 | 10381 | 64839 |   2.2 |  74M|2498 |   - |5645 |6775 |   0 |   0 |  19k|  11k|1470 | 0.000000e+00 | 1.450000e+02 |    Inf 
79.49/79.57	o 127
79.49/79.57	c *78.3s| 30910 |  9194 | 70107 |   2.3 |  72M|2498 |   - |5645 |6827 |5645 | 264 |  21k|  12k|1518 | 0.000000e+00 | 1.270000e+02 |    Inf 
81.19/81.20	o 113
81.19/81.20	c *79.9s| 31266 |  8203 | 72637 |   2.3 |  68M|2498 |   - |5645 |6816 |5645 | 229 |  21k|  12k|1550 | 0.000000e+00 | 1.130000e+02 |    Inf 
81.19/81.23	o 110
81.19/81.23	c *79.9s| 31268 |  7906 | 72650 |   2.3 |  66M|2498 |   - |5645 |6813 |5645 | 230 |  21k|  12k|1550 | 0.000000e+00 | 1.100000e+02 |    Inf 
81.48/81.55	o 109
81.48/81.55	c *80.2s| 31511 |  7999 | 72816 |   2.3 |  67M|2498 |   - |5645 |6801 |5645 | 232 |  21k|  12k|1552 | 0.000000e+00 | 1.090000e+02 |    Inf 
92.19/92.30	o 103
92.19/92.30	c *90.8s| 33987 |  7978 | 92299 |   2.7 |  79M|2498 |   - |5645 |6878 |5645 | 249 |  27k|  15k|1720 | 0.000000e+00 | 1.030000e+02 |    Inf 
92.30/92.38	o 90
92.30/92.38	c *90.9s| 34042 |  6710 | 92316 |   2.7 |  73M|2498 |   - |5645 |6878 |5645 | 249 |  27k|  15k|1720 | 0.000000e+00 | 9.000000e+01 |    Inf 
92.30/92.39	o 84
92.30/92.39	c *90.9s| 34043 |  6070 | 92325 |   2.7 |  71M|2498 |   - |5645 |6878 |5645 | 249 |  27k|  15k|1720 | 0.000000e+00 | 8.400000e+01 |    Inf 
94.49/94.51	o 82
94.49/94.51	c *93.0s| 34652 |  6112 | 95004 |   2.7 |  71M|2498 |   - |5645 |6340 |5645 | 247 |  28k|  15k|1756 | 0.000000e+00 | 8.200000e+01 |    Inf 
94.99/95.07	o 80
94.99/95.07	c *93.5s| 34758 |  5900 | 96342 |   2.8 |  70M|2498 |   - |5645 |6225 |5645 | 245 |  28k|  15k|1778 | 0.000000e+00 | 8.000000e+01 |    Inf 
97.19/97.27	o 79
97.19/97.27	c *95.7s| 35254 |  5682 | 99871 |   2.8 |  70M|2498 |   - |5645 |5896 |5645 | 240 |  29k|  16k|1823 | 0.000000e+00 | 7.900000e+01 |    Inf 
97.39/97.48	o 67
97.39/97.48	c *95.9s| 35467 |  4103 | 99885 |   2.8 |  59M|2498 |   - |5645 |5847 |5645 | 244 |  29k|  16k|1823 | 0.000000e+00 | 6.700000e+01 |    Inf 
113.19/113.25	c   111s| 40000 |  4804 |122472 |   3.1 |  72M|2498 |   5 |5645 |6948 |5645 | 254 |  35k|  21k|2027 | 0.000000e+00 | 6.700000e+01 |    Inf 
147.59/147.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
147.59/147.63	c   145s| 50000 |  6373 |172416 |   3.4 |  94M|2498 |   1 |5645 |7509 |5645 | 256 |  48k|  33k|2361 | 0.000000e+00 | 6.700000e+01 |    Inf 
179.89/179.98	c   177s| 60000 |  7832 |212771 |   3.5 | 115M|2498 |   1 |5645 |7363 |5645 | 240 |  59k|  45k|2606 | 0.000000e+00 | 6.700000e+01 |    Inf 
211.59/211.63	c   208s| 70000 |  8999 |251796 |   3.6 | 131M|2498 |   - |5645 |7648 |   0 |   0 |  67k|  57k|2838 | 0.000000e+00 | 6.700000e+01 |    Inf 
238.20/238.30	o 57
238.20/238.30	c * 234s| 78286 |  9445 |285649 |   3.6 | 141M|2498 |   - |5645 |8905 |5645 | 303 |  76k|  67k|3032 | 0.000000e+00 | 5.700000e+01 |    Inf 
243.70/243.74	c   240s| 80000 |  9578 |292146 |   3.6 | 142M|2498 |   - |5645 |6716 |   0 |   0 |  77k|  69k|3081 | 0.000000e+00 | 5.700000e+01 |    Inf 
262.20/262.28	o 55
262.20/262.28	c * 258s| 85961 |  9821 |318079 |   3.7 | 149M|2498 |   - |5645 |7214 |5645 | 258 |  84k|  76k|3174 | 0.000000e+00 | 5.500000e+01 |    Inf 
273.90/273.92	c   269s| 90000 | 10055 |329509 |   3.7 | 153M|2498 |   - |5645 |7230 |   0 |   0 |  87k|  81k|3271 | 0.000000e+00 | 5.500000e+01 |    Inf 
302.19/302.30	c   297s|100000 | 10558 |363938 |   3.6 | 165M|2498 |   - |5645 |6614 |   0 |   0 |  94k|  94k|3421 | 0.000000e+00 | 5.500000e+01 |    Inf 
333.49/333.56	c   328s|110000 | 11089 |402683 |   3.7 | 176M|2498 |   0 |5645 |6746 |5645 | 279 | 102k| 107k|3578 | 0.000000e+00 | 5.500000e+01 |    Inf 
365.39/365.44	c   360s|120000 | 11589 |442368 |   3.7 | 185M|2498 |   - |5645 |7809 |   0 |   0 | 111k| 120k|3711 | 0.000000e+00 | 5.500000e+01 |    Inf 
396.49/396.59	c   390s|130000 | 12257 |478105 |   3.7 | 194M|2498 |   - |5645 |7405 |   0 |   0 | 118k| 133k|3882 | 0.000000e+00 | 5.500000e+01 |    Inf 
428.39/428.44	c   422s|140000 | 12795 |516340 |   3.7 | 204M|2498 |   1 |5645 |7381 |5645 | 265 | 126k| 147k|4026 | 0.000000e+00 | 5.500000e+01 |    Inf 
459.39/459.46	c   452s|150000 | 13251 |548616 |   3.7 | 213M|2498 |   - |5645 |8586 |   0 |   0 | 133k| 160k|4154 | 0.000000e+00 | 5.500000e+01 |    Inf 
465.30/465.40	o 54
465.30/465.40	c * 458s|151596 | 13485 |556919 |   3.7 | 216M|2498 |   - |5645 |8389 |5645 | 234 | 135k| 162k|4175 | 0.000000e+00 | 5.400000e+01 |    Inf 
494.49/494.56	c   487s|160000 | 14297 |589622 |   3.7 | 228M|2498 |   1 |5645 |8254 |5645 | 249 | 142k| 173k|4299 | 0.000000e+00 | 5.400000e+01 |    Inf 
526.90/526.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
526.90/526.95	c   519s|170000 | 14879 |629745 |   3.7 | 240M|2498 |  23 |5645 |8250 |5645 | 267 | 152k| 186k|4425 | 0.000000e+00 | 5.400000e+01 |    Inf 
559.10/559.19	c   551s|180000 | 15356 |665957 |   3.7 | 249M|2498 |   - |5645 |8514 |   0 |   0 | 159k| 201k|4522 | 0.000000e+00 | 5.400000e+01 |    Inf 
593.80/593.88	c   585s|190000 | 16168 |709833 |   3.7 | 262M|2498 |   - |5645 |8740 |   0 |   0 | 169k| 214k|4655 | 0.000000e+00 | 5.400000e+01 |    Inf 
598.59/598.61	o 44
598.59/598.61	c * 590s|191539 | 15396 |714271 |   3.7 | 252M|2498 |   - |5645 |8839 |5645 | 252 | 170k| 216k|4656 | 0.000000e+00 | 4.400000e+01 |    Inf 
598.89/598.91	o 27
598.89/598.91	c * 590s|191667 | 12374 |714410 |   3.7 | 192M|2498 |   - |5645 |8544 |5645 | 262 | 170k| 216k|4656 | 0.000000e+00 | 2.700000e+01 |    Inf 
619.79/619.88	c   611s|200000 | 12404 |747649 |   3.7 | 195M|2498 |   7 |5645 |7414 |5645 | 229 | 176k| 227k|4765 | 0.000000e+00 | 2.700000e+01 |    Inf 
642.50/642.54	c   633s|210000 | 12426 |782420 |   3.7 | 200M|2498 |   - |5645 |6905 |   0 |   0 | 182k| 241k|4884 | 0.000000e+00 | 2.700000e+01 |    Inf 
664.20/664.23	c   654s|220000 | 12386 |814910 |   3.7 | 203M|2498 |   - |5645 |9280 |   0 |   0 | 187k| 255k|4966 | 0.000000e+00 | 2.700000e+01 |    Inf 
686.19/686.22	c   676s|230000 | 12475 |849183 |   3.7 | 206M|2498 |   - |5645 |8108 |   0 |   0 | 191k| 269k|5031 | 0.000000e+00 | 2.700000e+01 |    Inf 
708.59/708.67	c   698s|240000 | 12601 |879370 |   3.7 | 210M|2498 |   - |5645 |9407 |   0 |   0 | 196k| 282k|5117 | 0.000000e+00 | 2.700000e+01 |    Inf 
730.99/731.05	c   720s|250000 | 12671 |909696 |   3.6 | 213M|2498 |   - |5645 |7765 |   0 |   0 | 201k| 296k|5193 | 0.000000e+00 | 2.700000e+01 |    Inf 
753.40/753.46	c   742s|260000 | 12626 |942443 |   3.6 | 215M|2498 |   4 |5645 |8176 |5645 | 236 | 206k| 309k|5291 | 0.000000e+00 | 2.700000e+01 |    Inf 
774.80/774.86	c   763s|270000 | 12836 |974111 |   3.6 | 218M|2498 |   - |5645 |9052 |   0 |   0 | 211k| 322k|5343 | 0.000000e+00 | 2.700000e+01 |    Inf 
796.19/796.29	c   784s|280000 | 12899 |  1003k|   3.6 | 221M|2498 |  11 |5645 |9409 |5645 | 246 | 215k| 335k|5410 | 0.000000e+00 | 2.700000e+01 |    Inf 
818.90/818.96	c   806s|290000 | 12924 |  1036k|   3.6 | 224M|2498 |   1 |5645 |  11k|5645 | 239 | 219k| 349k|5494 | 0.000000e+00 | 2.700000e+01 |    Inf 
841.30/841.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
841.30/841.31	c   828s|300000 | 13023 |  1066k|   3.6 | 226M|2498 |   - |5645 |  10k|   0 |   0 | 225k| 363k|5559 | 0.000000e+00 | 2.700000e+01 |    Inf 
857.70/857.78	o 26
857.70/857.78	c * 845s|307197 | 13060 |  1091k|   3.6 | 227M|2498 |   - |5645 |  10k|5645 | 228 | 229k| 372k|5610 | 0.000000e+00 | 2.600000e+01 |    Inf 
857.91/857.99	o 25
857.91/857.99	c * 845s|307282 | 13019 |  1092k|   3.6 | 225M|2498 |   - |5645 |  10k|5645 | 245 | 229k| 373k|5611 | 0.000000e+00 | 2.500000e+01 |    Inf 
858.10/858.18	o 23
858.10/858.18	c * 845s|307365 | 12559 |  1092k|   3.6 | 218M|2498 |   - |5645 |  10k|5645 | 245 | 229k| 373k|5611 | 0.000000e+00 | 2.300000e+01 |    Inf 
864.10/864.14	c   851s|310000 | 12555 |  1101k|   3.6 | 218M|2498 |   - |5645 |9549 |   0 |   0 | 230k| 376k|5630 | 0.000000e+00 | 2.300000e+01 |    Inf 
885.70/885.73	c   872s|320000 | 12629 |  1134k|   3.5 | 222M|2498 |   1 |5645 |8470 |5645 | 243 | 235k| 390k|5686 | 0.000000e+00 | 2.300000e+01 |    Inf 
906.10/906.19	c   892s|330000 | 12761 |  1161k|   3.5 | 225M|2498 |  13 |5645 |  10k|5645 | 240 | 239k| 403k|5728 | 0.000000e+00 | 2.300000e+01 |    Inf 
927.90/927.97	c   914s|340000 | 12829 |  1193k|   3.5 | 227M|2498 |   1 |5645 |  10k|5645 | 260 | 244k| 416k|5794 | 0.000000e+00 | 2.300000e+01 |    Inf 
950.31/950.38	c   936s|350000 | 12891 |  1232k|   3.5 | 231M|2498 |  23 |5645 |  12k|5645 | 296 | 249k| 430k|5890 | 0.000000e+00 | 2.300000e+01 |    Inf 
972.40/972.42	c   957s|360000 | 12922 |  1265k|   3.5 | 232M|2498 |   1 |5645 |  10k|5645 | 243 | 254k| 443k|5949 | 0.000000e+00 | 2.300000e+01 |    Inf 
995.41/995.47	c   980s|370000 | 12909 |  1302k|   3.5 | 233M|2498 |   - |5645 |7821 |   0 |   0 | 259k| 456k|6013 | 0.000000e+00 | 2.300000e+01 |    Inf 
1016.90/1016.91	c  1001s|380000 | 13021 |  1338k|   3.5 | 238M|2498 |   1 |5645 |9609 |5645 | 321 | 265k| 470k|6112 | 0.000000e+00 | 2.300000e+01 |    Inf 
1039.31/1039.30	c  1023s|390000 | 12951 |  1376k|   3.5 | 240M|2498 |   1 |5645 |8446 |5645 | 232 | 270k| 484k|6183 | 0.000000e+00 | 2.300000e+01 |    Inf 
1061.31/1061.35	c  1045s|400000 | 13039 |  1414k|   3.5 | 244M|2498 |   - |5645 |9296 |   0 |   0 | 276k| 497k|6245 | 0.000000e+00 | 2.300000e+01 |    Inf 
1083.00/1083.01	c  1066s|410000 | 13124 |  1448k|   3.5 | 248M|2498 |   1 |5645 |9733 |5645 | 189 | 280k| 510k|6305 | 0.000000e+00 | 2.300000e+01 |    Inf 
1104.70/1104.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1104.70/1104.75	c  1088s|420000 | 13237 |  1483k|   3.5 | 252M|2498 |   - |5645 |  11k|   0 |   0 | 286k| 524k|6373 | 0.000000e+00 | 2.300000e+01 |    Inf 
1126.51/1126.51	c  1109s|430000 | 13365 |  1517k|   3.5 | 256M|2498 |   1 |5645 |  11k|5645 | 230 | 291k| 538k|6438 | 0.000000e+00 | 2.300000e+01 |    Inf 
1148.32/1148.31	c  1131s|440000 | 13479 |  1549k|   3.5 | 260M|2498 |   1 |5645 |  12k|5645 | 224 | 297k| 553k|6494 | 0.000000e+00 | 2.300000e+01 |    Inf 
1169.81/1169.82	c  1152s|450000 | 13612 |  1576k|   3.5 | 264M|2498 |   - |5645 |  13k|   0 |   0 | 301k| 567k|6538 | 0.000000e+00 | 2.300000e+01 |    Inf 
1192.32/1192.31	c  1174s|460000 | 13712 |  1606k|   3.5 | 267M|2498 |   - |5645 |  14k|   0 |   0 | 306k| 582k|6575 | 0.000000e+00 | 2.300000e+01 |    Inf 
1215.22/1215.27	c  1196s|470000 | 13714 |  1638k|   3.5 | 269M|2498 |   - |5645 |  11k|   0 |   0 | 310k| 598k|6653 | 0.000000e+00 | 2.300000e+01 |    Inf 
1236.91/1236.94	c  1218s|480000 | 13720 |  1667k|   3.5 | 271M|2498 |   1 |5645 |  10k|5645 | 266 | 315k| 612k|6684 | 0.000000e+00 | 2.300000e+01 |    Inf 
1259.41/1259.47	c  1240s|490000 | 13733 |  1700k|   3.5 | 273M|2498 |   - |5645 |  11k|   0 |   0 | 320k| 625k|6737 | 0.000000e+00 | 2.300000e+01 |    Inf 
1281.52/1281.51	c  1261s|500000 | 13753 |  1733k|   3.5 | 275M|2498 |   - |5645 |  10k|   0 |   0 | 325k| 639k|6792 | 0.000000e+00 | 2.300000e+01 |    Inf 
1303.52/1303.51	c  1283s|510000 | 13775 |  1767k|   3.5 | 277M|2498 |   1 |5645 |  11k|5645 | 271 | 331k| 653k|6839 | 0.000000e+00 | 2.300000e+01 |    Inf 
1325.91/1325.91	c  1305s|520000 | 13824 |  1799k|   3.5 | 279M|2498 |   1 |5645 |  11k|5645 | 272 | 335k| 667k|6886 | 0.000000e+00 | 2.300000e+01 |    Inf 
1340.92/1340.96	o 22
1340.92/1340.96	c *1320s|526779 | 13684 |  1822k|   3.5 | 274M|2498 |   - |5645 |8792 |5645 | 234 | 338k| 677k|6933 | 0.000000e+00 | 2.200000e+01 |    Inf 
1348.31/1348.34	c  1327s|530000 | 13750 |  1833k|   3.5 | 275M|2498 |   - |5645 |8848 |   0 |   0 | 340k| 681k|6958 | 0.000000e+00 | 2.200000e+01 |    Inf 
1362.82/1362.90	o 18
1362.82/1362.90	c *1341s|536664 | 13228 |  1853k|   3.5 | 256M|2498 |   - |5645 |9010 |5645 | 248 | 344k| 690k|7000 | 0.000000e+00 | 1.800000e+01 |    Inf 
1369.91/1369.99	c  1348s|540000 | 13222 |  1864k|   3.5 | 257M|2498 |   6 |5645 |8231 |5645 | 216 | 345k| 694k|7018 | 0.000000e+00 | 1.800000e+01 |    Inf 
1391.22/1391.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1391.22/1391.29	c  1369s|550000 | 13173 |  1900k|   3.5 | 259M|2498 |   - |5645 |8277 |   0 |   0 | 351k| 708k|7073 | 0.000000e+00 | 1.800000e+01 |    Inf 
1411.82/1411.89	c  1390s|560000 | 13267 |  1933k|   3.5 | 263M|2498 |   - |5645 |  11k|   0 |   0 | 356k| 722k|7119 | 0.000000e+00 | 1.800000e+01 |    Inf 
1432.92/1432.90	c  1410s|570000 | 13437 |  1963k|   3.4 | 267M|2498 |   - |5645 |  12k|   0 |   0 | 361k| 737k|7176 | 0.000000e+00 | 1.800000e+01 |    Inf 
1453.82/1453.80	c  1431s|580000 | 13554 |  1993k|   3.4 | 270M|2498 |   1 |5645 |  12k|5645 | 237 | 365k| 751k|7216 | 0.000000e+00 | 1.800000e+01 |    Inf 
1475.12/1475.16	c  1452s|590000 | 13687 |  2027k|   3.4 | 272M|2498 |   1 |5645 |9722 |5645 | 255 | 369k| 765k|7264 | 0.000000e+00 | 1.800000e+01 |    Inf 
1487.32/1487.40	o 12
1487.32/1487.40	c *1464s|595983 | 11660 |  2047k|   3.4 | 215M|2498 |   - |5645 |  10k|5645 | 280 | 372k| 774k|7279 | 0.000000e+00 | 1.200000e+01 |    Inf 
1495.61/1495.64	c  1472s|600000 | 11663 |  2062k|   3.4 | 215M|2498 |   - |5645 |9291 |   0 |   0 | 375k| 780k|7318 | 0.000000e+00 | 1.200000e+01 |    Inf 
1515.12/1515.13	c  1491s|610000 | 11758 |  2095k|   3.4 | 217M|2498 |   1 |5645 |9569 |5645 | 253 | 379k| 794k|7360 | 0.000000e+00 | 1.200000e+01 |    Inf 
1533.82/1533.88	c  1509s|620000 | 11810 |  2126k|   3.4 | 219M|2498 |   1 |5645 |  10k|5645 | 240 | 383k| 809k|7394 | 0.000000e+00 | 1.200000e+01 |    Inf 
1553.72/1553.73	c  1529s|630000 | 11775 |  2163k|   3.4 | 220M|2498 |   - |5645 |9178 |   0 |   0 | 388k| 824k|7449 | 0.000000e+00 | 1.200000e+01 |    Inf 
1572.72/1572.74	c  1547s|640000 | 11712 |  2198k|   3.4 | 220M|2498 |   - |5645 |  10k|   0 |   0 | 392k| 838k|7506 | 0.000000e+00 | 1.200000e+01 |    Inf 
1592.22/1592.28	c  1567s|650000 | 11723 |  2229k|   3.4 | 222M|2498 |   - |5645 |  12k|   0 |   0 | 397k| 853k|7541 | 0.000000e+00 | 1.200000e+01 |    Inf 
1611.72/1611.75	c  1586s|660000 | 11865 |  2263k|   3.4 | 224M|2498 |   1 |5645 |  13k|5645 | 276 | 401k| 867k|7575 | 0.000000e+00 | 1.200000e+01 |    Inf 
1631.72/1631.78	c  1605s|670000 | 11874 |  2295k|   3.4 | 225M|2498 |   - |5645 |  14k|   0 |   0 | 405k| 882k|7613 | 0.000000e+00 | 1.200000e+01 |    Inf 
1652.52/1652.57	c  1626s|680000 | 11794 |  2330k|   3.4 | 224M|2498 |   4 |5645 |  10k|5645 | 282 | 409k| 896k|7665 | 0.000000e+00 | 1.200000e+01 |    Inf 
1672.03/1672.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1672.03/1672.08	c  1645s|690000 | 11780 |  2361k|   3.4 | 225M|2498 |   - |5645 |  12k|   0 |   0 | 413k| 910k|7704 | 0.000000e+00 | 1.200000e+01 |    Inf 
1692.42/1692.46	c  1665s|700000 | 11734 |  2393k|   3.4 | 224M|2498 |   - |5645 |  10k|   0 |   0 | 417k| 925k|7743 | 0.000000e+00 | 1.200000e+01 |    Inf 
1712.42/1712.45	c  1684s|710000 | 11581 |  2428k|   3.4 | 222M|2498 |   - |5645 |8471 |   0 |   0 | 421k| 940k|7798 | 0.000000e+00 | 1.200000e+01 |    Inf 
1731.33/1731.38	c  1703s|720000 | 11473 |  2459k|   3.4 | 223M|2498 |   - |5645 |  11k|   0 |   0 | 425k| 954k|7839 | 0.000000e+00 | 1.200000e+01 |    Inf 
1751.83/1751.83	c  1723s|730000 | 11304 |  2495k|   3.4 | 221M|2498 |   1 |5645 |  10k|5645 | 242 | 430k| 968k|7883 | 0.000000e+00 | 1.200000e+01 |    Inf 
1771.12/1771.13	c  1742s|740000 | 11357 |  2525k|   3.4 | 223M|2498 |   - |5645 |  12k|   0 |   0 | 435k| 982k|7908 | 0.000000e+00 | 1.200000e+01 |    Inf 
1791.02/1791.01	c  1762s|750000 | 11410 |  2559k|   3.4 | 224M|2498 |   - |5645 |  11k|   0 |   0 | 440k| 998k|7957 | 0.000000e+00 | 1.200000e+01 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1770.32
1800.03/1800.00	c Solving Nodes      : 754579
1800.03/1800.00	c Primal Bound       : +1.20000000000000e+01 (431 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.08	s SATISFIABLE
1800.03/1800.08	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.03/1800.08	v -x209 -x208 -x207 x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.03/1800.08	v -x188 -x187 -x186 x185 -x184 -x183 -x182 -x181 x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 x171 -x170 -x169 -x168 
1800.03/1800.08	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.03/1800.08	v -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 
1800.03/1800.08	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 -x105 
1800.03/1800.08	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 x90 -x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 -x80 
1800.03/1800.08	v -x79 -x78 -x77 x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1800.03/1800.08	v -x54 -x53 -x52 x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.03/1800.08	v -x28 -x27 -x26 x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 
1800.03/1800.08	v x2 -x1 
1800.03/1800.08	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.08	c Solving Time       :    1770.32
1800.03/1800.08	c Original Problem   :
1800.03/1800.08	c   Problem name     : HOME/instance-2692943-1277925237.wbo
1800.03/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.08	c   Constraints      : 5415 initial, 5415 maximal
1800.03/1800.08	c Presolved Problem  :
1800.03/1800.08	c   Problem name     : t_HOME/instance-2692943-1277925237.wbo
1800.03/1800.08	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.08	c   Constraints      : 5414 initial, 15259 maximal
1800.03/1800.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.03/1800.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.03/1800.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.08	c   root node        :          -       2441          -          -       4882          -          -          -          -
1800.03/1800.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.08	c   integral         :          0          0          0     488702          0          7        365          0          0     764386
1800.03/1800.08	c   indicator        :       2707          0    4838494     106113          0       2197   22007607          0          0          0
1800.03/1800.08	c   linear           :       2707          6    4844170     106090          0     243313   19401175     442093          0          0
1800.03/1800.08	c   logicor          :          0+         0    1403002          0          0      72490    1414939          0          0          0
1800.03/1800.08	c   bounddisjunction :          0+         0      46207          0          0          1        895          0          0          0
1800.03/1800.08	c   countsols        :          0          0          0      44296          0          0          0          0          0          0
1800.03/1800.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.08	c   integral         :      13.95       0.00       0.00      13.95       0.00
1800.03/1800.08	c   indicator        :      85.02       0.03      69.60      15.39       0.00
1800.03/1800.08	c   linear           :     209.45       0.01     198.33      11.11       0.00
1800.03/1800.08	c   logicor          :     108.78       0.00     108.78       0.00       0.00
1800.03/1800.08	c   bounddisjunction :       0.05       0.00       0.05       0.00       0.00
1800.03/1800.08	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1800.03/1800.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.08	c   vbounds          :       1.10          2          0          0
1800.03/1800.08	c   rootredcost      :       1.08         44          0       2441
1800.03/1800.08	c   pseudoobj        :     296.24    4898663      52109   16011983
1800.03/1800.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.08	c   propagation      :      26.47     367913     367898    2328090       27.6      30815       12.5          -
1800.03/1800.08	c   infeasible LP    :       3.07       6661       6661      56398       39.5        161       13.6          0
1800.03/1800.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.08	c   pseudo solution  :       0.26        873        873       3616       13.6        475        7.2          -
1800.03/1800.08	c   applied globally :          -          -          -    1004493       22.2          -          -          -
1800.03/1800.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.08	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.03/1800.08	c   redcost          :      51.88     506822          0    5717180          0          0
1800.03/1800.08	c   impliedbounds    :       0.00          4          0          0          0          0
1800.03/1800.08	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.08	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.08	c   gomory           :       0.00          4          0          0         75          0
1800.03/1800.08	c   strongcg         :       0.00          4          0          0          0          0
1800.03/1800.08	c   cmir             :       0.00          4          0          0          1          0
1800.03/1800.08	c   flowcover        :       0.04          4          0          0          2          0
1800.03/1800.08	c   clique           :       0.01          1          0          0          0          0
1800.03/1800.08	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.08	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.08	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.08	c Pricers            :       Time      Calls       Vars
1800.03/1800.08	c   problem variables:       0.00          0          0
1800.03/1800.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.08	c   relpscost        :      13.53     382513          7        365          0          0     764386
1800.03/1800.08	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   inference        :       9.39      44252          0          0          0          0      88504
1800.03/1800.08	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.08	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.08	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.08	c   LP solutions     :       0.11          -         44
1800.03/1800.08	c   pseudo solutions :       0.00          -          0
1800.03/1800.08	c   feaspump         :       0.00          0          0
1800.03/1800.08	c   intshifting      :       0.02          4          0
1800.03/1800.08	c   oneopt           :       0.51         42          0
1800.03/1800.08	c   guideddiving     :       0.05         32          0
1800.03/1800.08	c   coefdiving       :       0.08         56          0
1800.03/1800.08	c   pscostdiving     :       0.10         56          0
1800.03/1800.08	c   fracdiving       :       0.09         56          0
1800.03/1800.08	c   linesearchdiving :       0.12         56          0
1800.03/1800.08	c   veclendiving     :       0.06         57          0
1800.03/1800.08	c   objpscostdiving  :       0.07         55          0
1800.03/1800.08	c   rootsoldiving    :       0.07         55          0
1800.03/1800.08	c   crossover        :       2.59         78          6
1800.03/1800.08	c   trivial          :       0.08          2          2
1800.03/1800.08	c   simplerounding   :       0.85     389461          0
1800.03/1800.08	c   zirounding       :       0.49       1000          0
1800.03/1800.08	c   rounding         :       5.20       8804          0
1800.03/1800.08	c   shifting         :       2.90       2741          0
1800.03/1800.08	c   twoopt           :       0.00          0          0
1800.03/1800.08	c   fixandinfer      :       0.00          0          0
1800.03/1800.08	c   intdiving        :       0.00          0          0
1800.03/1800.08	c   actconsdiving    :       0.00          0          0
1800.03/1800.08	c   octane           :       0.00          0          0
1800.03/1800.08	c   rens             :       0.03          1          0
1800.03/1800.08	c   rins             :       0.00          0          0
1800.03/1800.08	c   localbranching   :       0.00          0          0
1800.03/1800.08	c   mutation         :       0.00          0          0
1800.03/1800.08	c   dins             :       0.00          0          0
1800.03/1800.08	c   undercover       :       0.00          0          0
1800.03/1800.08	c   nlp              :       0.20          0          0
1800.03/1800.08	c   trysol           :       4.86       8165        379
1800.03/1800.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.08	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.08	c   dual LP          :     530.84     469135    2571103       5.48    4843.46
1800.03/1800.08	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.08	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.08	c   diving/probing LP:       0.16         50       1385      27.70    8656.25
1800.03/1800.08	c   strong branching :      11.16       7984      81810      10.25    7330.65
1800.03/1800.08	c     (at root node) :          -         33       1884      57.09          -
1800.03/1800.08	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.08	c B&B Tree           :
1800.03/1800.08	c   number of runs   :          1
1800.03/1800.08	c   nodes            :     754579
1800.03/1800.08	c   nodes (total)    :     754579
1800.03/1800.08	c   nodes left       :      11409
1800.03/1800.08	c   max depth        :       2498
1800.03/1800.08	c   max depth (total):       2498
1800.03/1800.08	c   backtracks       :      58917 (7.8%)
1800.03/1800.08	c   delayed cutoffs  :      55500
1800.03/1800.08	c   repropagations   :    2311745 (10431113 domain reductions, 49532 cutoffs)
1800.03/1800.08	c   avg switch length:       7.79
1800.03/1800.08	c   switching time   :     202.81
1800.03/1800.08	c Solution           :
1800.03/1800.08	c   Solutions found  :        431 (45 improvements)
1800.03/1800.08	c   First Solution   : +1.37972000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.03/1800.08	c   Primal Bound     : +1.20000000000000e+01   (in run 1, after 595983 nodes, 1463.66 seconds, depth 67, found by <relaxation>)
1800.03/1800.08	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.08	c   Gap              :   infinite
1800.03/1800.08	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.08	c   Root Iterations  :        183
1800.32/1800.30	c Time complete: 1800.33.

Verifier Data

OK	12

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692943-1277925237/watcher-2692943-1277925237 -o /tmp/evaluation-result-2692943-1277925237/solver-2692943-1277925237 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692943-1277925237.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15714
/proc/meminfo: memFree=31724600/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=11308 CPUtime=0
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 1732 0 0 0 0 0 0 0 25 0 1 0 133821559 11579392 1652 4089446400 4194304 9819077 140736801367552 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15714/statm: 2827 1669 392 1374 0 1448 0

[startup+0.074611 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15714
/proc/meminfo: memFree=31724600/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=36404 CPUtime=0.07
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 8123 0 0 0 7 0 0 0 25 0 1 0 133821559 37277696 7689 4089446400 4194304 9819077 140736801367552 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15714/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 36404

[startup+0.100603 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15714
/proc/meminfo: memFree=31724600/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=36404 CPUtime=0.09
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 8123 0 0 0 9 0 0 0 25 0 1 0 133821559 37277696 7689 4089446400 4194304 9819077 140736801367552 18446744073709551615 4241129 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15714/statm: 9101 7689 469 1374 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36404

[startup+0.300578 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15714
/proc/meminfo: memFree=31724600/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=53516 CPUtime=0.29
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 12810 0 0 0 28 1 0 0 25 0 1 0 133821559 54800384 11777 4089446400 4194304 9819077 140736801367552 18446744073709551615 6179930 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15714/statm: 13379 11779 674 1374 0 12000 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53516

[startup+0.700496 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15714
/proc/meminfo: memFree=31724600/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=45892 CPUtime=0.69
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 27981 0 0 0 66 3 0 0 25 0 1 0 133821559 46993408 9943 4089446400 4194304 9819077 140736801367552 18446744073709551615 6003252 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15714/statm: 11473 9943 697 1374 0 10094 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45892

[startup+1.50036 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15715
/proc/meminfo: memFree=31685664/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=67488 CPUtime=1.49
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 45741 0 0 0 143 6 0 0 25 0 1 0 133821559 69107712 14925 4089446400 4194304 9819077 140736801367552 18446744073709551615 4240918 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15714/statm: 16872 14925 700 1374 0 15493 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67488

[startup+3.10107 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15715
/proc/meminfo: memFree=31681456/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=53848 CPUtime=3.09
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 52844 0 0 0 302 7 0 0 25 0 1 0 133821559 55140352 11845 4089446400 4194304 9819077 140736801367552 18446744073709551615 6581330 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15714/statm: 13462 11845 700 1374 0 12083 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53848

[startup+6.30051 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15716
/proc/meminfo: memFree=31670916/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=62112 CPUtime=6.29
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 65359 0 0 0 618 11 0 0 25 0 1 0 133821559 63602688 13946 4089446400 4194304 9819077 140736801367552 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15714/statm: 15528 13946 700 1374 0 14149 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62112

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15716
/proc/meminfo: memFree=31648800/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=73024 CPUtime=12.69
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 87326 0 0 0 1249 20 0 0 25 0 1 0 133821559 74776576 16729 4089446400 4194304 9819077 140736801367552 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15714/statm: 18256 16729 704 1374 0 16877 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73024

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15716
/proc/meminfo: memFree=31616316/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=89516 CPUtime=25.49
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 130393 0 0 0 2514 35 0 0 25 0 1 0 133821559 91664384 20771 4089446400 4194304 9819077 140736801367552 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15714/statm: 22379 20771 704 1374 0 21000 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 89516

[startup+51.1006 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 15716
/proc/meminfo: memFree=31543748/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=134524 CPUtime=51.1
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 251445 0 0 0 5032 78 0 0 25 0 1 0 133821559 137752576 31405 4089446400 4194304 9819077 140736801367552 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15714/statm: 33631 31405 705 1374 0 32252 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 134524

[startup+102.306 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 15718
/proc/meminfo: memFree=31382272/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=244544 CPUtime=102.29
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 462544 0 0 0 10066 163 0 0 25 0 1 0 133821559 250413056 57503 4089446400 4194304 9819077 140736801367552 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15714/statm: 61048 57502 711 1374 0 59669 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 244544

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 15720
/proc/meminfo: memFree=31243612/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=325320 CPUtime=162.3
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 618306 0 0 0 15963 267 0 0 25 0 1 0 133821559 333127680 75955 4089446400 4194304 9819077 140736801367552 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15714/statm: 81330 75955 714 1374 0 79951 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 325320

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15721
/proc/meminfo: memFree=31158748/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=386916 CPUtime=222.3
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 736268 0 0 0 21871 359 0 0 25 0 1 0 133821559 396201984 89082 4089446400 4194304 9819077 140736801367552 18446744073709551615 6665271 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15714/statm: 96729 89082 714 1374 0 95350 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 386916

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15723
/proc/meminfo: memFree=31076120/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=431728 CPUtime=282.3
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 856284 0 0 0 27775 455 0 0 25 0 1 0 133821559 442089472 98820 4089446400 4194304 9819077 140736801367552 18446744073709551615 5955544 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15714/statm: 107932 98820 714 1374 0 106553 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 431728

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15724
/proc/meminfo: memFree=31004892/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=465768 CPUtime=342.29
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 947869 0 0 0 33687 542 0 0 25 0 1 0 133821559 476946432 106382 4089446400 4194304 9819077 140736801367552 18446744073709551615 6513150 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15714/statm: 116442 106382 714 1374 0 115063 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 465768

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 15726
/proc/meminfo: memFree=30931204/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=494520 CPUtime=402.29
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 1002382 0 0 0 39608 621 0 0 25 0 1 0 133821559 506388480 112680 4089446400 4194304 9819077 140736801367552 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15714/statm: 123630 112680 714 1374 0 122251 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 494520

[startup+462.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 15728
/proc/meminfo: memFree=30850448/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=520228 CPUtime=462.29
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 1048480 0 0 0 45533 696 0 0 25 0 1 0 133821559 532713472 117803 4089446400 4194304 9819077 140736801367552 18446744073709551615 4661054 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15714/statm: 130057 117803 714 1374 0 128678 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 520228

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15729
/proc/meminfo: memFree=30756040/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=551600 CPUtime=522.3
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 1148447 0 0 0 51447 783 0 0 25 0 1 0 133821559 564838400 124270 4089446400 4194304 9819077 140736801367552 18446744073709551615 5951022 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15714/statm: 137900 124270 714 1374 0 136521 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 551600

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15731
/proc/meminfo: memFree=30694744/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=579652 CPUtime=582.29
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 1219483 0 0 0 57359 870 0 0 25 0 1 0 133821559 593563648 129988 4089446400 4194304 9819077 140736801367552 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15714/statm: 144913 129988 714 1374 0 143534 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 579652

[startup+642.301 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 15732
/proc/meminfo: memFree=30646708/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=597544 CPUtime=642.3
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 1325623 0 0 0 63264 966 0 0 25 0 1 0 133821559 611885056 133407 4089446400 4194304 9819077 140736801367552 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15714/statm: 149386 133407 714 1374 0 148007 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 597544

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 15740
/proc/meminfo: memFree=30477872/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=640512 CPUtime=942.3
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 1813890 0 0 0 92769 1461 0 0 25 0 1 0 133821559 655884288 142632 4089446400 4194304 9819077 140736801367552 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15714/statm: 160128 142632 725 1374 0 158749 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 640512

[startup+1002.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15742
/proc/meminfo: memFree=30465316/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=647788 CPUtime=1002.31
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 1881785 0 0 0 98677 1554 0 0 25 0 1 0 133821559 663334912 144193 4089446400 4194304 9819077 140736801367552 18446744073709551615 6003242 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15714/statm: 161947 144193 725 1374 0 160568 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 647788

[startup+1062.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 15747
/proc/meminfo: memFree=30450336/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=661052 CPUtime=1062.31
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 1966935 0 0 0 104584 1647 0 0 25 0 1 0 133821559 676917248 146829 4089446400 4194304 9819077 140736801367552 18446744073709551615 6361766 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15714/statm: 165263 146829 725 1374 0 163884 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 661052

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15748
/proc/meminfo: memFree=30438976/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=673284 CPUtime=1122.31
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 2019945 0 0 0 110497 1734 0 0 25 0 1 0 133821559 689442816 149668 4089446400 4194304 9819077 140736801367552 18446744073709551615 6590517 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15714/statm: 168321 149668 725 1374 0 166942 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 673284

[startup+1182.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 15750
/proc/meminfo: memFree=30430644/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=682668 CPUtime=1182.31
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 2080498 0 0 0 116403 1828 0 0 25 0 1 0 133821559 699052032 151602 4089446400 4194304 9819077 140736801367552 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15714/statm: 170667 151602 725 1374 0 169288 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 682668

[startup+1242.3 s]
/proc/loadavg: 2.02 2.02 2.00 4/179 15751
/proc/meminfo: memFree=30421304/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=690320 CPUtime=1242.31
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 2166980 0 0 0 122298 1933 0 0 25 0 1 0 133821559 706887680 153342 4089446400 4194304 9819077 140736801367552 18446744073709551615 7487755 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15714/statm: 172580 153342 725 1374 0 171201 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 690320

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 15753
/proc/meminfo: memFree=30413948/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=696960 CPUtime=1302.31
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 2256218 0 0 0 128193 2038 0 0 25 0 1 0 133821559 713687040 154732 4089446400 4194304 9819077 140736801367552 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15714/statm: 174240 154732 725 1374 0 172861 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 696960

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15755
/proc/meminfo: memFree=30406604/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=705088 CPUtime=1362.31
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 2377618 0 0 0 134089 2142 0 0 25 0 1 0 133821559 722010112 156311 4089446400 4194304 9819077 140736801367552 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15714/statm: 176272 156311 725 1374 0 174893 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 705088

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15756
/proc/meminfo: memFree=30399868/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=710360 CPUtime=1422.32
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 2506394 0 0 0 139977 2255 0 0 25 0 1 0 133821559 727408640 157360 4089446400 4194304 9819077 140736801367552 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15714/statm: 177590 157360 733 1374 0 176211 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 710360

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15758
/proc/meminfo: memFree=30392016/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=717136 CPUtime=1482.32
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 2610761 0 0 0 145872 2360 0 0 25 0 1 0 133821559 734347264 158866 4089446400 4194304 9819077 140736801367552 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15714/statm: 179284 158866 733 1374 0 177905 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 717136

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15759
/proc/meminfo: memFree=30385656/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=721796 CPUtime=1542.32
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 2753661 0 0 0 151751 2481 0 0 25 0 1 0 133821559 739119104 159763 4089446400 4194304 9819077 140736801367552 18446744073709551615 6581282 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15714/statm: 180449 159763 740 1374 0 179070 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 721796

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15761
/proc/meminfo: memFree=30383396/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=723660 CPUtime=1602.32
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 2873135 0 0 0 157638 2594 0 0 25 0 1 0 133821559 741027840 160111 4089446400 4194304 9819077 140736801367552 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15714/statm: 180915 160111 740 1374 0 179536 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 723660

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15763
/proc/meminfo: memFree=30381384/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=725260 CPUtime=1662.32
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 2984531 0 0 0 163520 2712 0 0 25 0 1 0 133821559 742666240 160499 4089446400 4194304 9819077 140736801367552 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15714/statm: 181315 160499 740 1374 0 179936 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 725260

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15764
/proc/meminfo: memFree=30379492/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=727028 CPUtime=1722.32
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 3103235 0 0 0 169410 2822 0 0 25 0 1 0 133821559 744476672 160878 4089446400 4194304 9819077 140736801367552 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15714/statm: 181757 160878 740 1374 0 180378 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 727028

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 15766
/proc/meminfo: memFree=30376456/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=729292 CPUtime=1782.32
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 3207337 0 0 0 175298 2934 0 0 25 0 1 0 133821559 746795008 161298 4089446400 4194304 9819077 140736801367552 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15714/statm: 182323 161298 740 1374 0 180944 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 729292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.95 1.99 1.99 3/179 15815
/proc/meminfo: memFree=31116684/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=729944 CPUtime=1800.03
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 3235949 0 0 0 177035 2968 0 0 25 0 1 0 133821559 747462656 161454 4089446400 4194304 9819077 140736801367552 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15714/statm: 182486 161454 740 1374 0 181107 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 729944

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: 1.95 1.99 1.99 3/179 15815
/proc/meminfo: memFree=31116684/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=729940 CPUtime=1800.23
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 3235956 0 0 0 177055 2968 0 0 25 0 1 0 133821559 747458560 161454 4089446400 4194304 9819077 140736801367552 18446744073709551615 4616445 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15714/statm: 182485 161454 741 1374 0 181106 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 729940

[startup+1800.3 s]
/proc/loadavg: 1.95 1.99 1.99 3/179 15815
/proc/meminfo: memFree=31116684/32951124 swapFree=67111528/67111528
[pid=15714] ppid=15712 vsize=151660 CPUtime=1800.32
/proc/15714/stat : 15714 (pbscip.linux.x8) R 15712 15714 15507 0 -1 4202496 3235956 0 0 0 177062 2970 0 0 25 0 1 0 133821559 155299840 27674 4089446400 4194304 9819077 140736801367552 18446744073709551615 8875210 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15714/statm: 37915 27674 741 1374 0 36536 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 151660

Child status: 0
Real time (s): 1800.31
CPU time (s): 1800.34
CPU user time (s): 1770.63
CPU system time (s): 29.7075
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 740900

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

runsolver used 3.12052 second user time and 5.98109 second system time

The end

Launcher Data

Begin job on node101 at 2010-06-30 21:13:57
IDJOB=2692943
IDBENCH=79258
IDSOLVER=1205
FILE ID=node101/2692943-1277925237
PBS_JOBID= 11197351
Free space on /tmp= 74208 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.1900557574--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-2692943-1277925237/watcher-2692943-1277925237 -o /tmp/evaluation-result-2692943-1277925237/solver-2692943-1277925237 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692943-1277925237.wbo -t 1800 -m 3800

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

MD5SUM BENCH= c0d431beb578ab67ce1970cb297cf650
RANDOM SEED=1860544920

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31725128 kB
Buffers:        212556 kB
Cached:         748024 kB
SwapCached:          0 kB
Active:         538772 kB
Inactive:       542360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31725128 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11068 kB
Writeback:           0 kB
AnonPages:      120964 kB
Mapped:          16984 kB
Slab:            79372 kB
PageTables:       5308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   269664 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node101 at 2010-06-30 21:43:59