Trace number 2705512

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.17 1790.11

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900582300--soft-66-100-0.wbo
MD5SUM1aa357a852c71e740dd551340d4d5189
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 benchmark295.669
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints911
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 46278
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46277
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 683
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-2705512-1278572954.wbo>
0.00/0.02	c original problem has 2053 variables (1142 bin, 0 int, 911 impl, 0 cont) and 3619 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	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, 206 impls, 11 clqs
0.00/0.07	c (round 2) 0 del vars, 104 del conss, 911 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 206 impls, 11 clqs
0.08/0.09	c (round 3) 50 del vars, 266 del conss, 931 chg bounds, 142 chg sides, 0 chg coeffs, 0 upgd conss, 206 impls, 11 clqs
0.09/0.10	c (round 4) 140 del vars, 266 del conss, 931 chg bounds, 142 chg sides, 0 chg coeffs, 1671 upgd conss, 206 impls, 11 clqs
0.09/0.10	c (round 5) 140 del vars, 272 del conss, 931 chg bounds, 142 chg sides, 0 chg coeffs, 1671 upgd conss, 206 impls, 11 clqs
0.09/0.14	c    (0.1s) probing: 101/1072 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (6 rounds):
0.09/0.14	c  140 deleted vars, 272 deleted constraints, 931 tightened bounds, 0 added holes, 142 changed sides, 0 changed coefficients
0.09/0.14	c  1876 implications, 11 cliques
0.09/0.14	c presolved problem has 1913 variables (1072 bin, 0 int, 841 impl, 0 cont) and 3347 constraints
0.09/0.14	c      36 constraints of type <setppc>
0.09/0.14	c     841 constraints of type <linear>
0.09/0.14	c     841 constraints of type <indicator>
0.09/0.14	c    1629 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.11
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 1.2.1.3
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1789.98
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 3420
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/indicator/addCouplingCons = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.15	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.15	c   0.1s|     1 |     0 |    25 |     - |8853k|   0 |  18 |1913 |3347 |1913 |1665 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    73 |     - |8909k|   0 |  39 |1913 |3347 |1913 |1680 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   155 |     - |9319k|   0 |  64 |1913 |3347 |1913 |1693 |  28 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.47	c   0.4s|     1 |     0 |   287 |     - |9779k|   0 |  80 |1913 |3347 |1913 |1708 |  43 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.62	c   0.6s|     1 |     0 |   294 |     - |9782k|   0 |  75 |1913 |3347 |1913 |1714 |  49 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.78	c   0.8s|     1 |     0 |   375 |     - |9792k|   0 |  74 |1913 |3347 |1913 |1715 |  50 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.95	c   0.9s|     1 |     0 |   413 |     - |  10M|   0 |  73 |1913 |3347 |1913 |1724 |  59 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.68/1.77	c   1.7s|     1 |     2 |   413 |     - |  10M|   0 |  73 |1913 |3347 |1913 |1724 |  59 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
17.50/17.50	o 42417
17.50/17.50	c y17.5s|    48 |    45 |  4871 |  94.9 |  10M|  18 |   - |1913 |3353 |   0 |   0 |  98 |   6 | 573 | 0.000000e+00 | 4.241700e+04 |    Inf 
25.39/25.44	o 412
25.39/25.44	c *25.4s|  4544 |  3660 | 21499 |   4.6 |  19M|  85 |   - |1913 |3397 |1913 |1732 |1088 |  58 | 649 | 0.000000e+00 | 4.120000e+02 |    Inf 
26.69/26.75	o 395
26.69/26.75	c *26.7s|  5521 |  4510 | 23269 |   4.1 |  21M|  85 |   - |1913 |3401 |1913 |1731 |1255 |  66 | 649 | 0.000000e+00 | 3.950000e+02 |    Inf 
26.69/26.76	o 390
26.69/26.76	c *26.7s|  5522 |  4480 | 23275 |   4.1 |  21M|  85 |   - |1913 |3401 |1913 |1731 |1255 |  66 | 649 | 0.000000e+00 | 3.900000e+02 |    Inf 
27.59/27.63	o 374
27.59/27.63	c *27.6s|  6182 |  4978 | 23897 |   3.8 |  22M|  89 |   - |1913 |3500 |1913 |1735 |1340 | 165 | 649 | 0.000000e+00 | 3.740000e+02 |    Inf 
27.59/27.66	o 356
27.59/27.66	c *27.6s|  6204 |  4848 | 23991 |   3.8 |  22M|  89 |   - |1913 |3511 |1913 |1721 |1344 | 176 | 649 | 0.000000e+00 | 3.560000e+02 |    Inf 
27.69/27.75	o 341
27.69/27.75	c *27.7s|  6265 |  4780 | 24085 |   3.8 |  22M|  89 |   - |1913 |3552 |1913 |1725 |1373 | 217 | 649 | 0.000000e+00 | 3.410000e+02 |    Inf 
27.69/27.78	o 322
27.69/27.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.69/27.78	c *27.8s|  6281 |  4615 | 24118 |   3.8 |  21M|  89 |   - |1913 |3571 |1913 |1725 |1381 | 236 | 649 | 0.000000e+00 | 3.220000e+02 |    Inf 
27.99/28.03	o 306
27.99/28.03	c *28.0s|  6452 |  4568 | 24460 |   3.7 |  21M|  89 |   - |1913 |3695 |1913 |1736 |1417 | 363 | 649 | 0.000000e+00 | 3.060000e+02 |    Inf 
28.09/28.11	o 287
28.09/28.11	c *28.1s|  6511 |  4443 | 24585 |   3.7 |  21M|  89 |   - |1913 |3715 |1913 |1731 |1424 | 383 | 649 | 0.000000e+00 | 2.870000e+02 |    Inf 
29.60/29.64	o 270
29.60/29.64	c *29.6s|  7464 |  4938 | 27523 |   3.6 |  23M|  89 |   - |1913 |4145 |1913 |1723 |1719 | 847 | 649 | 0.000000e+00 | 2.700000e+02 |    Inf 
30.99/31.06	o 262
30.99/31.06	c *31.0s|  8354 |  5454 | 30227 |   3.6 |  25M|  89 |   - |1913 |4595 |1913 |1717 |1979 |1366 | 649 | 0.000000e+00 | 2.620000e+02 |    Inf 
31.29/31.31	o 255
31.29/31.31	c *31.3s|  8495 |  5496 | 30725 |   3.6 |  25M|  89 |   - |1913 |4605 |1913 |1719 |2056 |1389 | 649 | 0.000000e+00 | 2.550000e+02 |    Inf 
31.39/31.42	o 246
31.39/31.42	c *31.4s|  8571 |  5409 | 31031 |   3.6 |  25M|  89 |   - |1913 |4633 |1913 |1730 |2092 |1419 | 649 | 0.000000e+00 | 2.460000e+02 |    Inf 
31.59/31.64	o 230
31.59/31.64	c *31.6s|  8711 |  5320 | 31315 |   3.5 |  25M|  89 |   - |1913 |4681 |1913 |1737 |2128 |1479 | 649 | 0.000000e+00 | 2.300000e+02 |    Inf 
32.09/32.10	o 215
32.09/32.10	c *32.1s|  8984 |  5280 | 32146 |   3.5 |  25M|  89 |   - |1913 |4899 |1913 |1730 |2253 |1712 | 649 | 0.000000e+00 | 2.150000e+02 |    Inf 
32.19/32.21	o 212
32.19/32.21	c *32.2s|  9048 |  5288 | 32359 |   3.5 |  25M|  89 |   - |1913 |4920 |1913 |1728 |2283 |1735 | 649 | 0.000000e+00 | 2.120000e+02 |    Inf 
32.79/32.87	o 182
32.79/32.87	c *32.8s|  9496 |  5171 | 33476 |   3.5 |  25M|  89 |   - |1913 |5156 |1913 |1723 |2417 |1993 | 649 | 0.000000e+00 | 1.820000e+02 |    Inf 
33.09/33.17	o 160
33.09/33.17	c *33.1s|  9579 |  4674 | 34790 |   3.6 |  24M|  89 |   - |1913 |5185 |1913 |1719 |2443 |2033 | 649 | 0.000000e+00 | 1.600000e+02 |    Inf 
33.09/33.18	o 155
33.09/33.18	c *33.2s|  9580 |  4481 | 34829 |   3.6 |  24M|  89 |   - |1913 |5185 |1913 |1726 |2452 |2033 | 649 | 0.000000e+00 | 1.550000e+02 |    Inf 
33.29/33.30	o 135
33.29/33.30	c *33.3s|  9646 |  4168 | 35101 |   3.6 |  23M|  89 |   - |1913 |5197 |1913 |1738 |2468 |2056 | 649 | 0.000000e+00 | 1.350000e+02 |    Inf 
33.29/33.37	o 119
33.29/33.37	c *33.3s|  9678 |  3822 | 35266 |   3.6 |  22M|  89 |   - |1913 |5213 |1913 |1732 |2480 |2075 | 649 | 0.000000e+00 | 1.190000e+02 |    Inf 
33.29/33.38	o 104
33.29/33.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.29/33.38	c *33.4s|  9679 |  3400 | 35266 |   3.6 |  21M|  89 |   - |1913 |5213 |1913 |1732 |2480 |2075 | 649 | 0.000000e+00 | 1.040000e+02 |    Inf 
33.59/33.64	o 83
33.59/33.64	c *33.6s|  9744 |  2887 | 36714 |   3.7 |  21M|  89 |   - |1913 |5237 |1913 |1731 |2517 |2107 | 649 | 0.000000e+00 | 8.300000e+01 |    Inf 
33.59/33.67	o 68
33.59/33.67	c *33.6s|  9756 |  2384 | 36916 |   3.7 |  20M|  89 |   - |1913 |5009 |1913 |1717 |2517 |2117 | 649 | 0.000000e+00 | 6.800000e+01 |    Inf 
33.69/33.80	o 61
33.69/33.80	c *33.8s|  9794 |  2281 | 37556 |   3.8 |  19M|  89 |   - |1913 |4887 |1913 |1729 |2547 |2148 | 649 | 0.000000e+00 | 6.100000e+01 |    Inf 
33.89/33.97	o 55
33.89/33.97	c *33.9s|  9861 |  2085 | 38342 |   3.8 |  19M|  89 |   - |1913 |4734 |1913 |1739 |2587 |2187 | 649 | 0.000000e+00 | 5.500000e+01 |    Inf 
34.10/34.15	o 50
34.10/34.15	c *34.1s|  9932 |  1988 | 39158 |   3.9 |  19M|  89 |   - |1913 |4635 |1913 |1720 |2604 |2216 | 649 | 0.000000e+00 | 5.000000e+01 |    Inf 
34.19/34.23	o 41
34.19/34.23	c *34.2s|  9971 |  1869 | 39537 |   3.9 |  19M|  89 |   - |1913 |4479 |1913 |1720 |2612 |2224 | 649 | 0.000000e+00 | 4.100000e+01 |    Inf 
34.19/34.28	o 40
34.19/34.28	c *34.3s|  9984 |  1875 | 39843 |   3.9 |  19M|  89 |   - |1913 |4400 |1913 |1724 |2619 |2224 | 649 | 0.000000e+00 | 4.000000e+01 |    Inf 
34.29/34.32	o 34
34.29/34.32	c *34.3s|  9995 |  1807 | 40058 |   4.0 |  18M|  89 |   - |1913 |4361 |1913 |1727 |2629 |2229 | 649 | 0.000000e+00 | 3.400000e+01 |    Inf 
34.29/34.33	o 8
34.29/34.33	c *34.3s|  9997 |   911 | 40067 |   4.0 |  16M|  89 |   - |1913 |4283 |1913 |1727 |2629 |2231 | 649 | 0.000000e+00 | 8.000000e+00 |    Inf 
34.29/34.37	c  34.3s| 10000 |   914 | 40365 |   4.0 |  16M|  89 |  56 |1913 |3999 |1913 |1717 |2629 |2231 | 649 | 0.000000e+00 | 8.000000e+00 |    Inf 
56.00/56.02	c  56.0s| 20000 |   672 |173086 |   8.6 |  19M|  89 |   - |1913 |8972 |   0 |   0 |4332 |  15k| 985 | 0.000000e+00 | 8.000000e+00 |    Inf 
78.60/78.65	c  78.6s| 30000 |   681 |320314 |  10.7 |  21M|  89 |   - |1913 |  14k|   0 |   0 |5876 |  28k|1229 | 0.000000e+00 | 8.000000e+00 |    Inf 
100.19/100.30	c   100s| 40000 |   703 |454661 |  11.4 |  24M|  89 |   - |1913 |  20k|   0 |   0 |7425 |  41k|1235 | 0.000000e+00 | 8.000000e+00 |    Inf 
125.70/125.71	c   126s| 50000 |   758 |612813 |  12.2 |  24M|  89 |  26 |1913 |  19k|1913 |1717 |8897 |  55k|1488 | 0.000000e+00 | 8.000000e+00 |    Inf 
151.80/151.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
151.80/151.84	c   152s| 60000 |   730 |766209 |  12.8 |  25M|  89 |   - |1913 |  21k|   0 |   0 |  10k|  68k|2010 | 0.000000e+00 | 8.000000e+00 |    Inf 
176.30/176.39	c   176s| 70000 |   764 |907245 |  13.0 |  26M|  89 |  16 |1913 |  23k|1913 |1717 |  12k|  81k|2330 | 0.000000e+00 | 8.000000e+00 |    Inf 
201.89/201.91	c   202s| 80000 |   815 |  1049k|  13.1 |  28M|  89 |   - |1913 |  27k|   0 |   0 |  13k|  94k|2643 | 0.000000e+00 | 8.000000e+00 |    Inf 
229.30/229.30	c   229s| 90000 |   796 |  1205k|  13.4 |  29M|  89 |   - |1913 |  29k|   0 |   0 |  14k| 108k|2982 | 0.000000e+00 | 8.000000e+00 |    Inf 
236.80/236.85	o 6
236.80/236.85	c * 237s| 92892 |   790 |  1247k|  13.4 |  30M|  89 |   - |1913 |  29k|1913 |1720 |  15k| 112k|3030 | 0.000000e+00 | 6.000000e+00 |    Inf 
241.70/241.78	o 3
241.70/241.78	c * 242s| 94933 |   804 |  1272k|  13.4 |  30M|  89 |   - |1913 |  30k|1913 |1722 |  15k| 115k|3102 | 0.000000e+00 | 3.000000e+00 |    Inf 
255.40/255.46	c   255s|100000 |   923 |  1354k|  13.5 |  31M|  89 |   - |1913 |  31k|1913 |1717 |  16k| 121k|3230 | 0.000000e+00 | 3.000000e+00 |    Inf 
280.70/280.78	o 1
280.70/280.78	c * 281s|109586 |   876 |  1495k|  13.6 |  31M|  89 |   - |1913 |  31k|1913 |1724 |  17k| 135k|3485 | 0.000000e+00 | 1.000000e+00 |    Inf 
282.00/282.00	c   282s|110000 |   884 |  1502k|  13.7 |  31M|  89 |  19 |1913 |  30k|1913 |1721 |  17k| 135k|3504 | 0.000000e+00 | 1.000000e+00 |    Inf 
308.10/308.12	c   308s|120000 |   804 |  1655k|  13.8 |  30M|  89 |  20 |1913 |  30k|1913 |1717 |  18k| 149k|3702 | 0.000000e+00 | 1.000000e+00 |    Inf 
335.30/335.31	c   335s|130000 |   802 |  1810k|  13.9 |  29M|  89 |   - |1913 |  27k|1913 |1723 |  19k| 163k|3895 | 0.000000e+00 | 1.000000e+00 |    Inf 
360.20/360.21	c   360s|140000 |   706 |  1943k|  13.9 |  29M|  89 |  15 |1913 |  27k|1913 |1717 |  20k| 177k|4133 | 0.000000e+00 | 1.000000e+00 |    Inf 
385.70/385.76	c   386s|150000 |   658 |  2083k|  13.9 |  27M|  89 |   - |1913 |  23k|1913 |1717 |  21k| 190k|4494 | 0.000000e+00 | 1.000000e+00 |    Inf 
410.51/410.55	c   411s|160000 |   701 |  2210k|  13.8 |  29M|  89 |  29 |1913 |  26k|1913 |1717 |  22k| 204k|4594 | 0.000000e+00 | 1.000000e+00 |    Inf 
436.71/436.72	c   437s|170000 |   763 |  2327k|  13.7 |  30M|  89 |  15 |1913 |  29k|1913 |1717 |  24k| 218k|4690 | 0.000000e+00 | 1.000000e+00 |    Inf 
463.70/463.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
463.70/463.78	c   464s|180000 |   825 |  2454k|  13.6 |  33M|  89 |  21 |1913 |  34k|1913 |1729 |  24k| 232k|4776 | 0.000000e+00 | 1.000000e+00 |    Inf 
492.21/492.22	c   492s|190000 |   803 |  2586k|  13.6 |  32M|  89 |   - |1913 |  32k|   0 |   0 |  26k| 246k|4915 | 0.000000e+00 | 1.000000e+00 |    Inf 
519.71/519.70	c   520s|200000 |   755 |  2717k|  13.6 |  33M|  89 |  18 |1913 |  34k|1913 |1717 |  27k| 260k|5014 | 0.000000e+00 | 1.000000e+00 |    Inf 
547.11/547.14	c   547s|210000 |   733 |  2839k|  13.5 |  32M|  89 |  13 |1913 |  33k|1913 |1717 |  29k| 274k|5139 | 0.000000e+00 | 1.000000e+00 |    Inf 
574.91/574.93	c   575s|220000 |   725 |  2966k|  13.5 |  32M|  89 |   - |1913 |  31k|1913 |1717 |  30k| 289k|5229 | 0.000000e+00 | 1.000000e+00 |    Inf 
602.41/602.46	c   602s|230000 |   853 |  3096k|  13.5 |  34M|  89 |   1 |1913 |  36k|1913 |1717 |  31k| 303k|5312 | 0.000000e+00 | 1.000000e+00 |    Inf 
630.21/630.21	c   630s|240000 |   853 |  3223k|  13.4 |  35M|  89 |  20 |1913 |  37k|1913 |1717 |  33k| 318k|5445 | 0.000000e+00 | 1.000000e+00 |    Inf 
658.31/658.39	c   658s|250000 |   782 |  3357k|  13.4 |  34M|  89 |  14 |1913 |  36k|1913 |1717 |  35k| 333k|5527 | 0.000000e+00 | 1.000000e+00 |    Inf 
686.52/686.52	c   686s|260000 |   771 |  3489k|  13.4 |  33M|  89 |  20 |1913 |  35k|1913 |1723 |  37k| 347k|5620 | 0.000000e+00 | 1.000000e+00 |    Inf 
714.01/714.03	c   714s|270000 |   666 |  3619k|  13.4 |  31M|  89 |  20 |1913 |  31k|1913 |1717 |  38k| 361k|5745 | 0.000000e+00 | 1.000000e+00 |    Inf 
740.22/740.23	c   740s|280000 |   690 |  3743k|  13.4 |  32M|  89 |  23 |1913 |  33k|1913 |1717 |  39k| 376k|5859 | 0.000000e+00 | 1.000000e+00 |    Inf 
768.72/768.72	c   769s|290000 |   674 |  3874k|  13.4 |  32M|  89 |  17 |1913 |  32k|1913 |1723 |  40k| 390k|6038 | 0.000000e+00 | 1.000000e+00 |    Inf 
798.72/798.72	c   799s|300000 |   806 |  4020k|  13.4 |  35M|  89 |  23 |1913 |  38k|1913 |1722 |  41k| 403k|6132 | 0.000000e+00 | 1.000000e+00 |    Inf 
828.61/828.64	c   829s|310000 |   985 |  4168k|  13.4 |  37M|  89 |   - |1913 |  42k|   0 |   0 |  43k| 417k|6261 | 0.000000e+00 | 1.000000e+00 |    Inf 
858.42/858.45	c   858s|320000 |  1075 |  4311k|  13.5 |  38M|  89 |  10 |1913 |  43k|1913 |1722 |  44k| 432k|6316 | 0.000000e+00 | 1.000000e+00 |    Inf 
887.62/887.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
887.62/887.65	c   888s|330000 |  1058 |  4444k|  13.5 |  38M|  89 |  12 |1913 |  42k|1913 |1722 |  45k| 447k|6398 | 0.000000e+00 | 1.000000e+00 |    Inf 
917.52/917.59	c   918s|340000 |   990 |  4586k|  13.5 |  38M|  89 |   - |1913 |  42k|1913 |1722 |  46k| 461k|6522 | 0.000000e+00 | 1.000000e+00 |    Inf 
948.02/948.07	c   948s|350000 |   874 |  4729k|  13.5 |  37M|  89 |   - |1913 |  40k|   0 |   0 |  47k| 476k|6645 | 0.000000e+00 | 1.000000e+00 |    Inf 
977.42/977.43	c   977s|360000 |   866 |  4861k|  13.5 |  36M|  89 |   - |1913 |  37k|1913 |1734 |  48k| 490k|6768 | 0.000000e+00 | 1.000000e+00 |    Inf 
1008.73/1008.79	c  1009s|370000 |   963 |  4992k|  13.5 |  37M|  89 |   - |1913 |  40k|   0 |   0 |  49k| 503k|6862 | 0.000000e+00 | 1.000000e+00 |    Inf 
1044.13/1044.11	c  1044s|380000 |  1208 |  5150k|  13.6 |  39M|  89 |  18 |1913 |  41k|1913 |1730 |  50k| 517k|6946 | 0.000000e+00 | 1.000000e+00 |    Inf 
1078.63/1078.63	c  1079s|390000 |  1206 |  5295k|  13.6 |  40M|  89 |   - |1913 |  41k|   0 |   0 |  50k| 531k|7027 | 0.000000e+00 | 1.000000e+00 |    Inf 
1112.72/1112.74	c  1113s|400000 |  1183 |  5435k|  13.6 |  40M|  89 |  21 |1913 |  43k|1913 |1725 |  51k| 545k|7099 | 0.000000e+00 | 1.000000e+00 |    Inf 
1146.33/1146.36	c  1146s|410000 |  1129 |  5578k|  13.6 |  39M|  89 |  26 |1913 |  40k|1913 |1738 |  52k| 559k|7178 | 0.000000e+00 | 1.000000e+00 |    Inf 
1178.43/1178.44	c  1178s|420000 |  1118 |  5709k|  13.6 |  39M|  89 |   - |1913 |  41k|1913 |1717 |  53k| 573k|7268 | 0.000000e+00 | 1.000000e+00 |    Inf 
1208.43/1208.44	c  1208s|430000 |  1327 |  5831k|  13.6 |  42M|  89 |   - |1913 |  45k|   0 |   0 |  54k| 588k|7337 | 0.000000e+00 | 1.000000e+00 |    Inf 
1238.83/1238.89	c  1239s|440000 |  1361 |  5957k|  13.5 |  43M|  89 |   - |1913 |  47k|   0 |   0 |  55k| 603k|7409 | 0.000000e+00 | 1.000000e+00 |    Inf 
1267.23/1267.25	c  1267s|450000 |  1385 |  6064k|  13.5 |  44M|  89 |   - |1913 |  49k|   0 |   0 |  57k| 618k|7506 | 0.000000e+00 | 1.000000e+00 |    Inf 
1298.83/1298.80	c  1299s|460000 |  1478 |  6185k|  13.4 |  43M|  89 |   - |1913 |  46k|   0 |   0 |  58k| 632k|7568 | 0.000000e+00 | 1.000000e+00 |    Inf 
1334.74/1334.75	c  1335s|470000 |  1630 |  6328k|  13.5 |  45M|  89 |  15 |1913 |  49k|1913 |1725 |  59k| 647k|7639 | 0.000000e+00 | 1.000000e+00 |    Inf 
1366.94/1366.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1366.94/1366.94	c  1367s|480000 |  1789 |  6460k|  13.5 |  48M|  89 |   - |1913 |  54k|   0 |   0 |  60k| 661k|7723 | 0.000000e+00 | 1.000000e+00 |    Inf 
1400.03/1400.06	c  1400s|490000 |  1850 |  6595k|  13.5 |  49M|  89 |  30 |1913 |  54k|1913 |1740 |  61k| 676k|7798 | 0.000000e+00 | 1.000000e+00 |    Inf 
1433.94/1433.94	c  1434s|500000 |  1781 |  6730k|  13.5 |  48M|  89 |  23 |1913 |  51k|1913 |1717 |  62k| 691k|7851 | 0.000000e+00 | 1.000000e+00 |    Inf 
1470.14/1470.17	c  1470s|510000 |  1850 |  6873k|  13.5 |  50M|  89 |  21 |1913 |  55k|1913 |1717 |  63k| 705k|7914 | 0.000000e+00 | 1.000000e+00 |    Inf 
1507.94/1507.91	c  1508s|520000 |  1868 |  7029k|  13.5 |  52M|  89 |  28 |1913 |  58k|1913 |1717 |  63k| 721k|7973 | 0.000000e+00 | 1.000000e+00 |    Inf 
1544.94/1544.92	c  1545s|530000 |  1812 |  7172k|  13.5 |  48M|  89 |   - |1913 |  51k|   0 |   0 |  64k| 736k|8050 | 0.000000e+00 | 1.000000e+00 |    Inf 
1579.44/1579.42	c  1579s|540000 |  1764 |  7309k|  13.5 |  48M|  89 |   - |1913 |  52k|   0 |   0 |  65k| 750k|8122 | 0.000000e+00 | 1.000000e+00 |    Inf 
1613.95/1613.97	c  1614s|550000 |  1713 |  7448k|  13.5 |  47M|  89 |   - |1913 |  49k|   0 |   0 |  66k| 765k|8198 | 0.000000e+00 | 1.000000e+00 |    Inf 
1648.04/1648.01	c  1648s|560000 |  1696 |  7579k|  13.5 |  48M|  89 |   - |1913 |  51k|   0 |   0 |  67k| 779k|8262 | 0.000000e+00 | 1.000000e+00 |    Inf 
1682.85/1682.85	c  1683s|570000 |  1675 |  7717k|  13.5 |  48M|  89 |   - |1913 |  51k|   0 |   0 |  68k| 793k|8333 | 0.000000e+00 | 1.000000e+00 |    Inf 
1718.05/1718.08	c  1718s|580000 |  1588 |  7862k|  13.6 |  47M|  89 |   - |1913 |  49k|   0 |   0 |  69k| 808k|8404 | 0.000000e+00 | 1.000000e+00 |    Inf 
1750.75/1750.76	c  1751s|590000 |  1562 |  8001k|  13.6 |  47M|  89 |  22 |1913 |  51k|1913 |1725 |  70k| 823k|8478 | 0.000000e+00 | 1.000000e+00 |    Inf 
1783.25/1783.20	c  1783s|600000 |  1722 |  8143k|  13.6 |  50M|  89 |  19 |1913 |  55k|1913 |1725 |  71k| 838k|8548 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.05/1790.00	c 
1790.05/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.00	c Solving Time (sec) : 1789.98
1790.05/1790.00	c Solving Nodes      : 602011
1790.05/1790.00	c Primal Bound       : +1.00000000000000e+00 (140 solutions)
1790.05/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.05/1790.00	c Gap                : infinite
1790.05/1790.02	s SATISFIABLE
1790.05/1790.02	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.02	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.02	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.02	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.02	v -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 -x125 
1790.05/1790.02	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 
1790.05/1790.02	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 x86 -x85 -x84 -x83 -x82 -x81 -x80 
1790.05/1790.02	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 -x56 -x55 -x54 
1790.05/1790.02	v -x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 -x45 x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1790.05/1790.02	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.02	v -x1 
1790.05/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.02	c Solving Time       :    1789.98
1790.05/1790.02	c Original Problem   :
1790.05/1790.02	c   Problem name     : HOME/instance-2705512-1278572954.wbo
1790.05/1790.02	c   Variables        : 2053 (1142 binary, 0 integer, 911 implicit integer, 0 continuous)
1790.05/1790.02	c   Constraints      : 3619 initial, 3619 maximal
1790.05/1790.02	c Presolved Problem  :
1790.05/1790.02	c   Problem name     : t_HOME/instance-2705512-1278572954.wbo
1790.05/1790.02	c   Variables        : 1913 (1072 binary, 0 integer, 841 implicit integer, 0 continuous)
1790.05/1790.02	c   Constraints      : 3347 initial, 58980 maximal
1790.05/1790.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.05/1790.02	c   trivial          :       0.00         70          0          0          0          0          0          0          0
1790.05/1790.02	c   dualfix          :       0.00         70          0          0          0          0          0          0          0
1790.05/1790.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.02	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.05/1790.02	c   setppc           :       0.00          0          0          0          0          0          6          0          0
1790.05/1790.02	c   linear           :       0.06          0          0          0        931          0        196        142          0
1790.05/1790.02	c   indicator        :       0.00          0          0          0          0          0         70          0          0
1790.05/1790.02	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.05/1790.02	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.02	c   root node        :          -       1682          -          -       1682          -          -          -          -
1790.05/1790.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.02	c   integral         :          0          0          0     340307          0        323       3052          0          0     632812
1790.05/1790.02	c   setppc           :         36          6    2644644      19762          1      27085    1667512          0          0          0
1790.05/1790.02	c   linear           :        841          6    2619907      20935          1      82883    9463639      72024          0          0
1790.05/1790.02	c   indicator        :        841          0     429790      11442          0         64     149418          0          0          0
1790.05/1790.02	c   logicor          :       1629+         6    1388981       7961          1      88144    5057150          0          0          0
1790.05/1790.02	c   bounddisjunction :          0+         0     345244          0          0        486       1640          0          0          0
1790.05/1790.02	c   countsols        :          0          0          0       7961          1          0          0          0          0          0
1790.05/1790.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.05/1790.02	c   integral         :      43.29       0.00       0.00      43.29       0.00
1790.05/1790.02	c   setppc           :      12.83       0.00      12.81       0.01       0.00
1790.05/1790.02	c   linear           :      67.99       0.00      67.47       0.52       0.00
1790.05/1790.02	c   indicator        :       2.17       0.00       1.60       0.57       0.00
1790.05/1790.02	c   logicor          :     335.01       0.00     334.88       0.13       0.00
1790.05/1790.02	c   bounddisjunction :       4.54       0.00       4.54       0.00       0.00
1790.05/1790.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.05/1790.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.05/1790.02	c   vbounds          :       0.46       3398          0        624
1790.05/1790.02	c   rootredcost      :       0.45         35          0        841
1790.05/1790.02	c   pseudoobj        :      34.72    2647492        417     144797
1790.05/1790.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.05/1790.02	c   propagation      :      10.55     199015     198616    1179167       29.2       5169       24.1          -
1790.05/1790.02	c   infeasible LP    :      22.63     115402     115402     865251       44.0       1057       15.9          0
1790.05/1790.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.05/1790.02	c   applied globally :          -          -          -     840998       30.0          -          -          -
1790.05/1790.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.05/1790.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.05/1790.02	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 449)
1790.05/1790.02	c   redcost          :      11.91     340515          0       5367          0          0
1790.05/1790.02	c   impliedbounds    :       0.00          6          0          0          0          0
1790.05/1790.02	c   intobj           :       0.00          0          0          0          0          0
1790.05/1790.02	c   cgmip            :       0.00          0          0          0          0          0
1790.05/1790.02	c   gomory           :       0.30          6          0          0       1255          0
1790.05/1790.02	c   strongcg         :       0.27          6          0          0       1998          0
1790.05/1790.02	c   cmir             :       0.04          6          0          0          0          0
1790.05/1790.02	c   flowcover        :       0.06          6          0          0          0          0
1790.05/1790.02	c   clique           :       0.00          6          0          0          0          0
1790.05/1790.02	c   zerohalf         :       0.00          0          0          0          0          0
1790.05/1790.02	c   mcf              :       0.00          1          0          0          0          0
1790.05/1790.02	c   rapidlearning    :       0.05          1          0          0          0          0
1790.05/1790.02	c Pricers            :       Time      Calls       Vars
1790.05/1790.02	c   problem variables:       0.00          0          0
1790.05/1790.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.02	c   relpscost        :      43.01     319278        323       3052          0          0     632812
1790.05/1790.02	c   pscost           :       0.00          0          0          0          0          0          0
1790.05/1790.02	c   inference        :       1.07       7928          0          0          0          0      15980
1790.05/1790.02	c   mostinf          :       0.00          0          0          0          0          0          0
1790.05/1790.02	c   leastinf         :       0.00          0          0          0          0          0          0
1790.05/1790.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.05/1790.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.05/1790.02	c   random           :       0.00          0          0          0          0          0          0
1790.05/1790.02	c Primal Heuristics  :       Time      Calls      Found
1790.05/1790.02	c   LP solutions     :       0.02          -         34
1790.05/1790.02	c   pseudo solutions :       0.00          -          0
1790.05/1790.02	c   feaspump         :       0.02          1          0
1790.05/1790.02	c   oneopt           :       0.30         31          0
1790.05/1790.02	c   crossover        :       0.62         17          0
1790.05/1790.02	c   coefdiving       :       0.48        278          0
1790.05/1790.02	c   pscostdiving     :       0.40        278          0
1790.05/1790.02	c   fracdiving       :       0.43        278          0
1790.05/1790.02	c   linesearchdiving :       0.42        278          0
1790.05/1790.02	c   veclendiving     :       0.42        278          0
1790.05/1790.02	c   guideddiving     :       0.45        279          0
1790.05/1790.02	c   objpscostdiving  :       0.28        222          0
1790.05/1790.02	c   rootsoldiving    :       0.33        222          0
1790.05/1790.02	c   trivial          :       0.00          2          0
1790.05/1790.02	c   simplerounding   :       0.51     319274          0
1790.05/1790.02	c   zirounding       :       0.21       1000          0
1790.05/1790.02	c   rounding         :       0.77       7922          0
1790.05/1790.02	c   shifting         :       0.78       2497          0
1790.05/1790.02	c   intshifting      :       0.01          0          0
1790.05/1790.02	c   twoopt           :       0.00          0          0
1790.05/1790.02	c   fixandinfer      :       0.00          0          0
1790.05/1790.02	c   intdiving        :       0.00          0          0
1790.05/1790.02	c   actconsdiving    :       0.00          0          0
1790.05/1790.02	c   octane           :       0.00          0          0
1790.05/1790.02	c   rens             :       0.03          1          0
1790.05/1790.02	c   rins             :       0.00          0          0
1790.05/1790.02	c   localbranching   :       0.00          0          0
1790.05/1790.02	c   mutation         :       0.00          0          0
1790.05/1790.02	c   dins             :       0.00          0          0
1790.05/1790.02	c   undercover       :       0.00          0          0
1790.05/1790.02	c   nlp              :       0.11          0          0
1790.05/1790.02	c   trysol           :       0.23        272        106
1790.05/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.05/1790.02	c   primal LP        :       0.00          0          0       0.00          -
1790.05/1790.02	c   dual LP          :     828.75     446232    8162596      18.29    9849.26
1790.05/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1790.05/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1790.05/1790.02	c   diving/probing LP:       1.32        814       7930       9.74    6025.64
1790.05/1790.02	c   strong branching :      39.37       8548     336588      39.38    8548.56
1790.05/1790.02	c     (at root node) :          -         15       5315     354.33          -
1790.05/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1790.05/1790.02	c B&B Tree           :
1790.05/1790.02	c   number of runs   :          1
1790.05/1790.02	c   nodes            :     602011
1790.05/1790.02	c   nodes (total)    :     602011
1790.05/1790.02	c   nodes left       :       1723
1790.05/1790.02	c   max depth        :         89
1790.05/1790.02	c   max depth (total):         89
1790.05/1790.02	c   backtracks       :      85796 (14.3%)
1790.05/1790.02	c   delayed cutoffs  :      37197
1790.05/1790.02	c   repropagations   :     960254 (3095680 domain reductions, 36333 cutoffs)
1790.05/1790.02	c   avg switch length:       4.77
1790.05/1790.02	c   switching time   :     248.17
1790.05/1790.02	c Solution           :
1790.05/1790.02	c   Solutions found  :        140 (35 improvements)
1790.05/1790.02	c   First Solution   : +4.24170000000000e+04   (in run 1, after 47 nodes, 17.48 seconds, depth 21, found by <trysol>)
1790.05/1790.02	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 109586 nodes, 280.75 seconds, depth 34, found by <relaxation>)
1790.05/1790.02	c   Dual Bound       : +0.00000000000000e+00
1790.05/1790.02	c   Gap              :   infinite
1790.05/1790.02	c   Root Dual Bound  : +0.00000000000000e+00
1790.05/1790.02	c   Root Iterations  :        413
1790.15/1790.10	c Time complete: 1790.15.

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-2705512-1278572954/watcher-2705512-1278572954 -o /tmp/evaluation-result-2705512-1278572954/solver-2705512-1278572954 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705512-1278572954.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.39 0.09 0.03 4/178 21428
/proc/meminfo: memFree=30602276/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=12336 CPUtime=0
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 1923 0 0 0 0 0 0 0 25 0 1 0 25507699 12632064 1842 4089446400 4194304 10345943 140735876337360 18446744073709551615 8521701 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21428/statm: 3084 1842 429 1502 0 1577 0

