Trace number 2692418

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.23 1800.2

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900573901--soft-0-100-0.wbo
MD5SUM889361cc7af818b09040d50027029365
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark154.84
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 137973
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137972
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 701
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-2692418-1277930662.wbo>
0.01/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.01/0.03	c problem read
0.01/0.03	c presolving settings loaded
0.09/0.13	o 137972
0.09/0.13	c feasible solution found by trivial heuristic, objective value  1.379720e+05
0.09/0.13	c presolving:
0.09/0.14	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.15	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.19/0.20	c    (0.2s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.20	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.20	c presolving (3 rounds):
0.19/0.20	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.20	c  2707 implications, 0 cliques
0.19/0.20	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.19/0.20	c    2707 constraints of type <indicator>
0.19/0.20	c    2707 constraints of type <linear>
0.19/0.20	c transformed objective value is always integral (scale: 1)
0.19/0.20	c Presolving Time: 0.15
0.19/0.20	c - non default parameters ----------------------------------------------------------------------
0.19/0.20	c # SCIP version 1.2.1.2
0.19/0.20	c 
0.19/0.20	c # frequency for displaying node information lines
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.20	c display/freq = 10000
0.19/0.20	c 
0.19/0.20	c # maximal time in seconds to run
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/time = 1799.97
0.19/0.20	c 
0.19/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/memory = 3420
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify inequalities
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/linear/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify knapsacks
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20	c separating/rapidlearning/freq = 0
0.19/0.20	c 
0.19/0.20	c -----------------------------------------------------------------------------------------------
0.19/0.20	c start solving
0.19/0.20	c 
0.19/0.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.22	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.29/0.30	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.39/0.45	c   0.4s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.379720e+05 |    Inf 
28.79/28.85	c  28.5s| 10000 | 10001 | 31659 |   3.2 |  49M| 183 |   0 |5645 |5414 |5645 | 174 |  11k|   0 |1756 | 0.000000e+00 | 1.379720e+05 |    Inf 
48.79/48.87	c  48.4s| 20000 | 20001 | 52362 |   2.6 |  71M| 183 |   0 |5645 |5414 |5645 | 190 |  16k|   0 |1788 | 0.000000e+00 | 1.379720e+05 |    Inf 
68.69/68.72	c  68.1s| 30000 | 30001 | 73592 |   2.4 |  93M| 183 |   0 |5645 |5414 |5645 | 197 |  20k|   0 |1788 | 0.000000e+00 | 1.379720e+05 |    Inf 
88.39/88.49	c  87.7s| 40000 | 40001 | 94561 |   2.4 | 115M| 185 |   0 |5645 |5414 |5645 | 188 |  25k|   0 |1795 | 0.000000e+00 | 1.379720e+05 |    Inf 
108.99/109.05	c   108s| 50000 | 50001 |118904 |   2.4 | 136M| 185 |   0 |5645 |5414 |5645 | 201 |  30k|   0 |1961 | 0.000000e+00 | 1.379720e+05 |    Inf 
117.70/117.71	o 936
117.70/117.71	c * 117s| 54306 | 52711 |126207 |   2.3 | 142M| 185 |   - |5645 |5414 |5645 | 227 |  33k|   0 |2075 | 0.000000e+00 | 9.360000e+02 |    Inf 
129.49/129.50	c   128s| 60000 | 58399 |136252 |   2.3 | 156M| 185 |   0 |5645 |5420 |5645 | 196 |  35k|   6 |2153 | 0.000000e+00 | 9.360000e+02 |    Inf 
151.49/151.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
151.49/151.57	c   150s| 70000 | 68389 |158061 |   2.3 | 178M| 185 |   0 |5645 |5447 |5645 | 202 |  40k|  33 |2474 | 0.000000e+00 | 9.360000e+02 |    Inf 
175.69/175.78	c   174s| 80000 | 78383 |186947 |   2.3 | 201M| 189 |   0 |5645 |5456 |5645 | 211 |  48k|  42 |2804 | 0.000000e+00 | 9.360000e+02 |    Inf 
200.59/200.64	c   199s| 90000 | 88375 |216303 |   2.4 | 224M| 217 |   3 |5645 |5471 |5645 | 180 |  57k|  59 |3126 | 0.000000e+00 | 9.360000e+02 |    Inf 
208.29/208.38	o 928
208.29/208.38	c * 207s| 94221 | 92553 |219330 |   2.3 | 233M|1489 |   - |5645 |5510 |5645 | 237 |  58k|  99 |3144 | 0.000000e+00 | 9.280000e+02 |    Inf 
210.79/210.88	o 709
210.79/210.88	c * 209s| 95559 | 91726 |220439 |   2.3 | 231M|1489 |   - |5645 |5543 |5645 | 214 |  59k| 132 |3155 | 0.000000e+00 | 7.090000e+02 |    Inf 
213.89/213.90	o 517
213.89/213.90	c * 212s| 97096 | 86736 |221508 |   2.3 | 221M|1489 |   - |5645 |5607 |5645 | 240 |  59k| 197 |3161 | 0.000000e+00 | 5.170000e+02 |    Inf 
214.40/214.42	o 509
214.40/214.42	c * 213s| 97328 | 86605 |221765 |   2.3 | 221M|1489 |   - |5645 |5620 |5645 | 227 |  59k| 211 |3161 | 0.000000e+00 | 5.090000e+02 |    Inf 
217.50/217.54	o 496
217.50/217.54	c * 216s| 98867 | 87453 |223503 |   2.3 | 224M|1489 |   - |5645 |5736 |5645 | 208 |  60k| 327 |3163 | 0.000000e+00 | 4.960000e+02 |    Inf 
219.49/219.58	c   218s|100000 | 88580 |223810 |   2.2 | 226M|1489 |   0 |5645 |5748 |5645 | 193 |  60k| 340 |3165 | 0.000000e+00 | 4.960000e+02 |    Inf 
220.49/220.50	o 491
220.49/220.50	c * 219s|100455 | 88755 |224085 |   2.2 | 226M|1489 |   - |5645 |5763 |5645 | 208 |  60k| 356 |3165 | 0.000000e+00 | 4.910000e+02 |    Inf 
221.29/221.30	o 474
221.29/221.30	c * 219s|100857 | 87898 |224332 |   2.2 | 225M|1489 |   - |5645 |5764 |5645 | 205 |  60k| 358 |3166 | 0.000000e+00 | 4.740000e+02 |    Inf 
221.40/221.43	o 303
221.40/221.43	c * 219s|100908 | 68922 |224447 |   2.2 | 186M|1489 |   - |5645 |5763 |5645 | 197 |  60k| 358 |3166 | 0.000000e+00 | 3.030000e+02 |    Inf 
221.40/221.46	o 265
221.40/221.46	c * 219s|100909 | 59473 |224451 |   2.2 | 168M|1489 |   - |5645 |5763 |5645 | 197 |  60k| 358 |3166 | 0.000000e+00 | 2.650000e+02 |    Inf 
221.49/221.53	o 259
221.49/221.53	c * 220s|100928 | 57496 |224563 |   2.2 | 165M|1489 |   - |5645 |5763 |5645 | 198 |  60k| 358 |3166 | 0.000000e+00 | 2.590000e+02 |    Inf 
221.49/221.56	o 229
221.49/221.56	c * 220s|100929 | 47112 |224563 |   2.2 | 144M|1489 |   - |5645 |5763 |5645 | 198 |  60k| 358 |3166 | 0.000000e+00 | 2.290000e+02 |    Inf 
222.29/222.31	o 220
222.29/222.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
222.29/222.31	c * 220s|101264 | 43962 |224864 |   2.2 | 138M|1489 |   - |5645 |5781 |5645 | 204 |  60k| 376 |3166 | 0.000000e+00 | 2.200000e+02 |    Inf 
222.89/222.96	o 208
222.89/222.96	c * 221s|101579 | 40076 |225066 |   2.2 | 131M|1489 |   - |5645 |5799 |5645 | 215 |  60k| 395 |3166 | 0.000000e+00 | 2.080000e+02 |    Inf 
223.30/223.32	o 207
223.30/223.32	c * 221s|101741 | 39869 |225321 |   2.2 | 131M|1489 |   - |5645 |5803 |5645 | 186 |  60k| 399 |3166 | 0.000000e+00 | 2.070000e+02 |    Inf 
223.30/223.33	o 194
223.30/223.33	c * 221s|101742 | 34548 |225321 |   2.2 | 120M|1489 |   - |5645 |5803 |5645 | 186 |  60k| 399 |3166 | 0.000000e+00 | 1.940000e+02 |    Inf 
223.40/223.47	o 185
223.40/223.47	c * 221s|101807 | 31337 |225443 |   2.2 | 112M|1489 |   - |5645 |5806 |5645 | 214 |  60k| 402 |3166 | 0.000000e+00 | 1.850000e+02 |    Inf 
223.69/223.72	o 182
223.69/223.72	c * 222s|101862 | 30289 |225685 |   2.2 | 110M|1489 |   - |5645 |5833 |5645 | 214 |  60k| 429 |3166 | 0.000000e+00 | 1.820000e+02 |    Inf 
224.09/224.11	o 173
224.09/224.11	c * 222s|101939 | 27193 |226289 |   2.2 | 104M|1489 |   - |5645 |5885 |5645 | 197 |  60k| 483 |3166 | 0.000000e+00 | 1.730000e+02 |    Inf 
224.09/224.12	o 166
224.09/224.12	c * 222s|101940 | 24835 |226289 |   2.2 |  99M|1489 |   - |5645 |5885 |5645 | 197 |  60k| 483 |3166 | 0.000000e+00 | 1.660000e+02 |    Inf 
224.80/224.84	o 153
224.80/224.84	c * 223s|102192 | 20309 |226931 |   2.2 |  88M|1489 |   - |5645 |5990 |5645 | 214 |  61k| 592 |3173 | 0.000000e+00 | 1.530000e+02 |    Inf 
224.90/224.90	o 148
224.90/224.90	c * 223s|102203 | 18910 |226996 |   2.2 |  85M|1489 |   - |5645 |5990 |5645 | 226 |  61k| 592 |3175 | 0.000000e+00 | 1.480000e+02 |    Inf 
225.09/225.13	o 111
225.09/225.13	c * 223s|102273 | 10464 |227263 |   2.2 |  64M|1489 |   - |5645 |5997 |5645 | 227 |  61k| 599 |3182 | 0.000000e+00 | 1.110000e+02 |    Inf 
225.79/225.82	o 110
225.79/225.82	c * 224s|102594 | 10612 |227714 |   2.2 |  65M|1489 |   - |5645 |6011 |5645 | 205 |  61k| 613 |3192 | 0.000000e+00 | 1.100000e+02 |    Inf 
225.90/225.99	o 67
225.90/225.99	c * 224s|102668 |  1552 |227773 |   2.2 |  34M|1489 |   - |5645 |6011 |5645 | 210 |  61k| 613 |3194 | 0.000000e+00 | 6.700000e+01 |    Inf 
227.80/227.89	o 60
227.80/227.89	c * 226s|103280 |  1473 |229505 |   2.2 |  36M|1489 |   - |5645 |5718 |5645 | 196 |  61k|1289 |3229 | 0.000000e+00 | 6.000000e+01 |    Inf 
240.19/240.26	o 47
240.19/240.26	c * 238s|107399 |  1426 |242923 |   2.3 |  42M|1489 |   - |5645 |6152 |5645 | 216 |  65k|5237 |3303 | 0.000000e+00 | 4.700000e+01 |    Inf 
245.60/245.60	o 46
245.60/245.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
245.60/245.60	c * 243s|109649 |  1488 |247096 |   2.3 |  45M|1489 |   - |5645 |6075 |5645 | 209 |  65k|7780 |3317 | 0.000000e+00 | 4.600000e+01 |    Inf 
246.40/246.45	c   244s|110000 |  1504 |247779 |   2.3 |  45M|1489 |   - |5645 |6123 |   0 |   0 |  65k|8157 |3319 | 0.000000e+00 | 4.600000e+01 |    Inf 
270.59/270.65	c   268s|120000 |  1773 |268779 |   2.2 |  52M|1489 |   1 |5645 |7115 |5645 | 181 |  70k|  19k|3411 | 0.000000e+00 | 4.600000e+01 |    Inf 
295.90/295.91	c   293s|130000 |  2213 |292848 |   2.3 |  62M|1489 |   - |5645 |8195 |   0 |   0 |  75k|  31k|3487 | 0.000000e+00 | 4.600000e+01 |    Inf 
303.40/303.47	o 41
303.40/303.47	c * 300s|133128 |  2215 |299832 |   2.3 |  64M|1489 |   - |5645 |9716 |5645 | 187 |  76k|  35k|3498 | 0.000000e+00 | 4.100000e+01 |    Inf 
319.39/319.46	c   316s|140000 |  2372 |313270 |   2.2 |  68M|1489 |   - |5645 |8035 |   0 |   0 |  78k|  43k|3544 | 0.000000e+00 | 4.100000e+01 |    Inf 
333.49/333.50	o 36
333.49/333.50	c * 330s|145807 |  2342 |325696 |   2.2 |  69M|1489 |   - |5645 |8779 |5645 | 166 |  81k|  50k|3607 | 0.000000e+00 | 3.600000e+01 |    Inf 
342.70/342.76	c   339s|150000 |  2438 |333623 |   2.2 |  71M|1489 |   - |5645 |9209 |   0 |   0 |  82k|  55k|3639 | 0.000000e+00 | 3.600000e+01 |    Inf 
351.49/351.51	o 33
351.49/351.51	c * 348s|153854 |  2502 |341737 |   2.2 |  73M|1489 |   - |5645 |8933 |5645 | 189 |  84k|  60k|3665 | 0.000000e+00 | 3.300000e+01 |    Inf 
354.40/354.48	o 32
354.40/354.48	c * 351s|155242 |  2520 |343775 |   2.2 |  73M|1489 |   - |5645 |8678 |5645 | 153 |  85k|  62k|3665 | 0.000000e+00 | 3.200000e+01 |    Inf 
364.70/364.78	c   361s|160000 |  2632 |351778 |   2.2 |  75M|1489 |   - |5645 |7286 |   0 |   0 |  86k|  67k|3712 | 0.000000e+00 | 3.200000e+01 |    Inf 
385.59/385.65	o 28
385.59/385.65	c * 382s|169621 |  2667 |371500 |   2.2 |  76M|1489 |   - |5645 |8835 |5645 | 149 |  91k|  79k|3761 | 0.000000e+00 | 2.800000e+01 |    Inf 
386.49/386.55	c   382s|170000 |  2665 |372725 |   2.2 |  76M|1489 |   - |5645 |8367 |   0 |   0 |  92k|  79k|3775 | 0.000000e+00 | 2.800000e+01 |    Inf 
388.80/388.83	o 22
388.80/388.83	c * 385s|171179 |  2534 |375048 |   2.2 |  73M|1489 |   - |5645 |9403 |5645 | 170 |  93k|  81k|3782 | 0.000000e+00 | 2.200000e+01 |    Inf 
406.30/406.38	c   402s|180000 |  2490 |392800 |   2.2 |  75M|1489 |   - |5645 |7449 |   0 |   0 |  96k|  92k|3889 | 0.000000e+00 | 2.200000e+01 |    Inf 
417.10/417.16	o 15
417.10/417.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
417.10/417.16	c * 413s|185294 |  2294 |404835 |   2.2 |  72M|1489 |   - |5645 |8846 |5645 | 174 |  98k|  99k|3939 | 0.000000e+00 | 1.500000e+01 |    Inf 
427.59/427.68	c   423s|190000 |  2370 |420039 |   2.2 |  74M|1489 |   - |5645 |9651 |   0 |   0 | 102k| 104k|4066 | 0.000000e+00 | 1.500000e+01 |    Inf 
444.70/444.78	o 11
444.70/444.78	c * 440s|198729 |  2316 |441275 |   2.2 |  73M|1489 |   - |5645 |  11k|5645 | 168 | 106k| 115k|4145 | 0.000000e+00 | 1.100000e+01 |    Inf 
444.89/444.91	o 10
444.89/444.91	c * 440s|198766 |  2272 |441423 |   2.2 |  72M|1489 |   - |5645 |  10k|5645 | 168 | 106k| 115k|4154 | 0.000000e+00 | 1.000000e+01 |    Inf 
447.40/447.49	c   443s|200000 |  2276 |445438 |   2.2 |  72M|1489 |  10 |5645 |8722 |5645 | 179 | 107k| 117k|4185 | 0.000000e+00 | 1.000000e+01 |    Inf 
456.30/456.30	o 8
456.30/456.30	c * 451s|204481 |  2378 |460498 |   2.3 |  72M|1489 |   - |5645 |  10k|5645 | 183 | 110k| 122k|4268 | 0.000000e+00 | 8.000000e+00 |    Inf 
456.30/456.30	o 7
456.30/456.30	c * 451s|204482 |  2233 |460501 |   2.3 |  69M|1489 |   - |5645 |  10k|5645 | 183 | 110k| 122k|4268 | 0.000000e+00 | 7.000000e+00 |    Inf 
467.30/467.31	c   462s|210000 |  2387 |481176 |   2.3 |  71M|1489 |  11 |5645 |  11k|5645 | 191 | 115k| 129k|4331 | 0.000000e+00 | 7.000000e+00 |    Inf 
470.89/470.96	o 4
470.89/470.96	c * 466s|212007 |  2253 |486360 |   2.3 |  67M|1489 |   - |5645 |  12k|5645 | 187 | 116k| 131k|4334 | 0.000000e+00 | 4.000000e+00 |    Inf 
488.50/488.54	c   483s|220000 |  2410 |526409 |   2.4 |  70M|1489 |   9 |5645 |  13k|5645 | 193 | 126k| 141k|4427 | 0.000000e+00 | 4.000000e+00 |    Inf 
508.20/508.25	c   502s|230000 |  2444 |562328 |   2.4 |  70M|1489 |   - |5645 |  11k|   0 |   0 | 133k| 154k|4572 | 0.000000e+00 | 4.000000e+00 |    Inf 
509.80/509.89	o 2
509.80/509.89	c * 504s|230851 |  2428 |565009 |   2.4 |  70M|1489 |   - |5645 |  11k|5645 | 194 | 134k| 155k|4575 | 0.000000e+00 | 2.000000e+00 |    Inf 
529.01/529.00	c   523s|240000 |  2762 |606166 |   2.5 |  73M|1489 |   1 |5645 |  14k|5645 | 191 | 144k| 166k|4679 | 0.000000e+00 | 2.000000e+00 |    Inf 
549.90/549.91	c   544s|250000 |  2982 |647293 |   2.6 |  76M|1489 |   5 |5645 |  14k|5645 | 188 | 154k| 178k|4804 | 0.000000e+00 | 2.000000e+00 |    Inf 
573.30/573.30	c   567s|260000 |  3339 |700585 |   2.7 |  80M|1489 |   - |5645 |  18k|   0 |   0 | 168k| 191k|4948 | 0.000000e+00 | 2.000000e+00 |    Inf 
599.29/599.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
599.29/599.37	c   593s|270000 |  3907 |754799 |   2.8 |  85M|1489 |   7 |5645 |  20k|5645 | 190 | 185k| 203k|5110 | 0.000000e+00 | 2.000000e+00 |    Inf 
625.91/625.99	c   619s|280000 |  4046 |808465 |   2.9 |  86M|1489 |   - |5645 |  18k|   0 |   0 | 200k| 216k|5215 | 0.000000e+00 | 2.000000e+00 |    Inf 
651.40/651.48	c   644s|290000 |  4169 |860512 |   3.0 |  88M|1489 |   - |5645 |  18k|5645 | 214 | 214k| 229k|5370 | 0.000000e+00 | 2.000000e+00 |    Inf 
676.50/676.58	c   669s|300000 |  4217 |912646 |   3.0 |  89M|1489 |   - |5645 |  17k|   0 |   0 | 228k| 242k|5475 | 0.000000e+00 | 2.000000e+00 |    Inf 
701.10/701.19	c   693s|310000 |  4444 |967070 |   3.1 |  92M|1489 |   - |5645 |  20k|   0 |   0 | 243k| 255k|5598 | 0.000000e+00 | 2.000000e+00 |    Inf 
725.40/725.48	c   717s|320000 |  4501 |  1014k|   3.2 |  94M|1489 |  15 |5645 |  19k|5645 | 209 | 255k| 269k|5692 | 0.000000e+00 | 2.000000e+00 |    Inf 
752.10/752.14	c   744s|330000 |  4632 |  1070k|   3.2 |  95M|1489 |   - |5645 |  20k|   0 |   0 | 271k| 283k|5834 | 0.000000e+00 | 2.000000e+00 |    Inf 
777.90/777.91	c   769s|340000 |  4722 |  1127k|   3.3 |  98M|1489 |  16 |5645 |  21k|5645 | 198 | 287k| 297k|5957 | 0.000000e+00 | 2.000000e+00 |    Inf 
801.50/801.52	c   793s|350000 |  4566 |  1172k|   3.3 |  96M|1489 |   - |5645 |  17k|   0 |   0 | 297k| 311k|6049 | 0.000000e+00 | 2.000000e+00 |    Inf 
824.71/824.78	c   816s|360000 |  4467 |  1217k|   3.4 |  96M|1489 |   - |5645 |  17k|   0 |   0 | 308k| 324k|6119 | 0.000000e+00 | 2.000000e+00 |    Inf 
848.11/848.14	c   839s|370000 |  4458 |  1262k|   3.4 |  97M|1489 |   - |5645 |  18k|   0 |   0 | 318k| 338k|6226 | 0.000000e+00 | 2.000000e+00 |    Inf 
869.90/869.97	c   860s|380000 |  4367 |  1301k|   3.4 |  97M|1489 |   - |5645 |  17k|   0 |   0 | 326k| 352k|6282 | 0.000000e+00 | 2.000000e+00 |    Inf 
892.60/892.66	c   883s|390000 |  4400 |  1344k|   3.4 |  98M|1489 |  12 |5645 |  19k|5645 | 182 | 338k| 365k|6375 | 0.000000e+00 | 2.000000e+00 |    Inf 
916.70/916.75	c   907s|400000 |  4276 |  1391k|   3.5 |  98M|1489 |   - |5645 |  17k|   0 |   0 | 350k| 378k|6460 | 0.000000e+00 | 2.000000e+00 |    Inf 
939.20/939.30	c   929s|410000 |  4232 |  1435k|   3.5 |  98M|1489 |  10 |5645 |  18k|5645 | 170 | 360k| 391k|6564 | 0.000000e+00 | 2.000000e+00 |    Inf 
962.41/962.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
962.41/962.40	c   952s|420000 |  4417 |  1474k|   3.5 | 101M|1489 |  23 |5645 |  21k|5645 | 198 | 369k| 404k|6644 | 0.000000e+00 | 2.000000e+00 |    Inf 
984.90/984.93	c   974s|430000 |  4312 |  1507k|   3.5 | 101M|1489 |   - |5645 |  21k|   0 |   0 | 375k| 417k|6697 | 0.000000e+00 | 2.000000e+00 |    Inf 
1007.41/1007.44	c   996s|440000 |  4152 |  1543k|   3.5 |  99M|1489 |   1 |5645 |  20k|5645 | 184 | 383k| 430k|6759 | 0.000000e+00 | 2.000000e+00 |    Inf 
1029.10/1029.19	c  1018s|450000 |  4047 |  1579k|   3.5 |  98M|1489 |   - |5645 |  19k|   0 |   0 | 390k| 443k|6841 | 0.000000e+00 | 2.000000e+00 |    Inf 
1053.61/1053.66	c  1042s|460000 |  3953 |  1632k|   3.5 |  97M|1489 |  16 |5645 |  19k|5645 | 210 | 402k| 457k|6926 | 0.000000e+00 | 2.000000e+00 |    Inf 
1077.91/1077.91	c  1066s|470000 |  3868 |  1682k|   3.6 |  97M|1489 |   1 |5645 |  21k|5645 | 206 | 413k| 470k|7028 | 0.000000e+00 | 2.000000e+00 |    Inf 
1103.71/1103.70	c  1092s|480000 |  3914 |  1731k|   3.6 |  99M|1489 |   6 |5645 |  23k|5645 | 213 | 425k| 484k|7092 | 0.000000e+00 | 2.000000e+00 |    Inf 
1130.01/1130.08	c  1118s|490000 |  3931 |  1777k|   3.6 | 100M|1489 |  11 |5645 |  25k|5645 | 243 | 434k| 497k|7181 | 0.000000e+00 | 2.000000e+00 |    Inf 
1156.31/1156.31	c  1144s|500000 |  3828 |  1820k|   3.6 |  98M|1489 |   - |5645 |  22k|   0 |   0 | 443k| 510k|7274 | 0.000000e+00 | 2.000000e+00 |    Inf 
1181.71/1181.75	c  1169s|510000 |  3947 |  1862k|   3.7 | 101M|1489 |   1 |5645 |  26k|5645 | 188 | 455k| 522k|7325 | 0.000000e+00 | 2.000000e+00 |    Inf 
1210.41/1210.45	c  1197s|520000 |  4154 |  1908k|   3.7 | 103M|1489 |   1 |5645 |  28k|5645 | 206 | 468k| 534k|7398 | 0.000000e+00 | 2.000000e+00 |    Inf 
1239.11/1239.11	c  1226s|530000 |  4123 |  1959k|   3.7 | 103M|1489 |   8 |5645 |  26k|5645 | 202 | 481k| 548k|7483 | 0.000000e+00 | 2.000000e+00 |    Inf 
1264.11/1264.14	o 1
1264.11/1264.14	c *1251s|539458 |  3908 |  2000k|   3.7 | 100M|1489 |   - |5645 |  25k|5645 | 199 | 490k| 560k|7535 | 0.000000e+00 | 1.000000e+00 |    Inf 
1265.71/1265.77	c  1252s|540000 |  3886 |  2003k|   3.7 |  99M|1489 |   - |5645 |  24k|   0 |   0 | 491k| 561k|7535 | 0.000000e+00 | 1.000000e+00 |    Inf 
1289.71/1289.75	c  1276s|550000 |  3818 |  2048k|   3.7 |  97M|1489 |   1 |5645 |  20k|5645 | 192 | 501k| 573k|7640 | 0.000000e+00 | 1.000000e+00 |    Inf 
1316.01/1316.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1316.01/1316.10	c  1302s|560000 |  4012 |  2106k|   3.8 | 100M|1489 |  17 |5645 |  24k|5645 | 187 | 517k| 587k|7762 | 0.000000e+00 | 1.000000e+00 |    Inf 
1340.71/1340.76	c  1327s|570000 |  3909 |  2149k|   3.8 | 100M|1489 |   - |5645 |  23k|   0 |   0 | 526k| 600k|7827 | 0.000000e+00 | 1.000000e+00 |    Inf 
1365.81/1365.87	c  1351s|580000 |  3835 |  2198k|   3.8 | 100M|1489 |   - |5645 |  25k|   0 |   0 | 536k| 613k|7899 | 0.000000e+00 | 1.000000e+00 |    Inf 
1392.52/1392.53	c  1378s|590000 |  3886 |  2247k|   3.8 | 100M|1489 |   - |5645 |  24k|   0 |   0 | 549k| 626k|8019 | 0.000000e+00 | 1.000000e+00 |    Inf 
1420.12/1420.11	c  1405s|600000 |  3839 |  2298k|   3.8 | 100M|1489 |   - |5645 |  25k|   0 |   0 | 561k| 639k|8077 | 0.000000e+00 | 1.000000e+00 |    Inf 
1446.42/1446.43	c  1431s|610000 |  3665 |  2345k|   3.8 |  98M|1489 |   - |5645 |  23k|   0 |   0 | 571k| 653k|8145 | 0.000000e+00 | 1.000000e+00 |    Inf 
1470.72/1470.74	c  1455s|620000 |  3513 |  2387k|   3.9 |  96M|1489 |  11 |5645 |  22k|5645 | 199 | 580k| 666k|8222 | 0.000000e+00 | 1.000000e+00 |    Inf 
1494.11/1494.13	c  1478s|630000 |  3020 |  2423k|   3.8 |  87M|1489 |   1 |5645 |  16k|5645 | 179 | 587k| 679k|8420 | 0.000000e+00 | 1.000000e+00 |    Inf 
1517.01/1517.07	c  1501s|640000 |  3166 |  2465k|   3.9 |  90M|1489 |   - |5645 |  20k|   0 |   0 | 598k| 691k|8429 | 0.000000e+00 | 1.000000e+00 |    Inf 
1542.22/1542.21	c  1526s|650000 |  3222 |  2510k|   3.9 |  91M|1489 |   - |5645 |  20k|5645 | 214 | 610k| 705k|8506 | 0.000000e+00 | 1.000000e+00 |    Inf 
1564.41/1564.46	c  1548s|660000 |  3170 |  2543k|   3.9 |  92M|1489 |   5 |5645 |  23k|5645 | 165 | 618k| 718k|8544 | 0.000000e+00 | 1.000000e+00 |    Inf 
1587.02/1587.04	c  1571s|670000 |  3084 |  2571k|   3.8 |  91M|1489 |   - |5645 |  22k|   0 |   0 | 622k| 730k|8566 | 0.000000e+00 | 1.000000e+00 |    Inf 
1610.81/1610.81	c  1594s|680000 |  2844 |  2611k|   3.8 |  86M|1489 |   9 |5645 |  20k|5645 | 186 | 630k| 743k|9083 | 0.000000e+00 | 1.000000e+00 |    Inf 
1632.32/1632.33	c  1615s|690000 |  2856 |  2646k|   3.8 |  87M|1489 |   - |5645 |  22k|   0 |   0 | 638k| 755k|9083 | 0.000000e+00 | 1.000000e+00 |    Inf 
1656.81/1656.87	c  1640s|700000 |  3003 |  2687k|   3.8 |  90M|1489 |   1 |5645 |  28k|5645 | 169 | 649k| 768k|9083 | 0.000000e+00 | 1.000000e+00 |    Inf 
1685.51/1685.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1685.51/1685.52	c  1668s|710000 |  3022 |  2736k|   3.9 |  91M|1489 |   - |5645 |  29k|   0 |   0 | 665k| 781k|9083 | 0.000000e+00 | 1.000000e+00 |    Inf 
1712.22/1712.23	c  1695s|720000 |  2962 |  2778k|   3.9 |  92M|1489 |   - |5645 |  31k|   0 |   0 | 676k| 795k|9147 | 0.000000e+00 | 1.000000e+00 |    Inf 
1739.61/1739.65	c  1722s|730000 |  2577 |  2820k|   3.9 |  83M|1489 |   - |5645 |  22k|   0 |   0 | 687k| 808k|9556 | 0.000000e+00 | 1.000000e+00 |    Inf 
1764.12/1764.17	c  1746s|740000 |  2705 |  2860k|   3.9 |  86M|1489 |   - |5645 |  26k|5645 | 195 | 695k| 821k|9616 | 0.000000e+00 | 1.000000e+00 |    Inf 
1789.12/1789.18	c  1771s|750000 |  2333 |  2892k|   3.9 |  80M|1489 |   - |5645 |  22k|   0 |   0 | 701k| 835k|9617 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.02/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.00	c Solving Time (sec) : 1781.53
1800.02/1800.00	c Solving Nodes      : 755268
1800.02/1800.00	c Primal Bound       : +1.00000000000000e+00 (165 solutions)
1800.02/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.02/1800.00	c Gap                : infinite
1800.02/1800.09	s SATISFIABLE
1800.02/1800.09	v -x231 -x230 -x229 -x228 -x227 x226 -x225 -x224 -x223 -x222 -x221 x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.02/1800.09	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 x194 -x193 -x192 -x191 -x190 -x189 
1800.02/1800.09	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.02/1800.09	v -x167 x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.02/1800.09	v -x146 -x145 -x144 x143 -x142 -x141 x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 -x127 -x126 -x125 
1800.02/1800.09	v -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.02/1800.09	v -x103 -x102 -x101 x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 -x81 -x80 
1800.02/1800.09	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1800.02/1800.09	v -x53 -x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 -x44 -x43 -x42 x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.02/1800.09	v -x28 -x27 -x26 x25 -x24 -x23 -x22 -x21 -x20 x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 x4 -x3 -x2 
1800.02/1800.09	v -x1 
1800.02/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.09	c Solving Time       :    1781.53
1800.02/1800.09	c Original Problem   :
1800.02/1800.09	c   Problem name     : HOME/instance-2692418-1277930662.wbo
1800.02/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.02/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.02/1800.09	c Presolved Problem  :
1800.02/1800.09	c   Problem name     : t_HOME/instance-2692418-1277930662.wbo
1800.02/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.02/1800.09	c   Constraints      : 5414 initial, 31393 maximal
1800.02/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.09	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.02/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.09	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.02/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.09	c   linear           :       0.01          0          0          0       2707          0          1          0          0
1800.02/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.09	c   root node        :          -       2707          -          -       5414          -          -          -          -
1800.02/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.09	c   integral         :          0          0          0     547327          0          4        270          0          0     721968
1800.02/1800.09	c   indicator        :       2707          0    2640641     158630          0        319    2986432          0          0          0
1800.02/1800.09	c   linear           :       2707          6    3848863     186112          0     268155   18716432     702859          0          0
1800.02/1800.09	c   logicor          :          0+         0    1078675          0          0      50598     973900          0          0          0
1800.02/1800.09	c   bounddisjunction :          0+         0       1792          0          0          0          2          0          0          0
1800.02/1800.09	c   countsols        :          0          0          0      96083          0          0          0          0          0          0
1800.02/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.09	c   integral         :      18.74       0.00       0.00      18.74       0.00
1800.02/1800.09	c   indicator        :      40.39       0.01      16.05      24.33       0.00
1800.02/1800.09	c   linear           :     192.19       0.00     178.31      13.88       0.00
1800.02/1800.09	c   logicor          :     232.76       0.00     232.76       0.00       0.00
1800.02/1800.09	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.02/1800.09	c   countsols        :       0.03       0.00       0.00       0.03       0.00
1800.02/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.09	c   vbounds          :       0.74          2          0          0
1800.02/1800.09	c   rootredcost      :       0.92         42          0       2707
1800.02/1800.09	c   pseudoobj        :     193.86    3858156       8913    2245809
1800.02/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.09	c   propagation      :      16.27     327666     327297    2055913       25.9      10771       20.3          -
1800.02/1800.09	c   infeasible LP    :       7.13      20700      20700     166628       43.0        257       19.2          0
1800.02/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.09	c   pseudo solution  :       0.01         65         65        277       14.1         13        4.8          -
1800.02/1800.09	c   applied globally :          -          -          -     841736       21.3          -          -          -
1800.02/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.09	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.02/1800.09	c   redcost          :      41.56     550049          0     601184          0          0
1800.02/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.02/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.09	c   gomory           :       0.02          4          0          0         86          0
1800.02/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.02/1800.09	c   cmir             :       0.00          4          0          0          0          0
1800.02/1800.09	c   flowcover        :       0.04          4          0          0          0          0
1800.02/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.02/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.09	c Pricers            :       Time      Calls       Vars
1800.02/1800.09	c   problem variables:       0.00          0          0
1800.02/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.09	c   relpscost        :      18.32     361195          4        270          0          0     721968
1800.02/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.09	c   inference        :      22.79      96041          0          0          0          0     192082
1800.02/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.09	c   LP solutions     :       0.20          -         42
1800.02/1800.09	c   pseudo solutions :       0.00          -          0
1800.02/1800.09	c   feaspump         :       0.00          0          0
1800.02/1800.09	c   oneopt           :       0.49         37          0
1800.02/1800.09	c   intshifting      :       0.02          4          0
1800.02/1800.09	c   crossover        :       1.93         58          0
1800.02/1800.09	c   guideddiving     :       1.15        714          0
1800.02/1800.09	c   linesearchdiving :       2.07       1367          0
1800.02/1800.09	c   pscostdiving     :       2.07       1367          0
1800.02/1800.09	c   fracdiving       :       2.12       1367          0
1800.02/1800.09	c   veclendiving     :       2.30       1367          0
1800.02/1800.09	c   coefdiving       :       2.05       1368          0
1800.02/1800.09	c   rootsoldiving    :       2.24       1341          0
1800.02/1800.09	c   objpscostdiving  :       2.13       1343          0
1800.02/1800.09	c   trivial          :       0.09          2          2
1800.02/1800.09	c   simplerounding   :       0.86     362108          0
1800.02/1800.09	c   zirounding       :       0.34       1000          0
1800.02/1800.09	c   rounding         :       2.93       8438          0
1800.02/1800.09	c   shifting         :       1.86       2699          0
1800.02/1800.09	c   twoopt           :       0.00          0          0
1800.02/1800.09	c   fixandinfer      :       0.00          0          0
1800.02/1800.09	c   intdiving        :       0.00          0          0
1800.02/1800.09	c   actconsdiving    :       0.00          0          0
1800.02/1800.09	c   octane           :       0.00          0          0
1800.02/1800.09	c   rens             :       0.03          1          0
1800.02/1800.09	c   rins             :       0.00          0          0
1800.02/1800.09	c   localbranching   :       0.00          0          0
1800.02/1800.09	c   mutation         :       0.00          0          0
1800.02/1800.09	c   dins             :       0.00          0          0
1800.02/1800.09	c   undercover       :       0.00          0          0
1800.02/1800.09	c   nlp              :       0.19          0          0
1800.02/1800.09	c   trysol           :       3.17       7460        121
1800.02/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.09	c   dual LP          :     454.03     476741    2904252       6.09    6396.61
1800.02/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.09	c   diving/probing LP:       0.17        136       1140       8.38    6705.88
1800.02/1800.09	c   strong branching :      15.47       9617      90606       9.42    5856.88
1800.02/1800.09	c     (at root node) :          -         32       1061      33.16          -
1800.02/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.09	c B&B Tree           :
1800.02/1800.09	c   number of runs   :          1
1800.02/1800.09	c   nodes            :     755268
1800.02/1800.09	c   nodes (total)    :     755268
1800.02/1800.09	c   nodes left       :       2148
1800.02/1800.09	c   max depth        :       1489
1800.02/1800.09	c   max depth (total):       1489
1800.02/1800.09	c   backtracks       :      65083 (8.6%)
1800.02/1800.09	c   delayed cutoffs  :      53845
1800.02/1800.09	c   repropagations   :    1817396 (4676475 domain reductions, 50549 cutoffs)
1800.02/1800.09	c   avg switch length:       6.37
1800.02/1800.09	c   switching time   :     251.04
1800.02/1800.09	c Solution           :
1800.02/1800.09	c   Solutions found  :        165 (43 improvements)
1800.02/1800.09	c   First Solution   : +1.37972000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.02/1800.09	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 539458 nodes, 1250.62 seconds, depth 30, found by <relaxation>)
1800.02/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.02/1800.09	c   Gap              :   infinite
1800.02/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.09	c   Root Iterations  :        106
1800.12/1800.19	c Time complete: 1800.22.

