Trace number 2705629

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.14 1790.09

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900546076--soft-66-100-0.wbo
MD5SUM0b9d6337ad7964b2b0f1686d5d01e741
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark331.135
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 723
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-2705629-1278572960.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.07	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.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 |    44 |     - |8788k|   0 |  29 |1893 |3329 |1893 |1667 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    89 |     - |8975k|   0 |  45 |1893 |3329 |1893 |1682 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   130 |     - |9438k|   0 |  50 |1893 |3329 |1893 |1690 |  23 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |   156 |     - |9666k|   0 |  65 |1893 |3329 |1893 |1699 |  32 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.56	c   0.5s|     1 |     0 |   160 |     - |  10M|   0 |  66 |1893 |3329 |1893 |1701 |  34 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.70	c   0.7s|     1 |     0 |   192 |     - |  10M|   0 |  66 |1893 |3329 |1893 |1702 |  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.85	c   0.8s|     1 |     0 |   257 |     - |  10M|   0 |  62 |1893 |3329 |1893 |1703 |  36 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.39/1.44	c   1.4s|     1 |     2 |   257 |     - |  10M|   0 |  62 |1893 |3329 |1893 |1703 |  36 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
6.29/6.37	o 42488
6.29/6.37	c y 6.3s|    79 |    78 |  2818 |  32.8 |  11M|  27 |   - |1893 |3341 |   0 |   0 |  55 |  12 | 808 | 0.000000e+00 | 4.248800e+04 |    Inf 
7.29/7.37	o 379
7.29/7.37	c * 7.3s|   453 |   405 |  3823 |   7.9 |  12M|  45 |   - |1893 |3351 |1893 |1705 | 118 |  22 | 989 | 0.000000e+00 | 3.790000e+02 |    Inf 
8.50/8.55	o 300
8.50/8.55	c * 8.5s|   729 |   617 |  5420 |   7.1 |  13M|  45 |   - |1893 |3383 |1893 |1711 | 180 |  54 |1205 | 0.000000e+00 | 3.000000e+02 |    Inf 
8.70/8.78	o 275
8.70/8.78	c * 8.8s|   786 |   625 |  5849 |   7.1 |  13M|  45 |   - |1893 |3451 |1893 |1699 | 198 | 122 |1256 | 0.000000e+00 | 2.750000e+02 |    Inf 
8.90/8.94	o 274
8.90/8.94	c * 8.9s|   833 |   656 |  6194 |   7.1 |  13M|  45 |   - |1893 |3501 |1893 |1704 | 238 | 172 |1285 | 0.000000e+00 | 2.740000e+02 |    Inf 
9.49/9.50	o 269
9.49/9.50	c * 9.5s|  1024 |   784 |  7693 |   7.3 |  14M|  45 |   - |1893 |3631 |1893 |1707 | 327 | 305 |1381 | 0.000000e+00 | 2.690000e+02 |    Inf 
9.59/9.60	o 210
9.59/9.60	c * 9.6s|  1067 |   726 |  7934 |   7.2 |  14M|  45 |   - |1893 |3660 |1893 |1712 | 340 | 334 |1391 | 0.000000e+00 | 2.100000e+02 |    Inf 
9.59/9.61	o 189
9.59/9.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.59/9.61	c * 9.6s|  1069 |   655 |  7943 |   7.2 |  14M|  45 |   - |1893 |3660 |1893 |1712 | 340 | 334 |1391 | 0.000000e+00 | 1.890000e+02 |    Inf 
9.59/9.62	o 154
9.59/9.62	c * 9.6s|  1071 |   572 |  7952 |   7.2 |  13M|  45 |   - |1893 |3660 |1893 |1712 | 340 | 334 |1391 | 0.000000e+00 | 1.540000e+02 |    Inf 
9.59/9.62	o 149
9.59/9.62	c * 9.6s|  1072 |   550 |  7959 |   7.2 |  14M|  45 |   - |1893 |3660 |1893 |1712 | 340 | 334 |1391 | 0.000000e+00 | 1.490000e+02 |    Inf 
9.69/9.72	o 132
9.69/9.72	c * 9.7s|  1123 |   514 |  8219 |   7.1 |  14M|  45 |   - |1893 |3726 |1893 |1712 | 340 | 403 |1397 | 0.000000e+00 | 1.320000e+02 |    Inf 
9.69/9.72	o 84
9.69/9.72	c * 9.7s|  1124 |   317 |  8235 |   7.1 |  13M|  45 |   - |1893 |3726 |1893 |1714 | 342 | 403 |1397 | 0.000000e+00 | 8.400000e+01 |    Inf 
9.80/9.88	o 81
9.80/9.88	c * 9.9s|  1154 |   328 |  8825 |   7.4 |  13M|  45 |   - |1893 |3593 |1893 |1703 | 351 | 425 |1419 | 0.000000e+00 | 8.100000e+01 |    Inf 
9.90/9.93	o 74
9.90/9.93	c * 9.9s|  1173 |   255 |  9055 |   7.5 |  13M|  45 |   - |1893 |3587 |1893 |1713 | 378 | 449 |1419 | 0.000000e+00 | 7.400000e+01 |    Inf 
9.99/10.04	o 52
9.99/10.04	c *10.0s|  1209 |   134 |  9400 |   7.6 |  13M|  45 |   - |1893 |3535 |1893 |1713 | 394 | 464 |1430 | 0.000000e+00 | 5.200000e+01 |    Inf 
27.49/27.53	c  27.5s| 10000 |   691 |104554 |  10.4 |  19M|  47 |   - |1893 |6510 |   0 |   0 |1386 |  10k|1794 | 0.000000e+00 | 5.200000e+01 |    Inf 
45.00/45.02	o 40
45.00/45.02	c *45.0s| 19402 |  1223 |199812 |  10.3 |  24M|  47 |   - |1893 |6549 |1893 |1703 |2647 |  22k|1801 | 0.000000e+00 | 4.000000e+01 |    Inf 
46.10/46.11	c  46.1s| 20000 |  1264 |205782 |  10.3 |  25M|  47 |   1 |1893 |6122 |1893 |1699 |2766 |  23k|1801 | 0.000000e+00 | 4.000000e+01 |    Inf 
64.69/64.72	c  64.7s| 30000 |  1543 |311793 |  10.4 |  28M|  50 |   - |1893 |6406 |1893 |1707 |4297 |  35k|1844 | 0.000000e+00 | 4.000000e+01 |    Inf 
76.19/76.20	o 38
76.19/76.20	c *76.2s| 35858 |  1694 |374097 |  10.4 |  31M|  50 |   - |1893 |7448 |1893 |1699 |5217 |  42k|2016 | 0.000000e+00 | 3.800000e+01 |    Inf 
84.39/84.40	c  84.4s| 40000 |  1751 |418816 |  10.5 |  32M|  50 |   - |1893 |6731 |1893 |1699 |5765 |  48k|2143 | 0.000000e+00 | 3.800000e+01 |    Inf 
103.10/103.16	c   103s| 50000 |  1951 |518224 |  10.4 |  35M|  51 |   - |1893 |8942 |   0 |   0 |7097 |  62k|2377 | 0.000000e+00 | 3.800000e+01 |    Inf 
122.10/122.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
122.10/122.11	c   122s| 60000 |  2161 |613970 |  10.2 |  38M|  61 |  11 |1893 |8473 |1893 |1706 |8800 |  76k|2631 | 0.000000e+00 | 3.800000e+01 |    Inf 
130.70/130.70	o 33
130.70/130.70	c * 131s| 64370 |  2068 |657838 |  10.2 |  37M|  61 |   - |1893 |7672 |1893 |1706 |9544 |  82k|2760 | 0.000000e+00 | 3.300000e+01 |    Inf 
141.30/141.31	c   141s| 70000 |  2026 |715890 |  10.2 |  37M|  61 |   - |1893 |6587 |   0 |   0 |  10k|  89k|2877 | 0.000000e+00 | 3.300000e+01 |    Inf 
161.29/161.30	c   161s| 80000 |  2105 |828907 |  10.4 |  40M|  61 |   - |1893 |9889 |   0 |   0 |  11k| 103k|3155 | 0.000000e+00 | 3.300000e+01 |    Inf 
179.60/179.61	c   180s| 90000 |  2321 |921727 |  10.2 |  43M|  61 |   - |1893 |  10k|   0 |   0 |  13k| 116k|3372 | 0.000000e+00 | 3.300000e+01 |    Inf 
198.00/198.01	c   198s|100000 |  2587 |  1013k|  10.1 |  47M|  61 |   - |1893 |  12k|1893 |1706 |  14k| 127k|3534 | 0.000000e+00 | 3.300000e+01 |    Inf 
216.70/216.76	c   217s|110000 |  2702 |  1107k|  10.1 |  50M|  61 |   - |1893 |  12k|1893 |1706 |  15k| 140k|3680 | 0.000000e+00 | 3.300000e+01 |    Inf 
235.20/235.25	c   235s|120000 |  2728 |  1195k|  10.0 |  52M|  61 |   - |1893 |  13k|1893 |1699 |  16k| 153k|3869 | 0.000000e+00 | 3.300000e+01 |    Inf 
253.30/253.35	c   253s|130000 |  2811 |  1284k|   9.9 |  53M|  61 |  16 |1893 |  12k|1893 |1699 |  18k| 166k|3969 | 0.000000e+00 | 3.300000e+01 |    Inf 
271.10/271.16	c   271s|140000 |  2867 |  1367k|   9.8 |  54M|  61 |   - |1893 |  10k|1893 |1705 |  19k| 179k|4122 | 0.000000e+00 | 3.300000e+01 |    Inf 
288.30/288.33	c   288s|150000 |  2861 |  1449k|   9.7 |  55M|  61 |   - |1893 |9699 |   0 |   0 |  21k| 192k|4211 | 0.000000e+00 | 3.300000e+01 |    Inf 
305.00/305.08	c   305s|160000 |  2942 |  1530k|   9.6 |  56M|  61 |   - |1893 |8663 |   0 |   0 |  22k| 205k|4297 | 0.000000e+00 | 3.300000e+01 |    Inf 
322.70/322.72	c   323s|170000 |  2923 |  1616k|   9.5 |  57M|  61 |   - |1893 |9336 |   0 |   0 |  23k| 218k|4457 | 0.000000e+00 | 3.300000e+01 |    Inf 
339.60/339.64	c   340s|180000 |  3004 |  1697k|   9.4 |  59M|  61 |   9 |1893 |9473 |1893 |1699 |  25k| 231k|4543 | 0.000000e+00 | 3.300000e+01 |    Inf 
356.60/356.66	c   357s|190000 |  3049 |  1779k|   9.4 |  61M|  61 |   - |1893 |9793 |   0 |   0 |  27k| 244k|4620 | 0.000000e+00 | 3.300000e+01 |    Inf 
374.90/374.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
374.90/374.95	c   375s|200000 |  3131 |  1868k|   9.3 |  63M|  61 |  27 |1893 |  10k|1893 |1699 |  28k| 257k|4760 | 0.000000e+00 | 3.300000e+01 |    Inf 
392.81/392.89	c   393s|210000 |  3230 |  1955k|   9.3 |  65M|  61 |   - |1893 |  10k|   0 |   0 |  30k| 271k|4838 | 0.000000e+00 | 3.300000e+01 |    Inf 
409.11/409.15	o 25
409.11/409.15	c * 409s|218917 |  1969 |  2036k|   9.3 |  39M|  61 |   - |1893 |  10k|1893 |1704 |  31k| 282k|4917 | 0.000000e+00 | 2.500000e+01 |    Inf 
411.10/411.15	c   411s|220000 |  1937 |  2047k|   9.3 |  39M|  61 |   - |1893 |9213 |   0 |   0 |  32k| 283k|4917 | 0.000000e+00 | 2.500000e+01 |    Inf 
429.80/429.84	c   430s|230000 |  1985 |  2154k|   9.4 |  41M|  61 |   - |1893 |  11k|   0 |   0 |  33k| 297k|5068 | 0.000000e+00 | 2.500000e+01 |    Inf 
448.30/448.36	c   448s|240000 |  2029 |  2257k|   9.4 |  41M|  61 |   - |1893 |  11k|1893 |1710 |  35k| 309k|5158 | 0.000000e+00 | 2.500000e+01 |    Inf 
466.50/466.50	c   466s|250000 |  2031 |  2350k|   9.4 |  43M|  61 |  25 |1893 |  14k|1893 |1699 |  37k| 322k|5237 | 0.000000e+00 | 2.500000e+01 |    Inf 
486.90/486.91	c   487s|260000 |  2050 |  2469k|   9.5 |  43M|  61 |   - |1893 |  11k|   0 |   0 |  38k| 335k|5402 | 0.000000e+00 | 2.500000e+01 |    Inf 
506.51/506.59	c   507s|270000 |  2118 |  2583k|   9.6 |  45M|  61 |   - |1893 |  11k|1893 |1706 |  40k| 348k|5491 | 0.000000e+00 | 2.500000e+01 |    Inf 
526.30/526.37	c   526s|280000 |  2076 |  2693k|   9.6 |  44M|  61 |   - |1893 |7889 |   0 |   0 |  41k| 362k|5612 | 0.000000e+00 | 2.500000e+01 |    Inf 
545.91/545.90	c   546s|290000 |  2178 |  2807k|   9.7 |  46M|  61 |  17 |1893 |  11k|1893 |1699 |  42k| 374k|5757 | 0.000000e+00 | 2.500000e+01 |    Inf 
564.81/564.83	c   565s|300000 |  2185 |  2910k|   9.7 |  48M|  61 |   - |1893 |  13k|   0 |   0 |  43k| 388k|5856 | 0.000000e+00 | 2.500000e+01 |    Inf 
585.51/585.51	c   585s|310000 |  2228 |  3021k|   9.7 |  50M|  61 |   - |1893 |  15k|   0 |   0 |  45k| 401k|5945 | 0.000000e+00 | 2.500000e+01 |    Inf 
587.91/587.95	o 21
587.91/587.95	c * 588s|311233 |  1632 |  3034k|   9.7 |  41M|  61 |   - |1893 |  16k|1893 |1708 |  45k| 402k|5951 | 0.000000e+00 | 2.100000e+01 |    Inf 
588.10/588.17	o 17
588.10/588.17	c * 588s|311349 |  1219 |  3035k|   9.7 |  34M|  61 |   - |1893 |  15k|1893 |1713 |  45k| 402k|5951 | 0.000000e+00 | 1.700000e+01 |    Inf 
603.40/603.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
603.40/603.42	c   603s|320000 |  1276 |  3119k|   9.7 |  34M|  61 |   - |1893 |  14k|1893 |1699 |  46k| 414k|6038 | 0.000000e+00 | 1.700000e+01 |    Inf 
621.21/621.25	c   621s|330000 |  1214 |  3215k|   9.7 |  33M|  61 |  20 |1893 |  11k|1893 |1699 |  47k| 427k|6135 | 0.000000e+00 | 1.700000e+01 |    Inf 
638.91/638.93	c   639s|340000 |  1174 |  3316k|   9.8 |  33M|  61 |  21 |1893 |  11k|1893 |1699 |  48k| 440k|6215 | 0.000000e+00 | 1.700000e+01 |    Inf 
656.71/656.72	c   657s|350000 |  1301 |  3417k|   9.8 |  34M|  61 |  12 |1893 |  14k|1893 |1699 |  50k| 452k|6306 | 0.000000e+00 | 1.700000e+01 |    Inf 
675.21/675.20	c   675s|360000 |  1344 |  3519k|   9.8 |  35M|  61 |   1 |1893 |  17k|1893 |1699 |  50k| 466k|6416 | 0.000000e+00 | 1.700000e+01 |    Inf 
694.01/694.07	c   694s|370000 |  1393 |  3619k|   9.8 |  36M|  61 |   - |1893 |  18k|   0 |   0 |  52k| 479k|6508 | 0.000000e+00 | 1.700000e+01 |    Inf 
713.41/713.43	c   713s|380000 |  1470 |  3719k|   9.8 |  38M|  61 |   7 |1893 |  21k|1893 |1699 |  53k| 492k|6600 | 0.000000e+00 | 1.700000e+01 |    Inf 
732.72/732.76	c   733s|390000 |  1572 |  3816k|   9.8 |  39M|  61 |   - |1893 |  21k|1893 |1708 |  55k| 506k|6678 | 0.000000e+00 | 1.700000e+01 |    Inf 
752.42/752.41	c   752s|400000 |  1617 |  3910k|   9.8 |  40M|  61 |   - |1893 |  21k|   0 |   0 |  58k| 520k|6760 | 0.000000e+00 | 1.700000e+01 |    Inf 
772.41/772.41	c   772s|410000 |  1635 |  4009k|   9.8 |  40M|  61 |  19 |1893 |  20k|1893 |1699 |  59k| 533k|6845 | 0.000000e+00 | 1.700000e+01 |    Inf 
791.52/791.51	c   791s|420000 |  1602 |  4104k|   9.8 |  40M|  61 |  11 |1893 |  21k|1893 |1711 |  61k| 547k|6926 | 0.000000e+00 | 1.700000e+01 |    Inf 
811.11/811.11	c   811s|430000 |  1695 |  4208k|   9.8 |  40M|  61 |   - |1893 |  20k|1893 |1710 |  62k| 560k|7005 | 0.000000e+00 | 1.700000e+01 |    Inf 
830.11/830.19	c   830s|440000 |  1650 |  4309k|   9.8 |  40M|  61 |  21 |1893 |  20k|1893 |1718 |  64k| 574k|7086 | 0.000000e+00 | 1.700000e+01 |    Inf 
848.71/848.78	c   849s|450000 |  1620 |  4402k|   9.8 |  41M|  67 |   - |1893 |  21k|1893 |1712 |  65k| 588k|7144 | 0.000000e+00 | 1.700000e+01 |    Inf 
868.31/868.36	c   868s|460000 |  1634 |  4498k|   9.8 |  41M|  67 |   - |1893 |  21k|   0 |   0 |  67k| 601k|7222 | 0.000000e+00 | 1.700000e+01 |    Inf 
888.01/888.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
888.01/888.03	c   888s|470000 |  1665 |  4591k|   9.8 |  43M|  69 |  25 |1893 |  23k|1893 |1699 |  68k| 616k|7305 | 0.000000e+00 | 1.700000e+01 |    Inf 
907.62/907.61	c   908s|480000 |  1572 |  4686k|   9.8 |  42M|  69 |   - |1893 |  22k|   0 |   0 |  70k| 629k|7392 | 0.000000e+00 | 1.700000e+01 |    Inf 
927.12/927.14	c   927s|490000 |  1569 |  4780k|   9.8 |  42M|  69 |   5 |1893 |  21k|1893 |1699 |  72k| 643k|7503 | 0.000000e+00 | 1.700000e+01 |    Inf 
947.22/947.29	c   947s|500000 |  1506 |  4887k|   9.8 |  42M|  69 |   - |1893 |  21k|1893 |1699 |  73k| 657k|7583 | 0.000000e+00 | 1.700000e+01 |    Inf 
967.93/967.92	c   968s|510000 |  1523 |  4997k|   9.8 |  42M|  69 |   - |1893 |  22k|   0 |   0 |  74k| 670k|7715 | 0.000000e+00 | 1.700000e+01 |    Inf 
988.32/988.37	c   988s|520000 |  1565 |  5096k|   9.8 |  43M|  69 |   - |1893 |  24k|   0 |   0 |  75k| 682k|7793 | 0.000000e+00 | 1.700000e+01 |    Inf 
1009.32/1009.35	c  1009s|530000 |  1704 |  5195k|   9.8 |  43M|  69 |  21 |1893 |  21k|1893 |1699 |  76k| 696k|7884 | 0.000000e+00 | 1.700000e+01 |    Inf 
1028.82/1028.80	c  1029s|540000 |  1759 |  5289k|   9.8 |  43M|  69 |  22 |1893 |  17k|1893 |1699 |  77k| 709k|7929 | 0.000000e+00 | 1.700000e+01 |    Inf 
1049.93/1049.91	c  1050s|550000 |  1900 |  5407k|   9.8 |  45M|  69 |  23 |1893 |  20k|1893 |1699 |  78k| 722k|8001 | 0.000000e+00 | 1.700000e+01 |    Inf 
1068.93/1068.95	c  1069s|560000 |  1904 |  5501k|   9.8 |  44M|  69 |  18 |1893 |  18k|1893 |1699 |  79k| 735k|8077 | 0.000000e+00 | 1.700000e+01 |    Inf 
1089.33/1089.36	c  1089s|570000 |  1980 |  5617k|   9.9 |  45M|  69 |  20 |1893 |  18k|1893 |1699 |  79k| 749k|8177 | 0.000000e+00 | 1.700000e+01 |    Inf 
1091.72/1091.76	o 16
1091.72/1091.76	c *1092s|571319 |  1961 |  5629k|   9.9 |  45M|  69 |   - |1893 |  17k|1893 |1708 |  79k| 750k|8183 | 0.000000e+00 | 1.600000e+01 |    Inf 
1108.13/1108.12	c  1108s|580000 |  1958 |  5715k|   9.9 |  45M|  69 |  20 |1893 |  18k|1893 |1699 |  80k| 762k|8256 | 0.000000e+00 | 1.600000e+01 |    Inf 
1126.13/1126.16	c  1126s|590000 |  2008 |  5801k|   9.8 |  45M|  69 |  10 |1893 |  15k|1893 |1699 |  81k| 775k|8287 | 0.000000e+00 | 1.600000e+01 |    Inf 
1144.82/1144.85	c  1145s|600000 |  2024 |  5907k|   9.8 |  45M|  69 |  21 |1893 |  15k|1893 |1699 |  82k| 788k|8338 | 0.000000e+00 | 1.600000e+01 |    Inf 
1163.13/1163.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1163.13/1163.14	c  1163s|610000 |  2001 |  6005k|   9.8 |  45M|  69 |   - |1893 |  15k|   0 |   0 |  83k| 802k|8423 | 0.000000e+00 | 1.600000e+01 |    Inf 
1181.93/1181.96	c  1182s|620000 |  2007 |  6105k|   9.8 |  46M|  69 |   - |1893 |  16k|1893 |1699 |  84k| 815k|8505 | 0.000000e+00 | 1.600000e+01 |    Inf 
1200.63/1200.65	c  1201s|630000 |  2003 |  6204k|   9.8 |  46M|  69 |  18 |1893 |  16k|1893 |1699 |  85k| 829k|8566 | 0.000000e+00 | 1.600000e+01 |    Inf 
1219.13/1219.11	c  1219s|640000 |  1993 |  6303k|   9.8 |  46M|  69 |  21 |1893 |  15k|1893 |1699 |  86k| 842k|8603 | 0.000000e+00 | 1.600000e+01 |    Inf 
1237.73/1237.79	c  1238s|650000 |  1977 |  6402k|   9.9 |  46M|  69 |   - |1893 |  15k|   0 |   0 |  88k| 855k|8667 | 0.000000e+00 | 1.600000e+01 |    Inf 
1256.03/1256.03	c  1256s|660000 |  1996 |  6495k|   9.8 |  47M|  69 |  15 |1893 |  16k|1893 |1699 |  89k| 868k|8767 | 0.000000e+00 | 1.600000e+01 |    Inf 
1275.63/1275.69	c  1276s|670000 |  1979 |  6599k|   9.9 |  47M|  69 |   1 |1893 |  16k|1893 |1699 |  90k| 881k|8823 | 0.000000e+00 | 1.600000e+01 |    Inf 
1295.24/1295.20	c  1295s|680000 |  1986 |  6704k|   9.9 |  48M|  69 |   - |1893 |  18k|1893 |1699 |  91k| 895k|8867 | 0.000000e+00 | 1.600000e+01 |    Inf 
1314.54/1314.53	c  1315s|690000 |  2204 |  6808k|   9.9 |  49M|  69 |  23 |1893 |  17k|1893 |1699 |  91k| 908k|8940 | 0.000000e+00 | 1.600000e+01 |    Inf 
1334.63/1334.66	c  1335s|700000 |  2316 |  6917k|   9.9 |  51M|  69 |   - |1893 |  19k|   0 |   0 |  92k| 922k|9010 | 0.000000e+00 | 1.600000e+01 |    Inf 
1354.83/1354.81	c  1355s|710000 |  2335 |  7022k|   9.9 |  52M|  71 |   - |1893 |  20k|   0 |   0 |  93k| 936k|9077 | 0.000000e+00 | 1.600000e+01 |    Inf 
1374.94/1374.93	c  1375s|720000 |  2311 |  7126k|   9.9 |  52M|  71 |  17 |1893 |  20k|1893 |1709 |  94k| 950k|9119 | 0.000000e+00 | 1.600000e+01 |    Inf 
1395.34/1395.37	c  1395s|730000 |  2328 |  7232k|   9.9 |  53M|  71 |   - |1893 |  22k|   0 |   0 |  95k| 965k|9165 | 0.000000e+00 | 1.600000e+01 |    Inf 
1416.34/1416.35	c  1416s|740000 |  2267 |  7338k|   9.9 |  53M|  71 |  35 |1893 |  20k|1893 |1707 |  96k| 979k|9267 | 0.000000e+00 | 1.600000e+01 |    Inf 
1436.03/1436.03	c  1436s|750000 |  2218 |  7441k|   9.9 |  52M|  71 |  22 |1893 |  18k|1893 |1699 |  97k| 993k|9321 | 0.000000e+00 | 1.600000e+01 |    Inf 
1454.44/1454.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1454.44/1454.43	c  1454s|760000 |  2241 |  7536k|   9.9 |  53M|  71 |   - |1893 |  19k|   0 |   0 |  98k|1006k|9354 | 0.000000e+00 | 1.600000e+01 |    Inf 
1474.24/1474.25	c  1474s|770000 |  2302 |  7645k|   9.9 |  53M|  71 |   - |1893 |  18k|   0 |   0 |  98k|1019k|9445 | 0.000000e+00 | 1.600000e+01 |    Inf 
1494.33/1494.33	c  1494s|780000 |  2344 |  7752k|   9.9 |  54M|  71 |   - |1893 |  19k|1893 |1699 |  99k|1033k|9518 | 0.000000e+00 | 1.600000e+01 |    Inf 
1514.04/1514.01	c  1514s|790000 |  2382 |  7852k|   9.9 |  55M|  71 |  21 |1893 |  20k|1893 |1699 | 100k|1046k|9552 | 0.000000e+00 | 1.600000e+01 |    Inf 
1534.14/1534.17	c  1534s|800000 |  2364 |  7957k|   9.9 |  55M|  71 |   - |1893 |  20k|1893 |1715 | 101k|1059k|9613 | 0.000000e+00 | 1.600000e+01 |    Inf 
1554.35/1554.33	c  1554s|810000 |  2442 |  8061k|  10.0 |  56M|  71 |  29 |1893 |  21k|1893 |1711 | 101k|1073k|9687 | 0.000000e+00 | 1.600000e+01 |    Inf 
1574.84/1574.84	c  1575s|820000 |  2355 |  8171k|  10.0 |  56M|  71 |   - |1893 |  20k|   0 |   0 | 102k|1086k|9736 | 0.000000e+00 | 1.600000e+01 |    Inf 
1594.14/1594.16	c  1594s|830000 |  2323 |  8270k|  10.0 |  55M|  71 |   - |1893 |  19k|   0 |   0 | 103k|1099k|9782 | 0.000000e+00 | 1.600000e+01 |    Inf 
1614.53/1614.56	c  1615s|840000 |  2318 |  8370k|  10.0 |  56M|  71 |   - |1893 |  22k|   0 |   0 | 104k|1112k|9850 | 0.000000e+00 | 1.600000e+01 |    Inf 
1634.74/1634.77	c  1635s|850000 |  2316 |  8472k|  10.0 |  55M|  71 |   - |1893 |  18k|   0 |   0 | 105k|1126k|9890 | 0.000000e+00 | 1.600000e+01 |    Inf 
1654.04/1654.03	c  1654s|860000 |  2403 |  8569k|  10.0 |  55M|  71 |   - |1893 |  18k|   0 |   0 | 106k|1139k|9951 | 0.000000e+00 | 1.600000e+01 |    Inf 
1673.74/1673.71	c  1674s|870000 |  2452 |  8668k|  10.0 |  56M|  71 |  11 |1893 |  19k|1893 |1699 | 107k|1152k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1694.55/1694.59	c  1695s|880000 |  2508 |  8786k|  10.0 |  57M|  71 |  16 |1893 |  20k|1893 |1699 | 108k|1165k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1714.35/1714.38	c  1714s|890000 |  2591 |  8886k|  10.0 |  58M|  71 |   - |1893 |  20k|1893 |1699 | 109k|1178k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1734.34/1734.33	c  1734s|900000 |  2594 |  8985k|  10.0 |  59M|  71 |   - |1893 |  20k|1893 |1707 | 110k|1190k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1754.65/1754.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1754.65/1754.67	c  1755s|910000 |  2715 |  9084k|  10.0 |  59M|  71 |   - |1893 |  20k|   0 |   0 | 111k|1203k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1774.35/1774.39	c  1774s|920000 |  2824 |  9182k|  10.0 |  60M|  71 |   - |1893 |  21k|   0 |   0 | 112k|1216k|  10k| 0.000000e+00 | 1.600000e+01 |    Inf 
1790.05/1790.00	c 
1790.05/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.00	c Solving Time (sec) : 1789.98
1790.05/1790.00	c Solving Nodes      : 927796
1790.05/1790.00	c Primal Bound       : +1.60000000000000e+01 (82 solutions)
1790.05/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.05/1790.00	c Gap                : infinite
1790.05/1790.01	s SATISFIABLE
1790.05/1790.01	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.05/1790.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 x190 -x189 
1790.05/1790.01	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 -x168 
1790.05/1790.01	v -x167 x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 -x148 x147 
1790.05/1790.01	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 
1790.05/1790.01	v -x125 -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 -x105 
1790.05/1790.01	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 x81 -x80 
1790.05/1790.01	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 x60 -x59 -x58 -x57 -x56 -x55 
1790.05/1790.01	v -x54 -x53 -x52 -x51 x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 x34 -x33 -x32 x31 -x30 -x29 
1790.05/1790.01	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 x13 -x12 -x11 -x10 -x9 -x8 -x7 x6 -x5 -x4 -x3 -x2 
1790.05/1790.01	v -x1 
1790.05/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.01	c Solving Time       :    1789.98
1790.05/1790.01	c Original Problem   :
1790.05/1790.01	c   Problem name     : HOME/instance-2705629-1278572960.wbo
1790.05/1790.01	c   Variables        : 2031 (1131 binary, 0 integer, 900 implicit integer, 0 continuous)
1790.05/1790.01	c   Constraints      : 3608 initial, 3608 maximal
1790.05/1790.01	c Presolved Problem  :
1790.05/1790.01	c   Problem name     : t_HOME/instance-2705629-1278572960.wbo
1790.05/1790.01	c   Variables        : 1893 (1062 binary, 0 integer, 831 implicit integer, 0 continuous)
1790.05/1790.01	c   Constraints      : 3329 initial, 26949 maximal
1790.05/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.05/1790.01	c   trivial          :       0.00         69          0          0          0          0          0          0          0
1790.05/1790.01	c   dualfix          :       0.00         69          0          0          0          0          0          0          0
1790.05/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.05/1790.01	c   setppc           :       0.00          0          0          0          0          0          5          0          0
1790.05/1790.01	c   linear           :       0.05          0          0          0        916          0        205        143          0
1790.05/1790.01	c   indicator        :       0.00          0          0          0          0          0         69          0          0
1790.05/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.05/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.01	c   root node        :          -       1408          -          -       1408          -          -          -          -
1790.05/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.01	c   integral         :          0          0          0     517260          0        238       2457          0          0     990686
1790.05/1790.01	c   setppc           :         44          6    4399686      19685          0      73192    3033698          0          0          0
1790.05/1790.01	c   linear           :        831          6    4327483      19762          0     117069   15955756     113301          0          0
1790.05/1790.01	c   indicator        :        831          0    4206753      19767          0       1633    3652961          0          0          0
1790.05/1790.01	c   logicor          :       1623+         6    2033048       1765          0     168674    7198717          0          0          0
1790.05/1790.01	c   bounddisjunction :          0+         0     429194          0          0         51       1846          0          0          0
1790.05/1790.01	c   countsols        :          0          0          0       1765          0          0          0          0          0          0
1790.05/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.05/1790.01	c   integral         :      34.22       0.00       0.00      34.22       0.00
1790.05/1790.01	c   setppc           :      17.25       0.00      17.24       0.01       0.00
1790.05/1790.01	c   linear           :      74.38       0.00      73.84       0.54       0.00
1790.05/1790.01	c   indicator        :      25.94       0.02      25.47       0.45       0.00
1790.05/1790.01	c   logicor          :     198.98       0.00     198.96       0.02       0.00
1790.05/1790.01	c   bounddisjunction :       0.87       0.00       0.87       0.00       0.00
1790.05/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.05/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.05/1790.01	c   vbounds          :       0.75      82346          0       1059
1790.05/1790.01	c   rootredcost      :       0.64         22          0        704
1790.05/1790.01	c   pseudoobj        :      65.40    4411210      10627    4074373
1790.05/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.05/1790.01	c   propagation      :      15.04     369613     369233    2195485       25.9      10699       24.2          -
1790.05/1790.01	c   infeasible LP    :      19.51     118176     118170     909932       42.9       1131       17.0          0
1790.05/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.05/1790.01	c   applied globally :          -          -          -    1227171       25.6          -          -          -
1790.05/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.05/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.05/1790.01	c   cut pool         :       0.00          5          -          -        164          -    (maximal pool size: 506)
1790.05/1790.01	c   redcost          :      19.55     519349          0      22374          0          0
1790.05/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1790.05/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.05/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.05/1790.01	c   gomory           :       0.29          6          0          0        708          0
1790.05/1790.01	c   strongcg         :       0.25          6          0          0       1636          0
1790.05/1790.01	c   cmir             :       0.03          6          0          0          0          0
1790.05/1790.01	c   flowcover        :       0.06          6          0          0          0          0
1790.05/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.05/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.05/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.05/1790.01	c   rapidlearning    :       0.04          1          0          0          0          0
1790.05/1790.01	c Pricers            :       Time      Calls       Vars
1790.05/1790.01	c   problem variables:       0.00          0          0
1790.05/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.01	c   relpscost        :      33.84     497477        238       2457          0          0     990686
1790.05/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   inference        :       0.16       1744          0          0          0          0       3517
1790.05/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.05/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.05/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.05/1790.01	c   LP solutions     :       0.03          -         21
1790.05/1790.01	c   pseudo solutions :       0.00          -          0
1790.05/1790.01	c   intshifting      :       0.01          0          0
1790.05/1790.01	c   oneopt           :       0.33         20          0
1790.05/1790.01	c   feaspump         :       0.02          1          0
1790.05/1790.01	c   crossover        :       0.58         13          0
1790.05/1790.01	c   veclendiving     :       0.30        125          0
1790.05/1790.01	c   linesearchdiving :       0.28        125          0
1790.05/1790.01	c   guideddiving     :       0.41        125          0
1790.05/1790.01	c   coefdiving       :       0.52        125          0
1790.05/1790.01	c   rootsoldiving    :       0.49         63          0
1790.05/1790.01	c   pscostdiving     :       0.36        126          0
1790.05/1790.01	c   fracdiving       :       0.43        126          0
1790.05/1790.01	c   objpscostdiving  :       0.35         64          0
1790.05/1790.01	c   trivial          :       0.00          2          0
1790.05/1790.01	c   simplerounding   :       0.57     497738          0
1790.05/1790.01	c   zirounding       :       0.24       1000          0
1790.05/1790.01	c   rounding         :       0.89       9953          0
1790.05/1790.01	c   shifting         :       0.85       3105          0
1790.05/1790.01	c   twoopt           :       0.00          0          0
1790.05/1790.01	c   fixandinfer      :       0.00          0          0
1790.05/1790.01	c   intdiving        :       0.00          0          0
1790.05/1790.01	c   actconsdiving    :       0.00          0          0
1790.05/1790.01	c   octane           :       0.00          0          0
1790.05/1790.01	c   rens             :       0.03          1          0
1790.05/1790.01	c   rins             :       0.00          0          0
1790.05/1790.01	c   localbranching   :       0.00          0          0
1790.05/1790.01	c   mutation         :       0.00          0          0
1790.05/1790.01	c   dins             :       0.00          0          0
1790.05/1790.01	c   undercover       :       0.00          0          0
1790.05/1790.01	c   nlp              :       0.14          0          0
1790.05/1790.01	c   trysol           :       0.23         94         61
1790.05/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.05/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.05/1790.01	c   dual LP          :     957.03     632109    9249753      14.63    9665.11
1790.05/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.05/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.05/1790.01	c   diving/probing LP:       2.05       1543      12341       8.00    6032.79
1790.05/1790.01	c   strong branching :      29.42      10314     302607      29.34   10285.48
1790.05/1790.01	c     (at root node) :          -         15       4415     294.33          -
1790.05/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.05/1790.01	c B&B Tree           :
1790.05/1790.01	c   number of runs   :          1
1790.05/1790.01	c   nodes            :     927796
1790.05/1790.01	c   nodes (total)    :     927796
1790.05/1790.01	c   nodes left       :       2835
1790.05/1790.01	c   max depth        :         71
1790.05/1790.01	c   max depth (total):         71
1790.05/1790.01	c   backtracks       :     110632 (11.9%)
1790.05/1790.01	c   delayed cutoffs  :      60165
1790.05/1790.01	c   repropagations   :    1813531 (5599210 domain reductions, 57746 cutoffs)
1790.05/1790.01	c   avg switch length:       5.54
1790.05/1790.01	c   switching time   :     196.20
1790.05/1790.01	c Solution           :
1790.05/1790.01	c   Solutions found  :         82 (22 improvements)
1790.05/1790.01	c   First Solution   : +4.24880000000000e+04   (in run 1, after 78 nodes, 6.34 seconds, depth 27, found by <trysol>)
1790.05/1790.01	c   Primal Bound     : +1.60000000000000e+01   (in run 1, after 571319 nodes, 1091.74 seconds, depth 26, found by <relaxation>)
1790.05/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.05/1790.01	c   Gap              :   infinite
1790.05/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.05/1790.01	c   Root Iterations  :        257
1790.05/1790.09	c Time complete: 1790.14.

