Trace number 2705589

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900547389--soft-66-100-0.wbo
MD5SUM992c28e15fa8da7f001d610f6b39cc4c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark293.92
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 constraints927
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 45360
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45359
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
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-2705589-1278572957.wbo>
0.00/0.02	c original problem has 2085 variables (1158 bin, 0 int, 927 impl, 0 cont) and 3635 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 214 impls, 14 clqs
0.04/0.07	c (round 2) 0 del vars, 112 del conss, 927 chg bounds, 54 chg sides, 0 chg coeffs, 0 upgd conss, 214 impls, 14 clqs
0.04/0.07	c (round 3) 54 del vars, 170 del conss, 929 chg bounds, 56 chg sides, 0 chg coeffs, 0 upgd conss, 214 impls, 14 clqs
0.04/0.08	c (round 4) 112 del vars, 170 del conss, 929 chg bounds, 56 chg sides, 0 chg coeffs, 1723 upgd conss, 214 impls, 14 clqs
0.04/0.09	c (round 5) 112 del vars, 219 del conss, 929 chg bounds, 56 chg sides, 0 chg coeffs, 1723 upgd conss, 214 impls, 14 clqs
0.09/0.13	c    (0.1s) probing: 101/1102 (9.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.13	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.13	c presolving (6 rounds):
0.09/0.13	c  112 deleted vars, 219 deleted constraints, 929 tightened bounds, 0 added holes, 56 changed sides, 0 changed coefficients
0.09/0.13	c  1948 implications, 14 cliques
0.09/0.13	c presolved problem has 1973 variables (1102 bin, 0 int, 871 impl, 0 cont) and 3416 constraints
0.09/0.13	c       1 constraints of type <knapsack>
0.09/0.13	c      72 constraints of type <setppc>
0.09/0.13	c     871 constraints of type <linear>
0.09/0.13	c     871 constraints of type <indicator>
0.09/0.13	c    1601 constraints of type <logicor>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.10
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 1.2.1.3
0.09/0.13	c 
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = 10000
0.09/0.13	c 
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = 1789.98
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = 3420
0.09/0.13	c 
0.09/0.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.13	c # [type: int, range: [1,2], default: 1]
0.09/0.13	c timing/clocktype = 2
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify inequalities
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/linear/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/indicator/addCouplingCons = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify knapsacks
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.13	c separating/rapidlearning/freq = 0
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.13	c 
0.09/0.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.14	c   0.1s|     1 |     0 |    34 |     - |8991k|   0 |  23 |1973 |3416 |1973 |1674 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   124 |     - |9140k|   0 |  42 |1973 |3416 |1973 |1688 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.33	c   0.3s|     1 |     0 |   216 |     - |  10M|   0 |  57 |1973 |3416 |1973 |1699 |  25 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.47	c   0.4s|     1 |     0 |   392 |     - |  10M|   0 |  57 |1973 |3416 |1973 |1705 |  31 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.66	c   0.6s|     1 |     0 |   817 |     - |  10M|   0 |  64 |1973 |3416 |1973 |1711 |  37 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.80	c   0.8s|     1 |     0 |   946 |     - |  10M|   0 |  91 |1973 |3416 |1973 |1718 |  44 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.00/1.07	c   1.0s|     1 |     0 |  1406 |     - |  11M|   0 |  73 |1973 |3416 |1973 |1725 |  51 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.69/1.74	c   1.7s|     1 |     2 |  1406 |     - |  11M|   0 |  73 |1973 |3416 |1973 |1725 |  51 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
4.89/4.98	o 837
4.89/4.98	c * 5.0s|    12 |    11 |  2441 |  94.1 |  11M|  11 |   - |1973 |3416 |1973 |1712 |  51 |   0 | 180 | 0.000000e+00 | 8.370000e+02 |    Inf 
12.00/12.05	o 689
12.00/12.05	c *12.0s|   162 |   140 |  6205 |  29.8 |  12M|  28 |   - |1973 |3427 |1973 |1716 | 136 |  11 | 696 | 0.000000e+00 | 6.890000e+02 |    Inf 
12.00/12.05	o 611
12.00/12.05	c *12.0s|   163 |   128 |  6205 |  29.6 |  12M|  28 |   - |1973 |3427 |1973 |1716 | 136 |  11 | 696 | 0.000000e+00 | 6.110000e+02 |    Inf 
12.19/12.28	o 457
12.19/12.28	c *12.3s|   215 |   112 |  6621 |  24.4 |  12M|  28 |   - |1973 |3492 |1973 |1715 | 160 |  76 | 714 | 0.000000e+00 | 4.570000e+02 |    Inf 
12.29/12.37	o 418
12.29/12.37	c *12.3s|   253 |   127 |  6853 |  21.6 |  13M|  28 |   - |1973 |3516 |1973 |1725 | 189 | 100 | 718 | 0.000000e+00 | 4.180000e+02 |    Inf 
12.39/12.47	o 301
12.39/12.47	c *12.4s|   280 |   117 |  7109 |  20.4 |  13M|  28 |   - |1973 |3548 |1973 |1725 | 226 | 132 | 730 | 0.000000e+00 | 3.010000e+02 |    Inf 
12.49/12.57	o 165
12.49/12.57	c *12.5s|   322 |    90 |  7372 |  18.6 |  13M|  32 |   - |1973 |3596 |1973 |1716 | 230 | 180 | 744 | 0.000000e+00 | 1.650000e+02 |    Inf 
12.99/13.02	o 155
12.99/13.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.99/13.02	c *13.0s|   361 |    98 |  8047 |  18.4 |  13M|  32 |   - |1973 |3621 |1973 |1712 | 238 | 205 | 805 | 0.000000e+00 | 1.550000e+02 |    Inf 
20.19/20.23	o 128
20.19/20.23	c *20.2s|  3158 |   569 | 44270 |  13.6 |  16M|  45 |   - |1973 |4805 |1973 |1718 | 934 |2945 | 970 | 0.000000e+00 | 1.280000e+02 |    Inf 
25.99/26.04	o 124
25.99/26.04	c *26.0s|  4856 |   920 | 77394 |  15.7 |  21M|  59 |   - |1973 |4742 |1973 |1724 |1210 |4671 |1079 | 0.000000e+00 | 1.240000e+02 |    Inf 
31.49/31.55	o 117
31.49/31.55	c *31.5s|  6935 |  1421 |105497 |  15.0 |  25M|  59 |   - |1973 |5838 |1973 |1721 |1756 |7015 |1151 | 0.000000e+00 | 1.170000e+02 |    Inf 
35.20/35.22	o 100
35.20/35.22	c *35.2s|  8590 |  1708 |123205 |  14.2 |  27M|  64 |   - |1973 |5969 |1973 |1722 |2077 |8683 |1160 | 0.000000e+00 | 1.000000e+02 |    Inf 
38.50/38.51	c  38.5s| 10000 |  1851 |138259 |  13.7 |  28M|  64 |   - |1973 |5524 |   0 |   0 |2361 |  10k|1244 | 0.000000e+00 | 1.000000e+02 |    Inf 
39.79/39.87	o 94
39.79/39.87	c *39.8s| 10618 |  1906 |145105 |  13.5 |  29M|  64 |   - |1973 |5847 |1973 |1716 |2535 |  10k|1258 | 0.000000e+00 | 9.400000e+01 |    Inf 
46.49/46.53	o 73
46.49/46.53	c *46.5s| 13531 |  2029 |177982 |  13.1 |  30M|  64 |   - |1973 |5491 |1973 |1719 |3052 |  14k|1328 | 0.000000e+00 | 7.300000e+01 |    Inf 
52.89/52.90	o 71
52.89/52.90	c l52.9s| 16327 |  2112 |213175 |  13.0 |  31M|  68 |   - |1973 |5502 |1973 |1720 |3743 |  17k|1372 | 0.000000e+00 | 7.100000e+01 |    Inf 
61.30/61.37	c  61.3s| 20000 |  2230 |258411 |  12.9 |  33M|  68 |   6 |1973 |6124 |1973 |1712 |4390 |  22k|1484 | 0.000000e+00 | 7.100000e+01 |    Inf 
67.29/67.39	o 62
67.29/67.39	c *67.4s| 22634 |  2283 |292322 |  12.9 |  34M|  68 |   - |1973 |6118 |1973 |1714 |4713 |  25k|1492 | 0.000000e+00 | 6.200000e+01 |    Inf 
67.39/67.40	o 57
67.39/67.40	c *67.4s| 22635 |  2145 |292323 |  12.9 |  32M|  68 |   - |1973 |6118 |1973 |1714 |4713 |  25k|1492 | 0.000000e+00 | 5.700000e+01 |    Inf 
71.79/71.89	o 45
71.79/71.89	c *71.9s| 24779 |  2124 |318641 |  12.8 |  32M|  68 |   - |1973 |6253 |1973 |1718 |5179 |  27k|1492 | 0.000000e+00 | 4.500000e+01 |    Inf 
75.69/75.80	o 43
75.69/75.80	c *75.8s| 26338 |  2083 |344183 |  13.0 |  32M|  68 |   - |1973 |5254 |1973 |1732 |5361 |  29k|1497 | 0.000000e+00 | 4.300000e+01 |    Inf 
76.79/76.88	o 41
76.79/76.88	c *76.9s| 26877 |  2031 |350849 |  13.0 |  32M|  68 |   - |1973 |5545 |1973 |1712 |5460 |  30k|1497 | 0.000000e+00 | 4.100000e+01 |    Inf 
82.99/83.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
82.99/83.08	c  83.1s| 30000 |  2108 |388446 |  12.9 |  33M|  68 |   - |1973 |7222 |   0 |   0 |6061 |  34k|1497 | 0.000000e+00 | 4.100000e+01 |    Inf 
101.89/101.90	o 36
101.89/101.90	c * 102s| 38998 |  1939 |499568 |  12.8 |  33M|  68 |   - |1973 |8651 |1973 |1721 |7601 |  45k|1563 | 0.000000e+00 | 3.600000e+01 |    Inf 
101.89/101.90	o 16
101.89/101.90	c * 102s| 38999 |  1177 |499568 |  12.8 |  26M|  68 |   - |1973 |8651 |1973 |1721 |7601 |  45k|1563 | 0.000000e+00 | 1.600000e+01 |    Inf 
103.70/103.74	c   104s| 40000 |  1179 |511982 |  12.8 |  26M|  68 |  12 |1973 |8503 |1973 |1712 |7776 |  46k|1563 | 0.000000e+00 | 1.600000e+01 |    Inf 
124.50/124.51	c   124s| 50000 |  1257 |648897 |  13.0 |  28M|  68 |   - |1973 |  10k|1973 |1728 |9496 |  60k|1855 | 0.000000e+00 | 1.600000e+01 |    Inf 
144.89/144.95	c   145s| 60000 |  1355 |779694 |  13.0 |  31M|  68 |   9 |1973 |  14k|1973 |1712 |  11k|  73k|2072 | 0.000000e+00 | 1.600000e+01 |    Inf 
167.90/167.99	c   168s| 70000 |  1142 |929660 |  13.3 |  29M|  68 |  22 |1973 |  11k|1973 |1712 |  12k|  87k|2418 | 0.000000e+00 | 1.600000e+01 |    Inf 
191.89/191.95	c   192s| 80000 |  1127 |  1093k|  13.6 |  30M|  68 |   - |1973 |  13k|   0 |   0 |  13k|  99k|2681 | 0.000000e+00 | 1.600000e+01 |    Inf 
217.60/217.67	c   218s| 90000 |  1226 |  1265k|  14.0 |  33M|  68 |  30 |1973 |  18k|1973 |1712 |  14k| 112k|2908 | 0.000000e+00 | 1.600000e+01 |    Inf 
243.30/243.38	c   243s|100000 |  1122 |  1430k|  14.3 |  33M|  68 |   - |1973 |  19k|   0 |   0 |  15k| 125k|3155 | 0.000000e+00 | 1.600000e+01 |    Inf 
267.20/267.24	c   267s|110000 |  1067 |  1576k|  14.3 |  33M|  68 |  18 |1973 |  19k|1973 |1722 |  16k| 138k|3447 | 0.000000e+00 | 1.600000e+01 |    Inf 
290.61/290.60	c   291s|120000 |  1222 |  1720k|  14.3 |  36M|  68 |   - |1973 |  23k|1973 |1712 |  18k| 151k|3589 | 0.000000e+00 | 1.600000e+01 |    Inf 
313.61/313.63	c   314s|130000 |  1379 |  1855k|  14.3 |  39M|  68 |   - |1973 |  25k|1973 |1712 |  19k| 165k|3788 | 0.000000e+00 | 1.600000e+01 |    Inf 
338.11/338.12	c   338s|140000 |  1192 |  2002k|  14.3 |  35M|  68 |  19 |1973 |  18k|1973 |1712 |  21k| 179k|3981 | 0.000000e+00 | 1.600000e+01 |    Inf 
360.50/360.57	c   361s|150000 |  1231 |  2132k|  14.2 |  37M|  68 |  19 |1973 |  22k|1973 |1720 |  22k| 191k|4163 | 0.000000e+00 | 1.600000e+01 |    Inf 
385.20/385.23	o 10
385.20/385.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
385.20/385.23	c * 385s|159657 |   802 |  2272k|  14.2 |  32M|  68 |   - |1973 |  22k|1973 |1712 |  23k| 204k|4395 | 0.000000e+00 | 1.000000e+01 |    Inf 
386.01/386.09	c   386s|160000 |   795 |  2277k|  14.2 |  32M|  68 |   - |1973 |  22k|1973 |1712 |  23k| 204k|4395 | 0.000000e+00 | 1.000000e+01 |    Inf 
411.31/411.35	c   411s|170000 |   775 |  2441k|  14.4 |  31M|  68 |   - |1973 |  18k|1973 |1712 |  24k| 217k|4696 | 0.000000e+00 | 1.000000e+01 |    Inf 
433.71/433.72	c   434s|180000 |  1107 |  2580k|  14.3 |  35M|  68 |  29 |1973 |  23k|1973 |1721 |  25k| 230k|4804 | 0.000000e+00 | 1.000000e+01 |    Inf 
457.91/457.92	c   458s|190000 |  1560 |  2725k|  14.3 |  37M|  68 |   - |1973 |  23k|   0 |   0 |  26k| 243k|4987 | 0.000000e+00 | 1.000000e+01 |    Inf 
479.91/479.96	c   480s|200000 |  1769 |  2853k|  14.3 |  40M|  68 |  14 |1973 |  25k|1973 |1712 |  27k| 256k|5082 | 0.000000e+00 | 1.000000e+01 |    Inf 
505.11/505.10	c   505s|210000 |  2211 |  3009k|  14.3 |  44M|  68 |  35 |1973 |  28k|1973 |1712 |  28k| 269k|5200 | 0.000000e+00 | 1.000000e+01 |    Inf 
531.11/531.16	c   531s|220000 |  2533 |  3167k|  14.4 |  46M|  68 |   - |1973 |  28k|1973 |1712 |  29k| 282k|5360 | 0.000000e+00 | 1.000000e+01 |    Inf 
556.92/556.98	c   557s|230000 |  2769 |  3320k|  14.4 |  48M|  68 |  25 |1973 |  29k|1973 |1712 |  30k| 295k|5475 | 0.000000e+00 | 1.000000e+01 |    Inf 
582.11/582.10	c   582s|240000 |  2894 |  3468k|  14.4 |  50M|  68 |  33 |1973 |  29k|1973 |1712 |  31k| 309k|5560 | 0.000000e+00 | 1.000000e+01 |    Inf 
608.51/608.51	c   608s|250000 |  2981 |  3628k|  14.5 |  50M|  68 |  29 |1973 |  28k|1973 |1712 |  32k| 322k|5700 | 0.000000e+00 | 1.000000e+01 |    Inf 
633.71/633.79	c   634s|260000 |  3124 |  3776k|  14.5 |  51M|  68 |   - |1973 |  27k|1973 |1712 |  33k| 336k|5839 | 0.000000e+00 | 1.000000e+01 |    Inf 
657.82/657.81	c   658s|270000 |  3258 |  3910k|  14.5 |  53M|  68 |  21 |1973 |  29k|1973 |1712 |  34k| 350k|5943 | 0.000000e+00 | 1.000000e+01 |    Inf 
681.31/681.33	c   681s|280000 |  3342 |  4045k|  14.4 |  55M|  68 |   - |1973 |  30k|1973 |1724 |  35k| 363k|6029 | 0.000000e+00 | 1.000000e+01 |    Inf 
705.92/705.99	c   706s|290000 |  3243 |  4187k|  14.4 |  54M|  68 |   - |1973 |  27k|   0 |   0 |  36k| 377k|6150 | 0.000000e+00 | 1.000000e+01 |    Inf 
729.52/729.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
729.52/729.54	c   730s|300000 |  3279 |  4322k|  14.4 |  56M|  68 |   - |1973 |  30k|1973 |1712 |  37k| 391k|6236 | 0.000000e+00 | 1.000000e+01 |    Inf 
753.52/753.57	c   754s|310000 |  3249 |  4456k|  14.4 |  55M|  68 |  21 |1973 |  28k|1973 |1716 |  38k| 405k|6343 | 0.000000e+00 | 1.000000e+01 |    Inf 
777.02/777.07	c   777s|320000 |  3124 |  4585k|  14.3 |  54M|  68 |  16 |1973 |  27k|1973 |1712 |  39k| 419k|6444 | 0.000000e+00 | 1.000000e+01 |    Inf 
801.22/801.21	c   801s|330000 |  2440 |  4715k|  14.3 |  47M|  68 |  21 |1973 |  22k|1973 |1712 |  40k| 433k|6539 | 0.000000e+00 | 1.000000e+01 |    Inf 
824.82/824.83	c   825s|340000 |  2356 |  4850k|  14.3 |  47M|  68 |   - |1973 |  24k|   0 |   0 |  41k| 447k|6659 | 0.000000e+00 | 1.000000e+01 |    Inf 
849.13/849.12	c   849s|350000 |  2493 |  4989k|  14.3 |  50M|  68 |  19 |1973 |  27k|1973 |1712 |  42k| 460k|6745 | 0.000000e+00 | 1.000000e+01 |    Inf 
872.82/872.87	c   873s|360000 |  2106 |  5110k|  14.2 |  45M|  68 |   - |1973 |  21k|1973 |1712 |  43k| 474k|6908 | 0.000000e+00 | 1.000000e+01 |    Inf 
896.13/896.19	c   896s|370000 |  1433 |  5249k|  14.2 |  40M|  68 |  17 |1973 |  20k|1973 |1712 |  44k| 488k|6949 | 0.000000e+00 | 1.000000e+01 |    Inf 
919.43/919.44	c   919s|380000 |   887 |  5392k|  14.2 |  33M|  68 |  22 |1973 |  13k|1973 |1712 |  45k| 502k|7121 | 0.000000e+00 | 1.000000e+01 |    Inf 
944.53/944.59	c   945s|390000 |   887 |  5573k|  14.3 |  34M|  68 |   - |1973 |  16k|1973 |1712 |  46k| 515k|7223 | 0.000000e+00 | 1.000000e+01 |    Inf 
969.13/969.12	c   969s|400000 |   888 |  5734k|  14.3 |  36M|  68 |  15 |1973 |  20k|1973 |1712 |  47k| 529k|7305 | 0.000000e+00 | 1.000000e+01 |    Inf 
993.24/993.26	c   993s|410000 |   922 |  5888k|  14.4 |  38M|  68 |  22 |1973 |  24k|1973 |1712 |  48k| 542k|7417 | 0.000000e+00 | 1.000000e+01 |    Inf 
1016.63/1016.64	c  1017s|420000 |   975 |  6017k|  14.3 |  38M|  68 |   - |1973 |  22k|1973 |1712 |  49k| 554k|7561 | 0.000000e+00 | 1.000000e+01 |    Inf 
1043.63/1043.60	c  1044s|430000 |  1042 |  6188k|  14.4 |  39M|  68 |  22 |1973 |  23k|1973 |1712 |  50k| 567k|7654 | 0.000000e+00 | 1.000000e+01 |    Inf 
1069.83/1069.86	c  1070s|440000 |  1152 |  6336k|  14.4 |  40M|  68 |   - |1973 |  24k|1973 |1712 |  50k| 580k|7762 | 0.000000e+00 | 1.000000e+01 |    Inf 
1095.93/1095.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1095.93/1095.93	c  1096s|450000 |  1216 |  6472k|  14.4 |  43M|  68 |  26 |1973 |  29k|1973 |1712 |  50k| 593k|7846 | 0.000000e+00 | 1.000000e+01 |    Inf 
1121.63/1121.68	c  1122s|460000 |  1244 |  6603k|  14.4 |  42M|  71 |   - |1973 |  27k|   0 |   0 |  51k| 607k|7945 | 0.000000e+00 | 1.000000e+01 |    Inf 
1150.14/1150.13	c  1150s|470000 |  1253 |  6781k|  14.4 |  43M|  71 |   - |1973 |  27k|1973 |1712 |  52k| 620k|8050 | 0.000000e+00 | 1.000000e+01 |    Inf 
1179.04/1179.05	c  1179s|480000 |  1285 |  6962k|  14.5 |  44M|  71 |  12 |1973 |  28k|1973 |1712 |  52k| 634k|8144 | 0.000000e+00 | 1.000000e+01 |    Inf 
1209.13/1209.16	c  1209s|490000 |  1378 |  7155k|  14.6 |  45M|  71 |  27 |1973 |  31k|1973 |1712 |  53k| 647k|8243 | 0.000000e+00 | 1.000000e+01 |    Inf 
1235.54/1235.57	c  1236s|500000 |  1262 |  7310k|  14.6 |  42M|  71 |  18 |1973 |  24k|1973 |1712 |  54k| 661k|8358 | 0.000000e+00 | 1.000000e+01 |    Inf 
1258.24/1258.26	c  1258s|510000 |  1352 |  7427k|  14.6 |  44M|  71 |   - |1973 |  29k|   0 |   0 |  55k| 673k|8451 | 0.000000e+00 | 1.000000e+01 |    Inf 
1282.44/1282.48	c  1282s|520000 |  1463 |  7548k|  14.5 |  46M|  71 |   - |1973 |  31k|1973 |1712 |  56k| 686k|8526 | 0.000000e+00 | 1.000000e+01 |    Inf 
1306.54/1306.51	c  1306s|530000 |  1589 |  7662k|  14.5 |  47M|  71 |  13 |1973 |  31k|1973 |1712 |  57k| 699k|8544 | 0.000000e+00 | 1.000000e+01 |    Inf 
1331.05/1331.07	c  1331s|540000 |  1638 |  7785k|  14.4 |  50M|  71 |   - |1973 |  36k|1973 |1712 |  58k| 712k|8641 | 0.000000e+00 | 1.000000e+01 |    Inf 
1357.04/1357.02	c  1357s|550000 |  1698 |  7901k|  14.4 |  51M|  71 |   - |1973 |  38k|1973 |1712 |  59k| 725k|8723 | 0.000000e+00 | 1.000000e+01 |    Inf 
1383.25/1383.23	c  1383s|560000 |  1798 |  8022k|  14.3 |  51M|  71 |  18 |1973 |  39k|1973 |1712 |  60k| 738k|8743 | 0.000000e+00 | 1.000000e+01 |    Inf 
1409.34/1409.33	c  1409s|570000 |  1817 |  8139k|  14.3 |  52M|  71 |  20 |1973 |  39k|1973 |1712 |  61k| 751k|8826 | 0.000000e+00 | 1.000000e+01 |    Inf 
1434.45/1434.47	c  1434s|580000 |  1753 |  8248k|  14.2 |  50M|  71 |   - |1973 |  33k|1973 |1712 |  62k| 764k|8904 | 0.000000e+00 | 1.000000e+01 |    Inf 
1459.54/1459.55	c  1460s|590000 |  1766 |  8372k|  14.2 |  51M|  71 |  10 |1973 |  35k|1973 |1712 |  63k| 777k|8933 | 0.000000e+00 | 1.000000e+01 |    Inf 
1486.05/1486.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1486.05/1486.09	c  1486s|600000 |  1780 |  8504k|  14.2 |  51M|  71 |   - |1973 |  36k|1973 |1712 |  64k| 790k|9015 | 0.000000e+00 | 1.000000e+01 |    Inf 
1512.05/1512.01	c  1512s|610000 |  1852 |  8629k|  14.1 |  53M|  71 |   - |1973 |  38k|   0 |   0 |  65k| 804k|9097 | 0.000000e+00 | 1.000000e+01 |    Inf 
1538.75/1538.79	c  1539s|620000 |  2038 |  8765k|  14.1 |  52M|  71 |  19 |1973 |  31k|1973 |1712 |  65k| 817k|9142 | 0.000000e+00 | 1.000000e+01 |    Inf 
1562.06/1562.09	c  1562s|630000 |  2033 |  8889k|  14.1 |  52M|  71 |   - |1973 |  30k|   0 |   0 |  67k| 830k|9200 | 0.000000e+00 | 1.000000e+01 |    Inf 
1585.16/1585.15	c  1585s|640000 |  2098 |  9005k|  14.1 |  55M|  71 |   - |1973 |  36k|1973 |1712 |  67k| 844k|9269 | 0.000000e+00 | 1.000000e+01 |    Inf 
1610.55/1610.57	c  1611s|650000 |  2013 |  9130k|  14.0 |  52M|  71 |   - |1973 |  30k|   0 |   0 |  68k| 858k|9319 | 0.000000e+00 | 1.000000e+01 |    Inf 
1633.75/1633.71	c  1634s|660000 |  2107 |  9245k|  14.0 |  54M|  71 |  18 |1973 |  34k|1973 |1712 |  69k| 871k|9360 | 0.000000e+00 | 1.000000e+01 |    Inf 
1659.56/1659.52	c  1659s|670000 |  2102 |  9375k|  14.0 |  55M|  71 |  20 |1973 |  35k|1973 |1712 |  70k| 885k|9447 | 0.000000e+00 | 1.000000e+01 |    Inf 
1686.56/1686.59	c  1687s|680000 |  2136 |  9514k|  14.0 |  55M|  71 |   - |1973 |  36k|   0 |   0 |  71k| 897k|9509 | 0.000000e+00 | 1.000000e+01 |    Inf 
1712.15/1712.13	c  1712s|690000 |  2102 |  9644k|  14.0 |  54M|  71 |   - |1973 |  31k|   0 |   0 |  72k| 911k|9542 | 0.000000e+00 | 1.000000e+01 |    Inf 
1736.46/1736.41	c  1736s|700000 |  2176 |  9758k|  13.9 |  55M|  71 |  10 |1973 |  33k|1973 |1712 |  73k| 924k|9610 | 0.000000e+00 | 1.000000e+01 |    Inf 
1760.75/1760.73	c  1761s|710000 |  2345 |  9874k|  13.9 |  57M|  71 |  21 |1973 |  36k|1973 |1712 |  74k| 938k|9666 | 0.000000e+00 | 1.000000e+01 |    Inf 
1786.06/1786.09	c  1786s|720000 |  2445 |  9999k|  13.9 |  58M|  71 |  25 |1973 |  37k|1973 |1722 |  75k| 952k|9686 | 0.000000e+00 | 1.000000e+01 |    Inf 
1790.06/1790.00	c 
1790.06/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.06/1790.00	c Solving Time (sec) : 1789.98
1790.06/1790.00	c Solving Nodes      : 721573
1790.06/1790.00	c Primal Bound       : +1.00000000000000e+01 (91 solutions)
1790.06/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.06/1790.00	c Gap                : infinite
1790.06/1790.01	s SATISFIABLE
1790.06/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.06/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.06/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.06/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.06/1790.01	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.06/1790.01	v -x125 -x124 -x123 x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 
1790.06/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.06/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.06/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.06/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.06/1790.01	v -x1 
1790.06/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.06/1790.01	c Solving Time       :    1789.98
1790.06/1790.01	c Original Problem   :
1790.06/1790.01	c   Problem name     : HOME/instance-2705589-1278572957.wbo
1790.06/1790.01	c   Variables        : 2085 (1158 binary, 0 integer, 927 implicit integer, 0 continuous)
1790.06/1790.01	c   Constraints      : 3635 initial, 3635 maximal
1790.06/1790.01	c Presolved Problem  :
1790.06/1790.01	c   Problem name     : t_HOME/instance-2705589-1278572957.wbo
1790.06/1790.01	c   Variables        : 1973 (1102 binary, 0 integer, 871 implicit integer, 0 continuous)
1790.06/1790.01	c   Constraints      : 3416 initial, 40403 maximal
1790.06/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.06/1790.01	c   trivial          :       0.00         56          0          0          0          0          0          0          0
1790.06/1790.01	c   dualfix          :       0.00         56          0          0          0          0          0          0          0
1790.06/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.06/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.01	c   setppc           :       0.00          0          0          0          0          0         49          0          0
1790.06/1790.01	c   linear           :       0.05          0          0          0        929          0        114         56          0
1790.06/1790.01	c   indicator        :       0.00          0          0          0          0          0         56          0          0
1790.06/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.06/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.06/1790.01	c   root node        :          -       1580          -          -       1580          -          -          -          -
1790.06/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.06/1790.01	c   integral         :          0          0          0     400199          0        269       2888          0          0     767910
1790.06/1790.01	c   knapsack         :          1          6    3367252      13563          2      43554    8494387          0          0          0
1790.06/1790.01	c   setppc           :         72          6    3328525      13511          2      61925    2396140          0          0          0
1790.06/1790.01	c   linear           :        871          6    3267369      13594          2      54770    3257608      75536          0          0
1790.06/1790.01	c   indicator        :        871          0    3211233      13616          2        760    1659045          0          0          0
1790.06/1790.01	c   logicor          :       1601+         6    1620755       1547          2      94223    5856970          0          0          0
1790.06/1790.01	c   bounddisjunction :          0+         0     272908          0          0        282       3761          0          0          0
1790.06/1790.01	c   countsols        :          0          0          0       1547          2          0          0          0          0          0
1790.06/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.06/1790.01	c   integral         :      43.11       0.00       0.00      43.11       0.00
1790.06/1790.01	c   knapsack         :      32.11       0.00      32.10       0.01       0.00
1790.06/1790.01	c   setppc           :      15.15       0.00      15.14       0.01       0.00
1790.06/1790.01	c   linear           :      39.22       0.00      38.84       0.38       0.00
1790.06/1790.01	c   indicator        :      14.07       0.01      13.74       0.31       0.00
1790.06/1790.01	c   logicor          :     239.39       0.00     239.37       0.02       0.00
1790.06/1790.01	c   bounddisjunction :       0.61       0.00       0.61       0.00       0.00
1790.06/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.06/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.06/1790.01	c   vbounds          :       0.56      30374          1       1657
1790.06/1790.01	c   rootredcost      :       0.51         23          0        790
1790.06/1790.01	c   pseudoobj        :      48.35    3379216       6450    1819219
1790.06/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.06/1790.01	c   propagation      :       9.62     261204     260916    1582688       26.4       6647       24.0          -
1790.06/1790.01	c   infeasible LP    :      20.08     115415     115413     903098       44.5       1154       15.3          0
1790.06/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.06/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.06/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.06/1790.01	c   applied globally :          -          -          -     954407       27.5          -          -          -
1790.06/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.06/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.06/1790.01	c   cut pool         :       0.00          5          -          -         93          -    (maximal pool size: 739)
1790.06/1790.01	c   redcost          :      14.73     403489          0      33842          0          0
1790.06/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1790.06/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.06/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.06/1790.01	c   gomory           :       0.30          6          0          0       1018          0
1790.06/1790.01	c   strongcg         :       0.26          6          0          0       2077          0
1790.06/1790.01	c   cmir             :       0.03          6          0          0          1          0
1790.06/1790.01	c   flowcover        :       0.05          6          0          0          2          0
1790.06/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.06/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.06/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.06/1790.01	c   rapidlearning    :       0.05          1          0          0          0          0
1790.06/1790.01	c Pricers            :       Time      Calls       Vars
1790.06/1790.01	c   problem variables:       0.00          0          0
1790.06/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.06/1790.01	c   relpscost        :      42.81     386579        269       2888          0          0     767910
1790.06/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.06/1790.01	c   inference        :       0.23       1527          0          0          0          0       3054
1790.06/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.06/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.06/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.06/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.06/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.06/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.06/1790.01	c   LP solutions     :       0.01          -         22
1790.06/1790.01	c   pseudo solutions :       0.00          -          0
1790.06/1790.01	c   oneopt           :       0.30         20          0
1790.06/1790.01	c   feaspump         :       0.02          1          0
1790.06/1790.01	c   crossover        :       0.66         18          0
1790.06/1790.01	c   fracdiving       :       0.52         92          0
1790.06/1790.01	c   veclendiving     :       0.38         92          0
1790.06/1790.01	c   linesearchdiving :       0.29         92          1
1790.06/1790.01	c   guideddiving     :       0.38         93          0
1790.06/1790.01	c   coefdiving       :       0.57         93          0
1790.06/1790.01	c   pscostdiving     :       0.34         93          0
1790.06/1790.01	c   objpscostdiving  :       0.25         47          0
1790.06/1790.01	c   rootsoldiving    :       0.37         47          0
1790.06/1790.01	c   trivial          :       0.00          2          0
1790.06/1790.01	c   simplerounding   :       0.48     386719          0
1790.06/1790.01	c   zirounding       :       0.20       1000          0
1790.06/1790.01	c   rounding         :       0.76       8707          0
1790.06/1790.01	c   shifting         :       0.75       2726          0
1790.06/1790.01	c   intshifting      :       0.01          0          0
1790.06/1790.01	c   twoopt           :       0.00          0          0
1790.06/1790.01	c   fixandinfer      :       0.00          0          0
1790.06/1790.01	c   intdiving        :       0.00          0          0
1790.06/1790.01	c   actconsdiving    :       0.00          0          0
1790.06/1790.01	c   octane           :       0.00          0          0
1790.06/1790.01	c   rens             :       0.04          1          0
1790.06/1790.01	c   rins             :       0.00          0          0
1790.06/1790.01	c   localbranching   :       0.00          0          0
1790.06/1790.01	c   mutation         :       0.00          0          0
1790.06/1790.01	c   dins             :       0.00          0          0
1790.06/1790.01	c   undercover       :       0.00          0          0
1790.06/1790.01	c   nlp              :       0.12          0          0
1790.06/1790.01	c   trysol           :       0.20         99         68
1790.06/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.06/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.06/1790.01	c   dual LP          :     959.96     512791   10004964      19.51   10422.25
1790.06/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.06/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.06/1790.01	c   diving/probing LP:       2.06       1538      13053       8.49    6342.69
1790.06/1790.01	c   strong branching :      39.13       9695     407421      42.02   10412.42
1790.06/1790.01	c     (at root node) :          -         15       4752     316.80          -
1790.06/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.06/1790.01	c B&B Tree           :
1790.06/1790.01	c   number of runs   :          1
1790.06/1790.01	c   nodes            :     721573
1790.06/1790.01	c   nodes (total)    :     721573
1790.06/1790.01	c   nodes left       :       2443
1790.06/1790.01	c   max depth        :         71
1790.06/1790.01	c   max depth (total):         71
1790.06/1790.01	c   backtracks       :      91670 (12.7%)
1790.06/1790.01	c   delayed cutoffs  :      44858
1790.06/1790.01	c   repropagations   :    1323193 (3930099 domain reductions, 40607 cutoffs)
1790.06/1790.01	c   avg switch length:       5.32
1790.06/1790.01	c   switching time   :     199.75
1790.06/1790.01	c Solution           :
1790.06/1790.01	c   Solutions found  :         91 (23 improvements)
1790.06/1790.01	c   First Solution   : +8.37000000000000e+02   (in run 1, after 12 nodes, 4.96 seconds, depth 11, found by <relaxation>)
1790.06/1790.01	c   Primal Bound     : +1.00000000000000e+01   (in run 1, after 159657 nodes, 385.21 seconds, depth 35, found by <relaxation>)
1790.06/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.06/1790.01	c   Gap              :   infinite
1790.06/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.06/1790.01	c   Root Iterations  :       1406
1790.06/1790.09	c Time complete: 1790.16.

Verifier Data

OK	10

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705589-1278572957/watcher-2705589-1278572957 -o /tmp/evaluation-result-2705589-1278572957/solver-2705589-1278572957 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705589-1278572957.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.18 0.05 0.01 4/178 22375
/proc/meminfo: memFree=28610232/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=12552 CPUtime=0
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 1973 0 0 0 0 0 0 0 25 0 1 0 25510493 12853248 1891 4089446400 4194304 10345943 140735671484160 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22375/statm: 3138 1891 429 1502 0 1631 0

[startup+0.0574959 s]
/proc/loadavg: 0.18 0.05 0.01 4/178 22375
/proc/meminfo: memFree=28610232/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=26472 CPUtime=0.04
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 5641 0 0 0 4 0 0 0 25 0 1 0 25510493 27107328 5205 4089446400 4194304 10345943 140735671484160 18446744073709551615 5017650 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 6618 5205 534 1502 0 5111 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26472

[startup+0.10049 s]
/proc/loadavg: 0.18 0.05 0.01 4/178 22375
/proc/meminfo: memFree=28610232/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=27496 CPUtime=0.09
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 5957 0 0 0 9 0 0 0 25 0 1 0 25510493 28155904 5521 4089446400 4194304 10345943 140735671484160 18446744073709551615 5093471 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 6874 5521 561 1502 0 5367 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27496

[startup+0.300451 s]
/proc/loadavg: 0.18 0.05 0.01 4/178 22375
/proc/meminfo: memFree=28610232/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=38112 CPUtime=0.29
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 12562 0 0 0 27 2 0 0 18 0 1 0 25510493 39026688 7911 4089446400 4194304 10345943 140735671484160 18446744073709551615 8930784 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 9528 7911 758 1502 0 8021 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38112

[startup+0.700372 s]
/proc/loadavg: 0.18 0.05 0.01 4/178 22375
/proc/meminfo: memFree=28610232/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=41848 CPUtime=0.69
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 13360 0 0 0 67 2 0 0 18 0 1 0 25510493 42852352 8709 4089446400 4194304 10345943 140735671484160 18446744073709551615 6195983 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 10462 8709 762 1502 0 8955 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41848

[startup+1.50022 s]
/proc/loadavg: 0.18 0.05 0.01 3/179 22376
/proc/meminfo: memFree=28573644/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=49200 CPUtime=1.49
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 18488 0 0 0 146 3 0 0 19 0 1 0 25510493 50380800 10472 4089446400 4194304 10345943 140735671484160 18446744073709551615 7605823 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 12300 10472 807 1502 0 10793 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49200

[startup+3.10092 s]
/proc/loadavg: 0.32 0.08 0.02 3/179 22376
/proc/meminfo: memFree=28572540/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=48212 CPUtime=3.09
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 20104 0 0 0 305 4 0 0 25 0 1 0 25510493 49369088 10025 4089446400 4194304 10345943 140735671484160 18446744073709551615 6880245 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 12053 10025 807 1502 0 10546 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48212

[startup+6.30032 s]
/proc/loadavg: 0.32 0.08 0.02 3/179 22376
/proc/meminfo: memFree=28571056/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=48768 CPUtime=6.29
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 23269 0 0 0 623 6 0 0 25 0 1 0 25510493 49938432 10289 4089446400 4194304 10345943 140735671484160 18446744073709551615 7591089 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 12192 10289 803 1502 0 10685 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48768

[startup+12.7011 s]
/proc/loadavg: 0.58 0.14 0.04 3/179 22377
/proc/meminfo: memFree=28566840/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=51148 CPUtime=12.69
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 30566 0 0 0 1258 11 0 0 25 0 1 0 25510493 52375552 10655 4089446400 4194304 10345943 140735671484160 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 12787 10655 803 1502 0 11280 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51148

[startup+25.5007 s]
/proc/loadavg: 0.80 0.20 0.07 3/179 22377
/proc/meminfo: memFree=28529936/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=64560 CPUtime=25.49
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 59294 0 0 0 2527 22 0 0 25 0 1 0 25510493 66109440 14518 4089446400 4194304 10345943 140735671484160 18446744073709551615 6035567 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 16140 14518 808 1502 0 14633 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64560

[startup+51.1008 s]
/proc/loadavg: 1.21 0.35 0.12 3/179 22378
/proc/meminfo: memFree=28464612/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=94048 CPUtime=51.09
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 109541 0 0 0 5070 39 0 0 25 0 1 0 25510493 96305152 21743 4089446400 4194304 10345943 140735671484160 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 23512 21743 808 1502 0 22005 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 94048

[startup+102.307 s]
/proc/loadavg: 1.68 0.62 0.22 3/179 22379
/proc/meminfo: memFree=28388168/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=107800 CPUtime=102.3
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 143116 0 0 0 10165 65 0 0 25 0 1 0 25510493 110387200 25253 4089446400 4194304 10345943 140735671484160 18446744073709551615 6119608 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 26950 25253 808 1502 0 25443 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 107800

[startup+162.301 s]
/proc/loadavg: 1.87 0.85 0.32 3/179 22381
/proc/meminfo: memFree=28301680/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=114432 CPUtime=162.3
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 169637 0 0 0 16135 95 0 0 25 0 1 0 25510493 117178368 27000 4089446400 4194304 10345943 140735671484160 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 28608 27000 808 1502 0 27101 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 114432

[startup+222.3 s]
/proc/loadavg: 1.95 1.07 0.43 3/179 22382
/proc/meminfo: memFree=28293948/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=115632 CPUtime=222.3
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 195506 0 0 0 22102 128 0 0 25 0 1 0 25510493 118407168 27236 4089446400 4194304 10345943 140735671484160 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 28908 27236 808 1502 0 27401 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 115632

[startup+282.301 s]
/proc/loadavg: 1.98 1.23 0.52 3/179 22384
/proc/meminfo: memFree=28282860/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=120308 CPUtime=282.3
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 217235 0 0 0 28071 159 0 0 25 0 1 0 25510493 123195392 28299 4089446400 4194304 10345943 140735671484160 18446744073709551615 6803589 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 30077 28299 808 1502 0 28570 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 120308

[startup+342.3 s]
/proc/loadavg: 2.04 1.39 0.62 3/179 22386
/proc/meminfo: memFree=28279808/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=122640 CPUtime=342.3
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 230974 0 0 0 34042 188 0 0 25 0 1 0 25510493 125583360 28946 4089446400 4194304 10345943 140735671484160 18446744073709551615 5614301 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 30660 28946 808 1502 0 29153 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 122640

[startup+402.301 s]
/proc/loadavg: 2.01 1.49 0.70 3/179 22387
/proc/meminfo: memFree=28272060/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=125432 CPUtime=402.31
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 250547 0 0 0 40013 218 0 0 25 0 1 0 25510493 128442368 29651 4089446400 4194304 10345943 140735671484160 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 31358 29651 808 1502 0 29851 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 125432

[startup+462.301 s]
/proc/loadavg: 2.00 1.59 0.78 3/179 22389
/proc/meminfo: memFree=28268160/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=126692 CPUtime=462.31
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 266273 0 0 0 45983 248 0 0 25 0 1 0 25510493 129732608 29879 4089446400 4194304 10345943 140735671484160 18446744073709551615 6853988 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 31673 29879 808 1502 0 30166 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 126692

[startup+522.301 s]
/proc/loadavg: 2.00 1.65 0.85 3/179 22390
/proc/meminfo: memFree=28257952/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=134228 CPUtime=522.31
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 279470 0 0 0 51954 277 0 0 25 0 1 0 25510493 137449472 31778 4089446400 4194304 10345943 140735671484160 18446744073709551615 6864730 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 33557 31778 808 1502 0 32050 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 134228

[startup+582.301 s]
/proc/loadavg: 2.00 1.72 0.93 3/179 22395
/proc/meminfo: memFree=28251028/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=138176 CPUtime=582.31
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 289334 0 0 0 57928 303 0 0 25 0 1 0 25510493 141492224 32747 4089446400 4194304 10345943 140735671484160 18446744073709551615 5031099 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 34544 32747 808 1502 0 33037 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 138176

[startup+642.3 s]
/proc/loadavg: 2.04 1.78 1.00 3/179 22397
/proc/meminfo: memFree=28243756/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=143708 CPUtime=642.32
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 298881 0 0 0 63903 329 0 0 25 0 1 0 25510493 147156992 33698 4089446400 4194304 10345943 140735671484160 18446744073709551615 6803467 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 35927 33698 808 1502 0 34420 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 143708

[startup+702.301 s]

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

/proc/meminfo: memFree=28223500/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=150124 CPUtime=1062.33
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 349401 0 0 0 105721 512 0 0 25 0 1 0 25510493 153726976 35378 4089446400 4194304 10345943 140735671484160 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 37531 35378 808 1502 0 36024 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 150124

[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.39 3/179 22409
/proc/meminfo: memFree=28222820/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=150380 CPUtime=1122.34
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 352895 0 0 0 111699 535 0 0 25 0 1 0 25510493 153989120 35379 4089446400 4194304 10345943 140735671484160 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 37595 35379 808 1502 0 36088 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 150380

[startup+1182.3 s]
/proc/loadavg: 2.00 1.95 1.42 3/179 22411
/proc/meminfo: memFree=28221036/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=149356 CPUtime=1182.33
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 357699 0 0 0 117674 559 0 0 25 0 1 0 25510493 152940544 35401 4089446400 4194304 10345943 140735671484160 18446744073709551615 6716897 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 37339 35401 808 1502 0 35832 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 149356

[startup+1242.3 s]
/proc/loadavg: 2.00 1.96 1.46 3/179 22413
/proc/meminfo: memFree=28217872/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=149928 CPUtime=1242.34
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 361929 0 0 0 123649 585 0 0 25 0 1 0 25510493 153526272 35570 4089446400 4194304 10345943 140735671484160 18446744073709551615 7566896 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 37482 35570 808 1502 0 35975 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 149928

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.48 3/179 22414
/proc/meminfo: memFree=28201320/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=149912 CPUtime=1302.34
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 367120 0 0 0 129628 606 0 0 25 0 1 0 25510493 153509888 35611 4089446400 4194304 10345943 140735671484160 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 37478 35611 808 1502 0 35971 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 149912

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.51 3/179 22416
/proc/meminfo: memFree=28199656/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=151204 CPUtime=1362.34
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 371865 0 0 0 135607 627 0 0 25 0 1 0 25510493 154832896 35933 4089446400 4194304 10345943 140735671484160 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 37801 35933 808 1502 0 36294 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 151204

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.54 3/179 22417
/proc/meminfo: memFree=28199012/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=151468 CPUtime=1422.35
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 375727 0 0 0 141591 644 0 0 25 0 1 0 25510493 155103232 35889 4089446400 4194304 10345943 140735671484160 18446744073709551615 5086809 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 37867 35889 808 1502 0 36360 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 151468

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.57 3/179 22419
/proc/meminfo: memFree=28196600/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=153308 CPUtime=1482.35
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 379568 0 0 0 147571 664 0 0 25 0 1 0 25510493 156987392 36099 4089446400 4194304 10345943 140735671484160 18446744073709551615 6869128 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 38327 36099 808 1502 0 36820 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 153308

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.59 3/179 22421
/proc/meminfo: memFree=28195936/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=153140 CPUtime=1542.35
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 384584 0 0 0 153551 684 0 0 25 0 1 0 25510493 156815360 36331 4089446400 4194304 10345943 140735671484160 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 38285 36331 808 1502 0 36778 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 153140

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.61 3/179 22422
/proc/meminfo: memFree=28195508/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=153124 CPUtime=1602.35
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 390090 0 0 0 159530 705 0 0 25 0 1 0 25510493 156798976 36387 4089446400 4194304 10345943 140735671484160 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 38281 36387 808 1502 0 36774 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 153124

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.64 3/179 22424
/proc/meminfo: memFree=28195080/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=153768 CPUtime=1662.36
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 396923 0 0 0 165509 727 0 0 25 0 1 0 25510493 157458432 36506 4089446400 4194304 10345943 140735671484160 18446744073709551615 6702867 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 38442 36506 808 1502 0 36935 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 153768

[startup+1722.3 s]
/proc/loadavg: 2.03 1.99 1.66 3/179 22425
/proc/meminfo: memFree=28194800/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=152924 CPUtime=1722.35
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 401702 0 0 0 171486 749 0 0 25 0 1 0 25510493 156594176 36462 4089446400 4194304 10345943 140735671484160 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 38231 36462 808 1502 0 36724 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 152924

[startup+1782.3 s]
/proc/loadavg: 2.01 1.99 1.68 3/179 22427
/proc/meminfo: memFree=28193520/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=155604 CPUtime=1782.35
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 404881 0 0 0 177466 769 0 0 25 0 1 0 25510493 159338496 36865 4089446400 4194304 10345943 140735671484160 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 38901 36865 808 1502 0 37394 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 155604

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

[startup+1785.5 s]
/proc/loadavg: 2.01 1.99 1.68 3/179 22427
/proc/meminfo: memFree=28193512/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=155604 CPUtime=1785.56
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 404912 0 0 0 177785 771 0 0 25 0 1 0 25510493 159338496 36896 4089446400 4194304 10345943 140735671484160 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 38901 36896 808 1502 0 37394 0
Current children cumulated CPU time (s) 1785.56
Current children cumulated vsize (KiB) 155604

[startup+1787.1 s]
/proc/loadavg: 2.01 1.99 1.68 3/179 22427
/proc/meminfo: memFree=28193388/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=155604 CPUtime=1787.16
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 404930 0 0 0 177945 771 0 0 25 0 1 0 25510493 159338496 36914 4089446400 4194304 10345943 140735671484160 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 38901 36914 808 1502 0 37394 0
Current children cumulated CPU time (s) 1787.16
Current children cumulated vsize (KiB) 155604

[startup+1788.7 s]
/proc/loadavg: 2.01 1.99 1.68 3/179 22427
/proc/meminfo: memFree=28193264/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=154692 CPUtime=1788.76
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 405038 0 0 0 178105 771 0 0 25 0 1 0 25510493 158404608 36823 4089446400 4194304 10345943 140735671484160 18446744073709551615 5085392 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 38673 36823 808 1502 0 37166 0
Current children cumulated CPU time (s) 1788.76
Current children cumulated vsize (KiB) 154692

[startup+1789.5 s]
/proc/loadavg: 2.01 1.99 1.68 3/179 22427
/proc/meminfo: memFree=28193264/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=154952 CPUtime=1789.56
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 405061 0 0 0 178184 772 0 0 25 0 1 0 25510493 158670848 36846 4089446400 4194304 10345943 140735671484160 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 38738 36846 808 1502 0 37231 0
Current children cumulated CPU time (s) 1789.56
Current children cumulated vsize (KiB) 154952

[startup+1789.9 s]
/proc/loadavg: 2.01 1.99 1.68 2/174 22444
/proc/meminfo: memFree=28518780/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=154952 CPUtime=1789.96
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 405061 0 0 0 178224 772 0 0 25 0 1 0 25510493 158670848 36846 4089446400 4194304 10345943 140735671484160 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 38738 36846 808 1502 0 37231 0
Current children cumulated CPU time (s) 1789.96
Current children cumulated vsize (KiB) 154952

[startup+1790 s]
/proc/loadavg: 2.01 1.99 1.68 2/174 22444
/proc/meminfo: memFree=28518780/32950928 swapFree=67111528/67111528
[pid=22375] ppid=22373 vsize=154952 CPUtime=1790.06
/proc/22375/stat : 22375 (pbscip.linux.x8) R 22373 22375 22227 0 -1 4202496 405061 0 0 0 178234 772 0 0 25 0 1 0 25510493 158670848 36846 4089446400 4194304 10345943 140735671484160 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22375/statm: 38738 36846 808 1502 0 37231 0
Current children cumulated CPU time (s) 1790.06
Current children cumulated vsize (KiB) 154952

Child status: 0
Real time (s): 1790.1
CPU time (s): 1790.17
CPU user time (s): 1782.44
CPU system time (s): 7.72683
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 156308

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

runsolver used 2.70159 second user time and 7.06293 second system time

The end

Launcher Data

Begin job on node114 at 2010-07-08 09:09:17
IDJOB=2705589
IDBENCH=78937
IDSOLVER=1214
FILE ID=node114/2705589-1278572957
PBS_JOBID= 11240226
Free space on /tmp= 73152 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.1900547389--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-2705589-1278572957/watcher-2705589-1278572957 -o /tmp/evaluation-result-2705589-1278572957/solver-2705589-1278572957 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705589-1278572957.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 992c28e15fa8da7f001d610f6b39cc4c
RANDOM SEED=138048810

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.824
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:     32950928 kB
MemFree:      28610760 kB
Buffers:        152872 kB
Cached:        3913660 kB
SwapCached:          0 kB
Active:        1359752 kB
Inactive:      2810228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28610760 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25552 kB
Writeback:           0 kB
AnonPages:      102800 kB
Mapped:          17380 kB
Slab:           105708 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   245880 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= 73152 MiB
End job on node114 at 2010-07-08 09:39:07