Trace number 2705517

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900584219--soft-66-100-0.wbo
MD5SUM318d96c5cecc5e1278f112ac94857622
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 benchmark417.538
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 constraints904
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 44120
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44119
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
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-2705517-1278572954.wbo>
0.00/0.02	c original problem has 2039 variables (1135 bin, 0 int, 904 impl, 0 cont) and 3612 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 18 clqs
0.00/0.07	c (round 2) 0 del vars, 115 del conss, 904 chg bounds, 43 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 18 clqs
0.00/0.08	c (round 3) 43 del vars, 314 del conss, 933 chg bounds, 170 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 18 clqs
0.00/0.09	c (round 4) 144 del vars, 314 del conss, 933 chg bounds, 170 chg sides, 0 chg coeffs, 1634 upgd conss, 210 impls, 18 clqs
0.09/0.10	c (round 5) 144 del vars, 321 del conss, 933 chg bounds, 170 chg sides, 0 chg coeffs, 1634 upgd conss, 210 impls, 18 clqs
0.09/0.14	c    (0.1s) probing: 101/1063 (9.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (6 rounds):
0.09/0.14	c  144 deleted vars, 321 deleted constraints, 933 tightened bounds, 0 added holes, 170 changed sides, 0 changed coefficients
0.09/0.14	c  1870 implications, 18 cliques
0.09/0.14	c presolved problem has 1895 variables (1063 bin, 0 int, 832 impl, 0 cont) and 3291 constraints
0.09/0.14	c       1 constraints of type <knapsack>
0.09/0.14	c      18 constraints of type <setppc>
0.09/0.14	c     832 constraints of type <linear>
0.09/0.14	c     832 constraints of type <indicator>
0.09/0.14	c    1608 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.11
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 1.2.1.3
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1789.98
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 3420
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/indicator/addCouplingCons = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.14	c   0.1s|     1 |     0 |    51 |     - |8796k|   0 |  19 |1895 |3291 |1895 |1627 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    74 |     - |8869k|   0 |  31 |1895 |3298 |1895 |1639 |  12 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   103 |     - |9144k|   0 |  31 |1895 |3298 |1895 |1648 |  21 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |   150 |     - |9506k|   0 |  43 |1895 |3298 |1895 |1656 |  29 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.46	c   0.4s|     1 |     0 |   281 |     - |9908k|   0 |  50 |1895 |3298 |1895 |1660 |  33 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.58	c   0.6s|     1 |     0 |   295 |     - |  10M|   0 |  52 |1895 |3298 |1895 |1667 |  40 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.70	c   0.7s|     1 |     0 |   359 |     - |  10M|   0 |  61 |1895 |3298 |1895 |1669 |  42 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.59/1.63	c   1.6s|     1 |     2 |   359 |     - |  10M|   0 |  61 |1895 |3298 |1895 |1669 |  42 |   0 |  12 | 0.000000e+00 |      --      |    Inf 
4.99/5.00	o 40432
4.99/5.00	c y 5.0s|    31 |    30 |  1948 |  53.0 |  11M|  29 |   - |1895 |3298 |   0 |   0 |  54 |   0 | 177 | 0.000000e+00 | 4.043200e+04 |    Inf 
6.59/6.66	o 222
6.59/6.66	c * 6.6s|    50 |    43 |  2639 |  46.5 |  11M|  29 |   - |1895 |3298 |1895 |1657 |  63 |   0 | 327 | 0.000000e+00 | 2.220000e+02 |    Inf 
7.99/8.03	o 204
7.99/8.03	c * 8.0s|    84 |    65 |  3278 |  35.2 |  11M|  29 |   - |1895 |3307 |1895 |1665 |  89 |   9 | 580 | 0.000000e+00 | 2.040000e+02 |    Inf 
8.09/8.12	o 200
8.09/8.12	c * 8.1s|   123 |    68 |  3405 |  25.0 |  11M|  30 |   - |1895 |3353 |1895 |1665 | 108 |  55 | 593 | 0.000000e+00 | 2.000000e+02 |    Inf 
8.09/8.13	o 196
8.09/8.13	c * 8.1s|   125 |    66 |  3410 |  24.6 |  11M|  30 |   - |1895 |3356 |1895 |1665 | 108 |  58 | 593 | 0.000000e+00 | 1.960000e+02 |    Inf 
8.09/8.13	o 152
8.09/8.13	c * 8.1s|   126 |    65 |  3411 |  24.4 |  11M|  30 |   - |1895 |3356 |1895 |1665 | 108 |  58 | 593 | 0.000000e+00 | 1.520000e+02 |    Inf 
9.09/9.12	o 138
9.09/9.12	c * 9.1s|   241 |   105 |  4529 |  17.4 |  12M|  30 |   - |1895 |3448 |1895 |1657 | 158 | 150 | 799 | 0.000000e+00 | 1.380000e+02 |    Inf 
9.09/9.18	o 94
9.09/9.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.09/9.18	c * 9.2s|   258 |    94 |  4639 |  16.7 |  12M|  30 |   - |1895 |3468 |1895 |1663 | 169 | 170 | 815 | 0.000000e+00 | 9.400000e+01 |    Inf 
10.00/10.01	o 90
10.00/10.01	c *10.0s|   453 |   126 |  6508 |  13.6 |  12M|  30 |   - |1895 |3597 |1895 |1657 | 278 | 350 | 960 | 0.000000e+00 | 9.000000e+01 |    Inf 
12.09/12.11	o 79
12.09/12.11	c *12.1s|  1529 |   189 | 12864 |   8.2 |  13M|  37 |   - |1895 |4135 |1895 |1667 | 640 |1322 |1083 | 0.000000e+00 | 7.900000e+01 |    Inf 
13.99/14.02	o 78
13.99/14.02	c *14.0s|  2512 |   261 | 20753 |   8.1 |  14M|  37 |   - |1895 |4375 |1895 |1669 | 972 |2355 |1149 | 0.000000e+00 | 7.800000e+01 |    Inf 
18.90/18.95	o 77
18.90/18.95	c *18.9s|  5319 |   572 | 42045 |   7.8 |  17M|  39 |   - |1895 |5103 |1895 |1666 |1763 |5186 |1239 | 0.000000e+00 | 7.700000e+01 |    Inf 
18.99/19.01	o 71
18.99/19.01	c *19.0s|  5356 |   567 | 42245 |   7.8 |  17M|  39 |   - |1895 |5110 |1895 |1666 |1771 |5232 |1239 | 0.000000e+00 | 7.100000e+01 |    Inf 
19.90/19.94	o 59
19.90/19.94	c *19.9s|  5920 |   644 | 46080 |   7.7 |  18M|  39 |   - |1895 |5001 |1895 |1667 |1955 |5821 |1241 | 0.000000e+00 | 5.900000e+01 |    Inf 
26.19/26.20	o 43
26.19/26.20	c *26.2s|  8990 |   973 | 79883 |   8.8 |  20M|  44 |   - |1895 |5676 |1895 |1657 |2828 |9356 |1342 | 0.000000e+00 | 4.300000e+01 |    Inf 
26.19/26.22	o 38
26.19/26.22	c *26.2s|  9001 |   950 | 80027 |   8.9 |  20M|  44 |   - |1895 |5480 |1895 |1657 |2828 |9371 |1342 | 0.000000e+00 | 3.800000e+01 |    Inf 
28.49/28.54	c  28.5s| 10000 |  1045 | 93882 |   9.4 |  21M|  44 |   - |1895 |5409 |1895 |1657 |3022 |  10k|1435 | 0.000000e+00 | 3.800000e+01 |    Inf 
42.09/42.11	o 33
42.09/42.11	c *42.1s| 16894 |  1476 |174331 |  10.3 |  25M|  44 |   - |1895 |7143 |1895 |1664 |4514 |  19k|1577 | 0.000000e+00 | 3.300000e+01 |    Inf 
47.90/47.99	c  48.0s| 20000 |  1549 |210813 |  10.5 |  26M|  44 |  19 |1895 |6766 |1895 |1657 |5269 |  23k|1577 | 0.000000e+00 | 3.300000e+01 |    Inf 
55.30/55.31	o 20
55.30/55.31	c *55.3s| 23919 |  1574 |256679 |  10.7 |  26M|  44 |   - |1895 |8807 |1895 |1661 |6235 |  28k|1577 | 0.000000e+00 | 2.000000e+01 |    Inf 
66.39/66.49	c  66.5s| 30000 |  1722 |328896 |  11.0 |  28M|  44 |   - |1895 |8644 |   0 |   0 |7532 |  36k|1577 | 0.000000e+00 | 2.000000e+01 |    Inf 
86.49/86.50	c  86.5s| 40000 |  2043 |451938 |  11.3 |  32M|  48 |   - |1895 |  10k|   0 |   0 |9402 |  49k|1798 | 0.000000e+00 | 2.000000e+01 |    Inf 
95.80/95.82	o 19
95.80/95.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
95.80/95.82	c *95.8s| 44472 |  2260 |506803 |  11.4 |  34M|  48 |   - |1895 |  10k|1895 |1667 |  10k|  55k|1969 | 0.000000e+00 | 1.900000e+01 |    Inf 
106.29/106.38	c   106s| 50000 |  2387 |571563 |  11.4 |  36M|  52 |   1 |1895 |  10k|1895 |1665 |  11k|  62k|2129 | 0.000000e+00 | 1.900000e+01 |    Inf 
126.29/126.35	c   126s| 60000 |  2573 |690428 |  11.5 |  39M|  52 |  11 |1895 |  13k|1895 |1657 |  13k|  74k|2435 | 0.000000e+00 | 1.900000e+01 |    Inf 
146.30/146.40	c   146s| 70000 |  2715 |808181 |  11.5 |  41M|  52 |  19 |1895 |  13k|1895 |1657 |  15k|  87k|2721 | 0.000000e+00 | 1.900000e+01 |    Inf 
166.40/166.44	c   166s| 80000 |  2975 |924894 |  11.6 |  44M|  52 |  16 |1895 |  16k|1895 |1657 |  18k| 100k|2982 | 0.000000e+00 | 1.900000e+01 |    Inf 
186.20/186.20	c   186s| 90000 |  3093 |  1037k|  11.5 |  44M|  52 |  10 |1895 |  13k|1895 |1657 |  20k| 113k|3242 | 0.000000e+00 | 1.900000e+01 |    Inf 
206.49/206.52	c   206s|100000 |  3262 |  1158k|  11.6 |  46M|  52 |   - |1895 |  13k|   0 |   0 |  22k| 126k|3527 | 0.000000e+00 | 1.900000e+01 |    Inf 
212.10/212.11	o 18
212.10/212.11	c * 212s|102780 |  3174 |  1191k|  11.6 |  45M|  52 |   - |1895 |  13k|1895 |1678 |  23k| 130k|3594 | 0.000000e+00 | 1.800000e+01 |    Inf 
225.90/225.91	c   226s|110000 |  3465 |  1270k|  11.6 |  46M|  52 |   - |1895 |  12k|1895 |1657 |  26k| 139k|3756 | 0.000000e+00 | 1.800000e+01 |    Inf 
239.19/239.22	o 16
239.19/239.22	c * 239s|117278 |  3311 |  1345k|  11.5 |  45M|  52 |   - |1895 |  12k|1895 |1674 |  27k| 148k|3896 | 0.000000e+00 | 1.600000e+01 |    Inf 
240.09/240.15	o 6
240.09/240.15	c * 240s|117789 |  2030 |  1350k|  11.5 |  32M|  52 |   - |1895 |  12k|1895 |1668 |  28k| 148k|3897 | 0.000000e+00 | 6.000000e+00 |    Inf 
243.00/243.10	o 3
243.00/243.10	c * 243s|119510 |  1622 |  1368k|  11.5 |  29M|  52 |   - |1895 |  12k|1895 |1668 |  28k| 151k|3900 | 0.000000e+00 | 3.000000e+00 |    Inf 
244.00/244.08	c   244s|120000 |  1604 |  1374k|  11.5 |  29M|  52 |   - |1895 |  10k|   0 |   0 |  28k| 151k|3905 | 0.000000e+00 | 3.000000e+00 |    Inf 
261.30/261.37	c   261s|130000 |  1609 |  1481k|  11.4 |  30M|  52 |   - |1895 |  13k|   0 |   0 |  30k| 164k|4140 | 0.000000e+00 | 3.000000e+00 |    Inf 
279.41/279.43	c   279s|140000 |  1609 |  1589k|  11.3 |  32M|  52 |   8 |1895 |  18k|1895 |1657 |  32k| 177k|4273 | 0.000000e+00 | 3.000000e+00 |    Inf 
299.00/299.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
299.00/299.07	c   299s|150000 |  1703 |  1700k|  11.3 |  33M|  65 |   - |1895 |  19k|   0 |   0 |  34k| 190k|4468 | 0.000000e+00 | 3.000000e+00 |    Inf 
318.00/318.02	c   318s|160000 |  1425 |  1810k|  11.3 |  30M|  65 |  16 |1895 |  13k|1895 |1657 |  36k| 204k|4638 | 0.000000e+00 | 3.000000e+00 |    Inf 
336.61/336.64	c   337s|170000 |  1360 |  1927k|  11.3 |  31M|  65 |   - |1895 |  17k|1895 |1657 |  37k| 217k|4784 | 0.000000e+00 | 3.000000e+00 |    Inf 
356.91/356.91	c   357s|180000 |  1454 |  2049k|  11.4 |  33M|  65 |   - |1895 |  20k|   0 |   0 |  39k| 230k|5009 | 0.000000e+00 | 3.000000e+00 |    Inf 
376.90/376.99	c   377s|190000 |  1292 |  2168k|  11.4 |  32M|  65 |   6 |1895 |  17k|1895 |1657 |  41k| 243k|5168 | 0.000000e+00 | 3.000000e+00 |    Inf 
396.01/396.08	c   396s|200000 |  1420 |  2289k|  11.4 |  33M|  65 |   - |1895 |  20k|1895 |1657 |  43k| 256k|5309 | 0.000000e+00 | 3.000000e+00 |    Inf 
415.30/415.36	c   415s|210000 |  1425 |  2396k|  11.4 |  35M|  65 |  20 |1895 |  22k|1895 |1657 |  45k| 270k|5477 | 0.000000e+00 | 3.000000e+00 |    Inf 
434.80/434.84	c   435s|220000 |  1376 |  2507k|  11.4 |  35M|  65 |   - |1895 |  24k|   0 |   0 |  47k| 283k|5614 | 0.000000e+00 | 3.000000e+00 |    Inf 
454.90/454.98	c   455s|230000 |  1360 |  2621k|  11.4 |  35M|  65 |   - |1895 |  23k|   0 |   0 |  49k| 297k|5769 | 0.000000e+00 | 3.000000e+00 |    Inf 
475.70/475.73	c   476s|240000 |  1304 |  2733k|  11.4 |  34M|  65 |  18 |1895 |  21k|1895 |1657 |  51k| 310k|5921 | 0.000000e+00 | 3.000000e+00 |    Inf 
497.00/497.08	c   497s|250000 |  1334 |  2839k|  11.4 |  37M|  65 |   - |1895 |  27k|   0 |   0 |  53k| 323k|6021 | 0.000000e+00 | 3.000000e+00 |    Inf 
520.80/520.81	c   521s|260000 |  1292 |  2955k|  11.4 |  37M|  65 |  13 |1895 |  26k|1895 |1657 |  55k| 336k|6161 | 0.000000e+00 | 3.000000e+00 |    Inf 
540.71/540.73	c   541s|270000 |  1326 |  3058k|  11.3 |  38M|  65 |   - |1895 |  30k|   0 |   0 |  57k| 349k|6311 | 0.000000e+00 | 3.000000e+00 |    Inf 
562.90/562.96	c   563s|280000 |  1297 |  3172k|  11.3 |  40M|  65 |  21 |1895 |  34k|1895 |1657 |  60k| 362k|6452 | 0.000000e+00 | 3.000000e+00 |    Inf 
585.51/585.52	c   585s|290000 |  1315 |  3275k|  11.3 |  41M|  65 |  17 |1895 |  37k|1895 |1657 |  63k| 375k|6563 | 0.000000e+00 | 3.000000e+00 |    Inf 
610.01/610.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
610.01/610.01	c   610s|300000 |  1366 |  3381k|  11.3 |  44M|  65 |   - |1895 |  42k|   0 |   0 |  65k| 388k|6663 | 0.000000e+00 | 3.000000e+00 |    Inf 
637.31/637.30	c   637s|310000 |  1461 |  3512k|  11.3 |  45M|  65 |   - |1895 |  44k|   0 |   0 |  67k| 401k|6836 | 0.000000e+00 | 3.000000e+00 |    Inf 
661.81/661.89	c   662s|320000 |  1602 |  3622k|  11.3 |  46M|  65 |   - |1895 |  44k|1895 |1657 |  69k| 415k|6929 | 0.000000e+00 | 3.000000e+00 |    Inf 
688.81/688.86	c   689s|330000 |  1669 |  3747k|  11.4 |  48M|  65 |  13 |1895 |  49k|1895 |1657 |  71k| 428k|7025 | 0.000000e+00 | 3.000000e+00 |    Inf 
715.51/715.59	c   716s|340000 |  1718 |  3862k|  11.4 |  49M|  65 |  21 |1895 |  50k|1895 |1657 |  73k| 441k|7107 | 0.000000e+00 | 3.000000e+00 |    Inf 
742.41/742.45	c   742s|350000 |  1694 |  3963k|  11.3 |  49M|  65 |   - |1895 |  48k|1895 |1657 |  76k| 454k|7206 | 0.000000e+00 | 3.000000e+00 |    Inf 
768.41/768.47	c   768s|360000 |  1731 |  4079k|  11.3 |  49M|  65 |   1 |1895 |  48k|1895 |1657 |  78k| 468k|7302 | 0.000000e+00 | 3.000000e+00 |    Inf 
797.91/797.99	c   798s|370000 |  1775 |  4215k|  11.4 |  51M|  65 |   - |1895 |  50k|1895 |1657 |  80k| 481k|7417 | 0.000000e+00 | 3.000000e+00 |    Inf 
826.81/826.82	c   827s|380000 |  1754 |  4338k|  11.4 |  50M|  65 |   - |1895 |  49k|   0 |   0 |  82k| 494k|7544 | 0.000000e+00 | 3.000000e+00 |    Inf 
853.72/853.72	c   854s|390000 |  1738 |  4463k|  11.4 |  51M|  65 |  11 |1895 |  50k|1895 |1666 |  84k| 508k|7672 | 0.000000e+00 | 3.000000e+00 |    Inf 
881.12/881.16	c   881s|400000 |  1675 |  4579k|  11.4 |  48M|  65 |   - |1895 |  43k|1895 |1657 |  86k| 521k|7780 | 0.000000e+00 | 3.000000e+00 |    Inf 
907.41/907.46	c   907s|410000 |  1720 |  4691k|  11.4 |  50M|  65 |   - |1895 |  46k|   0 |   0 |  89k| 534k|7863 | 0.000000e+00 | 3.000000e+00 |    Inf 
935.32/935.34	c   935s|420000 |  1716 |  4808k|  11.4 |  51M|  65 |  11 |1895 |  48k|1895 |1657 |  91k| 547k|7974 | 0.000000e+00 | 3.000000e+00 |    Inf 
960.92/960.94	c   961s|430000 |  1671 |  4914k|  11.4 |  50M|  65 |  11 |1895 |  48k|1895 |1662 |  93k| 561k|8075 | 0.000000e+00 | 3.000000e+00 |    Inf 
986.62/986.66	c   987s|440000 |  1546 |  5021k|  11.4 |  47M|  65 |  17 |1895 |  42k|1895 |1657 |  96k| 574k|8206 | 0.000000e+00 | 3.000000e+00 |    Inf 
1012.03/1012.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1012.03/1012.05	c  1012s|450000 |  1287 |  5136k|  11.4 |  38M|  65 |   - |1895 |  19k|   0 |   0 |  97k| 587k|8337 | 0.000000e+00 | 3.000000e+00 |    Inf 
1031.02/1031.07	c  1031s|460000 |  1293 |  5247k|  11.4 |  40M|  65 |   1 |1895 |  22k|1895 |1657 | 100k| 600k|8457 | 0.000000e+00 | 3.000000e+00 |    Inf 
1051.72/1051.74	c  1052s|470000 |  1313 |  5358k|  11.4 |  42M|  65 |  17 |1895 |  27k|1895 |1664 | 102k| 613k|8549 | 0.000000e+00 | 3.000000e+00 |    Inf 
1073.82/1073.84	c  1074s|480000 |  1349 |  5474k|  11.4 |  43M|  65 |   - |1895 |  30k|1895 |1657 | 105k| 626k|8627 | 0.000000e+00 | 3.000000e+00 |    Inf 
1097.62/1097.67	c  1098s|490000 |  1375 |  5601k|  11.4 |  44M|  65 |  17 |1895 |  33k|1895 |1657 | 107k| 639k|8733 | 0.000000e+00 | 3.000000e+00 |    Inf 
1121.83/1121.82	c  1122s|500000 |  1445 |  5721k|  11.4 |  47M|  65 |  17 |1895 |  38k|1895 |1657 | 109k| 652k|8826 | 0.000000e+00 | 3.000000e+00 |    Inf 
1147.92/1147.99	c  1148s|510000 |  1506 |  5845k|  11.5 |  49M|  65 |   - |1895 |  42k|   0 |   0 | 111k| 665k|8909 | 0.000000e+00 | 3.000000e+00 |    Inf 
1175.02/1175.05	c  1175s|520000 |  1536 |  5966k|  11.5 |  50M|  65 |  16 |1895 |  45k|1895 |1657 | 114k| 678k|9015 | 0.000000e+00 | 3.000000e+00 |    Inf 
1203.33/1203.36	c  1203s|530000 |  1676 |  6091k|  11.5 |  53M|  65 |   - |1895 |  50k|1895 |1657 | 116k| 692k|9138 | 0.000000e+00 | 3.000000e+00 |    Inf 
1231.22/1231.28	c  1231s|540000 |  1659 |  6210k|  11.5 |  54M|  65 |  17 |1895 |  51k|1895 |1657 | 118k| 705k|9240 | 0.000000e+00 | 3.000000e+00 |    Inf 
1260.73/1260.75	c  1261s|550000 |  1683 |  6340k|  11.5 |  54M|  65 |  19 |1895 |  51k|1895 |1657 | 120k| 719k|9337 | 0.000000e+00 | 3.000000e+00 |    Inf 
1291.12/1291.19	c  1291s|560000 |  1670 |  6470k|  11.6 |  55M|  65 |   - |1895 |  53k|1895 |1657 | 121k| 732k|9445 | 0.000000e+00 | 3.000000e+00 |    Inf 
1320.83/1320.81	c  1321s|570000 |  1658 |  6589k|  11.6 |  54M|  65 |  28 |1895 |  51k|1895 |1663 | 123k| 746k|9514 | 0.000000e+00 | 3.000000e+00 |    Inf 
1352.03/1352.07	c  1352s|580000 |  1502 |  6725k|  11.6 |  51M|  65 |  17 |1895 |  45k|1895 |1657 | 124k| 759k|9592 | 0.000000e+00 | 3.000000e+00 |    Inf 
1377.63/1377.67	c  1378s|590000 |  1231 |  6840k|  11.6 |  45M|  65 |   - |1895 |  33k|   0 |   0 | 126k| 772k|9772 | 0.000000e+00 | 3.000000e+00 |    Inf 
1405.13/1405.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1405.13/1405.15	c  1405s|600000 |  1233 |  6980k|  11.6 |  45M|  65 |   - |1895 |  34k|1895 |1657 | 127k| 786k|9885 | 0.000000e+00 | 3.000000e+00 |    Inf 
1429.43/1429.49	c  1429s|610000 |  1244 |  7088k|  11.6 |  47M|  65 |   - |1895 |  40k|   0 |   0 | 129k| 799k|9979 | 0.000000e+00 | 3.000000e+00 |    Inf 
1457.32/1457.32	c  1457s|620000 |  1224 |  7207k|  11.6 |  48M|  65 |  22 |1895 |  42k|1895 |1657 | 130k| 812k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
1483.23/1483.22	c  1483s|630000 |  1242 |  7317k|  11.6 |  50M|  65 |   - |1895 |  47k|   0 |   0 | 133k| 825k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
1512.03/1512.05	c  1512s|640000 |  1262 |  7431k|  11.6 |  52M|  65 |   - |1895 |  50k|1895 |1657 | 134k| 839k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
1541.03/1541.06	c  1541s|650000 |  1269 |  7541k|  11.6 |  51M|  65 |   - |1895 |  50k|   0 |   0 | 136k| 853k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
1571.04/1571.03	c  1571s|660000 |  1249 |  7660k|  11.6 |  53M|  65 |  13 |1895 |  53k|1895 |1657 | 138k| 866k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
1605.43/1605.40	c  1605s|670000 |  1253 |  7786k|  11.6 |  52M|  65 |  25 |1895 |  52k|1895 |1657 | 140k| 880k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
1636.04/1636.04	c  1636s|680000 |  1274 |  7907k|  11.6 |  54M|  65 |  16 |1895 |  56k|1895 |1657 | 141k| 893k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
1666.33/1666.34	c  1666s|690000 |  1272 |  8010k|  11.6 |  55M|  65 |   - |1895 |  59k|   0 |   0 | 143k| 906k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
1701.14/1701.16	c  1701s|700000 |  1271 |  8119k|  11.6 |  57M|  65 |   - |1895 |  63k|1895 |1657 | 145k| 920k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
1733.64/1733.64	c  1734s|710000 |  1264 |  8233k|  11.6 |  58M|  65 |   9 |1895 |  64k|1895 |1657 | 147k| 934k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
1767.14/1767.12	c  1767s|720000 |  1270 |  8351k|  11.6 |  59M|  65 |   - |1895 |  68k|   0 |   0 | 149k| 947k|  10k| 0.000000e+00 | 3.000000e+00 |    Inf 
1790.04/1790.00	c 
1790.04/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.00	c Solving Time (sec) : 1789.98
1790.04/1790.00	c Solving Nodes      : 726216
1790.04/1790.00	c Primal Bound       : +3.00000000000000e+00 (71 solutions)
1790.04/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.00	c Gap                : infinite
1790.04/1790.01	s SATISFIABLE
1790.04/1790.01	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 x211 -x210 
1790.04/1790.01	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 x189 
1790.04/1790.01	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.04/1790.01	v -x167 -x166 -x165 x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.04/1790.01	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 
1790.04/1790.01	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1790.04/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.04/1790.01	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
1790.04/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.04/1790.01	v -x28 -x27 -x26 -x25 x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 x9 x8 -x7 -x6 -x5 -x4 -x3 -x2 
1790.04/1790.01	v -x1 
1790.04/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.01	c Solving Time       :    1789.98
1790.04/1790.01	c Original Problem   :
1790.04/1790.01	c   Problem name     : HOME/instance-2705517-1278572954.wbo
1790.04/1790.01	c   Variables        : 2039 (1135 binary, 0 integer, 904 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 3612 initial, 3612 maximal
1790.04/1790.01	c Presolved Problem  :
1790.04/1790.01	c   Problem name     : t_HOME/instance-2705517-1278572954.wbo
1790.04/1790.01	c   Variables        : 1895 (1063 binary, 0 integer, 832 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 3291 initial, 72192 maximal
1790.04/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.01	c   trivial          :       0.00         72          0          0          0          0          0          0          0
1790.04/1790.01	c   dualfix          :       0.00         72          0          0          0          0          0          0          0
1790.04/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.04/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   setppc           :       0.00          0          0          0          0          0          7          0          0
1790.04/1790.01	c   linear           :       0.06          0          0          0        933          0        242        170          0
1790.04/1790.01	c   indicator        :       0.00          0          0          0          0          0         72          0          0
1790.04/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.04/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   root node        :          -       1634          -          -       1634          -          -          -          -
1790.04/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   integral         :          0          0          0     416228          0        344       3336          0          0     773902
1790.04/1790.01	c   knapsack         :          1          6    3231362      26276          1      53272    6731435          0          0          0
1790.04/1790.01	c   setppc           :         18          6    3180358      26264          1      44582    2684208          0          0          0
1790.04/1790.01	c   linear           :        832+         7    3136168      26286          1      52394    3529557     150543          0          0
1790.04/1790.01	c   indicator        :        832          0    3072862      26157          1        223     813371          0          0          0
1790.04/1790.01	c   logicor          :       1608+         6    1603514        894          1     105578    6104485          0          0          0
1790.04/1790.01	c   bounddisjunction :          0+         0     172394          0          0        588       1620          0          0          0
1790.04/1790.01	c   countsols        :          0          0          0        894          1          0          0          0          0          0
1790.04/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.01	c   integral         :      35.76       0.00       0.00      35.76       0.00
1790.04/1790.01	c   knapsack         :      29.45       0.00      29.44       0.01       0.00
1790.04/1790.01	c   setppc           :      17.33       0.00      17.31       0.02       0.00
1790.04/1790.01	c   linear           :      38.02       0.00      37.34       0.68       0.00
1790.04/1790.01	c   indicator        :       5.90       0.01       5.65       0.23       0.00
1790.04/1790.01	c   logicor          :     344.01       0.00     344.00       0.01       0.00
1790.04/1790.01	c   bounddisjunction :       0.26       0.00       0.26       0.00       0.00
1790.04/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.04/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.01	c   vbounds          :       0.54      11664          0         75
1790.04/1790.01	c   rootredcost      :       0.49         23          0        817
1790.04/1790.01	c   pseudoobj        :      41.37    3236399       2444     876818
1790.04/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.01	c   propagation      :       9.47     258858     258239    1549234       26.2       6631       23.5          -
1790.04/1790.01	c   infeasible LP    :      21.34     124096     124090     947223       44.5        935       16.7          0
1790.04/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.01	c   applied globally :          -          -          -     955868       27.9          -          -          -
1790.04/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.01	c   cut pool         :       0.00          5          -          -         35          -    (maximal pool size: 637)
1790.04/1790.01	c   redcost          :      13.75     417237          0      11053          0          0
1790.04/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1790.04/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.01	c   gomory           :       0.20          6          0          0       1983          0
1790.04/1790.01	c   strongcg         :       0.16          6          0          0       2951          0
1790.04/1790.01	c   cmir             :       0.02          6          0          0          1          0
1790.04/1790.01	c   flowcover        :       0.04          6          0          0          0          0
1790.04/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.04/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.01	c   rapidlearning    :       0.07          1          0          0          0          7
1790.04/1790.01	c Pricers            :       Time      Calls       Vars
1790.04/1790.01	c   problem variables:       0.00          0          0
1790.04/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   relpscost        :      35.45     389924        344       3336          0          0     773902
1790.04/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   inference        :       0.10        873          0          0          0          0       1746
1790.04/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.01	c   LP solutions     :       0.02          -         22
1790.04/1790.01	c   pseudo solutions :       0.00          -          0
1790.04/1790.01	c   intshifting      :       0.02          0          0
1790.04/1790.01	c   feaspump         :       0.03          1          0
1790.04/1790.01	c   oneopt           :       0.26         21          0
1790.04/1790.01	c   crossover        :       0.56         15          0
1790.04/1790.01	c   fracdiving       :       0.36         88          0
1790.04/1790.01	c   veclendiving     :       0.32         88          0
1790.04/1790.01	c   linesearchdiving :       0.31         88          0
1790.04/1790.01	c   pscostdiving     :       0.36         89          0
1790.04/1790.01	c   coefdiving       :       0.40         89          0
1790.04/1790.01	c   guideddiving     :       0.43         89          0
1790.04/1790.01	c   objpscostdiving  :       0.29         45          0
1790.04/1790.01	c   rootsoldiving    :       0.56         45          0
1790.04/1790.01	c   trivial          :       0.00          2          0
1790.04/1790.01	c   simplerounding   :       0.54     389980          0
1790.04/1790.01	c   zirounding       :       0.24       1000          0
1790.04/1790.01	c   rounding         :       0.85       8804          0
1790.04/1790.01	c   shifting         :       0.74       2712          0
1790.04/1790.01	c   twoopt           :       0.00          0          0
1790.04/1790.01	c   fixandinfer      :       0.00          0          0
1790.04/1790.01	c   intdiving        :       0.00          0          0
1790.04/1790.01	c   actconsdiving    :       0.00          0          0
1790.04/1790.01	c   octane           :       0.00          0          0
1790.04/1790.01	c   rens             :       0.03          1          0
1790.04/1790.01	c   rins             :       0.00          0          0
1790.04/1790.01	c   localbranching   :       0.00          0          0
1790.04/1790.01	c   mutation         :       0.00          0          0
1790.04/1790.01	c   dins             :       0.00          0          0
1790.04/1790.01	c   undercover       :       0.00          0          0
1790.04/1790.01	c   nlp              :       0.11          0          0
1790.04/1790.01	c   trysol           :       0.19         84         49
1790.04/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.01	c   dual LP          :     809.17     537286    8413780      15.66   10398.09
1790.04/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.01	c   diving/probing LP:       2.00       1393      13847       9.94    6912.91
1790.04/1790.01	c   strong branching :      31.65      10854     326496      30.08   10314.72
1790.04/1790.01	c     (at root node) :          -         12       6635     552.92          -
1790.04/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.01	c B&B Tree           :
1790.04/1790.01	c   number of runs   :          1
1790.04/1790.01	c   nodes            :     726216
1790.04/1790.01	c   nodes (total)    :     726216
1790.04/1790.01	c   nodes left       :       1255
1790.04/1790.01	c   max depth        :         65
1790.04/1790.01	c   max depth (total):         65
1790.04/1790.01	c   backtracks       :     100104 (13.8%)
1790.04/1790.01	c   delayed cutoffs  :      45906
1790.04/1790.01	c   repropagations   :    1237875 (3804902 domain reductions, 43926 cutoffs)
1790.04/1790.01	c   avg switch length:       4.91
1790.04/1790.01	c   switching time   :     241.93
1790.04/1790.01	c Solution           :
1790.04/1790.01	c   Solutions found  :         71 (23 improvements)
1790.04/1790.01	c   First Solution   : +4.04320000000000e+04   (in run 1, after 30 nodes, 4.97 seconds, depth 30, found by <trysol>)
1790.04/1790.01	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 119510 nodes, 243.07 seconds, depth 24, found by <relaxation>)
1790.04/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.01	c   Gap              :   infinite
1790.04/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.01	c   Root Iterations  :        359
1790.14/1790.11	c Time complete: 1790.15.

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705517-1278572954/watcher-2705517-1278572954 -o /tmp/evaluation-result-2705517-1278572954/solver-2705517-1278572954 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705517-1278572954.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.13 0.06 0.01 2/177 21418
/proc/meminfo: memFree=30089308/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=12336 CPUtime=0
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 1947 0 0 0 0 0 0 0 24 0 1 0 25508745 12632064 1866 4089446400 4194304 10345943 140735640202320 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21418/statm: 3084 1866 429 1502 0 1577 0

[startup+0.101637 s]
/proc/loadavg: 0.13 0.06 0.01 2/177 21418
/proc/meminfo: memFree=30089308/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=27432 CPUtime=0.09
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 5921 0 0 0 9 0 0 0 24 0 1 0 25508745 28090368 5486 4089446400 4194304 10345943 140735640202320 18446744073709551615 5093790 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 6858 5486 561 1502 0 5351 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27432

[startup+0.200585 s]
/proc/loadavg: 0.13 0.06 0.01 2/177 21418
/proc/meminfo: memFree=30089308/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=48236 CPUtime=0.19
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 10634 0 0 0 18 1 0 0 24 0 1 0 25508745 49393664 10199 4089446400 4194304 10345943 140735640202320 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 12059 10199 746 1502 0 10552 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 48236

[startup+0.300567 s]
/proc/loadavg: 0.13 0.06 0.01 2/177 21418
/proc/meminfo: memFree=30089308/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=51680 CPUtime=0.29
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 11622 0 0 0 27 2 0 0 25 0 1 0 25508745 52920320 11187 4089446400 4194304 10345943 140735640202320 18446744073709551615 5828491 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 12920 11187 759 1502 0 11413 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51680

[startup+0.700484 s]
/proc/loadavg: 0.13 0.06 0.01 2/177 21418
/proc/meminfo: memFree=30089308/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=51680 CPUtime=0.69
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 12018 0 0 0 67 2 0 0 25 0 1 0 25508745 52920320 11582 4089446400 4194304 10345943 140735640202320 18446744073709551615 5539060 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 12920 11582 764 1502 0 11413 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51680

[startup+1.50038 s]
/proc/loadavg: 0.13 0.06 0.01 3/183 21429
/proc/meminfo: memFree=30005172/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=59436 CPUtime=1.49
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 13575 0 0 0 146 3 0 0 25 0 1 0 25508745 60862464 13139 4089446400 4194304 10345943 140735640202320 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 14859 13139 801 1502 0 13352 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59436

[startup+3.10109 s]
/proc/loadavg: 0.28 0.10 0.02 3/183 21429
/proc/meminfo: memFree=29988708/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=59436 CPUtime=3.09
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 13659 0 0 0 305 4 0 0 25 0 1 0 25508745 60862464 13223 4089446400 4194304 10345943 140735640202320 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 14859 13223 801 1502 0 13352 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59436

[startup+6.30049 s]
/proc/loadavg: 0.28 0.10 0.02 3/183 21429
/proc/meminfo: memFree=29986732/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=59436 CPUtime=6.29
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 13770 0 0 0 622 7 0 0 25 0 1 0 25508745 60862464 13334 4089446400 4194304 10345943 140735640202320 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 14859 13334 801 1502 0 13352 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59436

[startup+12.7004 s]
/proc/loadavg: 0.42 0.13 0.03 3/183 21429
/proc/meminfo: memFree=29984684/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=63668 CPUtime=12.69
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 14991 0 0 0 1257 12 0 0 25 0 1 0 25508745 65196032 14555 4089446400 4194304 10345943 140735640202320 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 15917 14555 806 1502 0 14410 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63668

[startup+25.5011 s]
/proc/loadavg: 0.77 0.22 0.06 3/183 21429
/proc/meminfo: memFree=29970292/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=65892 CPUtime=25.49
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 25437 0 0 0 2530 19 0 0 25 0 1 0 25508745 67473408 15083 4089446400 4194304 10345943 140735640202320 18446744073709551615 4737477 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 16473 15083 807 1502 0 14966 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65892

[startup+51.1005 s]
/proc/loadavg: 1.19 0.36 0.11 3/183 21430
/proc/meminfo: memFree=29941072/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=78884 CPUtime=51.09
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 43740 0 0 0 5072 37 0 0 25 0 1 0 25508745 80777216 18329 4089446400 4194304 10345943 140735640202320 18446744073709551615 6559680 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 19721 18329 807 1502 0 18214 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 78884

[startup+102.3 s]
/proc/loadavg: 1.67 0.63 0.22 3/183 21431
/proc/meminfo: memFree=29905308/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=95184 CPUtime=102.3
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 77185 0 0 0 10160 70 0 0 25 0 1 0 25508745 97468416 21927 4089446400 4194304 10345943 140735640202320 18446744073709551615 7598784 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 23796 21927 807 1502 0 22289 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 95184

[startup+162.301 s]
/proc/loadavg: 1.87 0.86 0.32 3/183 21433
/proc/meminfo: memFree=29889888/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=104728 CPUtime=162.29
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 106101 0 0 0 16118 111 0 0 25 0 1 0 25508745 107241472 24614 4089446400 4194304 10345943 140735640202320 18446744073709551615 6847537 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 26182 24614 807 1502 0 24675 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 104728

[startup+222.307 s]
/proc/loadavg: 1.95 1.08 0.43 3/183 21435
/proc/meminfo: memFree=29877816/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=110648 CPUtime=222.31
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 128676 0 0 0 22081 150 0 0 25 0 1 0 25508745 113303552 26036 4089446400 4194304 10345943 140735640202320 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 27662 26036 807 1502 0 26155 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 110648

[startup+282.3 s]
/proc/loadavg: 2.02 1.25 0.52 3/183 21436
/proc/meminfo: memFree=29873060/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=112248 CPUtime=282.3
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 162495 0 0 0 28042 188 0 0 25 0 1 0 25508745 114941952 26489 4089446400 4194304 10345943 140735640202320 18446744073709551615 18446744073699065971 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 28062 26489 807 1502 0 26555 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 112248

[startup+342.301 s]
/proc/loadavg: 2.01 1.38 0.61 3/183 21438
/proc/meminfo: memFree=29871276/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=113516 CPUtime=342.3
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 178703 0 0 0 34007 223 0 0 25 0 1 0 25508745 116240384 26769 4089446400 4194304 10345943 140735640202320 18446744073709551615 6307380 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 28379 26769 807 1502 0 26872 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 113516

[startup+402.301 s]
/proc/loadavg: 2.03 1.51 0.70 3/183 21439
/proc/meminfo: memFree=29867028/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=113912 CPUtime=402.3
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 186792 0 0 0 39972 258 0 0 25 0 1 0 25508745 116645888 26870 4089446400 4194304 10345943 140735640202320 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 28478 26870 807 1502 0 26971 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 113912

[startup+462.301 s]
/proc/loadavg: 2.06 1.61 0.78 3/183 21441
/proc/meminfo: memFree=29861904/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=116936 CPUtime=462.3
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 197942 0 0 0 45936 294 0 0 25 0 1 0 25508745 119742464 27651 4089446400 4194304 10345943 140735640202320 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 29234 27651 807 1502 0 27727 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 116936

[startup+522.3 s]
/proc/loadavg: 2.02 1.68 0.86 3/183 21443
/proc/meminfo: memFree=29855904/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=120456 CPUtime=522.31
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 205040 0 0 0 51904 327 0 0 25 0 1 0 25508745 123346944 28439 4089446400 4194304 10345943 140735640202320 18446744073709551615 5089577 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 30114 28439 807 1502 0 28607 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 120456

[startup+582.301 s]
/proc/loadavg: 2.01 1.73 0.93 3/183 21447
/proc/meminfo: memFree=29849380/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=124008 CPUtime=582.31
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 211082 0 0 0 57871 360 0 0 25 0 1 0 25508745 126984192 29223 4089446400 4194304 10345943 140735640202320 18446744073709551615 6711888 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 31002 29223 807 1502 0 29495 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 124008

[startup+642.301 s]
/proc/loadavg: 2.00 1.78 0.99 3/183 21449
/proc/meminfo: memFree=29842228/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=128080 CPUtime=642.3
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 219358 0 0 0 63841 389 0 0 25 0 1 0 25508745 131153920 30116 4089446400 4194304 10345943 140735640202320 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 32020 30116 807 1502 0 30513 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 128080

[startup+702.3 s]

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

/proc/meminfo: memFree=29821344/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=140388 CPUtime=1062.32
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 248803 0 0 0 105657 575 0 0 25 0 1 0 25508745 143757312 32733 4089446400 4194304 10345943 140735640202320 18446744073709551615 4214374 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 35097 32733 807 1502 0 33590 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 140388

[startup+1122.3 s]
/proc/loadavg: 2.11 2.00 1.40 3/183 21462
/proc/meminfo: memFree=29819928/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=140272 CPUtime=1122.32
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 250119 0 0 0 111625 607 0 0 25 0 1 0 25508745 143638528 32810 4089446400 4194304 10345943 140735640202320 18446744073709551615 7507741 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 35068 32810 807 1502 0 33561 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 140272

[startup+1182.3 s]
/proc/loadavg: 2.04 2.00 1.44 3/183 21463
/proc/meminfo: memFree=29818416/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=140380 CPUtime=1182.32
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 253950 0 0 0 117596 636 0 0 25 0 1 0 25508745 143749120 32879 4089446400 4194304 10345943 140735640202320 18446744073709551615 5085267 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 35095 32879 807 1502 0 33588 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 140380

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 1.47 3/183 21465
/proc/meminfo: memFree=29815756/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=140400 CPUtime=1242.33
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 260334 0 0 0 123571 662 0 0 25 0 1 0 25508745 143769600 33076 4089446400 4194304 10345943 140735640202320 18446744073709551615 4697914 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 35100 33076 807 1502 0 33593 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 140400

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.50 3/183 21466
/proc/meminfo: memFree=29814236/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=141952 CPUtime=1302.32
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 266848 0 0 0 129544 688 0 0 25 0 1 0 25508745 145358848 33242 4089446400 4194304 10345943 140735640202320 18446744073709551615 4218227 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 35488 33242 807 1502 0 33981 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 141952

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.53 3/183 21468
/proc/meminfo: memFree=29813208/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=142648 CPUtime=1362.32
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 272611 0 0 0 135517 715 0 0 25 0 1 0 25508745 146071552 33495 4089446400 4194304 10345943 140735640202320 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 35662 33495 807 1502 0 34155 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 142648

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.56 3/183 21470
/proc/meminfo: memFree=29810684/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=143812 CPUtime=1422.34
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 278084 0 0 0 141487 747 0 0 25 0 1 0 25508745 147263488 33560 4089446400 4194304 10345943 140735640202320 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 35953 33560 807 1502 0 34446 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 143812

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 1.58 3/183 21471
/proc/meminfo: memFree=29807052/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=143860 CPUtime=1482.33
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 281526 0 0 0 147462 771 0 0 25 0 1 0 25508745 147312640 33543 4089446400 4194304 10345943 140735640202320 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 35965 33543 807 1502 0 34458 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 143860

[startup+1542.31 s]
/proc/loadavg: 2.02 2.01 1.61 3/183 21473
/proc/meminfo: memFree=29805900/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=145368 CPUtime=1542.34
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 284852 0 0 0 153437 797 0 0 25 0 1 0 25508745 148856832 33874 4089446400 4194304 10345943 140735640202320 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 36342 33874 807 1502 0 34835 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 145368

[startup+1602.3 s]
/proc/loadavg: 2.04 2.02 1.64 3/183 21474
/proc/meminfo: memFree=29805236/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=146676 CPUtime=1602.33
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 285708 0 0 0 159412 821 0 0 25 0 1 0 25508745 150196224 33999 4089446400 4194304 10345943 140735640202320 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 36669 33999 807 1502 0 35162 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 146676

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.66 3/183 21476
/proc/meminfo: memFree=29801720/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=148388 CPUtime=1662.33
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 286403 0 0 0 165389 844 0 0 25 0 1 0 25508745 151949312 34443 4089446400 4194304 10345943 140735640202320 18446744073709551615 7523403 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 37097 34443 807 1502 0 35590 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 148388

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 1.68 3/183 21478
/proc/meminfo: memFree=29798844/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=150040 CPUtime=1722.34
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 287301 0 0 0 171370 864 0 0 25 0 1 0 25508745 153640960 34812 4089446400 4194304 10345943 140735640202320 18446744073709551615 7510102 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 37510 34812 807 1502 0 36003 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 150040

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 1.70 3/183 21479
/proc/meminfo: memFree=29793464/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=152680 CPUtime=1782.34
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 289076 0 0 0 177349 885 0 0 25 0 1 0 25508745 156344320 35491 4089446400 4194304 10345943 140735640202320 18446744073709551615 4995169 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 38170 35491 807 1502 0 36663 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 152680

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

[startup+1785.6 s]
/proc/loadavg: 2.03 2.02 1.70 3/183 21479
/proc/meminfo: memFree=29793216/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=152680 CPUtime=1785.63
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 289095 0 0 0 177677 886 0 0 25 0 1 0 25508745 156344320 35510 4089446400 4194304 10345943 140735640202320 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 38170 35510 807 1502 0 36663 0
Current children cumulated CPU time (s) 1785.63
Current children cumulated vsize (KiB) 152680

[startup+1787.2 s]
/proc/loadavg: 2.03 2.02 1.70 3/183 21479
/proc/meminfo: memFree=29793216/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=152680 CPUtime=1787.24
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 289099 0 0 0 177837 887 0 0 25 0 1 0 25508745 156344320 35514 4089446400 4194304 10345943 140735640202320 18446744073709551615 4218227 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 38170 35514 807 1502 0 36663 0
Current children cumulated CPU time (s) 1787.24
Current children cumulated vsize (KiB) 152680

[startup+1788.8 s]
/proc/loadavg: 2.02 2.02 1.70 3/183 21479
/proc/meminfo: memFree=29792844/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=153492 CPUtime=1788.83
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 289145 0 0 0 177996 887 0 0 25 0 1 0 25508745 157175808 35560 4089446400 4194304 10345943 140735640202320 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 38373 35560 807 1502 0 36866 0
Current children cumulated CPU time (s) 1788.83
Current children cumulated vsize (KiB) 153492

[startup+1789.6 s]
/proc/loadavg: 2.02 2.02 1.70 3/183 21479
/proc/meminfo: memFree=29792844/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=153492 CPUtime=1789.64
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 289145 0 0 0 178076 888 0 0 25 0 1 0 25508745 157175808 35560 4089446400 4194304 10345943 140735640202320 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 38373 35560 807 1502 0 36866 0
Current children cumulated CPU time (s) 1789.64
Current children cumulated vsize (KiB) 153492

[startup+1790 s]
/proc/loadavg: 2.02 2.02 1.70 3/183 21479
/proc/meminfo: memFree=29792956/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=153492 CPUtime=1790.04
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 289145 0 0 0 178116 888 0 0 25 0 1 0 25508745 157175808 35560 4089446400 4194304 10345943 140735640202320 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21418/statm: 38373 35560 807 1502 0 36866 0
Current children cumulated CPU time (s) 1790.04
Current children cumulated vsize (KiB) 153492

[startup+1790.1 s]
/proc/loadavg: 2.02 2.02 1.70 3/183 21479
/proc/meminfo: memFree=29792956/32951124 swapFree=67111528/67111528
[pid=21418] ppid=21416 vsize=153492 CPUtime=1790.14
/proc/21418/stat : 21418 (pbscip.linux.x8) R 21416 21418 21226 0 -1 4202496 289347 0 0 0 178126 888 0 0 25 0 1 0 25508745 157175808 35762 4089446400 4194304 10345943 140735640202320 18446744073709551615 6325516 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21418/statm: 38373 35762 808 1502 0 36866 0
Current children cumulated CPU time (s) 1790.14
Current children cumulated vsize (KiB) 153492

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1781.28
system time used= 8.88765
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289350
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= 3
involuntary context switches= 1294

runsolver used 3.3115 second user time and 6.45302 second system time

The end

Launcher Data

Begin job on node132 at 2010-07-08 09:09:15
IDJOB=2705517
IDBENCH=78901
IDSOLVER=1214
FILE ID=node132/2705517-1278572954
PBS_JOBID= 11240191
Free space on /tmp= 73580 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.1900584219--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-2705517-1278572954/watcher-2705517-1278572954 -o /tmp/evaluation-result-2705517-1278572954/solver-2705517-1278572954 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705517-1278572954.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 318d96c5cecc5e1278f112ac94857622
RANDOM SEED=600778192

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.830
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.830
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:      30089712 kB
Buffers:        145788 kB
Cached:        2494780 kB
SwapCached:          0 kB
Active:         942004 kB
Inactive:      1760964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30089712 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12824 kB
Writeback:           0 kB
AnonPages:       62304 kB
Mapped:          14440 kB
Slab:            95484 kB
PageTables:       4616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187200 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73556 MiB
End job on node132 at 2010-07-08 09:39:05