Trace number 2705535

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.13 1790.08

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900576927--soft-66-100-0.wbo
MD5SUMfe999950861349ecbc6e2ee50c3d0e04
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark212.558
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 constraints911
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 45526
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45525
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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-2705535-1278572955.wbo>
0.00/0.02	c original problem has 2053 variables (1142 bin, 0 int, 911 impl, 0 cont) and 3619 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.02/0.03	c presolving:
0.02/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 220 impls, 16 clqs
0.02/0.07	c (round 2) 0 del vars, 116 del conss, 911 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 220 impls, 16 clqs
0.02/0.08	c (round 3) 50 del vars, 264 del conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 0 upgd conss, 220 impls, 16 clqs
0.02/0.09	c (round 4) 130 del vars, 264 del conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 1663 upgd conss, 220 impls, 16 clqs
0.09/0.10	c (round 5) 130 del vars, 267 del conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 1663 upgd conss, 220 impls, 16 clqs
0.09/0.14	c    (0.1s) probing: 101/1077 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (6 rounds):
0.09/0.14	c  130 deleted vars, 267 deleted constraints, 926 tightened bounds, 0 added holes, 133 changed sides, 0 changed coefficients
0.09/0.14	c  1905 implications, 16 cliques
0.09/0.14	c presolved problem has 1923 variables (1077 bin, 0 int, 846 impl, 0 cont) and 3352 constraints
0.09/0.14	c      55 constraints of type <setppc>
0.09/0.14	c     846 constraints of type <linear>
0.09/0.14	c     846 constraints of type <indicator>
0.09/0.14	c    1605 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.10
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 1.2.1.3
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1789.98
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 3420
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/indicator/addCouplingCons = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.14	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.14	c   0.1s|     1 |     0 |    40 |     - |8860k|   0 |  29 |1923 |3352 |1923 |1660 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |   303 |     - |9031k|   0 |  45 |1923 |3352 |1923 |1678 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.38	c   0.4s|     1 |     0 |   636 |     - |9696k|   0 |  59 |1923 |3352 |1923 |1700 |  40 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |   921 |     - |  10M|   0 |  64 |1923 |3352 |1923 |1715 |  55 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.67	c   0.6s|     1 |     0 |  1662 |     - |  11M|   0 | 101 |1923 |3352 |1923 |1732 |  72 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.89	c   0.9s|     1 |     0 |  2056 |     - |  12M|   0 |  98 |1923 |3352 |1923 |1754 |  94 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.10/1.15	c   1.1s|     1 |     0 |  2830 |     - |  13M|   0 |  95 |1923 |3352 |1923 |1771 | 111 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.69/2.73	c   2.7s|     1 |     2 |  2830 |     - |  13M|   0 |  95 |1923 |3352 |1923 |1771 | 111 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
7.69/7.77	o 42201
7.69/7.77	c y 7.7s|    16 |    15 |  5816 | 199.1 |  13M|  14 |   - |1923 |3352 |   0 |   0 | 128 |   0 | 268 | 0.000000e+00 | 4.220100e+04 |    Inf 
18.29/18.33	o 280
18.29/18.33	c *18.3s|    81 |    72 | 12378 | 119.3 |  14M|  18 |   - |1923 |3352 |1923 |1768 | 222 |   0 | 556 | 0.000000e+00 | 2.800000e+02 |    Inf 
18.29/18.34	o 276
18.29/18.34	c *18.3s|    82 |    71 | 12378 | 117.9 |  14M|  18 |   - |1923 |3352 |1923 |1768 | 222 |   0 | 556 | 0.000000e+00 | 2.760000e+02 |    Inf 
18.79/18.86	o 262
18.79/18.86	c *18.8s|   138 |   102 | 16013 |  96.2 |  14M|  22 |   - |1923 |3417 |1923 |1754 | 269 |  65 | 559 | 0.000000e+00 | 2.620000e+02 |    Inf 
19.69/19.70	o 245
19.69/19.70	c *19.7s|   221 |   166 | 20006 |  78.1 |  15M|  26 |   - |1923 |3445 |1923 |1755 | 323 |  93 | 569 | 0.000000e+00 | 2.450000e+02 |    Inf 
20.09/20.13	o 237
20.09/20.13	c *20.1s|   236 |   170 | 21761 |  80.6 |  15M|  26 |   - |1923 |3465 |1923 |1754 | 324 | 113 | 576 | 0.000000e+00 | 2.370000e+02 |    Inf 
20.29/20.31	o 229
20.29/20.31	c *20.3s|   314 |   233 | 22662 |  63.4 |  15M|  31 |   - |1923 |3472 |1923 |1770 | 411 | 120 | 576 | 0.000000e+00 | 2.290000e+02 |    Inf 
20.29/20.32	o 225
20.29/20.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.29/20.32	c *20.3s|   315 |   232 | 22663 |  63.2 |  15M|  31 |   - |1923 |3472 |1923 |1770 | 411 | 120 | 576 | 0.000000e+00 | 2.250000e+02 |    Inf 
20.39/20.41	o 200
20.39/20.41	c *20.4s|   376 |   264 | 22828 |  53.3 |  15M|  33 |   - |1923 |3476 |1923 |1776 | 440 | 124 | 576 | 0.000000e+00 | 2.000000e+02 |    Inf 
20.49/20.52	o 176
20.49/20.52	c *20.5s|   430 |   266 | 23211 |  47.5 |  15M|  35 |   - |1923 |3502 |1923 |1780 | 492 | 150 | 576 | 0.000000e+00 | 1.760000e+02 |    Inf 
21.29/21.39	o 173
21.29/21.39	c R21.4s|   536 |   322 | 26479 |  44.2 |  16M|  35 |   - |1923 |3601 |1923 |1772 | 586 | 249 | 585 | 0.000000e+00 | 1.730000e+02 |    Inf 
21.29/21.40	o 169
21.29/21.40	c *21.4s|   537 |   304 | 26497 |  44.2 |  16M|  35 |   - |1923 |3607 |1923 |1772 | 586 | 255 | 585 | 0.000000e+00 | 1.690000e+02 |    Inf 
21.49/21.50	o 159
21.49/21.50	c *21.5s|   589 |   315 | 26843 |  40.8 |  16M|  35 |   - |1923 |3621 |1923 |1776 | 648 | 269 | 585 | 0.000000e+00 | 1.590000e+02 |    Inf 
21.49/21.50	o 146
21.49/21.50	c *21.5s|   590 |   269 | 26853 |  40.8 |  16M|  35 |   - |1923 |3621 |1923 |1776 | 648 | 269 | 585 | 0.000000e+00 | 1.460000e+02 |    Inf 
22.49/22.59	o 145
22.49/22.59	c *22.6s|   674 |   317 | 32152 |  43.6 |  16M|  35 |   - |1923 |3691 |1923 |1760 | 708 | 344 | 594 | 0.000000e+00 | 1.450000e+02 |    Inf 
23.00/23.03	o 141
23.00/23.03	c *23.0s|   722 |   325 | 35076 |  44.7 |  17M|  35 |   - |1923 |3727 |1923 |1753 | 736 | 383 | 599 | 0.000000e+00 | 1.410000e+02 |    Inf 
23.00/23.08	o 121
23.00/23.08	c *23.1s|   726 |   291 | 35539 |  45.1 |  16M|  35 |   - |1923 |3726 |1923 |1753 | 736 | 383 | 600 | 0.000000e+00 | 1.210000e+02 |    Inf 
23.10/23.14	o 119
23.10/23.14	c *23.1s|   745 |   295 | 35944 |  44.5 |  16M|  35 |   - |1923 |3732 |1923 |1776 | 759 | 390 | 600 | 0.000000e+00 | 1.190000e+02 |    Inf 
23.10/23.14	o 112
23.10/23.14	c *23.1s|   746 |   274 | 35953 |  44.5 |  16M|  35 |   - |1923 |3732 |1923 |1777 | 760 | 390 | 600 | 0.000000e+00 | 1.120000e+02 |    Inf 
23.10/23.17	o 100
23.10/23.17	c *23.2s|   761 |   267 | 36029 |  43.7 |  16M|  37 |   - |1923 |3738 |1923 |1778 | 764 | 396 | 600 | 0.000000e+00 | 1.000000e+02 |    Inf 
23.10/23.17	o 93
23.10/23.17	c *23.2s|   762 |   256 | 36030 |  43.6 |  16M|  37 |   - |1923 |3738 |1923 |1778 | 764 | 396 | 600 | 0.000000e+00 | 9.300000e+01 |    Inf 
23.19/23.21	o 75
23.19/23.21	c *23.2s|   775 |   233 | 36216 |  43.1 |  16M|  37 |   - |1923 |3677 |1923 |1756 | 767 | 404 | 600 | 0.000000e+00 | 7.500000e+01 |    Inf 
23.19/23.21	o 64
23.19/23.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.19/23.21	c *23.2s|   776 |   131 | 36243 |  43.1 |  16M|  37 |   - |1923 |3677 |1923 |1757 | 768 | 404 | 600 | 0.000000e+00 | 6.400000e+01 |    Inf 
24.39/24.43	o 63
24.39/24.43	c *24.4s|  1145 |   167 | 44518 |  36.4 |  16M|  37 |   - |1923 |3759 |1923 |1761 | 790 | 791 | 617 | 0.000000e+00 | 6.300000e+01 |    Inf 
24.39/24.44	o 61
24.39/24.44	c *24.4s|  1148 |   168 | 44519 |  36.3 |  16M|  37 |   - |1923 |3724 |1923 |1761 | 790 | 791 | 617 | 0.000000e+00 | 6.100000e+01 |    Inf 
24.39/24.44	o 48
24.39/24.44	c *24.4s|  1149 |   116 | 44519 |  36.3 |  16M|  37 |   - |1923 |3724 |1923 |1761 | 790 | 791 | 617 | 0.000000e+00 | 4.800000e+01 |    Inf 
27.20/27.30	o 41
27.20/27.30	c *27.3s|  1951 |   158 | 63807 |  31.3 |  17M|  37 |   - |1923 |4262 |1923 |1758 | 891 |1737 | 636 | 0.000000e+00 | 4.100000e+01 |    Inf 
27.29/27.36	o 3
27.29/27.36	c *27.3s|  1979 |   145 | 64124 |  31.0 |  17M|  37 |   - |1923 |4193 |1923 |1755 | 893 |1771 | 636 | 0.000000e+00 | 3.000000e+00 |    Inf 
46.79/46.85	c  46.8s| 10000 |   319 |196947 |  19.4 |  19M|  41 |   - |1923 |6437 |   0 |   0 |1886 |  12k|1100 | 0.000000e+00 | 3.000000e+00 |    Inf 
55.79/55.84	o 2
55.79/55.84	c *55.8s| 14928 |   476 |257267 |  17.0 |  21M|  41 |   - |1923 |9675 |1923 |1756 |2504 |  18k|1231 | 0.000000e+00 | 2.000000e+00 |    Inf 
65.19/65.22	c  65.2s| 20000 |   508 |315698 |  15.6 |  21M|  51 |  23 |1923 |9035 |1923 |1753 |2923 |  24k|1421 | 0.000000e+00 | 2.000000e+00 |    Inf 
75.10/75.17	o 1
75.10/75.17	c *75.1s| 25350 |   465 |377336 |  14.8 |  22M|  53 |   - |1923 |  10k|1923 |1757 |3691 |  32k|1629 | 0.000000e+00 | 1.000000e+00 |    Inf 
83.40/83.47	c  83.4s| 30000 |   527 |431755 |  14.3 |  23M|  53 |  16 |1923 |  12k|1923 |1753 |4300 |  38k|1670 | 0.000000e+00 | 1.000000e+00 |    Inf 
101.80/101.89	c   102s| 40000 |   663 |547443 |  13.6 |  26M|  53 |   - |1923 |  17k|   0 |   0 |5854 |  51k|1685 | 0.000000e+00 | 1.000000e+00 |    Inf 
122.29/122.36	c   122s| 50000 |   791 |673725 |  13.4 |  28M|  53 |   1 |1923 |  20k|1923 |1753 |7016 |  64k|1750 | 0.000000e+00 | 1.000000e+00 |    Inf 
143.60/143.63	c   144s| 60000 |   699 |799697 |  13.3 |  28M|  54 |  30 |1923 |  18k|1923 |1758 |8031 |  78k|1959 | 0.000000e+00 | 1.000000e+00 |    Inf 
165.89/165.92	c   166s| 70000 |   912 |930885 |  13.3 |  30M|  54 |   1 |1923 |  21k|1923 |1753 |9305 |  92k|2257 | 0.000000e+00 | 1.000000e+00 |    Inf 
189.30/189.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
189.30/189.35	c   189s| 80000 |  1185 |  1070k|  13.3 |  32M|  54 |  19 |1923 |  23k|1923 |1759 |  10k| 105k|2514 | 0.000000e+00 | 1.000000e+00 |    Inf 
212.30/212.36	c   212s| 90000 |  1246 |  1202k|  13.3 |  33M|  54 |   - |1923 |  25k|1923 |1758 |  12k| 119k|2740 | 0.000000e+00 | 1.000000e+00 |    Inf 
238.99/239.09	c   239s|100000 |  1466 |  1368k|  13.7 |  36M|  55 |  21 |1923 |  28k|1923 |1769 |  13k| 133k|2977 | 0.000000e+00 | 1.000000e+00 |    Inf 
265.20/265.29	c   265s|110000 |  1556 |  1526k|  13.9 |  36M|  60 |  26 |1923 |  27k|1923 |1760 |  14k| 148k|3209 | 0.000000e+00 | 1.000000e+00 |    Inf 
289.60/289.68	c   290s|120000 |  1523 |  1671k|  13.9 |  37M|  60 |  15 |1923 |  28k|1923 |1753 |  16k| 162k|3366 | 0.000000e+00 | 1.000000e+00 |    Inf 
314.51/314.51	c   314s|130000 |  1414 |  1817k|  14.0 |  35M|  60 |   - |1923 |  22k|1923 |1753 |  17k| 176k|3561 | 0.000000e+00 | 1.000000e+00 |    Inf 
339.40/339.42	c   339s|140000 |  1115 |  1967k|  14.0 |  33M|  60 |   - |1923 |  21k|1923 |1759 |  19k| 190k|3772 | 0.000000e+00 | 1.000000e+00 |    Inf 
363.10/363.18	c   363s|150000 |  1051 |  2115k|  14.1 |  33M|  60 |   - |1923 |  23k|1923 |1753 |  20k| 203k|3895 | 0.000000e+00 | 1.000000e+00 |    Inf 
387.11/387.13	c   387s|160000 |   847 |  2255k|  14.1 |  29M|  60 |  18 |1923 |  15k|1923 |1753 |  21k| 217k|4298 | 0.000000e+00 | 1.000000e+00 |    Inf 
408.10/408.17	c   408s|170000 |   765 |  2382k|  14.0 |  28M|  60 |   - |1923 |  13k|1923 |1753 |  23k| 231k|4427 | 0.000000e+00 | 1.000000e+00 |    Inf 
429.70/429.70	c   430s|180000 |   648 |  2521k|  14.0 |  27M|  60 |   - |1923 |  10k|   0 |   0 |  24k| 245k|4601 | 0.000000e+00 | 1.000000e+00 |    Inf 
449.81/449.81	c   450s|190000 |   776 |  2652k|  13.9 |  29M|  60 |  13 |1923 |  13k|1923 |1753 |  25k| 258k|4762 | 0.000000e+00 | 1.000000e+00 |    Inf 
470.21/470.22	c   470s|200000 |   778 |  2779k|  13.9 |  30M|  60 |   - |1923 |  17k|1923 |1757 |  27k| 271k|4942 | 0.000000e+00 | 1.000000e+00 |    Inf 
492.51/492.51	c   492s|210000 |   766 |  2922k|  13.9 |  30M|  60 |   - |1923 |  15k|1923 |1753 |  28k| 285k|5112 | 0.000000e+00 | 1.000000e+00 |    Inf 
514.31/514.37	c   514s|220000 |   991 |  3062k|  13.9 |  32M|  60 |   - |1923 |  18k|1923 |1753 |  29k| 298k|5220 | 0.000000e+00 | 1.000000e+00 |    Inf 
536.50/536.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
536.50/536.58	c   537s|230000 |  1193 |  3199k|  13.9 |  34M|  60 |   - |1923 |  20k|   0 |   0 |  31k| 311k|5326 | 0.000000e+00 | 1.000000e+00 |    Inf 
559.61/559.60	c   560s|240000 |  1201 |  3338k|  13.9 |  35M|  60 |  27 |1923 |  22k|1923 |1766 |  32k| 325k|5490 | 0.000000e+00 | 1.000000e+00 |    Inf 
582.71/582.77	c   583s|250000 |  1181 |  3482k|  13.9 |  36M|  60 |   - |1923 |  23k|   0 |   0 |  34k| 338k|5613 | 0.000000e+00 | 1.000000e+00 |    Inf 
605.41/605.42	c   605s|260000 |  1171 |  3616k|  13.9 |  36M|  61 |  23 |1923 |  23k|1923 |1753 |  35k| 352k|5767 | 0.000000e+00 | 1.000000e+00 |    Inf 
629.12/629.19	c   629s|270000 |  1028 |  3762k|  13.9 |  36M|  61 |  21 |1923 |  23k|1923 |1756 |  37k| 366k|5892 | 0.000000e+00 | 1.000000e+00 |    Inf 
653.81/653.87	c   654s|280000 |  1071 |  3919k|  14.0 |  38M|  61 |   - |1923 |  28k|   0 |   0 |  39k| 380k|6017 | 0.000000e+00 | 1.000000e+00 |    Inf 
679.41/679.41	c   679s|290000 |  1078 |  4073k|  14.0 |  39M|  66 |   - |1923 |  30k|1923 |1758 |  40k| 394k|6193 | 0.000000e+00 | 1.000000e+00 |    Inf 
704.22/704.22	c   704s|300000 |  1006 |  4220k|  14.1 |  37M|  66 |  16 |1923 |  26k|1923 |1753 |  42k| 408k|6324 | 0.000000e+00 | 1.000000e+00 |    Inf 
726.62/726.67	c   727s|310000 |   841 |  4353k|  14.0 |  34M|  66 |   - |1923 |  20k|1923 |1759 |  43k| 421k|6450 | 0.000000e+00 | 1.000000e+00 |    Inf 
749.02/749.06	c   749s|320000 |   695 |  4496k|  14.0 |  31M|  66 |  26 |1923 |  16k|1923 |1753 |  45k| 435k|6584 | 0.000000e+00 | 1.000000e+00 |    Inf 
769.01/769.08	c   769s|330000 |   603 |  4621k|  14.0 |  30M|  66 |   - |1923 |  15k|1923 |1753 |  46k| 448k|6694 | 0.000000e+00 | 1.000000e+00 |    Inf 
790.52/790.54	c   791s|340000 |   540 |  4753k|  14.0 |  30M|  66 |   - |1923 |  18k|1923 |1753 |  47k| 462k|6805 | 0.000000e+00 | 1.000000e+00 |    Inf 
812.12/812.13	c   812s|350000 |   368 |  4890k|  14.0 |  28M|  66 |  28 |1923 |  14k|1923 |1753 |  49k| 475k|6915 | 0.000000e+00 | 1.000000e+00 |    Inf 
833.72/833.74	c   834s|360000 |   380 |  5032k|  14.0 |  29M|  66 |  10 |1923 |  17k|1923 |1762 |  50k| 488k|7029 | 0.000000e+00 | 1.000000e+00 |    Inf 
855.51/855.56	c   856s|370000 |   448 |  5171k|  14.0 |  29M|  66 |   - |1923 |  17k|1923 |1757 |  52k| 501k|7136 | 0.000000e+00 | 1.000000e+00 |    Inf 
877.73/877.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
877.73/877.76	c   878s|380000 |   623 |  5309k|  14.0 |  31M|  66 |   9 |1923 |  21k|1923 |1760 |  54k| 514k|7241 | 0.000000e+00 | 1.000000e+00 |    Inf 
901.12/901.11	c   901s|390000 |   753 |  5451k|  14.0 |  33M|  66 |   - |1923 |  24k|   0 |   0 |  56k| 527k|7341 | 0.000000e+00 | 1.000000e+00 |    Inf 
924.42/924.48	c   924s|400000 |   860 |  5586k|  14.0 |  35M|  66 |  27 |1923 |  27k|1923 |1770 |  58k| 540k|7445 | 0.000000e+00 | 1.000000e+00 |    Inf 
949.02/949.06	c   949s|410000 |   833 |  5727k|  14.0 |  34M|  66 |   - |1923 |  25k|   0 |   0 |  59k| 554k|7545 | 0.000000e+00 | 1.000000e+00 |    Inf 
972.72/972.71	c   973s|420000 |   888 |  5875k|  14.0 |  36M|  66 |  11 |1923 |  28k|1923 |1777 |  61k| 567k|7646 | 0.000000e+00 | 1.000000e+00 |    Inf 
996.12/996.13	c   996s|430000 |   938 |  6011k|  14.0 |  38M|  66 |   1 |1923 |  30k|1923 |1774 |  63k| 581k|7736 | 0.000000e+00 | 1.000000e+00 |    Inf 
1021.12/1021.11	c  1021s|440000 |   825 |  6159k|  14.0 |  35M|  66 |   - |1923 |  24k|   0 |   0 |  65k| 595k|7849 | 0.000000e+00 | 1.000000e+00 |    Inf 
1044.43/1044.40	c  1044s|450000 |   804 |  6302k|  14.0 |  36M|  66 |   - |1923 |  26k|1923 |1776 |  66k| 608k|7947 | 0.000000e+00 | 1.000000e+00 |    Inf 
1068.52/1068.56	c  1069s|460000 |   832 |  6449k|  14.0 |  37M|  66 |   - |1923 |  30k|   0 |   0 |  68k| 622k|8044 | 0.000000e+00 | 1.000000e+00 |    Inf 
1093.13/1093.12	c  1093s|470000 |   782 |  6592k|  14.0 |  37M|  66 |  22 |1923 |  29k|1923 |1774 |  70k| 635k|8134 | 0.000000e+00 | 1.000000e+00 |    Inf 
1119.33/1119.37	c  1119s|480000 |   745 |  6750k|  14.1 |  37M|  66 |   - |1923 |  28k|1923 |1770 |  72k| 649k|8246 | 0.000000e+00 | 1.000000e+00 |    Inf 
1144.03/1144.01	c  1144s|490000 |   644 |  6895k|  14.1 |  35M|  66 |   - |1923 |  25k|1923 |1767 |  74k| 663k|8329 | 0.000000e+00 | 1.000000e+00 |    Inf 
1167.43/1167.40	c  1167s|500000 |   590 |  7027k|  14.0 |  36M|  66 |  14 |1923 |  27k|1923 |1764 |  76k| 677k|8390 | 0.000000e+00 | 1.000000e+00 |    Inf 
1191.83/1191.80	c  1192s|510000 |   263 |  7169k|  14.1 |  30M|  66 |  23 |1923 |  21k|1923 |1758 |  77k| 691k|8463 | 0.000000e+00 | 1.000000e+00 |    Inf 
1214.23/1214.27	c  1214s|520000 |   246 |  7306k|  14.0 |  30M|  66 |  17 |1923 |  21k|1923 |1753 |  79k| 704k|8585 | 0.000000e+00 | 1.000000e+00 |    Inf 
1236.23/1236.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1236.23/1236.24	c  1236s|530000 |   268 |  7432k|  14.0 |  32M|  66 |   1 |1923 |  25k|1923 |1753 |  81k| 717k|8671 | 0.000000e+00 | 1.000000e+00 |    Inf 
1259.62/1259.60	c  1260s|540000 |   242 |  7564k|  14.0 |  33M|  66 |  22 |1923 |  27k|1923 |1753 |  83k| 731k|8759 | 0.000000e+00 | 1.000000e+00 |    Inf 
1283.63/1283.65	c  1284s|550000 |   301 |  7694k|  14.0 |  35M|  66 |   - |1923 |  32k|   0 |   0 |  84k| 744k|8842 | 0.000000e+00 | 1.000000e+00 |    Inf 
1308.63/1308.69	c  1309s|560000 |   350 |  7822k|  14.0 |  35M|  66 |  11 |1923 |  31k|1923 |1759 |  86k| 757k|8922 | 0.000000e+00 | 1.000000e+00 |    Inf 
1332.93/1332.97	c  1333s|570000 |   510 |  7948k|  13.9 |  37M|  66 |   - |1923 |  36k|   0 |   0 |  88k| 771k|8967 | 0.000000e+00 | 1.000000e+00 |    Inf 
1358.83/1358.84	c  1359s|580000 |   580 |  8078k|  13.9 |  38M|  66 |   - |1923 |  37k|   0 |   0 |  89k| 784k|9015 | 0.000000e+00 | 1.000000e+00 |    Inf 
1384.53/1384.57	c  1385s|590000 |   671 |  8206k|  13.9 |  39M|  66 |  30 |1923 |  38k|1923 |1753 |  91k| 798k|9081 | 0.000000e+00 | 1.000000e+00 |    Inf 
1410.14/1410.18	c  1410s|600000 |   665 |  8338k|  13.9 |  39M|  66 |   1 |1923 |  36k|1923 |1753 |  93k| 811k|9166 | 0.000000e+00 | 1.000000e+00 |    Inf 
1435.13/1435.13	c  1435s|610000 |   634 |  8465k|  13.9 |  40M|  66 |  18 |1923 |  38k|1923 |1753 |  95k| 825k|9249 | 0.000000e+00 | 1.000000e+00 |    Inf 
1459.64/1459.64	c  1460s|620000 |   522 |  8579k|  13.8 |  38M|  66 |  22 |1923 |  35k|1923 |1753 |  96k| 839k|9342 | 0.000000e+00 | 1.000000e+00 |    Inf 
1485.34/1485.31	c  1485s|630000 |   573 |  8713k|  13.8 |  41M|  66 |   - |1923 |  40k|   0 |   0 |  98k| 852k|9392 | 0.000000e+00 | 1.000000e+00 |    Inf 
1511.53/1511.56	c  1512s|640000 |   407 |  8845k|  13.8 |  38M|  66 |  14 |1923 |  37k|1923 |1753 | 100k| 866k|9456 | 0.000000e+00 | 1.000000e+00 |    Inf 
1536.83/1536.81	c  1537s|650000 |   339 |  8966k|  13.8 |  39M|  66 |   - |1923 |  40k|   0 |   0 | 102k| 880k|9549 | 0.000000e+00 | 1.000000e+00 |    Inf 
1562.64/1562.60	c  1563s|660000 |   395 |  9098k|  13.8 |  38M|  66 |   - |1923 |  35k|1923 |1760 | 103k| 893k|9646 | 0.000000e+00 | 1.000000e+00 |    Inf 
1590.74/1590.71	c  1591s|670000 |   649 |  9260k|  13.8 |  41M|  66 |   - |1923 |  40k|1923 |1753 | 105k| 906k|9728 | 0.000000e+00 | 1.000000e+00 |    Inf 
1618.84/1618.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1618.84/1618.84	c  1619s|680000 |   827 |  9416k|  13.8 |  42M|  66 |   1 |1923 |  42k|1923 |1753 | 107k| 919k|9806 | 0.000000e+00 | 1.000000e+00 |    Inf 
1646.94/1646.97	c  1647s|690000 |   753 |  9572k|  13.9 |  41M|  66 |  22 |1923 |  37k|1923 |1761 | 109k| 933k|9867 | 0.000000e+00 | 1.000000e+00 |    Inf 
1675.85/1675.85	c  1676s|700000 |   816 |  9747k|  13.9 |  42M|  66 |   - |1923 |  40k|   0 |   0 | 111k| 947k|9954 | 0.000000e+00 | 1.000000e+00 |    Inf 
1703.95/1703.95	c  1704s|710000 |   903 |  9906k|  13.9 |  43M|  66 |   - |1923 |  39k|   0 |   0 | 112k| 960k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1731.35/1731.37	c  1731s|720000 |  1128 | 10060k|  14.0 |  44M|  66 |   - |1923 |  39k|1923 |1753 | 115k| 973k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1758.64/1758.60	c  1759s|730000 |  1288 | 10211k|  14.0 |  45M|  66 |  21 |1923 |  40k|1923 |1753 | 117k| 986k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1784.15/1784.19	c  1784s|740000 |  1392 | 10339k|  14.0 |  45M|  66 |   7 |1923 |  40k|1923 |1757 | 119k| 999k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1790.05/1790.00	c 
1790.05/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.00	c Solving Time (sec) : 1789.98
1790.05/1790.00	c Solving Nodes      : 742279
1790.05/1790.00	c Primal Bound       : +1.00000000000000e+00 (68 solutions)
1790.05/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.05/1790.00	c Gap                : infinite
1790.05/1790.01	s SATISFIABLE
1790.05/1790.01	v -x231 -x230 -x229 x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.05/1790.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.05/1790.01	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 -x178 -x177 -x176 x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.05/1790.01	v -x167 x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.05/1790.01	v -x146 -x145 -x144 x143 -x142 -x141 x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.05/1790.01	v -x125 -x124 x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1790.05/1790.01	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.05/1790.01	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.05/1790.01	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.05/1790.01	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.05/1790.01	v -x1 
1790.05/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.01	c Solving Time       :    1789.98
1790.05/1790.01	c Original Problem   :
1790.05/1790.01	c   Problem name     : HOME/instance-2705535-1278572955.wbo
1790.05/1790.01	c   Variables        : 2053 (1142 binary, 0 integer, 911 implicit integer, 0 continuous)
1790.05/1790.01	c   Constraints      : 3619 initial, 3619 maximal
1790.05/1790.01	c Presolved Problem  :
1790.05/1790.01	c   Problem name     : t_HOME/instance-2705535-1278572955.wbo
1790.05/1790.01	c   Variables        : 1923 (1077 binary, 0 integer, 846 implicit integer, 0 continuous)
1790.05/1790.01	c   Constraints      : 3352 initial, 43622 maximal
1790.05/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.05/1790.01	c   trivial          :       0.00         65          0          0          0          0          0          0          0
1790.05/1790.01	c   dualfix          :       0.00         65          0          0          0          0          0          0          0
1790.05/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.05/1790.01	c   setppc           :       0.00          0          0          0          0          0          3          0          0
1790.05/1790.01	c   linear           :       0.06          0          0          0        926          0        199        133          0
1790.05/1790.01	c   indicator        :       0.00          0          0          0          0          0         65          0          0
1790.05/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.05/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   root node        :          -       1692          -          -       1692          -          -          -          -
1790.05/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.01	c   integral         :          0          0          0     422949          0        376       3431          0          0     789898
1790.05/1790.01	c   setppc           :         55          6    3049599      24529          1      56121    2830675          0          0          0
1790.05/1790.01	c   linear           :        846          6    2995297      24800          1      86488    9209132     119428          0          0
1790.05/1790.01	c   indicator        :        846          0      99211       1110          0         15      58206          0          0          0
1790.05/1790.01	c   logicor          :       1605+         6    1619522        420          1      80728    5820005          0          0          0
1790.05/1790.01	c   bounddisjunction :          0+         0     316560          0          0         34        138          0          0          0
1790.05/1790.01	c   countsols        :          0          0          0        420          1          0          0          0          0          0
1790.05/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.05/1790.01	c   integral         :      47.49       0.00       0.00      47.49       0.00
1790.05/1790.01	c   setppc           :      19.14       0.00      19.12       0.02       0.00
1790.05/1790.01	c   linear           :      54.74       0.00      54.14       0.60       0.00
1790.05/1790.01	c   indicator        :       0.25       0.00       0.23       0.03       0.00
1790.05/1790.01	c   logicor          :     224.55       0.00     224.55       0.00       0.00
1790.05/1790.01	c   bounddisjunction :       0.59       0.00       0.59       0.00       0.00
1790.05/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.05/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.05/1790.01	c   vbounds          :       0.50        648          0         64
1790.05/1790.01	c   rootredcost      :       0.48         30          0        846
1790.05/1790.01	c   pseudoobj        :      35.70    3051387         90      57904
1790.05/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.05/1790.01	c   propagation      :       9.35     223461     222744    1383300       25.9       4809       24.9          -
1790.05/1790.01	c   infeasible LP    :      28.58     169107     169101    1302383       44.2        705       19.9          0
1790.05/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.01	c   pseudo solution  :       0.00          1          1         11       29.9          0        0.0          -
1790.05/1790.01	c   applied globally :          -          -          -    1002912       30.6          -          -          -
1790.05/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.05/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.05/1790.01	c   cut pool         :       0.00          5          -          -          6          -    (maximal pool size: 1815)
1790.05/1790.01	c   redcost          :      13.21     423050          0       1690          0          0
1790.05/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1790.05/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.05/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.05/1790.01	c   gomory           :       0.21          6          0          0       2409          0
1790.05/1790.01	c   strongcg         :       0.19          6          0          0       3000          0
1790.05/1790.01	c   cmir             :       0.04          6          0          0          2          0
1790.05/1790.01	c   flowcover        :       0.05          6          0          0          4          0
1790.05/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.05/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.05/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.05/1790.01	c   rapidlearning    :       0.05          1          0          0          0          0
1790.05/1790.01	c Pricers            :       Time      Calls       Vars
1790.05/1790.01	c   problem variables:       0.00          0          0
1790.05/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.01	c   relpscost        :      47.17     398136        376       3431          0          0     789898
1790.05/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   inference        :       0.04        393          0          0          0          0        802
1790.05/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.05/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.05/1790.01	c   LP solutions     :       0.01          -         28
1790.05/1790.01	c   pseudo solutions :       0.00          -          0
1790.05/1790.01	c   feaspump         :       0.03          1          0
1790.05/1790.01	c   oneopt           :       0.42         22          0
1790.05/1790.01	c   crossover        :       0.39         10          0
1790.05/1790.01	c   pscostdiving     :       0.55        130          0
1790.05/1790.01	c   fracdiving       :       0.59        130          0
1790.05/1790.01	c   veclendiving     :       0.50        130          0
1790.05/1790.01	c   linesearchdiving :       0.41        130          0
1790.05/1790.01	c   guideddiving     :       0.52        130          0
1790.05/1790.01	c   coefdiving       :       0.57        131          0
1790.05/1790.01	c   objpscostdiving  :       0.40         66          0
1790.05/1790.01	c   rootsoldiving    :       0.63         66          0
1790.05/1790.01	c   trivial          :       0.00          2          0
1790.05/1790.01	c   simplerounding   :       0.56     398091          0
1790.05/1790.01	c   zirounding       :       0.19       1000          0
1790.05/1790.01	c   rounding         :       2.51      30423          1
1790.05/1790.01	c   shifting         :       0.79       2804          0
1790.05/1790.01	c   intshifting      :       0.02          0          0
1790.05/1790.01	c   twoopt           :       0.00          0          0
1790.05/1790.01	c   fixandinfer      :       0.00          0          0
1790.05/1790.01	c   intdiving        :       0.00          0          0
1790.05/1790.01	c   actconsdiving    :       0.00          0          0
1790.05/1790.01	c   octane           :       0.00          0          0
1790.05/1790.01	c   rens             :       0.03          1          0
1790.05/1790.01	c   rins             :       0.00          0          0
1790.05/1790.01	c   localbranching   :       0.00          0          0
1790.05/1790.01	c   mutation         :       0.00          0          0
1790.05/1790.01	c   dins             :       0.00          0          0
1790.05/1790.01	c   undercover       :       0.00          0          0
1790.05/1790.01	c   nlp              :       0.11          0          0
1790.05/1790.01	c   trysol           :       0.19         49         39
1790.05/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.05/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.05/1790.01	c   dual LP          :    1010.29     587805   10350218      17.61   10244.77
1790.05/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.05/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.05/1790.01	c   diving/probing LP:       2.95       2027      20960      10.34    7105.95
1790.05/1790.01	c   strong branching :      43.26      10242     399346      38.99    9231.08
1790.05/1790.01	c     (at root node) :          -         15      10664     710.93          -
1790.05/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.05/1790.01	c B&B Tree           :
1790.05/1790.01	c   number of runs   :          1
1790.05/1790.01	c   nodes            :     742279
1790.05/1790.01	c   nodes (total)    :     742279
1790.05/1790.01	c   nodes left       :       1416
1790.05/1790.01	c   max depth        :         66
1790.05/1790.01	c   max depth (total):         66
1790.05/1790.01	c   backtracks       :     126138 (17.0%)
1790.05/1790.01	c   delayed cutoffs  :      46453
1790.05/1790.01	c   repropagations   :    1046314 (3587059 domain reductions, 44573 cutoffs)
1790.05/1790.01	c   avg switch length:       4.52
1790.05/1790.01	c   switching time   :     192.58
1790.05/1790.01	c Solution           :
1790.05/1790.01	c   Solutions found  :         68 (30 improvements)
1790.05/1790.01	c   First Solution   : +4.22010000000000e+04   (in run 1, after 15 nodes, 7.74 seconds, depth 15, found by <trysol>)
1790.05/1790.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 25350 nodes, 75.15 seconds, depth 15, found by <relaxation>)
1790.05/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.05/1790.01	c   Gap              :   infinite
1790.05/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.05/1790.01	c   Root Iterations  :       2830
1790.05/1790.07	c Time complete: 1790.12.

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-2705535-1278572955/watcher-2705535-1278572955 -o /tmp/evaluation-result-2705535-1278572955/solver-2705535-1278572955 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705535-1278572955.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: 0.13 0.03 0.01 2/173 25683
/proc/meminfo: memFree=28618884/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=12340 CPUtime=0
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 1924 0 0 0 0 0 0 0 22 0 1 0 25508026 12636160 1843 4089446400 4194304 10345943 140734197254240 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25683/statm: 3085 1843 429 1502 0 1578 0