Verifier Data

OK	16

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705629-1278572960/watcher-2705629-1278572960 -o /tmp/evaluation-result-2705629-1278572960/solver-2705629-1278572960 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705629-1278572960.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.41 0.11 0.03 4/182 10230
/proc/meminfo: memFree=28346040/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=12552 CPUtime=0
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 1973 0 0 0 0 0 0 0 25 0 1 0 25508712 12853248 1892 4089446400 4194304 10345943 140736468019504 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/10230/statm: 3138 1892 429 1502 0 1631 0

[startup+0.076536 s]
/proc/loadavg: 0.41 0.11 0.03 4/182 10230
/proc/meminfo: memFree=28346040/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=27504 CPUtime=0.06
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 5913 0 0 0 6 0 0 0 25 0 1 0 25508712 28164096 5478 4089446400 4194304 10345943 140736468019504 18446744073709551615 5017658 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 6876 5478 541 1502 0 5369 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 27504

[startup+0.100529 s]
/proc/loadavg: 0.41 0.11 0.03 4/182 10230
/proc/meminfo: memFree=28346040/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=27504 CPUtime=0.09
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 5925 0 0 0 9 0 0 0 25 0 1 0 25508712 28164096 5490 4089446400 4194304 10345943 140736468019504 18446744073709551615 6325647 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 6876 5490 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.41 0.11 0.03 4/182 10230
/proc/meminfo: memFree=28346040/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=36688 CPUtime=0.29
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 11924 0 0 0 28 1 0 0 18 0 1 0 25508712 37568512 7675 4089446400 4194304 10345943 140736468019504 18446744073709551615 6128077 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 9172 7675 747 1502 0 7665 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36688

