Trace number 2705085

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900582300--soft-0-100-0.wbo
MD5SUM0a3bbeff5fae384bd8f72d98174965d3
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 benchmark385.443
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 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 683
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2705085-1278578336.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 134313
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.343130e+05
0.09/0.12	c presolving:
0.09/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.13	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.98
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.29/0.38	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.343130e+05 |    Inf 
10.19/10.28	o 861
10.19/10.28	c *10.2s|  5349 |  5188 |  1303 |   0.2 |  32M|2505 |   - |5645 |5416 |5645 | 214 | 373 |   2 | 416 | 0.000000e+00 | 8.610000e+02 |    Inf 
18.49/18.51	c  18.5s| 10000 |  9835 |  1836 |   0.2 |  42M|2505 |   0 |5645 |5420 |5645 | 185 | 487 |   6 | 477 | 0.000000e+00 | 8.610000e+02 |    Inf 
36.59/36.67	c  36.6s| 20000 | 19823 |  3184 |   0.2 |  62M|2505 |   0 |5645 |5438 |5645 | 187 | 842 |  24 | 584 | 0.000000e+00 | 8.610000e+02 |    Inf 
55.29/55.31	c  55.3s| 30000 | 29815 |  4867 |   0.2 |  83M|2505 |   0 |5645 |5449 |5645 | 193 |1232 |  35 | 740 | 0.000000e+00 | 8.610000e+02 |    Inf 
74.40/74.48	c  74.4s| 40000 | 39746 |  5970 |   0.1 | 104M|2505 |   0 |5645 |5485 |5645 | 185 |1464 |  71 | 755 | 0.000000e+00 | 8.610000e+02 |    Inf 
85.29/85.38	o 175
85.29/85.38	c *85.4s| 45958 | 26256 |  6521 |   0.1 |  82M|2505 |   - |5645 |5485 |5645 | 201 |1597 |  71 | 759 | 0.000000e+00 | 1.750000e+02 |    Inf 
88.59/88.68	o 142
88.59/88.68	c *88.6s| 47217 | 20841 |  7226 |   0.1 |  73M|2505 |   - |5645 |5644 |5645 | 202 |1765 | 230 | 775 | 0.000000e+00 | 1.420000e+02 |    Inf 
89.29/89.36	o 140
89.29/89.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.29/89.36	c *89.3s| 47367 | 20555 |  7805 |   0.2 |  74M|2505 |   - |5645 |5758 |5645 | 206 |1931 | 344 | 800 | 0.000000e+00 | 1.400000e+02 |    Inf 
91.99/92.08	o 134
91.99/92.08	c *92.1s| 48083 | 19915 |  9641 |   0.2 |  76M|2505 |   - |5645 |6144 |5645 | 198 |2412 | 730 | 880 | 0.000000e+00 | 1.340000e+02 |    Inf 
94.50/94.52	o 125
94.50/94.52	c *94.5s| 48775 | 18891 | 10911 |   0.2 |  77M|2505 |   - |5645 |6496 |5645 | 188 |2752 |1082 | 935 | 0.000000e+00 | 1.250000e+02 |    Inf 
98.79/98.81	c  98.8s| 50000 | 19776 | 13663 |   0.3 |  82M|2505 |   0 |5645 |7121 |5645 | 195 |3523 |1710 |1023 | 0.000000e+00 | 1.250000e+02 |    Inf 
99.49/99.59	o 124
99.49/99.59	c *99.6s| 50254 | 19835 | 14100 |   0.3 |  83M|2505 |   - |5645 |7208 |5645 | 191 |3650 |1797 |1026 | 0.000000e+00 | 1.240000e+02 |    Inf 
100.39/100.43	o 90
100.39/100.43	c * 100s| 50482 | 14240 | 14727 |   0.3 |  70M|2505 |   - |5645 |7320 |5645 | 200 |3815 |1909 |1029 | 0.000000e+00 | 9.000000e+01 |    Inf 
100.59/100.64	o 87
100.59/100.64	c * 101s| 50531 | 13746 | 14823 |   0.3 |  69M|2505 |   - |5645 |7059 |5645 | 212 |3830 |1942 |1029 | 0.000000e+00 | 8.700000e+01 |    Inf 
101.60/101.69	o 83
101.60/101.69	c * 102s| 50718 | 13021 | 16177 |   0.3 |  68M|2505 |   - |5645 |7159 |5645 | 212 |4174 |2128 |1110 | 0.000000e+00 | 8.300000e+01 |    Inf 
108.10/108.13	o 59
108.10/108.13	c * 108s| 52240 |  9734 | 21396 |   0.4 |  63M|2505 |   - |5645 |8243 |5645 | 192 |5597 |3518 |1199 | 0.000000e+00 | 5.900000e+01 |    Inf 
128.00/128.07	o 52
128.00/128.07	c * 128s| 57357 |  9581 | 45135 |   0.8 |  76M|2505 |   - |5645 |7499 |5645 | 193 |  11k|9335 |1384 | 0.000000e+00 | 5.200000e+01 |    Inf 
137.59/137.65	c   138s| 60000 | 10073 | 60534 |   1.0 |  81M|2505 |   8 |5645 |7245 |5645 | 208 |  15k|  12k|1496 | 0.000000e+00 | 5.200000e+01 |    Inf 
168.00/168.05	o 51
168.00/168.05	c * 168s| 69351 | 11163 | 96688 |   1.4 |  97M|2505 |   - |5645 |8033 |5645 | 231 |  25k|  23k|1849 | 0.000000e+00 | 5.100000e+01 |    Inf 
169.90/169.99	c   170s| 70000 | 11256 | 98175 |   1.4 |  98M|2505 |   1 |5645 |7297 |5645 | 198 |  25k|  24k|1861 | 0.000000e+00 | 5.100000e+01 |    Inf 
202.69/202.70	c   203s| 80000 | 12659 |137803 |   1.7 | 112M|2505 |   0 |5645 |7193 |5645 | 201 |  36k|  35k|2263 | 0.000000e+00 | 5.100000e+01 |    Inf 
231.59/231.67	o 47
231.59/231.67	c * 232s| 89590 | 13086 |166940 |   1.9 | 126M|2505 |   - |5645 |8574 |5645 | 243 |  43k|  47k|2499 | 0.000000e+00 | 4.700000e+01 |    Inf 
233.21/233.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
233.21/233.23	c   233s| 90000 | 13137 |168546 |   1.9 | 127M|2505 |   1 |5645 |7442 |5645 | 202 |  43k|  48k|2526 | 0.000000e+00 | 4.700000e+01 |    Inf 
242.50/242.58	o 45
242.50/242.58	c * 243s| 93095 | 13089 |179263 |   1.9 | 129M|2505 |   - |5645 |6805 |5645 | 232 |  46k|  52k|2605 | 0.000000e+00 | 4.500000e+01 |    Inf 
244.70/244.77	o 37
244.70/244.77	c * 245s| 93729 | 11774 |181510 |   1.9 | 123M|2505 |   - |5645 |6262 |5645 | 196 |  46k|  53k|2635 | 0.000000e+00 | 3.700000e+01 |    Inf 
246.70/246.70	o 29
246.70/246.70	c * 247s| 94467 | 10678 |184058 |   1.9 | 120M|2505 |   - |5645 |5516 |5645 | 233 |  47k|  54k|2657 | 0.000000e+00 | 2.900000e+01 |    Inf 
255.50/255.55	o 25
255.50/255.55	c * 256s| 98442 | 10006 |198290 |   2.0 | 117M|2505 |   - |5645 |5564 |5645 | 207 |  50k|  59k|2768 | 0.000000e+00 | 2.500000e+01 |    Inf 
258.90/258.97	c   259s|100000 |  9977 |204256 |   2.0 | 118M|2505 |   1 |5645 |5232 |5645 | 229 |  51k|  61k|2795 | 0.000000e+00 | 2.500000e+01 |    Inf 
260.00/260.03	o 22
260.00/260.03	c * 260s|100551 |  9495 |205821 |   2.0 | 115M|2505 |   - |5645 |5486 |5645 | 213 |  51k|  61k|2802 | 0.000000e+00 | 2.200000e+01 |    Inf 
279.40/279.40	c   279s|110000 |  9325 |243512 |   2.2 | 118M|2505 |   1 |5645 |7181 |5645 | 222 |  57k|  74k|3045 | 0.000000e+00 | 2.200000e+01 |    Inf 
280.90/280.90	o 20
280.90/280.90	c * 281s|110827 |  9245 |246151 |   2.2 | 116M|2505 |   - |5645 |7605 |5645 | 264 |  58k|  75k|3068 | 0.000000e+00 | 2.000000e+01 |    Inf 
299.40/299.46	c   299s|120000 |  9151 |281085 |   2.3 | 117M|2505 |   - |5645 |6304 |   0 |   0 |  63k|  86k|3252 | 0.000000e+00 | 2.000000e+01 |    Inf 
319.30/319.31	c   319s|130000 |  9039 |318738 |   2.5 | 120M|2505 |   1 |5645 |8532 |5645 | 233 |  70k|  99k|3455 | 0.000000e+00 | 2.000000e+01 |    Inf 
322.70/322.75	o 16
322.70/322.75	c * 323s|131831 |  8375 |324668 |   2.5 | 114M|2505 |   - |5645 |9001 |5645 | 244 |  71k| 102k|3475 | 0.000000e+00 | 1.600000e+01 |    Inf 
338.60/338.65	c   339s|140000 |  8471 |354154 |   2.5 | 115M|2505 |   1 |5645 |9183 |5645 | 201 |  76k| 112k|3626 | 0.000000e+00 | 1.600000e+01 |    Inf 
357.60/357.63	c   358s|150000 |  8697 |391073 |   2.6 | 118M|2505 |   - |5645 |9190 |   0 |   0 |  82k| 125k|3773 | 0.000000e+00 | 1.600000e+01 |    Inf 
374.51/374.56	o 7
374.51/374.56	c * 375s|158872 |  6100 |422290 |   2.7 |  93M|2505 |   - |5645 |  10k|5645 | 214 |  86k| 137k|3916 | 0.000000e+00 | 7.000000e+00 |    Inf 
376.40/376.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
376.40/376.44	c   376s|160000 |  6113 |426229 |   2.7 |  93M|2505 |  11 |5645 |  10k|5645 | 242 |  87k| 139k|3921 | 0.000000e+00 | 7.000000e+00 |    Inf 
393.71/393.78	c   394s|170000 |  6139 |465165 |   2.7 |  94M|2505 |   1 |5645 |9882 |5645 | 216 |  93k| 153k|4082 | 0.000000e+00 | 7.000000e+00 |    Inf 
410.80/410.87	c   411s|180000 |  6181 |502696 |   2.8 |  95M|2505 |   - |5645 |  11k|   0 |   0 |  97k| 167k|4189 | 0.000000e+00 | 7.000000e+00 |    Inf 
429.10/429.14	c   429s|190000 |  6210 |544801 |   2.9 |  97M|2505 |   - |5645 |  14k|5645 | 247 | 102k| 182k|4307 | 0.000000e+00 | 7.000000e+00 |    Inf 
438.61/438.62	o 4
438.61/438.62	c * 439s|195207 |  5655 |565461 |   2.9 |  92M|2505 |   - |5645 |  11k|5645 | 226 | 105k| 189k|4408 | 0.000000e+00 | 4.000000e+00 |    Inf 
438.61/438.63	o 2
438.61/438.63	c * 439s|195208 |  5237 |565461 |   2.9 |  89M|2505 |   - |5645 |  11k|5645 | 226 | 105k| 189k|4408 | 0.000000e+00 | 2.000000e+00 |    Inf 
446.61/446.66	c   447s|200000 |  5207 |585009 |   2.9 |  88M|2505 |   1 |5645 |8236 |5645 | 208 | 107k| 196k|4534 | 0.000000e+00 | 2.000000e+00 |    Inf 
463.31/463.32	c   463s|210000 |  5251 |623778 |   3.0 |  89M|2505 |   - |5645 |  11k|   0 |   0 | 112k| 209k|4663 | 0.000000e+00 | 2.000000e+00 |    Inf 
480.62/480.69	c   481s|220000 |  5256 |666364 |   3.0 |  90M|2505 |   - |5645 |  12k|   0 |   0 | 117k| 222k|4766 | 0.000000e+00 | 2.000000e+00 |    Inf 
499.41/499.41	c   499s|230000 |  5413 |714761 |   3.1 |  93M|2505 |   1 |5645 |  15k|5645 | 217 | 124k| 235k|4896 | 0.000000e+00 | 2.000000e+00 |    Inf 
518.71/518.79	c   519s|240000 |  5415 |769277 |   3.2 |  93M|2505 |   1 |5645 |  14k|5645 | 237 | 131k| 249k|5017 | 0.000000e+00 | 2.000000e+00 |    Inf 
538.30/538.35	c   538s|250000 |  5368 |822044 |   3.3 |  93M|2505 |  11 |5645 |  16k|5645 | 294 | 138k| 263k|5129 | 0.000000e+00 | 2.000000e+00 |    Inf 
558.51/558.54	c   559s|260000 |  5319 |875783 |   3.4 |  94M|2505 |   - |5645 |  17k|   0 |   0 | 144k| 277k|5247 | 0.000000e+00 | 2.000000e+00 |    Inf 
578.11/578.14	c   578s|270000 |  5249 |914855 |   3.4 |  93M|2505 |   - |5645 |  15k|   0 |   0 | 149k| 291k|5429 | 0.000000e+00 | 2.000000e+00 |    Inf 
585.31/585.33	o 1
585.31/585.33	c * 585s|273864 |  5123 |930928 |   3.4 |  91M|2505 |   - |5645 |  15k|5645 | 209 | 151k| 296k|5464 | 0.000000e+00 | 1.000000e+00 |    Inf 
597.21/597.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
597.21/597.21	c   597s|280000 |  5130 |958224 |   3.4 |  91M|2505 |  36 |5645 |  15k|5645 | 226 | 154k| 304k|5529 | 0.000000e+00 | 1.000000e+00 |    Inf 
616.31/616.31	c   616s|290000 |  5202 |  1004k|   3.5 |  93M|2505 |   - |5645 |  17k|   0 |   0 | 158k| 319k|5630 | 0.000000e+00 | 1.000000e+00 |    Inf 
636.41/636.45	c   636s|300000 |  5208 |  1054k|   3.5 |  94M|2505 |   1 |5645 |  19k|5645 | 250 | 162k| 333k|5713 | 0.000000e+00 | 1.000000e+00 |    Inf 
655.21/655.27	c   655s|310000 |  5216 |  1096k|   3.5 |  93M|2505 |   - |5645 |  14k|   0 |   0 | 167k| 348k|5817 | 0.000000e+00 | 1.000000e+00 |    Inf 
674.22/674.21	c   674s|320000 |  5448 |  1139k|   3.6 |  95M|2505 |   - |5645 |  15k|   0 |   0 | 172k| 364k|5867 | 0.000000e+00 | 1.000000e+00 |    Inf 
693.31/693.34	c   693s|330000 |  5508 |  1177k|   3.6 |  96M|2505 |   1 |5645 |  15k|5645 | 214 | 178k| 380k|5945 | 0.000000e+00 | 1.000000e+00 |    Inf 
712.41/712.44	c   712s|340000 |  5482 |  1216k|   3.6 |  96M|2505 |   1 |5645 |  15k|5645 | 203 | 183k| 395k|5998 | 0.000000e+00 | 1.000000e+00 |    Inf 
731.81/731.89	c   732s|350000 |  5400 |  1257k|   3.6 |  96M|2505 |  11 |5645 |  17k|5645 | 216 | 189k| 411k|6069 | 0.000000e+00 | 1.000000e+00 |    Inf 
751.22/751.28	c   751s|360000 |  5327 |  1297k|   3.6 |  96M|2505 |   6 |5645 |  17k|5645 | 222 | 194k| 427k|6120 | 0.000000e+00 | 1.000000e+00 |    Inf 
770.71/770.77	c   771s|370000 |  5282 |  1337k|   3.6 |  96M|2505 |   - |5645 |  17k|   0 |   0 | 199k| 442k|6183 | 0.000000e+00 | 1.000000e+00 |    Inf 
789.91/789.90	c   790s|380000 |  5240 |  1379k|   3.6 |  94M|2505 |   1 |5645 |  13k|5645 | 221 | 204k| 458k|6412 | 0.000000e+00 | 1.000000e+00 |    Inf 
808.62/808.61	c   809s|390000 |  5233 |  1422k|   3.6 |  95M|2505 |   1 |5645 |  14k|5645 | 224 | 210k| 472k|6461 | 0.000000e+00 | 1.000000e+00 |    Inf 
826.92/826.91	c   827s|400000 |  5157 |  1463k|   3.7 |  94M|2505 |  11 |5645 |  14k|5645 | 250 | 216k| 486k|6551 | 0.000000e+00 | 1.000000e+00 |    Inf 
846.31/846.36	c   846s|410000 |  5206 |  1519k|   3.7 |  95M|2505 |   - |5645 |  13k|   0 |   0 | 226k| 499k|6688 | 0.000000e+00 | 1.000000e+00 |    Inf 
865.81/865.82	c   866s|420000 |  5193 |  1572k|   3.7 |  95M|2505 |   - |5645 |  13k|   0 |   0 | 233k| 514k|6762 | 0.000000e+00 | 1.000000e+00 |    Inf 
883.02/883.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
883.02/883.07	c   883s|430000 |  5204 |  1609k|   3.7 |  95M|2505 |  13 |5645 |  14k|5645 | 238 | 237k| 528k|6810 | 0.000000e+00 | 1.000000e+00 |    Inf 
901.82/901.90	c   902s|440000 |  5172 |  1648k|   3.7 |  95M|2505 |   - |5645 |  15k|   0 |   0 | 242k| 543k|6875 | 0.000000e+00 | 1.000000e+00 |    Inf 
919.02/919.03	c   919s|450000 |  4986 |  1689k|   3.8 |  92M|2505 |  15 |5645 |7140 |5645 | 216 | 247k| 556k|6993 | 0.000000e+00 | 1.000000e+00 |    Inf 
935.32/935.31	c   935s|460000 |  4879 |  1729k|   3.8 |  92M|2505 |   1 |5645 |8220 |5645 | 193 | 252k| 570k|7072 | 0.000000e+00 | 1.000000e+00 |    Inf 
952.72/952.75	c   953s|470000 |  4815 |  1776k|   3.8 |  92M|2505 |   6 |5645 |9095 |5645 | 218 | 259k| 583k|7145 | 0.000000e+00 | 1.000000e+00 |    Inf 
969.92/969.94	c   970s|480000 |  4884 |  1817k|   3.8 |  94M|2505 |   1 |5645 |  11k|5645 | 213 | 264k| 597k|7210 | 0.000000e+00 | 1.000000e+00 |    Inf 
988.22/988.28	c   988s|490000 |  4722 |  1867k|   3.8 |  92M|2505 |   - |5645 |8644 |   0 |   0 | 271k| 610k|7306 | 0.000000e+00 | 1.000000e+00 |    Inf 
1006.62/1006.67	c  1007s|500000 |  4807 |  1926k|   3.9 |  95M|2505 |  16 |5645 |  10k|5645 | 206 | 280k| 623k|7408 | 0.000000e+00 | 1.000000e+00 |    Inf 
1025.02/1025.08	c  1025s|510000 |  5151 |  1980k|   3.9 |  99M|2505 |   - |5645 |  11k|   0 |   0 | 287k| 636k|7478 | 0.000000e+00 | 1.000000e+00 |    Inf 
1043.22/1043.23	c  1043s|520000 |  5345 |  2031k|   3.9 | 102M|2505 |   - |5645 |  12k|   0 |   0 | 294k| 651k|7544 | 0.000000e+00 | 1.000000e+00 |    Inf 
1061.02/1061.01	c  1061s|530000 |  5477 |  2079k|   3.9 | 104M|2505 |  14 |5645 |  12k|5645 | 204 | 300k| 666k|7613 | 0.000000e+00 | 1.000000e+00 |    Inf 
1079.03/1079.03	c  1079s|540000 |  5567 |  2131k|   3.9 | 105M|2505 |   1 |5645 |  12k|5645 | 214 | 307k| 682k|7671 | 0.000000e+00 | 1.000000e+00 |    Inf 
1097.32/1097.37	c  1097s|550000 |  5676 |  2189k|   4.0 | 108M|2505 |   - |5645 |  14k|   0 |   0 | 313k| 697k|7773 | 0.000000e+00 | 1.000000e+00 |    Inf 
1115.73/1115.70	c  1116s|560000 |  5732 |  2248k|   4.0 | 108M|2505 |   1 |5645 |  12k|5645 | 229 | 320k| 713k|7857 | 0.000000e+00 | 1.000000e+00 |    Inf 
1135.03/1135.08	c  1135s|570000 |  5745 |  2309k|   4.1 | 110M|2505 |   4 |5645 |  13k|5645 | 264 | 328k| 727k|7928 | 0.000000e+00 | 1.000000e+00 |    Inf 
1154.12/1154.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1154.12/1154.12	c  1154s|580000 |  5718 |  2370k|   4.1 | 110M|2505 |  24 |5645 |  12k|5645 | 216 | 334k| 743k|7996 | 0.000000e+00 | 1.000000e+00 |    Inf 
1172.64/1172.62	c  1173s|590000 |  5719 |  2422k|   4.1 | 111M|2505 |   - |5645 |  13k|   0 |   0 | 340k| 758k|8058 | 0.000000e+00 | 1.000000e+00 |    Inf 
1191.53/1191.56	c  1192s|600000 |  5734 |  2479k|   4.1 | 112M|2505 |   1 |5645 |  14k|5645 | 240 | 347k| 774k|8122 | 0.000000e+00 | 1.000000e+00 |    Inf 
1209.82/1209.82	c  1210s|610000 |  5722 |  2524k|   4.1 | 113M|2505 |   - |5645 |  15k|   0 |   0 | 352k| 789k|8185 | 0.000000e+00 | 1.000000e+00 |    Inf 
1229.33/1229.31	c  1229s|620000 |  5743 |  2588k|   4.2 | 114M|2505 |   - |5645 |  16k|5645 | 296 | 358k| 806k|8264 | 0.000000e+00 | 1.000000e+00 |    Inf 
1249.03/1249.07	c  1249s|630000 |  5735 |  2646k|   4.2 | 115M|2505 |  17 |5645 |  15k|5645 | 270 | 363k| 821k|8333 | 0.000000e+00 | 1.000000e+00 |    Inf 
1268.83/1268.88	c  1269s|640000 |  5784 |  2693k|   4.2 | 117M|2505 |  15 |5645 |  18k|5645 | 252 | 370k| 836k|8385 | 0.000000e+00 | 1.000000e+00 |    Inf 
1289.23/1289.25	c  1289s|650000 |  5711 |  2750k|   4.2 | 115M|2505 |   - |5645 |  16k|   0 |   0 | 376k| 851k|8449 | 0.000000e+00 | 1.000000e+00 |    Inf 
1309.83/1309.86	c  1310s|660000 |  5684 |  2818k|   4.3 | 115M|2505 |   - |5645 |  16k|   0 |   0 | 384k| 867k|8535 | 0.000000e+00 | 1.000000e+00 |    Inf 
1330.23/1330.22	c  1330s|670000 |  5637 |  2882k|   4.3 | 115M|2505 |   1 |5645 |  15k|5645 | 226 | 392k| 882k|8609 | 0.000000e+00 | 1.000000e+00 |    Inf 
1349.24/1349.23	c  1349s|680000 |  5556 |  2940k|   4.3 | 114M|2505 |  16 |5645 |  15k|5645 | 268 | 397k| 898k|8680 | 0.000000e+00 | 1.000000e+00 |    Inf 
1368.44/1368.42	c  1368s|690000 |  5531 |  2994k|   4.3 | 114M|2505 |   - |5645 |  13k|   0 |   0 | 402k| 913k|8741 | 0.000000e+00 | 1.000000e+00 |    Inf 
1387.34/1387.35	c  1387s|700000 |  5408 |  3050k|   4.4 | 110M|2505 |   7 |5645 |  11k|5645 | 231 | 408k| 928k|8798 | 0.000000e+00 | 1.000000e+00 |    Inf 
1406.54/1406.52	c  1406s|710000 |  5059 |  3107k|   4.4 | 103M|2505 |   1 |5645 |  11k|5645 | 242 | 414k| 944k|8866 | 0.000000e+00 | 1.000000e+00 |    Inf 
1424.33/1424.32	c  1424s|720000 |  5026 |  3153k|   4.4 | 103M|2505 |   - |5645 |  11k|   0 |   0 | 419k| 959k|8914 | 0.000000e+00 | 1.000000e+00 |    Inf 
1442.34/1442.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1442.34/1442.32	c  1442s|730000 |  4823 |  3195k|   4.4 | 100M|2505 |   - |5645 |8146 |   0 |   0 | 425k| 972k|9020 | 0.000000e+00 | 1.000000e+00 |    Inf 
1458.44/1458.50	c  1458s|740000 |  4814 |  3231k|   4.4 | 100M|2505 |   1 |5645 |  10k|5645 | 208 | 429k| 986k|9052 | 0.000000e+00 | 1.000000e+00 |    Inf 
1475.33/1475.36	c  1475s|750000 |  4851 |  3271k|   4.4 | 101M|2505 |   - |5645 |  11k|   0 |   0 | 433k| 999k|9116 | 0.000000e+00 | 1.000000e+00 |    Inf 
1493.64/1493.68	c  1494s|760000 |  4849 |  3313k|   4.4 | 102M|2505 |  15 |5645 |  12k|5645 | 189 | 437k|1013k|9163 | 0.000000e+00 | 1.000000e+00 |    Inf 
1512.54/1512.50	c  1512s|770000 |  4994 |  3353k|   4.4 | 104M|2505 |  13 |5645 |  15k|5645 | 222 | 443k|1026k|9192 | 0.000000e+00 | 1.000000e+00 |    Inf 
1531.94/1531.99	c  1532s|780000 |  5031 |  3398k|   4.4 | 105M|2505 |   1 |5645 |  14k|5645 | 202 | 449k|1041k|9240 | 0.000000e+00 | 1.000000e+00 |    Inf 
1551.44/1551.43	c  1551s|790000 |  4897 |  3445k|   4.4 | 103M|2505 |  29 |5645 |  13k|5645 | 217 | 454k|1056k|9268 | 0.000000e+00 | 1.000000e+00 |    Inf 
1569.44/1569.46	c  1569s|800000 |  4846 |  3492k|   4.4 | 103M|2505 |   - |5645 |  15k|   0 |   0 | 458k|1071k|9329 | 0.000000e+00 | 1.000000e+00 |    Inf 
1588.64/1588.60	c  1589s|810000 |  4911 |  3539k|   4.4 | 104M|2505 |   1 |5645 |  16k|5645 | 197 | 464k|1086k|9402 | 0.000000e+00 | 1.000000e+00 |    Inf 
1608.44/1608.43	c  1608s|820000 |  4944 |  3579k|   4.4 | 104M|2505 |   1 |5645 |  15k|5645 | 197 | 470k|1101k|9449 | 0.000000e+00 | 1.000000e+00 |    Inf 
1628.14/1628.12	c  1628s|830000 |  5071 |  3615k|   4.4 | 106M|2505 |   - |5645 |  16k|   0 |   0 | 475k|1116k|9467 | 0.000000e+00 | 1.000000e+00 |    Inf 
1648.05/1648.07	c  1648s|840000 |  5036 |  3652k|   4.3 | 106M|2505 |   - |5645 |  17k|   0 |   0 | 480k|1131k|9499 | 0.000000e+00 | 1.000000e+00 |    Inf 
1667.94/1667.98	c  1668s|850000 |  5011 |  3693k|   4.3 | 106M|2505 |   5 |5645 |  17k|5645 | 241 | 485k|1146k|9545 | 0.000000e+00 | 1.000000e+00 |    Inf 
1688.14/1688.19	c  1688s|860000 |  4949 |  3737k|   4.3 | 105M|2505 |   - |5645 |  15k|   0 |   0 | 492k|1160k|9587 | 0.000000e+00 | 1.000000e+00 |    Inf 
1708.14/1708.20	c  1708s|870000 |  4827 |  3781k|   4.3 | 102M|2505 |   1 |5645 |  13k|5645 | 194 | 497k|1175k|9637 | 0.000000e+00 | 1.000000e+00 |    Inf 
1727.65/1727.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1727.65/1727.60	c  1728s|880000 |  5139 |  3834k|   4.4 | 105M|2505 |   - |5645 |  16k|   0 |   0 | 504k|1189k|9673 | 0.000000e+00 | 1.000000e+00 |    Inf 
1748.24/1748.24	c  1748s|890000 |  5488 |  3884k|   4.4 | 109M|2505 |   1 |5645 |  16k|5645 | 187 | 511k|1205k|9722 | 0.000000e+00 | 1.000000e+00 |    Inf 
1769.35/1769.38	c  1769s|900000 |  6090 |  3940k|   4.4 | 114M|2505 |   - |5645 |  17k|   0 |   0 | 518k|1219k|9772 | 0.000000e+00 | 1.000000e+00 |    Inf 
1789.75/1789.75	c  1790s|910000 |  6323 |  3987k|   4.4 | 116M|2505 |  19 |5645 |  16k|5645 | 234 | 526k|1234k|9826 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.04/1790.01	c 
1790.04/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.01	c Solving Time (sec) : 1789.98
1790.04/1790.01	c Solving Nodes      : 910113
1790.04/1790.01	c Primal Bound       : +1.00000000000000e+00 (223 solutions)
1790.04/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.01	c Gap                : infinite
1790.04/1790.10	s SATISFIABLE
1790.04/1790.10	v -x231 -x230 -x229 -x228 -x227 -x226 x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 x212 -x211 -x210 
1790.04/1790.10	v -x209 -x208 -x207 -x206 -x205 -x204 x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 
1790.04/1790.10	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 x171 -x170 -x169 -x168 
1790.04/1790.10	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.04/1790.10	v -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 -x125 
1790.04/1790.10	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 
1790.04/1790.10	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 
1790.04/1790.10	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 
1790.04/1790.10	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 
1790.04/1790.10	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 
1790.04/1790.10	v -x1 
1790.04/1790.10	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.10	c Solving Time       :    1789.98
1790.04/1790.10	c Original Problem   :
1790.04/1790.10	c   Problem name     : HOME/instance-2705085-1278578336.wbo
1790.04/1790.10	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.10	c   Constraints      : 5415 initial, 5415 maximal
1790.04/1790.10	c Presolved Problem  :
1790.04/1790.10	c   Problem name     : t_HOME/instance-2705085-1278578336.wbo
1790.04/1790.10	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.04/1790.10	c   Constraints      : 5414 initial, 20336 maximal
1790.04/1790.10	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.10	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.10	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.10	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.10	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.10	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.10	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.04/1790.10	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.04/1790.10	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.10	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.10	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.10	c   root node        :          -       5414          -          -       5414          -          -          -          -
1790.04/1790.10	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.10	c   integral         :          0          0          0     575580          0         10        630          0          0     914956
1790.04/1790.10	c   linear           :       2707          6    5303686     117483          0     338520   22133006     526163          0          0
1790.04/1790.10	c   indicator        :       2707          0    1404921      82594          0        836    4387143          0          0          0
1790.04/1790.10	c   logicor          :          0+         0    1434470          0          0      90510    1950754          0          0          0
1790.04/1790.10	c   bounddisjunction :          0+         0     189805          0          0        280       5216          0          0          0
1790.04/1790.10	c   countsols        :          0          0          0      59405          0          0          0          0          0          0
1790.04/1790.10	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.10	c   integral         :      15.38       0.00       0.00      15.38       0.00
1790.04/1790.10	c   linear           :     262.56       0.00     250.87      11.68       0.00
1790.04/1790.10	c   indicator        :      44.54       0.01      31.23      13.30       0.00
1790.04/1790.10	c   logicor          :     187.59       0.00     187.59       0.00       0.00
1790.04/1790.10	c   bounddisjunction :       1.61       0.00       1.61       0.00       0.00
1790.04/1790.10	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1790.04/1790.10	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.10	c   vbounds          :       0.94      39744          9       6312
1790.04/1790.10	c   rootredcost      :       0.75         25          0       2707
1790.04/1790.10	c   pseudoobj        :     201.93    5317963      14059    4204421
1790.04/1790.10	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.10	c   propagation      :      32.70     443369     443253    3088499       35.7      16707       29.9          -
1790.04/1790.10	c   infeasible LP    :       3.86      10229      10229      90127       44.7        109       23.0          0
1790.04/1790.10	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.10	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.10	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.10	c   applied globally :          -          -          -    1234285       25.3          -          -          -
1790.04/1790.10	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.10	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.10	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.04/1790.10	c   redcost          :      55.83     577866          0     289793          0          0
1790.04/1790.10	c   impliedbounds    :       0.00          4          0          0          0          0
1790.04/1790.10	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.10	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.10	c   gomory           :       0.01          4          0          0        230          0
1790.04/1790.10	c   strongcg         :       0.01          4          0          0        215          0
1790.04/1790.10	c   cmir             :       0.01          4          0          0          0          0
1790.04/1790.10	c   flowcover        :       0.02          4          0          0          0          0
1790.04/1790.10	c   clique           :       0.00          1          0          0          0          0
1790.04/1790.10	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.10	c   mcf              :       0.00          1          0          0          0          0
1790.14/1790.10	c   rapidlearning    :       0.17          1          0          0          0          0
1790.14/1790.10	c Pricers            :       Time      Calls       Vars
1790.14/1790.10	c   problem variables:       0.00          0          0
1790.14/1790.10	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.14/1790.10	c   relpscost        :      14.94     457971         10        630          0          0     914956
1790.14/1790.10	c   pscost           :       0.00          0          0          0          0          0          0
1790.14/1790.10	c   inference        :      30.45      59380          0          0          0          0     118872
1790.14/1790.10	c   mostinf          :       0.00          0          0          0          0          0          0
1790.14/1790.10	c   leastinf         :       0.00          0          0          0          0          0          0
1790.14/1790.10	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.14/1790.10	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.14/1790.10	c   random           :       0.00          0          0          0          0          0          0
1790.14/1790.10	c Primal Heuristics  :       Time      Calls      Found
1790.14/1790.10	c   LP solutions     :       0.09          -         25
1790.14/1790.10	c   pseudo solutions :       0.00          -          0
1790.14/1790.10	c   feaspump         :       0.00          0          0
1790.14/1790.10	c   intshifting      :       0.00          0          0
1790.14/1790.10	c   oneopt           :       0.37         24          0
1790.14/1790.10	c   guideddiving     :       0.16         62          0
1790.14/1790.10	c   coefdiving       :       0.12         67          0
1790.14/1790.10	c   pscostdiving     :       0.12         67          0
1790.14/1790.10	c   fracdiving       :       0.12         67          0
1790.14/1790.10	c   linesearchdiving :       0.12         67          0
1790.14/1790.10	c   veclendiving     :       0.12         68          0
1790.14/1790.10	c   rootsoldiving    :       0.15         64          0
1790.14/1790.10	c   objpscostdiving  :       0.14         65          0
1790.14/1790.10	c   crossover        :       1.90         46          5
1790.14/1790.10	c   trivial          :       0.07          2          2
1790.14/1790.10	c   simplerounding   :       0.76     458237          0
1790.14/1790.10	c   zirounding       :       0.61       1000          0
1790.14/1790.10	c   rounding         :       1.18       9526          0
1790.14/1790.10	c   shifting         :       0.66       2998          0
1790.14/1790.10	c   twoopt           :       0.00          0          0
1790.14/1790.10	c   fixandinfer      :       0.00          0          0
1790.14/1790.10	c   intdiving        :       0.00          0          0
1790.14/1790.10	c   actconsdiving    :       0.00          0          0
1790.14/1790.10	c   octane           :       0.00          0          0
1790.14/1790.10	c   rens             :       0.03          1          0
1790.14/1790.10	c   rins             :       0.00          0          0
1790.14/1790.10	c   localbranching   :       0.00          0          0
1790.14/1790.10	c   mutation         :       0.00          0          0
1790.14/1790.10	c   dins             :       0.00          0          0
1790.14/1790.10	c   undercover       :       0.00          0          0
1790.14/1790.10	c   nlp              :       0.16          0          0
1790.14/1790.10	c   trysol           :       0.54        427        191
1790.14/1790.10	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.14/1790.10	c   primal LP        :       0.00          0          0       0.00          -
1790.14/1790.10	c   dual LP          :     477.82     529671    3987406       7.53    8345.03
1790.14/1790.10	c   lex dual LP      :       0.00          0          0       0.00          -
1790.14/1790.10	c   barrier LP       :       0.00          0          0       0.00          -
1790.14/1790.10	c   diving/probing LP:       0.10         63        518       8.22    5196.42
1790.14/1790.10	c   strong branching :      11.68       9826     117107      11.92   10022.22
1790.14/1790.10	c     (at root node) :          -         32       1047      32.72          -
1790.14/1790.10	c   conflict analysis:       0.00          0          0       0.00          -
1790.14/1790.10	c B&B Tree           :
1790.14/1790.10	c   number of runs   :          1
1790.14/1790.10	c   nodes            :     910113
1790.14/1790.10	c   nodes (total)    :     910113
1790.14/1790.10	c   nodes left       :       6324
1790.14/1790.10	c   max depth        :       2505
1790.14/1790.10	c   max depth (total):       2505
1790.14/1790.10	c   backtracks       :      70668 (7.8%)
1790.14/1790.10	c   delayed cutoffs  :      65930
1790.14/1790.10	c   repropagations   :    2897480 (5282904 domain reductions, 61149 cutoffs)
1790.14/1790.10	c   avg switch length:       7.98
1790.14/1790.10	c   switching time   :     243.88
1790.14/1790.10	c Solution           :
1790.14/1790.10	c   Solutions found  :        223 (26 improvements)
1790.14/1790.10	c   First Solution   : +1.34313000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.14/1790.10	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 273864 nodes, 585.29 seconds, depth 25, found by <relaxation>)
1790.14/1790.10	c   Dual Bound       : +0.00000000000000e+00
1790.14/1790.10	c   Gap              :   infinite
1790.14/1790.10	c   Root Dual Bound  : +0.00000000000000e+00
1790.14/1790.10	c   Root Iterations  :        184
1790.24/1790.22	c Time complete: 1790.27.

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-2705085-1278578336/watcher-2705085-1278578336 -o /tmp/evaluation-result-2705085-1278578336/solver-2705085-1278578336 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705085-1278578336.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.01 2.01 1.94 3/178 23310
/proc/meminfo: memFree=29058868/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=12508 CPUtime=0
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 1974 0 0 0 0 0 0 0 25 0 1 0 26046576 12808192 1893 4089446400 4194304 10345943 140733520960624 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23310/statm: 3127 1893 429 1502 0 1620 0

