Trace number 2705498

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.12 1790.07

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900545610--soft-66-100-0.wbo
MD5SUM75e2f830e9a185ffa43de126e90d54da
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 benchmark306.438
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 constraints906
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 44555
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44554
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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-2705498-1278572953.wbo>
0.00/0.02	c original problem has 2043 variables (1137 bin, 0 int, 906 impl, 0 cont) and 3614 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, 210 impls, 14 clqs
0.00/0.06	c (round 2) 0 del vars, 113 del conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 14 clqs
0.00/0.07	c (round 3) 52 del vars, 165 del conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 1741 upgd conss, 210 impls, 14 clqs
0.00/0.08	c (round 4) 104 del vars, 233 del conss, 906 chg bounds, 52 chg sides, 0 chg coeffs, 1741 upgd conss, 210 impls, 14 clqs
0.09/0.12	c    (0.1s) probing: 101/1085 (9.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.12	c presolving (5 rounds):
0.09/0.12	c  104 deleted vars, 233 deleted constraints, 906 tightened bounds, 0 added holes, 52 changed sides, 0 changed coefficients
0.09/0.12	c  1910 implications, 14 cliques
0.09/0.12	c presolved problem has 1939 variables (1085 bin, 0 int, 854 impl, 0 cont) and 3381 constraints
0.09/0.12	c       1 constraints of type <knapsack>
0.09/0.12	c      51 constraints of type <setppc>
0.09/0.12	c     854 constraints of type <linear>
0.09/0.12	c     854 constraints of type <indicator>
0.09/0.12	c    1621 constraints of type <logicor>
0.09/0.12	c transformed objective value is always integral (scale: 1)
0.09/0.12	c Presolving Time: 0.09
0.09/0.12	c - non default parameters ----------------------------------------------------------------------
0.09/0.12	c # SCIP version 1.2.1.3
0.09/0.12	c 
0.09/0.12	c # frequency for displaying node information lines
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.12	c display/freq = 10000
0.09/0.12	c 
0.09/0.12	c # maximal time in seconds to run
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/time = 1789.98
0.09/0.12	c 
0.09/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/memory = 3420
0.09/0.12	c 
0.09/0.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.12	c # [type: int, range: [1,2], default: 1]
0.09/0.12	c timing/clocktype = 2
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify inequalities
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/linear/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/indicator/addCouplingCons = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify knapsacks
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c separating/rapidlearning/freq = 0
0.09/0.12	c 
0.09/0.12	c -----------------------------------------------------------------------------------------------
0.09/0.12	c start solving
0.09/0.12	c 
0.09/0.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.13	c   0.1s|     1 |     0 |    37 |     - |8862k|   0 |  16 |1939 |3381 |1939 |1673 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    52 |     - |8929k|   0 |  20 |1939 |3400 |1939 |1686 |  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |    67 |     - |9029k|   0 |  21 |1939 |3400 |1939 |1694 |  21 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |   146 |     - |9378k|   0 |  24 |1939 |3400 |1939 |1700 |  27 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   206 |     - |9703k|   0 |  21 |1939 |3400 |1939 |1709 |  36 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.52	c   0.5s|     1 |     0 |   590 |     - |  10M|   0 |  40 |1939 |3400 |1939 |1715 |  42 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.63	c   0.6s|     1 |     0 |   950 |     - |  10M|   0 |   8 |1939 |3400 |1939 |1727 |  54 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.63	o 42102
0.59/0.63	c y 0.6s|     1 |     0 |   950 |     - |  10M|   0 |   8 |1939 |3400 |1939 |1727 |  54 |   0 |   0 | 0.000000e+00 | 4.210200e+04 |    Inf 
0.69/0.73	c   0.7s|     1 |     0 |  1298 |     - |  11M|   0 |   6 |1939 |3400 |1939 |1734 |  61 |   0 |   0 | 0.000000e+00 | 4.210200e+04 |    Inf 
0.79/0.83	c   0.8s|     1 |     0 |  1672 |     - |  11M|   0 |   0 |1939 |3400 |1939 |1738 |  65 |   0 |   0 | 0.000000e+00 | 4.210200e+04 |    Inf 
0.79/0.83	c   0.8s|     1 |     2 |  1672 |     - |  11M|   0 |   0 |1939 |3400 |1939 |1738 |  65 |   0 |   0 | 0.000000e+00 | 4.210200e+04 |    Inf 
1.59/1.66	o 396
1.59/1.66	c * 1.6s|   634 |   575 |  2063 |   0.6 |  12M| 628 |   - |1939 |3430 |1939 |1716 |  67 |  30 | 120 | 0.000000e+00 | 3.960000e+02 |    Inf 
2.99/3.00	o 394
2.99/3.00	c * 3.0s|   939 |   859 |  3710 |   2.2 |  13M| 628 |   - |1939 |3444 |1939 |1720 | 105 |  44 | 441 | 0.000000e+00 | 3.940000e+02 |    Inf 
6.39/6.42	o 240
6.39/6.42	c * 6.4s|  1395 |   760 |  9521 |   5.6 |  13M| 628 |   - |1939 |3649 |1939 |1724 | 204 | 249 |1132 | 0.000000e+00 | 2.400000e+02 |    Inf 
7.70/7.75	o 226
7.70/7.75	c * 7.7s|  1684 |   886 | 14890 |   7.9 |  14M| 628 |   - |1939 |3835 |1939 |1717 | 287 | 475 |1280 | 0.000000e+00 | 2.260000e+02 |    Inf 
8.69/8.73	o 182
8.69/8.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.69/8.73	c * 8.7s|  2146 |  1009 | 17255 |   7.3 |  14M| 628 |   - |1939 |4176 |1939 |1721 | 406 | 897 |1401 | 0.000000e+00 | 1.820000e+02 |    Inf 
9.49/9.57	o 179
9.49/9.57	c * 9.5s|  2569 |  1171 | 19494 |   6.9 |  15M| 628 |   - |1939 |4479 |1939 |1721 | 487 |1338 |1483 | 0.000000e+00 | 1.790000e+02 |    Inf 
12.60/12.63	o 133
12.60/12.63	c *12.6s|  4081 |  1594 | 28544 |   6.6 |  18M| 628 |   - |1939 |5047 |1939 |1725 | 940 |2849 |1733 | 0.000000e+00 | 1.330000e+02 |    Inf 
14.30/14.38	o 103
14.30/14.38	c *14.4s|  5120 |  1788 | 33695 |   6.3 |  20M| 628 |   - |1939 |5556 |1939 |1724 |1254 |3913 |1790 | 0.000000e+00 | 1.030000e+02 |    Inf 
14.40/14.49	o 100
14.40/14.49	c *14.5s|  5208 |  1833 | 33892 |   6.2 |  20M| 628 |   - |1939 |5545 |1939 |1724 |1267 |3941 |1791 | 0.000000e+00 | 1.000000e+02 |    Inf 
23.69/23.75	c  23.7s| 10000 |  2701 | 74579 |   7.3 |  27M| 628 |   - |1939 |5665 |   0 |   0 |2444 |9194 |1963 | 0.000000e+00 | 1.000000e+02 |    Inf 
28.70/28.73	o 76
28.70/28.73	c *28.7s| 12808 |  2611 | 95242 |   7.3 |  29M| 628 |   - |1939 |6164 |1939 |1720 |3204 |  12k|1980 | 0.000000e+00 | 7.600000e+01 |    Inf 
38.49/38.59	o 60
38.49/38.59	c *38.6s| 17689 |  2707 |147569 |   8.2 |  31M| 628 |   - |1939 |6763 |1939 |1735 |4354 |  18k|1981 | 0.000000e+00 | 6.000000e+01 |    Inf 
38.59/38.62	o 58
38.59/38.62	c *38.6s| 17698 |  2659 |147664 |   8.2 |  30M| 628 |   - |1939 |6564 |1939 |1735 |4354 |  18k|1981 | 0.000000e+00 | 5.800000e+01 |    Inf 
38.79/38.86	o 53
38.79/38.86	c *38.8s| 17825 |  2606 |148742 |   8.3 |  30M| 628 |   - |1939 |6567 |1939 |1736 |4378 |  18k|1981 | 0.000000e+00 | 5.300000e+01 |    Inf 
39.19/39.24	o 51
39.19/39.24	c *39.2s| 17991 |  2538 |150892 |   8.3 |  30M| 628 |   - |1939 |6505 |1939 |1732 |4442 |  18k|1981 | 0.000000e+00 | 5.100000e+01 |    Inf 
40.59/40.65	o 39
40.59/40.65	c *40.6s| 18661 |  2376 |158968 |   8.4 |  28M| 628 |   - |1939 |5668 |1939 |1714 |4545 |  19k|1981 | 0.000000e+00 | 3.900000e+01 |    Inf 
43.89/43.93	c  43.9s| 20000 |  2440 |181131 |   9.0 |  28M| 628 |  25 |1939 |4802 |1939 |1714 |4796 |  20k|1981 | 0.000000e+00 | 3.900000e+01 |    Inf 
45.89/45.97	o 30
45.89/45.97	c *45.9s| 20973 |  2434 |196098 |   9.3 |  29M| 628 |   - |1939 |5711 |1939 |1721 |5021 |  22k|1981 | 0.000000e+00 | 3.000000e+01 |    Inf 
45.89/45.97	o 26
45.89/45.97	c *46.0s| 20974 |  2124 |196098 |   9.3 |  27M| 628 |   - |1939 |5711 |1939 |1721 |5021 |  22k|1981 | 0.000000e+00 | 2.600000e+01 |    Inf 
58.80/58.81	o 13
58.80/58.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.80/58.81	c *58.8s| 26952 |  2050 |281304 |  10.4 |  27M| 628 |   - |1939 |5618 |1939 |1716 |6043 |  30k|2225 | 0.000000e+00 | 1.300000e+01 |    Inf 
59.79/59.89	o 10
59.79/59.89	c *59.9s| 27458 |  2033 |288112 |  10.4 |  27M| 628 |   - |1939 |5752 |1939 |1714 |6138 |  30k|2286 | 0.000000e+00 | 1.000000e+01 |    Inf 
65.50/65.59	c  65.6s| 30000 |  2018 |327981 |  10.9 |  27M| 628 |   - |1939 |5670 |1939 |1714 |6578 |  34k|2438 | 0.000000e+00 | 1.000000e+01 |    Inf 
82.69/82.74	o 6
82.69/82.74	c *82.7s| 38334 |  1943 |442793 |  11.5 |  28M| 628 |   - |1939 |8764 |1939 |1714 |7707 |  45k|2823 | 0.000000e+00 | 6.000000e+00 |    Inf 
86.00/86.01	c  86.0s| 40000 |  1956 |462700 |  11.5 |  28M| 628 |   1 |1939 |8357 |1939 |1714 |7967 |  47k|2931 | 0.000000e+00 | 6.000000e+00 |    Inf 
86.00/86.03	o 2
86.00/86.03	c *86.0s| 40009 |  1842 |462754 |  11.5 |  28M| 628 |   - |1939 |8367 |1939 |1718 |7971 |  47k|2932 | 0.000000e+00 | 2.000000e+00 |    Inf 
105.79/105.82	c   106s| 50000 |  1833 |597348 |  11.9 |  29M| 628 |   - |1939 |  12k|   0 |   0 |9312 |  61k|3310 | 0.000000e+00 | 2.000000e+00 |    Inf 
127.60/127.68	c   128s| 60000 |  1868 |746754 |  12.4 |  31M| 628 |  25 |1939 |  15k|1939 |1726 |  10k|  74k|3706 | 0.000000e+00 | 2.000000e+00 |    Inf 
148.69/148.75	c   149s| 70000 |  1896 |882959 |  12.6 |  32M| 628 |  28 |1939 |  18k|1939 |1714 |  12k|  88k|3996 | 0.000000e+00 | 2.000000e+00 |    Inf 
169.79/169.88	c   170s| 80000 |  1887 |  1010k|  12.6 |  33M| 628 |  16 |1939 |  19k|1939 |1714 |  13k| 101k|4293 | 0.000000e+00 | 2.000000e+00 |    Inf 
192.29/192.39	c   192s| 90000 |  2025 |  1148k|  12.7 |  35M| 628 |  25 |1939 |  21k|1939 |1714 |  14k| 115k|4558 | 0.000000e+00 | 2.000000e+00 |    Inf 
214.69/214.75	c   215s|100000 |  2270 |  1285k|  12.8 |  36M| 628 |  17 |1939 |  21k|1939 |1714 |  15k| 129k|4856 | 0.000000e+00 | 2.000000e+00 |    Inf 
235.70/235.71	c   236s|110000 |  2338 |  1409k|  12.8 |  39M| 628 |   9 |1939 |  25k|1939 |1714 |  16k| 143k|5120 | 0.000000e+00 | 2.000000e+00 |    Inf 
257.70/257.70	c   258s|120000 |  2305 |  1540k|  12.8 |  39M| 628 |  15 |1939 |  25k|1939 |1714 |  18k| 158k|5321 | 0.000000e+00 | 2.000000e+00 |    Inf 
280.50/280.59	c   281s|130000 |  2259 |  1673k|  12.9 |  40M| 628 |   - |1939 |  27k|   0 |   0 |  19k| 172k|5600 | 0.000000e+00 | 2.000000e+00 |    Inf 
303.00/303.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
303.00/303.03	c   303s|140000 |  2312 |  1800k|  12.9 |  42M| 628 |   - |1939 |  29k|   0 |   0 |  21k| 186k|5828 | 0.000000e+00 | 2.000000e+00 |    Inf 
326.29/326.37	c   326s|150000 |  2429 |  1936k|  12.9 |  42M| 628 |  18 |1939 |  29k|1939 |1714 |  22k| 200k|6011 | 0.000000e+00 | 2.000000e+00 |    Inf 
350.80/350.82	c   351s|160000 |  2522 |  2073k|  12.9 |  44M| 628 |   - |1939 |  32k|1939 |1714 |  23k| 214k|6217 | 0.000000e+00 | 2.000000e+00 |    Inf 
375.71/375.75	c   376s|170000 |  2536 |  2218k|  13.0 |  43M| 628 |  23 |1939 |  28k|1939 |1714 |  25k| 227k|6415 | 0.000000e+00 | 2.000000e+00 |    Inf 
398.50/398.56	c   399s|180000 |  2505 |  2349k|  13.0 |  42M| 628 |  37 |1939 |  23k|1939 |1714 |  26k| 241k|6577 | 0.000000e+00 | 2.000000e+00 |    Inf 
421.01/421.04	c   421s|190000 |  2441 |  2484k|  13.1 |  41M| 628 |   - |1939 |  22k|1939 |1714 |  27k| 255k|6744 | 0.000000e+00 | 2.000000e+00 |    Inf 
443.60/443.60	c   444s|200000 |  2481 |  2624k|  13.1 |  41M| 628 |   - |1939 |  20k|   0 |   0 |  29k| 269k|6947 | 0.000000e+00 | 2.000000e+00 |    Inf 
464.31/464.39	c   464s|210000 |  2625 |  2753k|  13.1 |  43M| 628 |   1 |1939 |  23k|1939 |1714 |  30k| 283k|7110 | 0.000000e+00 | 2.000000e+00 |    Inf 
485.91/485.91	c   486s|220000 |  2564 |  2882k|  13.1 |  43M| 628 |   - |1939 |  22k|   0 |   0 |  31k| 297k|7256 | 0.000000e+00 | 2.000000e+00 |    Inf 
508.21/508.25	c   508s|230000 |  2432 |  3019k|  13.1 |  39M| 628 |   - |1939 |  14k|   0 |   0 |  33k| 311k|7389 | 0.000000e+00 | 2.000000e+00 |    Inf 
530.31/530.34	c   530s|240000 |  2495 |  3162k|  13.2 |  41M| 628 |  24 |1939 |  18k|1939 |1714 |  34k| 325k|7578 | 0.000000e+00 | 2.000000e+00 |    Inf 
553.61/553.68	c   554s|250000 |  2473 |  3312k|  13.2 |  42M| 628 |   - |1939 |  19k|1939 |1714 |  34k| 338k|7728 | 0.000000e+00 | 2.000000e+00 |    Inf 
575.70/575.79	c   576s|260000 |  2323 |  3455k|  13.3 |  38M| 628 |   - |1939 |  11k|   0 |   0 |  35k| 352k|7911 | 0.000000e+00 | 2.000000e+00 |    Inf 
594.20/594.24	c   594s|270000 |  2446 |  3566k|  13.2 |  41M| 628 |   9 |1939 |  18k|1939 |1714 |  37k| 365k|8052 | 0.000000e+00 | 2.000000e+00 |    Inf 
614.81/614.87	c   615s|280000 |  2277 |  3687k|  13.2 |  39M| 628 |  14 |1939 |  13k|1939 |1720 |  39k| 379k|8176 | 0.000000e+00 | 2.000000e+00 |    Inf 
634.31/634.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
634.31/634.32	c   634s|290000 |  2048 |  3811k|  13.1 |  36M| 628 |   9 |1939 |9040 |1939 |1714 |  40k| 393k|8302 | 0.000000e+00 | 2.000000e+00 |    Inf 
654.31/654.30	c   654s|300000 |  2193 |  3938k|  13.1 |  40M| 628 |  24 |1939 |  15k|1939 |1714 |  42k| 406k|8405 | 0.000000e+00 | 2.000000e+00 |    Inf 
675.11/675.19	c   675s|310000 |  1995 |  4069k|  13.1 |  37M| 628 |  13 |1939 |  12k|1939 |1722 |  43k| 420k|8543 | 0.000000e+00 | 2.000000e+00 |    Inf 
694.11/694.12	c   694s|320000 |  2024 |  4185k|  13.1 |  40M| 628 |   - |1939 |  17k|1939 |1714 |  45k| 434k|8644 | 0.000000e+00 | 2.000000e+00 |    Inf 
714.91/714.95	c   715s|330000 |  2102 |  4305k|  13.0 |  41M| 628 |   - |1939 |  20k|   0 |   0 |  46k| 447k|8742 | 0.000000e+00 | 2.000000e+00 |    Inf 
735.81/735.88	c   736s|340000 |  2232 |  4430k|  13.0 |  43M| 628 |  27 |1939 |  22k|1939 |1720 |  47k| 461k|8851 | 0.000000e+00 | 2.000000e+00 |    Inf 
756.92/756.91	c   757s|350000 |  2147 |  4549k|  13.0 |  42M| 628 |  29 |1939 |  21k|1939 |1714 |  48k| 475k|8951 | 0.000000e+00 | 2.000000e+00 |    Inf 
778.31/778.30	c   778s|360000 |  2271 |  4677k|  13.0 |  44M| 628 |   - |1939 |  24k|   0 |   0 |  49k| 489k|9065 | 0.000000e+00 | 2.000000e+00 |    Inf 
799.82/799.85	c   800s|370000 |  2430 |  4793k|  13.0 |  46M| 628 |   - |1939 |  25k|   0 |   0 |  51k| 502k|9163 | 0.000000e+00 | 2.000000e+00 |    Inf 
820.91/820.94	c   821s|380000 |  2481 |  4902k|  12.9 |  47M| 628 |   - |1939 |  26k|   0 |   0 |  52k| 516k|9253 | 0.000000e+00 | 2.000000e+00 |    Inf 
841.01/841.09	c   841s|390000 |  2734 |  5007k|  12.8 |  50M| 628 |   - |1939 |  30k|1939 |1714 |  54k| 529k|9351 | 0.000000e+00 | 2.000000e+00 |    Inf 
862.61/862.69	c   863s|400000 |  2965 |  5124k|  12.8 |  52M| 628 |   - |1939 |  32k|1939 |1714 |  55k| 543k|9443 | 0.000000e+00 | 2.000000e+00 |    Inf 
885.52/885.59	c   886s|410000 |  3124 |  5244k|  12.8 |  54M| 628 |  21 |1939 |  34k|1939 |1714 |  56k| 557k|9554 | 0.000000e+00 | 2.000000e+00 |    Inf 
908.91/908.94	c   909s|420000 |  3082 |  5366k|  12.8 |  53M| 628 |   - |1939 |  31k|1939 |1714 |  57k| 571k|9672 | 0.000000e+00 | 2.000000e+00 |    Inf 
931.61/931.68	c   932s|430000 |  3098 |  5485k|  12.8 |  52M| 628 |  15 |1939 |  28k|1939 |1714 |  59k| 585k|9762 | 0.000000e+00 | 2.000000e+00 |    Inf 
953.62/953.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
953.62/953.62	c   954s|440000 |  3033 |  5603k|  12.7 |  52M| 628 |   - |1939 |  28k|   0 |   0 |  60k| 600k|9887 | 0.000000e+00 | 2.000000e+00 |    Inf 
975.31/975.38	c   975s|450000 |  2960 |  5721k|  12.7 |  53M| 628 |   - |1939 |  29k|1939 |1721 |  62k| 614k|9965 | 0.000000e+00 | 2.000000e+00 |    Inf 
997.52/997.58	c   998s|460000 |  2939 |  5836k|  12.7 |  52M| 628 |  23 |1939 |  27k|1939 |1714 |  63k| 628k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1018.82/1018.80	c  1019s|470000 |  2901 |  5951k|  12.7 |  52M| 628 |  24 |1939 |  28k|1939 |1714 |  65k| 642k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1041.02/1041.07	c  1041s|480000 |  2515 |  6068k|  12.6 |  48M| 628 |   1 |1939 |  24k|1939 |1714 |  67k| 657k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1062.92/1062.92	c  1063s|490000 |  2408 |  6195k|  12.6 |  48M| 628 |  20 |1939 |  26k|1939 |1714 |  68k| 671k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1084.72/1084.74	c  1085s|500000 |  2106 |  6313k|  12.6 |  42M| 628 |   - |1939 |  17k|   0 |   0 |  69k| 685k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1107.42/1107.42	c  1107s|510000 |  2150 |  6457k|  12.7 |  44M| 628 |   - |1939 |  22k|   0 |   0 |  70k| 698k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1131.42/1131.47	c  1131s|520000 |  2131 |  6603k|  12.7 |  42M| 628 |   - |1939 |  16k|1939 |1714 |  72k| 711k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1154.22/1154.25	c  1154s|530000 |  2235 |  6746k|  12.7 |  45M| 628 |  24 |1939 |  20k|1939 |1714 |  72k| 725k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1175.12/1175.11	c  1175s|540000 |  2177 |  6868k|  12.7 |  43M| 628 |  12 |1939 |  18k|1939 |1714 |  74k| 739k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1195.32/1195.32	c  1195s|550000 |  2152 |  6996k|  12.7 |  45M| 628 |   - |1939 |  21k|1939 |1722 |  75k| 753k|  10k| 0.000000e+00 | 2.000000e+00 |    Inf 
1217.83/1217.83	c  1218s|560000 |  1968 |  7140k|  12.7 |  40M| 628 |  17 |1939 |  15k|1939 |1714 |  77k| 767k|  11k| 0.000000e+00 | 2.000000e+00 |    Inf 
1239.22/1239.23	c  1239s|570000 |  2007 |  7285k|  12.8 |  41M| 628 |  36 |1939 |  15k|1939 |1723 |  78k| 781k|  11k| 0.000000e+00 | 2.000000e+00 |    Inf 
1260.32/1260.39	c  1260s|580000 |  2058 |  7427k|  12.8 |  43M| 628 |   9 |1939 |  19k|1939 |1714 |  80k| 796k|  11k| 0.000000e+00 | 2.000000e+00 |    Inf 
1280.82/1280.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1280.82/1280.80	c  1281s|590000 |  2030 |  7551k|  12.8 |  44M| 628 |   - |1939 |  21k|   0 |   0 |  81k| 809k|  11k| 0.000000e+00 | 2.000000e+00 |    Inf 
1302.23/1302.25	c  1302s|600000 |  2214 |  7682k|  12.8 |  45M| 628 |   - |1939 |  23k|   0 |   0 |  83k| 824k|  11k| 0.000000e+00 | 2.000000e+00 |    Inf 
1323.72/1323.71	c  1324s|610000 |  2293 |  7813k|  12.8 |  47M| 628 |   - |1939 |  25k|1939 |1714 |  83k| 838k|  11k| 0.000000e+00 | 2.000000e+00 |    Inf 
1345.62/1345.68	c  1346s|620000 |  2348 |  7946k|  12.8 |  48M| 628 |   - |1939 |  26k|1939 |1714 |  84k| 853k|  11k| 0.000000e+00 | 2.000000e+00 |    Inf 
1367.12/1367.14	c  1367s|630000 |  2206 |  8073k|  12.8 |  46M| 628 |   - |1939 |  24k|1939 |1714 |  85k| 868k|  11k| 0.000000e+00 | 2.000000e+00 |    Inf 
1390.03/1390.05	c  1390s|640000 |  2134 |  8212k|  12.8 |  47M| 628 |  24 |1939 |  25k|1939 |1720 |  86k| 882k|  11k| 0.000000e+00 | 2.000000e+00 |    Inf 
1412.63/1412.61	c  1413s|650000 |  1904 |  8349k|  12.8 |  40M| 628 |   - |1939 |  15k|1939 |1714 |  88k| 896k|  11k| 0.000000e+00 | 2.000000e+00 |    Inf 
1432.53/1432.51	c  1432s|660000 |  1959 |  8475k|  12.8 |  43M| 628 |   - |1939 |  20k|   0 |   0 |  89k| 910k|  11k| 0.000000e+00 | 2.000000e+00 |    Inf 
1454.03/1454.08	c  1454s|670000 |  2053 |  8608k|  12.8 |  44M| 628 |   - |1939 |  22k|   0 |   0 |  90k| 925k|  12k| 0.000000e+00 | 2.000000e+00 |    Inf 
1475.13/1475.15	c  1475s|680000 |  1936 |  8735k|  12.8 |  44M| 628 |   - |1939 |  22k|   0 |   0 |  92k| 939k|  12k| 0.000000e+00 | 2.000000e+00 |    Inf 
1495.92/1496.00	c  1496s|690000 |  1787 |  8864k|  12.8 |  40M| 628 |  11 |1939 |  15k|1939 |1714 |  93k| 953k|  12k| 0.000000e+00 | 2.000000e+00 |    Inf 
1516.23/1516.26	c  1516s|700000 |  1887 |  8988k|  12.8 |  43M| 628 |  24 |1939 |  22k|1939 |1714 |  95k| 967k|  12k| 0.000000e+00 | 2.000000e+00 |    Inf 
1537.13/1537.13	c  1537s|710000 |  1761 |  9108k|  12.8 |  41M| 628 |   - |1939 |  20k|1939 |1722 |  97k| 981k|  12k| 0.000000e+00 | 2.000000e+00 |    Inf 
1559.33/1559.34	c  1559s|720000 |  1817 |  9248k|  12.8 |  41M| 628 |  27 |1939 |  18k|1939 |1714 |  98k| 995k|  12k| 0.000000e+00 | 2.000000e+00 |    Inf 
1582.43/1582.48	c  1582s|730000 |  1842 |  9391k|  12.9 |  43M| 628 |   - |1939 |  21k|   0 |   0 |  99k|1009k|  12k| 0.000000e+00 | 2.000000e+00 |    Inf 
1607.03/1607.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1607.03/1607.00	c  1607s|740000 |  2018 |  9535k|  12.9 |  47M| 628 |   - |1939 |  28k|   0 |   0 | 100k|1023k|  12k| 0.000000e+00 | 2.000000e+00 |    Inf 
1631.43/1631.42	c  1631s|750000 |  2088 |  9670k|  12.9 |  47M| 628 |   - |1939 |  27k|   0 |   0 | 101k|1038k|  12k| 0.000000e+00 | 2.000000e+00 |    Inf 
1655.43/1655.43	c  1655s|760000 |  2322 |  9804k|  12.9 |  50M| 628 |   1 |1939 |  30k|1939 |1714 | 101k|1053k|  12k| 0.000000e+00 | 2.000000e+00 |    Inf 
1681.93/1681.98	c  1682s|770000 |  2160 |  9951k|  12.9 |  47M| 628 |  32 |1939 |  23k|1939 |1714 | 102k|1067k|  12k| 0.000000e+00 | 2.000000e+00 |    Inf 
1705.94/1705.92	c  1706s|780000 |  1742 | 10095k|  12.9 |  40M| 628 |   - |1939 |  16k|1939 |1714 | 103k|1082k|  12k| 0.000000e+00 | 2.000000e+00 |    Inf 
1727.04/1727.05	c  1727s|790000 |  1794 | 10231k|  12.9 |  42M| 628 |  14 |1939 |  19k|1939 |1714 | 105k|1095k|  13k| 0.000000e+00 | 2.000000e+00 |    Inf 
1749.15/1749.18	c  1749s|800000 |  1800 | 10361k|  12.9 |  43M| 628 |  20 |1939 |  23k|1939 |1714 | 106k|1110k|  13k| 0.000000e+00 | 2.000000e+00 |    Inf 
1772.83/1772.83	c  1773s|810000 |  1695 | 10498k|  13.0 |  41M| 628 |  19 |1939 |  18k|1939 |1714 | 107k|1125k|  13k| 0.000000e+00 | 2.000000e+00 |    Inf 
1790.03/1790.00	c 
1790.03/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.00	c Solving Time (sec) : 1789.98
1790.03/1790.00	c Solving Nodes      : 817911
1790.03/1790.00	c Primal Bound       : +2.00000000000000e+00 (91 solutions)
1790.03/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.00	c Gap                : infinite
1790.03/1790.01	s SATISFIABLE
1790.03/1790.01	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 x215 -x214 -x213 -x212 -x211 -x210 
1790.03/1790.01	v -x209 -x208 -x207 x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 
1790.03/1790.01	v -x188 x187 -x186 -x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 x168 
1790.03/1790.01	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.03/1790.01	v -x146 -x145 -x144 x143 -x142 -x141 x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.03/1790.01	v -x125 -x124 x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 
1790.03/1790.01	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 x85 -x84 -x83 -x82 -x81 -x80 
1790.03/1790.01	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 -x56 -x55 -x54 
1790.03/1790.01	v -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1790.03/1790.01	v -x28 -x27 x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1790.03/1790.01	v -x1 
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time       :    1789.98
1790.03/1790.01	c Original Problem   :
1790.03/1790.01	c   Problem name     : HOME/instance-2705498-1278572953.wbo
1790.03/1790.01	c   Variables        : 2043 (1137 binary, 0 integer, 906 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 3614 initial, 3614 maximal
1790.03/1790.01	c Presolved Problem  :
1790.03/1790.01	c   Problem name     : t_HOME/instance-2705498-1278572953.wbo
1790.03/1790.01	c   Variables        : 1939 (1085 binary, 0 integer, 854 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 3381 initial, 35281 maximal
1790.03/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.01	c   trivial          :       0.00         52          0          0          0          0          0          0          0
1790.03/1790.01	c   dualfix          :       0.00         52          0          0          0          0          0          0          0
1790.03/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.03/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   setppc           :       0.00          0          0          0          0          0         68          0          0
1790.03/1790.01	c   linear           :       0.04          0          0          0        906          0        113         52          0
1790.03/1790.01	c   indicator        :       0.00          0          0          0          0          0         52          0          0
1790.03/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.03/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   root node        :          -       1684          -          -       1684          -          -          -          -
1790.03/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   integral         :          0          0          0     460933          0        506       4521          0          0     867052
1790.03/1790.01	c   knapsack         :          1          9    3537291      23155          0      47407    7197474          5          0          0
1790.03/1790.01	c   setppc           :         51          9    3495907      22887          0      57574    2755576          0          0          0
1790.03/1790.01	c   linear           :        854+        10    3439150      23219          0      61798    4315914     108919          0          0
1790.03/1790.01	c   indicator        :        854          0    3322138      23004          0        385     933199          0          0          0
1790.03/1790.01	c   logicor          :       1621+         9    1880751       3632          0      89013    6627658          0          0          0
1790.03/1790.01	c   bounddisjunction :          0+         0     310500          0          0        599       3120          0          0          0
1790.03/1790.01	c   countsols        :          0          0          0       3632          0          0          0          0          0          0
1790.03/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.01	c   integral         :      38.18       0.00       0.00      38.18       0.00
1790.03/1790.01	c   knapsack         :      31.45       0.00      31.44       0.01       0.00
1790.03/1790.01	c   setppc           :      17.26       0.00      17.24       0.02       0.00
1790.03/1790.01	c   linear           :      44.91       0.00      44.30       0.61       0.00
1790.03/1790.01	c   indicator        :       4.98       0.02       4.63       0.34       0.00
1790.03/1790.01	c   logicor          :     210.95       0.00     210.90       0.05       0.00
1790.03/1790.01	c   bounddisjunction :       0.64       0.00       0.64       0.00       0.00
1790.03/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.03/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.01	c   vbounds          :       0.58      13461          0        695
1790.03/1790.01	c   rootredcost      :       0.54         22          0        842
1790.03/1790.01	c   pseudoobj        :      45.33    3546668       2598     966426
1790.03/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.01	c   propagation      :      10.16     258989     258494    1580749       29.6       6870       27.0          -
1790.03/1790.01	c   infeasible LP    :      29.13     170582     170577    1319953       45.9       1425       17.1          0
1790.03/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.03/1790.01	c   applied globally :          -          -          -    1135586       31.6          -          -          -
1790.03/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.03/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.03/1790.01	c   cut pool         :       0.00          8          -          -         52          -    (maximal pool size: 696)
1790.03/1790.01	c   redcost          :      15.09     462159          0      36012          0          0
1790.03/1790.01	c   impliedbounds    :       0.00          8          0          0          0          0
1790.03/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.03/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.03/1790.01	c   gomory           :       0.14          8          0          0       2068          0
1790.03/1790.01	c   strongcg         :       0.13          8          0          0       2423          0
1790.03/1790.01	c   cmir             :       0.03          8          0          0          4          0
1790.03/1790.01	c   flowcover        :       0.07          8          0          0          7          0
1790.03/1790.01	c   clique           :       0.00          8          0          0          0          0
1790.03/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.03/1790.01	c   rapidlearning    :       0.07          1          0          0          0         19
1790.03/1790.01	c Pricers            :       Time      Calls       Vars
1790.03/1790.01	c   problem variables:       0.00          0          0
1790.03/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   relpscost        :      37.87     437665        506       4521          0          0     867052
1790.03/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   inference        :       0.47       3611          0          0          0          0       7232
1790.03/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.01	c   LP solutions     :       0.01          -         21
1790.03/1790.01	c   pseudo solutions :       0.00          -          0
1790.03/1790.01	c   feaspump         :       0.03          1          0
1790.03/1790.01	c   oneopt           :       0.31         21          0
1790.03/1790.01	c   crossover        :       0.59         14          0
1790.03/1790.01	c   linesearchdiving :       0.22         77          0
1790.03/1790.01	c   coefdiving       :       0.22         77          0
1790.03/1790.01	c   pscostdiving     :       0.26         77          0
1790.03/1790.01	c   fracdiving       :       0.31         77          0
1790.03/1790.01	c   veclendiving     :       0.25         77          0
1790.03/1790.01	c   guideddiving     :       0.28         77          0
1790.03/1790.01	c   objpscostdiving  :       0.22         39          0
1790.03/1790.01	c   rootsoldiving    :       0.36         39          0
1790.03/1790.01	c   trivial          :       0.00          2          0
1790.03/1790.01	c   simplerounding   :       0.54     437738          0
1790.03/1790.01	c   zirounding       :       0.25       1000          0
1790.03/1790.01	c   rounding         :       0.85       9349          0
1790.03/1790.01	c   shifting         :       0.82       2918          0
1790.03/1790.01	c   intshifting      :       0.02          0          0
1790.03/1790.01	c   twoopt           :       0.00          0          0
1790.03/1790.01	c   fixandinfer      :       0.00          0          0
1790.03/1790.01	c   intdiving        :       0.00          0          0
1790.03/1790.01	c   actconsdiving    :       0.00          0          0
1790.03/1790.01	c   octane           :       0.00          0          0
1790.03/1790.01	c   rens             :       0.00          0          0
1790.03/1790.01	c   rins             :       0.00          0          0
1790.03/1790.01	c   localbranching   :       0.00          0          0
1790.03/1790.01	c   mutation         :       0.00          0          0
1790.03/1790.01	c   dins             :       0.00          0          0
1790.03/1790.01	c   undercover       :       0.00          0          0
1790.03/1790.01	c   nlp              :       0.13          0          0
1790.03/1790.01	c   trysol           :       0.23        129         70
1790.03/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.03/1790.01	c   dual LP          :     992.16     625244   10606528      16.96   10690.38
1790.03/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.01	c   diving/probing LP:       1.40        919       8721       9.49    6238.86
1790.03/1790.01	c   strong branching :      33.41      13220     357185      27.02   10690.52
1790.03/1790.01	c     (at root node) :          -          0          0       0.00          -
1790.03/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.01	c B&B Tree           :
1790.03/1790.01	c   number of runs   :          1
1790.03/1790.01	c   nodes            :     817911
1790.03/1790.01	c   nodes (total)    :     817911
1790.03/1790.01	c   nodes left       :       1645
1790.03/1790.01	c   max depth        :        628
1790.03/1790.01	c   max depth (total):        628
1790.03/1790.01	c   backtracks       :     123711 (15.1%)
1790.03/1790.01	c   delayed cutoffs  :      52090
1790.03/1790.01	c   repropagations   :    1247342 (4406710 domain reductions, 48733 cutoffs)
1790.03/1790.01	c   avg switch length:       4.84
1790.03/1790.01	c   switching time   :     194.65
1790.03/1790.01	c Solution           :
1790.03/1790.01	c   Solutions found  :         91 (22 improvements)
1790.03/1790.01	c   First Solution   : +4.21020000000000e+04   (in run 1, after 1 nodes, 0.60 seconds, depth 0, found by <trysol>)
1790.03/1790.01	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 40009 nodes, 86.00 seconds, depth 25, found by <relaxation>)
1790.03/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.01	c   Gap              :   infinite
1790.03/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.01	c   Root Iterations  :       1672
1790.03/1790.07	c Time complete: 1790.11.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705498-1278572953/watcher-2705498-1278572953 -o /tmp/evaluation-result-2705498-1278572953/solver-2705498-1278572953 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705498-1278572953.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.22 0.06 0.02 2/173 21758
/proc/meminfo: memFree=30041268/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=12344 CPUtime=0
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 1927 0 0 0 0 0 0 0 23 0 1 0 25508777 12640256 1845 4089446400 4194304 10345943 140736599877984 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21758/statm: 3086 1846 429 1502 0 1579 0

[startup+0.103496 s]
/proc/loadavg: 0.22 0.06 0.02 2/173 21758
/proc/meminfo: memFree=30041268/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=27568 CPUtime=0.09
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 5976 0 0 0 9 0 0 0 23 0 1 0 25508777 28229632 5540 4089446400 4194304 10345943 140736599877984 18446744073709551615 5005934 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 6892 5540 570 1502 0 5385 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27568

[startup+0.200482 s]
/proc/loadavg: 0.22 0.06 0.02 2/173 21758
/proc/meminfo: memFree=30041268/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=50952 CPUtime=0.19
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 11322 0 0 0 17 2 0 0 23 0 1 0 25508777 52174848 10886 4089446400 4194304 10345943 140736599877984 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 12738 10886 748 1502 0 11231 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 50952

[startup+0.30047 s]
/proc/loadavg: 0.22 0.06 0.02 2/173 21758
/proc/meminfo: memFree=30041268/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=51452 CPUtime=0.29
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 11585 0 0 0 26 3 0 0 23 0 1 0 25508777 52686848 11149 4089446400 4194304 10345943 140736599877984 18446744073709551615 4270243 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 12863 11149 762 1502 0 11356 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51452

[startup+0.70043 s]
/proc/loadavg: 0.22 0.06 0.02 2/173 21758
/proc/meminfo: memFree=30041268/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=51452 CPUtime=0.69
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 11823 0 0 0 66 3 0 0 25 0 1 0 25508777 52686848 11387 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 12863 11387 765 1502 0 11356 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51452

[startup+1.50029 s]
/proc/loadavg: 0.22 0.06 0.02 3/179 21769
/proc/meminfo: memFree=29950444/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=51452 CPUtime=1.49
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 11887 0 0 0 146 3 0 0 25 0 1 0 25508777 52686848 11451 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 12863 11451 779 1502 0 11356 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51452

[startup+3.10089 s]
/proc/loadavg: 0.36 0.09 0.03 3/179 21769
/proc/meminfo: memFree=29947944/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=51452 CPUtime=3.09
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 11896 0 0 0 305 4 0 0 25 0 1 0 25508777 52686848 11460 4089446400 4194304 10345943 140736599877984 18446744073709551615 7574843 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 12863 11460 784 1502 0 11356 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51452

[startup+6.30044 s]
/proc/loadavg: 0.36 0.09 0.03 3/179 21769
/proc/meminfo: memFree=29941248/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=51452 CPUtime=6.29
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 11897 0 0 0 622 7 0 0 25 0 1 0 25508777 52686848 11461 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 12863 11461 784 1502 0 11356 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51452

[startup+12.7003 s]
/proc/loadavg: 0.61 0.15 0.05 3/179 21769
/proc/meminfo: memFree=29929516/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=52792 CPUtime=12.7
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 20283 0 0 0 1257 13 0 0 25 0 1 0 25508777 54059008 11795 4089446400 4194304 10345943 140736599877984 18446744073709551615 6115585 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 13198 11795 788 1502 0 11691 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 52792

[startup+25.501 s]
/proc/loadavg: 0.83 0.21 0.07 3/179 21770
/proc/meminfo: memFree=29889244/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=76680 CPUtime=25.49
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 49322 0 0 0 2526 23 0 0 25 0 1 0 25508777 78520320 17473 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 19170 17473 800 1502 0 17663 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76680

[startup+51.1005 s]
/proc/loadavg: 1.23 0.35 0.12 3/179 21771
/proc/meminfo: memFree=29844996/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=91272 CPUtime=51.09
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 81281 0 0 0 5066 43 0 0 25 0 1 0 25508777 93462528 21134 4089446400 4194304 10345943 140736599877984 18446744073709551615 8160425 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 22818 21134 801 1502 0 21311 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 91272

[startup+102.3 s]
/proc/loadavg: 1.69 0.63 0.22 3/179 21772
/proc/meminfo: memFree=29829808/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=99092 CPUtime=102.29
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 130703 0 0 0 10140 89 0 0 25 0 1 0 25508777 101470208 22653 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 24773 22653 804 1502 0 23266 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 99092

[startup+162.301 s]
/proc/loadavg: 1.87 0.86 0.32 3/179 21773
/proc/meminfo: memFree=29818724/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=102728 CPUtime=162.29
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 154262 0 0 0 16091 138 0 0 25 0 1 0 25508777 105193472 23844 4089446400 4194304 10345943 140736599877984 18446744073709551615 4995692 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 25682 23844 804 1502 0 24175 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 102728

[startup+222.306 s]
/proc/loadavg: 1.95 1.08 0.43 3/179 21775
/proc/meminfo: memFree=29808272/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=105304 CPUtime=222.31
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 180665 0 0 0 22045 186 0 0 25 0 1 0 25508777 107831296 24571 4089446400 4194304 10345943 140736599877984 18446744073709551615 4218145 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 26326 24571 804 1502 0 24819 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 105304

[startup+282.3 s]
/proc/loadavg: 1.98 1.23 0.52 3/179 21777
/proc/meminfo: memFree=29799556/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=113372 CPUtime=282.3
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 192215 0 0 0 28005 225 0 0 25 0 1 0 25508777 116092928 26263 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 28343 26263 804 1502 0 26836 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 113372

[startup+342.301 s]
/proc/loadavg: 1.99 1.38 0.62 3/179 21779
/proc/meminfo: memFree=29796168/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=114348 CPUtime=342.3
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 201819 0 0 0 33968 262 0 0 25 0 1 0 25508777 117092352 26536 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 28587 26536 804 1502 0 27080 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 114348

[startup+402.301 s]
/proc/loadavg: 2.03 1.49 0.70 3/179 21780
/proc/meminfo: memFree=29789424/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=115372 CPUtime=402.31
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 211168 0 0 0 39930 301 0 0 25 0 1 0 25508777 118140928 27064 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 28843 27064 804 1502 0 27336 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 115372

[startup+462.3 s]
/proc/loadavg: 2.01 1.59 0.79 3/179 21781
/proc/meminfo: memFree=29785792/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=115096 CPUtime=462.3
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 231065 0 0 0 45887 343 0 0 25 0 1 0 25508777 117858304 27098 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 28774 27098 804 1502 0 27267 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 115096

[startup+522.301 s]
/proc/loadavg: 2.00 1.66 0.85 3/179 21783
/proc/meminfo: memFree=29782648/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=117368 CPUtime=522.31
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 241220 0 0 0 51851 380 0 0 25 0 1 0 25508777 120184832 27537 4089446400 4194304 10345943 140736599877984 18446744073709551615 7569568 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 29342 27537 804 1502 0 27835 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 117368

[startup+582.3 s]
/proc/loadavg: 2.10 1.74 0.93 3/179 21788
/proc/meminfo: memFree=29775364/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=118044 CPUtime=582.3
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 253351 0 0 0 57805 425 0 0 25 0 1 0 25508777 120877056 27486 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 29511 27486 804 1502 0 28004 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 118044

[startup+642.301 s]
/proc/loadavg: 2.03 1.79 1.00 3/179 21790
/proc/meminfo: memFree=29769824/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=116348 CPUtime=642.31
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 263879 0 0 0 63769 462 0 0 25 0 1 0 25508777 119140352 27588 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 29087 27588 804 1502 0 27580 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 116348

[startup+702.301 s]

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

/proc/meminfo: memFree=29756296/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=126764 CPUtime=1002.32
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 312289 0 0 0 99556 676 0 0 25 0 1 0 25508777 129806336 29901 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 31691 29901 804 1502 0 30184 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 126764

[startup+1062.3 s]
/proc/loadavg: 2.00 1.95 1.35 3/179 21800
/proc/meminfo: memFree=29754876/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=127040 CPUtime=1062.32
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 317196 0 0 0 105523 709 0 0 25 0 1 0 25508777 130088960 29929 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 31760 29929 804 1502 0 30253 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 127040

[startup+1122.3 s]
/proc/loadavg: 2.04 1.97 1.39 3/179 21802
/proc/meminfo: memFree=29754460/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=127304 CPUtime=1122.32
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 327265 0 0 0 111486 746 0 0 25 0 1 0 25508777 130359296 29995 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 31826 29995 804 1502 0 30319 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 127304

[startup+1182.3 s]
/proc/loadavg: 2.01 1.97 1.43 3/179 21804
/proc/meminfo: memFree=29752556/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=127852 CPUtime=1182.32
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 336836 0 0 0 117446 786 0 0 25 0 1 0 25508777 130920448 30274 4089446400 4194304 10345943 140736599877984 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 31963 30274 804 1502 0 30456 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 127852

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.46 3/179 21806
/proc/meminfo: memFree=29750784/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=129276 CPUtime=1242.33
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 345672 0 0 0 123404 829 0 0 25 0 1 0 25508777 132378624 30492 4089446400 4194304 10345943 140736599877984 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 32319 30492 804 1502 0 30812 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 129276

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.49 3/179 21807
/proc/meminfo: memFree=29750260/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=127904 CPUtime=1302.33
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 354159 0 0 0 129363 870 0 0 25 0 1 0 25508777 130973696 30288 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 31976 30288 804 1502 0 30469 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 127904

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.52 3/179 21808
/proc/meminfo: memFree=29750216/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=128120 CPUtime=1362.32
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 359688 0 0 0 135323 909 0 0 25 0 1 0 25508777 131194880 30334 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 32030 30334 804 1502 0 30523 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 128120

[startup+1422.3 s]
/proc/loadavg: 2.00 1.97 1.55 3/179 21810
/proc/meminfo: memFree=29749560/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=128644 CPUtime=1422.34
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 371471 0 0 0 141278 956 0 0 25 0 1 0 25508777 131731456 30544 4089446400 4194304 10345943 140736599877984 18446744073709551615 6120674 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 32161 30544 804 1502 0 30654 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 128644

[startup+1482.3 s]
/proc/loadavg: 2.07 1.99 1.58 3/179 21812
/proc/meminfo: memFree=29749028/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=127056 CPUtime=1482.33
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 382308 0 0 0 147238 995 0 0 25 0 1 0 25508777 130105344 30250 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 31764 30250 804 1502 0 30257 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 127056

[startup+1542.31 s]
/proc/loadavg: 2.02 1.99 1.60 3/179 21814
/proc/meminfo: memFree=29749476/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=127048 CPUtime=1542.34
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 394276 0 0 0 153196 1038 0 0 25 0 1 0 25508777 130097152 30257 4089446400 4194304 10345943 140736599877984 18446744073709551615 6864944 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 31762 30257 804 1502 0 30255 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 127048

[startup+1602.3 s]
/proc/loadavg: 2.01 1.99 1.62 3/179 21815
/proc/meminfo: memFree=29748068/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=128380 CPUtime=1602.33
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 405088 0 0 0 159156 1077 0 0 25 0 1 0 25508777 131461120 30296 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 32095 30296 804 1502 0 30588 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 128380

[startup+1662.3 s]
/proc/loadavg: 2.06 2.00 1.65 3/179 21816
/proc/meminfo: memFree=29745176/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=130364 CPUtime=1662.34
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 414071 0 0 0 165119 1115 0 0 25 0 1 0 25508777 133492736 30779 4089446400 4194304 10345943 140736599877984 18446744073709551615 4471669 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 32591 30779 804 1502 0 31084 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 130364

[startup+1722.3 s]
/proc/loadavg: 2.02 2.00 1.67 3/179 21818
/proc/meminfo: memFree=29742532/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=131140 CPUtime=1722.33
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 421684 0 0 0 171080 1153 0 0 25 0 1 0 25508777 134287360 30979 4089446400 4194304 10345943 140736599877984 18446744073709551615 7547112 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 32785 30979 804 1502 0 31278 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 131140

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.69 3/179 21820
/proc/meminfo: memFree=29741740/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=131140 CPUtime=1782.34
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 426315 0 0 0 177043 1191 0 0 25 0 1 0 25508777 134287360 31033 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 32785 31033 804 1502 0 31278 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 131140

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

[startup+1785.6 s]
/proc/loadavg: 2.00 2.00 1.69 3/179 21820
/proc/meminfo: memFree=29741616/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=130904 CPUtime=1785.64
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 426674 0 0 0 177372 1192 0 0 25 0 1 0 25508777 134045696 30996 4089446400 4194304 10345943 140736599877984 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 32726 30996 804 1502 0 31219 0
Current children cumulated CPU time (s) 1785.64
Current children cumulated vsize (KiB) 130904

[startup+1787.2 s]
/proc/loadavg: 2.00 2.00 1.69 3/179 21820
/proc/meminfo: memFree=29741740/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=130904 CPUtime=1787.24
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 426686 0 0 0 177531 1193 0 0 25 0 1 0 25508777 134045696 31008 4089446400 4194304 10345943 140736599877984 18446744073709551615 6803086 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 32726 31008 804 1502 0 31219 0
Current children cumulated CPU time (s) 1787.24
Current children cumulated vsize (KiB) 130904

[startup+1788.8 s]
/proc/loadavg: 2.00 2.00 1.69 3/179 21820
/proc/meminfo: memFree=29741740/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=130904 CPUtime=1788.83
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 426687 0 0 0 177689 1194 0 0 25 0 1 0 25508777 134045696 31009 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 32726 31009 804 1502 0 31219 0
Current children cumulated CPU time (s) 1788.83
Current children cumulated vsize (KiB) 130904

[startup+1789.6 s]
/proc/loadavg: 2.00 2.00 1.69 3/179 21820
/proc/meminfo: memFree=29741740/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=131628 CPUtime=1789.64
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 426801 0 0 0 177769 1195 0 0 25 0 1 0 25508777 134787072 30952 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 32907 30952 804 1502 0 31400 0
Current children cumulated CPU time (s) 1789.64
Current children cumulated vsize (KiB) 131628

[startup+1790 s]
/proc/loadavg: 2.00 2.00 1.69 3/179 21820
/proc/meminfo: memFree=29741860/32950928 swapFree=4192956/4192956
[pid=21758] ppid=21756 vsize=131628 CPUtime=1790.03
/proc/21758/stat : 21758 (pbscip.linux.x8) R 21756 21758 21633 0 -1 4202496 426846 0 0 0 177808 1195 0 0 25 0 1 0 25508777 134787072 30997 4089446400 4194304 10345943 140736599877984 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21758/statm: 32907 30997 804 1502 0 31400 0
Current children cumulated CPU time (s) 1790.03
Current children cumulated vsize (KiB) 131628

Child status: 0
Real time (s): 1790.07
CPU time (s): 1790.12
CPU user time (s): 1778.15
CPU system time (s): 11.9632
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 132572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.15
system time used= 11.9632
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 426851
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= 1
involuntary context switches= 1408

runsolver used 2.79957 second user time and 5.68014 second system time

The end

Launcher Data

Begin job on node124 at 2010-07-08 09:09:14
IDJOB=2705498
IDBENCH=78882
IDSOLVER=1214
FILE ID=node124/2705498-1278572953
PBS_JOBID= 11240205
Free space on /tmp= 130208 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.1900545610--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-2705498-1278572953/watcher-2705498-1278572953 -o /tmp/evaluation-result-2705498-1278572953/solver-2705498-1278572953 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705498-1278572953.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 75e2f830e9a185ffa43de126e90d54da
RANDOM SEED=646221503

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30041920 kB
Buffers:        155596 kB
Cached:        2560948 kB
SwapCached:          0 kB
Active:        1014544 kB
Inactive:      1764080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30041920 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           13072 kB
Writeback:           0 kB
AnonPages:       61984 kB
Mapped:          14424 kB
Slab:            97912 kB
PageTables:       4120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  20668420 kB
Committed_AS:   183600 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    265212 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 130180 MiB
End job on node124 at 2010-07-08 09:39:04