[startup+0.0328309 s]
/proc/loadavg: 0.13 0.03 0.01 2/173 25683
/proc/meminfo: memFree=28618884/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=21852 CPUtime=0.02
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 4702 0 0 0 2 0 0 0 22 0 1 0 25508026 22376448 4267 4089446400 4194304 10345943 140734197254240 18446744073709551615 9137821 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 5463 4267 478 1502 0 3956 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21852

[startup+0.100868 s]
/proc/loadavg: 0.13 0.03 0.01 2/173 25683
/proc/meminfo: memFree=28618884/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=27504 CPUtime=0.09
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 5923 0 0 0 9 0 0 0 22 0 1 0 25508026 28164096 5488 4089446400 4194304 10345943 140734197254240 18446744073709551615 5093471 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 6876 5488 553 1502 0 5369 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27504

[startup+0.300821 s]
/proc/loadavg: 0.13 0.03 0.01 2/173 25683
/proc/meminfo: memFree=28618884/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=36972 CPUtime=0.29
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 12038 0 0 0 26 3 0 0 18 0 1 0 25508026 37859328 7785 4089446400 4194304 10345943 140734197254240 18446744073709551615 6153528 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 9243 7785 747 1502 0 7736 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36972

[startup+0.700755 s]
/proc/loadavg: 0.13 0.03 0.01 2/173 25683
/proc/meminfo: memFree=28618884/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=40568 CPUtime=0.69
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 12923 0 0 0 66 3 0 0 18 0 1 0 25508026 41541632 8670 4089446400 4194304 10345943 140734197254240 18446744073709551615 6197311 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 10142 8670 750 1502 0 8635 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40568