[startup+0.0971081 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 23310
/proc/meminfo: memFree=29058868/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=38016 CPUtime=0.08
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 8448 0 0 0 8 0 0 0 25 0 1 0 26046576 38928384 8013 4089446400 4194304 10345943 140733520960624 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 9504 8013 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38016

[startup+0.101108 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 23310
/proc/meminfo: memFree=29058868/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=38016 CPUtime=0.09
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 8448 0 0 0 9 0 0 0 25 0 1 0 26046576 38928384 8013 4089446400 4194304 10345943 140733520960624 18446744073709551615 4246426 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 9504 8013 509 1502 0 7997 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38016

[startup+0.30107 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 23310
/proc/meminfo: memFree=29058868/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=70100 CPUtime=0.29
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 16226 0 0 0 28 1 0 0 25 0 1 0 26046576 71782400 15791 4089446400 4194304 10345943 140733520960624 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 17525 15791 632 1502 0 16018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70100

[startup+0.701002 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 23310
/proc/meminfo: memFree=29058868/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=65260 CPUtime=0.7
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 16892 0 0 0 68 2 0 0 25 0 1 0 26046576 66826240 15052 4089446400 4194304 10345943 140733520960624 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 16315 15052 751 1502 0 14808 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 65260

[startup+1.50084 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 23311
/proc/meminfo: memFree=29000952/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=65260 CPUtime=1.5
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 16895 0 0 0 148 2 0 0 25 0 1 0 26046576 66826240 15055 4089446400 4194304 10345943 140733520960624 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 16315 15055 754 1502 0 14808 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 65260

[startup+3.10053 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 23311
/proc/meminfo: memFree=29000332/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=65260 CPUtime=3.09
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 16899 0 0 0 307 2 0 0 25 0 1 0 26046576 66826240 15059 4089446400 4194304 10345943 140733520960624 18446744073709551615 6803098 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 16315 15059 754 1502 0 14808 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65260

[startup+6.30096 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 23311
/proc/meminfo: memFree=28993200/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=72004 CPUtime=6.29
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 18966 0 0 0 626 3 0 0 25 0 1 0 26046576 73732096 16518 4089446400 4194304 10345943 140733520960624 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 18001 16518 754 1502 0 16494 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72004

[startup+12.7008 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 23311
/proc/meminfo: memFree=28979556/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=80936 CPUtime=12.69
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 23839 0 0 0 1265 4 0 0 25 0 1 0 26046576 82878464 19026 4089446400 4194304 10345943 140733520960624 18446744073709551615 4601636 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 20234 19026 761 1502 0 18727 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80936

[startup+25.5004 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 23311
/proc/meminfo: memFree=28973284/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=83660 CPUtime=25.49
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 28661 0 0 0 2542 7 0 0 25 0 1 0 26046576 85667840 19737 4089446400 4194304 10345943 140733520960624 18446744073709551615 4696469 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 20915 19737 762 1502 0 19408 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83660

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23312
/proc/meminfo: memFree=28941032/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=109136 CPUtime=51.1
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 39155 0 0 0 5099 11 0 0 25 0 1 0 26046576 111755264 25830 4089446400 4194304 10345943 140733520960624 18446744073709551615 5616017 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 27284 25830 762 1502 0 25777 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 109136

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23313
/proc/meminfo: memFree=28860528/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=177224 CPUtime=102.3
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 74636 0 0 0 10210 20 0 0 25 0 1 0 26046576 181477376 42633 4089446400 4194304 10345943 140733520960624 18446744073709551615 6119783 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 44306 42633 763 1502 0 42799 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 177224

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/179 23315
/proc/meminfo: memFree=28769460/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=267668 CPUtime=162.3
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 129713 0 0 0 16196 34 0 0 25 0 1 0 26046576 274092032 64857 4089446400 4194304 10345943 140733520960624 18446744073709551615 6920409 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 66917 64857 774 1502 0 65410 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 267668

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 23317
/proc/meminfo: memFree=28703684/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=334828 CPUtime=222.3
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 164212 0 0 0 22186 44 0 0 25 0 1 0 26046576 342863872 80587 4089446400 4194304 10345943 140733520960624 18446744073709551615 6802879 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 83707 80587 774 1502 0 82200 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 334828

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23319
/proc/meminfo: memFree=28668800/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=365076 CPUtime=282.3
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 190769 0 0 0 28177 53 0 0 25 0 1 0 26046576 373837824 88499 4089446400 4194304 10345943 140733520960624 18446744073709551615 4706214 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 91269 88499 774 1502 0 89762 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 365076

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23320
/proc/meminfo: memFree=28667116/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=367576 CPUtime=342.3
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 207461 0 0 0 34166 64 0 0 25 0 1 0 26046576 376397824 88950 4089446400 4194304 10345943 140733520960624 18446744073709551615 6119667 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 91894 88950 785 1502 0 90387 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 367576

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23321
/proc/meminfo: memFree=28660992/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=371564 CPUtime=402.3
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 224571 0 0 0 40154 76 0 0 25 0 1 0 26046576 380481536 89893 4089446400 4194304 10345943 140733520960624 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 92891 89893 785 1502 0 91384 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 371564

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23323
/proc/meminfo: memFree=28657472/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=372768 CPUtime=462.31
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 240213 0 0 0 46141 90 0 0 25 0 1 0 26046576 381714432 90195 4089446400 4194304 10345943 140733520960624 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 93192 90195 785 1502 0 91685 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 372768

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23325
/proc/meminfo: memFree=28652584/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=375008 CPUtime=522.31
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 242443 0 0 0 52130 101 0 0 25 0 1 0 26046576 384008192 90690 4089446400 4194304 10345943 140733520960624 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 93752 90690 785 1502 0 92245 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 375008

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23327
/proc/meminfo: memFree=28650688/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=375476 CPUtime=582.31
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 246839 0 0 0 58120 111 0 0 25 0 1 0 26046576 384487424 90798 4089446400 4194304 10345943 140733520960624 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 93869 90798 793 1502 0 92362 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 375476

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 23328
/proc/meminfo: memFree=28648640/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=375772 CPUtime=642.31
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 265043 0 0 0 64108 123 0 0 25 0 1 0 26046576 384790528 91016 4089446400 4194304 10345943 140733520960624 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 93943 91016 794 1502 0 92436 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 375772

[startup+702.301 s]

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

/proc/meminfo: memFree=28634404/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=383720 CPUtime=1062.32
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 276891 0 0 0 106037 195 0 0 25 0 1 0 26046576 392929280 92880 4089446400 4194304 10345943 140733520960624 18446744073709551615 6777597 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 95930 92880 794 1502 0 94423 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 383720

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23341
/proc/meminfo: memFree=28630140/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=386444 CPUtime=1122.32
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 277616 0 0 0 112026 206 0 0 25 0 1 0 26046576 395718656 93605 4089446400 4194304 10345943 140733520960624 18446744073709551615 5026809 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 96611 93605 794 1502 0 95104 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 386444

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23343
/proc/meminfo: memFree=28623876/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=391568 CPUtime=1182.33
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 279096 0 0 0 118016 217 0 0 25 0 1 0 26046576 400965632 95085 4089446400 4194304 10345943 140733520960624 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 97892 95085 794 1502 0 96385 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 391568

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23344
/proc/meminfo: memFree=28620972/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=393700 CPUtime=1242.33
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 279645 0 0 0 124005 228 0 0 25 0 1 0 26046576 403148800 95634 4089446400 4194304 10345943 140733520960624 18446744073709551615 6803071 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 98425 95634 794 1502 0 96918 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 393700

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23345
/proc/meminfo: memFree=28619804/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=394740 CPUtime=1302.33
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 279930 0 0 0 129995 238 0 0 25 0 1 0 26046576 404213760 95919 4089446400 4194304 10345943 140733520960624 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 98685 95919 794 1502 0 97178 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 394740

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23356
/proc/meminfo: memFree=28618740/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=395036 CPUtime=1362.33
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 281921 0 0 0 135983 250 0 0 25 0 1 0 26046576 404516864 95985 4089446400 4194304 10345943 140733520960624 18446744073709551615 6068933 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 98759 95985 794 1502 0 97252 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 395036

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23358
/proc/meminfo: memFree=28617200/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=396036 CPUtime=1422.34
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 282098 0 0 0 141971 263 0 0 25 0 1 0 26046576 405540864 96162 4089446400 4194304 10345943 140733520960624 18446744073709551615 6702751 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 99009 96162 794 1502 0 97502 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 396036

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 1.95 3/179 23387
/proc/meminfo: memFree=28981864/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=396036 CPUtime=1482.34
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 282120 0 0 0 147960 274 0 0 25 0 1 0 26046576 405540864 96184 4089446400 4194304 10345943 140733520960624 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 99009 96184 794 1502 0 97502 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 396036

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 23388
/proc/meminfo: memFree=28906512/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=396036 CPUtime=1542.34
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 282139 0 0 0 153950 284 0 0 25 0 1 0 26046576 405540864 96203 4089446400 4194304 10345943 140733520960624 18446744073709551615 4228749 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 99009 96203 794 1502 0 97502 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 396036

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/179 23389
/proc/meminfo: memFree=28834176/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=396036 CPUtime=1602.34
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 282244 0 0 0 159940 294 0 0 25 0 1 0 26046576 405540864 96308 4089446400 4194304 10345943 140733520960624 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 99009 96308 794 1502 0 97502 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 396036

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 23391
/proc/meminfo: memFree=28750544/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=396232 CPUtime=1662.34
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 282266 0 0 0 165931 303 0 0 25 0 1 0 26046576 405741568 96330 4089446400 4194304 10345943 140733520960624 18446744073709551615 5614780 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 99058 96330 794 1502 0 97551 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 396232

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 1.96 3/179 23393
/proc/meminfo: memFree=28669016/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=396232 CPUtime=1722.34
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 282284 0 0 0 171922 312 0 0 25 0 1 0 26046576 405741568 96348 4089446400 4194304 10345943 140733520960624 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 99058 96348 794 1502 0 97551 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 396232

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/179 23395
/proc/meminfo: memFree=28584496/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=397920 CPUtime=1782.34
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 282510 0 0 0 177910 324 0 0 25 0 1 0 26046576 407470080 96574 4089446400 4194304 10345943 140733520960624 18446744073709551615 6325008 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 99480 96574 794 1502 0 97973 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 397920

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

[startup+1785.5 s]
/proc/loadavg: 2.03 2.01 1.96 3/179 23395
/proc/meminfo: memFree=28579528/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=397920 CPUtime=1785.55
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 282531 0 0 0 178230 325 0 0 25 0 1 0 26046576 407470080 96595 4089446400 4194304 10345943 140733520960624 18446744073709551615 5926597 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 99480 96595 794 1502 0 97973 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 397920

[startup+1788.7 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 23395
/proc/meminfo: memFree=28575568/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=397920 CPUtime=1788.74
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 282543 0 0 0 178549 325 0 0 25 0 1 0 26046576 407470080 96607 4089446400 4194304 10345943 140733520960624 18446744073709551615 6864680 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 99480 96607 794 1502 0 97973 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 397920

[startup+1789.5 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 23395
/proc/meminfo: memFree=28575568/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=397920 CPUtime=1789.54
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 282545 0 0 0 178629 325 0 0 25 0 1 0 26046576 407470080 96609 4089446400 4194304 10345943 140733520960624 18446744073709551615 5085404 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 99480 96609 794 1502 0 97973 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 397920

[startup+1789.9 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 23395
/proc/meminfo: memFree=28573704/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=397920 CPUtime=1789.94
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 282545 0 0 0 178669 325 0 0 25 0 1 0 26046576 407470080 96609 4089446400 4194304 10345943 140733520960624 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23310/statm: 99480 96609 794 1502 0 97973 0
Current children cumulated CPU time (s) 1789.94
Current children cumulated vsize (KiB) 397920

[startup+1790.1 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 23395
/proc/meminfo: memFree=28573704/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=397920 CPUtime=1790.14
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 282545 0 0 0 178689 325 0 0 25 0 1 0 26046576 407470080 96609 4089446400 4194304 10345943 140733520960624 18446744073709551615 9192112 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23310/statm: 99480 96609 794 1502 0 97973 0
Current children cumulated CPU time (s) 1790.14
Current children cumulated vsize (KiB) 397920

[startup+1790.2 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 23395
/proc/meminfo: memFree=28573704/32951124 swapFree=67111528/67111528
[pid=23310] ppid=23308 vsize=397924 CPUtime=1790.24
/proc/23310/stat : 23310 (pbscip.linux.x8) R 23308 23310 22811 0 -1 4202496 282552 0 0 0 178699 325 0 0 25 0 1 0 26046576 407474176 96616 4089446400 4194304 10345943 140733520960624 18446744073709551615 6325586 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23310/statm: 99481 96616 795 1502 0 97974 0
Current children cumulated CPU time (s) 1790.24
Current children cumulated vsize (KiB) 397924

Child status: 0
Real time (s): 1790.23
CPU time (s): 1790.28
CPU user time (s): 1787.01
CPU system time (s): 3.2735
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 397924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.01
system time used= 3.2735
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282555
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 3847

runsolver used 3.13752 second user time and 6.64099 second system time

The end

Launcher Data

Begin job on node142 at 2010-07-08 10:38:57
IDJOB=2705085
IDBENCH=79294
IDSOLVER=1214
FILE ID=node142/2705085-1278578336
PBS_JOBID= 11240171
Free space on /tmp= 73320 MiB

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

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

MD5SUM BENCH= 0a3bbeff5fae384bd8f72d98174965d3
RANDOM SEED=461426973

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29059396 kB
Buffers:        159408 kB
Cached:        3133296 kB
SwapCached:          0 kB
Active:        1380556 kB
Inactive:      2342604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29059396 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12844 kB
Writeback:           0 kB
AnonPages:      429908 kB
Mapped:          17592 kB
Slab:           105228 kB
PageTables:       5384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   579252 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= 73308 MiB
End job on node142 at 2010-07-08 11:08:47