Trace number 2705563

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.12 1790.06

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900558739--soft-66-100-0.wbo
MD5SUM099eb4454f9d71550aca948671f10d54
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 benchmark408.702
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 constraints900
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 45741
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45740
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 649
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-2705563-1278572956.wbo>
0.00/0.02	c original problem has 2031 variables (1131 bin, 0 int, 900 impl, 0 cont) and 3608 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, 216 impls, 15 clqs
0.00/0.06	c (round 2) 0 del vars, 115 del conss, 900 chg bounds, 53 chg sides, 0 chg coeffs, 0 upgd conss, 216 impls, 15 clqs
0.06/0.08	c (round 3) 53 del vars, 274 del conss, 916 chg bounds, 143 chg sides, 0 chg coeffs, 0 upgd conss, 216 impls, 15 clqs
0.06/0.08	c (round 4) 138 del vars, 274 del conss, 916 chg bounds, 143 chg sides, 0 chg coeffs, 1672 upgd conss, 216 impls, 15 clqs
0.06/0.09	c (round 5) 138 del vars, 279 del conss, 916 chg bounds, 143 chg sides, 0 chg coeffs, 1672 upgd conss, 216 impls, 15 clqs
0.09/0.13	c    (0.1s) probing: 101/1062 (9.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.13	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.13	c presolving (6 rounds):
0.09/0.13	c  138 deleted vars, 279 deleted constraints, 916 tightened bounds, 0 added holes, 143 changed sides, 0 changed coefficients
0.09/0.13	c  1870 implications, 15 cliques
0.09/0.13	c presolved problem has 1893 variables (1062 bin, 0 int, 831 impl, 0 cont) and 3329 constraints
0.09/0.13	c      44 constraints of type <setppc>
0.09/0.13	c     831 constraints of type <linear>
0.09/0.13	c     831 constraints of type <indicator>
0.09/0.13	c    1623 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.10
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.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 |    44 |     - |8788k|   0 |  29 |1893 |3329 |1893 |1667 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    89 |     - |8975k|   0 |  45 |1893 |3329 |1893 |1682 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |   130 |     - |9438k|   0 |  50 |1893 |3329 |1893 |1690 |  23 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.42	c   0.4s|     1 |     0 |   145 |     - |9666k|   0 |  59 |1893 |3329 |1893 |1699 |  32 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.57	c   0.5s|     1 |     0 |   170 |     - |  10M|   0 |  66 |1893 |3329 |1893 |1702 |  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.71	c   0.7s|     1 |     0 |   174 |     - |  10M|   0 |  65 |1893 |3329 |1893 |1703 |  36 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.86	c   0.8s|     1 |     0 |   201 |     - |  10M|   0 |  67 |1893 |3329 |1893 |1704 |  37 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.59/1.61	c   1.6s|     1 |     2 |   201 |     - |  10M|   0 |  67 |1893 |3329 |1893 |1704 |  37 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
8.29/8.39	o 42488
8.29/8.39	c y 8.4s|    42 |    41 |  2977 |  67.7 |  11M|  15 |   - |1893 |3329 |   0 |   0 |  54 |   0 | 640 | 0.000000e+00 | 4.248800e+04 |    Inf 
13.10/13.11	o 455
13.10/13.11	c *13.1s|  1170 |  1040 |  9955 |   8.3 |  14M|  55 |   - |1893 |3364 |1893 |1725 | 482 |  35 |1078 | 0.000000e+00 | 4.550000e+02 |    Inf 
13.49/13.58	o 290
13.49/13.58	c *13.6s|  1417 |   863 | 11282 |   7.8 |  14M|  55 |   - |1893 |3422 |1893 |1727 | 578 |  93 |1085 | 0.000000e+00 | 2.900000e+02 |    Inf 
13.89/14.00	o 289
13.89/14.00	c *14.0s|  1694 |   924 | 12430 |   7.2 |  15M|  55 |   - |1893 |3727 |1893 |1720 | 650 | 398 |1094 | 0.000000e+00 | 2.890000e+02 |    Inf 
13.99/14.01	o 286
13.99/14.01	c *14.0s|  1697 |   918 | 12470 |   7.2 |  15M|  55 |   - |1893 |3727 |1893 |1720 | 650 | 398 |1094 | 0.000000e+00 | 2.860000e+02 |    Inf 
14.19/14.22	o 270
14.19/14.22	c *14.2s|  1848 |   886 | 13059 |   7.0 |  15M|  55 |   - |1893 |3889 |1893 |1721 | 679 | 560 |1097 | 0.000000e+00 | 2.700000e+02 |    Inf 
14.19/14.22	o 247
14.19/14.22	c *14.2s|  1849 |   806 | 13079 |   7.0 |  15M|  55 |   - |1893 |3889 |1893 |1721 | 679 | 560 |1097 | 0.000000e+00 | 2.470000e+02 |    Inf 
14.19/14.26	o 189
14.19/14.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.19/14.26	c *14.2s|  1874 |   684 | 13130 |   6.9 |  15M|  55 |   - |1893 |3908 |1893 |1721 | 685 | 580 |1097 | 0.000000e+00 | 1.890000e+02 |    Inf 
14.29/14.35	o 178
14.29/14.35	c *14.3s|  1893 |   655 | 13571 |   7.1 |  15M|  55 |   - |1893 |3930 |1893 |1713 | 718 | 602 |1101 | 0.000000e+00 | 1.780000e+02 |    Inf 
14.29/14.35	o 175
14.29/14.35	c *14.3s|  1894 |   637 | 13590 |   7.1 |  15M|  55 |   - |1893 |3930 |1893 |1713 | 718 | 602 |1101 | 0.000000e+00 | 1.750000e+02 |    Inf 
14.50/14.52	o 160
14.50/14.52	c *14.5s|  1975 |   651 | 14357 |   7.2 |  15M|  55 |   - |1893 |3961 |1893 |1722 | 841 | 638 |1101 | 0.000000e+00 | 1.600000e+02 |    Inf 
14.50/14.58	o 158
14.50/14.58	c *14.6s|  1999 |   649 | 14574 |   7.2 |  15M|  55 |   - |1893 |3972 |1893 |1720 | 862 | 650 |1102 | 0.000000e+00 | 1.580000e+02 |    Inf 
14.60/14.62	o 156
14.60/14.62	c *14.6s|  2015 |   641 | 14738 |   7.2 |  15M|  55 |   - |1893 |3986 |1893 |1713 | 873 | 665 |1102 | 0.000000e+00 | 1.560000e+02 |    Inf 
14.60/14.62	o 153
14.60/14.62	c *14.6s|  2016 |   618 | 14755 |   7.2 |  15M|  55 |   - |1893 |3986 |1893 |1713 | 873 | 665 |1102 | 0.000000e+00 | 1.530000e+02 |    Inf 
14.79/14.86	o 128
14.79/14.86	c *14.8s|  2087 |   560 | 15805 |   7.5 |  15M|  55 |   - |1893 |4032 |1893 |1704 | 936 | 722 |1112 | 0.000000e+00 | 1.280000e+02 |    Inf 
15.09/15.16	o 89
15.09/15.16	c *15.1s|  2214 |   465 | 17186 |   7.7 |  15M|  55 |   - |1893 |4176 |1893 |1728 |1018 | 871 |1114 | 0.000000e+00 | 8.900000e+01 |    Inf 
15.09/15.16	o 83
15.09/15.16	c *15.1s|  2215 |   436 | 17186 |   7.7 |  15M|  55 |   - |1893 |4176 |1893 |1728 |1018 | 871 |1114 | 0.000000e+00 | 8.300000e+01 |    Inf 
15.09/15.18	o 58
15.09/15.18	c *15.2s|  2221 |   332 | 17261 |   7.7 |  15M|  55 |   - |1893 |4021 |1893 |1722 |1018 | 875 |1114 | 0.000000e+00 | 5.800000e+01 |    Inf 
15.19/15.22	o 52
15.19/15.22	c *15.2s|  2231 |   211 | 17403 |   7.7 |  15M|  55 |   - |1893 |3805 |1893 |1712 |1028 | 882 |1116 | 0.000000e+00 | 5.200000e+01 |    Inf 
17.29/17.32	o 51
17.29/17.32	c *17.3s|  3177 |   242 | 29517 |   9.2 |  15M|  55 |   - |1893 |4629 |1893 |1702 |1196 |1993 |1147 | 0.000000e+00 | 5.100000e+01 |    Inf 
18.29/18.34	o 32
18.29/18.34	c *18.3s|  3817 |   250 | 33817 |   8.8 |  16M|  55 |   - |1893 |5162 |1893 |1716 |1367 |2766 |1148 | 0.000000e+00 | 3.200000e+01 |    Inf 
29.09/29.15	o 30
29.09/29.15	c *29.1s|  9050 |   491 | 97724 |  10.8 |  19M|  55 |   - |1893 |6844 |1893 |1707 |2584 |9263 |1319 | 0.000000e+00 | 3.000000e+01 |    Inf 
31.19/31.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
31.19/31.25	c  31.2s| 10000 |   533 |110477 |  11.0 |  19M|  55 |  15 |1893 |7176 |1893 |1702 |2853 |  10k|1358 | 0.000000e+00 | 3.000000e+01 |    Inf 
51.09/51.17	c  51.1s| 20000 |  1053 |225895 |  11.3 |  25M|  55 |   - |1893 |8377 |   0 |   0 |5182 |  23k|1517 | 0.000000e+00 | 3.000000e+01 |    Inf 
70.40/70.45	c  70.4s| 30000 |  1562 |341772 |  11.4 |  31M|  55 |   - |1893 |  10k|   0 |   0 |6674 |  35k|1521 | 0.000000e+00 | 3.000000e+01 |    Inf 
83.79/83.85	o 23
83.79/83.85	c *83.8s| 36884 |  1449 |417956 |  11.3 |  28M|  55 |   - |1893 |9949 |1893 |1702 |7661 |  44k|1579 | 0.000000e+00 | 2.300000e+01 |    Inf 
90.20/90.22	c  90.2s| 40000 |  1518 |455153 |  11.4 |  29M|  55 |   - |1893 |8445 |   0 |   0 |8079 |  48k|1662 | 0.000000e+00 | 2.300000e+01 |    Inf 
94.19/94.28	o 15
94.19/94.28	c *94.3s| 42039 |  1021 |478068 |  11.4 |  23M|  55 |   - |1893 |8276 |1893 |1707 |8624 |  51k|1730 | 0.000000e+00 | 1.500000e+01 |    Inf 
108.29/108.39	o 7
108.29/108.39	c * 108s| 49619 |   891 |561104 |  11.3 |  22M|  55 |   - |1893 |8871 |1893 |1719 |  10k|  61k|1904 | 0.000000e+00 | 7.000000e+00 |    Inf 
109.10/109.16	c   109s| 50000 |   891 |565266 |  11.3 |  22M|  55 |   - |1893 |8266 |   0 |   0 |  10k|  62k|1930 | 0.000000e+00 | 7.000000e+00 |    Inf 
127.60/127.62	c   128s| 60000 |   894 |683559 |  11.4 |  24M|  55 |   1 |1893 |  11k|1893 |1702 |  11k|  75k|2196 | 0.000000e+00 | 7.000000e+00 |    Inf 
146.09/146.13	c   146s| 70000 |  1075 |794525 |  11.3 |  26M|  55 |   - |1893 |  14k|1893 |1714 |  13k|  88k|2375 | 0.000000e+00 | 7.000000e+00 |    Inf 
164.59/164.64	c   165s| 80000 |   963 |896496 |  11.2 |  25M|  55 |   8 |1893 |  12k|1893 |1708 |  14k| 101k|2656 | 0.000000e+00 | 7.000000e+00 |    Inf 
183.49/183.51	c   183s| 90000 |   954 |  1007k|  11.2 |  26M|  55 |   - |1893 |  12k|   0 |   0 |  16k| 114k|2905 | 0.000000e+00 | 7.000000e+00 |    Inf 
191.90/191.90	o 3
191.90/191.90	c * 192s| 94179 |   802 |  1058k|  11.2 |  25M|  55 |   - |1893 |  13k|1893 |1710 |  17k| 120k|2983 | 0.000000e+00 | 3.000000e+00 |    Inf 
202.70/202.71	c   203s|100000 |   710 |  1123k|  11.2 |  23M|  55 |  26 |1893 |9489 |1893 |1702 |  18k| 127k|3114 | 0.000000e+00 | 3.000000e+00 |    Inf 
221.30/221.39	c   221s|110000 |   766 |  1240k|  11.3 |  26M|  55 |   - |1893 |  14k|1893 |1702 |  19k| 141k|3293 | 0.000000e+00 | 3.000000e+00 |    Inf 
240.80/240.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
240.80/240.89	c   241s|120000 |   959 |  1358k|  11.3 |  28M|  55 |   1 |1893 |  16k|1893 |1702 |  19k| 155k|3437 | 0.000000e+00 | 3.000000e+00 |    Inf 
260.50/260.50	c   260s|130000 |   879 |  1471k|  11.3 |  29M|  57 |   - |1893 |  19k|   0 |   0 |  20k| 169k|3584 | 0.000000e+00 | 3.000000e+00 |    Inf 
280.90/280.95	c   281s|140000 |   923 |  1590k|  11.4 |  28M|  57 |   - |1893 |  14k|1893 |1702 |  21k| 183k|3801 | 0.000000e+00 | 3.000000e+00 |    Inf 
299.80/299.87	c   300s|150000 |   906 |  1700k|  11.3 |  29M|  57 |   - |1893 |  16k|   0 |   0 |  22k| 197k|3938 | 0.000000e+00 | 3.000000e+00 |    Inf 
319.30/319.33	c   319s|160000 |   983 |  1818k|  11.4 |  31M|  57 |   - |1893 |  20k|1893 |1702 |  23k| 210k|4110 | 0.000000e+00 | 3.000000e+00 |    Inf 
338.90/338.91	c   339s|170000 |   985 |  1930k|  11.4 |  31M|  57 |   - |1893 |  21k|1893 |1707 |  24k| 224k|4271 | 0.000000e+00 | 3.000000e+00 |    Inf 
359.20/359.25	c   359s|180000 |  1363 |  2047k|  11.4 |  34M|  57 |   - |1893 |  24k|1893 |1702 |  25k| 238k|4405 | 0.000000e+00 | 3.000000e+00 |    Inf 
379.41/379.50	c   379s|190000 |  1450 |  2154k|  11.3 |  35M|  57 |   - |1893 |  25k|1893 |1702 |  27k| 251k|4568 | 0.000000e+00 | 3.000000e+00 |    Inf 
399.90/399.93	c   400s|200000 |  1529 |  2259k|  11.3 |  37M|  60 |  18 |1893 |  27k|1893 |1702 |  28k| 266k|4683 | 0.000000e+00 | 3.000000e+00 |    Inf 
420.70/420.79	c   421s|210000 |  1600 |  2374k|  11.3 |  38M|  60 |  25 |1893 |  28k|1893 |1702 |  29k| 280k|4810 | 0.000000e+00 | 3.000000e+00 |    Inf 
441.50/441.55	c   442s|220000 |  1600 |  2480k|  11.3 |  39M|  60 |  19 |1893 |  30k|1893 |1702 |  30k| 294k|4962 | 0.000000e+00 | 3.000000e+00 |    Inf 
463.30/463.31	c   463s|230000 |  1565 |  2588k|  11.3 |  38M|  60 |   - |1893 |  28k|1893 |1702 |  32k| 309k|5064 | 0.000000e+00 | 3.000000e+00 |    Inf 
483.71/483.77	c   484s|240000 |  1595 |  2692k|  11.2 |  39M|  60 |  17 |1893 |  29k|1893 |1702 |  33k| 323k|5207 | 0.000000e+00 | 3.000000e+00 |    Inf 
504.30/504.40	c   504s|250000 |  1577 |  2797k|  11.2 |  39M|  60 |   - |1893 |  30k|   0 |   0 |  35k| 337k|5291 | 0.000000e+00 | 3.000000e+00 |    Inf 
526.01/526.03	c   526s|260000 |  1636 |  2909k|  11.2 |  41M|  60 |  29 |1893 |  32k|1893 |1702 |  36k| 351k|5397 | 0.000000e+00 | 3.000000e+00 |    Inf 
548.01/548.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
548.01/548.03	c   548s|270000 |  1662 |  3017k|  11.2 |  41M|  60 |   - |1893 |  33k|   0 |   0 |  38k| 366k|5559 | 0.000000e+00 | 3.000000e+00 |    Inf 
571.21/571.21	c   571s|280000 |  1707 |  3134k|  11.2 |  43M|  67 |   - |1893 |  36k|1893 |1702 |  39k| 381k|5676 | 0.000000e+00 | 3.000000e+00 |    Inf 
595.21/595.25	c   595s|290000 |  1690 |  3258k|  11.2 |  43M|  67 |  20 |1893 |  37k|1893 |1702 |  40k| 396k|5766 | 0.000000e+00 | 3.000000e+00 |    Inf 
617.71/617.78	c   618s|300000 |  1721 |  3364k|  11.2 |  43M|  67 |   - |1893 |  34k|1893 |1707 |  42k| 410k|5906 | 0.000000e+00 | 3.000000e+00 |    Inf 
639.81/639.88	c   640s|310000 |  1626 |  3473k|  11.2 |  41M|  67 |   9 |1893 |  29k|1893 |1702 |  44k| 425k|6016 | 0.000000e+00 | 3.000000e+00 |    Inf 
661.61/661.64	c   662s|320000 |  1568 |  3587k|  11.2 |  40M|  67 |   9 |1893 |  27k|1893 |1702 |  45k| 439k|6100 | 0.000000e+00 | 3.000000e+00 |    Inf 
683.22/683.21	c   683s|330000 |  1583 |  3697k|  11.2 |  39M|  67 |   1 |1893 |  25k|1893 |1702 |  46k| 453k|6232 | 0.000000e+00 | 3.000000e+00 |    Inf 
703.51/703.55	c   704s|340000 |  1578 |  3806k|  11.2 |  40M|  67 |  15 |1893 |  26k|1893 |1708 |  48k| 468k|6343 | 0.000000e+00 | 3.000000e+00 |    Inf 
723.41/723.49	c   723s|350000 |  1480 |  3912k|  11.2 |  39M|  71 |  13 |1893 |  24k|1893 |1702 |  49k| 482k|6437 | 0.000000e+00 | 3.000000e+00 |    Inf 
744.52/744.55	c   745s|360000 |  1503 |  4029k|  11.2 |  40M|  71 |   - |1893 |  28k|   0 |   0 |  51k| 496k|6556 | 0.000000e+00 | 3.000000e+00 |    Inf 
767.11/767.17	c   767s|370000 |  1469 |  4154k|  11.2 |  39M|  71 |  18 |1893 |  24k|1893 |1702 |  52k| 510k|6671 | 0.000000e+00 | 3.000000e+00 |    Inf 
788.72/788.74	c   789s|380000 |  1491 |  4263k|  11.2 |  40M|  71 |  18 |1893 |  27k|1893 |1702 |  53k| 524k|6765 | 0.000000e+00 | 3.000000e+00 |    Inf 
810.41/810.48	c   810s|390000 |  1433 |  4376k|  11.2 |  38M|  71 |   - |1893 |  24k|   0 |   0 |  55k| 538k|6895 | 0.000000e+00 | 3.000000e+00 |    Inf 
831.62/831.61	c   832s|400000 |  1487 |  4480k|  11.2 |  40M|  71 |   - |1893 |  27k|   0 |   0 |  57k| 551k|7011 | 0.000000e+00 | 3.000000e+00 |    Inf 
852.32/852.35	c   852s|410000 |  1358 |  4588k|  11.2 |  38M|  71 |  14 |1893 |  24k|1893 |1702 |  58k| 565k|7101 | 0.000000e+00 | 3.000000e+00 |    Inf 
872.82/872.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
872.82/872.81	c   873s|420000 |  1310 |  4701k|  11.2 |  38M|  71 |   - |1893 |  23k|1893 |1702 |  59k| 579k|7195 | 0.000000e+00 | 3.000000e+00 |    Inf 
894.22/894.25	c   894s|430000 |  1392 |  4814k|  11.2 |  39M|  71 |  18 |1893 |  26k|1893 |1702 |  60k| 592k|7282 | 0.000000e+00 | 3.000000e+00 |    Inf 
915.42/915.48	c   915s|440000 |  1279 |  4923k|  11.2 |  37M|  71 |  11 |1893 |  21k|1893 |1702 |  61k| 607k|7359 | 0.000000e+00 | 3.000000e+00 |    Inf 
935.92/935.99	c   936s|450000 |  1244 |  5027k|  11.2 |  37M|  71 |   - |1893 |  23k|   0 |   0 |  62k| 620k|7457 | 0.000000e+00 | 3.000000e+00 |    Inf 
957.22/957.28	c   957s|460000 |  1210 |  5128k|  11.1 |  38M|  71 |  29 |1893 |  25k|1893 |1709 |  64k| 634k|7544 | 0.000000e+00 | 3.000000e+00 |    Inf 
978.22/978.23	c   978s|470000 |   895 |  5236k|  11.1 |  34M|  71 |   - |1893 |  20k|   0 |   0 |  65k| 648k|7653 | 0.000000e+00 | 3.000000e+00 |    Inf 
999.12/999.15	c   999s|480000 |   830 |  5352k|  11.2 |  34M|  71 |   - |1893 |  21k|   0 |   0 |  66k| 661k|7730 | 0.000000e+00 | 3.000000e+00 |    Inf 
1018.42/1018.41	c  1018s|490000 |   863 |  5456k|  11.1 |  34M|  71 |   - |1893 |  21k|1893 |1702 |  67k| 674k|7809 | 0.000000e+00 | 3.000000e+00 |    Inf 
1038.32/1038.38	c  1038s|500000 |   793 |  5559k|  11.1 |  34M|  71 |  19 |1893 |  23k|1893 |1711 |  69k| 688k|7861 | 0.000000e+00 | 3.000000e+00 |    Inf 
1058.62/1058.68	c  1059s|510000 |   760 |  5664k|  11.1 |  34M|  71 |  24 |1893 |  23k|1893 |1702 |  70k| 701k|8043 | 0.000000e+00 | 3.000000e+00 |    Inf 
1079.33/1079.35	c  1079s|520000 |   794 |  5775k|  11.1 |  34M|  71 |  24 |1893 |  25k|1893 |1702 |  71k| 714k|8097 | 0.000000e+00 | 3.000000e+00 |    Inf 
1100.53/1100.52	c  1101s|530000 |   737 |  5884k|  11.1 |  35M|  71 |  15 |1893 |  28k|1893 |1709 |  72k| 727k|8157 | 0.000000e+00 | 3.000000e+00 |    Inf 
1122.23/1122.23	c  1122s|540000 |   784 |  5999k|  11.1 |  37M|  71 |  23 |1893 |  31k|1893 |1702 |  74k| 741k|8251 | 0.000000e+00 | 3.000000e+00 |    Inf 
1144.62/1144.63	c  1145s|550000 |   760 |  6101k|  11.1 |  37M|  71 |   - |1893 |  31k|   0 |   0 |  75k| 755k|8356 | 0.000000e+00 | 3.000000e+00 |    Inf 
1166.72/1166.76	c  1167s|560000 |   919 |  6210k|  11.1 |  38M|  71 |   - |1893 |  32k|   0 |   0 |  77k| 768k|8442 | 0.000000e+00 | 3.000000e+00 |    Inf 
1189.43/1189.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1189.43/1189.48	c  1189s|570000 |   972 |  6317k|  11.1 |  39M|  71 |   - |1893 |  34k|   0 |   0 |  78k| 781k|8516 | 0.000000e+00 | 3.000000e+00 |    Inf 
1211.93/1211.95	c  1212s|580000 |  1069 |  6423k|  11.1 |  40M|  71 |   - |1893 |  35k|   0 |   0 |  79k| 795k|8567 | 0.000000e+00 | 3.000000e+00 |    Inf 
1234.14/1234.13	c  1234s|590000 |  1071 |  6529k|  11.1 |  40M|  71 |  19 |1893 |  36k|1893 |1702 |  81k| 809k|8630 | 0.000000e+00 | 3.000000e+00 |    Inf 
1257.63/1257.65	c  1258s|600000 |  1124 |  6638k|  11.1 |  40M|  71 |  16 |1893 |  34k|1893 |1702 |  82k| 822k|8717 | 0.000000e+00 | 3.000000e+00 |    Inf 
1279.63/1279.63	c  1280s|610000 |  1110 |  6739k|  11.0 |  41M|  71 |  35 |1893 |  35k|1893 |1702 |  83k| 836k|8813 | 0.000000e+00 | 3.000000e+00 |    Inf 
1303.24/1303.23	c  1303s|620000 |  1062 |  6847k|  11.0 |  39M|  71 |   - |1893 |  32k|1893 |1710 |  85k| 850k|8898 | 0.000000e+00 | 3.000000e+00 |    Inf 
1325.23/1325.24	c  1325s|630000 |  1057 |  6956k|  11.0 |  40M|  71 |  23 |1893 |  32k|1893 |1702 |  86k| 864k|8945 | 0.000000e+00 | 3.000000e+00 |    Inf 
1347.13/1347.19	c  1347s|640000 |  1023 |  7066k|  11.0 |  41M|  71 |   - |1893 |  35k|1893 |1706 |  87k| 879k|9021 | 0.000000e+00 | 3.000000e+00 |    Inf 
1368.93/1368.99	c  1369s|650000 |   899 |  7165k|  11.0 |  39M|  71 |  26 |1893 |  34k|1893 |1702 |  89k| 893k|9105 | 0.000000e+00 | 3.000000e+00 |    Inf 
1392.23/1392.21	c  1392s|660000 |   819 |  7285k|  11.0 |  39M|  71 |  30 |1893 |  35k|1893 |1702 |  91k| 907k|9186 | 0.000000e+00 | 3.000000e+00 |    Inf 
1414.24/1414.25	c  1414s|670000 |   533 |  7392k|  11.0 |  31M|  71 |   - |1893 |  20k|   0 |   0 |  92k| 920k|9267 | 0.000000e+00 | 3.000000e+00 |    Inf 
1434.23/1434.22	c  1434s|680000 |   440 |  7499k|  11.0 |  30M|  71 |  18 |1893 |  20k|1893 |1702 |  94k| 934k|9353 | 0.000000e+00 | 3.000000e+00 |    Inf 
1454.63/1454.63	c  1455s|690000 |   542 |  7611k|  11.0 |  32M|  71 |   - |1893 |  23k|1893 |1710 |  96k| 948k|9420 | 0.000000e+00 | 3.000000e+00 |    Inf 
1475.34/1475.36	c  1475s|700000 |   533 |  7717k|  11.0 |  33M|  71 |  29 |1893 |  25k|1893 |1702 |  98k| 961k|9501 | 0.000000e+00 | 3.000000e+00 |    Inf 
1496.84/1496.89	c  1497s|710000 |   587 |  7826k|  11.0 |  34M|  71 |  15 |1893 |  26k|1893 |1702 |  99k| 974k|9537 | 0.000000e+00 | 3.000000e+00 |    Inf 
1517.64/1517.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1517.64/1517.63	c  1518s|720000 |   662 |  7932k|  11.0 |  36M|  71 |   - |1893 |  30k|1893 |1702 | 101k| 988k|9600 | 0.000000e+00 | 3.000000e+00 |    Inf 
1539.64/1539.68	c  1540s|730000 |   710 |  8042k|  11.0 |  36M|  71 |  12 |1893 |  31k|1893 |1702 | 102k|1001k|9685 | 0.000000e+00 | 3.000000e+00 |    Inf 
1562.94/1562.90	c  1563s|740000 |   823 |  8155k|  11.0 |  37M|  71 |   - |1893 |  32k|   0 |   0 | 103k|1015k|9761 | 0.000000e+00 | 3.000000e+00 |    Inf 
1585.24/1585.25	c  1585s|750000 |   840 |  8260k|  11.0 |  38M|  71 |  14 |1893 |  33k|1893 |1702 | 104k|1029k|9816 | 0.000000e+00 | 3.000000e+00 |    Inf 
1607.85/1607.89	c  1608s|760000 |   786 |  8367k|  11.0 |  38M|  71 |   - |1893 |  32k|   0 |   0 | 106k|1042k|9849 | 0.000000e+00 | 3.000000e+00 |    Inf 
1631.54/1631.53	c  1632s|770000 |   843 |  8483k|  11.0 |  39M|  71 |  18 |1893 |  35k|1893 |1702 | 108k|1056k|9917 | 0.000000e+00 | 3.000000e+00 |    Inf 
1655.45/1655.45	c  1655s|780000 |   735 |  8597k|  11.0 |  38M|  71 |  29 |1893 |  33k|1893 |1702 | 109k|1070k|9991 | 0.000000e+00 | 3.000000e+00 |    Inf 
1677.64/1677.64	c  1678s|790000 |   685 |  8704k|  11.0 |  38M|  71 |   - |1893 |  33k|1893 |1702 | 111k|1084k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
1700.74/1700.72	c  1701s|800000 |   729 |  8811k|  11.0 |  38M|  71 |  23 |1893 |  34k|1893 |1702 | 112k|1097k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
1724.04/1724.00	c  1724s|810000 |   621 |  8922k|  11.0 |  38M|  71 |   - |1893 |  34k|1893 |1702 | 114k|1111k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
1745.45/1745.49	c  1745s|820000 |   450 |  9027k|  11.0 |  34M|  71 |   - |1893 |  29k|   0 |   0 | 116k|1124k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
1767.35/1767.32	c  1767s|830000 |   360 |  9139k|  11.0 |  33M|  71 |  18 |1893 |  26k|1893 |1702 | 117k|1138k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
1789.04/1789.07	c  1789s|840000 |   357 |  9251k|  11.0 |  32M|  71 |   - |1893 |  25k|   0 |   0 | 118k|1151k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
1790.04/1790.00	c 
1790.04/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.00	c Solving Time (sec) : 1789.98
1790.04/1790.00	c Solving Nodes      : 840390
1790.04/1790.00	c Primal Bound       : +3.00000000000000e+00 (106 solutions)
1790.04/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.00	c Gap                : infinite
1790.04/1790.01	s SATISFIABLE
1790.04/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.04/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.04/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.04/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.04/1790.01	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 
1790.04/1790.01	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1790.04/1790.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.04/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.04/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.04/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.04/1790.01	v -x1 
1790.04/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.01	c Solving Time       :    1789.98
1790.04/1790.01	c Original Problem   :
1790.04/1790.01	c   Problem name     : HOME/instance-2705563-1278572956.wbo
1790.04/1790.01	c   Variables        : 2031 (1131 binary, 0 integer, 900 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 3608 initial, 3608 maximal
1790.04/1790.01	c Presolved Problem  :
1790.04/1790.01	c   Problem name     : t_HOME/instance-2705563-1278572956.wbo
1790.04/1790.01	c   Variables        : 1893 (1062 binary, 0 integer, 831 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 3329 initial, 39713 maximal
1790.04/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.01	c   trivial          :       0.00         69          0          0          0          0          0          0          0
1790.04/1790.01	c   dualfix          :       0.00         69          0          0          0          0          0          0          0
1790.04/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.04/1790.01	c   setppc           :       0.00          0          0          0          0          0          5          0          0
1790.04/1790.01	c   linear           :       0.05          0          0          0        916          0        205        143          0
1790.04/1790.01	c   indicator        :       0.00          0          0          0          0          0         69          0          0
1790.04/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.04/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   root node        :          -       1628          -          -       1628          -          -          -          -
1790.04/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   integral         :          0          0          0     476478          0        339       3088          0          0     900486
1790.04/1790.01	c   setppc           :         44          6    3741683      22791          0      72267    3058102          0          0          0
1790.04/1790.01	c   linear           :        831          6    3671075      23315          0     115884   11481882     118819          0          0
1790.04/1790.01	c   indicator        :        831          0    3534120      23141          0        156     573357          0          0          0
1790.04/1790.01	c   logicor          :       1623+         6    1944084       1463          0     126823    6972818          0          0          0
1790.04/1790.01	c   bounddisjunction :          0+         0     403512          0          0         43        650          0          0          0
1790.04/1790.01	c   countsols        :          0          0          0       1463          0          0          0          0          0          0
1790.04/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.01	c   integral         :      37.93       0.00       0.00      37.93       0.00
1790.04/1790.01	c   setppc           :      19.37       0.00      19.35       0.02       0.00
1790.04/1790.01	c   linear           :      64.21       0.00      63.63       0.57       0.00
1790.04/1790.01	c   indicator        :       4.86       0.02       4.64       0.20       0.00
1790.04/1790.01	c   logicor          :     262.06       0.00     262.05       0.01       0.00
1790.04/1790.01	c   bounddisjunction :       1.06       0.00       1.06       0.00       0.00
1790.04/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.04/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.01	c   vbounds          :       0.59      15087          0        287
1790.04/1790.01	c   rootredcost      :       0.56         26          0        814
1790.04/1790.01	c   pseudoobj        :      46.08    3744273       1023     601048
1790.04/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.01	c   propagation      :      14.34     316040     315368    2036613       28.8       7290       25.3          -
1790.04/1790.01	c   infeasible LP    :      23.14     132072     132069    1052433       46.1       1032       16.2          0
1790.04/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.01	c   applied globally :          -          -          -    1152061       29.0          -          -          -
1790.04/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.01	c   cut pool         :       0.00          5          -          -        126          -    (maximal pool size: 539)
1790.04/1790.01	c   redcost          :      15.36     477816          0      14348          0          0
1790.04/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1790.04/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.01	c   gomory           :       0.29          6          0          0        708          0
1790.04/1790.01	c   strongcg         :       0.26          6          0          0       1918          0
1790.04/1790.01	c   cmir             :       0.02          6          0          0          0          0
1790.04/1790.01	c   flowcover        :       0.06          6          0          0          0          0
1790.04/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.04/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.01	c   rapidlearning    :       0.05          1          0          0          0          0
1790.04/1790.01	c Pricers            :       Time      Calls       Vars
1790.04/1790.01	c   problem variables:       0.00          0          0
1790.04/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   relpscost        :      37.57     453145        339       3088          0          0     900486
1790.04/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   inference        :       0.16       1438          0          0          0          0       2912
1790.04/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.01	c   LP solutions     :       0.01          -         25
1790.04/1790.01	c   pseudo solutions :       0.00          -          0
1790.04/1790.01	c   intshifting      :       0.02          0          0
1790.04/1790.01	c   feaspump         :       0.03          1          0
1790.04/1790.01	c   oneopt           :       0.34         22          0
1790.04/1790.01	c   crossover        :       0.52          9          0
1790.04/1790.01	c   fracdiving       :       0.28        145          0
1790.04/1790.01	c   coefdiving       :       0.30        145          0
1790.04/1790.01	c   pscostdiving     :       0.26        145          0
1790.04/1790.01	c   linesearchdiving :       0.26        145          0
1790.04/1790.01	c   guideddiving     :       0.27        145          0
1790.04/1790.01	c   veclendiving     :       0.29        145          0
1790.04/1790.01	c   objpscostdiving  :       0.27         76          0
1790.04/1790.01	c   rootsoldiving    :       0.31         76          0
1790.04/1790.01	c   trivial          :       0.00          2          0
1790.04/1790.01	c   simplerounding   :       0.65     453164          0
1790.04/1790.01	c   zirounding       :       0.24       1000          0
1790.04/1790.01	c   rounding         :       0.90       9487          0
1790.04/1790.01	c   shifting         :       0.89       2951          0
1790.04/1790.01	c   twoopt           :       0.00          0          0
1790.04/1790.01	c   fixandinfer      :       0.00          0          0
1790.04/1790.01	c   intdiving        :       0.00          0          0
1790.04/1790.01	c   actconsdiving    :       0.00          0          0
1790.04/1790.01	c   octane           :       0.00          0          0
1790.04/1790.01	c   rens             :       0.03          1          0
1790.04/1790.01	c   rins             :       0.00          0          0
1790.04/1790.01	c   localbranching   :       0.00          0          0
1790.04/1790.01	c   mutation         :       0.00          0          0
1790.04/1790.01	c   dins             :       0.00          0          0
1790.04/1790.01	c   undercover       :       0.00          0          0
1790.04/1790.01	c   nlp              :       0.13          0          0
1790.04/1790.01	c   trysol           :       0.24        135         81
1790.04/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.01	c   dual LP          :     915.01     604593    9248645      15.30   10107.65
1790.04/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.01	c   diving/probing LP:       1.28        809       7936       9.81    6175.89
1790.04/1790.01	c   strong branching :      33.20      10359     323710      31.25    9750.31
1790.04/1790.01	c     (at root node) :          -         15       5616     374.40          -
1790.04/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.01	c B&B Tree           :
1790.04/1790.01	c   number of runs   :          1
1790.04/1790.01	c   nodes            :     840390
1790.04/1790.01	c   nodes (total)    :     840390
1790.04/1790.01	c   nodes left       :        363
1790.04/1790.01	c   max depth        :         71
1790.04/1790.01	c   max depth (total):         71
1790.04/1790.01	c   backtracks       :     120285 (14.3%)
1790.04/1790.01	c   delayed cutoffs  :      60098
1790.04/1790.01	c   repropagations   :    1358484 (4339267 domain reductions, 58760 cutoffs)
1790.04/1790.01	c   avg switch length:       4.84
1790.04/1790.01	c   switching time   :     218.45
1790.04/1790.01	c Solution           :
1790.04/1790.01	c   Solutions found  :        106 (26 improvements)
1790.04/1790.01	c   First Solution   : +4.24880000000000e+04   (in run 1, after 41 nodes, 8.36 seconds, depth 16, found by <trysol>)
1790.04/1790.01	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 94179 nodes, 191.87 seconds, depth 27, found by <relaxation>)
1790.04/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.01	c   Gap              :   infinite
1790.04/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.01	c   Root Iterations  :        201
1790.04/1790.06	c Time complete: 1790.11.

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705563-1278572956/watcher-2705563-1278572956 -o /tmp/evaluation-result-2705563-1278572956/solver-2705563-1278572956 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705563-1278572956.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.31 0.08 0.02 2/170 19651
/proc/meminfo: memFree=30195200/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=12340 CPUtime=0
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 1920 0 0 0 0 0 0 0 22 0 1 0 25509754 12636160 1839 4089446400 4194304 10345943 140735746190880 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19651/statm: 3085 1839 429 1502 0 1578 0

[startup+0.072571 s]
/proc/loadavg: 0.31 0.08 0.02 2/170 19651
/proc/meminfo: memFree=30195200/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=27504 CPUtime=0.06
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 5912 0 0 0 6 0 0 0 22 0 1 0 25509754 28164096 5477 4089446400 4194304 10345943 140735746190880 18446744073709551615 5017692 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19651/statm: 6876 5477 541 1502 0 5369 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 27504

[startup+0.100503 s]
/proc/loadavg: 0.31 0.08 0.02 2/170 19651
/proc/meminfo: memFree=30195200/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=27504 CPUtime=0.09
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 5924 0 0 0 9 0 0 0 22 0 1 0 25509754 28164096 5489 4089446400 4194304 10345943 140735746190880 18446744073709551615 5018952 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19651/statm: 6876 5489 553 1502 0 5369 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27504

[startup+0.300504 s]
/proc/loadavg: 0.31 0.08 0.02 2/170 19651
/proc/meminfo: memFree=30195200/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=36688 CPUtime=0.29
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 11923 0 0 0 28 1 0 0 22 0 1 0 25509754 37568512 7674 4089446400 4194304 10345943 140735746190880 18446744073709551615 6128004 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19651/statm: 9172 7674 747 1502 0 7665 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36688

[startup+0.700441 s]
/proc/loadavg: 0.31 0.08 0.02 2/170 19651
/proc/meminfo: memFree=30195200/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=44028 CPUtime=0.69
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 13670 0 0 0 67 2 0 0 24 0 1 0 25509754 45084672 9421 4089446400 4194304 10345943 140735746190880 18446744073709551615 6013840 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19651/statm: 11007 9421 750 1502 0 9500 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44028

[startup+1.50029 s]
/proc/loadavg: 0.37 0.09 0.03 2/171 19652
/proc/meminfo: memFree=30156256/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=50940 CPUtime=1.49
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 18665 0 0 0 146 3 0 0 25 0 1 0 25509754 52162560 10390 4089446400 4194304 10345943 140735746190880 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19651/statm: 12735 10390 779 1502 0 11228 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50940

[startup+3.10101 s]
/proc/loadavg: 0.37 0.09 0.03 2/171 19652
/proc/meminfo: memFree=30156036/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=48348 CPUtime=3.09
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 20612 0 0 0 304 5 0 0 25 0 1 0 25509754 49508352 10460 4089446400 4194304 10345943 140735746190880 18446744073709551615 9366586 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19651/statm: 12087 10460 780 1502 0 10580 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48348

[startup+6.30038 s]
/proc/loadavg: 0.42 0.11 0.03 2/171 19652
/proc/meminfo: memFree=30155176/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=50168 CPUtime=6.29
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 24785 0 0 0 622 7 0 0 25 0 1 0 25509754 51372032 10456 4089446400 4194304 10345943 140735746190880 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19651/statm: 12542 10456 781 1502 0 11035 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50168

[startup+12.7002 s]
/proc/loadavg: 0.46 0.12 0.04 2/171 19652
/proc/meminfo: memFree=30155412/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=54020 CPUtime=12.69
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 44141 0 0 0 1252 17 0 0 25 0 1 0 25509754 55316480 11268 4089446400 4194304 10345943 140735746190880 18446744073709551615 6699710 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19651/statm: 13505 11268 789 1502 0 11998 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54020

[startup+25.5009 s]
/proc/loadavg: 0.58 0.16 0.05 2/171 19652
/proc/meminfo: memFree=30143364/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=62340 CPUtime=25.49
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 70390 0 0 0 2517 32 0 0 25 0 1 0 25509754 63836160 13756 4089446400 4194304 10345943 140735746190880 18446744073709551615 8160425 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19651/statm: 15585 13756 801 1502 0 14078 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62340

[startup+51.1012 s]
/proc/loadavg: 0.72 0.23 0.08 2/171 19652
/proc/meminfo: memFree=30132556/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=75124 CPUtime=51.09
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 90654 0 0 0 5049 60 0 0 25 0 1 0 25509754 76926976 16818 4089446400 4194304 10345943 140735746190880 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19651/statm: 18781 16818 804 1502 0 17274 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 75124

[startup+102.306 s]
/proc/loadavg: 0.88 0.35 0.12 2/171 19654
/proc/meminfo: memFree=30119280/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=86760 CPUtime=102.3
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 121112 0 0 0 10124 106 0 0 25 0 1 0 25509754 88842240 19875 4089446400 4194304 10345943 140735746190880 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 21690 19875 804 1502 0 20183 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 86760

[startup+162.301 s]
/proc/loadavg: 0.95 0.46 0.18 2/171 19656
/proc/meminfo: memFree=30114164/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=92780 CPUtime=162.29
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 161189 0 0 0 16066 163 0 0 25 0 1 0 25509754 95006720 21254 4089446400 4194304 10345943 140735746190880 18446744073709551615 6120534 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 23195 21254 804 1502 0 21688 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 92780

[startup+222.301 s]
/proc/loadavg: 0.98 0.56 0.22 2/171 19658
/proc/meminfo: memFree=30112500/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=93732 CPUtime=222.29
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 196641 0 0 0 22011 218 0 0 25 0 1 0 25509754 95981568 21659 4089446400 4194304 10345943 140735746190880 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 23433 21659 804 1502 0 21926 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 93732

[startup+282.301 s]
/proc/loadavg: 0.99 0.64 0.27 2/171 19658
/proc/meminfo: memFree=30108736/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=97788 CPUtime=282.3
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 209764 0 0 0 27962 268 0 0 25 0 1 0 25509754 100134912 22511 4089446400 4194304 10345943 140735746190880 18446744073709551615 6023245 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 24447 22511 804 1502 0 22940 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 97788

[startup+342.301 s]
/proc/loadavg: 0.99 0.70 0.31 2/171 19660
/proc/meminfo: memFree=30106308/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=100320 CPUtime=342.3
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 223959 0 0 0 33908 322 0 0 25 0 1 0 25509754 102727680 23154 4089446400 4194304 10345943 140735746190880 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 25080 23154 804 1502 0 23573 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 100320

[startup+402.301 s]
/proc/loadavg: 0.99 0.75 0.35 2/171 19662
/proc/meminfo: memFree=30101436/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=104848 CPUtime=402.31
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 235491 0 0 0 39864 367 0 0 25 0 1 0 25509754 107364352 24377 4089446400 4194304 10345943 140735746190880 18446744073709551615 5085385 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 26212 24377 804 1502 0 24705 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 104848

[startup+462.301 s]
/proc/loadavg: 0.99 0.79 0.39 2/171 19664
/proc/meminfo: memFree=30098892/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=108964 CPUtime=462.3
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 242836 0 0 0 45818 412 0 0 25 0 1 0 25509754 111579136 24994 4089446400 4194304 10345943 140735746190880 18446744073709551615 5085412 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 27241 24994 804 1502 0 25734 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 108964

[startup+522.301 s]
/proc/loadavg: 1.03 0.84 0.43 2/171 19666
/proc/meminfo: memFree=30095468/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=113656 CPUtime=522.31
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 252623 0 0 0 51775 456 0 0 25 0 1 0 25509754 116383744 25948 4089446400 4194304 10345943 140735746190880 18446744073709551615 4471493 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 28414 25948 804 1502 0 26907 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 113656

[startup+582.301 s]
/proc/loadavg: 1.01 0.87 0.46 2/171 19669
/proc/meminfo: memFree=30093204/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=114324 CPUtime=582.31
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 253714 0 0 0 57734 497 0 0 25 0 1 0 25509754 117067776 26361 4089446400 4194304 10345943 140735746190880 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 28581 26361 804 1502 0 27074 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 114324

[startup+642.301 s]
/proc/loadavg: 1.00 0.89 0.49 2/171 19671
/proc/meminfo: memFree=30090792/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=117064 CPUtime=642.32
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 258872 0 0 0 63695 537 0 0 25 0 1 0 25509754 119873536 26948 4089446400 4194304 10345943 140735746190880 18446744073709551615 8160417 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 29266 26948 804 1502 0 27759 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 117064

[startup+702.301 s]

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

/proc/meminfo: memFree=30087408/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=121504 CPUtime=1062.32
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 288911 0 0 0 105406 826 0 0 25 0 1 0 25509754 124420096 27686 4089446400 4194304 10345943 140735746190880 18446744073709551615 6068933 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 30376 27686 804 1502 0 28869 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 121504

[startup+1122.3 s]
/proc/loadavg: 1.02 0.97 0.68 2/171 19685
/proc/meminfo: memFree=30086612/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=121740 CPUtime=1122.33
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 293275 0 0 0 111365 868 0 0 25 0 1 0 25509754 124661760 27967 4089446400 4194304 10345943 140735746190880 18446744073709551615 5089577 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 30435 27967 804 1502 0 28928 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 121740

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.70 2/171 19685
/proc/meminfo: memFree=30086572/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=122344 CPUtime=1182.32
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 299656 0 0 0 117321 911 0 0 25 0 1 0 25509754 125280256 27881 4089446400 4194304 10345943 140735746190880 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 30586 27881 804 1502 0 29079 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 122344

[startup+1242.3 s]
/proc/loadavg: 1.00 0.97 0.72 2/171 19687
/proc/meminfo: memFree=30085668/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=123336 CPUtime=1242.33
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 303630 0 0 0 123283 950 0 0 25 0 1 0 25509754 126296064 28073 4089446400 4194304 10345943 140735746190880 18446744073709551615 5026725 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 30834 28073 804 1502 0 29327 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 123336

[startup+1302.3 s]
/proc/loadavg: 1.00 0.97 0.73 2/171 19689
/proc/meminfo: memFree=30085356/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=121368 CPUtime=1302.33
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 307304 0 0 0 129246 987 0 0 25 0 1 0 25509754 124280832 28044 4089446400 4194304 10345943 140735746190880 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 30342 28044 804 1502 0 28835 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 121368

[startup+1362.3 s]
/proc/loadavg: 1.00 0.97 0.75 2/171 19691
/proc/meminfo: memFree=30085436/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=123460 CPUtime=1362.33
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 310852 0 0 0 135208 1025 0 0 25 0 1 0 25509754 126423040 28148 4089446400 4194304 10345943 140735746190880 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 30865 28148 804 1502 0 29358 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 123460

[startup+1422.31 s]
/proc/loadavg: 1.00 0.97 0.76 2/171 19693
/proc/meminfo: memFree=30085408/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=122484 CPUtime=1422.34
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 315872 0 0 0 141169 1065 0 0 25 0 1 0 25509754 125423616 28129 4089446400 4194304 10345943 140735746190880 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 30621 28129 804 1502 0 29114 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 122484

[startup+1482.3 s]
/proc/loadavg: 1.00 0.97 0.77 2/171 19693
/proc/meminfo: memFree=30085236/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=123216 CPUtime=1482.34
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 319808 0 0 0 147124 1110 0 0 25 0 1 0 25509754 126173184 28157 4089446400 4194304 10345943 140735746190880 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 30804 28157 804 1502 0 29297 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 123216

[startup+1542.3 s]
/proc/loadavg: 1.00 0.97 0.78 2/171 19695
/proc/meminfo: memFree=30085320/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=122204 CPUtime=1542.34
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 323708 0 0 0 153081 1153 0 0 25 0 1 0 25509754 125136896 28078 4089446400 4194304 10345943 140735746190880 18446744073709551615 6929822 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 30551 28078 804 1502 0 29044 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 122204

[startup+1602.3 s]
/proc/loadavg: 1.00 0.97 0.79 2/171 19697
/proc/meminfo: memFree=30085520/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=122484 CPUtime=1602.34
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 326629 0 0 0 159041 1193 0 0 25 0 1 0 25509754 125423616 28155 4089446400 4194304 10345943 140735746190880 18446744073709551615 5026672 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 30621 28155 804 1502 0 29114 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 122484

[startup+1662.3 s]
/proc/loadavg: 1.00 0.97 0.80 2/171 19699
/proc/meminfo: memFree=30085476/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=123468 CPUtime=1662.34
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 330024 0 0 0 165001 1233 0 0 25 0 1 0 25509754 126431232 28176 4089446400 4194304 10345943 140735746190880 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 30867 28176 804 1502 0 29360 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 123468

[startup+1722.3 s]
/proc/loadavg: 1.00 0.97 0.82 2/171 19701
/proc/meminfo: memFree=30085424/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=122752 CPUtime=1722.35
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 333523 0 0 0 170957 1278 0 0 25 0 1 0 25509754 125698048 28190 4089446400 4194304 10345943 140735746190880 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 30688 28190 804 1502 0 29181 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 122752

[startup+1782.3 s]
/proc/loadavg: 1.00 0.97 0.82 2/171 19701
/proc/meminfo: memFree=30084524/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=122972 CPUtime=1782.35
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 337258 0 0 0 176918 1317 0 0 25 0 1 0 25509754 125923328 28241 4089446400 4194304 10345943 140735746190880 18446744073709551615 6802983 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 30743 28241 804 1502 0 29236 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 122972

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

[startup+1785.5 s]
/proc/loadavg: 1.00 0.97 0.82 2/171 19701
/proc/meminfo: memFree=30084400/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=123256 CPUtime=1785.55
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 337306 0 0 0 177235 1320 0 0 25 0 1 0 25509754 126214144 28289 4089446400 4194304 10345943 140735746190880 18446744073709551615 18446744073699066054 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 30814 28289 804 1502 0 29307 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 123256

[startup+1787.1 s]
/proc/loadavg: 1.00 0.97 0.82 2/171 19701
/proc/meminfo: memFree=30084520/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=123256 CPUtime=1787.15
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 337310 0 0 0 177394 1321 0 0 25 0 1 0 25509754 126214144 28293 4089446400 4194304 10345943 140735746190880 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 30814 28293 804 1502 0 29307 0
Current children cumulated CPU time (s) 1787.15
Current children cumulated vsize (KiB) 123256

[startup+1788.7 s]
/proc/loadavg: 1.00 0.97 0.82 2/171 19701
/proc/meminfo: memFree=30084396/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=124552 CPUtime=1788.75
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 337412 0 0 0 177553 1322 0 0 25 0 1 0 25509754 127541248 28305 4089446400 4194304 10345943 140735746190880 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 31138 28305 804 1502 0 29631 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 124552

[startup+1789.5 s]
/proc/loadavg: 1.00 0.97 0.82 2/171 19701
/proc/meminfo: memFree=30084396/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=123252 CPUtime=1789.55
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 337525 0 0 0 177632 1323 0 0 25 0 1 0 25509754 126210048 28272 4089446400 4194304 10345943 140735746190880 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 30813 28272 804 1502 0 29306 0
Current children cumulated CPU time (s) 1789.55
Current children cumulated vsize (KiB) 123252

[startup+1789.9 s]
/proc/loadavg: 1.00 0.97 0.82 2/171 19702
/proc/meminfo: memFree=30084392/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=123252 CPUtime=1789.94
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 337585 0 0 0 177671 1323 0 0 25 0 1 0 25509754 126210048 28277 4089446400 4194304 10345943 140735746190880 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 30813 28277 804 1502 0 29306 0
Current children cumulated CPU time (s) 1789.94
Current children cumulated vsize (KiB) 123252

[startup+1790 s]
/proc/loadavg: 1.00 0.97 0.82 2/171 19702
/proc/meminfo: memFree=30084392/32951124 swapFree=67111528/67111528
[pid=19651] ppid=19649 vsize=123252 CPUtime=1790.04
/proc/19651/stat : 19651 (pbscip.linux.x8) R 19649 19651 19595 0 -1 4202496 337585 0 0 0 177681 1323 0 0 25 0 1 0 25509754 126210048 28277 4089446400 4194304 10345943 140735746190880 18446744073709551615 7508077 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/19651/statm: 30813 28277 804 1502 0 29306 0
Current children cumulated CPU time (s) 1790.04
Current children cumulated vsize (KiB) 123252

Child status: 0
Real time (s): 1790.06
CPU time (s): 1790.12
CPU user time (s): 1776.88
CPU system time (s): 13.244
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 124556

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

runsolver used 2.80357 second user time and 5.34619 second system time

The end

Launcher Data

Begin job on node105 at 2010-07-08 09:09:16
IDJOB=2705563
IDBENCH=78924
IDSOLVER=1214
FILE ID=node105/2705563-1278572956
PBS_JOBID= 11240243
Free space on /tmp= 73616 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.1900558739--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-2705563-1278572956/watcher-2705563-1278572956 -o /tmp/evaluation-result-2705563-1278572956/solver-2705563-1278572956 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705563-1278572956.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 099eb4454f9d71550aca948671f10d54
RANDOM SEED=609831275

node105.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.833
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.66
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.833
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	: 5153.06
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.833
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.833
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.833
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.76
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.833
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.833
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.74
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.833
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:     32951124 kB
MemFree:      30195852 kB
Buffers:        135808 kB
Cached:        2414324 kB
SwapCached:          0 kB
Active:        1091208 kB
Inactive:      1520488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30195852 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13008 kB
Writeback:           0 kB
AnonPages:       61856 kB
Mapped:          14424 kB
Slab:            80000 kB
PageTables:       3780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   180308 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= 73604 MiB
End job on node105 at 2010-07-08 09:39:06