[startup+0.0867931 s]
/proc/loadavg: 0.39 0.09 0.03 4/178 21428
/proc/meminfo: memFree=30602276/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=27500 CPUtime=0.08
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 5912 0 0 0 8 0 0 0 25 0 1 0 25507699 28160000 5477 4089446400 4194304 10345943 140735876337360 18446744073709551615 5017667 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 6875 5477 541 1502 0 5368 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27500

[startup+0.100801 s]
/proc/loadavg: 0.39 0.09 0.03 4/178 21428
/proc/meminfo: memFree=30602276/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=27500 CPUtime=0.09
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 5924 0 0 0 9 0 0 0 25 0 1 0 25507699 28160000 5489 4089446400 4194304 10345943 140735876337360 18446744073709551615 5093784 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 6875 5489 550 1502 0 5368 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27500

[startup+0.300753 s]
/proc/loadavg: 0.39 0.09 0.03 4/178 21428
/proc/meminfo: memFree=30602276/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=37176 CPUtime=0.29
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 12033 0 0 0 28 1 0 0 18 0 1 0 25507699 38068224 7786 4089446400 4194304 10345943 140735876337360 18446744073709551615 6197309 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 9294 7786 747 1502 0 7787 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37176

[startup+0.700681 s]
/proc/loadavg: 0.39 0.09 0.03 4/178 21428
/proc/meminfo: memFree=30602276/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=43236 CPUtime=0.69
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 13358 0 0 0 68 1 0 0 18 0 1 0 25507699 44273664 9111 4089446400 4194304 10345943 140735876337360 18446744073709551615 8930754 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 10809 9111 758 1502 0 9302 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43236