[startup+0.700419 s]
/proc/loadavg: 0.41 0.11 0.03 4/182 10230
/proc/meminfo: memFree=28346040/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=45132 CPUtime=0.69
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 13810 0 0 0 67 2 0 0 18 0 1 0 25508712 46215168 9561 4089446400 4194304 10345943 140736468019504 18446744073709551615 5852502 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 11283 9561 750 1502 0 9776 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45132

[startup+1.50027 s]
/proc/loadavg: 0.41 0.11 0.03 3/183 10231
/proc/meminfo: memFree=28307716/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=48404 CPUtime=1.49
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 17677 0 0 0 147 2 0 0 19 0 1 0 25508712 49565696 9950 4089446400 4194304 10345943 140736468019504 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 12101 9950 780 1502 0 10594 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48404

[startup+3.10098 s]
/proc/loadavg: 0.54 0.14 0.04 3/183 10231
/proc/meminfo: memFree=28307604/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=47528 CPUtime=3.09
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 21197 0 0 0 305 4 0 0 25 0 1 0 25508712 48668672 9945 4089446400 4194304 10345943 140736468019504 18446744073709551615 7569955 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 11882 9945 781 1502 0 10375 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47528

[startup+6.3004 s]
/proc/loadavg: 0.54 0.14 0.04 3/183 10231
/proc/meminfo: memFree=28305348/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=47724 CPUtime=6.29
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 31834 0 0 0 622 7 0 0 25 0 1 0 25508712 48869376 10002 4089446400 4194304 10345943 140736468019504 18446744073709551615 7569496 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 11931 10002 783 1502 0 10424 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47724

