Trace number 2705641

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.2 1790.16

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900583053--soft-66-100-0.wbo
MD5SUM56cc5d1f816d97170bd91f7584a55091
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 benchmark453.607
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints911
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 45526
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45525
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 651
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-2705641-1278572962.wbo>
0.00/0.02	c original problem has 2053 variables (1142 bin, 0 int, 911 impl, 0 cont) and 3619 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 220 impls, 16 clqs
0.06/0.08	c (round 2) 0 del vars, 116 del conss, 911 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 220 impls, 16 clqs
0.06/0.09	c (round 3) 50 del vars, 264 del conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 0 upgd conss, 220 impls, 16 clqs
0.09/0.10	c (round 4) 130 del vars, 264 del conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 1663 upgd conss, 220 impls, 16 clqs
0.09/0.11	c (round 5) 130 del vars, 267 del conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 1663 upgd conss, 220 impls, 16 clqs
0.09/0.15	c    (0.1s) probing: 101/1077 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (6 rounds):
0.09/0.15	c  130 deleted vars, 267 deleted constraints, 926 tightened bounds, 0 added holes, 133 changed sides, 0 changed coefficients
0.09/0.15	c  1905 implications, 16 cliques
0.09/0.15	c presolved problem has 1923 variables (1077 bin, 0 int, 846 impl, 0 cont) and 3352 constraints
0.09/0.15	c      55 constraints of type <setppc>
0.09/0.15	c     846 constraints of type <linear>
0.09/0.15	c     846 constraints of type <indicator>
0.09/0.15	c    1605 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.12
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 1.2.1.3
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1789.98
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 3420
0.09/0.15	c 
0.09/0.15	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.15	c # [type: int, range: [1,2], default: 1]
0.09/0.15	c timing/clocktype = 2
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/indicator/addCouplingCons = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.09/0.16	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.16	c   0.1s|     1 |     0 |    40 |     - |8860k|   0 |  29 |1923 |3352 |1923 |1660 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.29	c   0.3s|     1 |     0 |   303 |     - |9031k|   0 |  45 |1923 |3352 |1923 |1678 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |   721 |     - |9696k|   0 |  59 |1923 |3352 |1923 |1700 |  40 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.54	c   0.5s|     1 |     0 |  1050 |     - |9906k|   0 |  92 |1923 |3352 |1923 |1718 |  58 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.69	c   0.7s|     1 |     0 |  1212 |     - |  10M|   0 | 103 |1923 |3352 |1923 |1730 |  70 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.89/0.98	c   1.0s|     1 |     0 |  2031 |     - |  11M|   0 | 127 |1923 |3352 |1923 |1738 |  78 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.23	c   1.2s|     1 |     0 |  2377 |     - |  12M|   0 | 139 |1923 |3352 |1923 |1763 | 103 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.20/3.21	c   3.2s|     1 |     2 |  2377 |     - |  12M|   0 | 139 |1923 |3352 |1923 |1763 | 103 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
20.39/20.45	o 42201
20.39/20.45	c y20.4s|    42 |    41 |  7252 | 118.9 |  12M|  19 |   - |1923 |3352 |   0 |   0 | 118 |   0 | 552 | 0.000000e+00 | 4.220100e+04 |    Inf 
23.19/23.26	o 537
23.19/23.26	c *23.2s|   364 |   322 | 17255 |  41.0 |  14M|  45 |   - |1923 |3373 |1923 |1762 | 369 |  21 | 583 | 0.000000e+00 | 5.370000e+02 |    Inf 
23.19/23.26	o 517
23.19/23.26	c *23.2s|   365 |   316 | 17255 |  40.9 |  14M|  45 |   - |1923 |3373 |1923 |1762 | 369 |  21 | 583 | 0.000000e+00 | 5.170000e+02 |    Inf 
23.59/23.68	o 513
23.59/23.68	c *23.7s|   428 |   371 | 18037 |  36.7 |  14M|  45 |   - |1923 |3395 |1923 |1767 | 402 |  43 | 592 | 0.000000e+00 | 5.130000e+02 |    Inf 
23.69/23.72	o 476
23.69/23.72	c *23.7s|   440 |   356 | 18194 |  36.0 |  14M|  45 |   - |1923 |3395 |1923 |1773 | 424 |  43 | 592 | 0.000000e+00 | 4.760000e+02 |    Inf 
23.69/23.77	o 413
23.69/23.77	c *23.7s|   458 |   313 | 18412 |  35.1 |  14M|  45 |   - |1923 |3402 |1923 |1775 | 448 |  50 | 592 | 0.000000e+00 | 4.130000e+02 |    Inf 
23.79/23.81	o 371
23.79/23.81	c *23.8s|   472 |   292 | 18517 |  34.3 |  14M|  45 |   - |1923 |3402 |1923 |1782 | 455 |  50 | 592 | 0.000000e+00 | 3.710000e+02 |    Inf 
23.79/23.82	o 350
23.79/23.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.79/23.82	c z23.8s|   473 |   279 | 18542 |  34.2 |  14M|  45 |   - |1923 |3402 |1923 |1782 | 455 |  50 | 592 | 0.000000e+00 | 3.500000e+02 |    Inf 
24.79/24.89	o 274
24.79/24.89	c *24.9s|   580 |   311 | 22969 |  35.6 |  15M|  45 |   - |1923 |3436 |1923 |1773 | 557 |  84 | 604 | 0.000000e+00 | 2.740000e+02 |    Inf 
24.89/24.91	o 264
24.89/24.91	c *24.9s|   591 |   312 | 23070 |  35.1 |  15M|  45 |   - |1923 |3436 |1923 |1775 | 557 |  84 | 604 | 0.000000e+00 | 2.640000e+02 |    Inf 
24.89/24.91	o 260
24.89/24.91	c *24.9s|   592 |   309 | 23081 |  35.0 |  15M|  45 |   - |1923 |3436 |1923 |1775 | 557 |  84 | 604 | 0.000000e+00 | 2.600000e+02 |    Inf 
24.89/24.93	o 231
24.89/24.93	c *24.9s|   594 |   257 | 23195 |  35.1 |  15M|  45 |   - |1923 |3436 |1923 |1768 | 574 |  84 | 604 | 0.000000e+00 | 2.310000e+02 |    Inf 
24.89/24.95	o 223
24.89/24.95	c *24.9s|   605 |   247 | 23246 |  34.6 |  15M|  45 |   - |1923 |3445 |1923 |1774 | 581 |  93 | 604 | 0.000000e+00 | 2.230000e+02 |    Inf 
25.39/25.49	o 204
25.39/25.49	c *25.5s|   691 |   276 | 25161 |  33.0 |  15M|  45 |   - |1923 |3501 |1923 |1781 | 684 | 150 | 613 | 0.000000e+00 | 2.040000e+02 |    Inf 
25.49/25.58	o 203
25.49/25.58	c *25.6s|   735 |   304 | 25572 |  31.6 |  15M|  45 |   - |1923 |3531 |1923 |1771 | 768 | 180 | 613 | 0.000000e+00 | 2.030000e+02 |    Inf 
25.79/25.89	o 180
25.79/25.89	c *25.9s|   796 |   295 | 26635 |  30.5 |  15M|  45 |   - |1923 |3573 |1923 |1781 | 783 | 222 | 618 | 0.000000e+00 | 1.800000e+02 |    Inf 
25.89/25.94	o 175
25.89/25.94	c *25.9s|   811 |   292 | 26880 |  30.3 |  16M|  45 |   - |1923 |3587 |1923 |1776 | 808 | 236 | 618 | 0.000000e+00 | 1.750000e+02 |    Inf 
25.89/25.97	o 152
25.89/25.97	c R25.9s|   822 |   278 | 27034 |  30.0 |  16M|  45 |   - |1923 |3592 |1923 |1774 | 831 | 241 | 618 | 0.000000e+00 | 1.520000e+02 |    Inf 
25.89/25.99	o 131
25.89/25.99	c *26.0s|   825 |   236 | 27065 |  30.0 |  16M|  45 |   - |1923 |3593 |1923 |1775 | 832 | 242 | 618 | 0.000000e+00 | 1.310000e+02 |    Inf 
25.99/26.00	o 129
25.99/26.00	c *26.0s|   827 |   233 | 27109 |  29.9 |  16M|  45 |   - |1923 |3593 |1923 |1774 | 832 | 242 | 618 | 0.000000e+00 | 1.290000e+02 |    Inf 
25.99/26.00	o 128
25.99/26.00	c *26.0s|   828 |   231 | 27111 |  29.9 |  16M|  45 |   - |1923 |3593 |1923 |1774 | 832 | 242 | 618 | 0.000000e+00 | 1.280000e+02 |    Inf 
25.99/26.02	o 109
25.99/26.02	c *26.0s|   831 |   213 | 27185 |  29.9 |  16M|  45 |   - |1923 |3593 |1923 |1774 | 832 | 242 | 618 | 0.000000e+00 | 1.090000e+02 |    Inf 
25.99/26.02	o 98
25.99/26.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.99/26.02	c *26.0s|   832 |   202 | 27215 |  29.9 |  16M|  45 |   - |1923 |3593 |1923 |1774 | 832 | 242 | 618 | 0.000000e+00 | 9.800000e+01 |    Inf 
26.49/26.53	o 82
26.49/26.53	c *26.5s|   880 |   178 | 28950 |  30.2 |  16M|  45 |   - |1923 |3602 |1923 |1752 | 834 | 274 | 627 | 0.000000e+00 | 8.200000e+01 |    Inf 
26.49/26.56	o 64
26.49/26.56	c *26.5s|   883 |    85 | 29171 |  30.4 |  16M|  45 |   - |1923 |3445 |1923 |1752 | 835 | 274 | 627 | 0.000000e+00 | 6.400000e+01 |    Inf 
31.19/31.25	o 54
31.19/31.25	c *31.2s|  2543 |   146 | 57564 |  21.7 |  17M|  45 |   - |1923 |4670 |1923 |1751 |1016 |2269 | 688 | 0.000000e+00 | 5.400000e+01 |    Inf 
31.69/31.71	o 52
31.69/31.71	c *31.7s|  2800 |   171 | 60371 |  20.7 |  17M|  45 |   - |1923 |4810 |1923 |1751 |1045 |2614 | 688 | 0.000000e+00 | 5.200000e+01 |    Inf 
33.09/33.10	o 32
33.09/33.10	c *33.1s|  3532 |   218 | 68253 |  18.7 |  17M|  45 |   - |1923 |5357 |1923 |1751 |1125 |3613 | 689 | 0.000000e+00 | 3.200000e+01 |    Inf 
33.59/33.69	o 18
33.59/33.69	c *33.7s|  3851 |   230 | 71659 |  18.0 |  17M|  45 |   - |1923 |5456 |1923 |1751 |1198 |4054 | 703 | 0.000000e+00 | 1.800000e+01 |    Inf 
44.78/44.87	o 17
44.78/44.87	c *44.8s|  9069 |   446 |145199 |  15.8 |  20M|  46 |   - |1923 |7382 |1923 |1761 |2255 |  11k| 916 | 0.000000e+00 | 1.700000e+01 |    Inf 
46.79/46.89	c  46.9s| 10000 |   487 |159952 |  15.8 |  20M|  46 |   - |1923 |7306 |   0 |   0 |2439 |  12k| 921 | 0.000000e+00 | 1.700000e+01 |    Inf 
48.89/48.91	o 16
48.89/48.91	c *48.9s| 10812 |   523 |172699 |  15.8 |  20M|  46 |   - |1923 |7376 |1923 |1763 |2557 |  13k|1003 | 0.000000e+00 | 1.600000e+01 |    Inf 
49.99/50.03	o 11
49.99/50.03	c *50.0s| 11324 |   522 |180423 |  15.7 |  20M|  46 |   - |1923 |7125 |1923 |1756 |2674 |  14k|1016 | 0.000000e+00 | 1.100000e+01 |    Inf 
67.98/68.02	o 10
67.98/68.02	c *68.0s| 17272 |   846 |312041 |  17.9 |  22M|  46 |   - |1923 |7616 |1923 |1761 |3539 |  21k|1231 | 0.000000e+00 | 1.000000e+01 |    Inf 
73.98/74.02	c  74.0s| 20000 |  1036 |351897 |  17.5 |  23M|  46 |   - |1923 |8153 |   0 |   0 |3938 |  25k|1387 | 0.000000e+00 | 1.000000e+01 |    Inf 
79.09/79.15	o 6
79.09/79.15	c *79.1s| 22431 |  1082 |387077 |  17.2 |  23M|  46 |   - |1923 |7984 |1923 |1751 |4295 |  28k|1402 | 0.000000e+00 | 6.000000e+00 |    Inf 
83.19/83.25	o 3
83.19/83.25	c *83.2s| 24540 |  1103 |415101 |  16.8 |  23M|  46 |   - |1923 |6971 |1923 |1751 |4540 |  31k|1403 | 0.000000e+00 | 3.000000e+00 |    Inf 
94.28/94.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
94.28/94.33	c  94.3s| 30000 |  1298 |497650 |  16.5 |  25M|  48 |   - |1923 |8324 |   0 |   0 |5332 |  38k|1403 | 0.000000e+00 | 3.000000e+00 |    Inf 
115.89/115.97	c   116s| 40000 |  1618 |652236 |  16.2 |  28M|  49 |   - |1923 |  11k|   0 |   0 |6579 |  52k|1470 | 0.000000e+00 | 3.000000e+00 |    Inf 
137.49/137.55	c   138s| 50000 |  1775 |796007 |  15.9 |  29M|  50 |  21 |1923 |9929 |1923 |1751 |7674 |  66k|1770 | 0.000000e+00 | 3.000000e+00 |    Inf 
159.99/160.05	c   160s| 60000 |  2053 |950528 |  15.8 |  32M|  50 |   - |1923 |  12k|   0 |   0 |9214 |  80k|2036 | 0.000000e+00 | 3.000000e+00 |    Inf 
181.29/181.31	c   181s| 70000 |  2196 |  1090k|  15.5 |  34M|  53 |   - |1923 |  13k|1923 |1751 |  10k|  94k|2255 | 0.000000e+00 | 3.000000e+00 |    Inf 
203.49/203.54	c   204s| 80000 |  2389 |  1242k|  15.5 |  35M|  53 |  28 |1923 |  15k|1923 |1751 |  11k| 107k|2467 | 0.000000e+00 | 3.000000e+00 |    Inf 
226.09/226.13	c   226s| 90000 |  2931 |  1386k|  15.4 |  39M|  53 |   1 |1923 |  19k|1923 |1751 |  12k| 120k|2652 | 0.000000e+00 | 3.000000e+00 |    Inf 
232.29/232.32	o 1
232.29/232.32	c * 232s| 92817 |  2813 |  1424k|  15.3 |  39M|  53 |   - |1923 |  20k|1923 |1751 |  13k| 124k|2696 | 0.000000e+00 | 1.000000e+00 |    Inf 
247.79/247.86	c   248s|100000 |  2972 |  1517k|  15.1 |  40M|  53 |  14 |1923 |  19k|1923 |1751 |  14k| 134k|2789 | 0.000000e+00 | 1.000000e+00 |    Inf 
269.99/270.09	c   270s|110000 |  3152 |  1648k|  15.0 |  41M|  53 |  15 |1923 |  19k|1923 |1756 |  15k| 148k|2943 | 0.000000e+00 | 1.000000e+00 |    Inf 
291.19/291.28	c   291s|120000 |  3335 |  1773k|  14.8 |  43M|  53 |  12 |1923 |  21k|1923 |1751 |  17k| 162k|3033 | 0.000000e+00 | 1.000000e+00 |    Inf 
312.59/312.68	c   313s|130000 |  3374 |  1890k|  14.5 |  43M|  53 |   - |1923 |  17k|   0 |   0 |  18k| 176k|3168 | 0.000000e+00 | 1.000000e+00 |    Inf 
333.99/334.05	c   334s|140000 |  3446 |  2026k|  14.5 |  42M|  53 |   - |1923 |  13k|   0 |   0 |  19k| 190k|3268 | 0.000000e+00 | 1.000000e+00 |    Inf 
357.19/357.27	c   357s|150000 |  3826 |  2178k|  14.5 |  45M|  53 |   - |1923 |  16k|   0 |   0 |  20k| 205k|3389 | 0.000000e+00 | 1.000000e+00 |    Inf 
380.70/380.72	c   381s|160000 |  4024 |  2326k|  14.5 |  48M|  53 |   - |1923 |  20k|1923 |1751 |  22k| 219k|3553 | 0.000000e+00 | 1.000000e+00 |    Inf 
404.39/404.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
404.39/404.45	c   404s|170000 |  4341 |  2476k|  14.6 |  52M|  55 |   - |1923 |  25k|   0 |   0 |  23k| 234k|3654 | 0.000000e+00 | 1.000000e+00 |    Inf 
427.91/427.99	c   428s|180000 |  4493 |  2620k|  14.5 |  51M|  56 |  10 |1923 |  21k|1923 |1751 |  24k| 249k|3758 | 0.000000e+00 | 1.000000e+00 |    Inf 
452.19/452.21	c   452s|190000 |  4529 |  2767k|  14.6 |  52M|  60 |  24 |1923 |  21k|1923 |1751 |  25k| 264k|3918 | 0.000000e+00 | 1.000000e+00 |    Inf 
475.29/475.31	c   475s|200000 |  4501 |  2911k|  14.5 |  52M|  60 |  23 |1923 |  19k|1923 |1751 |  26k| 279k|4016 | 0.000000e+00 | 1.000000e+00 |    Inf 
498.70/498.71	c   499s|210000 |  4538 |  3056k|  14.5 |  54M|  60 |  17 |1923 |  22k|1923 |1751 |  28k| 294k|4126 | 0.000000e+00 | 1.000000e+00 |    Inf 
522.00/522.05	c   522s|220000 |  4470 |  3201k|  14.5 |  53M|  60 |  18 |1923 |  20k|1923 |1751 |  29k| 309k|4226 | 0.000000e+00 | 1.000000e+00 |    Inf 
545.70/545.74	c   546s|230000 |  4508 |  3352k|  14.6 |  54M|  60 |   - |1923 |  21k|1923 |1764 |  30k| 324k|4330 | 0.000000e+00 | 1.000000e+00 |    Inf 
571.00/571.06	c   571s|240000 |  4576 |  3514k|  14.6 |  54M|  66 |  17 |1923 |  19k|1923 |1763 |  31k| 339k|4411 | 0.000000e+00 | 1.000000e+00 |    Inf 
593.50/593.54	c   594s|250000 |  4462 |  3649k|  14.6 |  51M|  66 |   - |1923 |  12k|1923 |1751 |  33k| 353k|4581 | 0.000000e+00 | 1.000000e+00 |    Inf 
613.81/613.82	c   614s|260000 |  4580 |  3779k|  14.5 |  53M|  66 |   - |1923 |  12k|   0 |   0 |  34k| 367k|4660 | 0.000000e+00 | 1.000000e+00 |    Inf 
634.70/634.78	c   635s|270000 |  4859 |  3910k|  14.5 |  56M|  66 |  10 |1923 |  16k|1923 |1751 |  35k| 381k|4739 | 0.000000e+00 | 1.000000e+00 |    Inf 
655.80/655.86	c   656s|280000 |  4821 |  4039k|  14.4 |  55M|  66 |  14 |1923 |  14k|1923 |1751 |  36k| 395k|4852 | 0.000000e+00 | 1.000000e+00 |    Inf 
677.90/677.90	c   678s|290000 |  5111 |  4175k|  14.4 |  57M|  66 |  19 |1923 |  15k|1923 |1751 |  37k| 409k|4938 | 0.000000e+00 | 1.000000e+00 |    Inf 
701.71/701.74	c   702s|300000 |  5078 |  4325k|  14.4 |  58M|  66 |  24 |1923 |  15k|1923 |1751 |  38k| 423k|5013 | 0.000000e+00 | 1.000000e+00 |    Inf 
721.90/721.94	c   722s|310000 |  5021 |  4446k|  14.3 |  58M|  66 |   - |1923 |  15k|1923 |1759 |  40k| 438k|5087 | 0.000000e+00 | 1.000000e+00 |    Inf 
746.21/746.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
746.21/746.28	c   746s|320000 |  5069 |  4607k|  14.4 |  59M|  66 |   - |1923 |  18k|   0 |   0 |  41k| 452k|5202 | 0.000000e+00 | 1.000000e+00 |    Inf 
768.21/768.23	c   768s|330000 |  5238 |  4736k|  14.3 |  62M|  66 |  26 |1923 |  24k|1923 |1751 |  42k| 466k|5275 | 0.000000e+00 | 1.000000e+00 |    Inf 
793.11/793.18	c   793s|340000 |  5245 |  4890k|  14.4 |  62M|  66 |   - |1923 |  20k|   0 |   0 |  43k| 480k|5349 | 0.000000e+00 | 1.000000e+00 |    Inf 
815.60/815.64	c   816s|350000 |  5158 |  5025k|  14.4 |  61M|  66 |  13 |1923 |  18k|1923 |1756 |  44k| 495k|5409 | 0.000000e+00 | 1.000000e+00 |    Inf 
839.40/839.48	c   839s|360000 |  5316 |  5169k|  14.4 |  62M|  66 |  17 |1923 |  18k|1923 |1751 |  46k| 509k|5510 | 0.000000e+00 | 1.000000e+00 |    Inf 
864.01/864.00	c   864s|370000 |  5521 |  5321k|  14.4 |  65M|  66 |  22 |1923 |  22k|1923 |1751 |  47k| 523k|5616 | 0.000000e+00 | 1.000000e+00 |    Inf 
889.01/889.09	c   889s|380000 |  5825 |  5476k|  14.4 |  68M|  66 |  24 |1923 |  26k|1923 |1757 |  48k| 538k|5679 | 0.000000e+00 | 1.000000e+00 |    Inf 
914.61/914.69	c   915s|390000 |  5936 |  5632k|  14.4 |  69M|  66 |   - |1923 |  25k|   0 |   0 |  49k| 554k|5746 | 0.000000e+00 | 1.000000e+00 |    Inf 
938.41/938.40	c   938s|400000 |  5943 |  5767k|  14.4 |  69M|  66 |  12 |1923 |  25k|1923 |1751 |  50k| 569k|5819 | 0.000000e+00 | 1.000000e+00 |    Inf 
963.31/963.33	c   963s|410000 |  5906 |  5913k|  14.4 |  70M|  66 |  26 |1923 |  25k|1923 |1757 |  51k| 584k|5906 | 0.000000e+00 | 1.000000e+00 |    Inf 
989.21/989.25	c   989s|420000 |  5930 |  6071k|  14.4 |  70M|  67 |  13 |1923 |  25k|1923 |1751 |  52k| 599k|6012 | 0.000000e+00 | 1.000000e+00 |    Inf 
1013.81/1013.84	c  1014s|430000 |  5942 |  6216k|  14.5 |  72M|  67 |   - |1923 |  28k|1923 |1757 |  53k| 614k|6087 | 0.000000e+00 | 1.000000e+00 |    Inf 
1038.71/1038.76	c  1039s|440000 |  5780 |  6361k|  14.5 |  70M|  67 |   - |1923 |  25k|   0 |   0 |  54k| 630k|6160 | 0.000000e+00 | 1.000000e+00 |    Inf 
1063.51/1063.51	c  1063s|450000 |  5870 |  6507k|  14.5 |  72M|  67 |  22 |1923 |  27k|1923 |1757 |  56k| 645k|6214 | 0.000000e+00 | 1.000000e+00 |    Inf 
1089.31/1089.32	c  1089s|460000 |  5751 |  6659k|  14.5 |  70M|  75 |   - |1923 |  26k|   0 |   0 |  57k| 661k|6283 | 0.000000e+00 | 1.000000e+00 |    Inf 
1114.22/1114.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1114.22/1114.24	c  1114s|470000 |  5749 |  6805k|  14.5 |  72M|  75 |  20 |1923 |  28k|1923 |1763 |  59k| 676k|6345 | 0.000000e+00 | 1.000000e+00 |    Inf 
1139.11/1139.19	c  1139s|480000 |  5789 |  6949k|  14.5 |  72M|  75 |  17 |1923 |  28k|1923 |1757 |  60k| 692k|6422 | 0.000000e+00 | 1.000000e+00 |    Inf 
1163.22/1163.24	c  1163s|490000 |  5701 |  7083k|  14.5 |  70M|  75 |   - |1923 |  25k|1923 |1757 |  61k| 707k|6500 | 0.000000e+00 | 1.000000e+00 |    Inf 
1187.11/1187.17	c  1187s|500000 |  5693 |  7229k|  14.5 |  70M|  75 |  20 |1923 |  23k|1923 |1761 |  62k| 722k|6582 | 0.000000e+00 | 1.000000e+00 |    Inf 
1209.82/1209.81	c  1210s|510000 |  5619 |  7365k|  14.4 |  66M|  75 |  20 |1923 |  14k|1923 |1751 |  64k| 736k|6666 | 0.000000e+00 | 1.000000e+00 |    Inf 
1232.41/1232.43	c  1232s|520000 |  5741 |  7504k|  14.4 |  69M|  75 |  29 |1923 |  19k|1923 |1762 |  65k| 749k|6714 | 0.000000e+00 | 1.000000e+00 |    Inf 
1255.92/1255.92	c  1256s|530000 |  5844 |  7642k|  14.4 |  71M|  75 |   - |1923 |  23k|   0 |   0 |  66k| 763k|6778 | 0.000000e+00 | 1.000000e+00 |    Inf 
1279.91/1279.91	c  1280s|540000 |  5794 |  7776k|  14.4 |  70M|  75 |   - |1923 |  21k|   0 |   0 |  67k| 778k|6838 | 0.000000e+00 | 1.000000e+00 |    Inf 
1305.52/1305.51	c  1305s|550000 |  6054 |  7927k|  14.4 |  74M|  75 |  26 |1923 |  26k|1923 |1751 |  68k| 793k|6904 | 0.000000e+00 | 1.000000e+00 |    Inf 
1332.82/1332.82	c  1333s|560000 |  6335 |  8086k|  14.4 |  77M|  75 |  24 |1923 |  29k|1923 |1751 |  69k| 808k|6985 | 0.000000e+00 | 1.000000e+00 |    Inf 
1360.31/1360.32	c  1360s|570000 |  6384 |  8244k|  14.5 |  77M|  75 |  12 |1923 |  28k|1923 |1751 |  71k| 823k|7037 | 0.000000e+00 | 1.000000e+00 |    Inf 
1386.52/1386.57	c  1387s|580000 |  6537 |  8394k|  14.5 |  78M|  75 |  13 |1923 |  25k|1923 |1751 |  72k| 837k|7132 | 0.000000e+00 | 1.000000e+00 |    Inf 
1411.92/1411.99	c  1412s|590000 |  6648 |  8537k|  14.5 |  80M|  75 |  27 |1923 |  27k|1923 |1751 |  73k| 853k|7175 | 0.000000e+00 | 1.000000e+00 |    Inf 
1436.22/1436.20	c  1436s|600000 |  6563 |  8674k|  14.5 |  76M|  75 |  19 |1923 |  17k|1923 |1758 |  75k| 867k|7243 | 0.000000e+00 | 1.000000e+00 |    Inf 
1458.42/1458.45	c  1458s|610000 |  6401 |  8810k|  14.4 |  75M|  75 |  15 |1923 |  13k|1923 |1756 |  76k| 882k|7293 | 0.000000e+00 | 1.000000e+00 |    Inf 
1481.32/1481.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1481.32/1481.36	c  1481s|620000 |  6452 |  8960k|  14.4 |  76M|  75 |  10 |1923 |  15k|1923 |1762 |  78k| 896k|7340 | 0.000000e+00 | 1.000000e+00 |    Inf 
1503.42/1503.44	c  1503s|630000 |  6429 |  9100k|  14.4 |  77M|  75 |  22 |1923 |  15k|1923 |1751 |  79k| 911k|7398 | 0.000000e+00 | 1.000000e+00 |    Inf 
1527.03/1527.02	c  1527s|640000 |  6536 |  9254k|  14.5 |  76M|  75 |   - |1923 |  13k|   0 |   0 |  80k| 925k|7456 | 0.000000e+00 | 1.000000e+00 |    Inf 
1549.02/1549.08	c  1549s|650000 |  6637 |  9396k|  14.5 |  79M|  75 |  10 |1923 |  17k|1923 |1756 |  82k| 939k|7512 | 0.000000e+00 | 1.000000e+00 |    Inf 
1572.22/1572.25	c  1572s|660000 |  6708 |  9539k|  14.5 |  80M|  75 |  13 |1923 |  18k|1923 |1766 |  84k| 953k|7554 | 0.000000e+00 | 1.000000e+00 |    Inf 
1597.03/1597.00	c  1597s|670000 |  6631 |  9695k|  14.5 |  80M|  75 |  19 |1923 |  18k|1923 |1756 |  86k| 968k|7599 | 0.000000e+00 | 1.000000e+00 |    Inf 
1620.62/1620.65	c  1621s|680000 |  6512 |  9845k|  14.5 |  79M|  75 |  34 |1923 |  16k|1923 |1758 |  87k| 983k|7651 | 0.000000e+00 | 1.000000e+00 |    Inf 
1643.73/1643.72	c  1644s|690000 |  6601 |  9998k|  14.5 |  79M|  75 |   - |1923 |  14k|   0 |   0 |  89k| 997k|7697 | 0.000000e+00 | 1.000000e+00 |    Inf 
1667.92/1667.91	c  1668s|700000 |  6829 | 10160k|  14.5 |  81M|  75 |  29 |1923 |  14k|1923 |1751 |  90k|1012k|7740 | 0.000000e+00 | 1.000000e+00 |    Inf 
1692.94/1692.95	c  1693s|710000 |  7174 | 10334k|  14.6 |  85M|  75 |  26 |1923 |  20k|1923 |1751 |  91k|1026k|7787 | 0.000000e+00 | 1.000000e+00 |    Inf 
1717.32/1717.30	c  1717s|720000 |  7237 | 10484k|  14.6 |  85M|  75 |  32 |1923 |  19k|1923 |1751 |  92k|1041k|7838 | 0.000000e+00 | 1.000000e+00 |    Inf 
1742.63/1742.60	c  1743s|730000 |  7376 | 10649k|  14.6 |  86M|  75 |  18 |1923 |  16k|1923 |1751 |  93k|1055k|7901 | 0.000000e+00 | 1.000000e+00 |    Inf 
1768.63/1768.65	c  1769s|740000 |  7505 | 10827k|  14.6 |  88M|  75 |   - |1923 |  20k|   0 |   0 |  95k|1070k|7968 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.03/1790.01	c 
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time (sec) : 1789.98
1790.03/1790.01	c Solving Nodes      : 748493
1790.03/1790.01	c Primal Bound       : +1.00000000000000e+00 (90 solutions)
1790.03/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.01	c Gap                : infinite
1790.03/1790.01	s SATISFIABLE
1790.03/1790.01	v -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.03/1790.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 -x189 
1790.03/1790.01	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 -x178 -x177 -x176 x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 
1790.03/1790.01	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 x149 -x148 -x147 
1790.03/1790.01	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 -x125 
1790.03/1790.01	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1790.03/1790.01	v -x103 x102 -x101 -x100 -x99 -x98 x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1790.03/1790.01	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 x59 -x58 -x57 -x56 -x55 -x54 
1790.03/1790.01	v -x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 -x45 -x44 x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 x29 
1790.03/1790.01	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 
1790.03/1790.01	v -x1 
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time       :    1789.98
1790.03/1790.01	c Original Problem   :
1790.03/1790.01	c   Problem name     : HOME/instance-2705641-1278572962.wbo
1790.03/1790.01	c   Variables        : 2053 (1142 binary, 0 integer, 911 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 3619 initial, 3619 maximal
1790.03/1790.01	c Presolved Problem  :
1790.03/1790.01	c   Problem name     : t_HOME/instance-2705641-1278572962.wbo
1790.03/1790.01	c   Variables        : 1923 (1077 binary, 0 integer, 846 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 3352 initial, 30879 maximal
1790.03/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.01	c   trivial          :       0.00         65          0          0          0          0          0          0          0
1790.03/1790.01	c   dualfix          :       0.00         65          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.04          0          0          0          0          0          0          0          0
1790.03/1790.01	c   setppc           :       0.00          0          0          0          0          0          3          0          0
1790.03/1790.01	c   linear           :       0.06          0          0          0        926          0        199        133          0
1790.03/1790.01	c   indicator        :       0.00          0          0          0          0          0         65          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        :          -       1692          -          -       1692          -          -          -          -
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     431248          0        180       2427          0          0     818890
1790.03/1790.01	c   setppc           :         55          6    3175493      19314          1      58890    3010957          0          0          0
1790.03/1790.01	c   linear           :        846          6    3118336      19533          1     103763   10186289      96532          0          0
1790.03/1790.01	c   indicator        :        846          0     366155       2969          0         33     120508          0          0          0
1790.03/1790.01	c   logicor          :       1605+         6    1776693        493          1     106407    6342833          0          0          0
1790.03/1790.01	c   bounddisjunction :          0+         0     158327          0          0          0         57          0          0          0
1790.03/1790.01	c   countsols        :          0          0          0        493          1          0          0          0          0          0
1790.03/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.01	c   integral         :      47.55       0.00       0.00      47.55       0.00
1790.03/1790.01	c   setppc           :      17.38       0.00      17.37       0.01       0.00
1790.03/1790.01	c   linear           :      59.96       0.00      59.50       0.46       0.00
1790.03/1790.01	c   indicator        :       0.88       0.00       0.84       0.05       0.00
1790.03/1790.01	c   logicor          :     191.05       0.00     191.04       0.00       0.00
1790.03/1790.01	c   bounddisjunction :       0.17       0.00       0.17       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.50       1336          0         22
1790.03/1790.01	c   rootredcost      :       0.49         36          0        846
1790.03/1790.01	c   pseudoobj        :      37.51    3177412        235     124329
1790.03/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.01	c   propagation      :      11.91     269295     268652    1646171       29.1       7722       24.6          -
1790.03/1790.01	c   infeasible LP    :      22.50     130567     130562    1026506       45.5       1089       18.3          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          1          1          1        3.0          0        0.0          -
1790.03/1790.01	c   applied globally :          -          -          -    1083010       30.0          -          -          -
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          5          -          -         34          -    (maximal pool size: 1362)
1790.03/1790.01	c   redcost          :      13.58     431577          0       3530          0          0
1790.03/1790.01	c   impliedbounds    :       0.00          6          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.27          6          0          0       1741          0
1790.03/1790.01	c   strongcg         :       0.20          6          0          0       3000          0
1790.03/1790.01	c   cmir             :       0.04          6          0          0          0          0
1790.03/1790.01	c   flowcover        :       0.06          6          0          0          0          0
1790.03/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.03/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.03/1790.01	c   rapidlearning    :       0.05          1          0          0          0          0
1790.03/1790.01	c Pricers            :       Time      Calls       Vars
1790.03/1790.01	c   problem variables:       0.00          0          0
1790.03/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   relpscost        :      47.24     411693        180       2427          0          0     818890
1790.03/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   inference        :       0.06        461          0          0          0          0        948
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          -         33
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.35         32          0
1790.03/1790.01	c   crossover        :       0.54         15          0
1790.03/1790.01	c   coefdiving       :       0.57        125          0
1790.03/1790.01	c   pscostdiving     :       0.51        125          0
1790.03/1790.01	c   linesearchdiving :       0.36        125          0
1790.03/1790.01	c   guideddiving     :       0.58        125          0
1790.03/1790.01	c   fracdiving       :       0.54        125          0
1790.03/1790.01	c   veclendiving     :       0.37        125          0
1790.03/1790.01	c   objpscostdiving  :       0.51         63          0
1790.03/1790.01	c   rootsoldiving    :       0.61         63          0
1790.03/1790.01	c   trivial          :       0.00          2          0
1790.03/1790.01	c   simplerounding   :       0.53     411666          0
1790.03/1790.01	c   zirounding       :       0.20       1000          1
1790.03/1790.01	c   rounding         :       2.57      30851          1
1790.03/1790.01	c   shifting         :       0.80       2795          0
1790.03/1790.01	c   intshifting      :       0.01          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.06          1          0
1790.03/1790.01	c   rins             :       0.00          0          0
1790.03/1790.01	c   localbranching   :       0.00          0          0
1790.03/1790.01	c   mutation         :       0.00          0          0
1790.03/1790.01	c   dins             :       0.00          0          0
1790.03/1790.01	c   undercover       :       0.00          0          0
1790.03/1790.01	c   nlp              :       0.12          0          0
1790.03/1790.01	c   trysol           :       0.19         80         55
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          :    1074.51     558626   10941721      19.59   10182.98
1790.03/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.01	c   diving/probing LP:       2.87       2055      20276       9.87    7062.54
1790.03/1790.01	c   strong branching :      43.47       8019     364663      45.47    8388.72
1790.03/1790.01	c     (at root node) :          -         15      10607     707.13          -
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            :     748493
1790.03/1790.01	c   nodes (total)    :     748493
1790.03/1790.01	c   nodes left       :       7588
1790.03/1790.01	c   max depth        :         75
1790.03/1790.01	c   max depth (total):         75
1790.03/1790.01	c   backtracks       :     122941 (16.4%)
1790.03/1790.01	c   delayed cutoffs  :      62820
1790.03/1790.01	c   repropagations   :    1043447 (4452509 domain reductions, 60182 cutoffs)
1790.03/1790.01	c   avg switch length:       4.57
1790.03/1790.01	c   switching time   :     172.21
1790.03/1790.01	c Solution           :
1790.03/1790.01	c   Solutions found  :         90 (36 improvements)
1790.03/1790.01	c   First Solution   : +4.22010000000000e+04   (in run 1, after 41 nodes, 20.42 seconds, depth 20, found by <trysol>)
1790.03/1790.01	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 92817 nodes, 232.30 seconds, depth 31, 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  :       2377
1790.13/1790.16	c Time complete: 1790.19.

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705641-1278572962/watcher-2705641-1278572962 -o /tmp/evaluation-result-2705641-1278572962/solver-2705641-1278572962 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705641-1278572962.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.48 0.11 0.04 4/178 21569
/proc/meminfo: memFree=29397884/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=12340 CPUtime=0
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 1923 0 0 0 0 0 0 0 23 0 1 0 25510930 12636160 1842 4089446400 4194304 10345943 140733369455120 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21569/statm: 3085 1842 429 1502 0 1578 0

[startup+0.072406 s]
/proc/loadavg: 0.48 0.11 0.04 4/178 21569
/proc/meminfo: memFree=29397884/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=26476 CPUtime=0.06
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 5642 0 0 0 6 0 0 0 23 0 1 0 25510930 27111424 5207 4089446400 4194304 10345943 140733369455120 18446744073709551615 5018828 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21569/statm: 6619 5207 534 1502 0 5112 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26476

[startup+0.100406 s]
/proc/loadavg: 0.48 0.11 0.04 4/178 21569
/proc/meminfo: memFree=29397884/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=27504 CPUtime=0.09
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 5914 0 0 0 9 0 0 0 23 0 1 0 25510930 28164096 5479 4089446400 4194304 10345943 140733369455120 18446744073709551615 9123280 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21569/statm: 6876 5479 547 1502 0 5369 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27504

[startup+0.300371 s]
/proc/loadavg: 0.48 0.11 0.04 4/178 21569
/proc/meminfo: memFree=29397884/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=35484 CPUtime=0.29
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 11692 0 0 0 28 1 0 0 23 0 1 0 25510930 36335616 7439 4089446400 4194304 10345943 140733369455120 18446744073709551615 6197315 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21569/statm: 8871 7439 747 1502 0 7364 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35484

[startup+0.700278 s]
/proc/loadavg: 0.48 0.11 0.04 4/178 21569
/proc/meminfo: memFree=29397884/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=40720 CPUtime=0.69
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 12912 0 0 0 68 1 0 0 25 0 1 0 25510930 41697280 8659 4089446400 4194304 10345943 140733369455120 18446744073709551615 4276649 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21569/statm: 10180 8659 750 1502 0 8673 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40720

[startup+1.50014 s]
/proc/loadavg: 0.68 0.16 0.05 3/179 21570
/proc/meminfo: memFree=29358320/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=53860 CPUtime=1.49
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 18880 0 0 0 146 3 0 0 25 0 1 0 25510930 55152640 11116 4089446400 4194304 10345943 140733369455120 18446744073709551615 7606640 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21569/statm: 13465 11116 795 1502 0 11958 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53860

[startup+3.10086 s]
/proc/loadavg: 0.68 0.16 0.05 3/179 21570
/proc/meminfo: memFree=29355592/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=53820 CPUtime=3.09
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 20425 0 0 0 305 4 0 0 25 0 1 0 25510930 55111680 11132 4089446400 4194304 10345943 140733369455120 18446744073709551615 7569998 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21569/statm: 13455 11132 795 1502 0 11948 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53820

[startup+6.30028 s]
/proc/loadavg: 0.78 0.19 0.06 3/179 21570
/proc/meminfo: memFree=29356164/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=53148 CPUtime=6.29
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 21967 0 0 0 624 5 0 0 25 0 1 0 25510930 54423552 10975 4089446400 4194304 10345943 140733369455120 18446744073709551615 6345921 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21569/statm: 13287 10975 795 1502 0 11780 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53148

[startup+12.7011 s]
/proc/loadavg: 0.88 0.22 0.07 3/179 21570
/proc/meminfo: memFree=29357064/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=53944 CPUtime=12.69
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 27910 0 0 0 1261 8 0 0 25 0 1 0 25510930 55238656 11088 4089446400 4194304 10345943 140733369455120 18446744073709551615 7577435 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21569/statm: 13486 11088 795 1502 0 11979 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53944

[startup+25.5008 s]
/proc/loadavg: 1.05 0.28 0.09 3/179 21571
/proc/meminfo: memFree=29349488/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=55212 CPUtime=25.49
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 40222 0 0 0 2531 18 0 0 25 0 1 0 25510930 56537088 12154 4089446400 4194304 10345943 140733369455120 18446744073709551615 8160400 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 13803 12154 803 1502 0 12296 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55212

[startup+51.1002 s]
/proc/loadavg: 1.42 0.44 0.15 3/179 21571
/proc/meminfo: memFree=29323496/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=67656 CPUtime=51.08
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 87467 0 0 0 5072 36 0 0 25 0 1 0 25510930 69279744 15150 4089446400 4194304 10345943 140733369455120 18446744073709551615 7509813 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 16914 15150 804 1502 0 15407 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 67656

[startup+102.307 s]
/proc/loadavg: 1.75 0.68 0.25 3/179 21573
/proc/meminfo: memFree=29296924/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=74624 CPUtime=102.3
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 124995 0 0 0 10161 69 0 0 25 0 1 0 25510930 76414976 17000 4089446400 4194304 10345943 140733369455120 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 18656 17000 804 1502 0 17149 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 74624

[startup+162.301 s]
/proc/loadavg: 1.91 0.92 0.35 3/179 21574
/proc/meminfo: memFree=29286944/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=86160 CPUtime=162.29
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 147667 0 0 0 16125 104 0 0 25 0 1 0 25510930 88227840 19375 4089446400 4194304 10345943 140733369455120 18446744073709551615 4469815 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 21540 19375 804 1502 0 20033 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 86160

[startup+222.3 s]
/proc/loadavg: 1.96 1.11 0.45 3/179 21576
/proc/meminfo: memFree=29280580/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=90792 CPUtime=222.29
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 164535 0 0 0 22090 139 0 0 25 0 1 0 25510930 92971008 20842 4089446400 4194304 10345943 140733369455120 18446744073709551615 4962548 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 22698 20842 804 1502 0 21191 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 90792

[startup+282.3 s]
/proc/loadavg: 1.98 1.27 0.55 3/179 21578
/proc/meminfo: memFree=29272948/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=97680 CPUtime=282.29
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 186503 0 0 0 28058 171 0 0 25 0 1 0 25510930 100024320 22294 4089446400 4194304 10345943 140733369455120 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 24420 22294 804 1502 0 22913 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 97680

[startup+342.301 s]
/proc/loadavg: 1.99 1.40 0.63 3/179 21579
/proc/meminfo: memFree=29267920/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=100612 CPUtime=342.3
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 194355 0 0 0 34032 198 0 0 25 0 1 0 25510930 103026688 23191 4089446400 4194304 10345943 140733369455120 18446744073709551615 6803479 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 25153 23191 804 1502 0 23646 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 100612

[startup+402.301 s]
/proc/loadavg: 1.99 1.51 0.72 3/179 21581
/proc/meminfo: memFree=29258304/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=106484 CPUtime=402.29
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 207090 0 0 0 40000 229 0 0 25 0 1 0 25510930 109039616 24800 4089446400 4194304 10345943 140733369455120 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 26621 24800 804 1502 0 25114 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 106484

[startup+462.301 s]
/proc/loadavg: 1.99 1.59 0.79 3/179 21582
/proc/meminfo: memFree=29252776/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=112064 CPUtime=462.29
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 212840 0 0 0 45974 255 0 0 25 0 1 0 25510930 114753536 25970 4089446400 4194304 10345943 140733369455120 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 28016 25970 804 1502 0 26509 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 112064

[startup+522.301 s]
/proc/loadavg: 1.99 1.67 0.87 3/179 21584
/proc/meminfo: memFree=29249736/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=111528 CPUtime=522.3
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 220559 0 0 0 51947 283 0 0 25 0 1 0 25510930 114204672 26131 4089446400 4194304 10345943 140733369455120 18446744073709551615 4689594 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 27882 26131 805 1502 0 26375 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 111528

[startup+582.301 s]
/proc/loadavg: 2.07 1.74 0.94 3/179 21589
/proc/meminfo: memFree=29245816/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=113140 CPUtime=582.3
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 229404 0 0 0 57918 312 0 0 25 0 1 0 25510930 115855360 26420 4089446400 4194304 10345943 140733369455120 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 28285 26420 805 1502 0 26778 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 113140

[startup+642.3 s]
/proc/loadavg: 2.02 1.78 1.00 3/179 21590
/proc/meminfo: memFree=29237784/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=117352 CPUtime=642.3
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 239641 0 0 0 63891 339 0 0 25 0 1 0 25510930 120168448 27210 4089446400 4194304 10345943 140733369455120 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 29338 27210 805 1502 0 27831 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 117352

[startup+702.3 s]

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

/proc/meminfo: memFree=29212336/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=132808 CPUtime=1002.31
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 287176 0 0 0 99728 503 0 0 25 0 1 0 25510930 135995392 31302 4089446400 4194304 10345943 140733369455120 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 33202 31302 805 1502 0 31695 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 132808

[startup+1062.3 s]
/proc/loadavg: 2.00 1.94 1.35 3/179 21601
/proc/meminfo: memFree=29207432/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=134348 CPUtime=1062.31
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 296248 0 0 0 105705 526 0 0 25 0 1 0 25510930 137572352 31763 4089446400 4194304 10345943 140733369455120 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 33587 31763 805 1502 0 32080 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 134348

[startup+1122.3 s]
/proc/loadavg: 2.00 1.94 1.39 3/179 21603
/proc/meminfo: memFree=29203280/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=136440 CPUtime=1122.31
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 299002 0 0 0 111680 551 0 0 25 0 1 0 25510930 139714560 32371 4089446400 4194304 10345943 140733369455120 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 34110 32371 805 1502 0 32603 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 136440

[startup+1182.3 s]
/proc/loadavg: 2.04 1.97 1.43 3/179 21605
/proc/meminfo: memFree=29201112/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=137164 CPUtime=1182.32
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 302956 0 0 0 117656 576 0 0 25 0 1 0 25510930 140455936 32511 4089446400 4194304 10345943 140733369455120 18446744073709551615 4995169 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 34291 32511 805 1502 0 32784 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 137164

[startup+1242.3 s]
/proc/loadavg: 2.01 1.97 1.46 3/179 21606
/proc/meminfo: memFree=29200684/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=137180 CPUtime=1242.32
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 310866 0 0 0 123631 601 0 0 25 0 1 0 25510930 140472320 32512 4089446400 4194304 10345943 140733369455120 18446744073709551615 6757663 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 34295 32512 805 1502 0 32788 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 137180

[startup+1302.3 s]
/proc/loadavg: 2.06 1.99 1.50 3/179 21608
/proc/meminfo: memFree=29198640/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=136612 CPUtime=1302.32
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 315441 0 0 0 129607 625 0 0 25 0 1 0 25510930 139890688 32483 4089446400 4194304 10345943 140733369455120 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 34153 32483 805 1502 0 32646 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 136612

[startup+1362.3 s]
/proc/loadavg: 2.02 1.99 1.53 3/179 21609
/proc/meminfo: memFree=29195252/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=142116 CPUtime=1362.32
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 318421 0 0 0 135581 651 0 0 25 0 1 0 25510930 145526784 33460 4089446400 4194304 10345943 140733369455120 18446744073709551615 4217038 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 35529 33460 805 1502 0 34022 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 142116

[startup+1422.31 s]
/proc/loadavg: 2.01 1.99 1.55 3/179 21611
/proc/meminfo: memFree=29191212/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=144560 CPUtime=1422.33
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 321831 0 0 0 141562 671 0 0 25 0 1 0 25510930 148029440 34206 4089446400 4194304 10345943 140733369455120 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 36140 34206 805 1502 0 34633 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 144560

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.58 3/179 21613
/proc/meminfo: memFree=29189656/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=144816 CPUtime=1482.32
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 328768 0 0 0 147537 695 0 0 25 0 1 0 25510930 148291584 34213 4089446400 4194304 10345943 140733369455120 18446744073709551615 7537182 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 36204 34213 805 1502 0 34697 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 144816

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.60 3/179 21614
/proc/meminfo: memFree=29188108/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=147052 CPUtime=1542.32
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 333862 0 0 0 153512 720 0 0 25 0 1 0 25510930 150581248 34668 4089446400 4194304 10345943 140733369455120 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 36763 34668 805 1502 0 35256 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 147052

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.62 3/179 21616
/proc/meminfo: memFree=29186296/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=148148 CPUtime=1602.32
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 340117 0 0 0 159487 745 0 0 25 0 1 0 25510930 151703552 35114 4089446400 4194304 10345943 140733369455120 18446744073709551615 5614593 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 37037 35114 805 1502 0 35530 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 148148

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.64 3/179 21617
/proc/meminfo: memFree=29185992/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=148580 CPUtime=1662.33
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 346521 0 0 0 165462 771 0 0 25 0 1 0 25510930 152145920 35247 4089446400 4194304 10345943 140733369455120 18446744073709551615 5085388 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 37145 35247 805 1502 0 35638 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 148580

[startup+1722.3 s]
/proc/loadavg: 2.05 2.00 1.67 3/179 21619
/proc/meminfo: memFree=29181072/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=152720 CPUtime=1722.32
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 351144 0 0 0 171437 795 0 0 25 0 1 0 25510930 156385280 36200 4089446400 4194304 10345943 140733369455120 18446744073709551615 6325579 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 38180 36200 805 1502 0 36673 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 152720

[startup+1782.3 s]
/proc/loadavg: 2.02 2.00 1.69 3/179 21621
/proc/meminfo: memFree=29176048/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=157408 CPUtime=1782.33
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 357724 0 0 0 177413 820 0 0 25 0 1 0 25510930 161185792 37330 4089446400 4194304 10345943 140733369455120 18446744073709551615 6108013 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 39352 37330 805 1502 0 37845 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 157408

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

[startup+1785.5 s]
/proc/loadavg: 1.93 1.98 1.68 2/174 21638
/proc/meminfo: memFree=29301352/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=159576 CPUtime=1785.53
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 357847 0 0 0 177732 821 0 0 25 0 1 0 25510930 163405824 37451 4089446400 4194304 10345943 140733369455120 18446744073709551615 5007029 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 39894 37451 805 1502 0 38387 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 159576

[startup+1788.7 s]
/proc/loadavg: 1.93 1.98 1.68 2/174 21638
/proc/meminfo: memFree=29301744/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=159568 CPUtime=1788.73
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 357989 0 0 0 178049 824 0 0 25 0 1 0 25510930 163397632 37413 4089446400 4194304 10345943 140733369455120 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 39892 37413 805 1502 0 38385 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 159568

[startup+1789.5 s]
/proc/loadavg: 1.93 1.98 1.68 2/174 21638
/proc/meminfo: memFree=29301744/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=159568 CPUtime=1789.53
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 358003 0 0 0 178129 824 0 0 25 0 1 0 25510930 163397632 37427 4089446400 4194304 10345943 140733369455120 18446744073709551615 4995169 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/21569/statm: 39892 37427 805 1502 0 38385 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 159568

[startup+1789.9 s]
/proc/loadavg: 1.93 1.98 1.68 3/175 21643
/proc/meminfo: memFree=29301612/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=159568 CPUtime=1789.93
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 358003 0 0 0 178169 824 0 0 25 0 1 0 25510930 163397632 37427 4089446400 4194304 10345943 140733369455120 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21569/statm: 39892 37427 805 1502 0 38385 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 159568

[startup+1790.1 s]
/proc/loadavg: 1.93 1.98 1.68 3/175 21643
/proc/meminfo: memFree=29301612/32950928 swapFree=67111528/67111528
[pid=21569] ppid=21567 vsize=159568 CPUtime=1790.13
/proc/21569/stat : 21569 (pbscip.linux.x8) R 21567 21569 21340 0 -1 4202496 358006 0 0 0 178189 824 0 0 18 0 1 0 25510930 163397632 37430 4089446400 4194304 10345943 140733369455120 18446744073709551615 4221203 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/21569/statm: 39892 37430 806 1502 0 38385 0
Current children cumulated CPU time (s) 1790.13
Current children cumulated vsize (KiB) 159568

Child status: 0
Real time (s): 1790.16
CPU time (s): 1790.2
CPU user time (s): 1781.95
CPU system time (s): 8.25075
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 159864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1781.95
system time used= 8.25075
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358009
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1394

runsolver used 3.20151 second user time and 6.51101 second system time

The end

Launcher Data

Begin job on node112 at 2010-07-08 09:09:22
IDJOB=2705641
IDBENCH=78963
IDSOLVER=1214
FILE ID=node112/2705641-1278572962
PBS_JOBID= 11240230
Free space on /tmp= 73440 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.1900583053--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-2705641-1278572962/watcher-2705641-1278572962 -o /tmp/evaluation-result-2705641-1278572962/solver-2705641-1278572962 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705641-1278572962.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 56cc5d1f816d97170bd91f7584a55091
RANDOM SEED=257366996

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29398412 kB
Buffers:        146724 kB
Cached:        3150776 kB
SwapCached:          0 kB
Active:        1342876 kB
Inactive:      2056772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29398412 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25736 kB
Writeback:           0 kB
AnonPages:      101880 kB
Mapped:          17628 kB
Slab:            89328 kB
PageTables:       4356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   249628 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= 73428 MiB
End job on node112 at 2010-07-08 09:39:12