Trace number 2693394

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.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1800.17 1800.09

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900554072--soft-66-100-0.wbo
MD5SUM94413eaf3e98de59f2ecdb125fc71636
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark313.541
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 constraints961
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 46411
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46410
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 695
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
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-2693394-1277901329.wbo>
0.00/0.02	c original problem has 2153 variables (1192 bin, 0 int, 0 impl, 961 cont) and 3669 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	c presolving:
0.04/0.05	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1161 impls, 15 clqs
0.04/0.08	c (round 2) 0 del vars, 107 del conss, 961 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 1161 impls, 15 clqs
0.04/0.09	c (round 3) 50 del vars, 157 del conss, 961 chg bounds, 50 chg sides, 0 chg coeffs, 1690 upgd conss, 1161 impls, 15 clqs
0.09/0.10	c (round 4) 100 del vars, 157 del conss, 961 chg bounds, 50 chg sides, 0 chg coeffs, 1690 upgd conss, 1161 impls, 15 clqs
0.09/0.15	c    (0.1s) probing: 101/1142 (8.8%) - 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 (5 rounds):
0.09/0.15	c  100 deleted vars, 157 deleted constraints, 961 tightened bounds, 0 added holes, 50 changed sides, 0 changed coefficients
0.09/0.15	c  1161 implications, 15 cliques
0.09/0.15	c presolved problem has 2053 variables (1142 bin, 0 int, 0 impl, 911 cont) and 3512 constraints
0.09/0.15	c     911 constraints of type <indicator>
0.09/0.15	c       1 constraints of type <knapsack>
0.09/0.15	c      15 constraints of type <setppc>
0.09/0.15	c     911 constraints of type <linear>
0.09/0.15	c    1674 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.11
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 1.2.1.2
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 = 1799.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 # 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 # 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 |    34 |     - |9064k|   0 |  24 |2053 |3512 |2053 |1690 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    60 |     - |9214k|   0 |  17 |2053 |3512 |2053 |1704 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.27	c   0.2s|     1 |     0 |    75 |     - |9410k|   0 |  19 |2053 |3512 |2053 |1710 |  20 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.27	o 43928
0.19/0.27	c y 0.2s|     1 |     0 |    75 |     - |9439k|   0 |  19 |2053 |3512 |2053 |1710 |  20 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |   122 |     - |9673k|   0 |  26 |2053 |3512 |2053 |1714 |  24 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   332 |     - |9893k|   0 |   9 |2053 |3512 |2053 |1726 |  36 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.49/0.53	c   0.5s|     1 |     0 |  1065 |     - |  10M|   0 |  37 |2053 |3512 |2053 |1733 |  43 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.59/0.66	c   0.6s|     1 |     0 |  1467 |     - |  10M|   0 |  38 |2053 |3512 |2053 |1745 |  55 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.69/0.76	c   0.7s|     1 |     0 |  1642 |     - |  10M|   0 |  47 |2053 |3512 |2053 |1752 |  62 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.89/0.90	c   0.8s|     1 |     0 |  1911 |     - |  10M|   0 |  54 |2053 |3512 |2053 |1755 |  65 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
0.89/1.00	c   0.9s|     1 |     0 |  1920 |     - |  10M|   0 |  51 |2053 |3512 |2053 |1758 |  68 |   0 |   0 | 0.000000e+00 | 4.392800e+04 |    Inf 
3.18/3.23	c   3.1s|     1 |     2 |  1920 |     - |  10M|   0 |  51 |2053 |3512 |2053 |1758 |  68 |   0 |  33 | 0.000000e+00 | 4.392800e+04 |    Inf 
13.48/13.58	o 718
13.48/13.58	c *13.4s|    50 |    43 |  4551 |  53.7 |  10M|  19 |   - |2053 |3522 |2053 |1758 |  95 |  10 | 443 | 0.000000e+00 | 7.180000e+02 |    Inf 
13.58/13.63	o 405
13.58/13.63	c *13.5s|    62 |    48 |  4630 |  44.4 |  10M|  23 |   - |2053 |3522 |2053 |1755 | 102 |  10 | 450 | 0.000000e+00 | 4.050000e+02 |    Inf 
14.48/14.54	o 350
14.48/14.54	c *14.4s|   128 |    64 |  5744 |  30.1 |  11M|  28 |   - |2053 |3585 |2053 |1753 | 111 |  73 | 497 | 0.000000e+00 | 3.500000e+02 |    Inf 
15.29/15.40	o 323
15.29/15.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.29/15.40	c *15.2s|   228 |   108 |  7763 |  25.7 |  12M|  28 |   - |2053 |3663 |2053 |1766 | 201 | 151 | 551 | 0.000000e+00 | 3.230000e+02 |    Inf 
15.39/15.47	o 301
15.39/15.47	c *15.3s|   255 |   113 |  7997 |  23.9 |  12M|  28 |   - |2053 |3692 |2053 |1773 | 232 | 180 | 556 | 0.000000e+00 | 3.010000e+02 |    Inf 
15.48/15.50	o 262
15.48/15.50	c *15.3s|   266 |   104 |  8061 |  23.2 |  12M|  29 |   - |2053 |3694 |2053 |1770 | 232 | 182 | 556 | 0.000000e+00 | 2.620000e+02 |    Inf 
15.48/15.51	o 237
15.48/15.51	c *15.3s|   274 |    94 |  8099 |  22.6 |  12M|  29 |   - |2053 |3707 |2053 |1770 | 232 | 195 | 556 | 0.000000e+00 | 2.370000e+02 |    Inf 
16.28/16.30	o 171
16.28/16.30	c *16.1s|   359 |   121 |  9397 |  20.9 |  12M|  34 |   - |2053 |3760 |2053 |1748 | 246 | 248 | 611 | 0.000000e+00 | 1.710000e+02 |    Inf 
17.28/17.39	o 165
17.28/17.39	c *17.2s|   633 |   191 | 13621 |  18.5 |  14M|  42 |   - |2053 |3994 |2053 |1748 | 394 | 514 | 643 | 0.000000e+00 | 1.650000e+02 |    Inf 
18.08/18.14	o 158
18.08/18.14	c *17.9s|   935 |   241 | 15787 |  14.8 |  15M|  42 |   - |2053 |4186 |2053 |1761 | 468 | 766 | 653 | 0.000000e+00 | 1.580000e+02 |    Inf 
19.88/19.98	o 155
19.88/19.98	c *19.7s|  1624 |   344 | 23803 |  13.5 |  15M|  42 |   - |2053 |4518 |2053 |1766 | 675 |1496 | 660 | 0.000000e+00 | 1.550000e+02 |    Inf 
20.29/20.32	o 148
20.29/20.32	c *20.0s|  1754 |   368 | 25037 |  13.2 |  16M|  42 |   - |2053 |4570 |2053 |1748 | 703 |1621 | 660 | 0.000000e+00 | 1.480000e+02 |    Inf 
23.29/23.37	o 105
23.29/23.37	c *23.0s|  3124 |   553 | 37651 |  11.4 |  17M|  49 |   - |2053 |5082 |2053 |1765 | 997 |3134 | 679 | 0.000000e+00 | 1.050000e+02 |    Inf 
36.78/36.84	o 77
36.78/36.84	c *36.0s|  8524 |  1128 | 90454 |  10.4 |  24M|  52 |   - |2053 |5463 |2053 |1771 |2400 |9126 | 866 | 0.000000e+00 | 7.700000e+01 |    Inf 
39.68/39.78	o 75
39.68/39.78	c *38.9s|  9562 |  1274 |105410 |  10.8 |  25M|  52 |   - |2053 |5573 |2053 |1744 |2590 |  10k| 868 | 0.000000e+00 | 7.500000e+01 |    Inf 
39.88/39.93	o 72
39.88/39.93	c *39.0s|  9650 |  1279 |105732 |  10.8 |  25M|  52 |   - |2053 |5652 |2053 |1752 |2602 |  10k| 868 | 0.000000e+00 | 7.200000e+01 |    Inf 
39.88/39.99	o 58
39.88/39.99	c *39.1s|  9674 |  1159 |105975 |  10.8 |  23M|  52 |   - |2053 |5621 |2053 |1752 |2609 |  10k| 868 | 0.000000e+00 | 5.800000e+01 |    Inf 
40.68/40.74	c  39.8s| 10000 |  1169 |109357 |  10.7 |  23M|  54 |  12 |2053 |5536 |2053 |1744 |2655 |  10k| 868 | 0.000000e+00 | 5.800000e+01 |    Inf 
40.79/40.86	o 37
40.79/40.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.79/40.86	c *39.9s| 10058 |  1036 |109802 |  10.7 |  22M|  54 |   - |2053 |5546 |2053 |1748 |2667 |  11k| 868 | 0.000000e+00 | 3.700000e+01 |    Inf 
50.59/50.61	o 35
50.59/50.61	c *49.3s| 13968 |  1141 |159832 |  11.3 |  24M|  54 |   - |2053 |5764 |2053 |1757 |3280 |  15k| 969 | 0.000000e+00 | 3.500000e+01 |    Inf 
53.98/54.05	o 33
53.98/54.05	c *52.7s| 15126 |  1119 |176483 |  11.5 |  24M|  54 |   - |2053 |4953 |2053 |1757 |3415 |  17k|1033 | 0.000000e+00 | 3.300000e+01 |    Inf 
66.48/66.54	c  64.7s| 20000 |  1241 |245334 |  12.2 |  26M|  54 |  17 |2053 |6585 |2053 |1744 |4156 |  23k|1187 | 0.000000e+00 | 3.300000e+01 |    Inf 
88.68/88.76	c  86.2s| 30000 |  1488 |354055 |  11.7 |  31M|  56 |   - |2053 |  10k|   0 |   0 |5776 |  37k|1318 | 0.000000e+00 | 3.300000e+01 |    Inf 
88.78/88.84	o 11
88.78/88.84	c *86.3s| 30034 |  1047 |354287 |  11.7 |  26M|  56 |   - |2053 |  10k|2053 |1761 |5784 |  37k|1318 | 0.000000e+00 | 1.100000e+01 |    Inf 
110.99/111.02	c   108s| 40000 |  1158 |486854 |  12.1 |  27M|  56 |  19 |2053 |9503 |2053 |1744 |7002 |  50k|1318 | 0.000000e+00 | 1.100000e+01 |    Inf 
133.49/133.55	c   130s| 50000 |  1009 |611132 |  12.2 |  26M|  56 |   1 |2053 |7607 |2053 |1744 |8021 |  63k|1424 | 0.000000e+00 | 1.100000e+01 |    Inf 
157.88/157.91	c   153s| 60000 |  1273 |746758 |  12.4 |  30M|  56 |   9 |2053 |  11k|2053 |1744 |9332 |  77k|1700 | 0.000000e+00 | 1.100000e+01 |    Inf 
179.39/179.42	c   174s| 70000 |  1130 |855105 |  12.2 |  29M|  58 |  18 |2053 |  10k|2053 |1744 |  10k|  91k|1850 | 0.000000e+00 | 1.100000e+01 |    Inf 
200.99/201.07	c   195s| 80000 |  1230 |967417 |  12.1 |  30M|  58 |   - |2053 |  11k|   0 |   0 |  11k| 104k|2109 | 0.000000e+00 | 1.100000e+01 |    Inf 
224.59/224.69	c   218s| 90000 |  1395 |  1096k|  12.2 |  33M|  58 |   8 |2053 |  14k|2053 |1744 |  13k| 118k|2338 | 0.000000e+00 | 1.100000e+01 |    Inf 
247.19/247.24	c   239s|100000 |  1379 |  1209k|  12.1 |  34M|  58 |  10 |2053 |  15k|2053 |1744 |  14k| 131k|2484 | 0.000000e+00 | 1.100000e+01 |    Inf 
270.69/270.77	c   262s|110000 |  1206 |  1328k|  12.1 |  32M|  59 |   - |2053 |  14k|2053 |1756 |  16k| 145k|2761 | 0.000000e+00 | 1.100000e+01 |    Inf 
292.49/292.54	c   283s|120000 |  1262 |  1430k|  11.9 |  35M|  63 |  23 |2053 |  19k|2053 |1744 |  17k| 160k|2907 | 0.000000e+00 | 1.100000e+01 |    Inf 
314.60/314.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
314.60/314.66	c   305s|130000 |  1031 |  1534k|  11.8 |  31M|  63 |  21 |2053 |  12k|2053 |1753 |  18k| 174k|3050 | 0.000000e+00 | 1.100000e+01 |    Inf 
338.29/338.37	c   327s|140000 |   819 |  1660k|  11.8 |  28M|  63 |  19 |2053 |9588 |2053 |1744 |  19k| 187k|3278 | 0.000000e+00 | 1.100000e+01 |    Inf 
358.50/358.55	c   347s|150000 |   806 |  1763k|  11.7 |  30M|  63 |   - |2053 |  13k|2053 |1744 |  21k| 201k|3402 | 0.000000e+00 | 1.100000e+01 |    Inf 
383.20/383.26	c   371s|160000 |   902 |  1894k|  11.8 |  32M|  63 |  20 |2053 |  16k|2053 |1744 |  22k| 215k|3532 | 0.000000e+00 | 1.100000e+01 |    Inf 
406.70/406.78	c   394s|170000 |   899 |  2005k|  11.8 |  33M|  63 |   - |2053 |  17k|   0 |   0 |  23k| 228k|3716 | 0.000000e+00 | 1.100000e+01 |    Inf 
429.70/429.78	c   416s|180000 |  1074 |  2116k|  11.8 |  35M|  63 |   - |2053 |  20k|   0 |   0 |  25k| 241k|3834 | 0.000000e+00 | 1.100000e+01 |    Inf 
452.60/452.64	c   438s|190000 |  1113 |  2222k|  11.7 |  35M|  63 |   - |2053 |  18k|   0 |   0 |  26k| 254k|3945 | 0.000000e+00 | 1.100000e+01 |    Inf 
476.01/476.07	c   461s|200000 |   937 |  2329k|  11.6 |  33M|  63 |  19 |2053 |  14k|2053 |1752 |  27k| 268k|4161 | 0.000000e+00 | 1.100000e+01 |    Inf 
502.11/502.19	c   486s|210000 |  1062 |  2472k|  11.8 |  35M|  63 |   - |2053 |  17k|   0 |   0 |  29k| 281k|4294 | 0.000000e+00 | 1.100000e+01 |    Inf 
526.20/526.26	c   509s|220000 |  1160 |  2593k|  11.8 |  37M|  63 |   - |2053 |  19k|2053 |1751 |  30k| 294k|4385 | 0.000000e+00 | 1.100000e+01 |    Inf 
550.51/550.59	c   533s|230000 |  1138 |  2715k|  11.8 |  38M|  65 |  18 |2053 |  20k|2053 |1744 |  31k| 308k|4509 | 0.000000e+00 | 1.100000e+01 |    Inf 
574.61/574.66	c   556s|240000 |  1200 |  2834k|  11.8 |  40M|  65 |   - |2053 |  23k|   0 |   0 |  32k| 321k|4656 | 0.000000e+00 | 1.100000e+01 |    Inf 
599.42/599.46	c   580s|250000 |  1246 |  2953k|  11.8 |  40M|  65 |   - |2053 |  22k|   0 |   0 |  33k| 335k|4782 | 0.000000e+00 | 1.100000e+01 |    Inf 
623.31/623.31	c   603s|260000 |  1267 |  3062k|  11.8 |  41M|  65 |   - |2053 |  23k|   0 |   0 |  34k| 348k|4865 | 0.000000e+00 | 1.100000e+01 |    Inf 
648.81/648.80	c   628s|270000 |  1260 |  3183k|  11.8 |  42M|  65 |   - |2053 |  25k|   0 |   0 |  35k| 361k|4993 | 0.000000e+00 | 1.100000e+01 |    Inf 
676.31/676.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
676.31/676.30	c   655s|280000 |  1479 |  3319k|  11.8 |  44M|  65 |   - |2053 |  26k|2053 |1744 |  36k| 374k|5144 | 0.000000e+00 | 1.100000e+01 |    Inf 
703.11/703.16	c   681s|290000 |  1487 |  3449k|  11.9 |  45M|  67 |  22 |2053 |  26k|2053 |1744 |  38k| 387k|5272 | 0.000000e+00 | 1.100000e+01 |    Inf 
729.32/729.36	c   706s|300000 |  1551 |  3573k|  11.9 |  46M|  67 |   - |2053 |  28k|2053 |1744 |  39k| 400k|5397 | 0.000000e+00 | 1.100000e+01 |    Inf 
754.81/754.85	c   731s|310000 |  1635 |  3685k|  11.9 |  48M|  68 |  21 |2053 |  30k|2053 |1744 |  39k| 413k|5486 | 0.000000e+00 | 1.100000e+01 |    Inf 
781.22/781.21	c   756s|320000 |  1802 |  3803k|  11.9 |  49M|  68 |   - |2053 |  28k|   0 |   0 |  40k| 427k|5572 | 0.000000e+00 | 1.100000e+01 |    Inf 
804.91/804.99	c   779s|330000 |  1940 |  3898k|  11.8 |  51M|  68 |  23 |2053 |  30k|2053 |1749 |  41k| 440k|5634 | 0.000000e+00 | 1.100000e+01 |    Inf 
830.22/830.24	c   804s|340000 |  2113 |  4008k|  11.8 |  52M|  68 |   1 |2053 |  28k|2053 |1744 |  42k| 454k|5747 | 0.000000e+00 | 1.100000e+01 |    Inf 
856.72/856.80	c   830s|350000 |  2168 |  4131k|  11.8 |  53M|  75 |   9 |2053 |  28k|2053 |1744 |  43k| 468k|5862 | 0.000000e+00 | 1.100000e+01 |    Inf 
881.92/881.98	c   854s|360000 |  2260 |  4242k|  11.8 |  54M|  75 |   - |2053 |  28k|   0 |   0 |  44k| 482k|5970 | 0.000000e+00 | 1.100000e+01 |    Inf 
907.72/907.71	c   879s|370000 |  2280 |  4358k|  11.8 |  55M|  75 |  18 |2053 |  28k|2053 |1751 |  46k| 496k|6073 | 0.000000e+00 | 1.100000e+01 |    Inf 
932.42/932.45	c   903s|380000 |  2279 |  4464k|  11.7 |  56M|  75 |   - |2053 |  29k|   0 |   0 |  47k| 510k|6144 | 0.000000e+00 | 1.100000e+01 |    Inf 
958.43/958.46	c   928s|390000 |  2249 |  4573k|  11.7 |  56M|  75 |   - |2053 |  29k|   0 |   0 |  48k| 525k|6206 | 0.000000e+00 | 1.100000e+01 |    Inf 
984.03/984.06	c   953s|400000 |  2209 |  4682k|  11.7 |  56M|  75 |   1 |2053 |  28k|2053 |1744 |  49k| 539k|6313 | 0.000000e+00 | 1.100000e+01 |    Inf 
1009.62/1009.67	c   978s|410000 |  2014 |  4793k|  11.7 |  53M|  75 |   - |2053 |  24k|   0 |   0 |  50k| 553k|6422 | 0.000000e+00 | 1.100000e+01 |    Inf 
1033.53/1033.52	c  1001s|420000 |  1983 |  4905k|  11.7 |  52M|  76 |   - |2053 |  21k|   0 |   0 |  51k| 566k|6521 | 0.000000e+00 | 1.100000e+01 |    Inf 
1058.13/1058.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1058.13/1058.12	c  1025s|430000 |  1898 |  5023k|  11.7 |  48M|  76 |  21 |2053 |  13k|2053 |1744 |  53k| 580k|6667 | 0.000000e+00 | 1.100000e+01 |    Inf 
1084.23/1084.29	c  1050s|440000 |  1982 |  5165k|  11.7 |  50M|  76 |  18 |2053 |  16k|2053 |1751 |  54k| 594k|6780 | 0.000000e+00 | 1.100000e+01 |    Inf 
1111.64/1111.67	c  1077s|450000 |  2002 |  5311k|  11.8 |  49M|  76 |  28 |2053 |  13k|2053 |1744 |  56k| 607k|6901 | 0.000000e+00 | 1.100000e+01 |    Inf 
1135.43/1135.46	c  1100s|460000 |  2163 |  5434k|  11.8 |  51M|  76 |  19 |2053 |  14k|2053 |1744 |  58k| 621k|6982 | 0.000000e+00 | 1.100000e+01 |    Inf 
1156.74/1156.78	c  1121s|470000 |  2291 |  5538k|  11.8 |  52M|  76 |  20 |2053 |  16k|2053 |1744 |  59k| 635k|7012 | 0.000000e+00 | 1.100000e+01 |    Inf 
1180.34/1180.39	c  1143s|480000 |  2266 |  5657k|  11.8 |  53M|  76 |  19 |2053 |  15k|2053 |1744 |  60k| 649k|7095 | 0.000000e+00 | 1.100000e+01 |    Inf 
1202.74/1202.74	c  1165s|490000 |  2219 |  5767k|  11.8 |  52M|  76 |   - |2053 |  15k|   0 |   0 |  61k| 663k|7181 | 0.000000e+00 | 1.100000e+01 |    Inf 
1228.54/1228.60	c  1190s|500000 |  2505 |  5905k|  11.8 |  54M|  76 |   - |2053 |  16k|   0 |   0 |  63k| 676k|7266 | 0.000000e+00 | 1.100000e+01 |    Inf 
1252.14/1252.15	c  1213s|510000 |  2616 |  6019k|  11.8 |  56M|  76 |   - |2053 |  17k|2053 |1744 |  64k| 690k|7346 | 0.000000e+00 | 1.100000e+01 |    Inf 
1276.94/1276.98	c  1237s|520000 |  2746 |  6144k|  11.8 |  57M|  76 |   1 |2053 |  19k|2053 |1744 |  65k| 704k|7395 | 0.000000e+00 | 1.100000e+01 |    Inf 
1301.44/1301.46	c  1261s|530000 |  2849 |  6264k|  11.8 |  58M|  76 |   - |2053 |  19k|   0 |   0 |  66k| 718k|7442 | 0.000000e+00 | 1.100000e+01 |    Inf 
1326.04/1326.07	c  1285s|540000 |  2868 |  6380k|  11.8 |  59M|  76 |  17 |2053 |  20k|2053 |1744 |  67k| 732k|7521 | 0.000000e+00 | 1.100000e+01 |    Inf 
1351.34/1351.31	c  1309s|550000 |  2965 |  6500k|  11.8 |  61M|  76 |  14 |2053 |  22k|2053 |1744 |  69k| 746k|7624 | 0.000000e+00 | 1.100000e+01 |    Inf 
1375.54/1375.58	c  1333s|560000 |  2983 |  6617k|  11.8 |  62M|  76 |  15 |2053 |  22k|2053 |1744 |  70k| 760k|7704 | 0.000000e+00 | 1.100000e+01 |    Inf 
1399.74/1399.78	c  1356s|570000 |  3076 |  6734k|  11.8 |  63M|  76 |   - |2053 |  21k|   0 |   0 |  72k| 774k|7748 | 0.000000e+00 | 1.100000e+01 |    Inf 
1423.85/1423.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1423.85/1423.85	c  1379s|580000 |  3221 |  6848k|  11.8 |  63M|  76 |   - |2053 |  20k|   0 |   0 |  73k| 789k|7809 | 0.000000e+00 | 1.100000e+01 |    Inf 
1447.55/1447.57	c  1402s|590000 |  3307 |  6958k|  11.8 |  64M|  76 |  11 |2053 |  20k|2053 |1749 |  75k| 804k|7903 | 0.000000e+00 | 1.100000e+01 |    Inf 
1471.45/1471.43	c  1425s|600000 |  3364 |  7071k|  11.8 |  66M|  84 |  35 |2053 |  22k|2053 |1752 |  76k| 818k|7985 | 0.000000e+00 | 1.100000e+01 |    Inf 
1497.35/1497.38	c  1451s|610000 |  3486 |  7204k|  11.8 |  66M|  84 |  16 |2053 |  21k|2053 |1744 |  77k| 832k|8033 | 0.000000e+00 | 1.100000e+01 |    Inf 
1524.15/1524.19	c  1477s|620000 |  3498 |  7343k|  11.8 |  67M|  84 |   - |2053 |  22k|2053 |1744 |  78k| 846k|8090 | 0.000000e+00 | 1.100000e+01 |    Inf 
1547.76/1547.74	o 9
1547.76/1547.74	c *1499s|629303 |  1569 |  7454k|  11.8 |  44M|  84 |   - |2053 |  25k|2053 |1763 |  80k| 860k|8168 | 0.000000e+00 | 9.000000e+00 |    Inf 
1549.66/1549.65	c  1501s|630000 |  1581 |  7463k|  11.8 |  43M|  84 |  16 |2053 |  23k|2053 |1761 |  81k| 861k|8171 | 0.000000e+00 | 9.000000e+00 |    Inf 
1577.85/1577.85	c  1529s|640000 |  1641 |  7608k|  11.9 |  43M|  84 |   - |2053 |  22k|   0 |   0 |  82k| 875k|8256 | 0.000000e+00 | 9.000000e+00 |    Inf 
1604.05/1604.05	c  1554s|650000 |  1610 |  7738k|  11.9 |  43M|  84 |  15 |2053 |  22k|2053 |1761 |  83k| 889k|8353 | 0.000000e+00 | 9.000000e+00 |    Inf 
1630.46/1630.44	c  1580s|660000 |  1620 |  7866k|  11.9 |  44M|  84 |  15 |2053 |  23k|2053 |1754 |  85k| 904k|8401 | 0.000000e+00 | 9.000000e+00 |    Inf 
1656.05/1656.08	c  1605s|670000 |  1648 |  7994k|  11.9 |  44M|  84 |   - |2053 |  23k|   0 |   0 |  86k| 918k|8443 | 0.000000e+00 | 9.000000e+00 |    Inf 
1680.66/1680.70	c  1628s|680000 |  1626 |  8111k|  11.9 |  44M|  84 |   9 |2053 |  21k|2053 |1754 |  87k| 932k|8578 | 0.000000e+00 | 9.000000e+00 |    Inf 
1704.35/1704.33	c  1651s|690000 |  1649 |  8224k|  11.9 |  45M|  84 |   - |2053 |  23k|   0 |   0 |  88k| 945k|8613 | 0.000000e+00 | 9.000000e+00 |    Inf 
1729.86/1729.80	c  1676s|700000 |  1654 |  8349k|  11.9 |  46M|  84 |   - |2053 |  25k|   0 |   0 |  89k| 959k|8681 | 0.000000e+00 | 9.000000e+00 |    Inf 
1756.86/1756.88	c  1702s|710000 |  1693 |  8478k|  11.9 |  46M|  84 |  23 |2053 |  25k|2053 |1770 |  90k| 974k|8773 | 0.000000e+00 | 9.000000e+00 |    Inf 
1782.96/1782.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1782.96/1782.97	c  1728s|720000 |  1765 |  8596k|  11.9 |  47M|  84 |   - |2053 |  24k|   0 |   0 |  92k| 987k|8868 | 0.000000e+00 | 9.000000e+00 |    Inf 
1800.07/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.07/1800.00	c 
1800.07/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.00	c Solving Time (sec) : 1744.07
1800.07/1800.00	c Solving Nodes      : 726320
1800.07/1800.00	c Primal Bound       : +9.00000000000000e+00 (160 solutions)
1800.07/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.07/1800.00	c Gap                : infinite
1800.07/1800.02	s SATISFIABLE
1800.07/1800.02	v -x231 -x230 -x229 x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 x215 -x214 -x213 -x212 -x211 x210 
1800.07/1800.02	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.07/1800.02	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.07/1800.02	v -x167 -x166 -x165 -x164 x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.07/1800.02	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 x126 
1800.07/1800.02	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.07/1800.02	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 
1800.07/1800.02	v -x79 -x78 x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1800.07/1800.02	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 
1800.07/1800.02	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 x7 -x6 -x5 -x4 -x3 -x2 
1800.07/1800.02	v -x1 
1800.07/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.02	c Solving Time       :    1744.07
1800.07/1800.02	c Original Problem   :
1800.07/1800.02	c   Problem name     : HOME/instance-2693394-1277901329.wbo
1800.07/1800.02	c   Variables        : 2153 (1192 binary, 0 integer, 0 implicit integer, 961 continuous)
1800.07/1800.02	c   Constraints      : 3669 initial, 3669 maximal
1800.07/1800.02	c Presolved Problem  :
1800.07/1800.02	c   Problem name     : t_HOME/instance-2693394-1277901329.wbo
1800.07/1800.02	c   Variables        : 2053 (1142 binary, 0 integer, 0 implicit integer, 911 continuous)
1800.07/1800.02	c   Constraints      : 3512 initial, 31696 maximal
1800.07/1800.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.02	c   trivial          :       0.00         50          0          0          0          0          0          0          0
1800.07/1800.02	c   dualfix          :       0.00         50          0          0          0          0          0          0          0
1800.07/1800.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.02	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.02	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.07/1800.02	c   indicator        :       0.00          0          0          0          0          0         50          0          0
1800.07/1800.02	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.02	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.02	c   linear           :       0.07          0          0          0        961          0        107         50          0
1800.07/1800.02	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.02	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.02	c   root node        :          -        833          -          -       1666          -          -          -          -
1800.07/1800.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.02	c   integral         :          0          0          0     404482          0        233       2161          0          0     771980
1800.07/1800.02	c   indicator        :        911          0    3488651      16173          0        549    2333035          0          0          0
1800.07/1800.02	c   knapsack         :          1          9    3531922      16597          0      43463    8565858          1          0          0
1800.07/1800.02	c   setppc           :         15          9    3496892      16517          0      61709    2133005          0          0          0
1800.07/1800.02	c   linear           :        911          9    3436193      16606          0      62014    3471171      94023          0          0
1800.07/1800.02	c   logicor          :       1674+         9    1610029        836          0     109470    5698540          0          0          0
1800.07/1800.02	c   bounddisjunction :          0+         0       2773          0          0          0          0          0          0          0
1800.07/1800.02	c   countsols        :          0          0          0        836          0          0          0          0          0          0
1800.07/1800.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.02	c   integral         :      44.25       0.00       0.00      44.25       0.00
1800.07/1800.02	c   indicator        :       9.05       0.01       8.68       0.36       0.00
1800.07/1800.02	c   knapsack         :      39.06       0.00      39.02       0.04       0.00
1800.07/1800.02	c   setppc           :      14.47       0.00      14.44       0.03       0.00
1800.07/1800.02	c   linear           :      45.37       0.00      45.02       0.35       0.00
1800.07/1800.02	c   logicor          :     201.27       0.00     201.25       0.02       0.00
1800.07/1800.02	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.02	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.02	c   vbounds          :       0.83          2          0          0
1800.07/1800.02	c   rootredcost      :       1.00         23          0        833
1800.07/1800.02	c   pseudoobj        :      68.85    3546689       4822    2085534
1800.07/1800.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.02	c   propagation      :      12.97     281478     281008    1830602       29.4      10140       22.3          -
1800.07/1800.02	c   infeasible LP    :      20.91      98053      98050     873770       46.1       1458       12.2          0
1800.07/1800.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.02	c   pseudo solution  :       0.00         26         26        142       14.7          1        4.0          -
1800.07/1800.02	c   applied globally :          -          -          -     996067       27.9          -          -          -
1800.07/1800.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.07/1800.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.02	c   cut pool         :       0.00          8          -          -         35          -    (maximal pool size: 445)
1800.07/1800.02	c   redcost          :      11.62     406487          0     186930          0          0
1800.07/1800.02	c   impliedbounds    :       0.00          9          0          0          0          0
1800.07/1800.02	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.02	c   cgmip            :       0.00          0          0          0          0          0
1800.07/1800.02	c   gomory           :       0.23          9          0          0       1966          0
1800.07/1800.02	c   strongcg         :       0.14          9          0          0       1259          0
1800.07/1800.02	c   cmir             :       0.06          9          0          0         13          0
1800.07/1800.02	c   flowcover        :       0.07          9          0          0         20          0
1800.07/1800.02	c   clique           :       0.00          9          0          0          0          0
1800.07/1800.02	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.02	c   mcf              :       0.00          1          0          0          0          0
1800.07/1800.02	c   rapidlearning    :       0.00          0          0          0          0          0
1800.07/1800.02	c Pricers            :       Time      Calls       Vars
1800.07/1800.02	c   problem variables:       0.00          0          0
1800.07/1800.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.02	c   relpscost        :      43.97     387856        233       2161          0          0     771980
1800.07/1800.02	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.02	c   inference        :       0.04        814          0          0          0          0       1628
1800.07/1800.02	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.02	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.02	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.02	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.02	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.02	c   LP solutions     :       0.02          -         22
1800.07/1800.02	c   pseudo solutions :       0.00          -          0
1800.07/1800.02	c   feaspump         :       0.04          1          0
1800.07/1800.02	c   oneopt           :       0.46         23          0
1800.07/1800.02	c   crossover        :       0.42         11          0
1800.07/1800.02	c   pscostdiving     :       0.39         77          0
1800.07/1800.02	c   objpscostdiving  :       0.33         39          0
1800.07/1800.02	c   rootsoldiving    :       0.38         39          0
1800.07/1800.02	c   veclendiving     :       0.36         78          0
1800.07/1800.02	c   fracdiving       :       0.38         78          0
1800.07/1800.02	c   linesearchdiving :       0.39         78          0
1800.07/1800.02	c   guideddiving     :       0.46         78          0
1800.07/1800.02	c   coefdiving       :       0.48         78          0
1800.07/1800.02	c   trivial          :       0.00          2          0
1800.07/1800.02	c   simplerounding   :       0.60     388701          0
1800.07/1800.02	c   zirounding       :       0.33       1000          0
1800.07/1800.02	c   rounding         :       1.26       8800          0
1800.07/1800.02	c   shifting         :       1.02       2673          0
1800.07/1800.02	c   intshifting      :       0.01         14          0
1800.07/1800.02	c   twoopt           :       0.00          0          0
1800.07/1800.02	c   fixandinfer      :       0.00          0          0
1800.07/1800.02	c   intdiving        :       0.00          0          0
1800.07/1800.02	c   actconsdiving    :       0.00          0          0
1800.07/1800.02	c   octane           :       0.00          0          0
1800.07/1800.02	c   rens             :       0.04          1          0
1800.07/1800.02	c   rins             :       0.00          0          0
1800.07/1800.02	c   localbranching   :       0.00          0          0
1800.07/1800.02	c   mutation         :       0.00          0          0
1800.07/1800.02	c   dins             :       0.00          0          0
1800.07/1800.02	c   undercover       :       0.00          0          0
1800.07/1800.02	c   nlp              :       0.18          0          0
1800.07/1800.02	c   trysol           :       0.69       2348        138
1800.07/1800.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.02	c   primal LP        :       0.00          0          0       0.00          -
1800.07/1800.02	c   dual LP          :     947.06     501154    8661488      17.28    9145.66
1800.07/1800.02	c   lex dual LP      :       0.00          0          0       0.00          -
1800.07/1800.02	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.02	c   diving/probing LP:       2.31       1369      12754       9.32    5521.21
1800.07/1800.02	c   strong branching :      40.28       8937     378954      42.40    9407.99
1800.07/1800.02	c     (at root node) :          -         33      17132     519.15          -
1800.07/1800.02	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.02	c B&B Tree           :
1800.07/1800.02	c   number of runs   :          1
1800.07/1800.02	c   nodes            :     726320
1800.07/1800.02	c   nodes (total)    :     726320
1800.07/1800.02	c   nodes left       :       1830
1800.07/1800.02	c   max depth        :         84
1800.07/1800.02	c   max depth (total):         84
1800.07/1800.02	c   backtracks       :      84731 (11.7%)
1800.07/1800.02	c   delayed cutoffs  :      42578
1800.07/1800.02	c   repropagations   :    1452919 (3739741 domain reductions, 39893 cutoffs)
1800.07/1800.02	c   avg switch length:       5.57
1800.07/1800.02	c   switching time   :     178.54
1800.07/1800.02	c Solution           :
1800.07/1800.02	c   Solutions found  :        160 (23 improvements)
1800.07/1800.02	c   First Solution   : +4.39280000000000e+04   (in run 1, after 1 nodes, 0.23 seconds, depth 0, found by <trysol>)
1800.07/1800.02	c   Primal Bound     : +9.00000000000000e+00   (in run 1, after 629303 nodes, 1499.44 seconds, depth 42, found by <relaxation>)
1800.07/1800.02	c   Dual Bound       : +0.00000000000000e+00
1800.07/1800.02	c   Gap              :   infinite
1800.07/1800.02	c   Root Dual Bound  : +0.00000000000000e+00
1800.07/1800.02	c   Root Iterations  :       1920
1800.07/1800.09	c Time complete: 1800.15.