Verifier Data

OK	1

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.01 4/196 15466
/proc/meminfo: memFree=31439680/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=9400 CPUtime=0
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 1648 0 0 0 0 0 0 0 25 0 1 0 134362252 9625600 1567 4089446400 4194304 8223781 140736262361152 18446744073709551615 4680856 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15466/statm: 2350 1567 369 984 0 1363 0

[startup+0.0228279 s]
/proc/loadavg: 2.00 2.00 2.01 4/196 15466
/proc/meminfo: memFree=31439680/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=15088 CPUtime=0.01
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 3097 0 0 0 1 0 0 0 25 0 1 0 134362252 15450112 3016 4089446400 4194304 8223781 140736262361152 18446744073709551615 6207680 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15466/statm: 3772 3016 369 984 0 2785 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15088

[startup+0.100829 s]
/proc/loadavg: 2.00 2.00 2.01 4/196 15466
/proc/meminfo: memFree=31439680/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=35136 CPUtime=0.09
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 8088 0 0 0 8 1 0 0 25 0 1 0 134362252 35979264 7643 4089446400 4194304 8223781 140736262361152 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15466/statm: 8784 7643 422 984 0 7797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35136

[startup+0.300794 s]
/proc/loadavg: 2.00 2.00 2.01 4/196 15466
/proc/meminfo: memFree=31439680/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=42932 CPUtime=0.29
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 10623 0 0 0 28 1 0 0 18 0 1 0 134362252 43962368 9575 4089446400 4194304 8223781 140736262361152 18446744073709551615 5734260 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15466/statm: 10733 9575 561 984 0 9746 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42932

