Trace number 2705022

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.26 1790.21

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2705022-1278577500.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.10/0.12	o 138261
0.10/0.12	c feasible solution found by trivial heuristic, objective value  1.382610e+05
0.10/0.12	c presolving:
0.10/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.10/0.13	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.10/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.10/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.10/0.17	c presolving (3 rounds):
0.10/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.10/0.17	c  5391 implications, 0 cliques
0.10/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.10/0.17	c    2707 constraints of type <linear>
0.10/0.17	c    2707 constraints of type <indicator>
0.10/0.17	c transformed objective value is always integral (scale: 1)
0.10/0.17	c Presolving Time: 0.12
0.10/0.17	c - non default parameters ----------------------------------------------------------------------
0.10/0.17	c # SCIP version 1.2.1.3
0.10/0.17	c 
0.10/0.17	c # frequency for displaying node information lines
0.10/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.10/0.17	c display/freq = 10000
0.10/0.17	c 
0.10/0.17	c # maximal time in seconds to run
0.10/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.10/0.17	c limits/time = 1789.97
0.10/0.17	c 
0.10/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.10/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.10/0.17	c limits/memory = 3420
0.10/0.17	c 
0.10/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.10/0.17	c # [type: int, range: [1,2], default: 1]
0.10/0.17	c timing/clocktype = 2
0.10/0.17	c 
0.10/0.17	c # should presolving try to simplify inequalities
0.10/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.17	c constraints/linear/simplifyinequalities = TRUE
0.10/0.17	c 
0.10/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.10/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.17	c constraints/indicator/addCouplingCons = TRUE
0.10/0.17	c 
0.10/0.17	c # should presolving try to simplify knapsacks
0.10/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.10/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.10/0.17	c 
0.10/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.10/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.10/0.17	c separating/rapidlearning/freq = 0
0.10/0.17	c 
0.10/0.17	c -----------------------------------------------------------------------------------------------
0.10/0.17	c start solving
0.10/0.18	c 
0.10/0.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.10/0.19	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.29/0.38	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.382610e+05 |    Inf 
0.49/0.52	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.382610e+05 |    Inf 
12.79/12.88	o 706
12.79/12.88	c *12.8s|  6913 |  6745 |  2697 |   0.4 |  37M|2515 |   - |5645 |5414 |5645 | 212 | 745 |   0 | 524 | 0.000000e+00 | 7.060000e+02 |    Inf 
16.89/16.97	c  16.9s| 10000 |  9830 |  2978 |   0.3 |  43M|2515 |   0 |5645 |5418 |5645 | 198 | 816 |   4 | 548 | 0.000000e+00 | 7.060000e+02 |    Inf 
32.49/32.59	c  32.6s| 20000 | 19832 |  4379 |   0.2 |  64M|2515 |   0 |5645 |5418 |5645 | 198 |1200 |   4 | 629 | 0.000000e+00 | 7.060000e+02 |    Inf 
48.70/48.70	c  48.7s| 30000 | 29832 |  5510 |   0.2 |  85M|2515 |   0 |5645 |5418 |5645 | 198 |1456 |   4 | 690 | 0.000000e+00 | 7.060000e+02 |    Inf 
62.19/62.20	o 314
62.19/62.20	c *62.2s| 38661 | 37366 |  6121 |   0.2 | 100M|2515 |   - |5645 |5420 |5645 | 197 |1617 |   6 | 721 | 0.000000e+00 | 3.140000e+02 |    Inf 
64.59/64.62	c  64.6s| 40000 | 38702 |  6554 |   0.2 | 103M|2515 |   0 |5645 |5423 |5645 | 190 |1697 |   9 | 750 | 0.000000e+00 | 3.140000e+02 |    Inf 
81.90/81.96	o 302
81.90/81.96	c *81.9s| 48846 | 47088 |  9926 |   0.2 | 122M|2515 |   - |5645 |6021 |5645 | 217 |2613 | 607 | 906 | 0.000000e+00 | 3.020000e+02 |    Inf 
83.99/84.04	o 301
83.99/84.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
83.99/84.04	c *84.0s| 49717 | 47749 | 11031 |   0.2 | 125M|2515 |   - |5645 |6587 |5645 | 197 |2909 |1173 | 924 | 0.000000e+00 | 3.010000e+02 |    Inf 
84.70/84.74	c  84.7s| 50000 | 47952 | 11421 |   0.2 | 125M|2515 |   0 |5645 |6760 |5645 | 183 |3016 |1346 | 929 | 0.000000e+00 | 3.010000e+02 |    Inf 
84.89/84.95	o 279
84.89/84.95	c *84.9s| 50119 | 47434 | 11498 |   0.2 | 125M|2515 |   - |5645 |6802 |5645 | 190 |3030 |1388 | 929 | 0.000000e+00 | 2.790000e+02 |    Inf 
86.60/86.69	o 141
86.60/86.69	c *86.7s| 50863 | 22807 | 12511 |   0.2 |  78M|2515 |   - |5645 |7266 |5645 | 186 |3290 |1852 | 943 | 0.000000e+00 | 1.410000e+02 |    Inf 
89.10/89.11	o 139
89.10/89.11	c *89.1s| 51613 | 22820 | 13940 |   0.3 |  81M|2515 |   - |5645 |7753 |5645 | 201 |3630 |2339 | 982 | 0.000000e+00 | 1.390000e+02 |    Inf 
89.69/89.75	o 136
89.69/89.75	c *89.7s| 51795 | 22231 | 14178 |   0.3 |  80M|2515 |   - |5645 |7859 |5645 | 185 |3695 |2445 | 984 | 0.000000e+00 | 1.360000e+02 |    Inf 
90.79/90.85	o 135
90.79/90.85	c *90.8s| 52109 | 22183 | 14824 |   0.3 |  81M|2515 |   - |5645 |8074 |5645 | 198 |3861 |2661 |1000 | 0.000000e+00 | 1.350000e+02 |    Inf 
90.79/90.86	o 131
90.79/90.86	c *90.8s| 52110 | 21243 | 14824 |   0.3 |  79M|2515 |   - |5645 |8074 |5645 | 198 |3861 |2661 |1000 | 0.000000e+00 | 1.310000e+02 |    Inf 
91.40/91.44	o 129
91.40/91.44	c *91.4s| 52247 | 20848 | 15491 |   0.3 |  80M|2515 |   - |5645 |8232 |5645 | 210 |4044 |2822 |1008 | 0.000000e+00 | 1.290000e+02 |    Inf 
91.50/91.52	o 128
91.50/91.52	c *91.5s| 52274 | 20615 | 15552 |   0.3 |  80M|2515 |   - |5645 |8237 |5645 | 211 |4062 |2827 |1012 | 0.000000e+00 | 1.280000e+02 |    Inf 
94.69/94.74	o 116
94.69/94.74	c *94.7s| 53142 | 18389 | 18150 |   0.3 |  79M|2515 |   - |5645 |8723 |5645 | 214 |4755 |3394 |1071 | 0.000000e+00 | 1.160000e+02 |    Inf 
94.69/94.75	o 115
94.69/94.75	c *94.7s| 53143 | 18185 | 18167 |   0.3 |  79M|2515 |   - |5645 |8723 |5645 | 214 |4755 |3394 |1071 | 0.000000e+00 | 1.150000e+02 |    Inf 
97.80/97.84	o 106
97.80/97.84	c *97.8s| 53975 | 16673 | 21095 |   0.4 |  80M|2515 |   - |5645 |9032 |5645 | 210 |5430 |3932 |1148 | 0.000000e+00 | 1.060000e+02 |    Inf 
103.40/103.48	o 102
103.40/103.48	c * 103s| 55468 | 16764 | 26979 |   0.5 |  84M|2515 |   - |5645 |9110 |5645 | 236 |6898 |4863 |1238 | 0.000000e+00 | 1.020000e+02 |    Inf 
109.90/109.93	o 99
109.90/109.93	c * 110s| 57143 | 16716 | 34024 |   0.6 |  89M|2515 |   - |5645 |9357 |5645 | 212 |8580 |5950 |1300 | 0.000000e+00 | 9.900000e+01 |    Inf 
110.69/110.74	o 98
110.69/110.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
110.69/110.74	c * 111s| 57342 | 16488 | 35094 |   0.6 |  89M|2515 |   - |5645 |9137 |5645 | 209 |8813 |6091 |1323 | 0.000000e+00 | 9.800000e+01 |    Inf 
120.90/120.93	c   121s| 60000 | 17996 | 45162 |   0.7 | 102M|2515 |   9 |5645 |8790 |5645 | 185 |  11k|7745 |1399 | 0.000000e+00 | 9.800000e+01 |    Inf 
122.40/122.46	o 93
122.40/122.46	c * 122s| 60424 | 16448 | 46380 |   0.8 |  99M|2515 |   - |5645 |8430 |5645 | 201 |  11k|8065 |1405 | 0.000000e+00 | 9.300000e+01 |    Inf 
122.60/122.60	o 92
122.60/122.60	c * 123s| 60444 | 16205 | 46507 |   0.8 |  98M|2515 |   - |5645 |8175 |5645 | 213 |  11k|8073 |1405 | 0.000000e+00 | 9.200000e+01 |    Inf 
122.60/122.61	o 90
122.60/122.61	c * 123s| 60445 | 15674 | 46515 |   0.8 |  97M|2515 |   - |5645 |8175 |5645 | 213 |  11k|8073 |1405 | 0.000000e+00 | 9.000000e+01 |    Inf 
124.20/124.28	o 89
124.20/124.28	c * 124s| 60867 | 15649 | 48330 |   0.8 |  98M|2515 |   - |5645 |7894 |5645 | 244 |  11k|8331 |1417 | 0.000000e+00 | 8.900000e+01 |    Inf 
125.89/125.94	o 78
125.89/125.94	c * 126s| 61254 | 13314 | 50003 |   0.8 |  91M|2515 |   - |5645 |7658 |5645 | 202 |  12k|8520 |1421 | 0.000000e+00 | 7.800000e+01 |    Inf 
132.59/132.69	o 77
132.59/132.69	c * 133s| 63065 | 13441 | 55640 |   0.9 |  96M|2515 |   - |5645 |7120 |5645 | 223 |  13k|  10k|1477 | 0.000000e+00 | 7.700000e+01 |    Inf 
137.79/137.85	o 73
137.79/137.85	c * 138s| 64520 | 13156 | 60857 |   0.9 |  99M|2515 |   - |5645 |7194 |5645 | 195 |  15k|  11k|1509 | 0.000000e+00 | 7.300000e+01 |    Inf 
140.89/140.96	o 72
140.89/140.96	c * 141s| 65409 | 13080 | 63134 |   1.0 |  98M|2515 |   - |5645 |6871 |5645 | 198 |  15k|  12k|1536 | 0.000000e+00 | 7.200000e+01 |    Inf 
157.30/157.39	c   157s| 70000 | 14088 | 81548 |   1.2 | 112M|2515 |   9 |5645 |6338 |5645 | 219 |  20k|  17k|1695 | 0.000000e+00 | 7.200000e+01 |    Inf 
161.49/161.51	o 65
161.49/161.51	c * 161s| 71236 | 13211 | 86199 |   1.2 | 111M|2515 |   - |5645 |6793 |5645 | 228 |  21k|  18k|1774 | 0.000000e+00 | 6.500000e+01 |    Inf 
167.50/167.57	o 59
167.50/167.57	c * 168s| 72834 | 12531 | 91697 |   1.3 | 112M|2515 |   - |5645 |6865 |5645 | 208 |  23k|  20k|1842 | 0.000000e+00 | 5.900000e+01 |    Inf 
182.09/182.19	o 56
182.09/182.19	c * 182s| 77011 | 12629 |108336 |   1.4 | 121M|2515 |   - |5645 |7560 |5645 | 201 |  27k|  25k|1978 | 0.000000e+00 | 5.600000e+01 |    Inf 
183.20/183.28	o 47
183.20/183.28	c * 183s| 77338 | 11370 |109508 |   1.4 | 115M|2515 |   - |5645 |6956 |5645 | 206 |  28k|  26k|1989 | 0.000000e+00 | 4.700000e+01 |    Inf 
189.99/190.04	o 42
189.99/190.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
189.99/190.04	c * 190s| 79457 | 10862 |120030 |   1.5 | 116M|2515 |   - |5645 |6962 |5645 | 264 |  30k|  29k|2093 | 0.000000e+00 | 4.200000e+01 |    Inf 
191.70/191.76	c   192s| 80000 | 10885 |122884 |   1.5 | 116M|2515 |   1 |5645 |6470 |5645 | 210 |  31k|  30k|2122 | 0.000000e+00 | 4.200000e+01 |    Inf 
216.89/216.94	c   217s| 90000 | 11169 |155471 |   1.7 | 125M|2515 |   - |5645 |9144 |   0 |   0 |  38k|  41k|2464 | 0.000000e+00 | 4.200000e+01 |    Inf 
243.00/243.03	c   243s|100000 | 11273 |188959 |   1.9 | 129M|2515 |   - |5645 |  10k|   0 |   0 |  45k|  53k|2685 | 0.000000e+00 | 4.200000e+01 |    Inf 
268.30/268.37	c   268s|110000 | 11336 |218966 |   2.0 | 132M|2515 |   1 |5645 |9043 |5645 | 234 |  51k|  65k|2902 | 0.000000e+00 | 4.200000e+01 |    Inf 
295.30/295.35	c   295s|120000 | 11455 |249844 |   2.1 | 138M|2515 |   - |5645 |8672 |   0 |   0 |  57k|  77k|3113 | 0.000000e+00 | 4.200000e+01 |    Inf 
320.60/320.63	c   321s|130000 | 11579 |281264 |   2.2 | 142M|2515 |   - |5645 |9611 |   0 |   0 |  63k|  90k|3241 | 0.000000e+00 | 4.200000e+01 |    Inf 
343.21/343.26	o 38
343.21/343.26	c * 343s|138934 | 11008 |306328 |   2.2 | 140M|2515 |   - |5645 |9484 |5645 | 258 |  69k| 101k|3373 | 0.000000e+00 | 3.800000e+01 |    Inf 
345.80/345.81	c   346s|140000 | 11010 |310127 |   2.2 | 141M|2515 |   1 |5645 |9415 |5645 | 243 |  69k| 102k|3379 | 0.000000e+00 | 3.800000e+01 |    Inf 
369.50/369.54	c   370s|150000 | 10959 |340624 |   2.3 | 145M|2515 |   - |5645 |8293 |   0 |   0 |  75k| 115k|3604 | 0.000000e+00 | 3.800000e+01 |    Inf 
392.80/392.82	c   393s|160000 | 10955 |369095 |   2.3 | 148M|2515 |   1 |5645 |9270 |5645 | 243 |  80k| 128k|3773 | 0.000000e+00 | 3.800000e+01 |    Inf 
399.60/399.65	o 36
399.60/399.65	c * 400s|162553 | 10755 |376345 |   2.3 | 150M|2515 |   - |5645 |  11k|5645 | 219 |  81k| 133k|3780 | 0.000000e+00 | 3.600000e+01 |    Inf 
399.90/399.94	o 26
399.90/399.94	c * 400s|162780 |  9361 |376433 |   2.3 | 139M|2515 |   - |5645 |  11k|5645 | 233 |  81k| 133k|3780 | 0.000000e+00 | 2.600000e+01 |    Inf 
416.70/416.78	c   417s|170000 |  8921 |405970 |   2.4 | 139M|2515 |   - |5645 |7254 |   0 |   0 |  87k| 144k|3975 | 0.000000e+00 | 2.600000e+01 |    Inf 
437.61/437.65	c   438s|180000 |  8879 |436278 |   2.4 | 142M|2515 |   - |5645 |8438 |   0 |   0 |  92k| 156k|4082 | 0.000000e+00 | 2.600000e+01 |    Inf 
459.40/459.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
459.40/459.47	c   459s|190000 |  8815 |466588 |   2.5 | 143M|2515 |  15 |5645 |9679 |5645 | 270 |  97k| 168k|4221 | 0.000000e+00 | 2.600000e+01 |    Inf 
481.21/481.22	c   481s|200000 |  8824 |493401 |   2.5 | 145M|2515 |  18 |5645 |  12k|5645 | 263 | 101k| 181k|4321 | 0.000000e+00 | 2.600000e+01 |    Inf 
505.00/505.00	c   505s|210000 |  8961 |527745 |   2.5 | 149M|2515 |   1 |5645 |  13k|5645 | 206 | 108k| 193k|4430 | 0.000000e+00 | 2.600000e+01 |    Inf 
527.70/527.76	c   528s|220000 |  9086 |554003 |   2.5 | 153M|2515 |   - |5645 |  15k|   0 |   0 | 112k| 206k|4527 | 0.000000e+00 | 2.600000e+01 |    Inf 
535.31/535.31	o 25
535.31/535.31	c * 535s|223069 |  9026 |563754 |   2.5 | 154M|2515 |   - |5645 |  16k|5645 | 219 | 114k| 210k|4537 | 0.000000e+00 | 2.500000e+01 |    Inf 
552.00/552.09	c   552s|230000 |  9059 |584757 |   2.5 | 155M|2515 |  14 |5645 |  15k|5645 | 261 | 117k| 219k|4595 | 0.000000e+00 | 2.500000e+01 |    Inf 
576.61/576.60	c   577s|240000 |  9248 |617815 |   2.6 | 159M|2515 |   - |5645 |  15k|   0 |   0 | 122k| 232k|4711 | 0.000000e+00 | 2.500000e+01 |    Inf 
600.31/600.39	c   600s|250000 |  9303 |647421 |   2.6 | 162M|2515 |   - |5645 |  16k|   0 |   0 | 126k| 245k|4779 | 0.000000e+00 | 2.500000e+01 |    Inf 
625.00/625.00	c   625s|260000 |  9285 |677292 |   2.6 | 164M|2515 |   - |5645 |  16k|   0 |   0 | 130k| 259k|4882 | 0.000000e+00 | 2.500000e+01 |    Inf 
649.61/649.60	c   650s|270000 |  9056 |705318 |   2.6 | 160M|2515 |   1 |5645 |9377 |5645 | 220 | 134k| 272k|4992 | 0.000000e+00 | 2.500000e+01 |    Inf 
673.11/673.19	c   673s|280000 |  8823 |743263 |   2.7 | 160M|2515 |   - |5645 |8211 |   0 |   0 | 141k| 285k|5196 | 0.000000e+00 | 2.500000e+01 |    Inf 
693.81/693.88	c   694s|290000 |  9062 |769813 |   2.7 | 165M|2515 |   - |5645 |  10k|   0 |   0 | 146k| 297k|5274 | 0.000000e+00 | 2.500000e+01 |    Inf 
701.11/701.18	o 22
701.11/701.18	c * 701s|293267 |  8839 |780140 |   2.7 | 162M|2515 |   - |5645 |  10k|5645 | 219 | 148k| 302k|5305 | 0.000000e+00 | 2.200000e+01 |    Inf 
703.71/703.76	o 20
703.71/703.76	c * 704s|294342 |  8116 |784132 |   2.7 | 152M|2515 |   - |5645 |  10k|5645 | 208 | 148k| 303k|5330 | 0.000000e+00 | 2.000000e+01 |    Inf 
715.31/715.38	c   715s|300000 |  8142 |797642 |   2.7 | 153M|2515 |   1 |5645 |  11k|5645 | 213 | 150k| 310k|5348 | 0.000000e+00 | 2.000000e+01 |    Inf 
736.41/736.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
736.41/736.47	c   736s|310000 |  8173 |828136 |   2.7 | 156M|2515 |   1 |5645 |  13k|5645 | 226 | 155k| 322k|5435 | 0.000000e+00 | 2.000000e+01 |    Inf 
759.21/759.27	c   759s|320000 |  8282 |862720 |   2.7 | 159M|2515 |   - |5645 |  14k|   0 |   0 | 161k| 335k|5538 | 0.000000e+00 | 2.000000e+01 |    Inf 
781.02/781.01	c   781s|330000 |  8354 |892293 |   2.7 | 161M|2515 |   - |5645 |  16k|   0 |   0 | 166k| 348k|5602 | 0.000000e+00 | 2.000000e+01 |    Inf 
803.51/803.53	c   804s|340000 |  8500 |924739 |   2.7 | 164M|2515 |   - |5645 |  17k|   0 |   0 | 172k| 362k|5667 | 0.000000e+00 | 2.000000e+01 |    Inf 
826.02/826.05	c   826s|350000 |  8525 |956268 |   2.7 | 166M|2515 |   - |5645 |  16k|   0 |   0 | 177k| 375k|5759 | 0.000000e+00 | 2.000000e+01 |    Inf 
848.61/848.69	c   849s|360000 |  8614 |988610 |   2.7 | 168M|2515 |   - |5645 |  17k|   0 |   0 | 182k| 388k|5810 | 0.000000e+00 | 2.000000e+01 |    Inf 
872.02/872.05	c   872s|370000 |  8688 |  1024k|   2.8 | 171M|2515 |  16 |5645 |  19k|5645 | 228 | 188k| 403k|5881 | 0.000000e+00 | 2.000000e+01 |    Inf 
895.81/895.83	c   896s|380000 |  8801 |  1052k|   2.8 | 173M|2515 |  14 |5645 |  18k|5645 | 248 | 193k| 415k|5970 | 0.000000e+00 | 2.000000e+01 |    Inf 
919.92/919.90	c   920s|390000 |  8848 |  1084k|   2.8 | 174M|2515 |   1 |5645 |  18k|5645 | 258 | 199k| 428k|6045 | 0.000000e+00 | 2.000000e+01 |    Inf 
943.72/943.72	c   944s|400000 |  8918 |  1113k|   2.8 | 176M|2515 |   - |5645 |  19k|   0 |   0 | 203k| 441k|6109 | 0.000000e+00 | 2.000000e+01 |    Inf 
968.12/968.10	c   968s|410000 |  8949 |  1148k|   2.8 | 179M|2515 |   9 |5645 |  19k|5645 | 249 | 208k| 455k|6188 | 0.000000e+00 | 2.000000e+01 |    Inf 
992.32/992.37	c   992s|420000 |  8961 |  1185k|   2.8 | 180M|2515 |   1 |5645 |  17k|5645 | 222 | 214k| 469k|6245 | 0.000000e+00 | 2.000000e+01 |    Inf 
1006.92/1006.94	o 13
1006.92/1006.94	c *1007s|426391 |  6640 |  1206k|   2.8 | 134M|2515 |   - |5645 |  17k|5645 | 274 | 218k| 478k|6303 | 0.000000e+00 | 1.300000e+01 |    Inf 
1015.33/1015.31	c  1015s|430000 |  6613 |  1223k|   2.8 | 133M|2515 |   - |5645 |  14k|   0 |   0 | 220k| 483k|6336 | 0.000000e+00 | 1.300000e+01 |    Inf 
1036.32/1036.31	c  1036s|440000 |  6559 |  1262k|   2.9 | 134M|2515 |   1 |5645 |  15k|5645 | 210 | 226k| 496k|6421 | 0.000000e+00 | 1.300000e+01 |    Inf 
1057.12/1057.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1057.12/1057.15	c  1057s|450000 |  6575 |  1295k|   2.9 | 135M|2515 |   1 |5645 |  17k|5645 | 255 | 230k| 509k|6479 | 0.000000e+00 | 1.300000e+01 |    Inf 
1077.82/1077.88	c  1078s|460000 |  6468 |  1332k|   2.9 | 133M|2515 |   1 |5645 |  12k|5645 | 231 | 236k| 522k|6547 | 0.000000e+00 | 1.300000e+01 |    Inf 
1097.92/1097.98	c  1098s|470000 |  6474 |  1368k|   2.9 | 134M|2515 |   - |5645 |  14k|   0 |   0 | 242k| 534k|6638 | 0.000000e+00 | 1.300000e+01 |    Inf 
1118.63/1118.66	c  1119s|480000 |  6454 |  1406k|   2.9 | 135M|2515 |   1 |5645 |  15k|5645 | 249 | 247k| 547k|6698 | 0.000000e+00 | 1.300000e+01 |    Inf 
1140.92/1140.93	c  1141s|490000 |  6517 |  1444k|   2.9 | 136M|2515 |   - |5645 |  15k|   0 |   0 | 252k| 559k|6781 | 0.000000e+00 | 1.300000e+01 |    Inf 
1163.32/1163.33	c  1163s|500000 |  6569 |  1483k|   3.0 | 139M|2515 |   - |5645 |  17k|   0 |   0 | 258k| 572k|6860 | 0.000000e+00 | 1.300000e+01 |    Inf 
1185.52/1185.58	c  1186s|510000 |  6679 |  1522k|   3.0 | 140M|2515 |   - |5645 |  17k|   0 |   0 | 264k| 585k|6908 | 0.000000e+00 | 1.300000e+01 |    Inf 
1207.62/1207.65	c  1208s|520000 |  6699 |  1562k|   3.0 | 141M|2515 |   1 |5645 |  17k|5645 | 233 | 270k| 598k|6963 | 0.000000e+00 | 1.300000e+01 |    Inf 
1229.92/1229.93	c  1230s|530000 |  6756 |  1602k|   3.0 | 143M|2515 |   1 |5645 |  18k|5645 | 204 | 275k| 611k|7038 | 0.000000e+00 | 1.300000e+01 |    Inf 
1253.92/1253.99	c  1254s|540000 |  6744 |  1649k|   3.1 | 144M|2515 |   - |5645 |  18k|   0 |   0 | 282k| 624k|7121 | 0.000000e+00 | 1.300000e+01 |    Inf 
1277.03/1277.04	c  1277s|550000 |  6707 |  1692k|   3.1 | 144M|2515 |   - |5645 |  18k|   0 |   0 | 289k| 637k|7179 | 0.000000e+00 | 1.300000e+01 |    Inf 
1299.53/1299.50	c  1299s|560000 |  6650 |  1729k|   3.1 | 144M|2515 |   - |5645 |  17k|   0 |   0 | 293k| 650k|7255 | 0.000000e+00 | 1.300000e+01 |    Inf 
1322.32/1322.32	c  1322s|570000 |  6735 |  1766k|   3.1 | 146M|2515 |   1 |5645 |  19k|5645 | 260 | 298k| 663k|7309 | 0.000000e+00 | 1.300000e+01 |    Inf 
1344.43/1344.40	c  1344s|580000 |  6658 |  1803k|   3.1 | 145M|2515 |   1 |5645 |  16k|5645 | 224 | 302k| 677k|7365 | 0.000000e+00 | 1.300000e+01 |    Inf 
1366.83/1366.82	c  1367s|590000 |  6585 |  1843k|   3.1 | 144M|2515 |   9 |5645 |  16k|5645 | 238 | 308k| 691k|7418 | 0.000000e+00 | 1.300000e+01 |    Inf 
1388.52/1388.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1388.52/1388.56	c  1389s|600000 |  6718 |  1880k|   3.1 | 147M|2515 |   - |5645 |  19k|   0 |   0 | 313k| 703k|7466 | 0.000000e+00 | 1.300000e+01 |    Inf 
1411.13/1411.11	c  1411s|610000 |  6778 |  1917k|   3.1 | 149M|2515 |   - |5645 |  20k|   0 |   0 | 317k| 716k|7509 | 0.000000e+00 | 1.300000e+01 |    Inf 
1433.73/1433.74	c  1434s|620000 |  6702 |  1953k|   3.2 | 148M|2515 |   - |5645 |  19k|   0 |   0 | 321k| 729k|7566 | 0.000000e+00 | 1.300000e+01 |    Inf 
1456.23/1456.24	c  1456s|630000 |  6642 |  1994k|   3.2 | 147M|2515 |   1 |5645 |  16k|5645 | 230 | 326k| 742k|7814 | 0.000000e+00 | 1.300000e+01 |    Inf 
1473.94/1473.91	o 8
1473.94/1473.91	c *1474s|638370 |  5270 |  2021k|   3.2 | 118M|2515 |   - |5645 |  17k|5645 | 251 | 329k| 754k|7819 | 0.000000e+00 | 8.000000e+00 |    Inf 
1477.63/1477.68	c  1478s|640000 |  5163 |  2029k|   3.2 | 116M|2515 |   1 |5645 |  12k|5645 | 240 | 330k| 756k|7819 | 0.000000e+00 | 8.000000e+00 |    Inf 
1496.04/1496.09	c  1496s|650000 |  5211 |  2065k|   3.2 | 117M|2515 |   1 |5645 |  13k|5645 | 243 | 335k| 768k|7860 | 0.000000e+00 | 8.000000e+00 |    Inf 
1515.43/1515.45	c  1515s|660000 |  5228 |  2098k|   3.2 | 118M|2515 |   - |5645 |  14k|   0 |   0 | 339k| 782k|7899 | 0.000000e+00 | 8.000000e+00 |    Inf 
1535.43/1535.47	c  1535s|670000 |  5225 |  2132k|   3.2 | 119M|2515 |  15 |5645 |  16k|5645 | 258 | 342k| 795k|7934 | 0.000000e+00 | 8.000000e+00 |    Inf 
1555.93/1555.93	c  1556s|680000 |  5222 |  2166k|   3.2 | 119M|2515 |   - |5645 |  16k|   0 |   0 | 346k| 808k|7973 | 0.000000e+00 | 8.000000e+00 |    Inf 
1577.33/1577.32	c  1577s|690000 |  5303 |  2209k|   3.2 | 121M|2515 |   - |5645 |  16k|   0 |   0 | 351k| 821k|8034 | 0.000000e+00 | 8.000000e+00 |    Inf 
1599.13/1599.18	c  1599s|700000 |  5447 |  2245k|   3.2 | 123M|2515 |  14 |5645 |  18k|5645 | 267 | 356k| 834k|8083 | 0.000000e+00 | 8.000000e+00 |    Inf 
1620.73/1620.79	c  1621s|710000 |  5463 |  2287k|   3.2 | 123M|2515 |   - |5645 |  16k|   0 |   0 | 361k| 847k|8135 | 0.000000e+00 | 8.000000e+00 |    Inf 
1642.23/1642.22	c  1642s|720000 |  5440 |  2329k|   3.2 | 124M|2515 |   1 |5645 |  17k|5645 | 243 | 366k| 861k|8195 | 0.000000e+00 | 8.000000e+00 |    Inf 
1663.74/1663.73	c  1664s|730000 |  5448 |  2370k|   3.2 | 125M|2515 |   1 |5645 |  19k|5645 | 264 | 371k| 875k|8251 | 0.000000e+00 | 8.000000e+00 |    Inf 
1685.04/1685.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1685.04/1685.08	c  1685s|740000 |  5350 |  2408k|   3.3 | 123M|2515 |   - |5645 |  16k|   0 |   0 | 374k| 889k|8296 | 0.000000e+00 | 8.000000e+00 |    Inf 
1705.93/1705.92	c  1706s|750000 |  5249 |  2449k|   3.3 | 122M|2515 |   1 |5645 |  15k|5645 | 239 | 378k| 903k|8341 | 0.000000e+00 | 8.000000e+00 |    Inf 
1726.54/1726.60	c  1727s|760000 |  5316 |  2506k|   3.3 | 123M|2515 |   1 |5645 |  14k|5645 | 277 | 386k| 915k|8431 | 0.000000e+00 | 8.000000e+00 |    Inf 
1749.24/1749.28	c  1749s|770000 |  5300 |  2567k|   3.3 | 124M|2515 |   - |5645 |  17k|   0 |   0 | 394k| 928k|8504 | 0.000000e+00 | 8.000000e+00 |    Inf 
1769.94/1769.93	c  1770s|780000 |  5271 |  2612k|   3.3 | 122M|2515 |   6 |5645 |  12k|5645 | 233 | 400k| 941k|8581 | 0.000000e+00 | 8.000000e+00 |    Inf 
1789.03/1789.06	c  1789s|790000 |  5316 |  2648k|   3.4 | 124M|2515 |   1 |5645 |  16k|5645 | 233 | 405k| 956k|8621 | 0.000000e+00 | 8.000000e+00 |    Inf 
1790.04/1790.00	c 
1790.04/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.00	c Solving Time (sec) : 1789.97
1790.04/1790.00	c Solving Nodes      : 790486
1790.04/1790.00	c Primal Bound       : +8.00000000000000e+00 (289 solutions)
1790.04/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.00	c Gap                : infinite
1790.04/1790.08	s SATISFIABLE
1790.04/1790.08	v -x231 -x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 x215 -x214 -x213 -x212 -x211 -x210 
1790.04/1790.08	v -x209 -x208 x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.04/1790.08	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.04/1790.08	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.04/1790.08	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.04/1790.08	v x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 
1790.04/1790.08	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1790.04/1790.08	v x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 x56 -x55 
1790.04/1790.08	v -x54 -x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 -x45 x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 x30 -x29 
1790.04/1790.08	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 x18 -x17 -x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1790.04/1790.08	v -x1 
1790.04/1790.08	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.08	c Solving Time       :    1789.97
1790.04/1790.08	c Original Problem   :
1790.04/1790.08	c   Problem name     : HOME/instance-2705022-1278577500.wbo
1790.04/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.08	c   Constraints      : 5415 initial, 5415 maximal
1790.04/1790.08	c Presolved Problem  :
1790.04/1790.08	c   Problem name     : t_HOME/instance-2705022-1278577500.wbo
1790.04/1790.08	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.08	c   Constraints      : 5414 initial, 21275 maximal
1790.04/1790.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.04/1790.08	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.04/1790.08	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.08	c   root node        :          -       5010          -          -       5010          -          -          -          -
1790.04/1790.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.08	c   integral         :          0          0          0     519707          0         11        591          0          0     770560
1790.04/1790.08	c   linear           :       2707          6    5025397     133606          0     242927   20806376     405330          0          0
1790.04/1790.08	c   indicator        :       2707          0    4752459     133565          0       2226    9950253          0          0          0
1790.04/1790.08	c   logicor          :          0+         0    1238057          0          0      91625    1313392          0          0          0
1790.04/1790.08	c   bounddisjunction :          0+         0     446732          0          0        296       7316          0          0          0
1790.04/1790.08	c   countsols        :          0          0          0      68590          0          0          0          0          0          0
1790.04/1790.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.08	c   integral         :      13.76       0.00       0.00      13.76       0.00
1790.04/1790.08	c   linear           :     196.88       0.00     186.11      10.76       0.00
1790.04/1790.08	c   indicator        :     111.40       0.02      94.61      16.77       0.00
1790.04/1790.08	c   logicor          :     187.39       0.00     187.39       0.00       0.00
1790.04/1790.08	c   bounddisjunction :       4.05       0.00       4.05       0.00       0.00
1790.04/1790.08	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.04/1790.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.08	c   vbounds          :       1.05      90118         14      11777
1790.04/1790.08	c   rootredcost      :       0.71         39          0       2505
1790.04/1790.08	c   pseudoobj        :     223.85    5063972      38095    9630777
1790.04/1790.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.08	c   propagation      :      23.35     372943     372924    2323041       28.7      10984       25.6          -
1790.04/1790.08	c   infeasible LP    :       4.12      11753      11753      93763       40.0        110       20.9          0
1790.04/1790.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.08	c   pseudo solution  :       0.00          1          1          9       27.9          0        0.0          -
1790.04/1790.08	c   applied globally :          -          -          -     956700       23.3          -          -          -
1790.04/1790.08	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.08	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.04/1790.08	c   redcost          :      58.80     525993          0     747261          0          0
1790.04/1790.08	c   impliedbounds    :       0.00          4          0          0          0          0
1790.04/1790.08	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.08	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.08	c   gomory           :       0.01          4          0          0        230          0
1790.04/1790.08	c   strongcg         :       0.01          4          0          0        215          0
1790.04/1790.08	c   cmir             :       0.01          4          0          0          0          0
1790.04/1790.08	c   flowcover        :       0.02          4          0          0          0          0
1790.04/1790.08	c   clique           :       0.00          1          0          0          0          0
1790.04/1790.08	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.08	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.08	c   rapidlearning    :       0.17          1          0          0          0          0
1790.04/1790.08	c Pricers            :       Time      Calls       Vars
1790.04/1790.08	c   problem variables:       0.00          0          0
1790.04/1790.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.08	c   relpscost        :      13.33     385780         11        591          0          0     770560
1790.04/1790.08	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.08	c   inference        :      26.12      68551          0          0          0          0     137262
1790.04/1790.08	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.08	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.08	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.08	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.08	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.08	c   LP solutions     :       0.14          -         39
1790.04/1790.08	c   pseudo solutions :       0.00          -          0
1790.04/1790.08	c   feaspump         :       0.00          0          0
1790.04/1790.08	c   intshifting      :       0.01          0          0
1790.04/1790.08	c   oneopt           :       0.38         36          0
1790.04/1790.08	c   guideddiving     :       0.14         61          0
1790.04/1790.08	c   fracdiving       :       0.16         91          0
1790.04/1790.08	c   coefdiving       :       0.16         91          0
1790.04/1790.08	c   pscostdiving     :       0.16         91          0
1790.04/1790.08	c   linesearchdiving :       0.16         91          0
1790.04/1790.08	c   veclendiving     :       0.16         92          0
1790.04/1790.08	c   rootsoldiving    :       0.19         86          0
1790.04/1790.08	c   objpscostdiving  :       0.18         87          0
1790.04/1790.08	c   crossover        :       2.86         74          7
1790.04/1790.08	c   trivial          :       0.07          2          2
1790.04/1790.08	c   simplerounding   :       0.64     386782          0
1790.04/1790.08	c   zirounding       :       0.36       1000          0
1790.04/1790.08	c   rounding         :       1.38       8813          0
1790.04/1790.08	c   shifting         :       0.66       2708          0
1790.04/1790.08	c   twoopt           :       0.00          0          0
1790.04/1790.08	c   fixandinfer      :       0.00          0          0
1790.04/1790.08	c   intdiving        :       0.00          0          0
1790.04/1790.08	c   actconsdiving    :       0.00          0          0
1790.04/1790.08	c   octane           :       0.00          0          0
1790.04/1790.08	c   rens             :       0.03          1          0
1790.04/1790.08	c   rins             :       0.00          0          0
1790.04/1790.08	c   localbranching   :       0.00          0          0
1790.04/1790.08	c   mutation         :       0.00          0          0
1790.04/1790.08	c   dins             :       0.00          0          0
1790.04/1790.08	c   undercover       :       0.00          0          0
1790.04/1790.08	c   nlp              :       0.14          0          0
1790.04/1790.08	c   trysol           :       0.55        395        241
1790.04/1790.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.08	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.08	c   dual LP          :     471.53     470015    2648233       5.63    5616.25
1790.04/1790.08	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.08	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.08	c   diving/probing LP:       0.11         55       1022      18.58    8987.93
1790.04/1790.08	c   strong branching :      10.65       8621      84875       9.85    7972.14
1790.04/1790.08	c     (at root node) :          -         32       1047      32.72          -
1790.04/1790.08	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.08	c B&B Tree           :
1790.04/1790.08	c   number of runs   :          1
1790.04/1790.08	c   nodes            :     790486
1790.04/1790.08	c   nodes (total)    :     790486
1790.04/1790.08	c   nodes left       :       5322
1790.04/1790.08	c   max depth        :       2515
1790.04/1790.08	c   max depth (total):       2515
1790.04/1790.08	c   backtracks       :      61870 (7.8%)
1790.04/1790.08	c   delayed cutoffs  :      56170
1790.04/1790.08	c   repropagations   :    2600985 (7604139 domain reductions, 50257 cutoffs)
1790.04/1790.08	c   avg switch length:       8.21
1790.04/1790.08	c   switching time   :     235.17
1790.04/1790.08	c Solution           :
1790.04/1790.08	c   Solutions found  :        289 (40 improvements)
1790.04/1790.08	c   First Solution   : +1.38261000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.04/1790.08	c   Primal Bound     : +8.00000000000000e+00   (in run 1, after 638370 nodes, 1473.86 seconds, depth 63, found by <relaxation>)
1790.04/1790.08	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.08	c   Gap              :   infinite
1790.04/1790.08	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.08	c   Root Iterations  :        184
1790.24/1790.21	c Time complete: 1790.25.