Verifier Data

OK	9

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693394-1277901329/watcher-2693394-1277901329 -o /tmp/evaluation-result-2693394-1277901329/solver-2693394-1277901329 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693394-1277901329.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: 2.98 2.79 2.51 3/178 12561
/proc/meminfo: memFree=31442780/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=10852 CPUtime=0
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 1666 0 0 0 0 0 0 0 25 0 1 0 131428102 11112448 1587 4089446400 4194304 9819077 140737320360848 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12561/statm: 2713 1587 392 1374 0 1334 0

[startup+0.0467739 s]
/proc/loadavg: 2.98 2.79 2.51 3/178 12561
/proc/meminfo: memFree=31442780/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=23916 CPUtime=0.04
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 5095 0 0 0 4 0 0 0 25 0 1 0 131428102 24489984 4662 4089446400 4194304 9819077 140737320360848 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12561/statm: 5979 4662 487 1374 0 4600 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23916

[startup+0.10077 s]
/proc/loadavg: 2.98 2.79 2.51 3/178 12561
/proc/meminfo: memFree=31442780/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=24936 CPUtime=0.09
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 7411 0 0 0 9 0 0 0 25 0 1 0 131428102 25534464 4922 4089446400 4194304 9819077 140737320360848 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12561/statm: 6234 4922 512 1374 0 4855 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24936