[startup+0.700727 s]
/proc/loadavg: 2.00 2.00 2.01 4/196 15466
/proc/meminfo: memFree=31439680/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=43076 CPUtime=0.69
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 15655 0 0 0 67 2 0 0 18 0 1 0 134362252 44109824 9709 4089446400 4194304 8223781 140736262361152 18446744073709551615 6445441 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15466/statm: 10769 9709 575 984 0 9782 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43076

[startup+1.5006 s]
/proc/loadavg: 2.08 2.02 2.02 3/197 15467
/proc/meminfo: memFree=31402100/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=43100 CPUtime=1.49
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 15718 0 0 0 146 3 0 0 19 0 1 0 134362252 44134400 9771 4089446400 4194304 8223781 140736262361152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15466/statm: 10775 9771 578 984 0 9788 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43100

[startup+3.10033 s]
/proc/loadavg: 2.08 2.02 2.02 3/197 15467
/proc/meminfo: memFree=31401108/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=48560 CPUtime=3.09
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 16916 0 0 0 303 6 0 0 23 0 1 0 134362252 49725440 10969 4089446400 4194304 8223781 140736262361152 18446744073709551615 6003622 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15466/statm: 12140 10969 578 984 0 11153 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48560

[startup+6.30078 s]
/proc/loadavg: 2.07 2.02 2.01 3/197 15467
/proc/meminfo: memFree=31392980/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=52592 CPUtime=6.29
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 28096 0 0 0 619 10 0 0 25 0 1 0 134362252 53854208 11989 4089446400 4194304 8223781 140736262361152 18446744073709551615 4902885 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15466/statm: 13148 11989 579 984 0 12161 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52592