[startup+1.5006 s]
/proc/loadavg: 0.13 0.03 0.01 2/174 25684
/proc/meminfo: memFree=28581428/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=49212 CPUtime=1.49
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 18044 0 0 0 144 5 0 0 19 0 1 0 25508026 50393088 10262 4089446400 4194304 10345943 140734197254240 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 12303 10262 778 1502 0 10796 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49212

[startup+3.1003 s]
/proc/loadavg: 0.13 0.03 0.01 2/176 25688
/proc/meminfo: memFree=28579304/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=49636 CPUtime=3.09
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 18455 0 0 0 303 6 0 0 24 0 1 0 25508026 50827264 10403 4089446400 4194304 10345943 140734197254240 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 12409 10403 779 1502 0 10902 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49636

[startup+6.30072 s]
/proc/loadavg: 0.28 0.06 0.02 4/179 25694
/proc/meminfo: memFree=28530532/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=49436 CPUtime=6.29
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 20193 0 0 0 622 7 0 0 25 0 1 0 25508026 50622464 10262 4089446400 4194304 10345943 140734197254240 18446744073709551615 7588403 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 12359 10262 779 1502 0 10852 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49436

[startup+12.7006 s]
/proc/loadavg: 0.42 0.09 0.03 4/179 25694
/proc/meminfo: memFree=28531140/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=48776 CPUtime=12.7
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 27341 0 0 0 1257 13 0 0 25 0 1 0 25508026 49946624 10448 4089446400 4194304 10345943 140734197254240 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 12194 10448 781 1502 0 10687 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 48776