[startup+12.7002 s]
/proc/loadavg: 0.76 0.20 0.06 3/183 10232
/proc/meminfo: memFree=28273956/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=56292 CPUtime=12.69
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 58307 0 0 0 1256 13 0 0 25 0 1 0 25508712 57643008 11973 4089446400 4194304 10345943 140736468019504 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 14073 11973 789 1502 0 12566 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56292

[startup+25.5009 s]
/proc/loadavg: 1.02 0.28 0.09 3/183 10232
/proc/meminfo: memFree=28264772/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=61796 CPUtime=25.49
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 73754 0 0 0 2529 20 0 0 25 0 1 0 25508712 63279104 13848 4089446400 4194304 10345943 140736468019504 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 15449 13848 801 1502 0 13942 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61796

[startup+51.1002 s]
/proc/loadavg: 1.36 0.41 0.14 3/183 10232
/proc/meminfo: memFree=28239472/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=76808 CPUtime=51.09
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 85225 0 0 0 5076 33 0 0 25 0 1 0 25508712 78651392 17822 4089446400 4194304 10345943 140736468019504 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 19202 17822 801 1502 0 17695 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 76808

[startup+102.307 s]
/proc/loadavg: 1.88 0.71 0.25 3/183 10234
/proc/meminfo: memFree=28206776/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=91320 CPUtime=102.3
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 117648 0 0 0 10169 61 0 0 25 0 1 0 25508712 93511680 21001 4089446400 4194304 10345943 140736468019504 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 22830 21001 801 1502 0 21323 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 91320