[startup+12.7007 s]
/proc/loadavg: 2.07 2.02 2.01 3/197 15467
/proc/meminfo: memFree=31387772/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=58376 CPUtime=12.69
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 34626 0 0 0 1253 16 0 0 25 0 1 0 134362252 59777024 13451 4089446400 4194304 8223781 140736262361152 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15466/statm: 14594 13451 579 984 0 13607 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58376

[startup+25.5005 s]
/proc/loadavg: 2.06 2.01 2.01 3/197 15467
/proc/meminfo: memFree=31374512/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=71528 CPUtime=25.49
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 48111 0 0 0 2522 27 0 0 25 0 1 0 134362252 73244672 16750 4089446400 4194304 8223781 140736262361152 18446744073709551615 4414760 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15466/statm: 17882 16750 579 984 0 16895 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71528

[startup+51.1002 s]
/proc/loadavg: 2.03 2.01 2.01 3/197 15467
/proc/meminfo: memFree=31346484/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=100968 CPUtime=51.09
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 60868 0 0 0 5062 47 0 0 25 0 1 0 134362252 103391232 24169 4089446400 4194304 8223781 140736262361152 18446744073709551615 6003303 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 25242 24169 579 984 0 24255 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 100968

[startup+102.306 s]
/proc/loadavg: 2.07 2.02 2.01 3/197 15469
/proc/meminfo: memFree=31286764/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=158788 CPUtime=102.3
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 80621 0 0 0 10141 89 0 0 25 0 1 0 134362252 162598912 38694 4089446400 4194304 8223781 140736262361152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 39697 38694 579 984 0 38710 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 158788