[startup+0.300649 s]
/proc/loadavg: 2.98 2.79 2.51 3/178 12561
/proc/meminfo: memFree=31442780/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=36916 CPUtime=0.29
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 11512 0 0 0 28 1 0 0 25 0 1 0 131428102 37801984 7655 4089446400 4194304 9819077 140737320360848 18446744073709551615 6054124 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12561/statm: 9229 7655 689 1374 0 7850 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36916

[startup+0.700567 s]
/proc/loadavg: 2.98 2.79 2.51 3/178 12561
/proc/meminfo: memFree=31442780/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=38100 CPUtime=0.69
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 13130 0 0 0 67 2 0 0 25 0 1 0 131428102 39014400 7947 4089446400 4194304 9819077 140737320360848 18446744073709551615 6555537 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12561/statm: 9525 7947 691 1374 0 8146 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38100

[startup+1.50041 s]
/proc/loadavg: 2.98 2.79 2.51 3/179 12562
/proc/meminfo: memFree=31413012/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=41544 CPUtime=1.49
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 29890 0 0 0 145 4 0 0 25 0 1 0 131428102 42541056 9076 4089446400 4194304 9819077 140737320360848 18446744073709551615 6199022 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12561/statm: 10386 9076 719 1374 0 9007 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41544

[startup+3.10115 s]
/proc/loadavg: 2.98 2.79 2.51 3/179 12562
/proc/meminfo: memFree=31408176/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=41848 CPUtime=3.08
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 32844 0 0 0 303 5 0 0 25 0 1 0 131428102 42852352 9087 4089446400 4194304 9819077 140737320360848 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 10462 9087 719 1374 0 9083 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 41848