[startup+162.301 s]
/proc/loadavg: 1.98 0.95 0.37 3/183 10236
/proc/meminfo: memFree=28194016/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=103040 CPUtime=162.3
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 152740 0 0 0 16134 96 0 0 25 0 1 0 25508712 105512960 23881 4089446400 4194304 10345943 140736468019504 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 25760 23881 801 1502 0 24253 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 103040

[startup+222.301 s]
/proc/loadavg: 2.04 1.16 0.47 3/183 10237
/proc/meminfo: memFree=28173252/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=120060 CPUtime=222.3
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 172148 0 0 0 22104 126 0 0 25 0 1 0 25508712 122941440 27387 4089446400 4194304 10345943 140736468019504 18446744073709551615 6803098 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 30015 27387 801 1502 0 28508 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 120060

[startup+282.301 s]
/proc/loadavg: 2.01 1.31 0.56 3/183 10239
/proc/meminfo: memFree=28164152/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=128308 CPUtime=282.3
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 182816 0 0 0 28081 149 0 0 25 0 1 0 25508712 131387392 29512 4089446400 4194304 10345943 140736468019504 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 32077 29512 801 1502 0 30570 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 128308

[startup+342.301 s]
/proc/loadavg: 2.00 1.43 0.65 3/183 10240
/proc/meminfo: memFree=28155680/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=133240 CPUtime=342.3
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 190661 0 0 0 34056 174 0 0 25 0 1 0 25508712 136437760 30797 4089446400 4194304 10345943 140736468019504 18446744073709551615 6785523 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 33310 30797 801 1502 0 31803 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 133240

