Trace number 2692304

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.19 1800.14

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900552288--soft-33-100-0.wbo
MD5SUM3bf2aae29a44384f88ac4f8c4d2b9bc3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark187.407
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 constraints1804
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 90822
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90821
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 727
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: SoPlex 1.4.2] [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-2692304-1277911938.wbo>
0.01/0.03	c original problem has 3839 variables (2035 bin, 0 int, 0 impl, 1804 cont) and 4512 constraints
0.01/0.03	c problem read
0.01/0.03	c presolving settings loaded
0.01/0.05	c presolving:
0.01/0.05	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1938 impls, 6 clqs
0.01/0.09	c (round 2) 0 del vars, 64 del conss, 1804 chg bounds, 41 chg sides, 0 chg coeffs, 0 upgd conss, 1938 impls, 6 clqs
0.01/0.09	c (round 3) 41 del vars, 117 del conss, 1809 chg bounds, 53 chg sides, 0 chg coeffs, 0 upgd conss, 1938 impls, 6 clqs
0.09/0.11	c (round 4) 87 del vars, 122 del conss, 1809 chg bounds, 53 chg sides, 0 chg coeffs, 874 upgd conss, 1938 impls, 6 clqs
0.09/0.12	c (round 5) 92 del vars, 122 del conss, 1809 chg bounds, 53 chg sides, 0 chg coeffs, 874 upgd conss, 1938 impls, 6 clqs
0.09/0.16	c    (0.1s) probing: 101/1989 (5.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.16	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.16	c presolving (6 rounds):
0.09/0.16	c  92 deleted vars, 122 deleted constraints, 1809 tightened bounds, 0 added holes, 53 changed sides, 0 changed coefficients
0.09/0.16	c  1938 implications, 6 cliques
0.09/0.16	c presolved problem has 3747 variables (1989 bin, 0 int, 0 impl, 1758 cont) and 4390 constraints
0.09/0.16	c    1758 constraints of type <indicator>
0.09/0.16	c       6 constraints of type <setppc>
0.09/0.16	c    1758 constraints of type <linear>
0.09/0.16	c     868 constraints of type <logicor>
0.09/0.16	c transformed objective value is always integral (scale: 1)
0.09/0.16	c Presolving Time: 0.11
0.09/0.16	c - non default parameters ----------------------------------------------------------------------
0.09/0.16	c # SCIP version 1.2.1.2
0.09/0.16	c 
0.09/0.16	c # frequency for displaying node information lines
0.09/0.16	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.16	c display/freq = 10000
0.09/0.16	c 
0.09/0.16	c # maximal time in seconds to run
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/time = 1799.98
0.09/0.16	c 
0.09/0.16	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/memory = 3420
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify inequalities
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/linear/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify knapsacks
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.16	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.16	c separating/rapidlearning/freq = 0
0.09/0.16	c 
0.09/0.16	c -----------------------------------------------------------------------------------------------
0.09/0.16	c start solving
0.09/0.16	c 
0.09/0.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.17	c   0.1s|     1 |     0 |    13 |     - |  13M|   0 |   7 |3747 |4390 |3747 | 874 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.18	o 88500
0.09/0.18	c y 0.1s|     1 |     0 |   101 |     - |  13M|   0 |   7 |3747 |4390 |3747 | 874 |   0 |   0 |   0 | 0.000000e+00 | 8.850000e+04 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |   139 |     - |  13M|   0 |  38 |3747 |4390 |3747 | 894 |  20 |   0 |   0 | 0.000000e+00 | 8.850000e+04 |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |   238 |     - |  14M|   0 |  62 |3747 |4390 |3747 | 932 |  58 |   0 |   0 | 0.000000e+00 | 8.850000e+04 |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |   289 |     - |  14M|   0 |  63 |3747 |4390 |3747 | 941 |  67 |   0 |   0 | 0.000000e+00 | 8.850000e+04 |    Inf 
0.39/0.42	c   0.4s|     1 |     0 |   318 |     - |  14M|   0 |  64 |3747 |4390 |3747 | 953 |  79 |   0 |   0 | 0.000000e+00 | 8.850000e+04 |    Inf 
0.49/0.50	c   0.4s|     1 |     0 |   326 |     - |  14M|   0 |  69 |3747 |4390 |3747 | 960 |  86 |   0 |   0 | 0.000000e+00 | 8.850000e+04 |    Inf 
0.49/0.60	c   0.5s|     1 |     0 |   337 |     - |  14M|   0 |  69 |3747 |4390 |3747 | 961 |  87 |   0 |   0 | 0.000000e+00 | 8.850000e+04 |    Inf 
1.10/1.16	c   1.1s|     1 |     2 |   337 |     - |  14M|   0 |  69 |3747 |4390 |3747 | 961 |  87 |   0 |  33 | 0.000000e+00 | 8.850000e+04 |    Inf 
25.89/26.00	c  25.0s| 10000 |  9983 | 37606 |   3.7 |  39M|  95 |   0 |3747 |4403 |3747 | 990 |7124 |  19 |1834 | 0.000000e+00 | 8.850000e+04 |    Inf 
41.89/41.94	c  40.4s| 20000 | 19975 | 55538 |   2.8 |  57M| 113 |   7 |3747 |4409 |3747 |1024 |  11k|  31 |1835 | 0.000000e+00 | 8.850000e+04 |    Inf 
57.69/57.78	c  55.7s| 30000 | 29971 | 73328 |   2.4 |  75M| 113 |   0 |3747 |4410 |3747 |1017 |  15k|  35 |1836 | 0.000000e+00 | 8.850000e+04 |    Inf 
72.50/72.52	o 1119
72.50/72.52	c *70.0s| 39070 | 37895 | 92136 |   2.3 |  89M| 115 |   - |3747 |4416 |3747 |1014 |  20k|  54 |1836 | 0.000000e+00 | 1.119000e+03 |    Inf 
74.39/74.44	c  71.8s| 40000 | 38825 | 96238 |   2.4 |  91M| 119 |   0 |3747 |4412 |3747 |1008 |  21k|  54 |1836 | 0.000000e+00 | 1.119000e+03 |    Inf 
94.30/94.38	c  91.0s| 50000 | 48813 |138335 |   2.8 | 111M| 119 |   0 |3747 |4417 |3747 | 999 |  31k|  91 |1836 | 0.000000e+00 | 1.119000e+03 |    Inf 
105.19/105.29	o 1113
105.19/105.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.19/105.29	c * 102s| 55931 | 54712 |155603 |   2.8 | 121M| 119 |   - |3747 |4413 |3747 |1008 |  35k| 108 |1836 | 0.000000e+00 | 1.113000e+03 |    Inf 
112.70/112.71	c   109s| 60000 | 58779 |166043 |   2.8 | 129M| 119 |   0 |3747 |4409 |3747 |1018 |  38k| 110 |1836 | 0.000000e+00 | 1.113000e+03 |    Inf 
120.90/120.92	o 1110
120.90/120.92	c * 117s| 64378 | 63133 |178819 |   2.8 | 137M| 119 |   - |3747 |4417 |3747 |1013 |  41k| 125 |1836 | 0.000000e+00 | 1.110000e+03 |    Inf 
122.79/122.85	o 987
122.79/122.85	c * 119s| 65269 | 63053 |182279 |   2.8 | 137M| 119 |   - |3747 |4417 |3747 |1020 |  42k| 127 |1836 | 0.000000e+00 | 9.870000e+02 |    Inf 
122.79/122.86	o 980
122.79/122.86	c * 119s| 65270 | 62957 |182279 |   2.8 | 137M| 119 |   - |3747 |4417 |3747 |1020 |  42k| 127 |1836 | 0.000000e+00 | 9.800000e+02 |    Inf 
122.90/122.91	o 928
122.90/122.91	c * 119s| 65292 | 62296 |182331 |   2.8 | 135M| 119 |   - |3747 |4417 |3747 |1010 |  42k| 127 |1836 | 0.000000e+00 | 9.280000e+02 |    Inf 
132.30/132.38	c   128s| 70000 | 66976 |196925 |   2.8 | 144M| 119 |   0 |3747 |4456 |3747 |1004 |  46k| 179 |1836 | 0.000000e+00 | 9.280000e+02 |    Inf 
144.69/144.70	o 904
144.69/144.70	c * 140s| 76127 | 72723 |218212 |   2.9 | 155M| 119 |   - |3747 |4522 |3747 |1022 |  52k| 296 |1882 | 0.000000e+00 | 9.040000e+02 |    Inf 
149.00/149.09	o 883
149.00/149.09	c * 144s| 78524 | 74888 |224327 |   2.9 | 158M| 119 |   - |3747 |4537 |3747 |1009 |  54k| 332 |1883 | 0.000000e+00 | 8.830000e+02 |    Inf 
152.50/152.58	c   147s| 80000 | 76342 |231725 |   2.9 | 161M| 119 |   0 |3747 |4559 |3747 |1022 |  55k| 374 |1938 | 0.000000e+00 | 8.830000e+02 |    Inf 
174.70/174.73	c   169s| 90000 | 86201 |278340 |   3.1 | 179M| 119 |   0 |3747 |4616 |3747 |1005 |  68k| 691 |2100 | 0.000000e+00 | 8.830000e+02 |    Inf 
193.60/193.65	c   187s|100000 | 96157 |307577 |   3.1 | 197M| 119 |   6 |3747 |4554 |3747 | 982 |  76k| 765 |2223 | 0.000000e+00 | 8.830000e+02 |    Inf 
205.99/206.07	o 250
205.99/206.07	c * 199s|105715 | 53605 |331439 |   3.1 | 124M| 119 |   - |3747 |4564 |3747 | 983 |  82k| 834 |2331 | 0.000000e+00 | 2.500000e+02 |    Inf 
206.40/206.41	o 247
206.40/206.41	c * 199s|105824 | 52927 |332206 |   3.1 | 123M| 119 |   - |3747 |4600 |3747 |1005 |  82k| 883 |2340 | 0.000000e+00 | 2.470000e+02 |    Inf 
206.60/206.62	o 239
206.60/206.62	c * 200s|105890 | 50933 |332575 |   3.1 | 120M| 119 |   - |3747 |4599 |3747 | 992 |  82k| 884 |2340 | 0.000000e+00 | 2.390000e+02 |    Inf 
206.90/206.92	o 229
206.90/206.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
206.90/206.92	c * 200s|105980 | 48579 |333263 |   3.1 | 116M| 119 |   - |3747 |4645 |3747 |1007 |  83k| 941 |2340 | 0.000000e+00 | 2.290000e+02 |    Inf 
206.90/206.99	o 219
206.90/206.99	c * 200s|105997 | 46319 |333413 |   3.1 | 112M| 119 |   - |3747 |4649 |3747 |1009 |  83k| 945 |2340 | 0.000000e+00 | 2.190000e+02 |    Inf 
207.00/207.02	o 214
207.00/207.02	c * 200s|106002 | 44514 |333416 |   3.1 | 109M| 119 |   - |3747 |4649 |3747 |1009 |  83k| 945 |2340 | 0.000000e+00 | 2.140000e+02 |    Inf 
207.30/207.36	o 203
207.30/207.36	c * 200s|106104 | 40371 |334160 |   3.1 | 101M| 119 |   - |3747 |4700 |3747 |1015 |  83k|1002 |2340 | 0.000000e+00 | 2.030000e+02 |    Inf 
208.30/208.36	o 196
208.30/208.36	c * 201s|106426 | 38353 |336201 |   3.2 |  98M| 119 |   - |3747 |4839 |3747 |1010 |  83k|1166 |2343 | 0.000000e+00 | 1.960000e+02 |    Inf 
208.50/208.52	o 195
208.50/208.52	c * 201s|106480 | 38054 |336545 |   3.2 |  98M| 119 |   - |3747 |4870 |3747 |1002 |  84k|1207 |2343 | 0.000000e+00 | 1.950000e+02 |    Inf 
210.30/210.37	o 188
210.30/210.37	c * 203s|107105 | 36392 |340733 |   3.2 |  95M| 119 |   - |3747 |5010 |3747 | 991 |  84k|1476 |2346 | 0.000000e+00 | 1.880000e+02 |    Inf 
210.90/210.90	o 185
210.90/210.90	c * 204s|107284 | 35784 |341718 |   3.2 |  95M| 119 |   - |3747 |5093 |3747 |1008 |  85k|1574 |2346 | 0.000000e+00 | 1.850000e+02 |    Inf 
211.20/211.28	o 181
211.20/211.28	c * 204s|107403 | 34858 |342251 |   3.2 |  94M| 119 |   - |3747 |5110 |3747 | 985 |  85k|1611 |2346 | 0.000000e+00 | 1.810000e+02 |    Inf 
211.80/211.85	o 170
211.80/211.85	c * 205s|107601 | 31741 |343197 |   3.2 |  88M| 119 |   - |3747 |5146 |3747 |1009 |  85k|1718 |2346 | 0.000000e+00 | 1.700000e+02 |    Inf 
211.80/211.85	o 166
211.80/211.85	c * 205s|107602 | 30779 |343197 |   3.2 |  86M| 119 |   - |3747 |5146 |3747 |1009 |  85k|1718 |2346 | 0.000000e+00 | 1.660000e+02 |    Inf 
211.80/211.89	o 162
211.80/211.89	c * 205s|107614 | 29759 |343232 |   3.2 |  84M| 119 |   - |3747 |5145 |3747 |1017 |  85k|1725 |2346 | 0.000000e+00 | 1.620000e+02 |    Inf 
211.89/211.90	o 158
211.89/211.90	c * 205s|107615 | 28910 |343232 |   3.2 |  82M| 119 |   - |3747 |5145 |3747 |1017 |  85k|1725 |2346 | 0.000000e+00 | 1.580000e+02 |    Inf 
212.20/212.22	o 154
212.20/212.22	c * 205s|107727 | 28233 |343717 |   3.2 |  82M| 119 |   - |3747 |5158 |3747 | 990 |  85k|1767 |2346 | 0.000000e+00 | 1.540000e+02 |    Inf 
212.20/212.27	o 148
212.20/212.27	c * 205s|107745 | 26519 |343783 |   3.2 |  77M| 119 |   - |3747 |5169 |3747 | 994 |  85k|1780 |2346 | 0.000000e+00 | 1.480000e+02 |    Inf 
212.31/212.31	o 141
212.31/212.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
212.31/212.31	c * 205s|107754 | 24893 |343845 |   3.2 |  74M| 119 |   - |3747 |5168 |3747 | 997 |  85k|1780 |2346 | 0.000000e+00 | 1.410000e+02 |    Inf 
212.40/212.44	o 127
212.40/212.44	c * 205s|107796 | 22621 |344142 |   3.2 |  70M| 119 |   - |3747 |5191 |3747 |1011 |  85k|1822 |2346 | 0.000000e+00 | 1.270000e+02 |    Inf 
212.40/212.45	o 123
212.40/212.45	c * 205s|107797 | 21883 |344142 |   3.2 |  68M| 119 |   - |3747 |5191 |3747 |1011 |  85k|1822 |2346 | 0.000000e+00 | 1.230000e+02 |    Inf 
213.00/213.05	o 119
213.00/213.05	c * 206s|107971 | 20854 |345160 |   3.2 |  67M| 119 |   - |3747 |5145 |3747 |1002 |  86k|1934 |2353 | 0.000000e+00 | 1.190000e+02 |    Inf 
214.50/214.53	o 110
214.50/214.53	c * 207s|108420 | 17943 |348082 |   3.2 |  62M| 119 |   - |3747 |5274 |3747 | 974 |  86k|2290 |2383 | 0.000000e+00 | 1.100000e+02 |    Inf 
215.69/215.73	o 108
215.69/215.73	c * 208s|108813 | 17561 |350343 |   3.2 |  62M| 119 |   - |3747 |5363 |3747 | 997 |  86k|2676 |2397 | 0.000000e+00 | 1.080000e+02 |    Inf 
215.69/215.75	o 97
215.69/215.75	c * 208s|108815 | 15308 |350348 |   3.2 |  57M| 119 |   - |3747 |5363 |3747 | 997 |  86k|2676 |2397 | 0.000000e+00 | 9.700000e+01 |    Inf 
215.69/215.75	o 93
215.69/215.75	c * 208s|108816 | 14636 |350348 |   3.2 |  55M| 119 |   - |3747 |5363 |3747 | 997 |  86k|2676 |2397 | 0.000000e+00 | 9.300000e+01 |    Inf 
215.79/215.87	o 92
215.79/215.87	c * 208s|108844 | 14451 |350487 |   3.2 |  54M| 119 |   - |3747 |5200 |3747 | 992 |  86k|2696 |2397 | 0.000000e+00 | 9.200000e+01 |    Inf 
215.79/215.87	o 88
215.79/215.87	c * 208s|108845 | 13724 |350487 |   3.2 |  53M| 119 |   - |3747 |5200 |3747 | 992 |  86k|2696 |2397 | 0.000000e+00 | 8.800000e+01 |    Inf 
215.90/215.92	o 79
215.90/215.92	c * 208s|108856 | 12363 |350529 |   3.2 |  50M| 119 |   - |3747 |5078 |3747 | 989 |  86k|2697 |2398 | 0.000000e+00 | 7.900000e+01 |    Inf 
215.90/215.93	o 74
215.90/215.93	c * 208s|108857 | 11460 |350529 |   3.2 |  48M| 119 |   - |3747 |5078 |3747 | 989 |  86k|2697 |2398 | 0.000000e+00 | 7.400000e+01 |    Inf 
215.90/215.97	o 66
215.90/215.97	c * 209s|108865 | 10455 |350565 |   3.2 |  46M| 119 |   - |3747 |4786 |3747 | 990 |  86k|2697 |2398 | 0.000000e+00 | 6.600000e+01 |    Inf 
215.90/215.97	o 65
215.90/215.97	c * 209s|108866 | 10255 |350565 |   3.2 |  45M| 119 |   - |3747 |4786 |3747 | 990 |  86k|2697 |2398 | 0.000000e+00 | 6.500000e+01 |    Inf 
216.20/216.21	o 64
216.20/216.21	c * 209s|108935 | 10255 |350980 |   3.2 |  46M| 119 |   - |3747 |4591 |3747 | 995 |  87k|2734 |2400 | 0.000000e+00 | 6.400000e+01 |    Inf 
216.20/216.21	o 61
216.20/216.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
216.20/216.21	c * 209s|108936 |  9697 |350980 |   3.2 |  45M| 119 |   - |3747 |4591 |3747 | 995 |  87k|2734 |2400 | 0.000000e+00 | 6.100000e+01 |    Inf 
216.79/216.82	o 51
216.79/216.82	c * 209s|109105 |  7949 |352321 |   3.2 |  42M| 119 |   - |3747 |4344 |3747 | 998 |  87k|2890 |2406 | 0.000000e+00 | 5.100000e+01 |    Inf 
217.10/217.12	o 23
217.10/217.12	c * 210s|109181 |   786 |353125 |   3.2 |  25M| 119 |   - |3747 |4166 |3747 | 998 |  87k|2964 |2407 | 0.000000e+00 | 2.300000e+01 |    Inf 
217.99/218.08	o 16
217.99/218.08	c * 211s|109570 |   455 |356926 |   3.3 |  24M| 119 |   - |3747 |3927 |3747 | 973 |  87k|3474 |2409 | 0.000000e+00 | 1.600000e+01 |    Inf 
218.30/218.36	o 14
218.30/218.36	c * 211s|109745 |   454 |357677 |   3.3 |  24M| 119 |   - |3747 |3979 |3747 | 973 |  87k|3721 |2409 | 0.000000e+00 | 1.400000e+01 |    Inf 
218.69/218.76	c   211s|110000 |   452 |358587 |   3.3 |  24M| 119 |   - |3747 |4231 |   0 |   0 |  87k|4063 |2409 | 0.000000e+00 | 1.400000e+01 |    Inf 
220.50/220.53	o 9
220.50/220.53	c * 213s|111109 |   305 |363522 |   3.3 |  24M| 119 |   - |3747 |4778 |3747 | 982 |  88k|5395 |2409 | 0.000000e+00 | 9.000000e+00 |    Inf 
234.80/234.89	c   226s|120000 |   310 |397817 |   3.3 |  27M| 119 |   - |3747 |  10k|   0 |   0 |  89k|  16k|2504 | 0.000000e+00 | 9.000000e+00 |    Inf 
251.91/251.95	c   243s|130000 |   301 |435378 |   3.3 |  28M| 119 |   - |3747 |  12k|   0 |   0 |  91k|  29k|2615 | 0.000000e+00 | 9.000000e+00 |    Inf 
268.69/268.70	c   259s|140000 |   341 |470010 |   3.4 |  30M| 119 |   - |3747 |  16k|   0 |   0 |  92k|  42k|2675 | 0.000000e+00 | 9.000000e+00 |    Inf 
286.50/286.58	c   276s|150000 |   319 |503635 |   3.4 |  30M| 119 |   - |3747 |  16k|   0 |   0 |  94k|  55k|2791 | 0.000000e+00 | 9.000000e+00 |    Inf 
304.50/304.55	c   293s|160000 |   374 |540308 |   3.4 |  32M| 119 |  20 |3747 |  19k|3747 | 974 |  96k|  68k|2845 | 0.000000e+00 | 9.000000e+00 |    Inf 
323.40/323.45	c   311s|170000 |   345 |578479 |   3.4 |  31M| 119 |   - |3747 |  15k|3747 | 968 |  98k|  81k|2997 | 0.000000e+00 | 9.000000e+00 |    Inf 
340.40/340.43	o 4
340.40/340.43	c * 327s|178680 |   298 |617737 |   3.5 |  31M| 119 |   - |3747 |  17k|3747 | 973 | 102k|  93k|3072 | 0.000000e+00 | 4.000000e+00 |    Inf 
343.41/343.43	c   330s|180000 |   260 |624634 |   3.5 |  30M| 119 |   - |3747 |  16k|   0 |   0 | 103k|  95k|3110 | 0.000000e+00 | 4.000000e+00 |    Inf 
362.20/362.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
362.20/362.24	c   348s|190000 |   301 |665225 |   3.5 |  32M| 119 |  13 |3747 |  21k|3747 | 974 | 105k| 108k|3208 | 0.000000e+00 | 4.000000e+00 |    Inf 
381.61/381.64	c   367s|200000 |   271 |706289 |   3.5 |  32M| 119 |  13 |3747 |  22k|3747 | 974 | 107k| 121k|3310 | 0.000000e+00 | 4.000000e+00 |    Inf 
401.40/401.44	c   386s|210000 |   300 |744193 |   3.5 |  35M| 119 |   1 |3747 |  27k|3747 | 974 | 109k| 134k|3409 | 0.000000e+00 | 4.000000e+00 |    Inf 
422.50/422.53	c   406s|220000 |   281 |782245 |   3.6 |  36M| 119 |   - |3747 |  31k|   0 |   0 | 110k| 147k|3459 | 0.000000e+00 | 4.000000e+00 |    Inf 
445.90/445.91	c   429s|230000 |   288 |818308 |   3.6 |  38M| 119 |  10 |3747 |  34k|3747 | 974 | 111k| 162k|3552 | 0.000000e+00 | 4.000000e+00 |    Inf 
455.10/455.18	o 3
455.10/455.18	c * 438s|234007 |   281 |833385 |   3.6 |  38M| 119 |   - |3747 |  33k|3747 | 974 | 112k| 167k|3570 | 0.000000e+00 | 3.000000e+00 |    Inf 
469.31/469.30	c   452s|240000 |   301 |856897 |   3.6 |  37M| 119 |   - |3747 |  31k|3747 | 974 | 113k| 175k|3629 | 0.000000e+00 | 3.000000e+00 |    Inf 
492.81/492.82	c   474s|250000 |   372 |898324 |   3.6 |  39M| 119 |   - |3747 |  35k|   0 |   0 | 114k| 189k|3700 | 0.000000e+00 | 3.000000e+00 |    Inf 
516.81/516.83	c   497s|260000 |   320 |936554 |   3.6 |  38M| 119 |   - |3747 |  33k|   0 |   0 | 115k| 203k|3814 | 0.000000e+00 | 3.000000e+00 |    Inf 
544.11/544.16	c   524s|270000 |   310 |991560 |   3.7 |  39M| 119 |  20 |3747 |  34k|3747 | 967 | 124k| 216k|3928 | 0.000000e+00 | 3.000000e+00 |    Inf 
572.51/572.53	c   551s|280000 |   323 |  1045k|   3.7 |  40M| 119 |  22 |3747 |  38k|3747 | 973 | 133k| 230k|4061 | 0.000000e+00 | 3.000000e+00 |    Inf 
599.81/599.82	c   578s|290000 |   324 |  1088k|   3.8 |  41M| 119 |   - |3747 |  40k|   0 |   0 | 137k| 244k|4220 | 0.000000e+00 | 3.000000e+00 |    Inf 
625.11/625.11	c   602s|300000 |   376 |  1122k|   3.7 |  43M| 119 |  10 |3747 |  43k|3747 | 974 | 138k| 257k|4267 | 0.000000e+00 | 3.000000e+00 |    Inf 
650.81/650.83	c   627s|310000 |   375 |  1158k|   3.7 |  44M| 119 |   - |3747 |  45k|   0 |   0 | 139k| 271k|4314 | 0.000000e+00 | 3.000000e+00 |    Inf 
678.22/678.27	c   654s|320000 |   320 |  1194k|   3.7 |  42M| 119 |   - |3747 |  42k|   0 |   0 | 140k| 285k|4365 | 0.000000e+00 | 3.000000e+00 |    Inf 
703.31/703.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
703.31/703.37	c   678s|330000 |   323 |  1230k|   3.7 |  43M| 119 |   - |3747 |  43k|   0 |   0 | 141k| 298k|4423 | 0.000000e+00 | 3.000000e+00 |    Inf 
728.71/728.76	c   703s|340000 |   332 |  1265k|   3.7 |  44M| 119 |   - |3747 |  47k|3747 | 974 | 142k| 311k|4481 | 0.000000e+00 | 3.000000e+00 |    Inf 
760.12/760.19	c   733s|350000 |   328 |  1323k|   3.8 |  43M| 119 |   1 |3747 |  43k|3747 | 972 | 148k| 324k|4684 | 0.000000e+00 | 3.000000e+00 |    Inf 
790.72/790.77	c   763s|360000 |   315 |  1373k|   3.8 |  44M| 119 |   - |3747 |  46k|   0 |   0 | 153k| 338k|4795 | 0.000000e+00 | 3.000000e+00 |    Inf 
821.52/821.57	c   793s|370000 |   296 |  1426k|   3.9 |  44M| 119 |   - |3747 |  46k|   0 |   0 | 159k| 351k|4907 | 0.000000e+00 | 3.000000e+00 |    Inf 
853.72/853.73	c   824s|380000 |   310 |  1479k|   3.9 |  46M| 119 |  13 |3747 |  51k|3747 | 976 | 165k| 364k|4995 | 0.000000e+00 | 3.000000e+00 |    Inf 
887.02/887.06	c   857s|390000 |   284 |  1527k|   3.9 |  47M| 119 |  15 |3747 |  53k|3747 | 974 | 169k| 377k|5082 | 0.000000e+00 | 3.000000e+00 |    Inf 
917.92/917.97	c   887s|400000 |   372 |  1565k|   3.9 |  49M| 119 |   - |3747 |  58k|   0 |   0 | 170k| 391k|5150 | 0.000000e+00 | 3.000000e+00 |    Inf 
949.02/949.07	c   917s|410000 |   363 |  1601k|   3.9 |  51M| 119 |   - |3747 |  61k|   0 |   0 | 171k| 405k|5207 | 0.000000e+00 | 3.000000e+00 |    Inf 
979.03/979.02	c   946s|420000 |   415 |  1641k|   3.9 |  52M| 119 |   - |3747 |  64k|   0 |   0 | 172k| 420k|5272 | 0.000000e+00 | 3.000000e+00 |    Inf 
1011.53/1011.53	c   978s|430000 |   341 |  1679k|   3.9 |  49M| 119 |   - |3747 |  56k|   0 |   0 | 173k| 434k|5352 | 0.000000e+00 | 3.000000e+00 |    Inf 
1042.83/1042.88	c  1009s|440000 |   439 |  1714k|   3.9 |  51M| 119 |  24 |3747 |  59k|3747 | 974 | 174k| 447k|5424 | 0.000000e+00 | 3.000000e+00 |    Inf 
1076.32/1076.30	c  1041s|450000 |   423 |  1752k|   3.9 |  51M| 119 |   1 |3747 |  58k|3747 | 974 | 176k| 460k|5486 | 0.000000e+00 | 3.000000e+00 |    Inf 
1110.92/1110.90	c  1075s|460000 |   509 |  1792k|   3.9 |  53M| 119 |  13 |3747 |  61k|3747 | 974 | 177k| 474k|5538 | 0.000000e+00 | 3.000000e+00 |    Inf 
1144.83/1144.87	c  1108s|470000 |   530 |  1830k|   3.9 |  53M| 119 |  14 |3747 |  61k|3747 | 974 | 179k| 488k|5593 | 0.000000e+00 | 3.000000e+00 |    Inf 
1177.22/1177.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1177.22/1177.22	c  1139s|480000 |   465 |  1865k|   3.9 |  53M| 119 |   - |3747 |  61k|   0 |   0 | 180k| 502k|5643 | 0.000000e+00 | 3.000000e+00 |    Inf 
1209.33/1209.35	c  1170s|490000 |   462 |  1904k|   3.9 |  53M| 119 |   1 |3747 |  62k|3747 | 974 | 181k| 517k|5713 | 0.000000e+00 | 3.000000e+00 |    Inf 
1241.73/1241.70	c  1202s|500000 |   433 |  1941k|   3.9 |  53M| 119 |  18 |3747 |  61k|3747 | 974 | 182k| 531k|5766 | 0.000000e+00 | 3.000000e+00 |    Inf 
1275.13/1275.14	c  1234s|510000 |   450 |  1978k|   3.9 |  55M| 119 |  18 |3747 |  64k|3747 | 985 | 183k| 545k|5807 | 0.000000e+00 | 3.000000e+00 |    Inf 
1303.83/1303.87	c  1262s|520000 |   472 |  2015k|   3.9 |  56M| 119 |  12 |3747 |  68k|3747 | 974 | 185k| 561k|5855 | 0.000000e+00 | 3.000000e+00 |    Inf 
1339.43/1339.41	c  1297s|530000 |   472 |  2053k|   3.9 |  55M| 119 |   - |3747 |  65k|   0 |   0 | 186k| 575k|5896 | 0.000000e+00 | 3.000000e+00 |    Inf 
1374.03/1374.01	c  1330s|540000 |   478 |  2090k|   3.9 |  56M| 119 |  21 |3747 |  67k|3747 | 974 | 188k| 588k|5956 | 0.000000e+00 | 3.000000e+00 |    Inf 
1412.23/1412.29	c  1368s|550000 |   468 |  2125k|   3.9 |  57M| 119 |   - |3747 |  69k|3747 | 984 | 189k| 602k|6014 | 0.000000e+00 | 3.000000e+00 |    Inf 
1448.44/1448.48	c  1403s|560000 |   544 |  2157k|   3.9 |  58M| 119 |   - |3747 |  70k|   0 |   0 | 190k| 616k|6066 | 0.000000e+00 | 3.000000e+00 |    Inf 
1484.53/1484.57	c  1438s|570000 |   599 |  2192k|   3.8 |  59M| 119 |   - |3747 |  73k|   0 |   0 | 191k| 631k|6107 | 0.000000e+00 | 3.000000e+00 |    Inf 
1523.14/1523.18	c  1476s|580000 |   585 |  2228k|   3.8 |  60M| 119 |   1 |3747 |  73k|3747 | 974 | 192k| 646k|6136 | 0.000000e+00 | 3.000000e+00 |    Inf 
1559.74/1559.72	c  1511s|590000 |   577 |  2261k|   3.8 |  60M| 119 |  16 |3747 |  74k|3747 | 974 | 193k| 660k|6187 | 0.000000e+00 | 3.000000e+00 |    Inf 
1599.14/1599.13	c  1550s|600000 |   592 |  2296k|   3.8 |  61M| 119 |   1 |3747 |  75k|3747 | 974 | 195k| 675k|6249 | 0.000000e+00 | 3.000000e+00 |    Inf 
1636.04/1636.04	c  1586s|610000 |   654 |  2338k|   3.8 |  62M| 119 |  23 |3747 |  75k|3747 | 974 | 196k| 690k|6302 | 0.000000e+00 | 3.000000e+00 |    Inf 
1670.84/1670.90	c  1620s|620000 |   593 |  2372k|   3.8 |  62M| 119 |   - |3747 |  77k|   0 |   0 | 197k| 705k|6341 | 0.000000e+00 | 3.000000e+00 |    Inf 
1708.14/1708.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1708.14/1708.15	c  1656s|630000 |   325 |  2408k|   3.8 |  51M| 119 |   - |3747 |  56k|   0 |   0 | 199k| 719k|6513 | 0.000000e+00 | 3.000000e+00 |    Inf 
1745.24/1745.27	c  1692s|640000 |   332 |  2457k|   3.8 |  52M| 119 |   - |3747 |  57k|   0 |   0 | 207k| 732k|6631 | 0.000000e+00 | 3.000000e+00 |    Inf 
1782.84/1782.85	c  1729s|650000 |   335 |  2506k|   3.9 |  54M| 119 |   7 |3747 |  64k|3747 | 964 | 216k| 745k|6677 | 0.000000e+00 | 3.000000e+00 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1745.56
1800.05/1800.00	c Solving Nodes      : 654103
1800.05/1800.00	c Primal Bound       : +3.00000000000000e+00 (171 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.03	s SATISFIABLE
1800.05/1800.03	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 x211 -x210 
1800.05/1800.03	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.05/1800.03	v -x188 -x187 x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.03	v -x167 -x166 -x165 x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 x149 -x148 -x147 
1800.05/1800.03	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 
1800.05/1800.03	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.05/1800.03	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.05/1800.03	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.05/1800.03	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.05/1800.03	v -x28 -x27 -x26 -x25 x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 x13 x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.05/1800.03	v -x1 
1800.05/1800.03	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.03	c Solving Time       :    1745.56
1800.05/1800.03	c Original Problem   :
1800.05/1800.03	c   Problem name     : HOME/instance-2692304-1277911938.wbo
1800.05/1800.03	c   Variables        : 3839 (2035 binary, 0 integer, 0 implicit integer, 1804 continuous)
1800.05/1800.03	c   Constraints      : 4512 initial, 4512 maximal
1800.05/1800.03	c Presolved Problem  :
1800.05/1800.03	c   Problem name     : t_HOME/instance-2692304-1277911938.wbo
1800.05/1800.03	c   Variables        : 3747 (1989 binary, 0 integer, 0 implicit integer, 1758 continuous)
1800.05/1800.03	c   Constraints      : 4390 initial, 77895 maximal
1800.05/1800.03	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.03	c   trivial          :       0.00         46          0          0          0          0          0          0          0
1800.05/1800.03	c   dualfix          :       0.00         46          0          0          0          0          0          0          0
1800.05/1800.03	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.03	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.03	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.03	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.05/1800.03	c   indicator        :       0.00          0          0          0          0          0         46          0          0
1800.05/1800.03	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.03	c   linear           :       0.04          0          0          0       1809          0         76         53          0
1800.05/1800.03	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.03	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.03	c   root node        :          -       1716          -          -       3432          -          -          -          -
1800.05/1800.03	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.03	c   integral         :          0          0          0     439578          0         15        410          0          0     631722
1800.05/1800.03	c   indicator        :       1758          0    2866412     123204          0         45     808968          0          0          0
1800.05/1800.03	c   setppc           :          6          6    2819899      86209          0      18356     667241          0          0          0
1800.05/1800.03	c   linear           :       1758          6    2861479     123161          0     165963   13705767     220209          0          0
1800.05/1800.03	c   logicor          :        868+         6    1148472      92966          0     103102    2689401          0          0          0
1800.05/1800.03	c   bounddisjunction :          0+         0      20675          0          0          0          1          0          0          0
1800.05/1800.03	c   countsols        :          0          0          0      92966          0          0          0          0          0          0
1800.05/1800.03	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.03	c   integral         :      18.64       0.00       0.00      18.64       0.00
1800.05/1800.03	c   indicator        :      19.80       0.00       6.09      13.71       0.00
1800.05/1800.03	c   setppc           :       5.66       0.00       5.66       0.00       0.00
1800.05/1800.03	c   linear           :     115.28       0.00     110.81       4.47       0.00
1800.05/1800.03	c   logicor          :     449.08       0.00     448.24       0.84       0.00
1800.05/1800.03	c   bounddisjunction :       0.02       0.00       0.02       0.00       0.00
1800.05/1800.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.03	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.03	c   vbounds          :       0.00          2          0          0
1800.05/1800.03	c   rootredcost      :       0.01         50          0       1716
1800.05/1800.03	c   pseudoobj        :      93.24    2880759        791     454354
1800.05/1800.03	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.03	c   propagation      :      15.13     288212     287746    1815903       28.5       8735       26.3          -
1800.05/1800.03	c   infeasible LP    :       3.59      12356      12356     102504       42.3        104       18.9          0
1800.05/1800.03	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.03	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.03	c   pseudo solution  :       0.00         60         60        413       19.3         29        6.0          -
1800.05/1800.03	c   applied globally :          -          -          -     750311       22.5          -          -          -
1800.05/1800.03	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.03	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.03	c   cut pool         :       0.00          5          -          -         15          -    (maximal pool size: 138)
1800.05/1800.03	c   redcost          :      23.28     441128          0     267356          0          0
1800.05/1800.03	c   impliedbounds    :       0.00          6          0          0          0          0
1800.05/1800.03	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.03	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.03	c   gomory           :       0.15          6          0          0        615          0
1800.05/1800.03	c   strongcg         :       0.09          6          0          0         91          0
1800.05/1800.03	c   cmir             :       0.03          6          0          0          0          0
1800.05/1800.03	c   flowcover        :       0.07          6          0          0          0          0
1800.05/1800.03	c   clique           :       0.00          6          0          0          0          0
1800.05/1800.03	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.03	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.03	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.03	c Pricers            :       Time      Calls       Vars
1800.05/1800.03	c   problem variables:       0.00          0          0
1800.05/1800.03	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.03	c   relpscost        :      18.55     316221         15        410          0          0     631722
1800.05/1800.03	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.03	c   inference        :      14.48      92917          0          0          0          0     185834
1800.05/1800.03	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.04	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.04	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.04	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.04	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.04	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.04	c   LP solutions     :       0.17          -         49
1800.05/1800.04	c   pseudo solutions :       0.00          -          0
1800.05/1800.04	c   feaspump         :       0.01          1          0
1800.05/1800.04	c   oneopt           :       0.20         41          0
1800.05/1800.04	c   crossover        :       1.09         47          0
1800.05/1800.04	c   fracdiving       :       3.57       3558          0
1800.05/1800.04	c   guideddiving     :       3.24       3559          0
1800.05/1800.04	c   coefdiving       :       3.41       3559          0
1800.05/1800.04	c   veclendiving     :       3.35       3559          0
1800.05/1800.04	c   linesearchdiving :       3.74       3559          0
1800.05/1800.04	c   pscostdiving     :       3.51       3559          0
1800.05/1800.04	c   objpscostdiving  :       2.82       2849          0
1800.05/1800.04	c   rootsoldiving    :       3.65       2849          0
1800.05/1800.04	c   trivial          :       0.01          2          0
1800.05/1800.04	c   simplerounding   :       0.42     316442          0
1800.05/1800.04	c   zirounding       :       0.03       1000          0
1800.05/1800.04	c   rounding         :       1.48       7869          0
1800.05/1800.04	c   shifting         :       0.98       2478          0
1800.05/1800.04	c   intshifting      :       0.00         13          0
1800.05/1800.04	c   twoopt           :       0.00          0          0
1800.05/1800.04	c   fixandinfer      :       0.00          0          0
1800.05/1800.04	c   intdiving        :       0.00          0          0
1800.05/1800.04	c   actconsdiving    :       0.00          0          0
1800.05/1800.04	c   octane           :       0.00          0          0
1800.05/1800.04	c   rens             :       0.02          1          0
1800.05/1800.04	c   rins             :       0.00          0          0
1800.05/1800.04	c   localbranching   :       0.00          0          0
1800.05/1800.04	c   mutation         :       0.00          0          0
1800.05/1800.04	c   dins             :       0.00          0          0
1800.05/1800.04	c   undercover       :       0.00          0          0
1800.05/1800.04	c   nlp              :       0.02          0          0
1800.05/1800.04	c   trysol           :       1.32       8795        122
1800.05/1800.04	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.04	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.04	c   dual LP          :     398.76     364521    2523262       6.92    6327.77
1800.05/1800.04	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.04	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.04	c   diving/probing LP:       0.75        607       3445       5.68    4593.33
1800.05/1800.04	c   strong branching :      15.66       6709     107712      16.05    6878.16
1800.05/1800.04	c     (at root node) :          -         33       4603     139.48          -
1800.05/1800.04	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.04	c B&B Tree           :
1800.05/1800.04	c   number of runs   :          1
1800.05/1800.04	c   nodes            :     654103
1800.05/1800.04	c   nodes (total)    :     654103
1800.05/1800.04	c   nodes left       :        383
1800.05/1800.04	c   max depth        :        119
1800.05/1800.04	c   max depth (total):        119
1800.05/1800.04	c   backtracks       :      66287 (10.1%)
1800.05/1800.04	c   delayed cutoffs  :      56647
1800.05/1800.04	c   repropagations   :    1211247 (3542273 domain reductions, 55118 cutoffs)
1800.05/1800.04	c   avg switch length:       5.17
1800.05/1800.04	c   switching time   :     305.88
1800.05/1800.04	c Solution           :
1800.05/1800.04	c   Solutions found  :        171 (50 improvements)
1800.05/1800.04	c   First Solution   : +8.85000000000000e+04   (in run 1, after 1 nodes, 0.13 seconds, depth 0, found by <trysol>)
1800.05/1800.04	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 234007 nodes, 437.94 seconds, depth 51, found by <relaxation>)
1800.05/1800.04	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.04	c   Gap              :   infinite
1800.05/1800.04	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.04	c   Root Iterations  :        337
1800.15/1800.14	c Time complete: 1800.18.

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692304-1277911938/watcher-2692304-1277911938 -o /tmp/evaluation-result-2692304-1277911938/solver-2692304-1277911938 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692304-1277911938.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.03 2.15 2.17 3/196 25500
/proc/meminfo: memFree=30900832/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=9404 CPUtime=0
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 1644 0 0 0 0 0 0 0 22 0 1 0 166797538 9629696 1564 4089446400 4194304 8223781 140737257341344 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25500/statm: 2351 1564 369 984 0 1364 0

[startup+0.0216841 s]
/proc/loadavg: 2.03 2.15 2.17 3/196 25500
/proc/meminfo: memFree=30900832/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=13940 CPUtime=0.01
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 2798 0 0 0 1 0 0 0 22 0 1 0 166797538 14274560 2718 4089446400 4194304 8223781 140737257341344 18446744073709551615 5650603 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25500/statm: 3485 2718 369 984 0 2498 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13940

[startup+0.10067 s]
/proc/loadavg: 2.03 2.15 2.17 3/196 25500
/proc/meminfo: memFree=30900832/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=30328 CPUtime=0.09
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 7984 0 0 0 8 1 0 0 22 0 1 0 166797538 31055872 6512 4089446400 4194304 8223781 140737257341344 18446744073709551615 4361616 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 7582 6512 452 984 0 6595 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30328

[startup+0.300635 s]
/proc/loadavg: 2.03 2.15 2.17 3/196 25500
/proc/meminfo: memFree=30900832/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=36772 CPUtime=0.29
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 11825 0 0 0 27 2 0 0 22 0 1 0 166797538 37654528 8266 4089446400 4194304 8223781 140737257341344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 9193 8266 573 984 0 8206 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36772

[startup+0.700575 s]
/proc/loadavg: 2.03 2.15 2.17 3/196 25500
/proc/meminfo: memFree=30900832/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=46316 CPUtime=0.69
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 20993 0 0 0 64 5 0 0 24 0 1 0 166797538 47427584 10551 4089446400 4194304 8223781 140737257341344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 11579 10551 589 984 0 10592 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46316

[startup+1.50041 s]
/proc/loadavg: 2.03 2.15 2.17 3/197 25501
/proc/meminfo: memFree=30859904/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=46316 CPUtime=1.49
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 20994 0 0 0 141 8 0 0 25 0 1 0 166797538 47427584 10552 4089446400 4194304 8223781 140737257341344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 11579 10552 590 984 0 10592 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46316

[startup+3.10013 s]
/proc/loadavg: 2.03 2.15 2.17 3/197 25501
/proc/meminfo: memFree=30859700/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=46316 CPUtime=3.09
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 20994 0 0 0 296 13 0 0 25 0 1 0 166797538 47427584 10552 4089446400 4194304 8223781 140737257341344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 11579 10552 590 984 0 10592 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46316

[startup+6.30054 s]
/proc/loadavg: 2.03 2.15 2.17 3/197 25501
/proc/meminfo: memFree=30858336/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=47972 CPUtime=6.29
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 21265 0 0 0 603 26 0 0 25 0 1 0 166797538 49123328 10823 4089446400 4194304 8223781 140737257341344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 11993 10823 591 984 0 11006 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47972

[startup+12.7004 s]
/proc/loadavg: 2.03 2.15 2.17 3/197 25502
/proc/meminfo: memFree=30846836/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=58060 CPUtime=12.69
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 45209 0 0 0 1217 52 0 0 25 0 1 0 166797538 59453440 13329 4089446400 4194304 8223781 140737257341344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 14515 13329 597 984 0 13528 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58060

[startup+25.501 s]
/proc/loadavg: 2.02 2.14 2.17 3/197 25502
/proc/meminfo: memFree=30828116/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=71424 CPUtime=25.49
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 63519 0 0 0 2452 97 0 0 25 0 1 0 166797538 73138176 16683 4089446400 4194304 8223781 140737257341344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 17856 16683 597 984 0 16869 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71424

[startup+51.1003 s]
/proc/loadavg: 2.01 2.13 2.16 3/179 25532
/proc/meminfo: memFree=31444540/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=99428 CPUtime=51.09
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 84381 0 0 0 4924 185 0 0 25 0 1 0 166797538 101814272 23726 4089446400 4194304 8223781 140737257341344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 24857 23726 597 984 0 23870 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 99428

[startup+102.306 s]
/proc/loadavg: 2.00 2.10 2.16 3/179 25534
/proc/meminfo: memFree=31388204/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=154544 CPUtime=102.29
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 133265 0 0 0 9873 356 0 0 25 0 1 0 166797538 158253056 37631 4089446400 4194304 8223781 140737257341344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 38636 37631 598 984 0 37649 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 154544

[startup+162.301 s]
/proc/loadavg: 2.00 2.08 2.14 3/179 25536
/proc/meminfo: memFree=31331352/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=214416 CPUtime=162.29
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 272238 0 0 0 15669 560 0 0 25 0 1 0 166797538 219561984 52179 4089446400 4194304 8223781 140737257341344 18446744073709551615 6448652 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 53604 52179 598 984 0 52617 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 214416

[startup+222.301 s]
/proc/loadavg: 2.00 2.07 2.13 3/179 25537
/proc/meminfo: memFree=31277724/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=264912 CPUtime=222.3
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 335032 0 0 0 21453 777 0 0 25 0 1 0 166797538 271269888 64772 4089446400 4194304 8223781 140737257341344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 66228 64772 599 984 0 65241 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 264912

[startup+282.301 s]
/proc/loadavg: 2.06 2.07 2.13 3/179 25539
/proc/meminfo: memFree=31294536/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=249132 CPUtime=282.3
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 349251 0 0 0 27180 1050 0 0 25 0 1 0 166797538 255111168 60786 4089446400 4194304 8223781 140737257341344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 62283 60786 599 984 0 61296 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 249132

[startup+342.301 s]
/proc/loadavg: 2.02 2.05 2.11 3/179 25540
/proc/meminfo: memFree=31291140/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=251608 CPUtime=342.3
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 367620 0 0 0 32921 1309 0 0 25 0 1 0 166797538 257646592 61402 4089446400 4194304 8223781 140737257341344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 62902 61402 599 984 0 61915 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 251608

[startup+402.301 s]
/proc/loadavg: 2.00 2.04 2.10 3/179 25542
/proc/meminfo: memFree=31288880/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=254256 CPUtime=402.3
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 387243 0 0 0 38682 1548 0 0 25 0 1 0 166797538 260358144 61983 4089446400 4194304 8223781 140737257341344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 63564 61983 599 984 0 62577 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 254256

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.09 3/179 25544
/proc/meminfo: memFree=31285872/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=256844 CPUtime=462.31
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 412234 0 0 0 44481 1750 0 0 25 0 1 0 166797538 263008256 62651 4089446400 4194304 8223781 140737257341344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 64211 62651 599 984 0 63224 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 256844

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.08 3/179 25545
/proc/meminfo: memFree=31284224/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=259840 CPUtime=522.31
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 422266 0 0 0 50281 1950 0 0 25 0 1 0 166797538 266076160 63228 4089446400 4194304 8223781 140737257341344 18446744073709551615 4999667 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 64960 63228 599 984 0 63973 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 259840

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.08 3/179 25547
/proc/meminfo: memFree=31282824/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=261308 CPUtime=582.31
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 424109 0 0 0 56090 2141 0 0 25 0 1 0 166797538 267579392 63564 4089446400 4194304 8223781 140737257341344 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 65327 63564 599 984 0 64340 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 261308

[startup+642.301 s]
/proc/loadavg: 2.00 2.01 2.07 3/179 25548
/proc/meminfo: memFree=31279820/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=263960 CPUtime=642.32
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 435128 0 0 0 61904 2328 0 0 25 0 1 0 166797538 270295040 64198 4089446400 4194304 8223781 140737257341344 18446744073709551615 4999842 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 65990 64198 599 984 0 65003 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 263960

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.03 2.02 2.06 3/179 25555
/proc/meminfo: memFree=31277336/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=266708 CPUtime=882.32
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 453431 0 0 0 85219 3013 0 0 25 0 1 0 166797538 273108992 64864 4089446400 4194304 8223781 140737257341344 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 66677 64864 605 984 0 65690 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 266708

[startup+942.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/179 25556
/proc/meminfo: memFree=31275572/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=268580 CPUtime=942.32
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 456092 0 0 0 91068 3164 0 0 25 0 1 0 166797538 275025920 65313 4089446400 4194304 8223781 140737257341344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 67145 65313 605 984 0 66158 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 268580

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/179 25558
/proc/meminfo: memFree=31274056/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=270160 CPUtime=1002.32
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 460356 0 0 0 96902 3330 0 0 25 0 1 0 166797538 276643840 65716 4089446400 4194304 8223781 140737257341344 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 67540 65716 605 984 0 66553 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 270160

[startup+1062.3 s]
/proc/loadavg: 1.97 2.00 2.04 3/179 25791
/proc/meminfo: memFree=31230932/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=272060 CPUtime=1062.32
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 465658 0 0 0 102747 3485 0 0 25 0 1 0 166797538 278589440 66053 4089446400 4194304 8223781 140737257341344 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 68015 66053 605 984 0 67028 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 272060

[startup+1122.3 s]
/proc/loadavg: 2.05 2.02 2.04 3/179 25792
/proc/meminfo: memFree=31226568/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=272908 CPUtime=1122.32
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 471713 0 0 0 108586 3646 0 0 25 0 1 0 166797538 279457792 66273 4089446400 4194304 8223781 140737257341344 18446744073709551615 4221531 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 68227 66273 605 984 0 67240 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 272908

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 2.04 3/179 25793
/proc/meminfo: memFree=31213652/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=273796 CPUtime=1182.32
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 478937 0 0 0 114420 3812 0 0 25 0 1 0 166797538 280367104 66434 4089446400 4194304 8223781 140737257341344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 68449 66434 605 984 0 67462 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 273796

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/179 25795
/proc/meminfo: memFree=31182128/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=273880 CPUtime=1242.32
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 484097 0 0 0 120247 3985 0 0 25 0 1 0 166797538 280453120 66467 4089446400 4194304 8223781 140737257341344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 68470 66467 605 984 0 67483 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 273880

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 25797
/proc/meminfo: memFree=31142532/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=275696 CPUtime=1302.33
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 487846 0 0 0 126070 4163 0 0 25 0 1 0 166797538 282312704 66941 4089446400 4194304 8223781 140737257341344 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 68924 66941 605 984 0 67937 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 275696

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/179 25799
/proc/meminfo: memFree=31090056/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=277188 CPUtime=1362.33
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 493102 0 0 0 131898 4335 0 0 25 0 1 0 166797538 283840512 67272 4089446400 4194304 8223781 140737257341344 18446744073709551615 5955609 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 69297 67272 605 984 0 68310 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 277188

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 25800
/proc/meminfo: memFree=31039300/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=277408 CPUtime=1422.33
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 496761 0 0 0 137748 4485 0 0 25 0 1 0 166797538 284065792 67347 4089446400 4194304 8223781 140737257341344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 69352 67347 605 984 0 68365 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 277408

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 25802
/proc/meminfo: memFree=30986448/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=278532 CPUtime=1482.33
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 503570 0 0 0 143595 4638 0 0 25 0 1 0 166797538 285216768 67674 4089446400 4194304 8223781 140737257341344 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 69633 67674 605 984 0 68646 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 278532

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25803
/proc/meminfo: memFree=30936448/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=278672 CPUtime=1542.33
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 508563 0 0 0 149447 4786 0 0 25 0 1 0 166797538 285360128 67715 4089446400 4194304 8223781 140737257341344 18446744073709551615 4221383 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 69668 67715 605 984 0 68681 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 278672

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25805
/proc/meminfo: memFree=30888672/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=278744 CPUtime=1602.34
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 512589 0 0 0 155299 4935 0 0 25 0 1 0 166797538 285433856 67753 4089446400 4194304 8223781 140737257341344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 69724 67754 605 984 0 68737 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 278744

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25807
/proc/meminfo: memFree=30837664/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=279024 CPUtime=1662.34
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 515244 0 0 0 161142 5092 0 0 25 0 1 0 166797538 285720576 67828 4089446400 4194304 8223781 140737257341344 18446744073709551615 4210635 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 69756 67828 605 984 0 68769 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 279024

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 25808
/proc/meminfo: memFree=30785660/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=280688 CPUtime=1722.34
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 515986 0 0 0 166986 5248 0 0 25 0 1 0 166797538 287424512 68068 4089446400 4194304 8223781 140737257341344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 70172 68068 605 984 0 69185 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 280688

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 25819
/proc/meminfo: memFree=30734244/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=280688 CPUtime=1782.35
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 517469 0 0 0 172828 5407 0 0 25 0 1 0 166797538 287424512 68070 4089446400 4194304 8223781 140737257341344 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 70172 68070 605 984 0 69185 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 280688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 25819
/proc/meminfo: memFree=30717736/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=280688 CPUtime=1800.05
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 517475 0 0 0 174558 5447 0 0 25 0 1 0 166797538 287424512 68076 4089446400 4194304 8223781 140737257341344 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/25500/statm: 70172 68076 605 984 0 69185 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 280688

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

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

[startup+1800.11 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 25819
/proc/meminfo: memFree=30717736/32951124 swapFree=67111528/67111528
[pid=25500] ppid=25498 vsize=257404 CPUtime=1800.15
/proc/25500/stat : 25500 (pbscip.linux.x8) R 25498 25500 23660 0 -1 4202496 517502 0 0 0 174568 5447 0 0 18 0 1 0 166797538 263581696 62282 4089446400 4194304 8223781 140737257341344 18446744073709551615 6206490 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/25500/statm: 64270 62201 607 984 0 63283 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 257404

Child status: 0
Real time (s): 1800.14
CPU time (s): 1800.19
CPU user time (s): 1745.71
CPU system time (s): 54.4857
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 286620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1745.71
system time used= 54.4857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 517506
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= 3
involuntary context switches= 1121

runsolver used 2.42263 second user time and 5.77912 second system time

The end

Launcher Data

Begin job on node110 at 2010-06-30 17:32:18
IDJOB=2692304
IDBENCH=78992
IDSOLVER=1204
FILE ID=node110/2692304-1277911938
PBS_JOBID= 11197210
Free space on /tmp= 74212 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900552288--soft-33-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692304-1277911938/watcher-2692304-1277911938 -o /tmp/evaluation-result-2692304-1277911938/solver-2692304-1277911938 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692304-1277911938.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 3bf2aae29a44384f88ac4f8c4d2b9bc3
RANDOM SEED=2042075032

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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:      30901732 kB
Buffers:        198920 kB
Cached:         992428 kB
SwapCached:          0 kB
Active:        1272148 kB
Inactive:       634256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30901732 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4716 kB
Writeback:           0 kB
AnonPages:      714348 kB
Mapped:          20492 kB
Slab:            78576 kB
PageTables:       6520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1660900 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= 74200 MiB
End job on node110 at 2010-06-30 18:02:20