[startup+6.30052 s]
/proc/loadavg: 2.91 2.77 2.51 3/179 12562
/proc/meminfo: memFree=31407672/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=41476 CPUtime=6.28
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 36279 0 0 0 621 7 0 0 25 0 1 0 131428102 42471424 9093 4089446400 4194304 9819077 140737320360848 18446744073709551615 7291968 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 10369 9093 722 1374 0 8990 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41476

[startup+12.7002 s]
/proc/loadavg: 2.83 2.76 2.50 3/179 12562
/proc/meminfo: memFree=31407344/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=41300 CPUtime=12.68
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 38616 0 0 0 1256 12 0 0 25 0 1 0 131428102 42291200 9136 4089446400 4194304 9819077 140737320360848 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 10325 9136 725 1374 0 8946 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 41300

[startup+25.5007 s]
/proc/loadavg: 2.65 2.72 2.50 3/179 12563
/proc/meminfo: memFree=31394104/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=58356 CPUtime=25.49
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 161984 0 0 0 2502 47 0 0 25 0 1 0 131428102 59756544 12273 4089446400 4194304 9819077 140737320360848 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 14589 12273 727 1374 0 13210 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58356

[startup+51.1006 s]
/proc/loadavg: 2.51 2.68 2.49 3/179 12563
/proc/meminfo: memFree=31369524/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=77724 CPUtime=51.08
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 434149 0 0 0 4981 127 0 0 25 0 1 0 131428102 79589376 17606 4089446400 4194304 9819077 140737320360848 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 19431 17606 744 1374 0 18052 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 77724