[startup+402.3 s]
/proc/loadavg: 2.00 1.53 0.73 3/183 10242
/proc/meminfo: memFree=28147436/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=141980 CPUtime=402.3
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 196657 0 0 0 40032 198 0 0 25 0 1 0 25508712 145387520 32637 4089446400 4194304 10345943 140736468019504 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 35495 32637 801 1502 0 33988 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 141980

[startup+462.3 s]
/proc/loadavg: 2.00 1.61 0.81 3/183 10244
/proc/meminfo: memFree=28143064/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=144296 CPUtime=462.31
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 213056 0 0 0 46004 227 0 0 25 0 1 0 25508712 147759104 33497 4089446400 4194304 10345943 140736468019504 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 36074 33497 801 1502 0 34567 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 144296

[startup+522.3 s]
/proc/loadavg: 2.00 1.68 0.87 3/183 10245
/proc/meminfo: memFree=28138812/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=148552 CPUtime=522.31
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 225497 0 0 0 51972 259 0 0 25 0 1 0 25508712 152117248 34459 4089446400 4194304 10345943 140736468019504 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 37138 34459 801 1502 0 35631 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 148552

[startup+582.3 s]
/proc/loadavg: 2.00 1.74 0.95 3/183 10250
/proc/meminfo: memFree=28133524/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=153140 CPUtime=582.3
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 235574 0 0 0 57942 288 0 0 25 0 1 0 25508712 156815360 35072 4089446400 4194304 10345943 140736468019504 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 38285 35072 801 1502 0 36778 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 153140