[startup+25.5002 s]
/proc/loadavg: 0.77 0.19 0.06 4/179 25695
/proc/meminfo: memFree=28520304/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=51896 CPUtime=25.5
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 44307 0 0 0 2525 25 0 0 25 0 1 0 25508026 53141504 11489 4089446400 4194304 10345943 140734197254240 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 12974 11489 788 1502 0 11467 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 51896

[startup+51.1005 s]
/proc/loadavg: 1.19 0.33 0.11 4/179 25696
/proc/meminfo: memFree=28509048/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=57920 CPUtime=51.09
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 79007 0 0 0 5062 47 0 0 25 0 1 0 25508026 59310080 13030 4089446400 4194304 10345943 140734197254240 18446744073709551615 6068911 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 14480 13030 800 1502 0 12973 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 57920

[startup+102.306 s]
/proc/loadavg: 1.65 0.59 0.21 4/179 25697
/proc/meminfo: memFree=28493008/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=68500 CPUtime=102.3
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 112308 0 0 0 10143 87 0 0 25 0 1 0 25508026 70144000 15338 4089446400 4194304 10345943 140734197254240 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 17125 15338 800 1502 0 15618 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 68500

[startup+162.3 s]
/proc/loadavg: 1.87 0.84 0.32 4/179 25698
/proc/meminfo: memFree=28482792/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=72480 CPUtime=162.29
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 129522 0 0 0 16102 127 0 0 25 0 1 0 25508026 74219520 16332 4089446400 4194304 10345943 140734197254240 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 18120 16332 800 1502 0 16613 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 72480