[startup+102.306 s]
/proc/loadavg: 2.22 2.57 2.46 3/179 12565
/proc/meminfo: memFree=31348744/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=89196 CPUtime=102.29
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 969354 0 0 0 9939 290 0 0 25 0 1 0 131428102 91336704 20412 4089446400 4194304 9819077 140737320360848 18446744073709551615 7816453 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 22299 20412 744 1374 0 20920 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 89196

[startup+162.301 s]
/proc/loadavg: 2.08 2.47 2.43 3/179 12566
/proc/meminfo: memFree=31335940/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=93980 CPUtime=162.29
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 1603514 0 0 0 15736 493 0 0 25 0 1 0 131428102 96235520 21599 4089446400 4194304 9819077 140737320360848 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 23495 21599 744 1374 0 22116 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 93980

[startup+222.301 s]
/proc/loadavg: 2.03 2.38 2.40 3/179 12568
/proc/meminfo: memFree=31323496/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=97152 CPUtime=222.29
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 2276532 0 0 0 21526 703 0 0 25 0 1 0 131428102 99483648 22390 4089446400 4194304 9819077 140737320360848 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 24288 22390 744 1374 0 22909 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 97152

[startup+282.301 s]
/proc/loadavg: 2.01 2.31 2.37 3/179 12569
/proc/meminfo: memFree=31313296/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=100544 CPUtime=282.3
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 2914777 0 0 0 27320 910 0 0 25 0 1 0 131428102 102957056 23233 4089446400 4194304 9819077 140737320360848 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 25136 23233 744 1374 0 23757 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 100544