[startup+1.50054 s]
/proc/loadavg: 0.52 0.12 0.04 3/179 21429
/proc/meminfo: memFree=30562340/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=50328 CPUtime=1.49
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 18466 0 0 0 147 2 0 0 19 0 1 0 25507699 51535872 10605 4089446400 4194304 10345943 140735876337360 18446744073709551615 7569988 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 12582 10605 778 1502 0 11075 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50328

[startup+3.10024 s]
/proc/loadavg: 0.52 0.12 0.04 3/179 21429
/proc/meminfo: memFree=30560232/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=51476 CPUtime=3.09
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 18947 0 0 0 306 3 0 0 24 0 1 0 25507699 52711424 10935 4089446400 4194304 10345943 140735876337360 18446744073709551615 7606754 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 12869 10935 779 1502 0 11362 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51476

[startup+6.30065 s]
/proc/loadavg: 0.52 0.12 0.04 3/179 21429
/proc/meminfo: memFree=30558328/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=51536 CPUtime=6.29
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 19552 0 0 0 624 5 0 0 25 0 1 0 25507699 52772864 10757 4089446400 4194304 10345943 140735876337360 18446744073709551615 6882573 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 12884 10757 780 1502 0 11377 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51536

[startup+12.7005 s]
/proc/loadavg: 0.75 0.19 0.06 3/179 21429
/proc/meminfo: memFree=30553588/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=51268 CPUtime=12.69
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 23792 0 0 0 1260 9 0 0 25 0 1 0 25507699 52498432 10749 4089446400 4194304 10345943 140735876337360 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 12817 10749 780 1502 0 11310 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51268