[startup+222.3 s]
/proc/loadavg: 1.95 1.05 0.42 4/179 25700
/proc/meminfo: memFree=28474456/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=78448 CPUtime=222.29
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 146542 0 0 0 22063 166 0 0 25 0 1 0 25508026 80330752 17844 4089446400 4194304 10345943 140734197254240 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 19612 17844 800 1502 0 18105 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 78448

[startup+282.3 s]
/proc/loadavg: 1.98 1.22 0.52 4/179 25702
/proc/meminfo: memFree=28464624/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=84976 CPUtime=282.3
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 160516 0 0 0 28020 210 0 0 25 0 1 0 25508026 87015424 19212 4089446400 4194304 10345943 140734197254240 18446744073709551615 5026470 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 21244 19212 800 1502 0 19737 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 84976

[startup+342.3 s]
/proc/loadavg: 1.99 1.36 0.61 4/179 25704
/proc/meminfo: memFree=28463456/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=84168 CPUtime=342.3
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 168531 0 0 0 33984 246 0 0 25 0 1 0 25508026 86188032 19291 4089446400 4194304 10345943 140734197254240 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 21042 19291 800 1502 0 19535 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 84168

[startup+402.3 s]
/proc/loadavg: 1.99 1.47 0.69 4/179 25705
/proc/meminfo: memFree=28463156/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=85144 CPUtime=402.3
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 176936 0 0 0 39946 284 0 0 25 0 1 0 25508026 87187456 19363 4089446400 4194304 10345943 140734197254240 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 21286 19363 800 1502 0 19779 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 85144