[startup+342.301 s]
/proc/loadavg: 2.00 2.25 2.34 3/179 12571
/proc/meminfo: memFree=31306784/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=101808 CPUtime=342.3
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 3526498 0 0 0 33128 1102 0 0 25 0 1 0 131428102 104251392 23501 4089446400 4194304 9819077 140737320360848 18446744073709551615 6671049 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 25452 23501 744 1374 0 24073 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 101808

[startup+402.301 s]
/proc/loadavg: 2.00 2.20 2.32 3/179 12573
/proc/meminfo: memFree=31305012/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=103048 CPUtime=402.3
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 4147868 0 0 0 38928 1302 0 0 25 0 1 0 131428102 105521152 23775 4089446400 4194304 9819077 140737320360848 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 25762 23775 744 1374 0 24383 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 103048

[startup+462.301 s]
/proc/loadavg: 2.00 2.16 2.30 3/179 12574
/proc/meminfo: memFree=31302360/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=104256 CPUtime=462.3
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 4752367 0 0 0 44730 1500 0 0 25 0 1 0 131428102 106758144 24130 4089446400 4194304 9819077 140737320360848 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 26064 24130 744 1374 0 24685 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 104256

[startup+522.301 s]
/proc/loadavg: 2.00 2.13 2.27 3/179 12576
/proc/meminfo: memFree=31298964/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=106052 CPUtime=522.31
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 5356494 0 0 0 50534 1697 0 0 25 0 1 0 131428102 108597248 24516 4089446400 4194304 9819077 140737320360848 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 26513 24516 744 1374 0 25134 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 106052