[startup+162.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/197 15471
/proc/meminfo: memFree=31223708/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=223308 CPUtime=162.29
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 128235 0 0 0 16086 143 0 0 25 0 1 0 134362252 228667392 54440 4089446400 4194304 8223781 140736262361152 18446744073709551615 6448683 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 55827 54440 583 984 0 54840 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 223308

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/197 15471
/proc/meminfo: memFree=31172548/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=273536 CPUtime=222.29
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 213571 0 0 0 22030 199 0 0 25 0 1 0 134362252 280100864 66997 4089446400 4194304 8223781 140736262361152 18446744073709551615 6446858 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 68384 66997 583 984 0 67397 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 273536

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 15473
/proc/meminfo: memFree=31112576/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=337088 CPUtime=282.29
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 285292 0 0 0 27959 270 0 0 25 0 1 0 134362252 345178112 82187 4089446400 4194304 8223781 140736262361152 18446744073709551615 4923182 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 84272 82187 592 984 0 83285 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 337088

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15475
/proc/meminfo: memFree=31068608/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=383592 CPUtime=342.29
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 322930 0 0 0 33881 348 0 0 25 0 1 0 134362252 392798208 92988 4089446400 4194304 8223781 140736262361152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 95898 92988 593 984 0 94911 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 383592

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15477
/proc/meminfo: memFree=31048344/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=406180 CPUtime=402.3
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 378431 0 0 0 39800 430 0 0 25 0 1 0 134362252 415928320 97913 4089446400 4194304 8223781 140736262361152 18446744073709551615 6482892 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 101545 97913 593 984 0 100558 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 406180

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15479
/proc/meminfo: memFree=31041796/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=412428 CPUtime=462.3
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 429601 0 0 0 45715 515 0 0 25 0 1 0 134362252 422326272 99467 4089446400 4194304 8223781 140736262361152 18446744073709551615 5001177 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 103107 99467 593 984 0 102120 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 412428

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15479
/proc/meminfo: memFree=31039988/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=414740 CPUtime=522.3
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 466334 0 0 0 51638 592 0 0 25 0 1 0 134362252 424693760 100043 4089446400 4194304 8223781 140736262361152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 103685 100043 593 984 0 102698 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 414740

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15481
/proc/meminfo: memFree=31033364/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=420772 CPUtime=582.3
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 473284 0 0 0 57572 658 0 0 25 0 1 0 134362252 430870528 101525 4089446400 4194304 8223781 140736262361152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 105193 101525 593 984 0 104206 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 420772

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15483
/proc/meminfo: memFree=31030324/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=423384 CPUtime=642.31
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 475753 0 0 0 63513 718 0 0 25 0 1 0 134362252 433545216 102173 4089446400 4194304 8223781 140736262361152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 105846 102173 593 984 0 104859 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 423384

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 15489
/proc/meminfo: memFree=31020884/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=432456 CPUtime=882.3
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 485910 0 0 0 87259 971 0 0 25 0 1 0 134362252 442834944 104411 4089446400 4194304 8223781 140736262361152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 108114 104411 601 984 0 107127 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 432456

[startup+942.301 s]
/proc/loadavg: 1.98 2.00 2.00 3/179 15519
/proc/meminfo: memFree=31050392/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=433608 CPUtime=942.31
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 486203 0 0 0 93200 1031 0 0 25 0 1 0 134362252 444014592 104701 4089446400 4194304 8223781 140736262361152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 108402 104701 601 984 0 107415 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 433608

[startup+1002.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 15530
/proc/meminfo: memFree=31027928/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=435312 CPUtime=1002.3
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 493503 0 0 0 99135 1095 0 0 25 0 1 0 134362252 445759488 105147 4089446400 4194304 8223781 140736262361152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 108828 105147 601 984 0 107841 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 435312

[startup+1062.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 15532
/proc/meminfo: memFree=31019692/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=434584 CPUtime=1062.31
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 493574 0 0 0 105070 1161 0 0 25 0 1 0 134362252 445014016 104962 4089446400 4194304 8223781 140736262361152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 108646 104962 601 984 0 107659 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 434584

[startup+1122.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 15532
/proc/meminfo: memFree=31010596/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=435224 CPUtime=1122.3
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 493679 0 0 0 111013 1217 0 0 25 0 1 0 134362252 445669376 105067 4089446400 4194304 8223781 140736262361152 18446744073709551615 4925518 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 108806 105067 601 984 0 107819 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 435224

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 15534
/proc/meminfo: memFree=30994440/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=436760 CPUtime=1182.31
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 493992 0 0 0 116954 1277 0 0 25 0 1 0 134362252 447242240 105380 4089446400 4194304 8223781 140736262361152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 109190 105380 601 984 0 108203 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 436760

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 15536
/proc/meminfo: memFree=30972588/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=438660 CPUtime=1242.31
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 494481 0 0 0 122901 1330 0 0 25 0 1 0 134362252 449187840 105869 4089446400 4194304 8223781 140736262361152 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 109665 105869 601 984 0 108678 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 438660

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15538
/proc/meminfo: memFree=30952216/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=437872 CPUtime=1302.32
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 512950 0 0 0 128844 1388 0 0 25 0 1 0 134362252 448380928 105677 4089446400 4194304 8223781 140736262361152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 109468 105677 601 984 0 108481 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 437872

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15540
/proc/meminfo: memFree=30902212/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=437872 CPUtime=1362.31
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 517281 0 0 0 134791 1440 0 0 25 0 1 0 134362252 448380928 105679 4089446400 4194304 8223781 140736262361152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 109468 105679 601 984 0 108481 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 437872

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15540
/proc/meminfo: memFree=30853800/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=438216 CPUtime=1422.31
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 519138 0 0 0 140737 1494 0 0 25 0 1 0 134362252 448733184 105730 4089446400 4194304 8223781 140736262361152 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 109554 105730 601 984 0 108567 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 438216

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15542
/proc/meminfo: memFree=30800928/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=437296 CPUtime=1482.32
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 519170 0 0 0 146680 1552 0 0 25 0 1 0 134362252 447791104 105506 4089446400 4194304 8223781 140736262361152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 109324 105506 601 984 0 108337 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 437296

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15544
/proc/meminfo: memFree=30769656/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=436272 CPUtime=1542.32
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 521014 0 0 0 152622 1610 0 0 25 0 1 0 134362252 446742528 105283 4089446400 4194304 8223781 140736262361152 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 109068 105283 601 984 0 108081 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 436272

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15546
/proc/meminfo: memFree=30732912/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=435972 CPUtime=1602.31
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 521142 0 0 0 158565 1666 0 0 25 0 1 0 134362252 446435328 105155 4089446400 4194304 8223781 140736262361152 18446744073709551615 4923471 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 108993 105155 601 984 0 108006 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 435972

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15548
/proc/meminfo: memFree=30696800/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=435972 CPUtime=1662.31
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 521144 0 0 0 164503 1728 0 0 25 0 1 0 134362252 446435328 105157 4089446400 4194304 8223781 140736262361152 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 108993 105157 601 984 0 108006 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 435972

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15548
/proc/meminfo: memFree=30658304/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=436092 CPUtime=1722.32
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 521183 0 0 0 170457 1775 0 0 25 0 1 0 134362252 446558208 105196 4089446400 4194304 8223781 140736262361152 18446744073709551615 7237118 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 109023 105196 601 984 0 108036 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 436092

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15550
/proc/meminfo: memFree=30620568/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=430972 CPUtime=1782.31
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 529440 0 0 0 176404 1827 0 0 25 0 1 0 134362252 441315328 103925 4089446400 4194304 8223781 140736262361152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 107743 103925 601 984 0 106756 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 430972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15552
/proc/meminfo: memFree=30607420/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=427900 CPUtime=1800.02
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 529440 0 0 0 178156 1846 0 0 25 0 1 0 134362252 438169600 103157 4089446400 4194304 8223781 140736262361152 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15466/statm: 106975 103157 601 984 0 105988 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 427900

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.00 2.00 2.00 3/179 15552
/proc/meminfo: memFree=30607420/32951124 swapFree=67111528/67111528
[pid=15466] ppid=15464 vsize=427900 CPUtime=1800.12
/proc/15466/stat : 15466 (pbscip.linux.x8) R 15464 15466 14982 0 -1 4202496 529447 0 0 0 178166 1846 0 0 25 0 1 0 134362252 438169600 103164 4089446400 4194304 8223781 140736262361152 18446744073709551615 4212060 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15466/statm: 106975 103164 603 984 0 105988 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 427900

Child status: 0
Real time (s): 1800.2
CPU time (s): 1800.23
CPU user time (s): 1781.74
CPU system time (s): 18.4852
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 449848

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

runsolver used 2.6546 second user time and 5.72513 second system time

The end

Launcher Data

Begin job on node130 at 2010-06-30 22:44:22
IDJOB=2692418
IDBENCH=79308
IDSOLVER=1204
FILE ID=node130/2692418-1277930662
PBS_JOBID= 11197384
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/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900573901--soft-0-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-2692418-1277930662/watcher-2692418-1277930662 -o /tmp/evaluation-result-2692418-1277930662/solver-2692418-1277930662 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692418-1277930662.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 889361cc7af818b09040d50027029365
RANDOM SEED=735643615

node130.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.796
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.59
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.796
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.67
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.796
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.796
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.72
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.796
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.796
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.63
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.796
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.796
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	: 5237.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31440208 kB
Buffers:        218620 kB
Cached:         968212 kB
SwapCached:          0 kB
Active:         651956 kB
Inactive:       716248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31440208 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4704 kB
Writeback:           0 kB
AnonPages:      181468 kB
Mapped:          20492 kB
Slab:            79700 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1658076 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node130 at 2010-06-30 23:14:24