[startup+462.3 s]
/proc/loadavg: 1.99 1.57 0.77 4/179 25706
/proc/meminfo: memFree=28461768/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=85592 CPUtime=462.3
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 185910 0 0 0 45903 327 0 0 25 0 1 0 25508026 87646208 19395 4089446400 4194304 10345943 140734197254240 18446744073709551615 8160440 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 21398 19395 800 1502 0 19891 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 85592

[startup+522.3 s]
/proc/loadavg: 1.99 1.64 0.84 4/179 25708
/proc/meminfo: memFree=28459620/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=84388 CPUtime=522.31
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 194374 0 0 0 51862 369 0 0 25 0 1 0 25508026 86413312 19392 4089446400 4194304 10345943 140734197254240 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 21097 19392 800 1502 0 19590 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 84388

[startup+582.3 s]
/proc/loadavg: 1.99 1.70 0.91 4/179 25713
/proc/meminfo: memFree=28452984/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=87308 CPUtime=582.31
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 206930 0 0 0 57821 410 0 0 25 0 1 0 25508026 89403392 19726 4089446400 4194304 10345943 140734197254240 18446744073709551615 6929854 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 21827 19726 800 1502 0 20320 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 87308

[startup+642.3 s]
/proc/loadavg: 1.99 1.76 0.98 4/179 25715
/proc/meminfo: memFree=28448632/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=87424 CPUtime=642.32
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 212435 0 0 0 63787 445 0 0 25 0 1 0 25508026 89522176 19805 4089446400 4194304 10345943 140734197254240 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 21856 19805 802 1502 0 20349 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 87424