[startup+582.301 s]
/proc/loadavg: 2.05 2.12 2.26 3/179 12577
/proc/meminfo: memFree=31294820/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=109560 CPUtime=582.31
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 5939344 0 0 0 56349 1882 0 0 25 0 1 0 131428102 112189440 25302 4089446400 4194304 9819077 140737320360848 18446744073709551615 7312762 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 27390 25302 744 1374 0 26011 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 109560

[startup+642.3 s]
/proc/loadavg: 2.02 2.09 2.24 3/179 12579
/proc/meminfo: memFree=31291192/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=110896 CPUtime=642.31
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 6496609 0 0 0 62156 2075 0 0 25 0 1 0 131428102 113557504 25611 4089446400 4194304 9819077 140737320360848 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 27724 25611 744 1374 0 26345 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 110896

[startup+702.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.05 2.19 3/179 12584
/proc/meminfo: memFree=31275168/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=123164 CPUtime=822.32
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 8066850 0 0 0 79619 2613 0 0 25 0 1 0 131428102 126119936 28382 4089446400 4194304 9819077 140737320360848 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 30791 28382 744 1374 0 29412 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 123164

[startup+882.3 s]
/proc/loadavg: 2.00 2.03 2.18 3/179 12585
/proc/meminfo: memFree=31268776/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=128096 CPUtime=882.32
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 8584430 0 0 0 85445 2787 0 0 25 0 1 0 131428102 131170304 29425 4089446400 4194304 9819077 140737320360848 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 32024 29425 744 1374 0 30645 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 128096

[startup+942.301 s]
/proc/loadavg: 2.00 2.03 2.16 3/179 12587
/proc/meminfo: memFree=31265888/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=129204 CPUtime=942.32
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 9101893 0 0 0 91267 2965 0 0 25 0 1 0 131428102 132304896 29791 4089446400 4194304 9819077 140737320360848 18446744073709551615 6519440 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 32301 29791 744 1374 0 30922 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 129204

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.15 3/179 12589
/proc/meminfo: memFree=31263988/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=128568 CPUtime=1002.33
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 9611257 0 0 0 97097 3136 0 0 25 0 1 0 131428102 131653632 30011 4089446400 4194304 9819077 140737320360848 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 32406 30019 744 1374 0 31027 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 128568

[startup+1062.3 s]
/proc/loadavg: 2.08 2.03 2.15 3/179 12590
/proc/meminfo: memFree=31262220/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=131396 CPUtime=1062.33
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 10170137 0 0 0 102902 3331 0 0 25 0 1 0 131428102 134549504 30295 4089446400 4194304 9819077 140737320360848 18446744073709551615 6003152 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 32849 30295 744 1374 0 31470 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 131396

[startup+1122.3 s]
/proc/loadavg: 2.03 2.02 2.13 3/179 12592
/proc/meminfo: memFree=31257972/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=132920 CPUtime=1122.33
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 10765996 0 0 0 108716 3517 0 0 25 0 1 0 131428102 136110080 30627 4089446400 4194304 9819077 140737320360848 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 33230 30627 744 1374 0 31851 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 132920

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 2.12 3/179 12593
/proc/meminfo: memFree=31255460/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=133508 CPUtime=1182.34
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 11360144 0 0 0 114518 3716 0 0 25 0 1 0 131428102 136712192 30824 4089446400 4194304 9819077 140737320360848 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 33377 30824 744 1374 0 31998 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 133508

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/179 12595
/proc/meminfo: memFree=31252324/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=134824 CPUtime=1242.33
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 11934396 0 0 0 120335 3898 0 0 25 0 1 0 131428102 138059776 31087 4089446400 4194304 9819077 140737320360848 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 33706 31087 744 1374 0 32327 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 134824

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.10 3/179 12597
/proc/meminfo: memFree=31246576/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=137384 CPUtime=1302.34
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 12489234 0 0 0 126156 4078 0 0 25 0 1 0 131428102 140681216 31775 4089446400 4194304 9819077 140737320360848 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 34346 31775 744 1374 0 32967 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 137384

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 12598
/proc/meminfo: memFree=31244916/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=138832 CPUtime=1362.34
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 13033369 0 0 0 131971 4263 0 0 25 0 1 0 131428102 142163968 32089 4089446400 4194304 9819077 140737320360848 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 34708 32089 744 1374 0 33329 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 138832

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 12600
/proc/meminfo: memFree=31243144/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=140068 CPUtime=1422.35
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 13597866 0 0 0 137777 4458 0 0 25 0 1 0 131428102 143429632 32351 4089446400 4194304 9819077 140737320360848 18446744073709551615 6590687 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 35017 32351 744 1374 0 33638 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 140068

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 12601
/proc/meminfo: memFree=31241372/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=141032 CPUtime=1482.35
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 14151831 0 0 0 143589 4646 0 0 25 0 1 0 131428102 144416768 32626 4089446400 4194304 9819077 140737320360848 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 35258 32626 744 1374 0 33879 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 141032

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 12612
/proc/meminfo: memFree=31238800/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=142196 CPUtime=1542.36
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 14678132 0 0 0 149419 4817 0 0 25 0 1 0 131428102 145608704 32903 4089446400 4194304 9819077 140737320360848 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 35549 32903 744 1374 0 34170 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 142196

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.07 3/179 12614
/proc/meminfo: memFree=31235452/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=142728 CPUtime=1602.36
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 15227845 0 0 0 155234 5002 0 0 25 0 1 0 131428102 146153472 33030 4089446400 4194304 9819077 140737320360848 18446744073709551615 4999842 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 35682 33030 744 1374 0 34303 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 142728

[startup+1662.3 s]
/proc/loadavg: 2.06 2.01 2.06 4/200 12692
/proc/meminfo: memFree=31247088/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=142864 CPUtime=1662.36
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 15774156 0 0 0 161058 5178 0 0 25 0 1 0 131428102 146292736 33098 4089446400 4194304 9819077 140737320360848 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 35716 33098 744 1374 0 34337 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 142864

[startup+1722.3 s]
/proc/loadavg: 2.58 2.17 2.12 4/200 12694
/proc/meminfo: memFree=31228916/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=143312 CPUtime=1722.36
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 16317086 0 0 0 166876 5360 0 0 25 0 1 0 131428102 146751488 33187 4089446400 4194304 9819077 140737320360848 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 35828 33187 744 1374 0 34449 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 143312

[startup+1782.3 s]
/proc/loadavg: 2.84 2.32 2.17 4/200 12695
/proc/meminfo: memFree=31211172/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=143820 CPUtime=1782.36
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 16864351 0 0 0 172687 5549 0 0 25 0 1 0 131428102 147271680 33298 4089446400 4194304 9819077 140737320360848 18446744073709551615 5955609 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 35955 33298 744 1374 0 34576 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 143820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.74 2.33 2.17 3/200 12696
/proc/meminfo: memFree=31208536/32951124 swapFree=67111528/67111528
[pid=12561] ppid=12559 vsize=143884 CPUtime=1800.07
/proc/12561/stat : 12561 (pbscip.linux.x8) R 12559 12561 12262 0 -1 4202496 17020832 0 0 0 174409 5598 0 0 25 0 1 0 131428102 147337216 33318 4089446400 4194304 9819077 140737320360848 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12561/statm: 35971 33318 744 1374 0 34592 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 143884

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1800.09
CPU time (s): 1800.17
CPU user time (s): 1744.17
CPU system time (s): 55.9955
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 146220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1744.17
system time used= 55.9955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17020862
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= 1427

runsolver used 2.67659 second user time and 5.57515 second system time

The end

Launcher Data

Begin job on node143 at 2010-06-30 14:35:29
IDJOB=2693394
IDBENCH=78890
IDSOLVER=1205
FILE ID=node143/2693394-1277901329
PBS_JOBID= 11197203
Free space on /tmp= 74204 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 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.1900554072--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-2693394-1277901329/watcher-2693394-1277901329 -o /tmp/evaluation-result-2693394-1277901329/solver-2693394-1277901329 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693394-1277901329.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 94413eaf3e98de59f2ecdb125fc71636
RANDOM SEED=1845433360

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31443308 kB
Buffers:        185652 kB
Cached:         971848 kB
SwapCached:          0 kB
Active:         626388 kB
Inactive:       739912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31443308 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6360 kB
Writeback:           0 kB
AnonPages:      208812 kB
Mapped:          17676 kB
Slab:            78968 kB
PageTables:       4976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   357568 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= 74204 MiB
End job on node143 at 2010-06-30 15:05:31