Trace number 2705001

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900568706--soft-66-100-0.wbo
MD5SUM0424fd5691d718147f8291be7b6f72f2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark425.105
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 constraints892
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 45060
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45059
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 711
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-2705001-1278574751.wbo>
0.00/0.02	c original problem has 2015 variables (1123 bin, 0 int, 892 impl, 0 cont) and 3600 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, 208 impls, 13 clqs
0.00/0.07	c (round 2) 0 del vars, 107 del conss, 892 chg bounds, 48 chg sides, 0 chg coeffs, 0 upgd conss, 208 impls, 13 clqs
0.07/0.08	c (round 3) 48 del vars, 254 del conss, 913 chg bounds, 126 chg sides, 0 chg coeffs, 0 upgd conss, 208 impls, 13 clqs
0.07/0.09	c (round 4) 138 del vars, 256 del conss, 914 chg bounds, 127 chg sides, 0 chg coeffs, 0 upgd conss, 208 impls, 13 clqs
0.07/0.10	c (round 5) 140 del vars, 256 del conss, 914 chg bounds, 127 chg sides, 0 chg coeffs, 1700 upgd conss, 208 impls, 13 clqs
0.09/0.10	c (round 6) 140 del vars, 257 del conss, 914 chg bounds, 127 chg sides, 0 chg coeffs, 1700 upgd conss, 208 impls, 13 clqs
0.09/0.14	c    (0.1s) probing: 101/1053 (9.6%) - 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 (7 rounds):
0.09/0.14	c  140 deleted vars, 257 deleted constraints, 914 tightened bounds, 0 added holes, 127 changed sides, 0 changed coefficients
0.09/0.14	c  1842 implications, 13 cliques
0.09/0.14	c presolved problem has 1875 variables (1053 bin, 0 int, 822 impl, 0 cont) and 3343 constraints
0.09/0.14	c      59 constraints of type <setppc>
0.09/0.14	c     822 constraints of type <linear>
0.09/0.14	c     822 constraints of type <indicator>
0.09/0.14	c    1640 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.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.14	c   0.1s|     1 |     0 |    29 |     - |8752k|   0 |  17 |1875 |3343 |1875 |1699 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    87 |     - |8784k|   0 |  36 |1875 |3343 |1875 |1714 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.29	c   0.3s|     1 |     0 |   103 |     - |9120k|   0 |  37 |1875 |3343 |1875 |1720 |  21 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |   165 |     - |9680k|   0 |  44 |1875 |3343 |1875 |1727 |  28 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.47	c   0.4s|     1 |     0 |   352 |     - |9770k|   0 |  38 |1875 |3343 |1875 |1731 |  32 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.60	c   0.6s|     1 |     0 |   646 |     - |  10M|   0 |  13 |1875 |3343 |1875 |1738 |  39 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.60	o 41400
0.59/0.60	c y 0.6s|     1 |     0 |   646 |     - |  10M|   0 |  13 |1875 |3343 |1875 |1738 |  39 |   0 |   0 | 0.000000e+00 | 4.140000e+04 |    Inf 
0.59/0.66	c   0.6s|     1 |     0 |   786 |     - |  10M|   0 |  13 |1875 |3343 |1875 |1740 |  41 |   0 |   0 | 0.000000e+00 | 4.140000e+04 |    Inf 
0.79/0.81	c   0.8s|     1 |     0 |  1437 |     - |  11M|   0 |  19 |1875 |3343 |1875 |1745 |  46 |   0 |   0 | 0.000000e+00 | 4.140000e+04 |    Inf 
0.89/1.00	c   1.0s|     1 |     0 |  2208 |     - |  11M|   0 |  68 |1875 |3343 |1875 |1753 |  54 |   0 |   0 | 0.000000e+00 | 4.140000e+04 |    Inf 
1.10/1.19	c   1.2s|     1 |     0 |  2679 |     - |  11M|   0 |  86 |1875 |3343 |1875 |1767 |  68 |   0 |   0 | 0.000000e+00 | 4.140000e+04 |    Inf 
1.29/1.35	c   1.3s|     1 |     0 |  2915 |     - |  11M|   0 | 105 |1875 |3343 |1875 |1772 |  73 |   0 |   0 | 0.000000e+00 | 4.140000e+04 |    Inf 
3.89/3.93	c   3.9s|     1 |     2 |  2915 |     - |  11M|   0 | 105 |1875 |3343 |1875 |1772 |  73 |   0 |  16 | 0.000000e+00 | 4.140000e+04 |    Inf 
38.59/38.60	c  38.6s| 10000 |  9941 | 66454 |   6.4 |  29M| 247 |   0 |1875 |3479 |1875 |1789 |1675 | 146 | 573 | 0.000000e+00 | 4.140000e+04 |    Inf 
48.19/48.20	c  48.2s| 20000 | 19910 | 80101 |   3.9 |  42M| 247 |   0 |1875 |3507 |1875 |1784 |2227 | 184 | 573 | 0.000000e+00 | 4.140000e+04 |    Inf 
52.99/53.02	o 423
52.99/53.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.99/53.02	c *53.0s| 25651 | 20295 | 82593 |   3.1 |  43M| 247 |   - |1875 |3510 |1875 |1791 |2409 | 190 | 573 | 0.000000e+00 | 4.230000e+02 |    Inf 
52.99/53.02	o 415
52.99/53.02	c *53.0s| 25652 | 20059 | 82603 |   3.1 |  44M| 247 |   - |1875 |3510 |1875 |1791 |2409 | 190 | 573 | 0.000000e+00 | 4.150000e+02 |    Inf 
53.39/53.49	o 385
53.39/53.49	c *53.5s| 25976 | 19591 | 83609 |   3.1 |  43M| 247 |   - |1875 |3509 |1875 |1781 |2459 | 190 | 573 | 0.000000e+00 | 3.850000e+02 |    Inf 
53.49/53.57	o 325
53.49/53.57	c *53.5s| 26032 | 17398 | 83849 |   3.1 |  40M| 247 |   - |1875 |3539 |1875 |1793 |2468 | 220 | 573 | 0.000000e+00 | 3.250000e+02 |    Inf 
53.49/53.58	o 282
53.49/53.58	c *53.6s| 26038 | 15000 | 83877 |   3.1 |  37M| 247 |   - |1875 |3548 |1875 |1793 |2468 | 229 | 573 | 0.000000e+00 | 2.820000e+02 |    Inf 
53.59/53.65	o 275
53.59/53.65	c *53.6s| 26068 | 14510 | 84202 |   3.1 |  37M| 247 |   - |1875 |3581 |1875 |1791 |2477 | 262 | 573 | 0.000000e+00 | 2.750000e+02 |    Inf 
53.59/53.65	o 267
53.59/53.65	c *53.6s| 26069 | 13933 | 84210 |   3.1 |  36M| 247 |   - |1875 |3581 |1875 |1791 |2477 | 262 | 573 | 0.000000e+00 | 2.670000e+02 |    Inf 
53.59/53.67	o 257
53.59/53.67	c *53.7s| 26076 | 13219 | 84344 |   3.1 |  35M| 247 |   - |1875 |3581 |1875 |1792 |2477 | 262 | 573 | 0.000000e+00 | 2.570000e+02 |    Inf 
53.59/53.69	o 251
53.59/53.69	c *53.7s| 26094 | 12846 | 84377 |   3.1 |  34M| 247 |   - |1875 |3581 |1875 |1792 |2477 | 262 | 573 | 0.000000e+00 | 2.510000e+02 |    Inf 
53.69/53.71	o 223
53.69/53.71	c *53.7s| 26099 | 11078 | 84480 |   3.1 |  32M| 247 |   - |1875 |3581 |1875 |1793 |2478 | 262 | 573 | 0.000000e+00 | 2.230000e+02 |    Inf 
53.69/53.72	o 221
53.69/53.72	c *53.7s| 26100 | 10951 | 84480 |   3.1 |  32M| 247 |   - |1875 |3581 |1875 |1793 |2478 | 262 | 573 | 0.000000e+00 | 2.210000e+02 |    Inf 
53.69/53.77	o 217
53.69/53.77	c s53.7s| 26132 | 10719 | 84656 |   3.1 |  32M| 247 |   - |1875 |3604 |1875 |1781 |2484 | 285 | 573 | 0.000000e+00 | 2.170000e+02 |    Inf 
53.79/53.86	o 207
53.79/53.86	c *53.8s| 26192 | 10127 | 85050 |   3.1 |  31M| 247 |   - |1875 |3636 |1875 |1777 |2493 | 319 | 573 | 0.000000e+00 | 2.070000e+02 |    Inf 
53.90/53.99	o 164
53.90/53.99	c *54.0s| 26252 |  7469 | 85557 |   3.1 |  27M| 247 |   - |1875 |3652 |1875 |1785 |2518 | 337 | 573 | 0.000000e+00 | 1.640000e+02 |    Inf 
53.90/53.99	o 155
53.90/53.99	c *54.0s| 26253 |  6954 | 85581 |   3.1 |  26M| 247 |   - |1875 |3652 |1875 |1784 |2518 | 337 | 573 | 0.000000e+00 | 1.550000e+02 |    Inf 
54.00/54.03	o 109
54.00/54.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.00/54.03	c R54.0s| 26270 |  4034 | 85747 |   3.2 |  22M| 247 |   - |1875 |3684 |1875 |1778 |2520 | 369 | 573 | 0.000000e+00 | 1.090000e+02 |    Inf 
54.20/54.21	o 103
54.20/54.21	c *54.2s| 26329 |  3778 | 86933 |   3.2 |  22M| 247 |   - |1875 |3725 |1875 |1778 |2527 | 414 | 573 | 0.000000e+00 | 1.030000e+02 |    Inf 
54.40/54.47	o 99
54.40/54.47	c *54.4s| 26396 |  3674 | 88530 |   3.2 |  22M| 247 |   - |1875 |3839 |1875 |1784 |2558 | 531 | 573 | 0.000000e+00 | 9.900000e+01 |    Inf 
54.50/54.58	o 94
54.50/54.58	c *54.6s| 26427 |  3501 | 89195 |   3.3 |  22M| 247 |   - |1875 |3868 |1875 |1776 |2575 | 580 | 573 | 0.000000e+00 | 9.400000e+01 |    Inf 
54.60/54.62	o 92
54.60/54.62	c *54.6s| 26440 |  3436 | 89458 |   3.3 |  22M| 247 |   - |1875 |3834 |1875 |1779 |2585 | 595 | 573 | 0.000000e+00 | 9.200000e+01 |    Inf 
54.60/54.67	o 91
54.60/54.67	c *54.6s| 26463 |  3449 | 89541 |   3.3 |  22M| 247 |   - |1875 |3821 |1875 |1784 |2591 | 595 | 573 | 0.000000e+00 | 9.100000e+01 |    Inf 
54.60/54.67	o 81
54.60/54.67	c *54.7s| 26464 |  3035 | 89558 |   3.3 |  21M| 247 |   - |1875 |3821 |1875 |1784 |2591 | 595 | 573 | 0.000000e+00 | 8.100000e+01 |    Inf 
54.90/54.94	o 79
54.90/54.94	c *54.9s| 26528 |  2999 | 91125 |   3.3 |  21M| 247 |   - |1875 |3776 |1875 |1787 |2600 | 677 | 573 | 0.000000e+00 | 7.900000e+01 |    Inf 
54.90/54.99	o 78
54.90/54.99	c *55.0s| 26538 |  2964 | 91468 |   3.3 |  21M| 247 |   - |1875 |3761 |1875 |1779 |2607 | 679 | 573 | 0.000000e+00 | 7.800000e+01 |    Inf 
54.90/54.99	o 51
54.90/54.99	c *55.0s| 26539 |  2056 | 91502 |   3.3 |  19M| 247 |   - |1875 |3761 |1875 |1779 |2607 | 679 | 573 | 0.000000e+00 | 5.100000e+01 |    Inf 
55.00/55.05	o 49
55.00/55.05	c *55.0s| 26551 |  1426 | 91891 |   3.4 |  17M| 247 |   - |1875 |3514 |1875 |1773 |2607 | 686 | 573 | 0.000000e+00 | 4.900000e+01 |    Inf 
68.10/68.16	o 41
68.10/68.16	c *68.1s| 29817 |  1502 |176164 |   5.8 |  20M| 247 |   - |1875 |4967 |1875 |1772 |2873 |4890 | 782 | 0.000000e+00 | 4.100000e+01 |    Inf 
68.99/69.02	c  69.0s| 30000 |  1507 |181759 |   6.0 |  20M| 247 |   - |1875 |4615 |   0 |   0 |2878 |5125 | 786 | 0.000000e+00 | 4.100000e+01 |    Inf 
95.09/95.20	c  95.2s| 40000 |  1904 |347816 |   8.6 |  23M| 247 |  21 |1875 |5950 |1875 |1762 |4016 |  18k|1065 | 0.000000e+00 | 4.100000e+01 |    Inf 
99.29/99.38	o 32
99.29/99.38	c *99.4s| 41709 |  1880 |375056 |   8.9 |  23M| 247 |   - |1875 |6075 |1875 |1762 |4170 |  20k|1082 | 0.000000e+00 | 3.200000e+01 |    Inf 
119.00/119.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
119.00/119.03	c   119s| 50000 |  1962 |502857 |  10.0 |  25M| 247 |  23 |1875 |5842 |1875 |1772 |5016 |  32k|1196 | 0.000000e+00 | 3.200000e+01 |    Inf 
141.39/141.47	c   141s| 60000 |  1967 |647096 |  10.7 |  25M| 247 |   - |1875 |5640 |   0 |   0 |5892 |  45k|1197 | 0.000000e+00 | 3.200000e+01 |    Inf 
164.90/164.98	c   165s| 70000 |  2016 |796493 |  11.3 |  27M| 247 |   - |1875 |6994 |   0 |   0 |6797 |  58k|1353 | 0.000000e+00 | 3.200000e+01 |    Inf 
186.80/186.83	c   187s| 80000 |  1979 |927093 |  11.6 |  28M| 247 |   - |1875 |6966 |1875 |1762 |7705 |  72k|1540 | 0.000000e+00 | 3.200000e+01 |    Inf 
208.19/208.20	c   208s| 90000 |  2084 |  1051k|  11.7 |  30M| 247 |  23 |1875 |9757 |1875 |1762 |8284 |  85k|1740 | 0.000000e+00 | 3.200000e+01 |    Inf 
230.20/230.28	c   230s|100000 |  2061 |  1181k|  11.8 |  30M| 247 |   1 |1875 |8749 |1875 |1762 |9026 |  99k|1927 | 0.000000e+00 | 3.200000e+01 |    Inf 
254.10/254.12	c   254s|110000 |  2261 |  1328k|  12.1 |  32M| 247 |  20 |1875 |  10k|1875 |1762 |9507 | 113k|2117 | 0.000000e+00 | 3.200000e+01 |    Inf 
277.20/277.24	c   277s|120000 |  2169 |  1466k|  12.2 |  32M| 247 |   - |1875 |8276 |1875 |1762 |  10k| 126k|2314 | 0.000000e+00 | 3.200000e+01 |    Inf 
298.39/298.40	c   298s|130000 |  2200 |  1585k|  12.2 |  33M| 247 |   - |1875 |9181 |   0 |   0 |  11k| 140k|2511 | 0.000000e+00 | 3.200000e+01 |    Inf 
321.20/321.26	c   321s|140000 |  2121 |  1721k|  12.3 |  32M| 247 |  16 |1875 |7530 |1875 |1762 |  11k| 154k|2686 | 0.000000e+00 | 3.200000e+01 |    Inf 
344.20/344.20	c   344s|150000 |  2078 |  1857k|  12.4 |  33M| 247 |   - |1875 |7098 |   0 |   0 |  12k| 167k|2839 | 0.000000e+00 | 3.200000e+01 |    Inf 
367.90/367.94	c   368s|160000 |  2172 |  2003k|  12.5 |  34M| 247 |   - |1875 |7079 |1875 |1762 |  13k| 181k|3018 | 0.000000e+00 | 3.200000e+01 |    Inf 
378.40/378.42	o 16
378.40/378.42	c * 378s|165314 |  1799 |  2067k|  12.5 |  30M| 247 |   - |1875 |7783 |1875 |1768 |  13k| 187k|3039 | 0.000000e+00 | 1.600000e+01 |    Inf 
388.40/388.47	c   388s|170000 |  1873 |  2134k|  12.5 |  31M| 247 |   - |1875 |9261 |   0 |   0 |  13k| 194k|3130 | 0.000000e+00 | 1.600000e+01 |    Inf 
409.11/409.16	c   409s|180000 |  1926 |  2264k|  12.6 |  32M| 247 |  21 |1875 |9663 |1875 |1762 |  14k| 206k|3253 | 0.000000e+00 | 1.600000e+01 |    Inf 
431.00/431.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
431.00/431.00	c   431s|190000 |  1955 |  2405k|  12.6 |  34M| 247 |  31 |1875 |  12k|1875 |1762 |  15k| 220k|3405 | 0.000000e+00 | 1.600000e+01 |    Inf 
453.80/453.87	c   454s|200000 |  2058 |  2551k|  12.7 |  36M| 247 |  23 |1875 |  14k|1875 |1767 |  16k| 233k|3589 | 0.000000e+00 | 1.600000e+01 |    Inf 
478.41/478.47	c   478s|210000 |  2043 |  2710k|  12.9 |  36M| 247 |  15 |1875 |  14k|1875 |1762 |  16k| 246k|3756 | 0.000000e+00 | 1.600000e+01 |    Inf 
502.40/502.46	c   502s|220000 |  1998 |  2860k|  13.0 |  35M| 247 |  18 |1875 |  10k|1875 |1762 |  16k| 259k|3925 | 0.000000e+00 | 1.600000e+01 |    Inf 
525.31/525.38	c   525s|230000 |  2006 |  3009k|  13.1 |  37M| 247 |  12 |1875 |  13k|1875 |1762 |  17k| 273k|4072 | 0.000000e+00 | 1.600000e+01 |    Inf 
549.81/549.85	c   550s|240000 |  2014 |  3162k|  13.2 |  37M| 247 |   - |1875 |  12k|1875 |1762 |  18k| 286k|4210 | 0.000000e+00 | 1.600000e+01 |    Inf 
573.81/573.88	c   574s|250000 |  2059 |  3323k|  13.3 |  38M| 247 |  24 |1875 |  13k|1875 |1772 |  18k| 300k|4367 | 0.000000e+00 | 1.600000e+01 |    Inf 
596.61/596.69	c   597s|260000 |  1992 |  3466k|  13.3 |  38M| 247 |  16 |1875 |  13k|1875 |1762 |  19k| 313k|4543 | 0.000000e+00 | 1.600000e+01 |    Inf 
618.70/618.72	c   619s|270000 |  2018 |  3595k|  13.3 |  41M| 247 |   - |1875 |  19k|   0 |   0 |  20k| 325k|4650 | 0.000000e+00 | 1.600000e+01 |    Inf 
641.71/641.77	c   642s|280000 |  2124 |  3722k|  13.3 |  43M| 247 |  23 |1875 |  22k|1875 |1768 |  21k| 338k|4769 | 0.000000e+00 | 1.600000e+01 |    Inf 
667.72/667.73	c   668s|290000 |  2091 |  3866k|  13.3 |  43M| 247 |   - |1875 |  21k|   0 |   0 |  22k| 351k|4862 | 0.000000e+00 | 1.600000e+01 |    Inf 
690.82/690.87	c   691s|300000 |  2130 |  3987k|  13.3 |  45M| 247 |   - |1875 |  25k|   0 |   0 |  23k| 365k|4976 | 0.000000e+00 | 1.600000e+01 |    Inf 
716.41/716.42	c   716s|310000 |  2296 |  4131k|  13.3 |  44M| 247 |   - |1875 |  21k|1875 |1769 |  24k| 378k|5146 | 0.000000e+00 | 1.600000e+01 |    Inf 
741.51/741.52	c   741s|320000 |  2533 |  4278k|  13.4 |  46M| 247 |  25 |1875 |  22k|1875 |1762 |  25k| 391k|5238 | 0.000000e+00 | 1.600000e+01 |    Inf 
767.01/767.03	c   767s|330000 |  2666 |  4423k|  13.4 |  48M| 247 |  18 |1875 |  23k|1875 |1762 |  26k| 404k|5355 | 0.000000e+00 | 1.600000e+01 |    Inf 
791.52/791.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
791.52/791.59	c   792s|340000 |  2727 |  4557k|  13.4 |  49M| 247 |  22 |1875 |  24k|1875 |1762 |  27k| 417k|5427 | 0.000000e+00 | 1.600000e+01 |    Inf 
816.71/816.76	c   817s|350000 |  2749 |  4697k|  13.4 |  50M| 247 |  24 |1875 |  24k|1875 |1762 |  27k| 430k|5520 | 0.000000e+00 | 1.600000e+01 |    Inf 
841.52/841.53	c   842s|360000 |  2759 |  4832k|  13.4 |  50M| 247 |   - |1875 |  23k|1875 |1762 |  28k| 444k|5642 | 0.000000e+00 | 1.600000e+01 |    Inf 
866.62/866.68	c   867s|370000 |  2844 |  4971k|  13.4 |  52M| 247 |  21 |1875 |  25k|1875 |1767 |  29k| 457k|5752 | 0.000000e+00 | 1.600000e+01 |    Inf 
892.21/892.24	c   892s|380000 |  2931 |  5116k|  13.5 |  53M| 247 |   - |1875 |  24k|   0 |   0 |  29k| 470k|5856 | 0.000000e+00 | 1.600000e+01 |    Inf 
919.52/919.54	c   920s|390000 |  2948 |  5276k|  13.5 |  54M| 247 |  19 |1875 |  24k|1875 |1762 |  30k| 484k|5992 | 0.000000e+00 | 1.600000e+01 |    Inf 
945.41/945.46	c   945s|400000 |  2889 |  5420k|  13.5 |  54M| 247 |  29 |1875 |  24k|1875 |1762 |  31k| 497k|6100 | 0.000000e+00 | 1.600000e+01 |    Inf 
970.32/970.32	c   970s|410000 |  2964 |  5553k|  13.5 |  55M| 247 |   - |1875 |  25k|   0 |   0 |  32k| 510k|6148 | 0.000000e+00 | 1.600000e+01 |    Inf 
994.82/994.86	c   995s|420000 |  2953 |  5687k|  13.5 |  55M| 247 |  29 |1875 |  23k|1875 |1762 |  32k| 523k|6231 | 0.000000e+00 | 1.600000e+01 |    Inf 
1021.12/1021.16	c  1021s|430000 |  2939 |  5832k|  13.6 |  56M| 247 |   - |1875 |  24k|1875 |1767 |  33k| 535k|6349 | 0.000000e+00 | 1.600000e+01 |    Inf 
1048.02/1048.02	c  1048s|440000 |  3040 |  5989k|  13.6 |  57M| 247 |   7 |1875 |  26k|1875 |1762 |  34k| 549k|6487 | 0.000000e+00 | 1.600000e+01 |    Inf 
1073.82/1073.87	c  1074s|450000 |  2919 |  6137k|  13.6 |  56M| 247 |   - |1875 |  22k|   0 |   0 |  34k| 562k|6592 | 0.000000e+00 | 1.600000e+01 |    Inf 
1098.73/1098.77	c  1099s|460000 |  2843 |  6285k|  13.7 |  55M| 247 |  24 |1875 |  21k|1875 |1762 |  35k| 575k|6652 | 0.000000e+00 | 1.600000e+01 |    Inf 
1122.32/1122.35	c  1122s|470000 |  2870 |  6425k|  13.7 |  57M| 247 |  14 |1875 |  22k|1875 |1762 |  36k| 589k|6806 | 0.000000e+00 | 1.600000e+01 |    Inf 
1146.22/1146.28	c  1146s|480000 |  2735 |  6559k|  13.7 |  55M| 247 |  11 |1875 |  19k|1875 |1762 |  36k| 603k|6920 | 0.000000e+00 | 1.600000e+01 |    Inf 
1170.12/1170.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1170.12/1170.11	c  1170s|490000 |  2741 |  6699k|  13.7 |  54M| 247 |   - |1875 |  14k|   0 |   0 |  37k| 616k|6964 | 0.000000e+00 | 1.600000e+01 |    Inf 
1192.83/1192.81	c  1193s|500000 |  3005 |  6833k|  13.7 |  56M| 247 |   - |1875 |  15k|   0 |   0 |  38k| 629k|7083 | 0.000000e+00 | 1.600000e+01 |    Inf 
1214.23/1214.28	c  1214s|510000 |  3171 |  6956k|  13.6 |  57M| 247 |  13 |1875 |  16k|1875 |1762 |  39k| 642k|7171 | 0.000000e+00 | 1.600000e+01 |    Inf 
1236.72/1236.79	c  1237s|520000 |  3315 |  7092k|  13.6 |  58M| 247 |   - |1875 |  12k|1875 |1762 |  40k| 655k|7208 | 0.000000e+00 | 1.600000e+01 |    Inf 
1259.44/1259.46	c  1259s|530000 |  3433 |  7230k|  13.6 |  60M| 247 |  30 |1875 |  14k|1875 |1762 |  40k| 669k|7309 | 0.000000e+00 | 1.600000e+01 |    Inf 
1281.32/1281.38	c  1281s|540000 |  3522 |  7360k|  13.6 |  60M| 247 |  20 |1875 |  12k|1875 |1762 |  41k| 682k|7437 | 0.000000e+00 | 1.600000e+01 |    Inf 
1303.22/1303.26	c  1303s|550000 |  3621 |  7495k|  13.6 |  62M| 247 |   - |1875 |  14k|   0 |   0 |  42k| 695k|7469 | 0.000000e+00 | 1.600000e+01 |    Inf 
1326.33/1326.36	c  1326s|560000 |  3838 |  7630k|  13.6 |  65M| 247 |  17 |1875 |  15k|1875 |1762 |  42k| 708k|7578 | 0.000000e+00 | 1.600000e+01 |    Inf 
1345.13/1345.12	o 15
1345.13/1345.12	c *1345s|567103 |  3978 |  7741k|  13.6 |  65M| 247 |   - |1875 |  13k|1875 |1776 |  43k| 717k|7630 | 0.000000e+00 | 1.500000e+01 |    Inf 
1351.73/1351.78	c  1352s|570000 |  4069 |  7781k|  13.6 |  66M| 247 |   1 |1875 |  13k|1875 |1771 |  43k| 721k|7687 | 0.000000e+00 | 1.500000e+01 |    Inf 
1373.33/1373.32	c  1373s|580000 |  4114 |  7911k|  13.6 |  67M| 247 |   - |1875 |  13k|   0 |   0 |  44k| 734k|7711 | 0.000000e+00 | 1.500000e+01 |    Inf 
1397.13/1397.10	c  1397s|590000 |  4222 |  8059k|  13.7 |  68M| 247 |   - |1875 |  13k|1875 |1767 |  45k| 747k|7827 | 0.000000e+00 | 1.500000e+01 |    Inf 
1418.03/1418.02	c  1418s|600000 |  4271 |  8180k|  13.6 |  69M| 247 |  18 |1875 |  14k|1875 |1776 |  46k| 761k|7930 | 0.000000e+00 | 1.500000e+01 |    Inf 
1439.04/1439.06	c  1439s|610000 |  4401 |  8304k|  13.6 |  71M| 247 |   - |1875 |  16k|1875 |1762 |  46k| 774k|7947 | 0.000000e+00 | 1.500000e+01 |    Inf 
1460.63/1460.63	c  1461s|620000 |  4484 |  8430k|  13.6 |  72M| 247 |  20 |1875 |  16k|1875 |1762 |  47k| 787k|8041 | 0.000000e+00 | 1.500000e+01 |    Inf 
1484.33/1484.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1484.33/1484.36	c  1484s|630000 |  4607 |  8572k|  13.6 |  73M| 247 |  26 |1875 |  15k|1875 |1768 |  49k| 800k|8124 | 0.000000e+00 | 1.500000e+01 |    Inf 
1508.63/1508.61	c  1509s|640000 |  4689 |  8716k|  13.6 |  76M| 247 |  17 |1875 |  18k|1875 |1762 |  50k| 813k|8154 | 0.000000e+00 | 1.500000e+01 |    Inf 
1531.04/1531.02	c  1531s|650000 |  4635 |  8841k|  13.6 |  75M| 247 |   - |1875 |  15k|1875 |1769 |  50k| 826k|8276 | 0.000000e+00 | 1.500000e+01 |    Inf 
1554.93/1554.91	c  1555s|660000 |  4485 |  8982k|  13.6 |  74M| 247 |  23 |1875 |  14k|1875 |1762 |  51k| 839k|8339 | 0.000000e+00 | 1.500000e+01 |    Inf 
1575.43/1575.47	c  1575s|670000 |  4612 |  9094k|  13.6 |  76M| 247 |  16 |1875 |  17k|1875 |1762 |  52k| 853k|8391 | 0.000000e+00 | 1.500000e+01 |    Inf 
1598.44/1598.47	c  1598s|680000 |  4801 |  9223k|  13.6 |  79M| 247 |   - |1875 |  19k|1875 |1770 |  52k| 866k|8485 | 0.000000e+00 | 1.500000e+01 |    Inf 
1622.34/1622.38	c  1622s|690000 |  4915 |  9360k|  13.6 |  80M| 247 |  15 |1875 |  17k|1875 |1762 |  53k| 878k|8512 | 0.000000e+00 | 1.500000e+01 |    Inf 
1647.54/1647.52	c  1647s|700000 |  5013 |  9508k|  13.6 |  81M| 247 |   8 |1875 |  16k|1875 |1762 |  53k| 892k|8632 | 0.000000e+00 | 1.500000e+01 |    Inf 
1671.44/1671.40	c  1671s|710000 |  5168 |  9653k|  13.6 |  82M| 247 |  28 |1875 |  16k|1875 |1762 |  54k| 904k|8684 | 0.000000e+00 | 1.500000e+01 |    Inf 
1695.14/1695.15	c  1695s|720000 |  5268 |  9793k|  13.6 |  83M| 247 |  22 |1875 |  17k|1875 |1766 |  54k| 918k|8741 | 0.000000e+00 | 1.500000e+01 |    Inf 
1717.54/1717.58	c  1718s|730000 |  5382 |  9918k|  13.6 |  85M| 247 |   - |1875 |  17k|   0 |   0 |  56k| 931k|8856 | 0.000000e+00 | 1.500000e+01 |    Inf 
1739.84/1739.85	c  1740s|740000 |  5514 | 10041k|  13.6 |  88M| 247 |  18 |1875 |  22k|1875 |1762 |  56k| 944k|8864 | 0.000000e+00 | 1.500000e+01 |    Inf 
1764.74/1764.72	c  1765s|750000 |  5648 | 10169k|  13.6 |  90M| 247 |   - |1875 |  23k|   0 |   0 |  57k| 958k|8983 | 0.000000e+00 | 1.500000e+01 |    Inf 
1787.45/1787.43	c  1787s|760000 |  5654 | 10286k|  13.5 |  89M| 247 |  28 |1875 |  20k|1875 |1768 |  57k| 972k|8989 | 0.000000e+00 | 1.500000e+01 |    Inf 
1790.04/1790.00	c 
1790.04/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.00	c Solving Time (sec) : 1789.98
1790.04/1790.00	c Solving Nodes      : 761173
1790.04/1790.00	c Primal Bound       : +1.50000000000000e+01 (135 solutions)
1790.04/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.00	c Gap                : infinite
1790.04/1790.01	s SATISFIABLE
1790.04/1790.01	v -x231 -x230 x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 -x210 
1790.04/1790.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 x191 -x190 -x189 
1790.04/1790.01	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.04/1790.01	v -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.04/1790.01	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.04/1790.01	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1790.04/1790.01	v -x104 x103 -x102 -x101 -x100 -x99 -x98 x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1790.04/1790.01	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 x56 -x55 
1790.04/1790.01	v -x54 -x53 -x52 -x51 x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 x40 -x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 -x30 -x29 
1790.04/1790.01	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 x16 -x15 -x14 -x13 -x12 -x11 -x10 x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1790.04/1790.01	v -x1 
1790.04/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.01	c Solving Time       :    1789.98
1790.04/1790.01	c Original Problem   :
1790.04/1790.01	c   Problem name     : HOME/instance-2705001-1278574751.wbo
1790.04/1790.01	c   Variables        : 2015 (1123 binary, 0 integer, 892 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 3600 initial, 3600 maximal
1790.04/1790.01	c Presolved Problem  :
1790.04/1790.01	c   Problem name     : t_HOME/instance-2705001-1278574751.wbo
1790.04/1790.01	c   Variables        : 1875 (1053 binary, 0 integer, 822 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 3343 initial, 27048 maximal
1790.04/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.01	c   trivial          :       0.00         70          0          0          0          0          0          0          0
1790.04/1790.01	c   dualfix          :       0.00         70          0          0          0          0          0          0          0
1790.04/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.04/1790.01	c   setppc           :       0.00          0          0          0          0          0          1          0          0
1790.04/1790.01	c   linear           :       0.06          0          0          0        914          0        186        127          0
1790.04/1790.01	c   indicator        :       0.00          0          0          0          0          0         70          0          0
1790.04/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.04/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   root node        :          -       1420          -          -       1420          -          -          -          -
1790.04/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   integral         :          0          0          0     426996          0        301       2570          0          0     779806
1790.04/1790.01	c   setppc           :         59         10    3619149      17630          1      67803    2369814          0          0          0
1790.04/1790.01	c   linear           :        822         10    3571292      33295          1      92941   12329651      57804          0          0
1790.04/1790.01	c   indicator        :        822          0    3447296      34753          1        938    3061459          0          0          0
1790.04/1790.01	c   logicor          :       1640+        10    1599850      25118          1     100785    5824697          0          0          0
1790.04/1790.01	c   bounddisjunction :          0+         0     449819          0          0        134       2854          0          0          0
1790.04/1790.01	c   countsols        :          0          0          0      25118          1          0          0          0          0          0
1790.04/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.01	c   integral         :      55.28       0.00       0.00      55.28       0.00
1790.04/1790.01	c   setppc           :      14.33       0.00      14.31       0.01       0.00
1790.04/1790.01	c   linear           :      63.24       0.00      62.82       0.42       0.00
1790.04/1790.01	c   indicator        :      20.60       0.01      19.08       1.51       0.00
1790.04/1790.01	c   logicor          :     170.72       0.00     170.47       0.25       0.00
1790.04/1790.01	c   bounddisjunction :       2.05       0.00       2.05       0.00       0.00
1790.04/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.04/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.01	c   vbounds          :       0.72      97725          1       2920
1790.04/1790.01	c   rootredcost      :       0.53         31          0        710
1790.04/1790.01	c   pseudoobj        :      53.57    3647966       7239    3391993
1790.04/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.01	c   propagation      :      11.46     268902     268696    1629063       26.5       6528       26.0          -
1790.04/1790.01	c   infeasible LP    :      19.25     111885     111885     894003       42.3        783       18.2          0
1790.04/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   pseudo solution  :       0.00          2          2         16       21.3          0        0.0          -
1790.04/1790.01	c   applied globally :          -          -          -     974322       26.9          -          -          -
1790.04/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.01	c   cut pool         :       0.00          9          -          -        214          -    (maximal pool size: 811)
1790.04/1790.01	c   redcost          :      15.77     428262          0      13952          0          0
1790.04/1790.01	c   impliedbounds    :       0.00         10          0          0          0          0
1790.04/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.01	c   gomory           :       0.27         10          0          0       2593          0
1790.04/1790.01	c   strongcg         :       0.24         10          0          0       2740          0
1790.04/1790.01	c   cmir             :       0.06         10          0          0          7          0
1790.04/1790.01	c   flowcover        :       0.10         10          0          0         11          0
1790.04/1790.01	c   clique           :       0.00         10          0          0          0          0
1790.04/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.01	c   rapidlearning    :       0.04          1          0          0          0          0
1790.04/1790.01	c Pricers            :       Time      Calls       Vars
1790.04/1790.01	c   problem variables:       0.00          0          0
1790.04/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   relpscost        :      55.01     392186        301       2570          0          0     779806
1790.04/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   inference        :       2.76      25091          0          0          0          0      50208
1790.04/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.01	c   LP solutions     :       0.03          -         28
1790.04/1790.01	c   pseudo solutions :       0.00          -          0
1790.04/1790.01	c   intshifting      :       0.01          0          0
1790.04/1790.01	c   feaspump         :       0.02          1          0
1790.04/1790.01	c   oneopt           :       0.31         25          0
1790.04/1790.01	c   crossover        :       0.59         15          0
1790.04/1790.01	c   pscostdiving     :       0.39        345          0
1790.04/1790.01	c   fracdiving       :       0.41        345          0
1790.04/1790.01	c   veclendiving     :       0.35        345          0
1790.04/1790.01	c   linesearchdiving :       0.36        345          0
1790.04/1790.01	c   coefdiving       :       0.47        346          0
1790.04/1790.01	c   guideddiving     :       0.46        346          0
1790.04/1790.01	c   objpscostdiving  :       0.27        302          0
1790.04/1790.01	c   rootsoldiving    :       0.28        302          0
1790.04/1790.01	c   trivial          :       0.00          2          0
1790.04/1790.01	c   simplerounding   :       0.48     392311          0
1790.04/1790.01	c   zirounding       :       0.18       1000          0
1790.04/1790.01	c   rounding         :       2.41      30048          1
1790.04/1790.01	c   shifting         :       2.67       9067          1
1790.04/1790.01	c   twoopt           :       0.00          0          0
1790.04/1790.01	c   fixandinfer      :       0.00          0          0
1790.04/1790.01	c   intdiving        :       0.00          0          0
1790.04/1790.01	c   actconsdiving    :       0.00          0          0
1790.04/1790.01	c   octane           :       0.00          0          0
1790.04/1790.01	c   rens             :       0.03          1          0
1790.04/1790.01	c   rins             :       0.00          0          0
1790.04/1790.01	c   localbranching   :       0.00          0          0
1790.04/1790.01	c   mutation         :       0.00          0          0
1790.04/1790.01	c   dins             :       0.00          0          0
1790.04/1790.01	c   undercover       :       0.00          0          0
1790.04/1790.01	c   nlp              :       0.14          0          0
1790.04/1790.01	c   trysol           :       0.24        331        105
1790.04/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.01	c   dual LP          :    1053.27     512774   10295638      20.08    9774.90
1790.04/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.01	c   diving/probing LP:       1.10        818       6186       7.56    5634.77
1790.04/1790.01	c   strong branching :      51.28       8989     468134      52.08    9128.62
1790.04/1790.01	c     (at root node) :          -         16      14422     901.38          -
1790.04/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.01	c B&B Tree           :
1790.04/1790.01	c   number of runs   :          1
1790.04/1790.01	c   nodes            :     761173
1790.04/1790.01	c   nodes (total)    :     761173
1790.04/1790.01	c   nodes left       :       5672
1790.04/1790.01	c   max depth        :        247
1790.04/1790.01	c   max depth (total):        247
1790.04/1790.01	c   backtracks       :      82637 (10.9%)
1790.04/1790.01	c   delayed cutoffs  :      37725
1790.04/1790.01	c   repropagations   :    1485632 (3864528 domain reductions, 35322 cutoffs)
1790.04/1790.01	c   avg switch length:       5.57
1790.04/1790.01	c   switching time   :     164.52
1790.04/1790.01	c Solution           :
1790.04/1790.01	c   Solutions found  :        135 (31 improvements)
1790.04/1790.01	c   First Solution   : +4.14000000000000e+04   (in run 1, after 1 nodes, 0.57 seconds, depth 0, found by <trysol>)
1790.04/1790.01	c   Primal Bound     : +1.50000000000000e+01   (in run 1, after 567103 nodes, 1345.09 seconds, depth 24, found by <relaxation>)
1790.04/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.01	c   Gap              :   infinite
1790.04/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.01	c   Root Iterations  :       2915
1790.14/1790.11	c Time complete: 1790.15.

Verifier Data

OK	15

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705001-1278574751/watcher-2705001-1278574751 -o /tmp/evaluation-result-2705001-1278574751/solver-2705001-1278574751 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705001-1278574751.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.97 1.67 3/178 21819
/proc/meminfo: memFree=29828756/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=12548 CPUtime=0
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 1983 0 0 0 0 0 0 0 20 0 1 0 25687376 12849152 1901 4089446400 4194304 10345943 140735315864784 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21819/statm: 3137 1908 429 1502 0 1630 0

[startup+0.0860929 s]
/proc/loadavg: 1.92 1.97 1.67 3/178 21819
/proc/meminfo: memFree=29828756/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=27368 CPUtime=0.07
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 5882 0 0 0 7 0 0 0 20 0 1 0 25687376 28024832 5446 4089446400 4194304 10345943 140735315864784 18446744073709551615 4287408 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 6842 5446 541 1502 0 5335 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27368

[startup+0.101098 s]
/proc/loadavg: 1.92 1.97 1.67 3/178 21819
/proc/meminfo: memFree=29828756/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=27368 CPUtime=0.09
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 5894 0 0 0 9 0 0 0 20 0 1 0 25687376 28024832 5458 4089446400 4194304 10345943 140735315864784 18446744073709551615 4616765 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 6842 5458 553 1502 0 5335 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27368

[startup+0.301064 s]
/proc/loadavg: 1.92 1.97 1.67 3/178 21819
/proc/meminfo: memFree=29828756/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=38372 CPUtime=0.29
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 12308 0 0 0 27 2 0 0 20 0 1 0 25687376 39292928 8060 4089446400 4194304 10345943 140735315864784 18446744073709551615 6197949 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 9593 8060 748 1502 0 8086 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38372

[startup+0.700985 s]
/proc/loadavg: 1.92 1.97 1.67 3/178 21819
/proc/meminfo: memFree=29828756/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=42876 CPUtime=0.69
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 13582 0 0 0 67 2 0 0 21 0 1 0 25687376 43905024 9334 4089446400 4194304 10345943 140735315864784 18446744073709551615 6129650 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 10719 9334 749 1502 0 9212 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42876

[startup+1.50084 s]
/proc/loadavg: 1.93 1.97 1.68 3/179 21820
/proc/meminfo: memFree=29792416/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=52400 CPUtime=1.49
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 18821 0 0 0 146 3 0 0 23 0 1 0 25687376 53657600 11150 4089446400 4194304 10345943 140735315864784 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 13100 11150 787 1502 0 11593 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52400

[startup+3.10055 s]
/proc/loadavg: 1.93 1.97 1.68 3/179 21820
/proc/meminfo: memFree=29786216/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=52400 CPUtime=3.09
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 18930 0 0 0 305 4 0 0 25 0 1 0 25687376 53657600 11251 4089446400 4194304 10345943 140735315864784 18446744073709551615 7507710 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 13100 11251 779 1502 0 11593 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52400

[startup+6.30099 s]
/proc/loadavg: 1.85 1.95 1.67 2/174 21837
/proc/meminfo: memFree=29990240/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=52288 CPUtime=6.29
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 20816 0 0 0 623 6 0 0 25 0 1 0 25687376 53542912 11160 4089446400 4194304 10345943 140735315864784 18446744073709551615 7606721 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 13072 11160 780 1502 0 11565 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52288

[startup+12.7008 s]
/proc/loadavg: 1.86 1.95 1.67 3/179 21875
/proc/meminfo: memFree=29955664/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=52164 CPUtime=12.69
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 26116 0 0 0 1259 10 0 0 25 0 1 0 25687376 53415936 11117 4089446400 4194304 10345943 140735315864784 18446744073709551615 7566940 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 13041 11117 781 1502 0 11534 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52164

[startup+25.5005 s]
/proc/loadavg: 1.89 1.95 1.68 3/179 21875
/proc/meminfo: memFree=29952312/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=56076 CPUtime=25.49
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 40202 0 0 0 2531 18 0 0 25 0 1 0 25687376 57421824 11996 4089446400 4194304 10345943 140735315864784 18446744073709551615 7569984 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 14019 11996 789 1502 0 12512 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56076

[startup+51.1009 s]
/proc/loadavg: 1.93 1.95 1.69 3/179 21875
/proc/meminfo: memFree=29889360/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=88760 CPUtime=51.09
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 63401 0 0 0 5082 27 0 0 25 0 1 0 25687376 90890240 20682 4089446400 4194304 10345943 140735315864784 18446744073709551615 4686927 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 22190 20682 801 1502 0 20683 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 88760

[startup+102.306 s]
/proc/loadavg: 1.97 1.96 1.70 3/179 21877
/proc/meminfo: memFree=29794084/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=105912 CPUtime=102.3
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 111013 0 0 0 10173 57 0 0 25 0 1 0 25687376 108453888 25106 4089446400 4194304 10345943 140735315864784 18446744073709551615 7606717 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 26478 25106 801 1502 0 24971 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 105912

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.72 3/179 21879
/proc/meminfo: memFree=29705760/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=111964 CPUtime=162.3
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 132239 0 0 0 16142 88 0 0 25 0 1 0 25687376 114651136 26634 4089446400 4194304 10345943 140735315864784 18446744073709551615 4967907 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 27991 26634 801 1502 0 26484 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 111964

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.73 3/179 21880
/proc/meminfo: memFree=29614428/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=116672 CPUtime=222.3
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 151973 0 0 0 22110 120 0 0 25 0 1 0 25687376 119472128 27811 4089446400 4194304 10345943 140735315864784 18446744073709551615 6328762 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 29168 27811 801 1502 0 27661 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 116672

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.74 3/179 21881
/proc/meminfo: memFree=29526816/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=122512 CPUtime=282.3
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 166733 0 0 0 28081 149 0 0 25 0 1 0 25687376 125452288 28836 4089446400 4194304 10345943 140735315864784 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 30628 28836 801 1502 0 29121 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 122512

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.76 3/179 21883
/proc/meminfo: memFree=29435952/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=124128 CPUtime=342.3
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 181911 0 0 0 34055 175 0 0 25 0 1 0 25687376 127107072 29717 4089446400 4194304 10345943 140735315864784 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 31032 29717 802 1502 0 29525 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 124128

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.77 3/179 21885
/proc/meminfo: memFree=29353044/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=127144 CPUtime=402.3
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 201145 0 0 0 40025 205 0 0 25 0 1 0 25687376 130195456 30359 4089446400 4194304 10345943 140735315864784 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 31786 30359 802 1502 0 30279 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 127144

[startup+462.3 s]
/proc/loadavg: 1.99 1.97 1.78 3/179 21887
/proc/meminfo: memFree=29262340/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=131680 CPUtime=462.3
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 214815 0 0 0 45993 237 0 0 25 0 1 0 25687376 134840320 31206 4089446400 4194304 10345943 140735315864784 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 32920 31206 802 1502 0 31413 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 131680

[startup+522.3 s]
/proc/loadavg: 1.99 1.97 1.79 3/179 21887
/proc/meminfo: memFree=29176832/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=131944 CPUtime=522.31
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 227472 0 0 0 51961 270 0 0 25 0 1 0 25687376 135110656 31626 4089446400 4194304 10345943 140735315864784 18446744073709551615 6713027 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 32986 31626 802 1502 0 31479 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 131944

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.80 3/179 21889
/proc/meminfo: memFree=29095180/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=133776 CPUtime=582.31
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 241322 0 0 0 57929 302 0 0 25 0 1 0 25687376 136986624 31917 4089446400 4194304 10345943 140735315864784 18446744073709551615 7569535 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 33444 31917 802 1502 0 31937 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 133776

[startup+642.301 s]
/proc/loadavg: 1.99 1.97 1.81 3/179 21891
/proc/meminfo: memFree=29017960/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=138028 CPUtime=642.31
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 252627 0 0 0 63899 332 0 0 25 0 1 0 25687376 141340672 32926 4089446400 4194304 10345943 140735315864784 18446744073709551615 5085445 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 34507 32926 802 1502 0 33000 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 138028

[startup+702.301 s]

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

/proc/meminfo: memFree=28539860/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=152484 CPUtime=1002.32
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 289829 0 0 0 99745 487 0 0 25 0 1 0 25687376 156143616 36557 4089446400 4194304 10345943 140735315864784 18446744073709551615 7522900 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 38121 36557 804 1502 0 36614 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 152484

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.86 3/179 21903
/proc/meminfo: memFree=28454852/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=155132 CPUtime=1062.33
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 301758 0 0 0 105720 513 0 0 25 0 1 0 25687376 158855168 36898 4089446400 4194304 10345943 140735315864784 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 38783 36898 804 1502 0 37276 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 155132

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.86 3/179 21904
/proc/meminfo: memFree=28371432/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=155432 CPUtime=1122.32
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 307832 0 0 0 111694 538 0 0 25 0 1 0 25687376 159162368 37295 4089446400 4194304 10345943 140735315864784 18446744073709551615 7583250 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 38858 37295 804 1502 0 37351 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 155432

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.87 3/179 21905
/proc/meminfo: memFree=28287924/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=157240 CPUtime=1182.33
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 314733 0 0 0 117667 566 0 0 25 0 1 0 25687376 161013760 37738 4089446400 4194304 10345943 140735315864784 18446744073709551615 6700032 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 39310 37738 804 1502 0 37803 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 157240

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.88 3/179 21907
/proc/meminfo: memFree=28201412/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=163084 CPUtime=1242.33
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 318367 0 0 0 123643 590 0 0 25 0 1 0 25687376 166998016 38740 4089446400 4194304 10345943 140735315864784 18446744073709551615 7578168 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 40771 38740 804 1502 0 39264 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 163084

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.88 3/179 21909
/proc/meminfo: memFree=28115028/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=162312 CPUtime=1302.33
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 323068 0 0 0 129616 617 0 0 25 0 1 0 25687376 166207488 38944 4089446400 4194304 10345943 140735315864784 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 40578 38944 804 1502 0 39071 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 162312

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.89 3/179 21920
/proc/meminfo: memFree=28029160/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=164080 CPUtime=1362.33
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 334880 0 0 0 135587 646 0 0 25 0 1 0 25687376 168017920 39365 4089446400 4194304 10345943 140735315864784 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 41020 39365 804 1502 0 39513 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 164080

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.89 3/179 21921
/proc/meminfo: memFree=27943152/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=166376 CPUtime=1422.34
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 346166 0 0 0 141560 674 0 0 25 0 1 0 25687376 170369024 39852 4089446400 4194304 10345943 140735315864784 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 41594 39852 804 1502 0 40087 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 166376

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.90 3/179 21922
/proc/meminfo: memFree=27855404/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=170248 CPUtime=1482.34
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 353860 0 0 0 147534 700 0 0 25 0 1 0 25687376 174333952 40774 4089446400 4194304 10345943 140735315864784 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 42562 40774 804 1502 0 41055 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 170248

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.90 3/179 21924
/proc/meminfo: memFree=27767656/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=173668 CPUtime=1542.34
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 358403 0 0 0 153509 725 0 0 25 0 1 0 25687376 177836032 41775 4089446400 4194304 10345943 140735315864784 18446744073709551615 6853988 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 43417 41775 804 1502 0 41910 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 173668

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 21926
/proc/meminfo: memFree=27680408/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=178056 CPUtime=1602.33
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 365100 0 0 0 159484 749 0 0 25 0 1 0 25687376 182329344 42683 4089446400 4194304 10345943 140735315864784 18446744073709551615 6882368 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 44514 42683 804 1502 0 43007 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 178056

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 21928
/proc/meminfo: memFree=27592784/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=180260 CPUtime=1662.34
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 371529 0 0 0 165460 774 0 0 25 0 1 0 25687376 184586240 43335 4089446400 4194304 10345943 140735315864784 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 45065 43335 804 1502 0 43558 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 180260

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 21928
/proc/meminfo: memFree=27508408/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=184704 CPUtime=1722.34
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 376707 0 0 0 171429 805 0 0 25 0 1 0 25687376 189136896 43921 4089446400 4194304 10345943 140735315864784 18446744073709551615 4220144 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 46176 43921 804 1502 0 44669 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 184704

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 21930
/proc/meminfo: memFree=27413460/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=189400 CPUtime=1782.34
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 381325 0 0 0 177404 830 0 0 25 0 1 0 25687376 193945600 45510 4089446400 4194304 10345943 140735315864784 18446744073709551615 6520302 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 47350 45510 804 1502 0 45843 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 189400

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

[startup+1785.5 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 21930
/proc/meminfo: memFree=27408624/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=189400 CPUtime=1785.54
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 381337 0 0 0 177723 831 0 0 25 0 1 0 25687376 193945600 45522 4089446400 4194304 10345943 140735315864784 18446744073709551615 6715584 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 47350 45522 804 1502 0 45843 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 189400

[startup+1788.7 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 21930
/proc/meminfo: memFree=27402784/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=190524 CPUtime=1788.74
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 381443 0 0 0 178042 832 0 0 25 0 1 0 25687376 195096576 45628 4089446400 4194304 10345943 140735315864784 18446744073709551615 6856940 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 47631 45628 804 1502 0 46124 0
Current children cumulated CPU time (s) 1788.74
Current children cumulated vsize (KiB) 190524

[startup+1789.5 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 21930
/proc/meminfo: memFree=27402784/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=190524 CPUtime=1789.54
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 381450 0 0 0 178121 833 0 0 25 0 1 0 25687376 195096576 45635 4089446400 4194304 10345943 140735315864784 18446744073709551615 5614764 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 47631 45635 804 1502 0 46124 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 190524

[startup+1789.9 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 21930
/proc/meminfo: memFree=27401668/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=190776 CPUtime=1789.94
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 381462 0 0 0 178161 833 0 0 25 0 1 0 25687376 195354624 45647 4089446400 4194304 10345943 140735315864784 18446744073709551615 7570056 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21819/statm: 47694 45647 804 1502 0 46187 0
Current children cumulated CPU time (s) 1789.94
Current children cumulated vsize (KiB) 190776

[startup+1790.1 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 21930
/proc/meminfo: memFree=27401668/32951124 swapFree=67111528/67111528
[pid=21819] ppid=21817 vsize=190776 CPUtime=1790.14
/proc/21819/stat : 21819 (pbscip.linux.x8) R 21817 21819 21551 0 -1 4202496 381463 0 0 0 178181 833 0 0 25 0 1 0 25687376 195354624 45648 4089446400 4194304 10345943 140735315864784 18446744073709551615 6324933 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21819/statm: 47694 45648 805 1502 0 46187 0
Current children cumulated CPU time (s) 1790.14
Current children cumulated vsize (KiB) 190776

Child status: 0
Real time (s): 1790.12
CPU time (s): 1790.17
CPU user time (s): 1781.83
CPU system time (s): 8.33973
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 190776

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

runsolver used 2.34364 second user time and 5.80712 second system time

The end

Launcher Data

Begin job on node145 at 2010-07-08 09:39:11
IDJOB=2705001
IDBENCH=78987
IDSOLVER=1214
FILE ID=node145/2705001-1278574751
PBS_JOBID= 11240164
Free space on /tmp= 73596 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.1900568706--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-2705001-1278574751/watcher-2705001-1278574751 -o /tmp/evaluation-result-2705001-1278574751/solver-2705001-1278574751 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705001-1278574751.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 0424fd5691d718147f8291be7b6f72f2
RANDOM SEED=1379954573

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.859
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:      29829284 kB
Buffers:        158436 kB
Cached:        2558160 kB
SwapCached:          0 kB
Active:        1650104 kB
Inactive:      1321468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29829284 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12968 kB
Writeback:           0 kB
AnonPages:      255092 kB
Mapped:          17712 kB
Slab:            85756 kB
PageTables:       5020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   406632 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= 73584 MiB
End job on node145 at 2010-07-08 10:09:02