[startup+702.3 s]

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

/proc/meminfo: memFree=28438796/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=91112 CPUtime=1062.33
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 265661 0 0 0 105511 722 0 0 25 0 1 0 25508026 93298688 20694 4089446400 4194304 10345943 140734197254240 18446744073709551615 4968060 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 22778 20694 802 1502 0 21271 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 91112

[startup+1122.3 s]
/proc/loadavg: 1.99 1.94 1.37 4/179 25727
/proc/meminfo: memFree=28437144/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=91852 CPUtime=1122.33
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 270254 0 0 0 111474 759 0 0 25 0 1 0 25508026 94056448 20783 4089446400 4194304 10345943 140734197254240 18446744073709551615 6023153 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 22963 20783 802 1502 0 21456 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 91852

[startup+1182.3 s]
/proc/loadavg: 1.99 1.95 1.41 4/179 25729
/proc/meminfo: memFree=28436828/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=90248 CPUtime=1182.32
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 273676 0 0 0 117438 794 0 0 25 0 1 0 25508026 92413952 20827 4089446400 4194304 10345943 140734197254240 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 22562 20827 802 1502 0 21055 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 90248

[startup+1242.3 s]
/proc/loadavg: 1.99 1.95 1.44 4/179 25731
/proc/meminfo: memFree=28435288/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=92640 CPUtime=1242.33
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 275350 0 0 0 123401 832 0 0 25 0 1 0 25508026 94863360 21031 4089446400 4194304 10345943 140734197254240 18446744073709551615 4245704 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 23160 21031 802 1502 0 21653 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 92640

