Trace number 2705006

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.18 1790.14

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900577940--soft-66-100-0.wbo
MD5SUM95aa4a8f0430d7fc4dd41a3f578cfb3e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark267.837
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 661
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-2705006-1278574751.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.04/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.04/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.04/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.12	c presolved problem has 2007 variables (1119 bin, 0 int, 888 impl, 0 cont) and 3424 constraints
0.09/0.12	c      62 constraints of type <setppc>
0.09/0.12	c     888 constraints of type <linear>
0.09/0.12	c     888 constraints of type <indicator>
0.09/0.12	c    1586 constraints of type <logicor>
0.09/0.12	c transformed objective value is always integral (scale: 1)
0.09/0.12	c Presolving Time: 0.09
0.09/0.12	c - non default parameters ----------------------------------------------------------------------
0.09/0.12	c # SCIP version 1.2.1.3
0.09/0.12	c 
0.09/0.12	c # frequency for displaying node information lines
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.12	c display/freq = 10000
0.09/0.12	c 
0.09/0.12	c # maximal time in seconds to run
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/time = 1789.98
0.09/0.12	c 
0.09/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/memory = 3420
0.09/0.12	c 
0.09/0.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.12	c # [type: int, range: [1,2], default: 1]
0.09/0.12	c timing/clocktype = 2
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify inequalities
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/linear/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/indicator/addCouplingCons = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify knapsacks
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c separating/rapidlearning/freq = 0
0.09/0.12	c 
0.09/0.12	c -----------------------------------------------------------------------------------------------
0.09/0.12	c start solving
0.09/0.12	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.31	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 |   128 |     - |9669k|   0 |  21 |2007 |3424 |2007 |1679 |  31 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |   593 |     - |  10M|   0 |  55 |2007 |3424 |2007 |1681 |  33 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.61	c   0.6s|     1 |     0 |  1057 |     - |  10M|   0 |   6 |2007 |3424 |2007 |1704 |  56 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.65	c   0.6s|     1 |     0 |  1185 |     - |  10M|   0 |  88 |2007 |3424 |2007 |1710 |  62 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.80	c   0.8s|     1 |     0 |  1382 |     - |  10M|   0 |  75 |2007 |3424 |2007 |1723 |  75 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.20/2.26	c   2.2s|     1 |     2 |  1382 |     - |  10M|   0 |  75 |2007 |3424 |2007 |1723 |  75 |   0 |  16 | 0.000000e+00 |      --      |    Inf 
17.39/17.45	o 44536
17.39/17.45	c y17.4s|    84 |    77 |  9864 | 102.2 |  10M|  19 |   - |2007 |3443 |   0 |   0 | 135 |  19 | 567 | 0.000000e+00 | 4.453600e+04 |    Inf 
20.90/20.91	o 413
20.90/20.91	c *20.9s|  1315 |  1116 | 22400 |  16.0 |  14M|  69 |   - |2007 |3474 |2007 |1732 | 735 |  50 | 622 | 0.000000e+00 | 4.130000e+02 |    Inf 
20.90/20.93	o 374
20.90/20.93	c *20.9s|  1329 |  1091 | 22456 |  15.9 |  14M|  69 |   - |2007 |3480 |2007 |1732 | 737 |  56 | 622 | 0.000000e+00 | 3.740000e+02 |    Inf 
22.10/22.19	o 345
22.10/22.19	c *22.2s|  1682 |  1301 | 26812 |  15.1 |  15M|  69 |   - |2007 |3616 |2007 |1714 | 921 | 196 | 643 | 0.000000e+00 | 3.450000e+02 |    Inf 
22.10/22.19	o 318
22.10/22.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.10/22.19	c *22.2s|  1683 |  1233 | 26833 |  15.1 |  15M|  69 |   - |2007 |3616 |2007 |1714 | 921 | 196 | 643 | 0.000000e+00 | 3.180000e+02 |    Inf 
22.20/22.24	o 314
22.20/22.24	c *22.2s|  1699 |  1238 | 27065 |  15.1 |  15M|  69 |   - |2007 |3627 |2007 |1744 | 938 | 207 | 643 | 0.000000e+00 | 3.140000e+02 |    Inf 
22.20/22.29	o 309
22.20/22.29	c *22.3s|  1720 |  1235 | 27268 |  15.1 |  16M|  69 |   - |2007 |3657 |2007 |1733 | 954 | 237 | 643 | 0.000000e+00 | 3.090000e+02 |    Inf 
22.20/22.29	o 282
22.20/22.29	c *22.3s|  1722 |  1132 | 27268 |  15.0 |  15M|  69 |   - |2007 |3662 |2007 |1733 | 954 | 242 | 643 | 0.000000e+00 | 2.820000e+02 |    Inf 
22.39/22.40	o 281
22.39/22.40	c *22.4s|  1765 |  1159 | 27788 |  15.0 |  16M|  69 |   - |2007 |3701 |2007 |1739 | 985 | 282 | 643 | 0.000000e+00 | 2.810000e+02 |    Inf 
22.49/22.59	o 268
22.49/22.59	c *22.6s|  1826 |  1130 | 28718 |  15.0 |  16M|  69 |   - |2007 |3741 |2007 |1725 |1032 | 323 | 646 | 0.000000e+00 | 2.680000e+02 |    Inf 
22.69/22.73	o 261
22.69/22.73	c *22.7s|  1859 |  1120 | 29311 |  15.0 |  16M|  69 |   - |2007 |3777 |2007 |1739 |1055 | 359 | 649 | 0.000000e+00 | 2.610000e+02 |    Inf 
22.69/22.78	o 260
22.69/22.78	c *22.8s|  1878 |  1120 | 29622 |  15.0 |  16M|  69 |   - |2007 |3795 |2007 |1736 |1062 | 377 | 649 | 0.000000e+00 | 2.600000e+02 |    Inf 
22.79/22.82	o 258
22.79/22.82	c *22.8s|  1891 |  1123 | 29778 |  15.0 |  16M|  69 |   - |2007 |3801 |2007 |1727 |1063 | 383 | 649 | 0.000000e+00 | 2.580000e+02 |    Inf 
22.99/23.02	o 245
22.99/23.02	c *23.0s|  1962 |  1131 | 30683 |  14.9 |  17M|  69 |   - |2007 |3824 |2007 |1737 |1088 | 408 | 650 | 0.000000e+00 | 2.450000e+02 |    Inf 
23.09/23.19	o 230
23.09/23.19	c *23.2s|  2032 |  1120 | 31473 |  14.8 |  16M|  69 |   - |2007 |3887 |2007 |1723 |1102 | 478 | 650 | 0.000000e+00 | 2.300000e+02 |    Inf 
23.19/23.22	o 218
23.19/23.22	c *23.2s|  2043 |  1082 | 31534 |  14.8 |  16M|  69 |   - |2007 |3894 |2007 |1726 |1110 | 486 | 650 | 0.000000e+00 | 2.180000e+02 |    Inf 
23.19/23.23	o 211
23.19/23.23	c *23.2s|  2052 |  1053 | 31563 |  14.7 |  16M|  69 |   - |2007 |3894 |2007 |1726 |1110 | 486 | 650 | 0.000000e+00 | 2.110000e+02 |    Inf 
23.19/23.23	o 201
23.19/23.23	c *23.2s|  2053 |   990 | 31564 |  14.7 |  16M|  69 |   - |2007 |3894 |2007 |1726 |1110 | 486 | 650 | 0.000000e+00 | 2.010000e+02 |    Inf 
23.19/23.26	o 191
23.19/23.26	c *23.2s|  2069 |   961 | 31682 |  14.7 |  16M|  69 |   - |2007 |3917 |2007 |1725 |1117 | 510 | 650 | 0.000000e+00 | 1.910000e+02 |    Inf 
23.19/23.27	o 173
23.19/23.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.19/23.27	c *23.3s|  2075 |   885 | 31715 |  14.6 |  16M|  69 |   - |2007 |3917 |2007 |1728 |1120 | 510 | 650 | 0.000000e+00 | 1.730000e+02 |    Inf 
23.19/23.28	o 165
23.19/23.28	c *23.3s|  2076 |   855 | 31715 |  14.6 |  16M|  69 |   - |2007 |3917 |2007 |1728 |1120 | 510 | 650 | 0.000000e+00 | 1.650000e+02 |    Inf 
23.39/23.42	o 155
23.39/23.42	c *23.4s|  2124 |   838 | 32438 |  14.6 |  16M|  69 |   - |2007 |3964 |2007 |1748 |1132 | 564 | 650 | 0.000000e+00 | 1.550000e+02 |    Inf 
23.39/23.43	o 140
23.39/23.43	c *23.4s|  2128 |   771 | 32502 |  14.6 |  16M|  69 |   - |2007 |3964 |2007 |1749 |1133 | 564 | 650 | 0.000000e+00 | 1.400000e+02 |    Inf 
23.39/23.43	o 126
23.39/23.43	c *23.4s|  2129 |   656 | 32505 |  14.6 |  15M|  69 |   - |2007 |3964 |2007 |1749 |1133 | 564 | 650 | 0.000000e+00 | 1.260000e+02 |    Inf 
23.59/23.68	o 121
23.59/23.68	c *23.7s|  2242 |   659 | 33768 |  14.5 |  16M|  69 |   - |2007 |4091 |2007 |1748 |1195 | 697 | 650 | 0.000000e+00 | 1.210000e+02 |    Inf 
23.89/23.94	o 120
23.89/23.94	c *23.9s|  2359 |   682 | 34868 |  14.2 |  16M|  69 |   - |2007 |4205 |2007 |1750 |1239 | 833 | 651 | 0.000000e+00 | 1.200000e+02 |    Inf 
23.89/23.94	o 109
23.89/23.94	c *23.9s|  2360 |   651 | 34884 |  14.2 |  16M|  69 |   - |2007 |4205 |2007 |1750 |1239 | 833 | 651 | 0.000000e+00 | 1.090000e+02 |    Inf 
24.00/24.03	o 98
24.00/24.03	c *24.0s|  2388 |   632 | 35330 |  14.2 |  16M|  69 |   - |2007 |4226 |2007 |1750 |1252 | 859 | 651 | 0.000000e+00 | 9.800000e+01 |    Inf 
24.00/24.03	o 97
24.00/24.03	c *24.0s|  2389 |   626 | 35351 |  14.2 |  16M|  69 |   - |2007 |4226 |2007 |1750 |1252 | 859 | 651 | 0.000000e+00 | 9.700000e+01 |    Inf 
24.10/24.16	o 94
24.10/24.16	c *24.1s|  2448 |   604 | 35925 |  14.1 |  16M|  69 |   - |2007 |4202 |2007 |1748 |1255 | 882 | 651 | 0.000000e+00 | 9.400000e+01 |    Inf 
24.20/24.21	o 91
24.20/24.21	c *24.2s|  2459 |   591 | 36209 |  14.2 |  16M|  69 |   - |2007 |4133 |2007 |1737 |1263 | 891 | 652 | 0.000000e+00 | 9.100000e+01 |    Inf 
24.49/24.58	o 81
24.49/24.58	c *24.6s|  2509 |   560 | 38675 |  14.9 |  16M|  69 |   - |2007 |4124 |2007 |1715 |1293 | 928 | 655 | 0.000000e+00 | 8.100000e+01 |    Inf 
24.79/24.80	o 76
24.79/24.80	c *24.8s|  2553 |   560 | 39824 |  15.1 |  16M|  69 |   - |2007 |4007 |2007 |1711 |1322 | 964 | 658 | 0.000000e+00 | 7.600000e+01 |    Inf 
24.79/24.89	o 67
24.79/24.89	c *24.9s|  2594 |   572 | 40111 |  14.9 |  16M|  69 |   - |2007 |3940 |2007 |1723 |1344 | 966 | 658 | 0.000000e+00 | 6.700000e+01 |    Inf 
24.79/24.89	o 30
24.79/24.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.79/24.89	c *24.9s|  2595 |   254 | 40116 |  14.9 |  15M|  69 |   - |2007 |3940 |2007 |1723 |1344 | 966 | 658 | 0.000000e+00 | 3.000000e+01 |    Inf 
31.58/31.63	o 26
31.58/31.63	c *31.6s|  5048 |   371 | 83656 |  16.3 |  17M|  69 |   - |2007 |5408 |2007 |1718 |1739 |4103 | 755 | 0.000000e+00 | 2.600000e+01 |    Inf 
31.68/31.79	o 22
31.68/31.79	c *31.8s|  5143 |   371 | 84609 |  16.2 |  17M|  69 |   - |2007 |5388 |2007 |1710 |1763 |4234 | 755 | 0.000000e+00 | 2.200000e+01 |    Inf 
35.59/35.69	o 13
35.59/35.69	c *35.7s|  6990 |   362 |107288 |  15.2 |  17M|  69 |   - |2007 |6629 |2007 |1714 |2074 |6624 | 755 | 0.000000e+00 | 1.300000e+01 |    Inf 
42.29/42.33	c  42.3s| 10000 |   346 |144422 |  14.3 |  18M|  69 |   - |2007 |7282 |   0 |   0 |2675 |  10k| 853 | 0.000000e+00 | 1.300000e+01 |    Inf 
64.69/64.76	c  64.7s| 20000 |   416 |271544 |  13.5 |  20M|  69 |  23 |2007 |  11k|2007 |1710 |4102 |  23k|1146 | 0.000000e+00 | 1.300000e+01 |    Inf 
87.09/87.14	c  87.1s| 30000 |   480 |395293 |  13.1 |  22M|  69 |  20 |2007 |  14k|2007 |1710 |5077 |  37k|1275 | 0.000000e+00 | 1.300000e+01 |    Inf 
109.59/109.64	c   110s| 40000 |   488 |513144 |  12.8 |  24M|  69 |   1 |2007 |  17k|2007 |1710 |6335 |  50k|1283 | 0.000000e+00 | 1.300000e+01 |    Inf 
133.79/133.80	c   134s| 50000 |   529 |637912 |  12.7 |  24M|  69 |  20 |2007 |  14k|2007 |1710 |7581 |  64k|1467 | 0.000000e+00 | 1.300000e+01 |    Inf 
158.49/158.55	c   159s| 60000 |   644 |769596 |  12.8 |  26M|  69 |  26 |2007 |  19k|2007 |1717 |8888 |  77k|1690 | 0.000000e+00 | 1.300000e+01 |    Inf 
172.89/172.91	o 9
172.89/172.91	c * 173s| 65913 |   680 |838819 |  12.7 |  28M|  69 |   - |2007 |  22k|2007 |1715 |9753 |  85k|1822 | 0.000000e+00 | 9.000000e+00 |    Inf 
172.89/172.91	o 7
172.89/172.91	c * 173s| 65914 |   673 |838819 |  12.7 |  27M|  69 |   - |2007 |  22k|2007 |1715 |9753 |  85k|1822 | 0.000000e+00 | 7.000000e+00 |    Inf 
182.89/182.97	c   183s| 70000 |   706 |883995 |  12.6 |  28M|  69 |   1 |2007 |  22k|2007 |1710 |  10k|  90k|1910 | 0.000000e+00 | 7.000000e+00 |    Inf 
209.69/209.78	c   210s| 80000 |   771 |  1009k|  12.6 |  30M|  69 |   - |2007 |  25k|2007 |1723 |  12k| 104k|2097 | 0.000000e+00 | 7.000000e+00 |    Inf 
228.19/228.26	o 6
228.19/228.26	c * 228s| 87185 |   902 |  1090k|  12.5 |  30M|  69 |   - |2007 |  23k|2007 |1710 |  12k| 113k|2199 | 0.000000e+00 | 6.000000e+00 |    Inf 
234.89/234.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
234.89/234.94	c   235s| 90000 |   976 |  1119k|  12.4 |  30M|  69 |   - |2007 |  22k|   0 |   0 |  13k| 117k|2230 | 0.000000e+00 | 6.000000e+00 |    Inf 
258.69/258.76	c   259s|100000 |  1125 |  1224k|  12.2 |  32M|  69 |   9 |2007 |  23k|2007 |1710 |  14k| 130k|2392 | 0.000000e+00 | 6.000000e+00 |    Inf 
261.10/261.13	o 1
261.10/261.13	c * 261s|101009 |   977 |  1235k|  12.2 |  31M|  69 |   - |2007 |  24k|2007 |1710 |  14k| 132k|2392 | 0.000000e+00 | 1.000000e+00 |    Inf 
283.70/283.78	c   284s|110000 |   962 |  1341k|  12.2 |  30M|  69 |  28 |2007 |  22k|2007 |1710 |  15k| 144k|2535 | 0.000000e+00 | 1.000000e+00 |    Inf 
309.69/309.74	c   310s|120000 |  1175 |  1458k|  12.1 |  34M|  69 |   8 |2007 |  26k|2007 |1719 |  16k| 157k|2649 | 0.000000e+00 | 1.000000e+00 |    Inf 
336.09/336.19	c   336s|130000 |  1207 |  1575k|  12.1 |  35M|  69 |  16 |2007 |  27k|2007 |1710 |  17k| 171k|2813 | 0.000000e+00 | 1.000000e+00 |    Inf 
362.50/362.50	c   362s|140000 |  1406 |  1695k|  12.1 |  38M|  69 |   - |2007 |  32k|   0 |   0 |  19k| 185k|2947 | 0.000000e+00 | 1.000000e+00 |    Inf 
391.60/391.69	c   392s|150000 |  1509 |  1818k|  12.1 |  39M|  69 |   - |2007 |  32k|   0 |   0 |  20k| 199k|3082 | 0.000000e+00 | 1.000000e+00 |    Inf 
422.20/422.27	c   422s|160000 |  1587 |  1939k|  12.1 |  41M|  69 |   - |2007 |  34k|   0 |   0 |  21k| 213k|3220 | 0.000000e+00 | 1.000000e+00 |    Inf 
451.19/451.23	c   451s|170000 |  1606 |  2055k|  12.1 |  41M|  69 |   - |2007 |  34k|2007 |1727 |  22k| 227k|3331 | 0.000000e+00 | 1.000000e+00 |    Inf 
481.00/481.00	c   481s|180000 |  1743 |  2175k|  12.1 |  45M|  69 |   - |2007 |  39k|2007 |1714 |  23k| 241k|3428 | 0.000000e+00 | 1.000000e+00 |    Inf 
513.00/513.06	c   513s|190000 |  1669 |  2302k|  12.1 |  42M|  69 |  27 |2007 |  30k|2007 |1710 |  24k| 255k|3601 | 0.000000e+00 | 1.000000e+00 |    Inf 
543.00/543.06	c   543s|200000 |  1802 |  2436k|  12.2 |  44M|  69 |  13 |2007 |  33k|2007 |1716 |  25k| 269k|3676 | 0.000000e+00 | 1.000000e+00 |    Inf 
572.90/573.00	c   573s|210000 |  1804 |  2560k|  12.2 |  46M|  69 |   - |2007 |  35k|2007 |1721 |  27k| 283k|3854 | 0.000000e+00 | 1.000000e+00 |    Inf 
603.40/603.47	c   603s|220000 |  1773 |  2684k|  12.2 |  44M|  69 |  21 |2007 |  30k|2007 |1722 |  28k| 298k|3954 | 0.000000e+00 | 1.000000e+00 |    Inf 
631.50/631.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
631.50/631.57	c   632s|230000 |  1864 |  2808k|  12.2 |  46M|  69 |  25 |2007 |  33k|2007 |1710 |  29k| 312k|4023 | 0.000000e+00 | 1.000000e+00 |    Inf 
659.30/659.32	c   659s|240000 |  1779 |  2926k|  12.2 |  44M|  69 |   - |2007 |  27k|2007 |1717 |  31k| 326k|4152 | 0.000000e+00 | 1.000000e+00 |    Inf 
688.30/688.36	c   688s|250000 |  1566 |  3050k|  12.2 |  41M|  69 |   - |2007 |  21k|   0 |   0 |  32k| 340k|4698 | 0.000000e+00 | 1.000000e+00 |    Inf 
715.30/715.31	c   715s|260000 |  1699 |  3191k|  12.3 |  41M|  69 |   9 |2007 |  20k|2007 |1719 |  33k| 353k|4980 | 0.000000e+00 | 1.000000e+00 |    Inf 
740.71/740.74	c   741s|270000 |  1822 |  3322k|  12.3 |  44M|  69 |  13 |2007 |  24k|2007 |1721 |  35k| 366k|5017 | 0.000000e+00 | 1.000000e+00 |    Inf 
767.10/767.11	c   767s|280000 |  2118 |  3453k|  12.3 |  45M|  69 |   - |2007 |  24k|   0 |   0 |  36k| 380k|5043 | 0.000000e+00 | 1.000000e+00 |    Inf 
794.21/794.27	c   794s|290000 |  2383 |  3585k|  12.4 |  48M|  69 |   - |2007 |  28k|2007 |1710 |  38k| 393k|5155 | 0.000000e+00 | 1.000000e+00 |    Inf 
822.90/822.91	c   823s|300000 |  2553 |  3722k|  12.4 |  50M|  69 |  17 |2007 |  31k|2007 |1715 |  39k| 407k|5249 | 0.000000e+00 | 1.000000e+00 |    Inf 
851.00/851.07	c   851s|310000 |  2701 |  3855k|  12.4 |  52M|  69 |  22 |2007 |  32k|2007 |1710 |  41k| 421k|5337 | 0.000000e+00 | 1.000000e+00 |    Inf 
878.91/878.94	c   879s|320000 |  2892 |  3978k|  12.4 |  53M|  69 |  19 |2007 |  32k|2007 |1717 |  42k| 434k|5426 | 0.000000e+00 | 1.000000e+00 |    Inf 
909.51/909.53	c   910s|330000 |  2999 |  4122k|  12.5 |  54M|  69 |   - |2007 |  32k|   0 |   0 |  43k| 448k|5542 | 0.000000e+00 | 1.000000e+00 |    Inf 
939.71/939.75	c   940s|340000 |  3234 |  4264k|  12.5 |  57M|  69 |   - |2007 |  36k|   0 |   0 |  45k| 462k|5668 | 0.000000e+00 | 1.000000e+00 |    Inf 
969.51/969.51	c   969s|350000 |  3286 |  4396k|  12.6 |  59M|  69 |   - |2007 |  37k|2007 |1725 |  46k| 476k|5758 | 0.000000e+00 | 1.000000e+00 |    Inf 
1000.51/1000.50	c  1000s|360000 |  3464 |  4535k|  12.6 |  59M|  69 |   - |2007 |  37k|   0 |   0 |  48k| 490k|5831 | 0.000000e+00 | 1.000000e+00 |    Inf 
1032.51/1032.52	c  1032s|370000 |  3594 |  4671k|  12.6 |  62M|  69 |  11 |2007 |  40k|2007 |1714 |  49k| 505k|5913 | 0.000000e+00 | 1.000000e+00 |    Inf 
1064.21/1064.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1064.21/1064.20	c  1064s|380000 |  3704 |  4808k|  12.7 |  64M|  69 |  33 |2007 |  43k|2007 |1710 |  51k| 519k|5988 | 0.000000e+00 | 1.000000e+00 |    Inf 
1097.21/1097.26	c  1097s|390000 |  3792 |  4963k|  12.7 |  65M|  69 |  27 |2007 |  43k|2007 |1716 |  52k| 533k|6115 | 0.000000e+00 | 1.000000e+00 |    Inf 
1127.21/1127.24	c  1127s|400000 |  3786 |  5090k|  12.7 |  65M|  69 |  27 |2007 |  42k|2007 |1710 |  54k| 547k|6206 | 0.000000e+00 | 1.000000e+00 |    Inf 
1159.32/1159.36	c  1159s|410000 |  3861 |  5219k|  12.7 |  66M|  69 |   - |2007 |  44k|2007 |1710 |  55k| 561k|6300 | 0.000000e+00 | 1.000000e+00 |    Inf 
1193.32/1193.37	c  1193s|420000 |  3959 |  5353k|  12.7 |  66M|  69 |   - |2007 |  43k|   0 |   0 |  58k| 575k|6388 | 0.000000e+00 | 1.000000e+00 |    Inf 
1226.81/1226.84	c  1227s|430000 |  4038 |  5494k|  12.8 |  69M|  69 |   1 |2007 |  47k|2007 |1710 |  59k| 590k|6445 | 0.000000e+00 | 1.000000e+00 |    Inf 
1261.12/1261.18	c  1261s|440000 |  4062 |  5633k|  12.8 |  69M|  69 |  11 |2007 |  46k|2007 |1710 |  61k| 604k|6505 | 0.000000e+00 | 1.000000e+00 |    Inf 
1293.63/1293.69	c  1294s|450000 |  4113 |  5765k|  12.8 |  69M|  69 |  14 |2007 |  44k|2007 |1723 |  63k| 618k|6584 | 0.000000e+00 | 1.000000e+00 |    Inf 
1325.62/1325.61	c  1326s|460000 |  4106 |  5896k|  12.8 |  68M|  69 |  14 |2007 |  40k|2007 |1710 |  65k| 632k|6647 | 0.000000e+00 | 1.000000e+00 |    Inf 
1354.42/1354.44	c  1354s|470000 |  4163 |  6014k|  12.8 |  69M|  69 |   - |2007 |  40k|   0 |   0 |  66k| 646k|6711 | 0.000000e+00 | 1.000000e+00 |    Inf 
1386.03/1386.09	c  1386s|480000 |  4238 |  6155k|  12.8 |  70M|  69 |   - |2007 |  41k|   0 |   0 |  67k| 661k|6775 | 0.000000e+00 | 1.000000e+00 |    Inf 
1417.12/1417.16	c  1417s|490000 |  4278 |  6279k|  12.8 |  72M|  69 |  26 |2007 |  44k|2007 |1723 |  69k| 675k|6832 | 0.000000e+00 | 1.000000e+00 |    Inf 
1449.63/1449.60	c  1450s|500000 |  4412 |  6412k|  12.8 |  72M|  69 |   - |2007 |  42k|   0 |   0 |  70k| 689k|6910 | 0.000000e+00 | 1.000000e+00 |    Inf 
1482.12/1482.14	c  1482s|510000 |  4458 |  6555k|  12.9 |  71M|  69 |  21 |2007 |  39k|2007 |1726 |  72k| 703k|6990 | 0.000000e+00 | 1.000000e+00 |    Inf 
1514.63/1514.67	c  1515s|520000 |  4499 |  6697k|  12.9 |  72M|  69 |  20 |2007 |  39k|2007 |1716 |  74k| 717k|7076 | 0.000000e+00 | 1.000000e+00 |    Inf 
1546.33/1546.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1546.33/1546.31	c  1546s|530000 |  4517 |  6837k|  12.9 |  73M|  69 |   - |2007 |  41k|   0 |   0 |  75k| 731k|7153 | 0.000000e+00 | 1.000000e+00 |    Inf 
1580.53/1580.55	c  1581s|540000 |  4626 |  6996k|  13.0 |  76M|  69 |  31 |2007 |  45k|2007 |1710 |  77k| 745k|7257 | 0.000000e+00 | 1.000000e+00 |    Inf 
1615.73/1615.74	c  1616s|550000 |  4615 |  7157k|  13.0 |  77M|  69 |   - |2007 |  47k|2007 |1714 |  79k| 760k|7337 | 0.000000e+00 | 1.000000e+00 |    Inf 
1649.83/1649.86	c  1650s|560000 |  4638 |  7302k|  13.0 |  78M|  69 |  15 |2007 |  48k|2007 |1716 |  80k| 774k|7426 | 0.000000e+00 | 1.000000e+00 |    Inf 
1683.32/1683.31	c  1683s|570000 |  4658 |  7435k|  13.0 |  77M|  69 |  23 |2007 |  46k|2007 |1710 |  82k| 788k|7500 | 0.000000e+00 | 1.000000e+00 |    Inf 
1717.23/1717.21	c  1717s|580000 |  4651 |  7573k|  13.1 |  75M|  69 |  29 |2007 |  40k|2007 |1720 |  84k| 803k|7571 | 0.000000e+00 | 1.000000e+00 |    Inf 
1750.23/1750.29	c  1750s|590000 |  4677 |  7725k|  13.1 |  77M|  69 |   - |2007 |  43k|2007 |1716 |  85k| 817k|7645 | 0.000000e+00 | 1.000000e+00 |    Inf 
1783.33/1783.33	c  1783s|600000 |  4738 |  7862k|  13.1 |  77M|  69 |   - |2007 |  43k|   0 |   0 |  87k| 831k|7702 | 0.000000e+00 | 1.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      : 602045
1790.03/1790.00	c Primal Bound       : +1.00000000000000e+00 (135 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 -x125 
1790.03/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.03/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.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 -x54 
1790.03/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.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-2705006-1278574751.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-2705006-1278574751.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, 50331 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        :          -       1776          -          -       1776          -          -          -          -
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     346237          0        187       1966          0          0     651642
1790.03/1790.01	c   setppc           :         62          9    2594807      17892          2      43925    1990405          0          0          0
1790.03/1790.01	c   linear           :        888          9    2553684      18589          2      92281    9176886      88203          0          0
1790.03/1790.01	c   indicator        :        888          0     415239       4340          0         33     135319          0          0          0
1790.03/1790.01	c   logicor          :       1586+         9    1368092       1562          2      89232    4977406          0          0          0
1790.03/1790.01	c   bounddisjunction :          0+         0     305776          0          0         10         58          0          0          0
1790.03/1790.01	c   countsols        :          0          0          0       1562          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.90       0.00       0.00      42.90       0.00
1790.03/1790.01	c   setppc           :      18.36       0.00      18.34       0.02       0.00
1790.03/1790.01	c   linear           :      71.78       0.00      71.13       0.65       0.00
1790.03/1790.01	c   indicator        :       1.84       0.00       1.69       0.15       0.00
1790.03/1790.01	c   logicor          :     307.94       0.00     307.92       0.02       0.00
1790.03/1790.01	c   bounddisjunction :       1.05       0.00       1.05       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.46       3179          0        346
1790.03/1790.01	c   rootredcost      :       0.43         42          0        888
1790.03/1790.01	c   pseudoobj        :      36.27    2597831        263     137352
1790.03/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.01	c   propagation      :      11.98     225711     225083    1379488       29.0       5487       26.9          -
1790.03/1790.01	c   infeasible LP    :      21.81      94107      94107     719568       47.6        671       19.9          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 :          -          -          -     834384       29.4          -          -          -
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          -          -        225          -    (maximal pool size: 603)
1790.03/1790.01	c   redcost          :      12.61     346404          0       4263          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.16          9          0          0       1754          0
1790.03/1790.01	c   strongcg         :       0.14          9          0          0       2084          0
1790.03/1790.01	c   cmir             :       0.03          9          0          0          4          0
1790.03/1790.01	c   flowcover        :       0.07          9          0          0          7          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        :      42.61     327596        187       1966          0          0     651642
1790.03/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   inference        :       0.19       1522          0          0          0          0       3100
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.01          -         41
1790.03/1790.01	c   pseudo solutions :       0.00          -          0
1790.03/1790.01	c   intshifting      :       0.02          0          0
1790.03/1790.01	c   feaspump         :       0.03          1          0
1790.03/1790.01	c   oneopt           :       0.33         33          0
1790.03/1790.01	c   crossover        :       0.57         14          0
1790.03/1790.01	c   pscostdiving     :       0.58        166          0
1790.03/1790.01	c   fracdiving       :       0.56        166          0
1790.03/1790.01	c   veclendiving     :       0.57        166          0
1790.03/1790.01	c   linesearchdiving :       0.47        166          0
1790.03/1790.01	c   guideddiving     :       0.54        166          0
1790.03/1790.01	c   coefdiving       :       0.56        167          0
1790.03/1790.01	c   rootsoldiving    :       0.35         88          0
1790.03/1790.01	c   objpscostdiving  :       0.30         88          0
1790.03/1790.01	c   trivial          :       0.00          2          0
1790.03/1790.01	c   simplerounding   :       0.56     327593          0
1790.03/1790.01	c   zirounding       :       0.22       1000          0
1790.03/1790.01	c   rounding         :       0.89       8019          0
1790.03/1790.01	c   shifting         :       0.86       2531          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.03          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.22        137         94
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          :     871.55     436867    7880464      18.04    9041.90
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:       2.25       1689      12962       7.67    5750.06
1790.03/1790.01	c   strong branching :      38.99       7702     334538      43.44    8579.36
1790.03/1790.01	c     (at root node) :          -         16      10278     642.38          -
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            :     602045
1790.03/1790.01	c   nodes (total)    :     602045
1790.03/1790.01	c   nodes left       :       4777
1790.03/1790.01	c   max depth        :         69
1790.03/1790.01	c   max depth (total):         69
1790.03/1790.01	c   backtracks       :      91587 (15.2%)
1790.03/1790.01	c   delayed cutoffs  :      45838
1790.03/1790.01	c   repropagations   :     918803 (3329802 domain reductions, 44129 cutoffs)
1790.03/1790.01	c   avg switch length:       4.54
1790.03/1790.01	c   switching time   :     228.11
1790.03/1790.01	c Solution           :
1790.03/1790.01	c   Solutions found  :        135 (42 improvements)
1790.03/1790.01	c   First Solution   : +4.45360000000000e+04   (in run 1, after 83 nodes, 17.42 seconds, depth 19, found by <trysol>)
1790.03/1790.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 101009 nodes, 261.10 seconds, depth 34, 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  :       1382
1790.13/1790.13	c Time complete: 1790.17.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705006-1278574751/watcher-2705006-1278574751 -o /tmp/evaluation-result-2705006-1278574751/solver-2705006-1278574751 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705006-1278574751.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.85 1.95 1.67 2/173 21269
/proc/meminfo: memFree=29314188/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=12344 CPUtime=0
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 1925 0 0 0 0 0 0 0 21 0 1 0 25688972 12640256 1843 4089446400 4194304 10345943 140736805373056 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21269/statm: 3086 1843 429 1502 0 1579 0

[startup+0.0466681 s]
/proc/loadavg: 1.85 1.95 1.67 2/173 21269
/proc/meminfo: memFree=29314188/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=26472 CPUtime=0.04
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 5645 0 0 0 4 0 0 0 21 0 1 0 25688972 27107328 5209 4089446400 4194304 10345943 140736805373056 18446744073709551615 18446744073699065947 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21269/statm: 6618 5209 534 1502 0 5111 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26472

[startup+0.100615 s]
/proc/loadavg: 1.85 1.95 1.67 2/173 21269
/proc/meminfo: memFree=29314188/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=27496 CPUtime=0.09
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 5952 0 0 0 9 0 0 0 21 0 1 0 25688972 28155904 5516 4089446400 4194304 10345943 140736805373056 18446744073709551615 5026845 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21269/statm: 6874 5516 562 1502 0 5367 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27496

[startup+0.300601 s]
/proc/loadavg: 1.85 1.95 1.67 2/173 21269
/proc/meminfo: memFree=29314188/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=36488 CPUtime=0.29
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 11952 0 0 0 27 2 0 0 21 0 1 0 25688972 37363712 7684 4089446400 4194304 10345943 140736805373056 18446744073709551615 5931159 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21269/statm: 9122 7684 749 1502 0 7615 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36488

[startup+0.700535 s]
/proc/loadavg: 1.85 1.95 1.67 2/173 21269
/proc/meminfo: memFree=29314188/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=41056 CPUtime=0.69
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 13008 0 0 0 67 2 0 0 22 0 1 0 25688972 42041344 8740 4089446400 4194304 10345943 140736805373056 18446744073709551615 9132992 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21269/statm: 10264 8740 749 1502 0 8757 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41056

[startup+1.5004 s]
/proc/loadavg: 1.85 1.95 1.67 2/174 21270
/proc/meminfo: memFree=29277600/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=45976 CPUtime=1.49
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 17623 0 0 0 146 3 0 0 25 0 1 0 25688972 47079424 9664 4089446400 4194304 10345943 140736805373056 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21269/statm: 11494 9664 777 1502 0 9987 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45976

[startup+3.10111 s]
/proc/loadavg: 1.85 1.95 1.67 2/174 21270
/proc/meminfo: memFree=29277352/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=46772 CPUtime=3.09
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 19132 0 0 0 304 5 0 0 25 0 1 0 25688972 47894528 9606 4089446400 4194304 10345943 140736805373056 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21269/statm: 11693 9606 778 1502 0 10186 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46772

[startup+6.30047 s]
/proc/loadavg: 1.79 1.94 1.67 2/174 21270
/proc/meminfo: memFree=29278392/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=45516 CPUtime=6.29
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 23207 0 0 0 622 7 0 0 25 0 1 0 25688972 46608384 9454 4089446400 4194304 10345943 140736805373056 18446744073709551615 7542721 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21269/statm: 11379 9454 778 1502 0 9872 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45516

[startup+12.7003 s]
/proc/loadavg: 1.80 1.94 1.67 3/179 21280
/proc/meminfo: memFree=29100924/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=46240 CPUtime=12.69
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 30315 0 0 0 1257 12 0 0 25 0 1 0 25688972 47349760 9696 4089446400 4194304 10345943 140736805373056 18446744073709551615 7575198 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21269/statm: 11560 9696 779 1502 0 10053 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46240

[startup+25.5001 s]
/proc/loadavg: 1.85 1.94 1.67 3/179 21280
/proc/meminfo: memFree=29080064/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=56740 CPUtime=25.49
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 49273 0 0 0 2528 21 0 0 25 0 1 0 25688972 58101760 12641 4089446400 4194304 10345943 140736805373056 18446744073709551615 6337549 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21269/statm: 14185 12641 799 1502 0 12678 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56740

[startup+51.1006 s]
/proc/loadavg: 1.90 1.94 1.68 3/179 21282
/proc/meminfo: memFree=29069892/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=63008 CPUtime=51.08
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 76370 0 0 0 5073 35 0 0 25 0 1 0 25688972 64520192 14254 4089446400 4194304 10345943 140736805373056 18446744073709551615 7569554 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 15752 14254 799 1502 0 14245 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 63008

[startup+102.307 s]
/proc/loadavg: 1.95 1.95 1.70 3/179 21282
/proc/meminfo: memFree=29058956/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=70532 CPUtime=102.29
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 92602 0 0 0 10170 59 0 0 25 0 1 0 25688972 72224768 15787 4089446400 4194304 10345943 140736805373056 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 17633 15787 799 1502 0 16126 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 70532

[startup+162.301 s]
/proc/loadavg: 1.98 1.95 1.71 3/179 21284
/proc/meminfo: memFree=29032148/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=75664 CPUtime=162.29
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 102697 0 0 0 16144 85 0 0 25 0 1 0 25688972 77479936 16937 4089446400 4194304 10345943 140736805373056 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 18916 16937 799 1502 0 17409 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 75664

[startup+222.3 s]
/proc/loadavg: 1.99 1.96 1.73 3/179 21286
/proc/meminfo: memFree=28998368/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=78424 CPUtime=222.29
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 120481 0 0 0 22117 112 0 0 25 0 1 0 25688972 80306176 18001 4089446400 4194304 10345943 140736805373056 18446744073709551615 4217902 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 19606 18001 799 1502 0 18099 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 78424

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.74 3/179 21288
/proc/meminfo: memFree=28957528/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=82072 CPUtime=282.29
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 147512 0 0 0 28090 139 0 0 25 0 1 0 25688972 84041728 18562 4089446400 4194304 10345943 140736805373056 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 20518 18562 799 1502 0 19011 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 82072

[startup+342.3 s]
/proc/loadavg: 1.99 1.97 1.75 3/179 21289
/proc/meminfo: memFree=28916196/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=84392 CPUtime=342.3
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 161697 0 0 0 34065 165 0 0 25 0 1 0 25688972 86417408 19514 4089446400 4194304 10345943 140736805373056 18446744073709551615 6756204 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 21098 19514 799 1502 0 19591 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 84392

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.77 3/179 21290
/proc/meminfo: memFree=28880680/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=92516 CPUtime=402.3
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 169368 0 0 0 40046 184 0 0 25 0 1 0 25688972 94736384 21301 4089446400 4194304 10345943 140736805373056 18446744073709551615 9105021 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 23129 21301 799 1502 0 21622 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 92516

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.78 3/179 21292
/proc/meminfo: memFree=28849008/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=92764 CPUtime=462.3
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 172732 0 0 0 46027 203 0 0 25 0 1 0 25688972 94990336 21620 4089446400 4194304 10345943 140736805373056 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 23191 21620 799 1502 0 21684 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 92764

[startup+522.3 s]
/proc/loadavg: 1.99 1.97 1.79 3/179 21294
/proc/meminfo: memFree=28809020/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=96536 CPUtime=522.3
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 183408 0 0 0 52009 221 0 0 25 0 1 0 25688972 98852864 22527 4089446400 4194304 10345943 140736805373056 18446744073709551615 7569574 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 24134 22527 799 1502 0 22627 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 96536

[startup+582.301 s]
/proc/loadavg: 2.04 1.99 1.81 3/179 21296
/proc/meminfo: memFree=28770528/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=100516 CPUtime=582.3
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 192708 0 0 0 57989 241 0 0 25 0 1 0 25688972 102928384 23255 4089446400 4194304 10345943 140736805373056 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 25129 23255 799 1502 0 23622 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 100516

[startup+642.3 s]
/proc/loadavg: 2.01 1.99 1.82 3/179 21297
/proc/meminfo: memFree=28738360/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=102684 CPUtime=642.31
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 201686 0 0 0 63969 262 0 0 25 0 1 0 25688972 105148416 23729 4089446400 4194304 10345943 140736805373056 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 25671 23729 799 1502 0 24164 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 102684

[startup+702.301 s]

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

/proc/meminfo: memFree=28571296/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=116908 CPUtime=1002.31
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 240682 0 0 0 99836 395 0 0 25 0 1 0 25688972 119713792 27118 4089446400 4194304 10345943 140736805373056 18446744073709551615 6120639 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 29227 27118 801 1502 0 27720 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 116908

[startup+1062.3 s]
/proc/loadavg: 2.00 1.99 1.86 3/179 21308
/proc/meminfo: memFree=28543096/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=118784 CPUtime=1062.32
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 244674 0 0 0 105816 416 0 0 25 0 1 0 25688972 121634816 27811 4089446400 4194304 10345943 140736805373056 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 29696 27811 801 1502 0 28189 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 118784

[startup+1122.3 s]
/proc/loadavg: 2.06 2.00 1.87 3/179 21310
/proc/meminfo: memFree=28512784/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=124092 CPUtime=1122.32
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 249335 0 0 0 111797 435 0 0 25 0 1 0 25688972 127070208 28749 4089446400 4194304 10345943 140736805373056 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 31023 28749 801 1502 0 29516 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 124092

[startup+1182.3 s]
/proc/loadavg: 2.02 2.00 1.88 3/179 21312
/proc/meminfo: memFree=28483228/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=125308 CPUtime=1182.32
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 252039 0 0 0 117780 452 0 0 25 0 1 0 25688972 128315392 29243 4089446400 4194304 10345943 140736805373056 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 31327 29243 801 1502 0 29820 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 125308

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/179 21313
/proc/meminfo: memFree=28454512/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=128048 CPUtime=1242.32
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 254751 0 0 0 123761 471 0 0 25 0 1 0 25688972 131121152 30119 4089446400 4194304 10345943 140736805373056 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 32012 30119 801 1502 0 30505 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 128048

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/179 21314
/proc/meminfo: memFree=28427552/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=133240 CPUtime=1302.32
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 257604 0 0 0 129745 487 0 0 25 0 1 0 25688972 136437760 31130 4089446400 4194304 10345943 140736805373056 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 33310 31130 801 1502 0 31803 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 133240

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/179 21325
/proc/meminfo: memFree=28401332/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=133040 CPUtime=1362.32
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 260019 0 0 0 135725 507 0 0 25 0 1 0 25688972 136232960 31261 4089446400 4194304 10345943 140736805373056 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 33260 31261 801 1502 0 31753 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 133040

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 21327
/proc/meminfo: memFree=28372768/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=136208 CPUtime=1422.33
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 264300 0 0 0 141708 525 0 0 25 0 1 0 25688972 139476992 31943 4089446400 4194304 10345943 140736805373056 18446744073709551615 6328950 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 34052 31943 801 1502 0 32545 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 136208

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21329
/proc/meminfo: memFree=28342224/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=135976 CPUtime=1482.32
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 266441 0 0 0 147688 544 0 0 25 0 1 0 25688972 139239424 31951 4089446400 4194304 10345943 140736805373056 18446744073709551615 5614823 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 33994 31951 801 1502 0 32487 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 135976

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21330
/proc/meminfo: memFree=28319120/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=135672 CPUtime=1542.32
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 272572 0 0 0 153667 565 0 0 25 0 1 0 25688972 138928128 32155 4089446400 4194304 10345943 140736805373056 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 33918 32155 801 1502 0 32411 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 135672

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 21331
/proc/meminfo: memFree=28291416/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=137904 CPUtime=1602.32
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 275450 0 0 0 159647 585 0 0 25 0 1 0 25688972 141213696 32652 4089446400 4194304 10345943 140736805373056 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 34476 32652 801 1502 0 32969 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 137904

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 1.91 3/179 21333
/proc/meminfo: memFree=28267052/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=139880 CPUtime=1662.33
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 278174 0 0 0 165630 603 0 0 25 0 1 0 25688972 143237120 32885 4089446400 4194304 10345943 140736805373056 18446744073709551615 7598615 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 34970 32885 801 1502 0 33463 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 139880

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 1.91 3/179 21335
/proc/meminfo: memFree=28241828/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=144216 CPUtime=1722.33
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 280848 0 0 0 171612 621 0 0 25 0 1 0 25688972 147677184 33846 4089446400 4194304 10345943 140736805373056 18446744073709551615 4650860 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 36054 33846 801 1502 0 34547 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 144216

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 21337
/proc/meminfo: memFree=28215872/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=144508 CPUtime=1782.33
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 282289 0 0 0 177591 642 0 0 25 0 1 0 25688972 147976192 34053 4089446400 4194304 10345943 140736805373056 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 36127 34053 801 1502 0 34620 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 144508

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 21337
/proc/meminfo: memFree=28214756/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=144508 CPUtime=1785.53
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 282332 0 0 0 177910 643 0 0 25 0 1 0 25688972 147976192 34096 4089446400 4194304 10345943 140736805373056 18446744073709551615 4962578 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 36127 34096 801 1502 0 34620 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 144508

[startup+1788.7 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 21337
/proc/meminfo: memFree=28212396/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=144508 CPUtime=1788.73
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 282349 0 0 0 178229 644 0 0 25 0 1 0 25688972 147976192 34113 4089446400 4194304 10345943 140736805373056 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 36127 34113 801 1502 0 34620 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 144508

[startup+1789.5 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 21337
/proc/meminfo: memFree=28212396/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=144508 CPUtime=1789.53
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 282354 0 0 0 178309 644 0 0 25 0 1 0 25688972 147976192 34118 4089446400 4194304 10345943 140736805373056 18446744073709551615 4433542 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 36127 34118 801 1502 0 34620 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 144508

[startup+1789.9 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 21337
/proc/meminfo: memFree=28212024/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=144508 CPUtime=1789.93
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 282354 0 0 0 178349 644 0 0 25 0 1 0 25688972 147976192 34118 4089446400 4194304 10345943 140736805373056 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21269/statm: 36127 34118 801 1502 0 34620 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 144508

[startup+1790.1 s]
/proc/loadavg: 2.01 2.00 1.91 3/179 21337
/proc/meminfo: memFree=28212024/32950928 swapFree=67111528/67111528
[pid=21269] ppid=21267 vsize=144920 CPUtime=1790.13
/proc/21269/stat : 21269 (pbscip.linux.x8) R 21267 21269 21026 0 -1 4202496 282514 0 0 0 178369 644 0 0 25 0 1 0 25688972 148398080 34278 4089446400 4194304 10345943 140736805373056 18446744073709551615 4214557 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21269/statm: 36230 34278 802 1502 0 34723 0
Current children cumulated CPU time (s) 1790.13
Current children cumulated vsize (KiB) 144920

Child status: 0
Real time (s): 1790.14
CPU time (s): 1790.18
CPU user time (s): 1783.72
CPU system time (s): 6.45402
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 146396

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

runsolver used 2.71159 second user time and 5.63614 second system time

The end

Launcher Data

Begin job on node125 at 2010-07-08 09:39:12
IDJOB=2705006
IDBENCH=78990
IDSOLVER=1214
FILE ID=node125/2705006-1278574751
PBS_JOBID= 11240204
Free space on /tmp= 73540 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.1900577940--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-2705006-1278574751/watcher-2705006-1278574751 -o /tmp/evaluation-result-2705006-1278574751/solver-2705006-1278574751 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705006-1278574751.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 95aa4a8f0430d7fc4dd41a3f578cfb3e
RANDOM SEED=902839186

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29314468 kB
Buffers:        133696 kB
Cached:        3282984 kB
SwapCached:          0 kB
Active:         911068 kB
Inactive:      2567748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29314468 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12964 kB
Writeback:           0 kB
AnonPages:       62840 kB
Mapped:          14420 kB
Slab:            92960 kB
PageTables:       4516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184660 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= 73516 MiB
End job on node125 at 2010-07-08 10:09:02