[startup+25.5011 s]
/proc/loadavg: 0.94 0.25 0.08 3/179 21429
/proc/meminfo: memFree=30530920/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=62080 CPUtime=25.49
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 48297 0 0 0 2533 16 0 0 25 0 1 0 25507699 63569920 13929 4089446400 4194304 10345943 140735876337360 18446744073709551615 6803465 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 15520 13929 788 1502 0 14013 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62080

[startup+51.1004 s]
/proc/loadavg: 1.30 0.38 0.13 3/179 21430
/proc/meminfo: memFree=30503164/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=75092 CPUtime=51.1
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 89429 0 0 0 5076 34 0 0 25 0 1 0 25507699 76894208 17152 4089446400 4194304 10345943 140735876337360 18446744073709551615 4706489 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 18773 17152 789 1502 0 17266 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 75092

[startup+102.307 s]
/proc/loadavg: 1.72 0.65 0.23 3/179 21458
/proc/meminfo: memFree=30468128/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=82712 CPUtime=102.3
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 108899 0 0 0 10173 57 0 0 25 0 1 0 25507699 84697088 19092 4089446400 4194304 10345943 140735876337360 18446744073709551615 6040278 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 20678 19092 789 1502 0 19171 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 82712

[startup+162.301 s]
/proc/loadavg: 1.89 0.90 0.34 3/179 21460
/proc/meminfo: memFree=30393756/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=87076 CPUtime=162.3
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 139560 0 0 0 16141 89 0 0 25 0 1 0 25507699 89165824 19755 4089446400 4194304 10345943 140735876337360 18446744073709551615 6756198 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 21769 19755 801 1502 0 20262 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 87076