Verifier Data

OK	8

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22666
/proc/meminfo: memFree=28807084/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=12332 CPUtime=0
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 1939 0 0 0 0 0 0 0 25 0 1 0 25962997 12627968 1857 4089446400 4194304 10345943 140735413120000 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22666/statm: 3083 1857 429 1502 0 1576 0

[startup+0.0671999 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22666
/proc/meminfo: memFree=28807084/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=38016 CPUtime=0.06
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 8449 0 0 0 5 1 0 0 25 0 1 0 25962997 38928384 8013 4089446400 4194304 10345943 140735413120000 18446744073709551615 9138315 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22666/statm: 9504 8013 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 38016

[startup+0.101191 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22666
/proc/meminfo: memFree=28807084/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=38016 CPUtime=0.1
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 8449 0 0 0 9 1 0 0 25 0 1 0 25962997 38928384 8013 4089446400 4194304 10345943 140735413120000 18446744073709551615 6325622 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22666/statm: 9504 8013 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 38016

[startup+0.301152 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22666
/proc/meminfo: memFree=28807084/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=70100 CPUtime=0.29
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 16227 0 0 0 27 2 0 0 25 0 1 0 25962997 71782400 15791 4089446400 4194304 10345943 140735413120000 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22666/statm: 17525 15791 632 1502 0 16018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70100

[startup+0.701089 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22666
/proc/meminfo: memFree=28807084/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=65260 CPUtime=0.69
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 16893 0 0 0 66 3 0 0 25 0 1 0 25962997 66826240 15052 4089446400 4194304 10345943 140735413120000 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22666/statm: 16315 15052 751 1502 0 14808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65260

[startup+1.50091 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22667
/proc/meminfo: memFree=28748672/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=65260 CPUtime=1.5
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 16895 0 0 0 146 4 0 0 25 0 1 0 25962997 66826240 15054 4089446400 4194304 10345943 140735413120000 18446744073709551615 6003074 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22666/statm: 16315 15054 753 1502 0 14808 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 65260

[startup+3.10064 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22667
/proc/meminfo: memFree=28748436/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=65260 CPUtime=3.09
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 16897 0 0 0 305 4 0 0 25 0 1 0 25962997 66826240 15056 4089446400 4194304 10345943 140735413120000 18446744073709551615 4882051 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22666/statm: 16315 15056 754 1502 0 14808 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65260

[startup+6.30107 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22667
/proc/meminfo: memFree=28739756/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=73348 CPUtime=6.29
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 19298 0 0 0 624 5 0 0 25 0 1 0 25962997 75108352 16854 4089446400 4194304 10345943 140735413120000 18446744073709551615 4476294 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22666/statm: 18337 16854 754 1502 0 16830 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 73348

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22667
/proc/meminfo: memFree=28734948/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=84068 CPUtime=12.69
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 23194 0 0 0 1263 6 0 0 25 0 1 0 25962997 86085632 19535 4089446400 4194304 10345943 140735413120000 18446744073709551615 6119453 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22666/statm: 21017 19535 754 1502 0 19510 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84068

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22668
/proc/meminfo: memFree=28708456/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=99260 CPUtime=25.49
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 30564 0 0 0 2541 8 0 0 25 0 1 0 25962997 101642240 23376 4089446400 4194304 10345943 140735413120000 18446744073709551615 4476332 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22666/statm: 24815 23376 761 1502 0 23308 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 99260

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22668
/proc/meminfo: memFree=28676440/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=118120 CPUtime=51.09
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 38014 0 0 0 5097 12 0 0 25 0 1 0 25962997 120954880 28165 4089446400 4194304 10345943 140735413120000 18446744073709551615 6119608 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22666/statm: 29530 28165 761 1502 0 28023 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 118120

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22670
/proc/meminfo: memFree=28579152/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=195956 CPUtime=102.3
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 112066 0 0 0 10200 30 0 0 25 0 1 0 25962997 200658944 47430 4089446400 4194304 10345943 140735413120000 18446744073709551615 6865082 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22666/statm: 48989 47430 762 1502 0 47482 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 195956

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22671
/proc/meminfo: memFree=28437004/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=325924 CPUtime=162.29
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 210038 0 0 0 16175 54 0 0 25 0 1 0 25962997 333746176 78509 4089446400 4194304 10345943 140735413120000 18446744073709551615 5614624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 81481 78509 774 1502 0 79974 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 325924

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22673
/proc/meminfo: memFree=28361308/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=383908 CPUtime=222.29
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 271882 0 0 0 22156 73 0 0 25 0 1 0 25962997 393121792 92556 4089446400 4194304 10345943 140735413120000 18446744073709551615 6105709 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 95977 92556 788 1502 0 94470 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 383908

[startup+282.301 s]
/proc/loadavg: 2.05 2.01 1.93 3/179 22674
/proc/meminfo: memFree=28312404/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=409904 CPUtime=282.29
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 280290 0 0 0 28143 86 0 0 25 0 1 0 25962997 419741696 98993 4089446400 4194304 10345943 140735413120000 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 102476 98993 789 1502 0 100969 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 409904

[startup+342.301 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 22676
/proc/meminfo: memFree=28272208/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=436740 CPUtime=342.3
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 290940 0 0 0 34132 98 0 0 25 0 1 0 25962997 447221760 105334 4089446400 4194304 10345943 140735413120000 18446744073709551615 4660783 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 109185 105334 789 1502 0 107678 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 436740

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22678
/proc/meminfo: memFree=28222936/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=456580 CPUtime=402.3
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 317165 0 0 0 40118 112 0 0 25 0 1 0 25962997 467537920 110235 4089446400 4194304 10345943 140735413120000 18446744073709551615 5024697 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 114145 110235 794 1502 0 112638 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 456580

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22679
/proc/meminfo: memFree=28194128/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=466912 CPUtime=462.3
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 331316 0 0 0 46103 127 0 0 25 0 1 0 25962997 478117888 112603 4089446400 4194304 10345943 140735413120000 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 116728 112603 795 1502 0 115221 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 466912

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22681
/proc/meminfo: memFree=28171640/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=475308 CPUtime=522.31
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 335244 0 0 0 52088 143 0 0 25 0 1 0 25962997 486715392 114566 4089446400 4194304 10345943 140735413120000 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 118827 114566 795 1502 0 117320 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 475308

[startup+582.301 s]
/proc/loadavg: 2.03 2.01 1.94 3/179 22682
/proc/meminfo: memFree=28131420/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=484552 CPUtime=582.31
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 355592 0 0 0 58074 157 0 0 25 0 1 0 25962997 496181248 116789 4089446400 4194304 10345943 140735413120000 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 121138 116789 795 1502 0 119631 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 484552

[startup+642.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 22684
/proc/meminfo: memFree=28108440/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=493588 CPUtime=642.32
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 359226 0 0 0 64062 170 0 0 25 0 1 0 25962997 505434112 118719 4089446400 4194304 10345943 140735413120000 18446744073709551615 7488835 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 123397 118719 795 1502 0 121890 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 493588

[startup+702.301 s]

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

/proc/meminfo: memFree=29037036/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=529148 CPUtime=1062.32
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 441125 0 0 0 105962 270 0 0 25 0 1 0 25962997 541847552 127610 4089446400 4194304 10345943 140735413120000 18446744073709551615 4214290 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 132287 127610 796 1502 0 130780 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 529148

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/179 22725
/proc/meminfo: memFree=28983428/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=531964 CPUtime=1122.32
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 445768 0 0 0 111946 286 0 0 25 0 1 0 25962997 544731136 128165 4089446400 4194304 10345943 140735413120000 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 132991 128165 796 1502 0 131484 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 531964

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/179 22726
/proc/meminfo: memFree=28926836/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=532956 CPUtime=1182.33
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 446189 0 0 0 117935 298 0 0 25 0 1 0 25962997 545746944 128586 4089446400 4194304 10345943 140735413120000 18446744073709551615 6068911 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 133239 128586 796 1502 0 131732 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 532956

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22728
/proc/meminfo: memFree=28872860/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=535572 CPUtime=1242.33
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 450819 0 0 0 123922 311 0 0 25 0 1 0 25962997 548425728 128949 4089446400 4194304 10345943 140735413120000 18446744073709551615 5614688 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 133893 128949 796 1502 0 132386 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 535572

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22730
/proc/meminfo: memFree=28810812/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=537664 CPUtime=1302.33
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 451479 0 0 0 129909 324 0 0 25 0 1 0 25962997 550567936 129609 4089446400 4194304 10345943 140735413120000 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 134416 129609 796 1502 0 132909 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 537664

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22731
/proc/meminfo: memFree=28753860/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=539704 CPUtime=1362.33
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 451922 0 0 0 135896 337 0 0 25 0 1 0 25962997 552656896 130052 4089446400 4194304 10345943 140735413120000 18446744073709551615 5616025 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 134926 130052 796 1502 0 133419 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 539704

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22733
/proc/meminfo: memFree=28694536/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=540520 CPUtime=1422.33
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 452206 0 0 0 141884 349 0 0 25 0 1 0 25962997 553492480 130336 4089446400 4194304 10345943 140735413120000 18446744073709551615 5026470 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 135130 130336 796 1502 0 133623 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 540520

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22734
/proc/meminfo: memFree=28636940/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=540908 CPUtime=1482.33
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 471326 0 0 0 147868 365 0 0 25 0 1 0 25962997 553889792 130427 4089446400 4194304 10345943 140735413120000 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 135227 130427 796 1502 0 133720 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 540908

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22736
/proc/meminfo: memFree=28575756/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=541572 CPUtime=1542.33
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 481916 0 0 0 153853 380 0 0 25 0 1 0 25962997 554569728 130551 4089446400 4194304 10345943 140735413120000 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 135393 130551 796 1502 0 133886 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 541572

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22738
/proc/meminfo: memFree=28520900/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=541764 CPUtime=1602.34
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 484024 0 0 0 159840 394 0 0 25 0 1 0 25962997 554766336 130747 4089446400 4194304 10345943 140735413120000 18446744073709551615 5031164 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 135441 130747 796 1502 0 133934 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 541764

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 1.95 3/179 22739
/proc/meminfo: memFree=28463328/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=543092 CPUtime=1662.34
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 484824 0 0 0 165826 408 0 0 25 0 1 0 25962997 556126208 131002 4089446400 4194304 10345943 140735413120000 18446744073709551615 5926386 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 135773 131002 796 1502 0 134266 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 543092

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 22741
/proc/meminfo: memFree=28408840/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=544072 CPUtime=1722.33
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 489384 0 0 0 171810 423 0 0 25 0 1 0 25962997 557129728 131295 4089446400 4194304 10345943 140735413120000 18446744073709551615 6108013 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 136018 131295 796 1502 0 134511 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 544072

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/179 22742
/proc/meminfo: memFree=28348652/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=545868 CPUtime=1782.34
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 489672 0 0 0 177795 439 0 0 25 0 1 0 25962997 558968832 131583 4089446400 4194304 10345943 140735413120000 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 136467 131583 796 1502 0 134960 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 545868

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22742
/proc/meminfo: memFree=28344312/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=545868 CPUtime=1785.54
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 489702 0 0 0 178114 440 0 0 25 0 1 0 25962997 558968832 131613 4089446400 4194304 10345943 140735413120000 18446744073709551615 6068933 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 136467 131613 796 1502 0 134960 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 545868

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22743
/proc/meminfo: memFree=28340964/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=545868 CPUtime=1788.74
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 489709 0 0 0 178434 440 0 0 25 0 1 0 25962997 558968832 131620 4089446400 4194304 10345943 140735413120000 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 136467 131620 796 1502 0 134960 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 545868

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22743
/proc/meminfo: memFree=28340964/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=545868 CPUtime=1789.54
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 489709 0 0 0 178513 441 0 0 25 0 1 0 25962997 558968832 131620 4089446400 4194304 10345943 140735413120000 18446744073709551615 6803071 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 136467 131620 796 1502 0 134960 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 545868

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22743
/proc/meminfo: memFree=28339476/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=545868 CPUtime=1789.94
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 489709 0 0 0 178553 441 0 0 25 0 1 0 25962997 558968832 131620 4089446400 4194304 10345943 140735413120000 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22666/statm: 136467 131620 796 1502 0 134960 0
Current children cumulated CPU time (s) 1789.94
Current children cumulated vsize (KiB) 545868

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22743
/proc/meminfo: memFree=28339476/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=545868 CPUtime=1790.14
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 489710 0 0 0 178573 441 0 0 18 0 1 0 25962997 558968832 131621 4089446400 4194304 10345943 140735413120000 18446744073709551615 4220157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22666/statm: 136467 131621 797 1502 0 134960 0
Current children cumulated CPU time (s) 1790.14
Current children cumulated vsize (KiB) 545868

[startup+1790.2 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22743
/proc/meminfo: memFree=28339476/32951124 swapFree=67111528/67111528
[pid=22666] ppid=22664 vsize=473584 CPUtime=1790.24
/proc/22666/stat : 22666 (pbscip.linux.x8) R 22664 22666 22178 0 -1 4202496 489710 0 0 0 178582 442 0 0 18 0 1 0 25962997 484950016 76799 4089446400 4194304 10345943 140735413120000 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22666/statm: 118396 76799 797 1502 0 116889 0
Current children cumulated CPU time (s) 1790.24
Current children cumulated vsize (KiB) 473584

Child status: 0
Real time (s): 1790.21
CPU time (s): 1790.26
CPU user time (s): 1785.83
CPU system time (s): 4.43133
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 559136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.83
system time used= 4.43133
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 489713
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= 4
involuntary context switches= 1592

runsolver used 3.46147 second user time and 5.61315 second system time

The end

Launcher Data

Begin job on node146 at 2010-07-08 10:25:01
IDJOB=2705022
IDBENCH=79264
IDSOLVER=1214
FILE ID=node146/2705022-1278577500
PBS_JOBID= 11240162
Free space on /tmp= 73584 MiB

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

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

MD5SUM BENCH= 67acad5bcb13fd291a4cc974e7f18780
RANDOM SEED=2178817

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28807488 kB
Buffers:        170444 kB
Cached:        2814200 kB
SwapCached:          0 kB
Active:        2353200 kB
Inactive:      1617264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28807488 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12848 kB
Writeback:           0 kB
AnonPages:      985716 kB
Mapped:          17476 kB
Slab:           108192 kB
PageTables:       6708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1147240 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= 73572 MiB
End job on node146 at 2010-07-08 10:54:51