[startup+642.3 s]
/proc/loadavg: 2.00 1.78 1.01 3/183 10251
/proc/meminfo: memFree=28129344/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=152268 CPUtime=642.31
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 257735 0 0 0 63912 319 0 0 25 0 1 0 25508712 155922432 35248 4089446400 4194304 10345943 140736468019504 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 38067 35248 801 1502 0 36560 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 152268

[startup+702.301 s]

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

/proc/meminfo: memFree=28112812/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=161036 CPUtime=1062.32
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 322825 0 0 0 105733 499 0 0 25 0 1 0 25508712 164900864 37480 4089446400 4194304 10345943 140736468019504 18446744073709551615 6337447 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 40259 37480 801 1502 0 38752 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 161036

[startup+1122.3 s]
/proc/loadavg: 2.04 1.98 1.41 3/183 10264
/proc/meminfo: memFree=28112268/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=161172 CPUtime=1122.33
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 340580 0 0 0 111705 528 0 0 25 0 1 0 25508712 165040128 37582 4089446400 4194304 10345943 140736468019504 18446744073709551615 6702848 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 40293 37582 801 1502 0 38786 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 161172

[startup+1182.3 s]
/proc/loadavg: 2.05 2.00 1.45 3/183 10266
/proc/meminfo: memFree=28111608/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=161660 CPUtime=1182.33
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 348621 0 0 0 117678 555 0 0 25 0 1 0 25508712 165539840 37703 4089446400 4194304 10345943 140736468019504 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 40415 37703 801 1502 0 38908 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 161660

[startup+1242.3 s]
/proc/loadavg: 2.12 2.03 1.49 3/183 10267
/proc/meminfo: memFree=28110460/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=162184 CPUtime=1242.33
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 356433 0 0 0 123651 582 0 0 25 0 1 0 25508712 166076416 37789 4089446400 4194304 10345943 140736468019504 18446744073709551615 6518778 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 40546 37789 801 1502 0 39039 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 162184

