Trace number 2705663

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.09

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900576360--soft-66-100-0.wbo
MD5SUM5d7330038698be4d7397c9bceea53fdc
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark292.568
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 constraints937
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 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 733
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-2705663-1278574749.wbo>
0.00/0.02	c original problem has 2105 variables (1168 bin, 0 int, 937 impl, 0 cont) and 3645 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 214 impls, 14 clqs
0.03/0.07	c (round 2) 0 del vars, 113 del conss, 937 chg bounds, 49 chg sides, 0 chg coeffs, 0 upgd conss, 214 impls, 14 clqs
0.03/0.08	c (round 3) 49 del vars, 162 del conss, 937 chg bounds, 49 chg sides, 0 chg coeffs, 1707 upgd conss, 214 impls, 14 clqs
0.03/0.09	c (round 4) 98 del vars, 221 del conss, 937 chg bounds, 49 chg sides, 0 chg coeffs, 1707 upgd conss, 214 impls, 14 clqs
0.09/0.12	c    (0.1s) probing: 101/1119 (9.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.12	c presolving (5 rounds):
0.09/0.12	c  98 deleted vars, 221 deleted constraints, 937 tightened bounds, 0 added holes, 49 changed sides, 0 changed coefficients
0.09/0.12	c  1981 implications, 14 cliques
0.09/0.13	c presolved problem has 2007 variables (1119 bin, 0 int, 888 impl, 0 cont) and 3424 constraints
0.09/0.13	c      62 constraints of type <setppc>
0.09/0.13	c     888 constraints of type <linear>
0.09/0.13	c     888 constraints of type <indicator>
0.09/0.13	c    1586 constraints of type <logicor>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.09
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 1.2.1.3
0.09/0.13	c 
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = 10000
0.09/0.13	c 
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = 1789.98
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = 3420
0.09/0.13	c 
0.09/0.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.13	c # [type: int, range: [1,2], default: 1]
0.09/0.13	c timing/clocktype = 2
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify inequalities
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/linear/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/indicator/addCouplingCons = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify knapsacks
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.13	c separating/rapidlearning/freq = 0
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.13	c 
0.09/0.13	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.13	c   0.1s|     1 |     0 |    25 |     - |9045k|   0 |  23 |2007 |3424 |2007 |1648 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    50 |     - |9125k|   0 |  12 |2007 |3424 |2007 |1666 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    72 |     - |9278k|   0 |  14 |2007 |3424 |2007 |1672 |  24 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.28	c   0.3s|     1 |     0 |    84 |     - |9366k|   0 |  14 |2007 |3424 |2007 |1673 |  25 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |   100 |     - |9532k|   0 |   5 |2007 |3424 |2007 |1676 |  28 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |   111 |     - |9675k|   0 |  16 |2007 |3424 |2007 |1680 |  32 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |   203 |     - |  10M|   0 |  17 |2007 |3424 |2007 |1682 |  34 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   508 |     - |  10M|   0 |  34 |2007 |3424 |2007 |1685 |  37 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.60	c   0.6s|     1 |     0 |   582 |     - |  10M|   0 |  53 |2007 |3424 |2007 |1695 |  47 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.72	c   0.7s|     1 |     0 |   679 |     - |  10M|   0 |  37 |2007 |3424 |2007 |1701 |  53 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.39/1.40	c   1.4s|     1 |     2 |   679 |     - |  10M|   0 |  37 |2007 |3424 |2007 |1701 |  53 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
10.59/10.66	o 44536
10.59/10.66	c y10.6s|    48 |    47 |  4018 |  71.0 |  11M|  22 |   - |2007 |3424 |   0 |   0 |  88 |   0 | 599 | 0.000000e+00 | 4.453600e+04 |    Inf 
18.40/18.44	o 446
18.40/18.44	c *18.4s|  2886 |  2386 | 25547 |   8.6 |  18M|  73 |   - |2007 |3478 |2007 |1695 |1147 |  58 | 799 | 0.000000e+00 | 4.460000e+02 |    Inf 
18.50/18.55	o 442
18.50/18.55	c *18.5s|  2938 |  2420 | 25909 |   8.6 |  18M|  73 |   - |2007 |3482 |2007 |1695 |1159 |  62 | 802 | 0.000000e+00 | 4.420000e+02 |    Inf 
19.30/19.38	o 287
19.30/19.38	c *19.4s|  3517 |  2161 | 27706 |   7.7 |  18M|  73 |   - |2007 |3755 |2007 |1694 |1368 | 338 | 805 | 0.000000e+00 | 2.870000e+02 |    Inf 
19.39/19.43	o 251
19.39/19.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.39/19.43	c *19.4s|  3544 |  1972 | 27764 |   7.6 |  18M|  73 |   - |2007 |3786 |2007 |1697 |1375 | 369 | 805 | 0.000000e+00 | 2.510000e+02 |    Inf 
19.39/19.49	o 225
19.39/19.49	c *19.5s|  3577 |  1798 | 27898 |   7.6 |  18M|  73 |   - |2007 |3802 |2007 |1697 |1402 | 385 | 805 | 0.000000e+00 | 2.250000e+02 |    Inf 
20.40/20.47	o 204
20.40/20.47	c *20.4s|  4181 |  1954 | 30385 |   7.1 |  19M|  73 |   - |2007 |4256 |2007 |1693 |1722 | 876 | 807 | 0.000000e+00 | 2.040000e+02 |    Inf 
20.50/20.58	o 161
20.50/20.58	c *20.6s|  4244 |  1617 | 30665 |   7.1 |  18M|  73 |   - |2007 |4326 |2007 |1695 |1761 | 949 | 807 | 0.000000e+00 | 1.610000e+02 |    Inf 
20.50/20.58	o 149
20.50/20.58	c *20.6s|  4245 |  1511 | 30665 |   7.1 |  18M|  73 |   - |2007 |4326 |2007 |1695 |1761 | 949 | 807 | 0.000000e+00 | 1.490000e+02 |    Inf 
21.09/21.19	o 146
21.09/21.19	c *21.2s|  4637 |  1663 | 31981 |   6.8 |  18M|  73 |   - |2007 |4634 |2007 |1686 |1940 |1369 | 807 | 0.000000e+00 | 1.460000e+02 |    Inf 
21.09/21.19	o 143
21.09/21.19	c *21.2s|  4638 |  1636 | 31981 |   6.8 |  18M|  73 |   - |2007 |4634 |2007 |1686 |1940 |1369 | 807 | 0.000000e+00 | 1.430000e+02 |    Inf 
21.29/21.34	o 131
21.29/21.34	c v21.3s|  4758 |  1601 | 32158 |   6.6 |  18M|  73 |   - |2007 |4694 |2007 |1695 |1977 |1439 | 807 | 0.000000e+00 | 1.310000e+02 |    Inf 
21.39/21.42	o 123
21.39/21.42	c *21.4s|  4813 |  1546 | 32242 |   6.6 |  18M|  73 |   - |2007 |4735 |2007 |1698 |1984 |1483 | 807 | 0.000000e+00 | 1.230000e+02 |    Inf 
21.39/21.45	o 114
21.39/21.45	c *21.4s|  4821 |  1475 | 32282 |   6.6 |  18M|  73 |   - |2007 |4747 |2007 |1696 |1985 |1497 | 807 | 0.000000e+00 | 1.140000e+02 |    Inf 
21.39/21.46	o 88
21.39/21.46	c *21.4s|  4837 |  1170 | 32294 |   6.5 |  18M|  73 |   - |2007 |4747 |2007 |1696 |1985 |1497 | 807 | 0.000000e+00 | 8.800000e+01 |    Inf 
21.59/21.64	o 67
21.59/21.64	c *21.6s|  4920 |  1120 | 32778 |   6.5 |  18M|  73 |   - |2007 |4666 |2007 |1701 |2043 |1547 | 807 | 0.000000e+00 | 6.700000e+01 |    Inf 
21.69/21.73	o 32
21.69/21.73	c *21.7s|  4953 |   711 | 33048 |   6.5 |  17M|  73 |   - |2007 |4438 |2007 |1686 |2067 |1576 | 807 | 0.000000e+00 | 3.200000e+01 |    Inf 
21.69/21.73	o 30
21.69/21.73	c *21.7s|  4954 |   459 | 33048 |   6.5 |  16M|  73 |   - |2007 |4438 |2007 |1686 |2067 |1576 | 807 | 0.000000e+00 | 3.000000e+01 |    Inf 
34.40/34.47	c  34.4s| 10000 |   795 |115564 |  11.5 |  19M|  73 |  24 |2007 |6034 |2007 |1685 |2625 |7589 | 987 | 0.000000e+00 | 3.000000e+01 |    Inf 
57.79/57.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.79/57.86	c  57.8s| 20000 |  1308 |262657 |  13.1 |  25M|  73 |  13 |2007 |8853 |2007 |1698 |4138 |  20k|1351 | 0.000000e+00 | 3.000000e+01 |    Inf 
61.60/61.65	o 10
61.60/61.65	c *61.6s| 21649 |  1050 |288509 |  13.3 |  22M|  73 |   - |2007 |9156 |2007 |1685 |4361 |  22k|1355 | 0.000000e+00 | 1.000000e+01 |    Inf 
77.49/77.55	c  77.5s| 30000 |  1110 |397998 |  13.2 |  24M|  73 |   - |2007 |  11k|   0 |   0 |5718 |  34k|1355 | 0.000000e+00 | 1.000000e+01 |    Inf 
96.90/96.91	c  96.9s| 40000 |  1104 |525787 |  13.1 |  25M|  73 |   - |2007 |  12k|   0 |   0 |7004 |  47k|1446 | 0.000000e+00 | 1.000000e+01 |    Inf 
120.19/120.29	c   120s| 50000 |  1311 |680901 |  13.6 |  27M|  73 |  36 |2007 |  12k|2007 |1692 |8546 |  61k|1737 | 0.000000e+00 | 1.000000e+01 |    Inf 
143.90/143.91	c   144s| 60000 |  1506 |836286 |  13.9 |  29M|  73 |   - |2007 |  14k|   0 |   0 |  10k|  74k|2041 | 0.000000e+00 | 1.000000e+01 |    Inf 
166.89/166.97	c   167s| 70000 |  1519 |985732 |  14.1 |  30M|  73 |   - |2007 |  14k|   0 |   0 |  11k|  88k|2272 | 0.000000e+00 | 1.000000e+01 |    Inf 
189.89/189.91	c   190s| 80000 |  1761 |  1134k|  14.2 |  33M|  73 |   1 |2007 |  18k|2007 |1685 |  13k| 101k|2503 | 0.000000e+00 | 1.000000e+01 |    Inf 
210.20/210.24	c   210s| 90000 |  1877 |  1250k|  13.9 |  35M|  73 |   - |2007 |  20k|   0 |   0 |  14k| 116k|2672 | 0.000000e+00 | 1.000000e+01 |    Inf 
232.10/232.17	c   232s|100000 |  1962 |  1382k|  13.8 |  36M|  73 |   - |2007 |  21k|   0 |   0 |  16k| 130k|2817 | 0.000000e+00 | 1.000000e+01 |    Inf 
254.70/254.78	c   255s|110000 |  2038 |  1517k|  13.8 |  37M|  73 |   - |2007 |  22k|   0 |   0 |  17k| 144k|3012 | 0.000000e+00 | 1.000000e+01 |    Inf 
278.00/278.07	c   278s|120000 |  2122 |  1658k|  13.8 |  39M|  73 |  31 |2007 |  23k|2007 |1685 |  18k| 158k|3203 | 0.000000e+00 | 1.000000e+01 |    Inf 
300.31/300.35	c   300s|130000 |  2052 |  1785k|  13.7 |  38M|  73 |  25 |2007 |  22k|2007 |1694 |  20k| 172k|3340 | 0.000000e+00 | 1.000000e+01 |    Inf 
324.51/324.54	c   325s|140000 |  2169 |  1932k|  13.8 |  40M|  73 |  37 |2007 |  26k|2007 |1690 |  21k| 186k|3494 | 0.000000e+00 | 1.000000e+01 |    Inf 
348.60/348.61	c   349s|150000 |  2034 |  2074k|  13.8 |  39M|  73 |   - |2007 |  24k|2007 |1685 |  23k| 200k|3661 | 0.000000e+00 | 1.000000e+01 |    Inf 
370.30/370.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
370.30/370.35	c   370s|160000 |  2065 |  2192k|  13.7 |  40M|  73 |  15 |2007 |  26k|2007 |1685 |  24k| 214k|3740 | 0.000000e+00 | 1.000000e+01 |    Inf 
393.20/393.24	c   393s|170000 |  2086 |  2311k|  13.6 |  41M|  73 |  24 |2007 |  27k|2007 |1685 |  25k| 228k|3898 | 0.000000e+00 | 1.000000e+01 |    Inf 
417.60/417.60	c   418s|180000 |  2048 |  2452k|  13.6 |  41M|  73 |  18 |2007 |  28k|2007 |1685 |  26k| 242k|4023 | 0.000000e+00 | 1.000000e+01 |    Inf 
441.41/441.47	c   441s|190000 |  2046 |  2582k|  13.6 |  41M|  73 |  23 |2007 |  27k|2007 |1702 |  27k| 256k|4156 | 0.000000e+00 | 1.000000e+01 |    Inf 
465.80/465.80	c   466s|200000 |  1946 |  2711k|  13.6 |  40M|  73 |   - |2007 |  24k|   0 |   0 |  28k| 270k|4319 | 0.000000e+00 | 1.000000e+01 |    Inf 
489.60/489.62	c   490s|210000 |  1999 |  2857k|  13.6 |  40M|  73 |  18 |2007 |  24k|2007 |1694 |  29k| 284k|4466 | 0.000000e+00 | 1.000000e+01 |    Inf 
512.30/512.33	c   512s|220000 |  1915 |  2991k|  13.6 |  39M|  73 |   - |2007 |  21k|2007 |1694 |  30k| 297k|4572 | 0.000000e+00 | 1.000000e+01 |    Inf 
533.61/533.65	c   534s|230000 |  1923 |  3112k|  13.5 |  41M|  73 |  37 |2007 |  26k|2007 |1685 |  32k| 311k|4691 | 0.000000e+00 | 1.000000e+01 |    Inf 
559.11/559.12	c   559s|240000 |  1919 |  3257k|  13.6 |  39M|  73 |  26 |2007 |  18k|2007 |1685 |  33k| 325k|4855 | 0.000000e+00 | 1.000000e+01 |    Inf 
580.91/580.92	c   581s|250000 |  1824 |  3381k|  13.5 |  39M|  73 |  11 |2007 |  21k|2007 |1692 |  34k| 339k|5337 | 0.000000e+00 | 1.000000e+01 |    Inf 
602.31/602.36	c   602s|260000 |  1876 |  3504k|  13.5 |  39M|  73 |  18 |2007 |  20k|2007 |1694 |  36k| 353k|5387 | 0.000000e+00 | 1.000000e+01 |    Inf 
623.30/623.38	c   623s|270000 |  2007 |  3626k|  13.4 |  40M|  74 |  23 |2007 |  17k|2007 |1694 |  38k| 367k|5490 | 0.000000e+00 | 1.000000e+01 |    Inf 
643.41/643.41	c   643s|280000 |  2032 |  3738k|  13.3 |  41M|  74 |   1 |2007 |  20k|2007 |1685 |  39k| 380k|5654 | 0.000000e+00 | 1.000000e+01 |    Inf 
666.31/666.34	c   666s|290000 |  2047 |  3868k|  13.3 |  43M|  74 |  17 |2007 |  24k|2007 |1692 |  41k| 393k|5768 | 0.000000e+00 | 1.000000e+01 |    Inf 
690.01/690.02	c   690s|300000 |  1980 |  3996k|  13.3 |  42M|  74 |   - |2007 |  22k|   0 |   0 |  43k| 407k|5892 | 0.000000e+00 | 1.000000e+01 |    Inf 
714.92/714.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
714.92/714.96	c   715s|310000 |  2053 |  4141k|  13.4 |  42M|  74 |   - |2007 |  20k|   0 |   0 |  44k| 420k|6005 | 0.000000e+00 | 1.000000e+01 |    Inf 
740.91/740.91	c   741s|320000 |  2135 |  4301k|  13.4 |  44M|  74 |   - |2007 |  23k|2007 |1685 |  44k| 433k|6096 | 0.000000e+00 | 1.000000e+01 |    Inf 
766.21/766.20	c   766s|330000 |  2183 |  4449k|  13.5 |  45M|  74 |  13 |2007 |  25k|2007 |1685 |  45k| 447k|6210 | 0.000000e+00 | 1.000000e+01 |    Inf 
791.41/791.46	c   791s|340000 |  2174 |  4596k|  13.5 |  44M|  74 |   - |2007 |  24k|   0 |   0 |  45k| 461k|6312 | 0.000000e+00 | 1.000000e+01 |    Inf 
817.11/817.18	c   817s|350000 |  2105 |  4745k|  13.6 |  44M|  74 |   - |2007 |  23k|   0 |   0 |  45k| 474k|6435 | 0.000000e+00 | 1.000000e+01 |    Inf 
842.11/842.19	c   842s|360000 |  2034 |  4884k|  13.6 |  43M|  74 |   - |2007 |  23k|2007 |1685 |  46k| 488k|6535 | 0.000000e+00 | 1.000000e+01 |    Inf 
863.81/863.81	c   864s|370000 |  2112 |  5002k|  13.5 |  45M|  74 |   - |2007 |  26k|2007 |1685 |  48k| 501k|6622 | 0.000000e+00 | 1.000000e+01 |    Inf 
886.11/886.19	c   886s|380000 |  2156 |  5120k|  13.5 |  46M|  74 |   - |2007 |  28k|   0 |   0 |  49k| 515k|6698 | 0.000000e+00 | 1.000000e+01 |    Inf 
910.21/910.23	c   910s|390000 |  2213 |  5251k|  13.5 |  43M|  74 |  26 |2007 |  19k|2007 |1693 |  51k| 529k|6775 | 0.000000e+00 | 1.000000e+01 |    Inf 
931.01/931.00	c   931s|400000 |  2394 |  5371k|  13.4 |  45M|  74 |   - |2007 |  21k|2007 |1695 |  52k| 543k|6857 | 0.000000e+00 | 1.000000e+01 |    Inf 
951.91/951.92	c   952s|410000 |  2453 |  5485k|  13.4 |  46M|  74 |  11 |2007 |  21k|2007 |1685 |  54k| 557k|6930 | 0.000000e+00 | 1.000000e+01 |    Inf 
975.01/975.05	c   975s|420000 |  2727 |  5624k|  13.4 |  49M|  74 |  22 |2007 |  25k|2007 |1685 |  55k| 570k|7016 | 0.000000e+00 | 1.000000e+01 |    Inf 
997.31/997.34	c   997s|430000 |  2766 |  5749k|  13.4 |  49M|  74 |  14 |2007 |  23k|2007 |1685 |  57k| 584k|7105 | 0.000000e+00 | 1.000000e+01 |    Inf 
1019.11/1019.10	c  1019s|440000 |  2763 |  5872k|  13.3 |  49M|  74 |   - |2007 |  24k|   0 |   0 |  58k| 598k|7182 | 0.000000e+00 | 1.000000e+01 |    Inf 
1040.22/1040.22	c  1040s|450000 |  2740 |  5987k|  13.3 |  50M|  74 |  20 |2007 |  25k|2007 |1685 |  60k| 612k|7247 | 0.000000e+00 | 1.000000e+01 |    Inf 
1064.32/1064.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1064.32/1064.31	c  1064s|460000 |  2778 |  6127k|  13.3 |  50M|  74 |   - |2007 |  26k|   0 |   0 |  62k| 625k|7324 | 0.000000e+00 | 1.000000e+01 |    Inf 
1087.22/1087.20	c  1087s|470000 |  2769 |  6255k|  13.3 |  51M|  74 |  22 |2007 |  27k|2007 |1685 |  64k| 639k|7381 | 0.000000e+00 | 1.000000e+01 |    Inf 
1110.92/1110.96	c  1111s|480000 |  2722 |  6390k|  13.3 |  49M|  74 |   - |2007 |  22k|2007 |1685 |  65k| 653k|7452 | 0.000000e+00 | 1.000000e+01 |    Inf 
1133.32/1133.35	c  1133s|490000 |  2857 |  6520k|  13.3 |  51M|  74 |   - |2007 |  25k|2007 |1685 |  66k| 666k|7512 | 0.000000e+00 | 1.000000e+01 |    Inf 
1155.12/1155.19	c  1155s|500000 |  2940 |  6648k|  13.3 |  52M|  74 |   9 |2007 |  26k|2007 |1685 |  68k| 680k|7566 | 0.000000e+00 | 1.000000e+01 |    Inf 
1178.42/1178.47	c  1178s|510000 |  3004 |  6784k|  13.3 |  53M|  74 |   - |2007 |  27k|   0 |   0 |  69k| 694k|7633 | 0.000000e+00 | 1.000000e+01 |    Inf 
1201.23/1201.29	c  1201s|520000 |  3022 |  6910k|  13.3 |  53M|  74 |   - |2007 |  28k|2007 |1685 |  70k| 707k|7718 | 0.000000e+00 | 1.000000e+01 |    Inf 
1210.12/1210.18	o 9
1210.12/1210.18	c *1210s|524207 |  2964 |  6958k|  13.3 |  53M|  74 |   - |2007 |  29k|2007 |1692 |  71k| 713k|7758 | 0.000000e+00 | 9.000000e+00 |    Inf 
1223.32/1223.34	c  1223s|530000 |  3017 |  7027k|  13.3 |  54M|  74 |  26 |2007 |  29k|2007 |1685 |  71k| 721k|7789 | 0.000000e+00 | 9.000000e+00 |    Inf 
1246.82/1246.80	c  1247s|540000 |  3231 |  7153k|  13.2 |  55M|  74 |  21 |2007 |  30k|2007 |1685 |  72k| 734k|7846 | 0.000000e+00 | 9.000000e+00 |    Inf 
1269.62/1269.64	c  1270s|550000 |  3251 |  7276k|  13.2 |  55M|  74 |   1 |2007 |  29k|2007 |1685 |  74k| 748k|7924 | 0.000000e+00 | 9.000000e+00 |    Inf 
1293.03/1293.04	c  1293s|560000 |  3236 |  7404k|  13.2 |  56M|  74 |   - |2007 |  29k|   0 |   0 |  75k| 761k|8010 | 0.000000e+00 | 9.000000e+00 |    Inf 
1316.23/1316.23	c  1316s|570000 |  3241 |  7536k|  13.2 |  56M|  74 |  11 |2007 |  28k|2007 |1685 |  76k| 775k|8065 | 0.000000e+00 | 9.000000e+00 |    Inf 
1339.83/1339.89	c  1340s|580000 |  3306 |  7661k|  13.2 |  56M|  74 |   1 |2007 |  28k|2007 |1685 |  78k| 789k|8106 | 0.000000e+00 | 9.000000e+00 |    Inf 
1362.72/1362.73	c  1363s|590000 |  3306 |  7787k|  13.2 |  56M|  74 |   - |2007 |  28k|   0 |   0 |  79k| 802k|8149 | 0.000000e+00 | 9.000000e+00 |    Inf 
1387.22/1387.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1387.22/1387.26	c  1387s|600000 |  3253 |  7926k|  13.2 |  54M|  74 |  14 |2007 |  23k|2007 |1685 |  80k| 816k|8214 | 0.000000e+00 | 9.000000e+00 |    Inf 
1409.62/1409.62	c  1410s|610000 |  3255 |  8058k|  13.2 |  56M|  74 |  18 |2007 |  26k|2007 |1685 |  82k| 830k|8299 | 0.000000e+00 | 9.000000e+00 |    Inf 
1432.53/1432.53	c  1433s|620000 |  3291 |  8189k|  13.2 |  58M|  74 |   - |2007 |  30k|   0 |   0 |  83k| 843k|8372 | 0.000000e+00 | 9.000000e+00 |    Inf 
1455.82/1455.81	c  1456s|630000 |  3322 |  8314k|  13.2 |  59M|  74 |   1 |2007 |  31k|2007 |1692 |  85k| 857k|8441 | 0.000000e+00 | 9.000000e+00 |    Inf 
1480.83/1480.84	c  1481s|640000 |  3349 |  8452k|  13.2 |  59M|  74 |  19 |2007 |  31k|2007 |1685 |  86k| 870k|8520 | 0.000000e+00 | 9.000000e+00 |    Inf 
1503.52/1503.52	c  1503s|650000 |  3416 |  8564k|  13.2 |  59M|  74 |   - |2007 |  30k|2007 |1692 |  88k| 884k|8558 | 0.000000e+00 | 9.000000e+00 |    Inf 
1517.33/1517.33	o 7
1517.33/1517.33	c *1517s|656311 |  3350 |  8634k|  13.2 |  58M|  74 |   - |2007 |  30k|2007 |1685 |  88k| 892k|8600 | 0.000000e+00 | 7.000000e+00 |    Inf 
1525.74/1525.74	c  1526s|660000 |  3365 |  8678k|  13.1 |  57M|  74 |   - |2007 |  28k|   0 |   0 |  89k| 897k|8600 | 0.000000e+00 | 7.000000e+00 |    Inf 
1548.13/1548.15	c  1548s|670000 |  3448 |  8795k|  13.1 |  57M|  74 |  31 |2007 |  26k|2007 |1685 |  90k| 911k|8674 | 0.000000e+00 | 7.000000e+00 |    Inf 
1569.53/1569.55	c  1570s|680000 |  3511 |  8908k|  13.1 |  57M|  74 |  19 |2007 |  26k|2007 |1685 |  91k| 924k|8736 | 0.000000e+00 | 7.000000e+00 |    Inf 
1591.33/1591.35	c  1591s|690000 |  3562 |  9029k|  13.1 |  58M|  74 |   - |2007 |  25k|   0 |   0 |  92k| 938k|8775 | 0.000000e+00 | 7.000000e+00 |    Inf 
1613.23/1613.24	c  1613s|700000 |  3588 |  9148k|  13.1 |  59M|  74 |  22 |2007 |  27k|2007 |1685 |  93k| 952k|8832 | 0.000000e+00 | 7.000000e+00 |    Inf 
1636.13/1636.13	c  1636s|710000 |  3628 |  9275k|  13.1 |  59M|  74 |   - |2007 |  28k|   0 |   0 |  94k| 966k|8903 | 0.000000e+00 | 7.000000e+00 |    Inf 
1645.54/1645.57	o 5
1645.54/1645.57	c *1646s|714048 |  3038 |  9328k|  13.1 |  54M|  74 |   - |2007 |  29k|2007 |1700 |  95k| 971k|8903 | 0.000000e+00 | 5.000000e+00 |    Inf 
1659.73/1659.76	c  1660s|720000 |  3026 |  9408k|  13.1 |  52M|  74 |  30 |2007 |  24k|2007 |1685 |  95k| 980k|8955 | 0.000000e+00 | 5.000000e+00 |    Inf 
1681.03/1681.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1681.03/1681.06	c  1681s|730000 |  2957 |  9530k|  13.1 |  50M|  74 |  19 |2007 |  20k|2007 |1685 |  97k| 993k|9024 | 0.000000e+00 | 5.000000e+00 |    Inf 
1702.94/1702.94	c  1703s|740000 |  2969 |  9657k|  13.0 |  52M|  74 |  12 |2007 |  23k|2007 |1685 |  98k|1007k|9047 | 0.000000e+00 | 5.000000e+00 |    Inf 
1710.03/1710.05	o 2
1710.03/1710.05	c *1710s|743184 |  2429 |  9697k|  13.0 |  47M|  74 |   - |2007 |  24k|2007 |1691 |  98k|1012k|9096 | 0.000000e+00 | 2.000000e+00 |    Inf 
1724.34/1724.31	c  1724s|750000 |  2436 |  9779k|  13.0 |  47M|  74 |   - |2007 |  24k|   0 |   0 |  99k|1022k|9110 | 0.000000e+00 | 2.000000e+00 |    Inf 
1745.84/1745.83	c  1746s|760000 |  2409 |  9903k|  13.0 |  47M|  74 |  19 |2007 |  24k|2007 |1685 | 100k|1036k|9191 | 0.000000e+00 | 2.000000e+00 |    Inf 
1768.43/1768.41	c  1768s|770000 |  2409 | 10030k|  13.0 |  48M|  74 |  24 |2007 |  27k|2007 |1685 | 102k|1050k|9244 | 0.000000e+00 | 2.000000e+00 |    Inf 
1790.03/1790.00	c 
1790.03/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.00	c Solving Time (sec) : 1789.98
1790.03/1790.00	c Solving Nodes      : 778799
1790.03/1790.00	c Primal Bound       : +2.00000000000000e+00 (128 solutions)
1790.03/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.00	c Gap                : infinite
1790.03/1790.01	s SATISFIABLE
1790.03/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.03/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.03/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.03/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.03/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.03/1790.01	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1790.03/1790.01	v -x104 -x103 x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 -x81 -x80 
1790.03/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 
1790.03/1790.01	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 x34 -x33 x32 -x31 -x30 -x29 
1790.03/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.03/1790.01	v -x1 
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time       :    1789.98
1790.03/1790.01	c Original Problem   :
1790.03/1790.01	c   Problem name     : HOME/instance-2705663-1278574749.wbo
1790.03/1790.01	c   Variables        : 2105 (1168 binary, 0 integer, 937 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 3645 initial, 3645 maximal
1790.03/1790.01	c Presolved Problem  :
1790.03/1790.01	c   Problem name     : t_HOME/instance-2705663-1278574749.wbo
1790.03/1790.01	c   Variables        : 2007 (1119 binary, 0 integer, 888 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 3424 initial, 32632 maximal
1790.03/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.01	c   trivial          :       0.00         49          0          0          0          0          0          0          0
1790.03/1790.01	c   dualfix          :       0.00         49          0          0          0          0          0          0          0
1790.03/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.03/1790.01	c   setppc           :       0.00          0          0          0          0          0         59          0          0
1790.03/1790.01	c   linear           :       0.05          0          0          0        937          0        113         49          0
1790.03/1790.01	c   indicator        :       0.00          0          0          0          0          0         49          0          0
1790.03/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.03/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   root node        :          -       1758          -          -       1758          -          -          -          -
1790.03/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   integral         :          0          0          0     436396          0        310       2740          0          0     826744
1790.03/1790.01	c   setppc           :         62          9    3494856      19225          1      72736    2626321          0          0          0
1790.03/1790.01	c   linear           :        888          9    3424540      20411          1     102340   12763092     103350          0          0
1790.03/1790.01	c   indicator        :        888          0    3314386      20396          1        170     510799          0          0          0
1790.03/1790.01	c   logicor          :       1586+         9    1715786       3454          1     105617    6191870          0          0          0
1790.03/1790.01	c   bounddisjunction :          0+         0     410711          0          0        477       2877          0          0          0
1790.03/1790.01	c   countsols        :          0          0          0       3454          1          0          0          0          0          0
1790.03/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.01	c   integral         :      42.04       0.00       0.00      42.04       0.00
1790.03/1790.01	c   setppc           :      16.27       0.00      16.25       0.02       0.00
1790.03/1790.01	c   linear           :      67.10       0.00      66.57       0.53       0.00
1790.03/1790.01	c   indicator        :       9.53       0.01       9.11       0.40       0.00
1790.03/1790.01	c   logicor          :     217.33       0.00     217.30       0.04       0.00
1790.03/1790.01	c   bounddisjunction :       1.84       0.00       1.84       0.00       0.00
1790.03/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.03/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.01	c   vbounds          :       0.57      19192          0        753
1790.03/1790.01	c   rootredcost      :       0.52         23          0        879
1790.03/1790.01	c   pseudoobj        :      47.98    3498749       1561     558302
1790.03/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.01	c   propagation      :      12.03     282731     282264    1681548       28.1       7305       26.5          -
1790.03/1790.01	c   infeasible LP    :      21.91     125338     125337     965855       45.3       1376       16.3          0
1790.03/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.03/1790.01	c   applied globally :          -          -          -    1062300       28.5          -          -          -
1790.03/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.03/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.03/1790.01	c   cut pool         :       0.00          8          -          -        173          -    (maximal pool size: 675)
1790.03/1790.01	c   redcost          :      15.62     437166          0       9239          0          0
1790.03/1790.01	c   impliedbounds    :       0.00          9          0          0          0          0
1790.03/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.03/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.03/1790.01	c   gomory           :       0.17          9          0          0       2111          0
1790.03/1790.01	c   strongcg         :       0.17          9          0          0       2394          0
1790.03/1790.01	c   cmir             :       0.03          9          0          0          7          0
1790.03/1790.01	c   flowcover        :       0.07          9          0          0          8          0
1790.03/1790.01	c   clique           :       0.00          9          0          0          0          0
1790.03/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.03/1790.01	c   rapidlearning    :       0.05          1          0          0          0          0
1790.03/1790.01	c Pricers            :       Time      Calls       Vars
1790.03/1790.01	c   problem variables:       0.00          0          0
1790.03/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   relpscost        :      41.71     415944        310       2740          0          0     826744
1790.03/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   inference        :       0.42       3434          0          0          0          0       6946
1790.03/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.01	c   LP solutions     :       0.02          -         21
1790.03/1790.01	c   pseudo solutions :       0.00          -          0
1790.03/1790.01	c   oneopt           :       0.28         20          0
1790.03/1790.01	c   feaspump         :       0.03          1          0
1790.03/1790.01	c   crossover        :       0.60         12          0
1790.03/1790.01	c   pscostdiving     :       0.33        205          0
1790.03/1790.01	c   fracdiving       :       0.43        205          0
1790.03/1790.01	c   veclendiving     :       0.32        205          1
1790.03/1790.01	c   linesearchdiving :       0.32        206          0
1790.03/1790.01	c   guideddiving     :       0.42        206          0
1790.03/1790.01	c   coefdiving       :       0.36        206          0
1790.03/1790.01	c   objpscostdiving  :       0.21        145          0
1790.03/1790.01	c   rootsoldiving    :       0.30        145          0
1790.03/1790.01	c   trivial          :       0.00          2          0
1790.03/1790.01	c   simplerounding   :       0.55     415965          0
1790.03/1790.01	c   zirounding       :       0.24       1000          0
1790.03/1790.01	c   rounding         :       0.83       9057          0
1790.03/1790.01	c   shifting         :       0.82       2858          0
1790.03/1790.01	c   intshifting      :       0.02          0          0
1790.03/1790.01	c   twoopt           :       0.00          0          0
1790.03/1790.01	c   fixandinfer      :       0.00          0          0
1790.03/1790.01	c   intdiving        :       0.00          0          0
1790.03/1790.01	c   actconsdiving    :       0.00          0          0
1790.03/1790.01	c   octane           :       0.00          0          0
1790.03/1790.01	c   rens             :       0.02          1          0
1790.03/1790.01	c   rins             :       0.00          0          0
1790.03/1790.01	c   localbranching   :       0.00          0          0
1790.03/1790.01	c   mutation         :       0.00          0          0
1790.03/1790.01	c   dins             :       0.00          0          0
1790.03/1790.01	c   undercover       :       0.00          0          0
1790.03/1790.01	c   nlp              :       0.11          0          0
1790.03/1790.01	c   trysol           :       0.24        200        106
1790.03/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.03/1790.01	c   dual LP          :     991.83     556540   10141318      18.22   10224.84
1790.03/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.01	c   diving/probing LP:       1.32        998       7411       7.43    5618.25
1790.03/1790.01	c   strong branching :      37.58       9266     377777      40.77   10052.94
1790.03/1790.01	c     (at root node) :          -         15       5513     367.53          -
1790.03/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.01	c B&B Tree           :
1790.03/1790.01	c   number of runs   :          1
1790.03/1790.01	c   nodes            :     778799
1790.03/1790.01	c   nodes (total)    :     778799
1790.03/1790.01	c   nodes left       :       2519
1790.03/1790.01	c   max depth        :         74
1790.03/1790.01	c   max depth (total):         74
1790.03/1790.01	c   backtracks       :     102541 (13.2%)
1790.03/1790.01	c   delayed cutoffs  :      46973
1790.03/1790.01	c   repropagations   :    1328235 (4022069 domain reductions, 45628 cutoffs)
1790.03/1790.01	c   avg switch length:       4.99
1790.03/1790.01	c   switching time   :     193.50
1790.03/1790.01	c Solution           :
1790.03/1790.01	c   Solutions found  :        128 (23 improvements)
1790.03/1790.01	c   First Solution   : +4.45360000000000e+04   (in run 1, after 47 nodes, 10.63 seconds, depth 23, found by <trysol>)
1790.03/1790.01	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 743184 nodes, 1710.02 seconds, depth 56, found by <relaxation>)
1790.03/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.01	c   Gap              :   infinite
1790.03/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.01	c   Root Iterations  :        679
1790.03/1790.08	c Time complete: 1790.13.

Verifier Data

OK	2

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.97 1.67 3/178 23108
/proc/meminfo: memFree=29596864/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=12548 CPUtime=0
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 1981 0 0 0 0 0 0 0 21 0 1 0 25688422 12849152 1899 4089446400 4194304 10345943 140735433336288 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/23108/statm: 3137 1900 429 1502 0 1630 0

[startup+0.0446479 s]
/proc/loadavg: 1.92 1.97 1.67 3/178 23108
/proc/meminfo: memFree=29596864/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=26468 CPUtime=0.03
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 5645 0 0 0 3 0 0 0 21 0 1 0 25688422 27103232 5209 4089446400 4194304 10345943 140735433336288 18446744073709551615 4982386 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 6617 5209 534 1502 0 5110 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26468

[startup+0.100637 s]
/proc/loadavg: 1.92 1.97 1.67 3/178 23108
/proc/meminfo: memFree=29596864/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=27492 CPUtime=0.09
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 5952 0 0 0 9 0 0 0 21 0 1 0 25688422 28151808 5516 4089446400 4194304 10345943 140735433336288 18446744073709551615 4962548 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 6873 5516 562 1502 0 5366 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27492

[startup+0.300603 s]
/proc/loadavg: 1.92 1.97 1.67 3/178 23108
/proc/meminfo: memFree=29596864/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=36484 CPUtime=0.29
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 11952 0 0 0 27 2 0 0 21 0 1 0 25688422 37359616 7684 4089446400 4194304 10345943 140735433336288 18446744073709551615 4270206 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 9121 7684 749 1502 0 7614 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36484

[startup+0.700531 s]
/proc/loadavg: 1.92 1.97 1.67 3/178 23108
/proc/meminfo: memFree=29596864/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=42940 CPUtime=0.69
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 13343 0 0 0 67 2 0 0 22 0 1 0 25688422 43970560 9075 4089446400 4194304 10345943 140735433336288 18446744073709551615 6197309 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 10735 9075 755 1502 0 9228 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42940

[startup+1.50039 s]
/proc/loadavg: 1.85 1.95 1.67 2/174 23126
/proc/meminfo: memFree=29763692/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=47268 CPUtime=1.49
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 17450 0 0 0 145 4 0 0 25 0 1 0 25688422 48402432 9828 4089446400 4194304 10345943 140735433336288 18446744073709551615 7569550 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 11817 9828 779 1502 0 10310 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47268

[startup+3.10011 s]
/proc/loadavg: 1.85 1.95 1.67 2/174 23126
/proc/meminfo: memFree=29764220/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=46368 CPUtime=3.09
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 18793 0 0 0 302 7 0 0 25 0 1 0 25688422 47480832 9715 4089446400 4194304 10345943 140735433336288 18446744073709551615 7574348 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 11592 9715 780 1502 0 10085 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46368

[startup+6.30056 s]
/proc/loadavg: 1.85 1.95 1.67 2/174 23126
/proc/meminfo: memFree=29765344/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=46696 CPUtime=6.29
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 19502 0 0 0 619 10 0 0 25 0 1 0 25688422 47816704 9710 4089446400 4194304 10345943 140735433336288 18446744073709551615 7569535 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 11674 9710 780 1502 0 10167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46696

[startup+12.7004 s]
/proc/loadavg: 1.80 1.94 1.67 3/179 23136
/proc/meminfo: memFree=29668948/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=43848 CPUtime=12.7
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 27426 0 0 0 1254 16 0 0 25 0 1 0 25688422 44900352 9758 4089446400 4194304 10345943 140735433336288 18446744073709551615 7569467 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 10962 9758 781 1502 0 9455 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 43848

[startup+25.5002 s]
/proc/loadavg: 1.83 1.94 1.67 3/179 23136
/proc/meminfo: memFree=29653972/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=61740 CPUtime=25.49
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 57659 0 0 0 2523 26 0 0 25 0 1 0 25688422 63221760 13890 4089446400 4194304 10345943 140735433336288 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 15435 13890 788 1502 0 13928 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61740

[startup+51.1006 s]
/proc/loadavg: 1.89 1.94 1.68 3/179 23137
/proc/meminfo: memFree=29645088/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=73008 CPUtime=51.09
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 77347 0 0 0 5062 47 0 0 25 0 1 0 25688422 74760192 16137 4089446400 4194304 10345943 140735433336288 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 18252 16137 800 1502 0 16745 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73008

[startup+102.307 s]
/proc/loadavg: 1.95 1.95 1.69 3/179 23138
/proc/meminfo: memFree=29602660/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=77920 CPUtime=102.3
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 95031 0 0 0 10137 93 0 0 25 0 1 0 25688422 79790080 17682 4089446400 4194304 10345943 140735433336288 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 19480 17682 800 1502 0 17973 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 77920

[startup+162.301 s]
/proc/loadavg: 1.98 1.95 1.71 3/179 23140
/proc/meminfo: memFree=29559224/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=82176 CPUtime=162.29
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 121853 0 0 0 16085 144 0 0 25 0 1 0 25688422 84148224 18894 4089446400 4194304 10345943 140735433336288 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 20544 18894 800 1502 0 19037 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 82176

[startup+222.3 s]
/proc/loadavg: 1.99 1.96 1.73 3/179 23142
/proc/meminfo: memFree=29519496/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=87328 CPUtime=222.29
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 142068 0 0 0 22039 190 0 0 25 0 1 0 25688422 89423872 20159 4089446400 4194304 10345943 140735433336288 18446744073709551615 4706433 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 21832 20159 800 1502 0 20325 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 87328

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.74 3/179 23144
/proc/meminfo: memFree=29481136/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=93792 CPUtime=282.29
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 155666 0 0 0 27992 237 0 0 25 0 1 0 25688422 96043008 21856 4089446400 4194304 10345943 140735433336288 18446744073709551615 6359614 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 23448 21856 800 1502 0 21941 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 93792

[startup+342.3 s]
/proc/loadavg: 1.99 1.97 1.75 3/179 23145
/proc/meminfo: memFree=29439036/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=97800 CPUtime=342.3
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 164661 0 0 0 33947 283 0 0 25 0 1 0 25688422 100147200 22529 4089446400 4194304 10345943 140735433336288 18446744073709551615 6847607 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 24450 22529 800 1502 0 22943 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 97800

[startup+402.301 s]
/proc/loadavg: 2.04 1.99 1.77 3/179 23146
/proc/meminfo: memFree=29405996/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=98736 CPUtime=402.3
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 175766 0 0 0 39907 323 0 0 25 0 1 0 25688422 101105664 23127 4089446400 4194304 10345943 140735433336288 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 24684 23127 800 1502 0 23177 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 98736

[startup+462.301 s]
/proc/loadavg: 2.01 1.99 1.78 3/179 23148
/proc/meminfo: memFree=29371100/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=100128 CPUtime=462.31
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 190570 0 0 0 45866 365 0 0 25 0 1 0 25688422 102531072 23433 4089446400 4194304 10345943 140735433336288 18446744073709551615 6803467 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 25032 23433 800 1502 0 23525 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 100128

[startup+522.3 s]
/proc/loadavg: 2.06 2.00 1.80 3/179 23150
/proc/meminfo: memFree=29335096/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=100512 CPUtime=522.31
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 202956 0 0 0 51818 413 0 0 25 0 1 0 25688422 102924288 23584 4089446400 4194304 10345943 140735433336288 18446744073709551615 6361488 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 25128 23584 800 1502 0 23621 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 100512

[startup+582.301 s]
/proc/loadavg: 2.02 2.00 1.81 3/179 23152
/proc/meminfo: memFree=29297956/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=102420 CPUtime=582.31
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 217681 0 0 0 57772 459 0 0 25 0 1 0 25688422 104878080 23864 4089446400 4194304 10345943 140735433336288 18446744073709551615 6785375 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 25605 23864 800 1502 0 24098 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 102420

[startup+642.3 s]
/proc/loadavg: 2.01 2.00 1.82 3/179 23153
/proc/meminfo: memFree=29264784/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=103420 CPUtime=642.31
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 228309 0 0 0 63734 497 0 0 25 0 1 0 25688422 105902080 23987 4089446400 4194304 10345943 140735433336288 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 25855 23987 800 1502 0 24348 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 103420

[startup+702.301 s]

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

/proc/meminfo: memFree=29022752/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=109208 CPUtime=1062.31
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 258764 0 0 0 105458 773 0 0 25 0 1 0 25688422 111828992 25781 4089446400 4194304 10345943 140735433336288 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 27302 25781 800 1502 0 25795 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 109208

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/179 23166
/proc/meminfo: memFree=28986008/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=110660 CPUtime=1122.32
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 265104 0 0 0 111421 811 0 0 25 0 1 0 25688422 113315840 26102 4089446400 4194304 10345943 140735433336288 18446744073709551615 5614786 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 27665 26102 800 1502 0 26158 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 110660

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/179 23168
/proc/meminfo: memFree=28952112/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=111404 CPUtime=1182.32
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 270892 0 0 0 117382 850 0 0 25 0 1 0 25688422 114077696 26222 4089446400 4194304 10345943 140735433336288 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 27851 26222 800 1502 0 26344 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 111404

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/179 23169
/proc/meminfo: memFree=28915844/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=114116 CPUtime=1242.32
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 284353 0 0 0 123344 888 0 0 25 0 1 0 25688422 116854784 26757 4089446400 4194304 10345943 140735433336288 18446744073709551615 4449110 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 28529 26757 800 1502 0 27022 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 114116

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/179 23170
/proc/meminfo: memFree=28885552/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=114092 CPUtime=1302.33
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 290673 0 0 0 129305 928 0 0 25 0 1 0 25688422 116830208 26729 4089446400 4194304 10345943 140735433336288 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 28523 26729 800 1502 0 27016 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 114092

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 23181
/proc/meminfo: memFree=28851132/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=115184 CPUtime=1362.32
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 296907 0 0 0 135264 968 0 0 25 0 1 0 25688422 117948416 27006 4089446400 4194304 10345943 140735433336288 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 28796 27006 800 1502 0 27289 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 115184

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 23183
/proc/meminfo: memFree=28819484/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=116020 CPUtime=1422.33
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 304969 0 0 0 141221 1012 0 0 25 0 1 0 25688422 118804480 26992 4089446400 4194304 10345943 140735433336288 18446744073709551615 18446744073699065971 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 29005 26992 800 1502 0 27498 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 116020

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23185
/proc/meminfo: memFree=28782740/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=121016 CPUtime=1482.33
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 311004 0 0 0 147182 1051 0 0 25 0 1 0 25688422 123920384 28202 4089446400 4194304 10345943 140735433336288 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 30254 28202 800 1502 0 28747 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 121016

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 1.91 3/179 23186
/proc/meminfo: memFree=28747340/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=123132 CPUtime=1542.33
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 318542 0 0 0 153147 1086 0 0 25 0 1 0 25688422 126087168 28771 4089446400 4194304 10345943 140735433336288 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 30783 28771 800 1502 0 29276 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 123132

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/179 23187
/proc/meminfo: memFree=28717788/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=122788 CPUtime=1602.33
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 323818 0 0 0 159107 1126 0 0 25 0 1 0 25688422 125734912 28741 4089446400 4194304 10345943 140735433336288 18446744073709551615 6864967 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 30697 28741 800 1502 0 29190 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 122788

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23189
/proc/meminfo: memFree=28681400/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=121784 CPUtime=1662.33
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 336382 0 0 0 165066 1167 0 0 25 0 1 0 25688422 124706816 28772 4089446400 4194304 10345943 140735433336288 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 30446 28772 800 1502 0 28939 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 121784

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23191
/proc/meminfo: memFree=28647380/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=121772 CPUtime=1722.33
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 349424 0 0 0 171025 1208 0 0 25 0 1 0 25688422 124694528 28771 4089446400 4194304 10345943 140735433336288 18446744073709551615 4995177 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 30443 28771 800 1502 0 28936 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 121772

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23193
/proc/meminfo: memFree=28610644/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=122052 CPUtime=1782.33
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 360000 0 0 0 176983 1250 0 0 25 0 1 0 25688422 124981248 28833 4089446400 4194304 10345943 140735433336288 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 30513 28833 800 1502 0 29006 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 122052

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23193
/proc/meminfo: memFree=28609772/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=122052 CPUtime=1785.54
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 360023 0 0 0 177302 1252 0 0 25 0 1 0 25688422 124981248 28856 4089446400 4194304 10345943 140735433336288 18446744073709551615 5088910 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 30513 28856 800 1502 0 29006 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 122052

[startup+1787.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23193
/proc/meminfo: memFree=28607664/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=122052 CPUtime=1787.13
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 360023 0 0 0 177460 1253 0 0 25 0 1 0 25688422 124981248 28856 4089446400 4194304 10345943 140735433336288 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 30513 28856 800 1502 0 29006 0
Current children cumulated CPU time (s) 1787.13
Current children cumulated vsize (KiB) 122052

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23193
/proc/meminfo: memFree=28606176/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=122052 CPUtime=1788.74
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 360023 0 0 0 177619 1255 0 0 25 0 1 0 25688422 124981248 28856 4089446400 4194304 10345943 140735433336288 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 30513 28856 800 1502 0 29006 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 122052

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23193
/proc/meminfo: memFree=28606176/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=122052 CPUtime=1789.53
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 360023 0 0 0 177698 1255 0 0 25 0 1 0 25688422 124981248 28856 4089446400 4194304 10345943 140735433336288 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 30513 28856 800 1502 0 29006 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 122052

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23193
/proc/meminfo: memFree=28604432/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=122052 CPUtime=1789.93
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 360023 0 0 0 177738 1255 0 0 25 0 1 0 25688422 124981248 28856 4089446400 4194304 10345943 140735433336288 18446744073709551615 6325579 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 30513 28856 800 1502 0 29006 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 122052

[startup+1790 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23193
/proc/meminfo: memFree=28604432/32950928 swapFree=67111528/67111528
[pid=23108] ppid=23106 vsize=122664 CPUtime=1790.03
/proc/23108/stat : 23108 (pbscip.linux.x8) R 23106 23108 22840 0 -1 4202496 360160 0 0 0 177748 1255 0 0 25 0 1 0 25688422 125607936 28734 4089446400 4194304 10345943 140735433336288 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/23108/statm: 30666 28734 800 1502 0 29159 0
Current children cumulated CPU time (s) 1790.03
Current children cumulated vsize (KiB) 122664

Child status: 0
Real time (s): 1790.09
CPU time (s): 1790.13
CPU user time (s): 1777.57
CPU system time (s): 12.5611
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 124444

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

runsolver used 2.97055 second user time and 6.07608 second system time

The end

Launcher Data

Begin job on node120 at 2010-07-08 09:39:09
IDJOB=2705663
IDBENCH=78974
IDSOLVER=1214
FILE ID=node120/2705663-1278574749
PBS_JOBID= 11240213
Free space on /tmp= 73452 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.1900576360--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-2705663-1278574749/watcher-2705663-1278574749 -o /tmp/evaluation-result-2705663-1278574749/solver-2705663-1278574749 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705663-1278574749.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 5d7330038698be4d7397c9bceea53fdc
RANDOM SEED=376466021

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29597268 kB
Buffers:        156908 kB
Cached:        2778668 kB
SwapCached:          0 kB
Active:        1804744 kB
Inactive:      1385208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29597268 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12972 kB
Writeback:           0 kB
AnonPages:      254700 kB
Mapped:          17900 kB
Slab:           100360 kB
PageTables:       4620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   404208 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= 73440 MiB
End job on node120 at 2010-07-08 10:08:59