Trace number 2693009

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1800.38 1800.34

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2693009-1277928491.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 137945
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.379450e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.14
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   176 |     - |  19M|   0 |  42 |5645 |5414 |5645 | 165 | 165 |   0 |   0 | 0.000000e+00 | 1.379450e+05 |    Inf 
0.39/0.45	c   0.4s|     1 |     2 |   291 |     - |  19M|   0 |  42 |5645 |5414 |5645 | 165 | 165 |   0 |  33 | 0.000000e+00 | 1.379450e+05 |    Inf 
15.30/15.35	c  15.1s| 10000 | 10001 |  2755 |   0.3 |  42M|1621 |   0 |5645 |5414 |5645 | 227 | 791 |   0 | 456 | 0.000000e+00 | 1.379450e+05 |    Inf 
28.29/28.35	c  28.0s| 20000 | 19999 |  4238 |   0.2 |  63M|2031 |   0 |5645 |5423 |5645 | 241 |1345 |   9 | 504 | 0.000000e+00 | 1.379450e+05 |    Inf 
41.49/41.51	c  41.0s| 30000 | 29999 |  5855 |   0.2 |  84M|2031 |   0 |5645 |5423 |5645 | 224 |1784 |   9 | 531 | 0.000000e+00 | 1.379450e+05 |    Inf 
51.90/51.96	o 391
51.90/51.96	c *51.3s| 37747 | 27166 |  7074 |   0.2 |  80M|2031 |   - |5645 |5433 |5645 | 236 |2115 |  19 | 562 | 0.000000e+00 | 3.910000e+02 |    Inf 
53.39/53.41	o 372
53.39/53.41	c *52.8s| 38558 | 27029 |  7792 |   0.2 |  81M|2031 |   - |5645 |5503 |5645 | 228 |2294 |  89 | 588 | 0.000000e+00 | 3.720000e+02 |    Inf 
54.49/54.55	o 349
54.49/54.55	c *53.9s| 39136 | 26273 |  8398 |   0.2 |  80M|2031 |   - |5645 |5658 |5645 | 218 |2453 | 244 | 588 | 0.000000e+00 | 3.490000e+02 |    Inf 
54.69/54.77	o 337
54.69/54.77	c *54.1s| 39208 | 25680 |  8626 |   0.2 |  79M|2031 |   - |5645 |5709 |5645 | 228 |2511 | 295 | 589 | 0.000000e+00 | 3.370000e+02 |    Inf 
55.49/55.53	o 226
55.49/55.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
55.49/55.53	c *54.8s| 39557 | 16346 |  9020 |   0.2 |  62M|2031 |   - |5645 |5862 |5645 | 220 |2616 | 448 | 593 | 0.000000e+00 | 2.260000e+02 |    Inf 
56.89/56.99	c  56.2s| 40000 | 16645 | 10363 |   0.3 |  64M|2031 |   0 |5645 |6216 |5645 | 224 |3044 | 802 | 653 | 0.000000e+00 | 2.260000e+02 |    Inf 
59.19/59.30	o 205
59.19/59.30	c *58.5s| 40812 | 14871 | 12420 |   0.3 |  62M|2031 |   - |5645 |6769 |5645 | 260 |3667 |1355 | 721 | 0.000000e+00 | 2.050000e+02 |    Inf 
59.59/59.61	o 188
59.59/59.61	c *58.8s| 40903 | 13134 | 13030 |   0.3 |  58M|2031 |   - |5645 |6833 |5645 | 231 |3823 |1419 | 733 | 0.000000e+00 | 1.880000e+02 |    Inf 
59.99/60.05	o 153
59.99/60.05	c *59.3s| 41053 |  9723 | 13807 |   0.3 |  52M|2031 |   - |5645 |6875 |5645 | 233 |4089 |1461 | 748 | 0.000000e+00 | 1.530000e+02 |    Inf 
60.09/60.12	o 147
60.09/60.12	c *59.3s| 41071 |  9181 | 13919 |   0.3 |  50M|2031 |   - |5645 |6885 |5645 | 238 |4108 |1471 | 748 | 0.000000e+00 | 1.470000e+02 |    Inf 
63.59/63.69	o 138
63.59/63.69	c *62.8s| 42094 |  8746 | 18695 |   0.4 |  52M|2031 |   - |5645 |7664 |5645 | 211 |5364 |2283 | 868 | 0.000000e+00 | 1.380000e+02 |    Inf 
64.39/64.49	o 133
64.39/64.49	c *63.6s| 42293 |  8453 | 19799 |   0.5 |  51M|2031 |   - |5645 |7789 |5645 | 223 |5640 |2448 | 896 | 0.000000e+00 | 1.330000e+02 |    Inf 
64.49/64.58	o 128
64.49/64.58	c *63.7s| 42300 |  8044 | 20082 |   0.5 |  51M|2031 |   - |5645 |7792 |5645 | 211 |5691 |2452 | 916 | 0.000000e+00 | 1.280000e+02 |    Inf 
65.59/65.60	o 127
65.59/65.60	c *64.7s| 42523 |  8031 | 21566 |   0.5 |  52M|2031 |   - |5645 |7965 |5645 | 228 |6096 |2710 | 982 | 0.000000e+00 | 1.270000e+02 |    Inf 
77.39/77.40	o 118
77.39/77.40	c *76.3s| 45687 |  8994 | 36977 |   0.8 |  66M|2031 |   - |5645 |9014 |5645 | 205 |9524 |5956 |1212 | 0.000000e+00 | 1.180000e+02 |    Inf 
77.39/77.41	o 101
77.39/77.41	c *76.3s| 45688 |  7622 | 36979 |   0.8 |  61M|2031 |   - |5645 |9014 |5645 | 205 |9524 |5956 |1212 | 0.000000e+00 | 1.010000e+02 |    Inf 
82.09/82.10	o 90
82.09/82.10	c *80.9s| 47144 |  7193 | 42401 |   0.9 |  62M|2031 |   - |5645 |7762 |5645 | 239 |  10k|7318 |1276 | 0.000000e+00 | 9.000000e+01 |    Inf 
82.59/82.69	o 89
82.59/82.69	c *81.5s| 47286 |  7171 | 43724 |   0.9 |  62M|2031 |   - |5645 |7358 |5645 | 218 |  10k|7431 |1282 | 0.000000e+00 | 8.900000e+01 |    Inf 
82.79/82.85	o 84
82.79/82.85	c *81.7s| 47328 |  6548 | 44106 |   0.9 |  59M|2031 |   - |5645 |7266 |5645 | 214 |  10k|7448 |1285 | 0.000000e+00 | 8.400000e+01 |    Inf 
92.59/92.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
92.59/92.62	c  91.3s| 50000 |  7973 | 56485 |   1.1 |  71M|2031 |   - |5645 |7035 |   0 |   0 |  14k|9761 |1421 | 0.000000e+00 | 8.400000e+01 |    Inf 
103.49/103.56	o 77
103.49/103.56	c * 102s| 53084 |  8821 | 72055 |   1.4 |  78M|2031 |   - |5645 |6570 |5645 | 225 |  18k|  12k|1462 | 0.000000e+00 | 7.700000e+01 |    Inf 
103.59/103.60	o 60
103.59/103.60	c * 102s| 53088 |  7068 | 72058 |   1.4 |  71M|2031 |   - |5645 |6307 |5645 | 225 |  18k|  12k|1462 | 0.000000e+00 | 6.000000e+01 |    Inf 
127.79/127.84	c   126s| 60000 |  8510 |115359 |   1.9 |  87M|2031 |   - |5645 |6895 |5645 | 236 |  30k|  20k|1815 | 0.000000e+00 | 6.000000e+01 |    Inf 
135.60/135.69	o 49
135.60/135.69	c * 134s| 62348 |  7665 |128059 |   2.1 |  84M|2031 |   - |5645 |6988 |5645 | 222 |  33k|  23k|1901 | 0.000000e+00 | 4.900000e+01 |    Inf 
158.19/158.20	c   156s| 70000 |  8110 |160633 |   2.3 |  93M|2031 |   - |5645 |7427 |   0 |   0 |  40k|  33k|2171 | 0.000000e+00 | 4.900000e+01 |    Inf 
160.79/160.84	o 45
160.79/160.84	c * 158s| 70890 |  7903 |164702 |   2.3 |  92M|2031 |   - |5645 |7558 |5645 | 225 |  41k|  34k|2177 | 0.000000e+00 | 4.500000e+01 |    Inf 
185.80/185.86	c   183s| 80000 |  8418 |201681 |   2.5 | 101M|2031 |  14 |5645 |7907 |5645 | 253 |  47k|  47k|2448 | 0.000000e+00 | 4.500000e+01 |    Inf 
189.20/189.29	o 44
189.20/189.29	c * 186s| 81248 |  8393 |206440 |   2.5 | 101M|2031 |   - |5645 |7215 |5645 | 211 |  48k|  48k|2465 | 0.000000e+00 | 4.400000e+01 |    Inf 
212.60/212.68	c   209s| 90000 |  9151 |239657 |   2.7 | 112M|2031 |   0 |5645 |9899 |5645 | 271 |  54k|  60k|2609 | 0.000000e+00 | 4.400000e+01 |    Inf 
220.79/220.84	o 40
220.79/220.84	c * 217s| 92897 |  9072 |249231 |   2.7 | 114M|2031 |   - |5645 |9977 |5645 | 275 |  55k|  64k|2648 | 0.000000e+00 | 4.000000e+01 |    Inf 
221.00/221.00	o 31
221.00/221.00	c * 217s| 92962 |  8312 |249351 |   2.7 | 107M|2031 |   - |5645 |9726 |5645 | 280 |  55k|  64k|2648 | 0.000000e+00 | 3.100000e+01 |    Inf 
237.40/237.40	c   234s|100000 |  8439 |271315 |   2.7 | 110M|2031 |   1 |5645 |7287 |5645 | 259 |  58k|  74k|2802 | 0.000000e+00 | 3.100000e+01 |    Inf 
250.70/250.77	o 29
250.70/250.77	c * 247s|105937 |  8017 |288740 |   2.7 | 109M|2031 |   - |5645 |6738 |5645 | 250 |  60k|  82k|2890 | 0.000000e+00 | 2.900000e+01 |    Inf 
259.61/259.68	c   255s|110000 |  8064 |301643 |   2.7 | 111M|2031 |   - |5645 |6729 |   0 |   0 |  62k|  88k|2966 | 0.000000e+00 | 2.900000e+01 |    Inf 
281.50/281.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
281.50/281.53	c   277s|120000 |  8322 |335592 |   2.8 | 116M|2031 |   1 |5645 |7015 |5645 | 221 |  67k| 101k|3127 | 0.000000e+00 | 2.900000e+01 |    Inf 
303.50/303.58	c   299s|130000 |  8623 |371446 |   2.9 | 122M|2031 |   - |5645 |7025 |   0 |   0 |  74k| 114k|3291 | 0.000000e+00 | 2.900000e+01 |    Inf 
325.50/325.51	c   320s|140000 |  8830 |402947 |   2.9 | 127M|2031 |   - |5645 |7350 |   0 |   0 |  80k| 127k|3449 | 0.000000e+00 | 2.900000e+01 |    Inf 
346.90/346.92	c   341s|150000 |  9251 |436201 |   2.9 | 132M|2031 |   1 |5645 |8201 |5645 | 245 |  84k| 140k|3586 | 0.000000e+00 | 2.900000e+01 |    Inf 
368.70/368.76	c   363s|160000 |  9412 |468919 |   2.9 | 135M|2031 |   1 |5645 |8273 |5645 | 252 |  88k| 153k|3673 | 0.000000e+00 | 2.900000e+01 |    Inf 
390.20/390.29	c   384s|170000 |  9575 |502181 |   3.0 | 138M|2031 |   5 |5645 |8377 |5645 | 259 |  91k| 166k|3823 | 0.000000e+00 | 2.900000e+01 |    Inf 
411.30/411.36	c   405s|180000 |  9861 |531502 |   3.0 | 143M|2031 |   - |5645 |7838 |   0 |   0 |  95k| 181k|3907 | 0.000000e+00 | 2.900000e+01 |    Inf 
426.20/426.20	o 28
426.20/426.20	c * 419s|186895 | 10019 |553721 |   3.0 | 146M|2031 |   - |5645 |8854 |5645 | 284 |  98k| 190k|3982 | 0.000000e+00 | 2.800000e+01 |    Inf 
426.20/426.21	o 18
426.20/426.21	c * 419s|186896 |  9115 |553721 |   3.0 | 130M|2031 |   - |5645 |8854 |5645 | 284 |  98k| 190k|3982 | 0.000000e+00 | 1.800000e+01 |    Inf 
432.50/432.59	c   425s|190000 |  9135 |565980 |   3.0 | 131M|2031 |   1 |5645 |6124 |5645 | 251 | 100k| 195k|4019 | 0.000000e+00 | 1.800000e+01 |    Inf 
452.11/452.13	c   445s|200000 |  9197 |598754 |   3.0 | 134M|2031 |   - |5645 |6004 |   0 |   0 | 105k| 208k|4155 | 0.000000e+00 | 1.800000e+01 |    Inf 
472.00/472.04	c   464s|210000 |  9369 |633633 |   3.0 | 139M|2031 |  17 |5645 |9136 |5645 | 232 | 112k| 220k|4259 | 0.000000e+00 | 1.800000e+01 |    Inf 
492.00/492.04	c   484s|220000 |  9545 |661545 |   3.0 | 142M|2031 |  16 |5645 |  12k|5645 | 248 | 115k| 234k|4341 | 0.000000e+00 | 1.800000e+01 |    Inf 
513.10/513.17	c   505s|230000 |  9603 |692492 |   3.0 | 144M|2031 |   - |5645 |9567 |   0 |   0 | 120k| 247k|4453 | 0.000000e+00 | 1.800000e+01 |    Inf 
534.00/534.03	c   525s|240000 |  9682 |724046 |   3.0 | 147M|2031 |   - |5645 |  10k|   0 |   0 | 124k| 261k|4575 | 0.000000e+00 | 1.800000e+01 |    Inf 
554.80/554.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
554.80/554.85	c   546s|250000 |  9855 |756072 |   3.0 | 150M|2031 |   1 |5645 |8666 |5645 | 192 | 129k| 273k|4683 | 0.000000e+00 | 1.800000e+01 |    Inf 
572.40/572.49	o 17
572.40/572.49	c * 563s|258968 |  9880 |778023 |   3.0 | 150M|2031 |   - |5645 |  10k|5645 | 217 | 133k| 284k|4741 | 0.000000e+00 | 1.700000e+01 |    Inf 
574.80/574.85	c   565s|260000 |  9916 |782326 |   3.0 | 150M|2031 |   - |5645 |  10k|   0 |   0 | 133k| 286k|4747 | 0.000000e+00 | 1.700000e+01 |    Inf 
595.61/595.67	c   586s|270000 | 10094 |813024 |   3.0 | 153M|2031 |  19 |5645 |  10k|5645 | 222 | 138k| 299k|4837 | 0.000000e+00 | 1.700000e+01 |    Inf 
616.01/616.05	c   606s|280000 | 10230 |842015 |   3.0 | 157M|2031 |  12 |5645 |  11k|5645 | 239 | 142k| 312k|4901 | 0.000000e+00 | 1.700000e+01 |    Inf 
636.81/636.84	c   626s|290000 | 10339 |872510 |   3.0 | 159M|2031 |   - |5645 |8984 |   0 |   0 | 146k| 324k|4995 | 0.000000e+00 | 1.700000e+01 |    Inf 
657.31/657.37	c   646s|300000 | 10536 |900908 |   3.0 | 163M|2031 |   1 |5645 |8991 |5645 | 212 | 150k| 337k|5070 | 0.000000e+00 | 1.700000e+01 |    Inf 
677.00/677.02	c   666s|310000 | 10626 |927129 |   3.0 | 165M|2031 |   - |5645 |9212 |   0 |   0 | 153k| 351k|5149 | 0.000000e+00 | 1.700000e+01 |    Inf 
696.91/696.90	c   685s|320000 | 10709 |953332 |   3.0 | 167M|2031 |   8 |5645 |9068 |5645 | 226 | 157k| 365k|5229 | 0.000000e+00 | 1.700000e+01 |    Inf 
717.21/717.21	c   705s|330000 | 10905 |982291 |   3.0 | 171M|2031 |   - |5645 |9696 |   0 |   0 | 161k| 378k|5303 | 0.000000e+00 | 1.700000e+01 |    Inf 
737.50/737.57	c   725s|340000 | 11061 |  1013k|   3.0 | 175M|2031 |   - |5645 |  10k|   0 |   0 | 165k| 391k|5376 | 0.000000e+00 | 1.700000e+01 |    Inf 
757.71/757.74	c   745s|350000 | 11182 |  1040k|   3.0 | 177M|2031 |   1 |5645 |  10k|5645 | 226 | 168k| 404k|5460 | 0.000000e+00 | 1.700000e+01 |    Inf 
778.50/778.52	c   765s|360000 | 11245 |  1068k|   3.0 | 180M|2031 |   - |5645 |  12k|   0 |   0 | 172k| 417k|5531 | 0.000000e+00 | 1.700000e+01 |    Inf 
800.01/800.02	c   787s|370000 | 11271 |  1098k|   3.0 | 181M|2031 |   - |5645 |  11k|   0 |   0 | 176k| 430k|5612 | 0.000000e+00 | 1.700000e+01 |    Inf 
821.00/821.02	c   807s|380000 | 11313 |  1127k|   3.0 | 183M|2031 |  20 |5645 |  12k|5645 | 209 | 180k| 443k|5681 | 0.000000e+00 | 1.700000e+01 |    Inf 
841.21/841.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
841.21/841.28	c   827s|390000 | 11412 |  1157k|   3.0 | 185M|2031 |   1 |5645 |  10k|5645 | 216 | 184k| 457k|5763 | 0.000000e+00 | 1.700000e+01 |    Inf 
843.11/843.16	o 15
843.11/843.16	c * 829s|390896 | 11143 |  1160k|   3.0 | 179M|2031 |   - |5645 |9812 |5645 | 281 | 184k| 458k|5776 | 0.000000e+00 | 1.500000e+01 |    Inf 
862.01/862.03	c   848s|400000 | 11236 |  1189k|   3.0 | 181M|2031 |   1 |5645 |  10k|5645 | 209 | 188k| 471k|5828 | 0.000000e+00 | 1.500000e+01 |    Inf 
881.51/881.52	c   867s|410000 | 11253 |  1220k|   3.0 | 182M|2031 |   - |5645 |6713 |   0 |   0 | 192k| 485k|5896 | 0.000000e+00 | 1.500000e+01 |    Inf 
900.71/900.75	c   886s|420000 | 11400 |  1249k|   3.0 | 185M|2031 |   - |5645 |9024 |   0 |   0 | 196k| 497k|5950 | 0.000000e+00 | 1.500000e+01 |    Inf 
920.51/920.59	c   905s|430000 | 11474 |  1280k|   3.0 | 187M|2031 |   - |5645 |8373 |   0 |   0 | 201k| 510k|6013 | 0.000000e+00 | 1.500000e+01 |    Inf 
940.21/940.25	c   924s|440000 | 11506 |  1313k|   3.0 | 188M|2031 |   1 |5645 |  10k|5645 | 264 | 205k| 523k|6089 | 0.000000e+00 | 1.500000e+01 |    Inf 
959.81/959.81	c   944s|450000 | 11500 |  1339k|   3.0 | 190M|2031 |   7 |5645 |  11k|5645 | 253 | 208k| 536k|6139 | 0.000000e+00 | 1.500000e+01 |    Inf 
979.61/979.69	c   963s|460000 | 11461 |  1369k|   3.0 | 189M|2031 |   1 |5645 |8061 |5645 | 209 | 212k| 549k|6206 | 0.000000e+00 | 1.500000e+01 |    Inf 
998.71/998.76	c   982s|470000 | 11494 |  1396k|   3.0 | 191M|2031 |  17 |5645 |9560 |5645 | 256 | 216k| 564k|6276 | 0.000000e+00 | 1.500000e+01 |    Inf 
1018.62/1018.69	c  1001s|480000 | 11704 |  1422k|   3.0 | 193M|2031 |   - |5645 |9592 |   0 |   0 | 219k| 579k|6327 | 0.000000e+00 | 1.500000e+01 |    Inf 
1038.42/1038.41	c  1021s|490000 | 11831 |  1446k|   3.0 | 197M|2031 |  12 |5645 |  13k|5645 | 251 | 222k| 595k|6359 | 0.000000e+00 | 1.500000e+01 |    Inf 
1058.42/1058.46	c  1041s|500000 | 11934 |  1473k|   2.9 | 198M|2031 |  11 |5645 |  11k|5645 | 258 | 224k| 611k|6398 | 0.000000e+00 | 1.500000e+01 |    Inf 
1078.61/1078.64	c  1060s|510000 | 12006 |  1498k|   2.9 | 199M|2031 |   1 |5645 |9317 |5645 | 286 | 227k| 627k|6454 | 0.000000e+00 | 1.500000e+01 |    Inf 
1098.82/1098.82	c  1080s|520000 | 12220 |  1528k|   2.9 | 201M|2031 |   - |5645 |8835 |   0 |   0 | 230k| 643k|6520 | 0.000000e+00 | 1.500000e+01 |    Inf 
1118.42/1118.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1118.42/1118.42	c  1099s|530000 | 12332 |  1558k|   2.9 | 204M|2031 |   - |5645 |  10k|   0 |   0 | 234k| 658k|6573 | 0.000000e+00 | 1.500000e+01 |    Inf 
1138.91/1138.93	c  1120s|540000 | 12464 |  1591k|   2.9 | 206M|2031 |   1 |5645 |9672 |5645 | 259 | 237k| 674k|6630 | 0.000000e+00 | 1.500000e+01 |    Inf 
1158.61/1158.66	c  1139s|550000 | 12524 |  1623k|   3.0 | 209M|2031 |   1 |5645 |  10k|5645 | 281 | 241k| 689k|6681 | 0.000000e+00 | 1.500000e+01 |    Inf 
1178.92/1178.96	c  1159s|560000 | 12505 |  1659k|   3.0 | 209M|2031 |  14 |5645 |9471 |5645 | 227 | 245k| 704k|6751 | 0.000000e+00 | 1.500000e+01 |    Inf 
1199.21/1199.23	c  1179s|570000 | 12513 |  1691k|   3.0 | 210M|2031 |   - |5645 |8282 |   0 |   0 | 249k| 719k|6814 | 0.000000e+00 | 1.500000e+01 |    Inf 
1218.42/1218.44	c  1198s|580000 | 12626 |  1726k|   3.0 | 212M|2031 |   1 |5645 |7849 |5645 | 222 | 253k| 733k|6867 | 0.000000e+00 | 1.500000e+01 |    Inf 
1238.22/1238.27	c  1218s|590000 | 12743 |  1764k|   3.0 | 215M|2031 |   - |5645 |9484 |   0 |   0 | 258k| 747k|6928 | 0.000000e+00 | 1.500000e+01 |    Inf 
1258.62/1258.61	c  1238s|600000 | 12761 |  1799k|   3.0 | 217M|2031 |   - |5645 |  10k|5645 | 239 | 263k| 762k|6978 | 0.000000e+00 | 1.500000e+01 |    Inf 
1278.52/1278.58	c  1257s|610000 | 12748 |  1834k|   3.0 | 218M|2031 |   1 |5645 |8634 |5645 | 238 | 267k| 776k|7046 | 0.000000e+00 | 1.500000e+01 |    Inf 
1298.21/1298.22	c  1276s|620000 | 12929 |  1867k|   3.0 | 220M|2031 |   - |5645 |8580 |   0 |   0 | 272k| 790k|7090 | 0.000000e+00 | 1.500000e+01 |    Inf 
1318.12/1318.11	c  1296s|630000 | 13071 |  1903k|   3.0 | 222M|2031 |   - |5645 |7072 |   0 |   0 | 277k| 805k|7143 | 0.000000e+00 | 1.500000e+01 |    Inf 
1337.22/1337.26	c  1315s|640000 | 13157 |  1937k|   3.0 | 225M|2031 |   - |5645 |9644 |   0 |   0 | 281k| 820k|7186 | 0.000000e+00 | 1.500000e+01 |    Inf 
1356.52/1356.59	c  1334s|650000 | 13315 |  1970k|   3.0 | 229M|2031 |   - |5645 |  13k|   0 |   0 | 285k| 836k|7231 | 0.000000e+00 | 1.500000e+01 |    Inf 
1376.42/1376.45	c  1353s|660000 | 13318 |  2002k|   3.0 | 229M|2031 |   - |5645 |  11k|   0 |   0 | 289k| 852k|7286 | 0.000000e+00 | 1.500000e+01 |    Inf 
1396.32/1396.31	c  1373s|670000 | 13344 |  2036k|   3.0 | 231M|2031 |   - |5645 |  12k|   0 |   0 | 293k| 868k|7338 | 0.000000e+00 | 1.500000e+01 |    Inf 
1416.62/1416.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1416.62/1416.63	c  1393s|680000 | 13557 |  2069k|   3.0 | 233M|2031 |   1 |5645 |  10k|5645 | 190 | 298k| 882k|7433 | 0.000000e+00 | 1.500000e+01 |    Inf 
1436.82/1436.85	c  1413s|690000 | 13607 |  2098k|   3.0 | 235M|2031 |   - |5645 |  10k|   0 |   0 | 303k| 897k|7476 | 0.000000e+00 | 1.500000e+01 |    Inf 
1457.12/1457.15	c  1433s|700000 | 13679 |  2127k|   3.0 | 237M|2031 |   - |5645 |  11k|   0 |   0 | 308k| 912k|7533 | 0.000000e+00 | 1.500000e+01 |    Inf 
1477.83/1477.87	c  1453s|710000 | 13817 |  2156k|   3.0 | 240M|2031 |   - |5645 |  13k|   0 |   0 | 312k| 926k|7576 | 0.000000e+00 | 1.500000e+01 |    Inf 
1499.02/1499.09	c  1474s|720000 | 13997 |  2188k|   3.0 | 243M|2031 |   1 |5645 |  12k|5645 | 238 | 316k| 940k|7620 | 0.000000e+00 | 1.500000e+01 |    Inf 
1513.83/1513.81	o 13
1513.83/1513.81	c *1488s|727213 | 13639 |  2210k|   3.0 | 235M|2031 |   - |5645 |  12k|5645 | 240 | 319k| 950k|7646 | 0.000000e+00 | 1.300000e+01 |    Inf 
1519.32/1519.32	c  1494s|730000 | 13669 |  2217k|   3.0 | 235M|2031 |   - |5645 |  11k|   0 |   0 | 320k| 954k|7670 | 0.000000e+00 | 1.300000e+01 |    Inf 
1539.93/1539.93	c  1514s|740000 | 13744 |  2249k|   3.0 | 237M|2031 |   1 |5645 |  10k|5645 | 206 | 323k| 968k|7701 | 0.000000e+00 | 1.300000e+01 |    Inf 
1560.02/1560.05	c  1534s|750000 | 13841 |  2281k|   3.0 | 239M|2031 |   - |5645 |  10k|   0 |   0 | 327k| 982k|7746 | 0.000000e+00 | 1.300000e+01 |    Inf 
1573.92/1573.90	o 11
1573.92/1573.90	c *1548s|756956 | 13169 |  2305k|   3.0 | 224M|2031 |   - |5645 |  10k|5645 | 243 | 330k| 992k|7780 | 0.000000e+00 | 1.100000e+01 |    Inf 
1580.03/1580.00	c  1553s|760000 | 13155 |  2316k|   3.0 | 224M|2031 |   1 |5645 |8180 |5645 | 248 | 331k| 996k|7800 | 0.000000e+00 | 1.100000e+01 |    Inf 
1599.52/1599.58	c  1573s|770000 | 13223 |  2349k|   3.1 | 226M|2031 |   - |5645 |9742 |   0 |   0 | 335k|1011k|7870 | 0.000000e+00 | 1.100000e+01 |    Inf 
1618.93/1618.97	c  1592s|780000 | 13210 |  2382k|   3.1 | 227M|2031 |   - |5645 |9345 |   0 |   0 | 340k|1025k|7905 | 0.000000e+00 | 1.100000e+01 |    Inf 
1638.63/1638.69	c  1611s|790000 | 13217 |  2419k|   3.1 | 228M|2031 |   1 |5645 |  11k|5645 | 245 | 344k|1040k|7950 | 0.000000e+00 | 1.100000e+01 |    Inf 
1658.63/1658.62	c  1631s|800000 | 13368 |  2453k|   3.1 | 230M|2031 |   - |5645 |  10k|   0 |   0 | 349k|1055k|8027 | 0.000000e+00 | 1.100000e+01 |    Inf 
1678.42/1678.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1678.42/1678.50	c  1650s|810000 | 13527 |  2488k|   3.1 | 232M|2031 |   - |5645 |  11k|   0 |   0 | 353k|1068k|8083 | 0.000000e+00 | 1.100000e+01 |    Inf 
1698.23/1698.28	c  1670s|820000 | 13620 |  2524k|   3.1 | 233M|2031 |   - |5645 |9775 |   0 |   0 | 357k|1083k|8127 | 0.000000e+00 | 1.100000e+01 |    Inf 
1718.13/1718.16	c  1689s|830000 | 13696 |  2558k|   3.1 | 236M|2031 |  11 |5645 |  11k|5645 | 227 | 362k|1097k|8171 | 0.000000e+00 | 1.100000e+01 |    Inf 
1737.93/1737.94	c  1709s|840000 | 13773 |  2593k|   3.1 | 237M|2031 |   - |5645 |  12k|   0 |   0 | 366k|1111k|8206 | 0.000000e+00 | 1.100000e+01 |    Inf 
1758.53/1758.54	c  1729s|850000 | 13904 |  2630k|   3.1 | 240M|2031 |   - |5645 |  13k|   0 |   0 | 370k|1126k|8246 | 0.000000e+00 | 1.100000e+01 |    Inf 
1778.64/1778.68	c  1749s|860000 | 14029 |  2668k|   3.1 | 242M|2031 |   1 |5645 |  12k|5645 | 225 | 374k|1140k|8293 | 0.000000e+00 | 1.100000e+01 |    Inf 
1799.43/1799.44	c  1769s|870000 | 14085 |  2708k|   3.1 | 243M|2031 |   - |5645 |  11k|   0 |   0 | 378k|1154k|8361 | 0.000000e+00 | 1.100000e+01 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1769.57
1800.03/1800.00	c Solving Nodes      : 870245
1800.03/1800.00	c Primal Bound       : +1.10000000000000e+01 (443 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.09	s SATISFIABLE
1800.03/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.03/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.03/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.03/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.03/1800.09	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 
1800.03/1800.09	v -x125 -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.03/1800.09	v -x104 x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 x91 -x90 -x89 x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1800.03/1800.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 
1800.03/1800.09	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.03/1800.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 
1800.03/1800.09	v -x2 x1 
1800.03/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.09	c Solving Time       :    1769.57
1800.03/1800.09	c Original Problem   :
1800.03/1800.09	c   Problem name     : HOME/instance-2693009-1277928491.wbo
1800.03/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.03/1800.09	c Presolved Problem  :
1800.03/1800.09	c   Problem name     : t_HOME/instance-2693009-1277928491.wbo
1800.03/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.03/1800.09	c   Constraints      : 5414 initial, 14172 maximal
1800.03/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.03/1800.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1800.03/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.09	c   root node        :          -       2446          -          -       4892          -          -          -          -
1800.03/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.09	c   integral         :          0          0          0     547404          0          4        591          0          0     876528
1800.03/1800.09	c   indicator        :       2707          0    5478751     108506          0       1770   11736295          0          0          0
1800.03/1800.09	c   linear           :       2707          6    5493167     108548          0     276578   22190192     378804          0          0
1800.03/1800.09	c   logicor          :          0+         0    1460565          0          0      94851    1616663          0          0          0
1800.03/1800.09	c   bounddisjunction :          0+         0      14732          0          0          0        118          0          0          0
1800.03/1800.09	c   countsols        :          0          0          0      54911          0          0          0          0          0          0
1800.03/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.09	c   integral         :      14.66       0.00       0.00      14.66       0.00
1800.03/1800.09	c   indicator        :      58.15       0.04      46.09      12.02       0.00
1800.03/1800.09	c   linear           :     215.07       0.00     206.26       8.81       0.00
1800.03/1800.09	c   logicor          :     121.73       0.00     121.73       0.00       0.00
1800.03/1800.09	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.03/1800.09	c   countsols        :       0.02       0.00       0.00       0.02       0.00
1800.03/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.09	c   vbounds          :       1.32          2          0          0
1800.03/1800.09	c   rootredcost      :       1.10         32          0       2446
1800.03/1800.09	c   pseudoobj        :     304.93    5543165      48112    8524752
1800.03/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.09	c   propagation      :      26.45     419541     419510    2620132       28.7      22741       16.1          -
1800.03/1800.09	c   infeasible LP    :       3.10       7760       7760      63691       40.5        141       13.2          0
1800.03/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.09	c   pseudo solution  :       0.10        396        396       1789       15.7        214        6.7          -
1800.03/1800.09	c   applied globally :          -          -          -    1155009       22.6          -          -          -
1800.03/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.09	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.03/1800.09	c   redcost          :      48.70     562426          0    2975576          0          0
1800.03/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.03/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.09	c   gomory           :       0.02          4          0          0         75          0
1800.03/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.03/1800.09	c   cmir             :       0.00          4          0          0          1          0
1800.03/1800.09	c   flowcover        :       0.03          4          0          0          2          0
1800.03/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.09	c Pricers            :       Time      Calls       Vars
1800.03/1800.09	c   problem variables:       0.00          0          0
1800.03/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.09	c   relpscost        :      14.17     438759          4        591          0          0     876528
1800.03/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   inference        :      10.60      54879          0          0          0          0     109758
1800.03/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.09	c   LP solutions     :       0.10          -         32
1800.03/1800.09	c   pseudo solutions :       0.00          -          0
1800.03/1800.09	c   feaspump         :       0.00          0          0
1800.03/1800.09	c   oneopt           :       0.37         30          0
1800.03/1800.09	c   intshifting      :       0.02          4          0
1800.03/1800.09	c   guideddiving     :       0.02          5          0
1800.03/1800.09	c   pscostdiving     :       0.09         42          0
1800.03/1800.09	c   fracdiving       :       0.08         42          0
1800.03/1800.09	c   veclendiving     :       0.04         42          0
1800.03/1800.09	c   coefdiving       :       0.09         42          0
1800.03/1800.09	c   linesearchdiving :       0.04         43          0
1800.03/1800.09	c   objpscostdiving  :       0.08         41          0
1800.03/1800.09	c   rootsoldiving    :       0.02         42          0
1800.03/1800.09	c   crossover        :       2.35         79          5
1800.03/1800.09	c   trivial          :       0.08          2          2
1800.03/1800.09	c   simplerounding   :       0.95     444455          0
1800.03/1800.09	c   zirounding       :       0.83       1000          0
1800.03/1800.09	c   rounding         :       3.90       9448          0
1800.03/1800.09	c   shifting         :       2.16       2970          0
1800.03/1800.09	c   twoopt           :       0.00          0          0
1800.03/1800.09	c   fixandinfer      :       0.00          0          0
1800.03/1800.09	c   intdiving        :       0.00          0          0
1800.03/1800.09	c   actconsdiving    :       0.00          0          0
1800.03/1800.09	c   octane           :       0.00          0          0
1800.03/1800.09	c   rens             :       0.03          1          0
1800.03/1800.09	c   rins             :       0.00          0          0
1800.03/1800.09	c   localbranching   :       0.00          0          0
1800.03/1800.09	c   mutation         :       0.00          0          0
1800.03/1800.09	c   dins             :       0.00          0          0
1800.03/1800.09	c   undercover       :       0.00          0          0
1800.03/1800.09	c   nlp              :       0.22          0          0
1800.03/1800.09	c   trysol           :       6.24       8970        404
1800.03/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.09	c   dual LP          :     516.34     511163    2708812       5.30    5246.18
1800.03/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.09	c   diving/probing LP:       0.09         39        935      23.97   10388.89
1800.03/1800.09	c   strong branching :      11.07       8361      90720      10.85    8195.12
1800.03/1800.09	c     (at root node) :          -         33       2719      82.39          -
1800.03/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.09	c B&B Tree           :
1800.03/1800.09	c   number of runs   :          1
1800.03/1800.09	c   nodes            :     870245
1800.03/1800.09	c   nodes (total)    :     870245
1800.03/1800.09	c   nodes left       :      14089
1800.03/1800.09	c   max depth        :       2031
1800.03/1800.09	c   max depth (total):       2031
1800.03/1800.09	c   backtracks       :      61415 (7.1%)
1800.03/1800.09	c   delayed cutoffs  :      56300
1800.03/1800.09	c   repropagations   :    2774336 (8063780 domain reductions, 52397 cutoffs)
1800.03/1800.09	c   avg switch length:       7.90
1800.03/1800.09	c   switching time   :     210.74
1800.03/1800.09	c Solution           :
1800.03/1800.09	c   Solutions found  :        443 (33 improvements)
1800.03/1800.09	c   First Solution   : +1.37945000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.03/1800.09	c   Primal Bound     : +1.10000000000000e+01   (in run 1, after 756956 nodes, 1547.49 seconds, depth 46, found by <relaxation>)
1800.03/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.09	c   Gap              :   infinite
1800.03/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.09	c   Root Iterations  :        176
1800.34/1800.33	c Time complete: 1800.36.

Verifier Data

OK	11

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.99 2.12 4/178 17910
/proc/meminfo: memFree=30974644/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=11300 CPUtime=0
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 1756 0 0 0 0 0 0 0 22 0 1 0 134145033 11571200 1677 4089446400 4194304 9819077 140737029222768 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17910/statm: 2825 1677 392 1374 0 1446 0

[startup+0.0894539 s]
/proc/loadavg: 1.92 1.99 2.12 4/178 17910
/proc/meminfo: memFree=30974644/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=36396 CPUtime=0.08
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 8121 0 0 0 8 0 0 0 22 0 1 0 134145033 37269504 7688 4089446400 4194304 9819077 140737029222768 18446744073709551615 4241122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 9099 7688 469 1374 0 7720 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36396

[startup+0.100447 s]
/proc/loadavg: 1.92 1.99 2.12 4/178 17910
/proc/meminfo: memFree=30974644/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=36396 CPUtime=0.09
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 8121 0 0 0 9 0 0 0 22 0 1 0 134145033 37269504 7688 4089446400 4194304 9819077 140737029222768 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 9099 7688 469 1374 0 7720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36396

[startup+0.300416 s]
/proc/loadavg: 1.92 1.99 2.12 4/178 17910
/proc/meminfo: memFree=30974644/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=53516 CPUtime=0.29
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 12812 0 0 0 28 1 0 0 22 0 1 0 134145033 54800384 11778 4089446400 4194304 9819077 140737029222768 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 13379 11778 674 1374 0 12000 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53516

[startup+0.700343 s]
/proc/loadavg: 1.92 1.99 2.12 4/178 17910
/proc/meminfo: memFree=30974644/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=46232 CPUtime=0.69
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 24942 0 0 0 66 3 0 0 24 0 1 0 134145033 47341568 10002 4089446400 4194304 9819077 140737029222768 18446744073709551615 6667210 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 11558 10002 699 1374 0 10179 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46232

[startup+1.5002 s]
/proc/loadavg: 1.92 1.99 2.12 3/179 17911
/proc/meminfo: memFree=30936072/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=50372 CPUtime=1.49
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 36894 0 0 0 143 6 0 0 25 0 1 0 134145033 51580928 10915 4089446400 4194304 9819077 140737029222768 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 12593 10915 700 1374 0 11214 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50372

[startup+3.10093 s]
/proc/loadavg: 1.92 1.99 2.12 3/179 17911
/proc/meminfo: memFree=30931360/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=51252 CPUtime=3.09
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 45224 0 0 0 301 8 0 0 25 0 1 0 134145033 52482048 11428 4089446400 4194304 9819077 140737029222768 18446744073709551615 6590517 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 12813 11428 700 1374 0 11434 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51252

[startup+6.30036 s]
/proc/loadavg: 1.93 1.99 2.12 3/179 17912
/proc/meminfo: memFree=30928144/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=55208 CPUtime=6.29
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 56220 0 0 0 616 13 0 0 25 0 1 0 134145033 56532992 12562 4089446400 4194304 9819077 140737029222768 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 13802 12562 700 1374 0 12423 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55208

[startup+12.7002 s]
/proc/loadavg: 1.93 1.99 2.12 3/179 17912
/proc/meminfo: memFree=30918324/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=67380 CPUtime=12.7
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 66682 0 0 0 1249 21 0 0 25 0 1 0 134145033 68997120 15206 4089446400 4194304 9819077 140737029222768 18446744073709551615 5813829 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 16845 15206 700 1374 0 15466 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 67380

[startup+25.501 s]
/proc/loadavg: 1.95 1.99 2.11 3/179 17913
/proc/meminfo: memFree=30898764/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=86628 CPUtime=25.5
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 77984 0 0 0 2518 32 0 0 25 0 1 0 134145033 88707072 20149 4089446400 4194304 9819077 140737029222768 18446744073709551615 6361068 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 21657 20149 704 1374 0 20278 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 86628

[startup+51.1005 s]
/proc/loadavg: 1.96 1.99 2.11 3/179 17913
/proc/meminfo: memFree=30859656/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=125264 CPUtime=51.09
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 99941 0 0 0 5051 58 0 0 25 0 1 0 134145033 128270336 29819 4089446400 4194304 9819077 140737029222768 18446744073709551615 4834562 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 31316 29819 704 1374 0 29937 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 125264

[startup+102.306 s]
/proc/loadavg: 1.98 1.99 2.10 3/179 17915
/proc/meminfo: memFree=30763960/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=224200 CPUtime=102.3
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 322208 0 0 0 10086 144 0 0 25 0 1 0 134145033 229580800 53534 4089446400 4194304 9819077 140737029222768 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 56050 53534 711 1374 0 54671 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 224200

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 2.09 3/179 17916
/proc/meminfo: memFree=30691488/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=302396 CPUtime=162.3
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 521755 0 0 0 15982 248 0 0 25 0 1 0 134145033 309653504 71641 4089446400 4194304 9819077 140737029222768 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 75599 71641 713 1374 0 74220 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 302396

[startup+222.3 s]
/proc/loadavg: 2.03 2.00 2.09 3/179 17917
/proc/meminfo: memFree=30652372/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=344956 CPUtime=222.3
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 680778 0 0 0 21871 359 0 0 25 0 1 0 134145033 353234944 81107 4089446400 4194304 9819077 140737029222768 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 86239 81107 716 1374 0 84860 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 344956

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 2.08 3/179 17919
/proc/meminfo: memFree=30636448/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=360456 CPUtime=282.3
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 838815 0 0 0 27766 464 0 0 25 0 1 0 134145033 369106944 84893 4089446400 4194304 9819077 140737029222768 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 90114 84893 717 1374 0 88735 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 360456

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 17921
/proc/meminfo: memFree=30616796/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=381556 CPUtime=342.3
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 933390 0 0 0 33668 562 0 0 25 0 1 0 134145033 390713344 89611 4089446400 4194304 9819077 140737029222768 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 95389 89611 717 1374 0 94010 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 381556

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 17923
/proc/meminfo: memFree=30607552/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=391928 CPUtime=402.3
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 1010650 0 0 0 39571 659 0 0 25 0 1 0 134145033 401334272 92005 4089446400 4194304 9819077 140737029222768 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 97982 92005 717 1374 0 96603 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 391928

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 17924
/proc/meminfo: memFree=30595564/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=404352 CPUtime=462.3
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 1140215 0 0 0 45463 767 0 0 25 0 1 0 134145033 414056448 94662 4089446400 4194304 9819077 140737029222768 18446744073709551615 6668698 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 101088 94662 717 1374 0 99709 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 404352

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 17925
/proc/meminfo: memFree=30586820/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=414252 CPUtime=522.3
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 1257725 0 0 0 51353 877 0 0 25 0 1 0 134145033 424194048 96836 4089446400 4194304 9819077 140737029222768 18446744073709551615 4978160 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 103563 96836 717 1374 0 102184 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 414252

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 17927
/proc/meminfo: memFree=30578916/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=422280 CPUtime=582.3
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 1385506 0 0 0 57250 980 0 0 25 0 1 0 134145033 432414720 98752 4089446400 4194304 9819077 140737029222768 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 105570 98752 725 1374 0 104191 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 422280

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 17929
/proc/meminfo: memFree=30571536/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=429420 CPUtime=642.31
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 1505625 0 0 0 63140 1091 0 0 25 0 1 0 134145033 439726080 100450 4089446400 4194304 9819077 140737029222768 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 107355 100450 725 1374 0 105976 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 429420

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.03 3/179 17965
/proc/meminfo: memFree=30427700/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=473448 CPUtime=942.31
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 1854957 0 0 0 92643 1588 0 0 25 0 1 0 134145033 484810752 110477 4089446400 4194304 9819077 140737029222768 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 118362 110477 725 1374 0 116983 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 473448

[startup+1002.3 s]
/proc/loadavg: 2.07 2.02 2.03 3/179 17967
/proc/meminfo: memFree=30328080/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=476716 CPUtime=1002.32
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 1959040 0 0 0 98538 1694 0 0 25 0 1 0 134145033 488157184 111286 4089446400 4194304 9819077 140737029222768 18446744073709551615 6590424 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 119179 111286 725 1374 0 117800 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 476716

[startup+1062.3 s]
/proc/loadavg: 2.02 2.01 2.02 3/179 17968
/proc/meminfo: memFree=30273336/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=485320 CPUtime=1062.32
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 2049930 0 0 0 104433 1799 0 0 25 0 1 0 134145033 496967680 113261 4089446400 4194304 9819077 140737029222768 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 121330 113261 725 1374 0 119951 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 485320

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 2.02 3/179 17969
/proc/meminfo: memFree=30262820/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=493940 CPUtime=1122.31
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 2123677 0 0 0 110329 1902 0 0 25 0 1 0 134145033 505794560 115399 4089446400 4194304 9819077 140737029222768 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 123485 115399 725 1374 0 122106 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 493940

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 17971
/proc/meminfo: memFree=30255052/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=499080 CPUtime=1182.32
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 2156686 0 0 0 116244 1988 0 0 25 0 1 0 134145033 511057920 116746 4089446400 4194304 9819077 140737029222768 18446744073709551615 7301991 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 124770 116746 725 1374 0 123391 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 499080

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17973
/proc/meminfo: memFree=30253608/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=504068 CPUtime=1242.32
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 2189320 0 0 0 122153 2079 0 0 25 0 1 0 134145033 516165632 117764 4089446400 4194304 9819077 140737029222768 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 126017 117764 725 1374 0 124638 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 504068

[startup+1302.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 17975
/proc/meminfo: memFree=30244868/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=512808 CPUtime=1302.32
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 2271743 0 0 0 128052 2180 0 0 25 0 1 0 134145033 525115392 119628 4089446400 4194304 9819077 140737029222768 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 128202 119628 725 1374 0 126823 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 512808

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 17976
/proc/meminfo: memFree=30242036/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=521784 CPUtime=1362.32
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 2345453 0 0 0 133950 2282 0 0 25 0 1 0 134145033 534306816 121475 4089446400 4194304 9819077 140737029222768 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 130446 121475 725 1374 0 129067 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 521784

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 17980
/proc/meminfo: memFree=30235232/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=527828 CPUtime=1422.33
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 2418548 0 0 0 139854 2379 0 0 25 0 1 0 134145033 540495872 122876 4089446400 4194304 9819077 140737029222768 18446744073709551615 6590441 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 131957 122876 725 1374 0 130578 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 527828

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17982
/proc/meminfo: memFree=30227676/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=535588 CPUtime=1482.33
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 2500409 0 0 0 145748 2485 0 0 25 0 1 0 134145033 548442112 124499 4089446400 4194304 9819077 140737029222768 18446744073709551615 5506192 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 133897 124499 725 1374 0 132518 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 535588

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17984
/proc/meminfo: memFree=30223524/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=540432 CPUtime=1542.33
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 2614599 0 0 0 151646 2587 0 0 25 0 1 0 134145033 553402368 125390 4089446400 4194304 9819077 140737029222768 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 135108 125390 725 1374 0 133729 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 540432

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17986
/proc/meminfo: memFree=30221976/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=542040 CPUtime=1602.33
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 2743012 0 0 0 157540 2693 0 0 25 0 1 0 134145033 555048960 125608 4089446400 4194304 9819077 140737029222768 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 135510 125608 725 1374 0 134131 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 542040

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17987
/proc/meminfo: memFree=30216584/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=546656 CPUtime=1662.33
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 2826192 0 0 0 163438 2795 0 0 25 0 1 0 134145033 559775744 126601 4089446400 4194304 9819077 140737029222768 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 136664 126601 725 1374 0 135285 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 546656

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17988
/proc/meminfo: memFree=30211436/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=553032 CPUtime=1722.33
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 2910605 0 0 0 169334 2899 0 0 25 0 1 0 134145033 566304768 127982 4089446400 4194304 9819077 140737029222768 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 138258 127982 725 1374 0 136879 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 553032

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17990
/proc/meminfo: memFree=30204688/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=559440 CPUtime=1782.33
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 3025456 0 0 0 175222 3011 0 0 25 0 1 0 134145033 572866560 129250 4089446400 4194304 9819077 140737029222768 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 139860 129250 725 1374 0 138481 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 559440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17990
/proc/meminfo: memFree=30202932/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=561172 CPUtime=1800.03
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 3063704 0 0 0 176960 3043 0 0 25 0 1 0 134145033 574640128 129707 4089446400 4194304 9819077 140737029222768 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17910/statm: 140293 129707 725 1374 0 138914 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 561172

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17990
/proc/meminfo: memFree=30202932/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=558100 CPUtime=1800.23
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 3063711 0 0 0 176980 3043 0 0 18 0 1 0 134145033 571494400 128940 4089446400 4194304 9819077 140737029222768 18446744073709551615 4211952 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17910/statm: 139525 128940 726 1374 0 138146 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 558100

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 17990
/proc/meminfo: memFree=30202932/32951124 swapFree=67111528/67111528
[pid=17910] ppid=17908 vsize=522664 CPUtime=1800.34
/proc/17910/stat : 17910 (pbscip.linux.x8) R 17908 17910 17770 0 -1 4202496 3063711 0 0 0 176990 3044 0 0 18 0 1 0 134145033 535207936 120081 4089446400 4194304 9819077 140737029222768 18446744073709551615 5955544 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17910/statm: 130666 120081 726 1374 0 129287 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 522664

Child status: 0
Real time (s): 1800.34
CPU time (s): 1800.38
CPU user time (s): 1769.92
CPU system time (s): 30.4604
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 561176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1769.92
system time used= 30.4604
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3063715
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 968

runsolver used 3.42348 second user time and 6.12507 second system time

The end

Launcher Data

Begin job on node136 at 2010-06-30 22:08:11
IDJOB=2693009
IDBENCH=79289
IDSOLVER=1205
FILE ID=node136/2693009-1277928491
PBS_JOBID= 11197383
Free space on /tmp= 74136 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900584106--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693009-1277928491/watcher-2693009-1277928491 -o /tmp/evaluation-result-2693009-1277928491/solver-2693009-1277928491 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693009-1277928491.wbo -t 1800 -m 3800

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

MD5SUM BENCH= d3ccf217ec482c2d8ac120ae50401a4a
RANDOM SEED=217472619

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30975296 kB
Buffers:        212816 kB
Cached:        1384068 kB
SwapCached:          0 kB
Active:         902528 kB
Inactive:       926032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30975296 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6260 kB
Writeback:           0 kB
AnonPages:      231852 kB
Mapped:          16852 kB
Slab:            83012 kB
PageTables:       5520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   381020 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= 74128 MiB
End job on node136 at 2010-06-30 22:38:13