[startup+1302.3 s]
/proc/loadavg: 1.99 1.96 1.47 4/179 25732
/proc/meminfo: memFree=28433264/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=94056 CPUtime=1302.34
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 278752 0 0 0 129368 866 0 0 25 0 1 0 25508026 96313344 21499 4089446400 4194304 10345943 140734197254240 18446744073709551615 6119778 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 23514 21499 802 1502 0 22007 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 94056

[startup+1362.3 s]
/proc/loadavg: 1.99 1.96 1.50 4/179 25733
/proc/meminfo: memFree=28431228/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=96496 CPUtime=1362.33
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 283909 0 0 0 135333 900 0 0 25 0 1 0 25508026 98811904 22003 4089446400 4194304 10345943 140734197254240 18446744073709551615 6348192 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 24124 22003 802 1502 0 22617 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 96496

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.53 4/179 25735
/proc/meminfo: memFree=28430808/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=96520 CPUtime=1422.34
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 288079 0 0 0 141302 932 0 0 25 0 1 0 25508026 98836480 22053 4089446400 4194304 10345943 140734197254240 18446744073709551615 4706426 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 24130 22053 802 1502 0 22623 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 96520

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.56 4/179 25737
/proc/meminfo: memFree=28430268/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=96244 CPUtime=1482.34
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 292847 0 0 0 147270 964 0 0 25 0 1 0 25508026 98553856 22106 4089446400 4194304 10345943 140734197254240 18446744073709551615 6189870 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 24061 22106 802 1502 0 22554 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 96244

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.58 4/179 25739
/proc/meminfo: memFree=28429728/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=96764 CPUtime=1542.34
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 300026 0 0 0 153238 996 0 0 25 0 1 0 25508026 99086336 22158 4089446400 4194304 10345943 140734197254240 18446744073709551615 6119788 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 24191 22158 802 1502 0 22684 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 96764

[startup+1602.3 s]
/proc/loadavg: 2.10 2.00 1.62 4/179 25740
/proc/meminfo: memFree=28424736/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=99268 CPUtime=1602.34
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 300813 0 0 0 159206 1028 0 0 25 0 1 0 25508026 101650432 22694 4089446400 4194304 10345943 140734197254240 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 24817 22694 802 1502 0 23310 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 99268

[startup+1662.3 s]
/proc/loadavg: 2.04 2.00 1.64 4/179 25741
/proc/meminfo: memFree=28423700/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=99724 CPUtime=1662.34
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 302477 0 0 0 165173 1061 0 0 25 0 1 0 25508026 102117376 22668 4089446400 4194304 10345943 140734197254240 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 24931 22668 802 1502 0 23424 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 99724

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.66 4/179 25743
/proc/meminfo: memFree=28423520/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=99748 CPUtime=1722.35
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 305194 0 0 0 171138 1097 0 0 25 0 1 0 25508026 102141952 22690 4089446400 4194304 10345943 140734197254240 18446744073709551615 8930794 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 24937 22690 802 1502 0 23430 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 99748

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.67 5/179 25745
/proc/meminfo: memFree=28421872/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=99704 CPUtime=1782.35
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 308227 0 0 0 177104 1131 0 0 25 0 1 0 25508026 102096896 22971 4089446400 4194304 10345943 140734197254240 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 24926 22971 802 1502 0 23419 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 99704

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.68 4/179 25745
/proc/meminfo: memFree=28421872/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=99704 CPUtime=1785.54
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 308231 0 0 0 177422 1132 0 0 25 0 1 0 25508026 102096896 22975 4089446400 4194304 10345943 140734197254240 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 24926 22975 802 1502 0 23419 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 99704

[startup+1787.1 s]
/proc/loadavg: 2.00 2.00 1.68 4/179 25745
/proc/meminfo: memFree=28421748/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=99704 CPUtime=1787.15
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 308236 0 0 0 177582 1133 0 0 25 0 1 0 25508026 102096896 22980 4089446400 4194304 10345943 140734197254240 18446744073709551615 4218153 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 24926 22980 802 1502 0 23419 0
Current children cumulated CPU time (s) 1787.15
Current children cumulated vsize (KiB) 99704

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.68 4/179 25745
/proc/meminfo: memFree=28421864/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=99704 CPUtime=1788.75
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 308237 0 0 0 177741 1134 0 0 25 0 1 0 25508026 102096896 22981 4089446400 4194304 10345943 140734197254240 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 24926 22981 802 1502 0 23419 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 99704

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.68 4/179 25745
/proc/meminfo: memFree=28421864/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=100688 CPUtime=1789.54
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 308362 0 0 0 177820 1134 0 0 25 0 1 0 25508026 103104512 23106 4089446400 4194304 10345943 140734197254240 18446744073709551615 7521235 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 25172 23106 802 1502 0 23665 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 100688

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.68 4/179 25745
/proc/meminfo: memFree=28421492/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=100688 CPUtime=1789.95
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 308368 0 0 0 177860 1135 0 0 25 0 1 0 25508026 103104512 23112 4089446400 4194304 10345943 140734197254240 18446744073709551615 6556827 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 25172 23112 802 1502 0 23665 0
Current children cumulated CPU time (s) 1789.95
Current children cumulated vsize (KiB) 100688

[startup+1790 s]
/proc/loadavg: 2.00 2.00 1.68 4/179 25745
/proc/meminfo: memFree=28421492/32951124 swapFree=67111528/67111528
[pid=25683] ppid=25681 vsize=100688 CPUtime=1790.05
/proc/25683/stat : 25683 (pbscip.linux.x8) R 25681 25683 25504 0 -1 4202496 308368 0 0 0 177870 1135 0 0 25 0 1 0 25508026 103104512 23112 4089446400 4194304 10345943 140734197254240 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25683/statm: 25172 23112 802 1502 0 23665 0
Current children cumulated CPU time (s) 1790.05
Current children cumulated vsize (KiB) 100688

Child status: 0
Real time (s): 1790.08
CPU time (s): 1790.13
CPU user time (s): 1778.78
CPU system time (s): 11.3573
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 101552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.78
system time used= 11.3573
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 308494
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 2082

runsolver used 3.02454 second user time and 6.24105 second system time

The end

Launcher Data

Begin job on node139 at 2010-07-08 09:09:15
IDJOB=2705535
IDBENCH=78910
IDSOLVER=1214
FILE ID=node139/2705535-1278572955
PBS_JOBID= 11240176
Free space on /tmp= 73688 MiB

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

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

MD5SUM BENCH= fe999950861349ecbc6e2ee50c3d0e04
RANDOM SEED=1915077510

node139.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.841
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.841
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.83
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.841
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.841
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.841
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.75
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.841
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.841
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.841
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:      28619660 kB
Buffers:        160212 kB
Cached:        3947456 kB
SwapCached:          0 kB
Active:        1185092 kB
Inactive:      2985084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28619660 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12928 kB
Writeback:           0 kB
AnonPages:       62440 kB
Mapped:          14428 kB
Slab:            97852 kB
PageTables:       4504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   180812 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= 73664 MiB
End job on node139 at 2010-07-08 09:39:05