[startup+222.301 s]
/proc/loadavg: 1.96 1.09 0.44 3/179 21462
/proc/meminfo: memFree=30363336/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=88512 CPUtime=222.3
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 153163 0 0 0 22116 114 0 0 25 0 1 0 25507699 90636288 20597 4089446400 4194304 10345943 140735876337360 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 22128 20597 801 1502 0 20621 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 88512

[startup+282.301 s]
/proc/loadavg: 2.06 1.27 0.54 3/179 21463
/proc/meminfo: memFree=30358832/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=93400 CPUtime=282.3
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 175556 0 0 0 28088 142 0 0 25 0 1 0 25507699 95641600 21456 4089446400 4194304 10345943 140735876337360 18446744073709551615 6929822 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 23350 21456 803 1502 0 21843 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 93400

[startup+342.301 s]
/proc/loadavg: 2.05 1.42 0.64 3/179 21465
/proc/meminfo: memFree=30353816/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=93540 CPUtime=342.3
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 184631 0 0 0 34063 167 0 0 25 0 1 0 25507699 95784960 21621 4089446400 4194304 10345943 140735876337360 18446744073709551615 9113898 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 23385 21621 803 1502 0 21878 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 93540

[startup+402.301 s]
/proc/loadavg: 2.02 1.52 0.72 3/179 21466
/proc/meminfo: memFree=30350560/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=92640 CPUtime=402.3
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 193100 0 0 0 40036 194 0 0 25 0 1 0 25507699 94863360 21619 4089446400 4194304 10345943 140735876337360 18446744073709551615 8160726 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 23160 21619 803 1502 0 21653 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 92640