[startup+1302.3 s]
/proc/loadavg: 2.04 2.02 1.52 3/183 10269
/proc/meminfo: memFree=28109672/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=162724 CPUtime=1302.33
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 369583 0 0 0 129627 606 0 0 25 0 1 0 25508712 166629376 37921 4089446400 4194304 10345943 140736468019504 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 40681 37921 801 1502 0 39174 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 162724

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 1.55 3/183 10271
/proc/meminfo: memFree=28105892/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=166952 CPUtime=1362.33
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 372349 0 0 0 135605 628 0 0 25 0 1 0 25508712 170958848 38684 4089446400 4194304 10345943 140736468019504 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 41738 38684 801 1502 0 40231 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 166952

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.57 3/183 10272
/proc/meminfo: memFree=28103360/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=168888 CPUtime=1422.34
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 377406 0 0 0 141580 654 0 0 25 0 1 0 25508712 172941312 39370 4089446400 4194304 10345943 140736468019504 18446744073709551615 6307527 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 42222 39370 801 1502 0 40715 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 168888

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.60 3/183 10274
/proc/meminfo: memFree=28101580/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=169716 CPUtime=1482.33
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 379229 0 0 0 147554 679 0 0 25 0 1 0 25508712 173789184 39722 4089446400 4194304 10345943 140736468019504 18446744073709551615 18446744073699065904 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 42429 39722 801 1502 0 40922 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 169716

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.62 3/183 10275
/proc/meminfo: memFree=28098920/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=174692 CPUtime=1542.33
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 384632 0 0 0 153529 704 0 0 25 0 1 0 25508712 178884608 40477 4089446400 4194304 10345943 140736468019504 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 43673 40477 801 1502 0 42166 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 174692

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.64 3/183 10277
/proc/meminfo: memFree=28098248/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=176392 CPUtime=1602.34
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 388059 0 0 0 159502 732 0 0 25 0 1 0 25508712 180625408 40583 4089446400 4194304 10345943 140736468019504 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 44098 40583 801 1502 0 42591 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 176392

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.66 3/183 10279
/proc/meminfo: memFree=28097452/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=174428 CPUtime=1662.34
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 394416 0 0 0 165478 756 0 0 25 0 1 0 25508712 178614272 40663 4089446400 4194304 10345943 140736468019504 18446744073709551615 4966805 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 43607 40663 801 1502 0 42100 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 174428

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/183 10280
/proc/meminfo: memFree=28094168/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=177964 CPUtime=1722.35
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 399290 0 0 0 171454 781 0 0 25 0 1 0 25508712 182235136 41381 4089446400 4194304 10345943 140736468019504 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 44491 41381 801 1502 0 42984 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 177964

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.69 3/183 10282
/proc/meminfo: memFree=28091644/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=179160 CPUtime=1782.35
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 404604 0 0 0 177429 806 0 0 25 0 1 0 25508712 183459840 41900 4089446400 4194304 10345943 140736468019504 18446744073709551615 6119874 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 44790 41900 801 1502 0 43283 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 179160

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.69 2/178 10299
/proc/meminfo: memFree=28229180/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=179120 CPUtime=1785.55
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 404852 0 0 0 177748 807 0 0 25 0 1 0 25508712 183418880 41732 4089446400 4194304 10345943 140736468019504 18446744073709551615 6785205 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 44780 41732 801 1502 0 43273 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 179120

[startup+1787.1 s]
/proc/loadavg: 1.92 1.98 1.69 2/178 10299
/proc/meminfo: memFree=28229180/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=180120 CPUtime=1787.15
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 404984 0 0 0 177907 808 0 0 25 0 1 0 25508712 184442880 41766 4089446400 4194304 10345943 140736468019504 18446744073709551615 7569532 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 45030 41766 801 1502 0 43523 0
Current children cumulated CPU time (s) 1787.15
Current children cumulated vsize (KiB) 180120

[startup+1788.7 s]
/proc/loadavg: 1.92 1.98 1.69 2/178 10299
/proc/meminfo: memFree=28229332/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=179224 CPUtime=1788.75
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 405323 0 0 0 178066 809 0 0 25 0 1 0 25508712 183525376 41737 4089446400 4194304 10345943 140736468019504 18446744073709551615 6880223 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 44806 41737 801 1502 0 43299 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 179224

[startup+1789.5 s]
/proc/loadavg: 1.92 1.98 1.69 2/178 10299
/proc/meminfo: memFree=28229332/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=179224 CPUtime=1789.55
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 405397 0 0 0 178146 809 0 0 25 0 1 0 25508712 183525376 41810 4089446400 4194304 10345943 140736468019504 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 44806 41810 801 1502 0 43299 0
Current children cumulated CPU time (s) 1789.55
Current children cumulated vsize (KiB) 179224

[startup+1789.9 s]
/proc/loadavg: 1.92 1.98 1.69 2/178 10299
/proc/meminfo: memFree=28229456/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=179436 CPUtime=1789.95
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 405415 0 0 0 178186 809 0 0 25 0 1 0 25508712 183742464 41828 4089446400 4194304 10345943 140736468019504 18446744073709551615 4214435 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 44859 41828 801 1502 0 43352 0
Current children cumulated CPU time (s) 1789.95
Current children cumulated vsize (KiB) 179436

[startup+1790 s]
/proc/loadavg: 1.92 1.98 1.69 2/178 10299
/proc/meminfo: memFree=28229456/32951124 swapFree=67111528/67111528
[pid=10230] ppid=10228 vsize=180176 CPUtime=1790.05
/proc/10230/stat : 10230 (pbscip.linux.x8) R 10228 10230 10055 0 -1 4202496 405430 0 0 0 178196 809 0 0 25 0 1 0 25508712 184500224 41843 4089446400 4194304 10345943 140736468019504 18446744073709551615 6785205 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/10230/statm: 45044 41843 801 1502 0 43537 0
Current children cumulated CPU time (s) 1790.05
Current children cumulated vsize (KiB) 180176

Child status: 0
Real time (s): 1790.09
CPU time (s): 1790.14
CPU user time (s): 1782.04
CPU system time (s): 8.10177
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 181252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.04
system time used= 8.10177
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 405434
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= 5
involuntary context switches= 1157

runsolver used 3.19951 second user time and 5.95709 second system time

The end

Launcher Data

Begin job on node133 at 2010-07-08 09:09:20
IDJOB=2705629
IDBENCH=78957
IDSOLVER=1214
FILE ID=node133/2705629-1278572960
PBS_JOBID= 11240189
Free space on /tmp= 73644 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.1900546076--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-2705629-1278572960/watcher-2705629-1278572960 -o /tmp/evaluation-result-2705629-1278572960/solver-2705629-1278572960 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705629-1278572960.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 0b9d6337ad7964b2b0f1686d5d01e741
RANDOM SEED=418436627

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28346568 kB
Buffers:        165208 kB
Cached:        4170340 kB
SwapCached:          0 kB
Active:        1293888 kB
Inactive:      3141292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28346568 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25780 kB
Writeback:           0 kB
AnonPages:       99316 kB
Mapped:          17660 kB
Slab:           105920 kB
PageTables:       4812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   245740 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73644 MiB
End job on node133 at 2010-07-08 09:39:10