[startup+462.301 s]
/proc/loadavg: 2.00 1.60 0.80 3/179 21468
/proc/meminfo: memFree=30345908/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=94372 CPUtime=462.31
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 199521 0 0 0 46016 215 0 0 25 0 1 0 25507699 96636928 21979 4089446400 4194304 10345943 140735876337360 18446744073709551615 7569831 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 23593 21979 803 1502 0 22086 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 94372

[startup+522.3 s]
/proc/loadavg: 2.00 1.67 0.87 3/179 21469
/proc/meminfo: memFree=30343608/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=95092 CPUtime=522.31
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 206254 0 0 0 51993 238 0 0 25 0 1 0 25507699 97374208 22114 4089446400 4194304 10345943 140735876337360 18446744073709551615 8160000 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 23773 22114 803 1502 0 22266 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 95092

[startup+582.3 s]
/proc/loadavg: 2.00 1.73 0.94 3/179 21474
/proc/meminfo: memFree=30338708/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=96104 CPUtime=582.31
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 211941 0 0 0 57975 256 0 0 25 0 1 0 25507699 98410496 22349 4089446400 4194304 10345943 140735876337360 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 24026 22349 803 1502 0 22519 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 96104

[startup+642.3 s]
/proc/loadavg: 2.00 1.78 1.00 3/179 21476
/proc/meminfo: memFree=30332624/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=98632 CPUtime=642.31
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 217119 0 0 0 63957 274 0 0 25 0 1 0 25507699 100999168 22664 4089446400 4194304 10345943 140735876337360 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 24658 22664 803 1502 0 23151 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 98632

[startup+702.3 s]

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

/proc/meminfo: memFree=30316692/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=105056 CPUtime=1002.32
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 244421 0 0 0 99818 414 0 0 25 0 1 0 25507699 107577344 24251 4089446400 4194304 10345943 140735876337360 18446744073709551615 6307447 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 26264 24251 803 1502 0 24757 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 105056

[startup+1062.3 s]
/proc/loadavg: 2.00 1.94 1.35 3/179 21487
/proc/meminfo: memFree=30315512/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=106496 CPUtime=1062.32
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 246683 0 0 0 105800 432 0 0 25 0 1 0 25507699 109051904 24482 4089446400 4194304 10345943 140735876337360 18446744073709551615 7546642 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 26624 24482 803 1502 0 25117 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 106496

[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.39 3/179 21489
/proc/meminfo: memFree=30314336/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=105728 CPUtime=1122.33
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 249349 0 0 0 111783 450 0 0 25 0 1 0 25507699 108265472 24502 4089446400 4194304 10345943 140735876337360 18446744073709551615 9104790 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 26432 24502 803 1502 0 24925 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 105728

[startup+1182.3 s]
/proc/loadavg: 2.00 1.95 1.42 3/179 21490
/proc/meminfo: memFree=30313296/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=107032 CPUtime=1182.33
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 251339 0 0 0 117763 470 0 0 25 0 1 0 25507699 109600768 24565 4089446400 4194304 10345943 140735876337360 18446744073709551615 7581778 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 26758 24565 803 1502 0 25251 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 107032

[startup+1242.3 s]
/proc/loadavg: 2.00 1.96 1.46 3/179 21492
/proc/meminfo: memFree=30312240/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=106892 CPUtime=1242.33
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 254652 0 0 0 123744 489 0 0 25 0 1 0 25507699 109457408 24833 4089446400 4194304 10345943 140735876337360 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 26723 24833 803 1502 0 25216 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 106892

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.49 3/179 21493
/proc/meminfo: memFree=30308944/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=111208 CPUtime=1302.34
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 260522 0 0 0 129726 508 0 0 25 0 1 0 25507699 113876992 25641 4089446400 4194304 10345943 140735876337360 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 27802 25641 803 1502 0 26295 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 111208

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.52 3/179 21495
/proc/meminfo: memFree=30307024/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=113408 CPUtime=1362.34
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 263097 0 0 0 135709 525 0 0 25 0 1 0 25507699 116129792 26075 4089446400 4194304 10345943 140735876337360 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 28352 26075 803 1502 0 26845 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 113408

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.55 3/179 21497
/proc/meminfo: memFree=30306344/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=112632 CPUtime=1422.35
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 265478 0 0 0 141692 543 0 0 25 0 1 0 25507699 115335168 26213 4089446400 4194304 10345943 140735876337360 18446744073709551615 7523590 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 28158 26213 803 1502 0 26651 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 112632

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.57 3/179 21498
/proc/meminfo: memFree=30305696/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=114576 CPUtime=1482.34
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 267676 0 0 0 147676 558 0 0 25 0 1 0 25507699 117325824 26350 4089446400 4194304 10345943 140735876337360 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 28644 26350 803 1502 0 27137 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 114576

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.59 3/179 21500
/proc/meminfo: memFree=30302924/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=115724 CPUtime=1542.35
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 272700 0 0 0 153658 577 0 0 25 0 1 0 25507699 118501376 26985 4089446400 4194304 10345943 140735876337360 18446744073709551615 7510093 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 28931 26985 803 1502 0 27424 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 115724

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.62 3/179 21501
/proc/meminfo: memFree=30303100/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=115996 CPUtime=1602.34
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 278759 0 0 0 159637 597 0 0 25 0 1 0 25507699 118779904 27052 4089446400 4194304 10345943 140735876337360 18446744073709551615 7569454 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 28999 27052 803 1502 0 27492 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 115996

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.64 3/179 21503
/proc/meminfo: memFree=30302804/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=116176 CPUtime=1662.35
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 282925 0 0 0 165622 613 0 0 25 0 1 0 25507699 118964224 26956 4089446400 4194304 10345943 140735876337360 18446744073709551615 6881396 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 29044 26956 803 1502 0 27537 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 116176

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/179 21504
/proc/meminfo: memFree=30301760/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=118708 CPUtime=1722.35
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 285574 0 0 0 171601 634 0 0 25 0 1 0 25507699 121556992 27285 4089446400 4194304 10345943 140735876337360 18446744073709551615 6520276 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 29677 27285 803 1502 0 28170 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 118708

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.67 3/179 21506
/proc/meminfo: memFree=30301348/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=118708 CPUtime=1782.35
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 285664 0 0 0 177582 653 0 0 25 0 1 0 25507699 121556992 27375 4089446400 4194304 10345943 140735876337360 18446744073709551615 7794300 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 29677 27375 803 1502 0 28170 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 118708

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

[startup+1785.5 s]
/proc/loadavg: 2.00 1.97 1.67 3/179 21506
/proc/meminfo: memFree=30301456/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=118708 CPUtime=1785.55
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 285664 0 0 0 177900 655 0 0 25 0 1 0 25507699 121556992 27375 4089446400 4194304 10345943 140735876337360 18446744073709551615 7569467 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 29677 27375 803 1502 0 28170 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 118708

[startup+1788.7 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 21506
/proc/meminfo: memFree=30301216/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=118708 CPUtime=1788.75
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 285664 0 0 0 178219 656 0 0 25 0 1 0 25507699 121556992 27375 4089446400 4194304 10345943 140735876337360 18446744073709551615 4962578 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 29677 27375 803 1502 0 28170 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 118708

[startup+1789.5 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 21506
/proc/meminfo: memFree=30301216/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=118708 CPUtime=1789.54
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 285664 0 0 0 178298 656 0 0 25 0 1 0 25507699 121556992 27375 4089446400 4194304 10345943 140735876337360 18446744073709551615 7547108 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 29677 27375 803 1502 0 28170 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 118708

[startup+1789.9 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 21506
/proc/meminfo: memFree=30301216/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=118708 CPUtime=1789.95
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 285664 0 0 0 178338 657 0 0 25 0 1 0 25507699 121556992 27375 4089446400 4194304 10345943 140735876337360 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21428/statm: 29677 27375 803 1502 0 28170 0
Current children cumulated CPU time (s) 1789.95
Current children cumulated vsize (KiB) 118708

[startup+1790.1 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 21506
/proc/meminfo: memFree=30301216/32951124 swapFree=67111528/67111528
[pid=21428] ppid=21426 vsize=118708 CPUtime=1790.15
/proc/21428/stat : 21428 (pbscip.linux.x8) R 21426 21428 21280 0 -1 4202496 285853 0 0 0 178358 657 0 0 18 0 1 0 25507699 121556992 27564 4089446400 4194304 10345943 140735876337360 18446744073709551615 9100035 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21428/statm: 29677 27564 804 1502 0 28170 0
Current children cumulated CPU time (s) 1790.15
Current children cumulated vsize (KiB) 118708

Child status: 0
Real time (s): 1790.11
CPU time (s): 1790.17
CPU user time (s): 1783.59
CPU system time (s): 6.578
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 118708

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

runsolver used 2.76258 second user time and 5.82411 second system time

The end

Launcher Data

Begin job on node147 at 2010-07-08 09:09:14
IDJOB=2705512
IDBENCH=78896
IDSOLVER=1214
FILE ID=node147/2705512-1278572954
PBS_JOBID= 11240161
Free space on /tmp= 73816 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.1900582300--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-2705512-1278572954/watcher-2705512-1278572954 -o /tmp/evaluation-result-2705512-1278572954/solver-2705512-1278572954 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705512-1278572954.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 1aa357a852c71e740dd551340d4d5189
RANDOM SEED=1379954573

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30602928 kB
Buffers:        151228 kB
Cached:        1944612 kB
SwapCached:          0 kB
Active:         943308 kB
Inactive:      1254700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30602928 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25608 kB
Writeback:           0 kB
AnonPages:      101488 kB
Mapped:          17724 kB
Slab:            88352 kB
PageTables:       4744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   247052 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= 73804 MiB
End job on node147 at 2010-07-08 09:39:04