Trace number 3447787

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
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4OPTIMUM 612.484 612.473

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900566157--soft-33-100-0.wbo
MD5SUMcfec29cd05a8fe08303725dcbadc3399
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark42.9525
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 constraints1804
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 90822
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90821
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 801
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 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3447787-1307898232.wbo>
0.00/0.02	c original problem has 2035 variables (2035 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.04	c presolving:
0.00/0.05	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 134 impls, 6 clqs
0.06/0.08	c (round 2) 0 del vars, 105 del conss, 0 add conss, 1804 chg bounds, 41 chg sides, 0 chg coeffs, 0 upgd conss, 134 impls, 6 clqs
0.06/0.09	c (round 3) 82 del vars, 135 del conss, 0 add conss, 1814 chg bounds, 61 chg sides, 0 chg coeffs, 0 upgd conss, 134 impls, 6 clqs
0.09/0.10	c (round 4) 102 del vars, 135 del conss, 0 add conss, 1814 chg bounds, 61 chg sides, 0 chg coeffs, 871 upgd conss, 134 impls, 6 clqs
0.09/0.10	c (round 5) 102 del vars, 144 del conss, 0 add conss, 1814 chg bounds, 61 chg sides, 0 chg coeffs, 871 upgd conss, 134 impls, 6 clqs
0.09/0.15	c    (0.2s) probing: 101/1984 (5.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (6 rounds):
0.09/0.15	c  102 deleted vars, 144 deleted constraints, 0 added constraints, 1814 tightened bounds, 0 added holes, 61 changed sides, 0 changed coefficients
0.09/0.15	c  1887 implications, 6 cliques
0.09/0.15	c presolved problem has 3737 variables (1984 bin, 0 int, 1753 impl, 0 cont) and 4368 constraints
0.09/0.15	c      54 constraints of type <setppc>
0.09/0.15	c    1753 constraints of type <linear>
0.09/0.15	c    1753 constraints of type <indicator>
0.09/0.15	c     808 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.13
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 2.0.1.4
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1800
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 13950
0.09/0.15	c 
0.09/0.15	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.15	c # [type: int, range: [1,2], default: 1]
0.09/0.15	c timing/clocktype = 2
0.09/0.15	c 
0.09/0.15	c # belongs reading time to solving time?
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c timing/reading = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/indicator/addCouplingCons = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.09/0.19	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.19	c   0.2s|     1 |     0 |   135 |     - |  12M|   0 |  49 |3737 |6143 |3737 |2615 |   0 |  22 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.25	o 88268
0.19/0.25	c y 0.3s|     1 |     0 |   626 |     - |  12M|   0 |  49 |3737 |6143 |3737 |2615 |   0 |  22 |   0 | 0.000000e+00 | 8.826800e+04 |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |   902 |     - |  13M|   0 |  28 |3737 |6143 |3737 |2629 |  14 |  22 |   0 | 0.000000e+00 | 8.826800e+04 |    Inf 
0.49/0.58	c   0.6s|     1 |     0 |  1041 |     - |  13M|   0 |  44 |3737 |6143 |3737 |2645 |  30 |  22 |   0 | 0.000000e+00 | 8.826800e+04 |    Inf 
0.79/0.80	c   0.8s|     1 |     0 |  1059 |     - |  14M|   0 |  47 |3737 |6143 |3737 |2652 |  37 |  22 |   0 | 0.000000e+00 | 8.826800e+04 |    Inf 
0.99/1.06	c   1.1s|     1 |     0 |  1093 |     - |  14M|   0 |  50 |3737 |6143 |3737 |2658 |  43 |  22 |   0 | 0.000000e+00 | 8.826800e+04 |    Inf 
1.29/1.33	c   1.3s|     1 |     0 |  1107 |     - |  14M|   0 |  48 |3737 |6143 |3737 |2661 |  46 |  22 |   0 | 0.000000e+00 | 8.826800e+04 |    Inf 
1.59/1.60	c   1.6s|     1 |     0 |  1124 |     - |  14M|   0 |  50 |3737 |6143 |3737 |2663 |  48 |  22 |   0 | 0.000000e+00 | 8.826800e+04 |    Inf 
1.79/1.86	c   1.9s|     1 |     2 |  1124 |     - |  14M|   0 |  50 |3737 |6143 |3737 |2663 |  48 |  22 |   9 | 0.000000e+00 | 8.826800e+04 |    Inf 
6.29/6.30	o 328
6.29/6.30	c * 6.3s|    73 |    62 |  6588 |  75.9 |  17M|  24 |   - |3737 |6143 |3737 |2740 | 211 |  22 | 543 | 0.000000e+00 | 3.280000e+02 |    Inf 
6.79/6.88	o 312
6.79/6.88	c * 6.9s|    88 |    64 |  7792 |  76.6 |  18M|  26 |   - |3737 |6148 |3737 |2745 | 287 |  27 | 622 | 0.000000e+00 | 3.120000e+02 |    Inf 
8.09/8.12	o 234
8.09/8.12	c * 8.1s|   144 |    77 |  9514 |  58.7 |  19M|  27 |   - |3737 |6184 |3737 |2721 | 342 |  63 | 770 | 0.000000e+00 | 2.340000e+02 |    Inf 
8.59/8.67	o 23
8.59/8.67	c * 8.7s|   157 |    38 | 10765 |  61.8 |  19M|  27 |   - |3737 |6191 |3737 |2757 | 435 |  70 | 818 | 0.000000e+00 | 2.300000e+01 |    Inf 
16.00/16.09	o 21
16.00/16.09	c *16.1s|   472 |    79 | 19194 |  38.4 |  19M|  27 |   - |3737 |3822 |3737 |2670 | 441 | 384 |1619 | 0.000000e+00 | 2.100000e+01 |    Inf 
16.00/16.09	o 15
16.00/16.09	c *16.1s|   473 |    78 | 19204 |  38.3 |  19M|  27 |   - |3737 |3822 |3737 |2670 | 441 | 384 |1619 | 0.000000e+00 | 1.500000e+01 |    Inf 
18.59/18.68	o 12
18.59/18.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.59/18.68	c *18.7s|  1025 |   104 | 29391 |  27.6 |  19M|  27 |   - |3737 |4018 |3737 |2642 | 443 | 956 |1682 | 0.000000e+00 | 1.200000e+01 |    Inf 
19.29/19.36	o 6
19.29/19.36	c *19.4s|  1184 |    98 | 32236 |  26.3 |  19M|  30 |   - |3737 |3980 |3737 |2640 | 444 |1148 |1691 | 0.000000e+00 | 6.000000e+00 |    Inf 
31.09/31.15	o 5
31.09/31.15	c *31.1s|  3600 |   209 | 86800 |  23.8 |  21M|  41 |   - |3737 |5454 |3737 |2642 | 447 |3746 |1893 | 0.000000e+00 | 5.000000e+00 |    Inf 
31.09/31.15	o 3
31.09/31.15	c *31.2s|  3601 |   199 | 86803 |  23.8 |  21M|  41 |   - |3737 |5454 |3737 |2642 | 447 |3746 |1893 | 0.000000e+00 | 3.000000e+00 |    Inf 
56.89/56.95	c  57.0s| 10000 |   292 |216399 |  21.5 |  23M|  52 |   - |3737 |7451 |3737 |2640 | 447 |  10k|1996 | 0.000000e+00 | 3.000000e+00 |    Inf 
98.19/98.26	c  98.3s| 20000 |   413 |414438 |  20.7 |  26M|  52 |   - |3737 |  11k|3737 |2640 | 447 |  22k|2374 | 0.000000e+00 | 3.000000e+00 |    Inf 
141.39/141.46	c   141s| 30000 |   461 |613029 |  20.4 |  29M|  55 |   - |3737 |  16k|3737 |2640 | 447 |  34k|2944 | 0.000000e+00 | 3.000000e+00 |    Inf 
183.99/184.02	c   184s| 40000 |   426 |800241 |  20.0 |  28M|  56 |   - |3737 |  13k|3737 |2640 | 447 |  47k|3479 | 0.000000e+00 | 3.000000e+00 |    Inf 
227.90/227.96	c   228s| 50000 |   432 |998588 |  19.9 |  29M|  56 |   - |3737 |  13k|3737 |2640 | 447 |  59k|4094 | 0.000000e+00 | 3.000000e+00 |    Inf 
270.99/271.05	c   271s| 60000 |   572 |  1201k|  20.0 |  32M|  58 |  28 |3737 |  18k|3737 |2640 | 447 |  71k|4532 | 0.000000e+00 | 3.000000e+00 |    Inf 
315.49/315.53	c   316s| 70000 |   563 |  1413k|  20.2 |  33M|  68 |   - |3737 |  19k|3737 |2640 | 447 |  84k|4926 | 0.000000e+00 | 3.000000e+00 |    Inf 
359.70/359.70	c   360s| 80000 |   491 |  1624k|  20.3 |  33M|  68 |   - |3737 |  19k|3737 |2640 | 450 |  97k|5276 | 0.000000e+00 | 3.000000e+00 |    Inf 
380.39/380.40	o 1
380.39/380.40	c * 380s| 84704 |   352 |  1719k|  20.3 |  31M|  68 |   - |3737 |  17k|3737 |2640 | 451 | 103k|5465 | 0.000000e+00 | 1.000000e+00 |    Inf 
403.80/403.84	c   404s| 90000 |   338 |  1828k|  20.3 |  30M|  68 |  32 |3737 |  16k|3737 |2640 | 451 | 109k|5676 | 0.000000e+00 | 1.000000e+00 |    Inf 
445.10/445.18	c   445s|100000 |   260 |  2027k|  20.3 |  29M|  68 |   - |3737 |  13k|3737 |2640 | 451 | 122k|5939 | 0.000000e+00 | 1.000000e+00 |    Inf 
488.40/488.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
488.40/488.46	c   488s|110000 |   207 |  2230k|  20.3 |  30M|  68 |   - |3737 |  17k|3737 |2640 | 451 | 134k|6282 | 0.000000e+00 | 1.000000e+00 |    Inf 
534.40/534.47	c   534s|120000 |   139 |  2451k|  20.4 |  30M|  68 |   - |3737 |  19k|3737 |2640 | 451 | 147k|6632 | 0.000000e+00 | 1.000000e+00 |    Inf 
579.00/579.00	c   579s|130000 |    94 |  2664k|  20.5 |  28M|  68 |  42 |3737 |  14k|3737 |2670 | 451 | 159k|6850 | 0.000000e+00 | 1.000000e+00 |    Inf 
612.40/612.44	c 
612.40/612.44	c SCIP Status        : problem is solved [optimal solution found]
612.40/612.44	c Solving Time (sec) : 612.44
612.40/612.44	c Solving Nodes      : 137315
612.40/612.44	c Primal Bound       : +1.00000000000000e+00 (73 solutions)
612.40/612.44	c Dual Bound         : +1.00000000000000e+00
612.40/612.44	c Gap                : 0.00 %
612.40/612.44	s OPTIMUM FOUND
612.40/612.44	v -x231 x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
612.40/612.44	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 -x189 
612.40/612.44	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 x168 
612.40/612.44	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 
612.40/612.44	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
612.40/612.44	v -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
612.40/612.44	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 
612.40/612.44	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 
612.40/612.44	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 
612.40/612.44	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 
612.40/612.44	v -x1 
612.40/612.44	c SCIP Status        : problem is solved [optimal solution found]
612.40/612.44	c Total Time         :     612.44
612.40/612.44	c   solving          :     612.44
612.40/612.44	c   presolving       :       0.13 (included in solving)
612.40/612.44	c   reading          :       0.02 (included in solving)
612.40/612.44	c Original Problem   :
612.40/612.44	c   Problem name     : HOME/instance-3447787-1307898232.wbo
612.40/612.44	c   Variables        : 2035 (2035 binary, 0 integer, 0 implicit integer, 0 continuous)
612.40/612.44	c   Constraints      : 2708 initial, 2708 maximal
612.40/612.44	c Presolved Problem  :
612.40/612.44	c   Problem name     : t_HOME/instance-3447787-1307898232.wbo
612.40/612.44	c   Variables        : 3737 (1984 binary, 0 integer, 1753 implicit integer, 0 continuous)
612.40/612.44	c   Constraints      : 4368 initial, 20682 maximal
612.40/612.44	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
612.40/612.44	c   trivial          :       0.00         51          0          0          0          0          0          0          0          0
612.40/612.44	c   dualfix          :       0.00         51          0          0          0          0          0          0          0          0
612.40/612.44	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
612.40/612.44	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
612.40/612.44	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
612.40/612.44	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
612.40/612.44	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
612.40/612.44	c   setppc           :       0.00          0          0          0          0          0          9          0          0          0
612.40/612.44	c   linear           :       0.06          0          0          0       1814          0         84          0         61          0
612.40/612.44	c   indicator        :       0.00          0          0          0          0          0         51          0          0          0
612.40/612.44	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
612.40/612.44	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
612.40/612.44	c   root node        :          -       3527          -          -       3527          -          -          -          -          -
612.40/612.44	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
612.40/612.44	c   integral         :          0          0          0      71754          0        220          0        245       2427          0          0     139028
612.40/612.44	c   varbound         :          0+         6     364578        413          0          0        386          0      31211        438          0          0
612.40/612.44	c   setppc           :         54          6     615166          4          0        217     397024       1430     250523          0          0          0
612.40/612.44	c   linear           :       1753          6     613889          7          0        210    1441298       5727    1598599          0          0          0
612.40/612.44	c   indicator        :       1753          0     361033        413          0        210        520          0       2076          0          0          0
612.40/612.44	c   logicor          :        808+         6     243865         11          0         62     544316       3566     378791          0          0          0
612.40/612.44	c   bounddisjunction :          0+         0      48086          0          0          0         12          0         14          0          0          0
612.40/612.44	c   countsols        :          0          0          0         11          0         64          0          0          0          0          0          0
612.40/612.44	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
612.40/612.44	c   integral         :      44.81       0.00       0.00      44.81       0.00       0.01       0.00
612.40/612.44	c   varbound         :       0.44       0.00       0.41       0.03       0.00       0.00       0.00
612.40/612.44	c   setppc           :       2.15       0.00       2.05       0.00       0.00       0.00       0.10
612.40/612.44	c   linear           :      16.54       0.00      15.66       0.00       0.00       0.05       0.83
612.40/612.44	c   indicator        :       0.81       0.00       0.60       0.05       0.00       0.16       0.00
612.40/612.44	c   logicor          :      21.64       0.00      21.03       0.00       0.00       0.00       0.60
612.40/612.44	c   bounddisjunction :       0.06       0.00       0.06       0.00       0.00       0.00       0.00
612.40/612.44	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
612.40/612.44	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
612.40/612.44	c   vbounds          :       8584        203          1      14525
612.40/612.44	c   rootredcost      :         12          0          0       1753
612.40/612.44	c   pseudoobj        :     615265        402        102      27934
612.40/612.44	c Propagator Timings :  TotalTime  Propagate    Resprop
612.40/612.44	c   vbounds          :       1.29       1.29       0.00
612.40/612.44	c   rootredcost      :       0.11       0.11       0.00
612.40/612.44	c   pseudoobj        :      15.35      15.34       0.01
612.40/612.44	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
612.40/612.44	c   propagation      :       0.60      10826      10786      56822       26.9        196       19.8          -
612.40/612.44	c   infeasible LP    :      14.33      57284      57262     356524       37.9        562       14.8          0
612.40/612.44	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
612.40/612.44	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
612.40/612.44	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
612.40/612.44	c   applied globally :          -          -          -     168193       33.0          -          -          -
612.40/612.44	c   applied locally  :          -          -          -          0        0.0          -          -          -
612.40/612.44	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
612.40/612.44	c   cut pool         :       0.00          5          -          -          5          -    (maximal pool size: 220)
612.40/612.44	c   redcost          :       4.55      71833          0      25638          0          0
612.40/612.44	c   impliedbounds    :       0.00          6          0          0          0          0
612.40/612.44	c   intobj           :       0.00          0          0          0          0          0
612.40/612.44	c   gomory           :       0.52          6          0          0       1136          0
612.40/612.44	c   cgmip            :       0.00          0          0          0          0          0
612.40/612.44	c   closecuts        :       0.00          0          0          0          0          0
612.40/612.44	c   strongcg         :       0.47          6          0          0       1759          0
612.40/612.44	c   cmir             :       0.08          6          0          0          4          0
612.40/612.44	c   flowcover        :       0.08          6          0          0          3          0
612.40/612.44	c   clique           :       0.00          6          0          0          0          0
612.40/612.44	c   zerohalf         :       0.00          0          0          0          0          0
612.40/612.44	c   mcf              :       0.00          1          0          0          0          0
612.40/612.44	c   oddcycle         :       0.00          0          0          0          0          0
612.40/612.44	c   rapidlearning    :       0.10          1          0          0          0          0
612.40/612.44	c Pricers            :       Time      Calls       Vars
612.40/612.44	c   problem variables:       0.00          0          0
612.40/612.44	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
612.40/612.44	c   relpscost        :      44.75      71340        245       2427          0          0     139028
612.40/612.44	c   pscost           :       0.00          0          0          0          0          0          0
612.40/612.44	c   inference        :       0.00          0          0          0          0          0          0
612.40/612.44	c   mostinf          :       0.00          0          0          0          0          0          0
612.40/612.44	c   leastinf         :       0.00          0          0          0          0          0          0
612.40/612.44	c   fullstrong       :       0.00          0          0          0          0          0          0
612.40/612.44	c   allfullstrong    :       0.00          0          0          0          0          0          0
612.40/612.44	c   random           :       0.00          0          0          0          0          0          0
612.40/612.44	c Primal Heuristics  :       Time      Calls      Found
612.40/612.44	c   LP solutions     :       0.00          -         11
612.40/612.44	c   pseudo solutions :       0.00          -          0
612.40/612.44	c   oneopt           :       0.13         10          0
612.40/612.44	c   feaspump         :       0.06          1          0
612.40/612.44	c   crossover        :       0.38          7          0
612.40/612.44	c   fracdiving       :       1.35         34          0
612.40/612.44	c   veclendiving     :       0.87         34          0
612.40/612.44	c   coefdiving       :       1.01         34          0
612.40/612.44	c   pscostdiving     :       0.87         34          0
612.40/612.44	c   linesearchdiving :       0.51         34          0
612.40/612.44	c   guideddiving     :       1.24         34          0
612.40/612.44	c   objpscostdiving  :       0.33         18          0
612.40/612.44	c   rootsoldiving    :       0.42         18          0
612.40/612.44	c   trivial          :       0.00          2          0
612.40/612.44	c   shiftandpropagate:       0.02          1          0
612.40/612.44	c   simplerounding   :       0.15      71466          0
612.40/612.44	c   zirounding       :       1.90        204          0
612.40/612.44	c   rounding         :       0.46       3737          0
612.40/612.44	c   shifting         :       0.50       1144          0
612.40/612.44	c   intshifting      :       0.00          0          0
612.40/612.44	c   twoopt           :       0.00          0          0
612.40/612.44	c   fixandinfer      :       0.00          0          0
612.40/612.44	c   clique           :       0.00          0          0
612.40/612.44	c   intdiving        :       0.00          0          0
612.40/612.44	c   actconsdiving    :       0.00          0          0
612.40/612.44	c   octane           :       0.00          0          0
612.40/612.44	c   rens             :       0.04          1          0
612.40/612.44	c   rins             :       0.00          0          0
612.40/612.44	c   localbranching   :       0.00          0          0
612.40/612.44	c   mutation         :       0.00          0          0
612.40/612.44	c   dins             :       0.00          0          0
612.40/612.44	c   vbounds          :       0.00          0          0
612.40/612.44	c   undercover       :       0.00          0          0
612.40/612.44	c   subnlp           :       0.02          0          0
612.40/612.44	c   trysol           :       0.11        116         62
612.40/612.44	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
612.40/612.44	c   primal LP        :       0.01          0          0       0.00          -
612.40/612.44	c   dual LP          :     410.78     129942    2803029      21.57    6823.71
612.40/612.44	c   lex dual LP      :       0.00          0          0       0.00          -
612.40/612.44	c   barrier LP       :       0.00          0          0       0.00          -
612.40/612.44	c   diving/probing LP:       4.88       3564      23675       6.64    4851.64
612.40/612.44	c   strong branching :      43.41       7040     280629      39.86    6464.73
612.40/612.44	c     (at root node) :          -          9       1728     192.00          -
612.40/612.44	c   conflict analysis:       0.00          0          0       0.00          -
612.40/612.44	c B&B Tree           :
612.40/612.44	c   number of runs   :          1
612.40/612.44	c   nodes            :     137315
612.40/612.44	c   nodes (total)    :     137315
612.40/612.44	c   nodes left       :          0
612.40/612.44	c   max depth        :         68
612.40/612.44	c   max depth (total):         68
612.40/612.44	c   backtracks       :      14798 (10.8%)
612.40/612.44	c   delayed cutoffs  :       1529
612.40/612.44	c   repropagations   :     258153 (296469 domain reductions, 1442 cutoffs)
612.40/612.44	c   avg switch length:       5.33
612.40/612.44	c   switching time   :      27.91
612.40/612.44	c Solution           :
612.40/612.44	c   Solutions found  :         73 (12 improvements)
612.40/612.44	c   First Solution   : +8.82680000000000e+04   (in run 1, after 1 nodes, 0.19 seconds, depth 0, found by <trysol>)
612.40/612.44	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 84704 nodes, 380.40 seconds, depth 24, found by <relaxation>)
612.40/612.44	c   Dual Bound       : +1.00000000000000e+00
612.40/612.44	c   Gap              :       0.00 %
612.40/612.44	c   Root Dual Bound  : +0.00000000000000e+00
612.40/612.44	c   Root Iterations  :       1124
612.40/612.47	c Time complete: 612.47.

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3447787-1307898232/watcher-3447787-1307898232 -o /tmp/evaluation-result-3447787-1307898232/solver-3447787-1307898232 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447787-1307898232.wbo -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.35 1.79 1.85 3/176 9218
/proc/meminfo: memFree=2895848/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=10328 CPUtime=0 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 1568 0 0 0 0 0 0 0 24 0 1 0 901420927 10575872 1521 33554432000 4194304 9128323 140734501913488 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9218/statm: 2582 1521 399 1205 0 1373 0

[startup+0.068985 s]
/proc/loadavg: 1.35 1.79 1.85 3/176 9218
/proc/meminfo: memFree=2895848/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=31724 CPUtime=0.06 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 6886 0 0 0 6 0 0 0 24 0 1 0 901420927 32485376 6580 33554432000 4194304 9128323 140734501913488 18446744073709551615 5266288 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9218/statm: 7931 6580 514 1205 0 6722 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 31724

[startup+0.100991 s]
/proc/loadavg: 1.35 1.79 1.85 3/176 9218
/proc/meminfo: memFree=2895848/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=31884 CPUtime=0.09 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 6949 0 0 0 9 0 0 0 25 0 1 0 901420927 32649216 6643 33554432000 4194304 9128323 140734501913488 18446744073709551615 5326733 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9218/statm: 7971 6643 530 1205 0 6762 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31884

[startup+0.300946 s]
/proc/loadavg: 1.35 1.79 1.85 3/176 9218
/proc/meminfo: memFree=2895848/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=42216 CPUtime=0.29 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 10023 0 0 0 28 1 0 0 25 0 1 0 901420927 43229184 9524 33554432000 4194304 9128323 140734501913488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9218/statm: 10554 9524 675 1205 0 9345 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42216

[startup+0.70088 s]
/proc/loadavg: 1.35 1.79 1.85 3/176 9218
/proc/meminfo: memFree=2895848/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=45492 CPUtime=0.69 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 17607 0 0 0 67 2 0 0 25 0 1 0 901420927 46583808 10381 33554432000 4194304 9128323 140734501913488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9218/statm: 11373 10381 729 1205 0 10164 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45492

[startup+1.50072 s]
/proc/loadavg: 1.40 1.79 1.85 4/178 9220
/proc/meminfo: memFree=2790240/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=47528 CPUtime=1.49 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 18109 0 0 0 146 3 0 0 25 0 1 0 901420927 48668672 10882 33554432000 4194304 9128323 140734501913488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9218/statm: 11882 10882 728 1205 0 10673 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47528

[startup+3.10044 s]
/proc/loadavg: 1.40 1.79 1.85 4/178 9220
/proc/meminfo: memFree=2784084/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=70452 CPUtime=3.09 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 23452 0 0 0 302 7 0 0 25 0 1 0 901420927 72142848 16225 33554432000 4194304 9128323 140734501913488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9218/statm: 17613 16225 744 1205 0 16404 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70452

[startup+6.30085 s]
/proc/loadavg: 1.45 1.80 1.85 4/178 9220
/proc/meminfo: memFree=2779372/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=70452 CPUtime=6.29 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 23524 0 0 0 615 14 0 0 25 0 1 0 901420927 72142848 16297 33554432000 4194304 9128323 140734501913488 18446744073709551615 6713298 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9218/statm: 17613 16297 744 1205 0 16404 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70452

[startup+12.7007 s]
/proc/loadavg: 1.50 1.80 1.85 4/178 9220
/proc/meminfo: memFree=2776532/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=70452 CPUtime=12.69 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 23547 0 0 0 1241 28 0 0 25 0 1 0 901420927 72142848 16320 33554432000 4194304 9128323 140734501913488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9218/statm: 17613 16320 749 1205 0 16404 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70452

[startup+25.5003 s]
/proc/loadavg: 1.61 1.81 1.85 4/178 9223
/proc/meminfo: memFree=2769688/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=68752 CPUtime=25.49 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 29946 0 0 0 2497 52 0 0 25 0 1 0 901420927 70402048 16294 33554432000 4194304 9128323 140734501913488 18446744073709551615 7216589 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9218/statm: 17188 16294 752 1205 0 15979 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68752

[startup+51.1007 s]
/proc/loadavg: 1.74 1.82 1.86 4/178 9224
/proc/meminfo: memFree=2766336/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=68752 CPUtime=51.09 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 36491 0 0 0 5005 104 0 0 25 0 1 0 901420927 70402048 16297 33554432000 4194304 9128323 140734501913488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9218/statm: 17188 16297 752 1205 0 15979 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 68752

[startup+102.306 s]
/proc/loadavg: 1.89 1.85 1.86 4/178 9226
/proc/meminfo: memFree=2753552/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=78272 CPUtime=102.3 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 40197 0 0 0 10027 203 0 0 25 0 1 0 901420927 80150528 18680 33554432000 4194304 9128323 140734501913488 18446744073709551615 7342778 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9218/statm: 19568 18680 752 1205 0 18359 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 78272

[startup+162.3 s]
/proc/loadavg: 1.96 1.87 1.87 4/178 9227
/proc/meminfo: memFree=2752528/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=78272 CPUtime=162.29 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 40204 0 0 0 15911 318 0 0 25 0 1 0 901420927 80150528 18687 33554432000 4194304 9128323 140734501913488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9218/statm: 19568 18687 752 1205 0 18359 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 78272

[startup+222.3 s]
/proc/loadavg: 1.98 1.89 1.87 4/178 9229
/proc/meminfo: memFree=2748628/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=78272 CPUtime=222.29 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 40209 0 0 0 21805 424 0 0 25 0 1 0 901420927 80150528 18692 33554432000 4194304 9128323 140734501913488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9218/statm: 19568 18692 752 1205 0 18359 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 78272

[startup+282.3 s]
/proc/loadavg: 1.99 1.91 1.88 4/178 9230
/proc/meminfo: memFree=2742752/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=78272 CPUtime=282.29 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 41263 0 0 0 27694 535 0 0 25 0 1 0 901420927 80150528 18693 33554432000 4194304 9128323 140734501913488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9218/statm: 19568 18693 752 1205 0 18359 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 78272

[startup+342.301 s]
/proc/loadavg: 1.99 1.92 1.88 4/178 9232
/proc/meminfo: memFree=2741712/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=78272 CPUtime=342.29 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 41263 0 0 0 33582 647 0 0 25 0 1 0 901420927 80150528 18693 33554432000 4194304 9128323 140734501913488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9218/statm: 19568 18693 752 1205 0 18359 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 78272

[startup+402.301 s]
/proc/loadavg: 1.99 1.93 1.89 4/178 9234
/proc/meminfo: memFree=2737576/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=80568 CPUtime=402.3 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 53181 0 0 0 39471 759 0 0 25 0 1 0 901420927 82501632 19209 33554432000 4194304 9128323 140734501913488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9218/statm: 20142 19209 752 1205 0 18933 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 80568

[startup+462.301 s]
/proc/loadavg: 2.04 1.96 1.90 4/178 9235
/proc/meminfo: memFree=2736652/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=81132 CPUtime=462.29 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 57270 0 0 0 45361 868 0 0 25 0 1 0 901420927 83079168 19350 33554432000 4194304 9128323 140734501913488 18446744073709551615 7176933 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9218/statm: 20283 19350 752 1205 0 19074 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 81132

[startup+522.301 s]
/proc/loadavg: 2.01 1.97 1.91 4/178 9237
/proc/meminfo: memFree=2734884/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=81400 CPUtime=522.3 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 59467 0 0 0 51251 979 0 0 25 0 1 0 901420927 83353600 19418 33554432000 4194304 9128323 140734501913488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9218/statm: 20350 19418 752 1205 0 19141 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 81400

[startup+582.301 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 9238
/proc/meminfo: memFree=2733584/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=81988 CPUtime=582.3 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 59610 0 0 0 57145 1085 0 0 25 0 1 0 901420927 83955712 19561 33554432000 4194304 9128323 140734501913488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9218/statm: 20497 19561 752 1205 0 19288 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 81988

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

[startup+588.701 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 9239
/proc/meminfo: memFree=2733580/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=81988 CPUtime=588.7 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 59612 0 0 0 57774 1096 0 0 25 0 1 0 901420927 83955712 19563 33554432000 4194304 9128323 140734501913488 18446744073709551615 6712888 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9218/statm: 20497 19563 752 1205 0 19288 0
Current children cumulated CPU time (s) 588.7
Current children cumulated vsize (KiB) 81988

[startup+601.5 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 9239
/proc/meminfo: memFree=2733328/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=81988 CPUtime=601.5 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 59613 0 0 0 59029 1121 0 0 25 0 1 0 901420927 83955712 19564 33554432000 4194304 9128323 140734501913488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9218/statm: 20497 19564 752 1205 0 19288 0
Current children cumulated CPU time (s) 601.5
Current children cumulated vsize (KiB) 81988

[startup+607.901 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 9239
/proc/meminfo: memFree=2732832/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=81820 CPUtime=607.91 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 61530 0 0 0 59659 1132 0 0 25 0 1 0 901420927 83783680 19525 33554432000 4194304 9128323 140734501913488 18446744073709551615 7217824 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9218/statm: 20455 19525 752 1205 0 19246 0
Current children cumulated CPU time (s) 607.91
Current children cumulated vsize (KiB) 81820

[startup+609.501 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 9239
/proc/meminfo: memFree=2732832/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=81820 CPUtime=609.51 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 61530 0 0 0 59816 1135 0 0 25 0 1 0 901420927 83783680 19525 33554432000 4194304 9128323 140734501913488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9218/statm: 20455 19525 752 1205 0 19246 0
Current children cumulated CPU time (s) 609.51
Current children cumulated vsize (KiB) 81820

[startup+611.1 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 9239
/proc/meminfo: memFree=2732952/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=81820 CPUtime=611.1 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 61530 0 0 0 59973 1137 0 0 25 0 1 0 901420927 83783680 19525 33554432000 4194304 9128323 140734501913488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9218/statm: 20455 19525 752 1205 0 19246 0
Current children cumulated CPU time (s) 611.1
Current children cumulated vsize (KiB) 81820

[startup+611.9 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 9239
/proc/meminfo: memFree=2732952/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=81820 CPUtime=611.9 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 61530 0 0 0 60051 1139 0 0 25 0 1 0 901420927 83783680 19525 33554432000 4194304 9128323 140734501913488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9218/statm: 20455 19525 752 1205 0 19246 0
Current children cumulated CPU time (s) 611.9
Current children cumulated vsize (KiB) 81820

[startup+612.3 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 9239
/proc/meminfo: memFree=2732952/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=81820 CPUtime=612.3 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 61530 0 0 0 60090 1140 0 0 25 0 1 0 901420927 83783680 19525 33554432000 4194304 9128323 140734501913488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9218/statm: 20455 19525 752 1205 0 19246 0
Current children cumulated CPU time (s) 612.3
Current children cumulated vsize (KiB) 81820

[startup+612.4 s]
/proc/loadavg: 2.00 1.97 1.91 4/178 9239
/proc/meminfo: memFree=2732952/32951124 swapFree=67076880/67111528
[pid=9218] ppid=9216 vsize=81820 CPUtime=612.4 cores=1,3,5,7
/proc/9218/stat : 9218 (scip-2.0.1.4.li) R 9216 9218 8865 0 -1 4202496 61530 0 0 0 60099 1141 0 0 25 0 1 0 901420927 83783680 19525 33554432000 4194304 9128323 140734501913488 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/9218/statm: 20455 19525 752 1205 0 19246 0
Current children cumulated CPU time (s) 612.4
Current children cumulated vsize (KiB) 81820

Child status: 0
Real time (s): 612.473
CPU time (s): 612.484
CPU user time (s): 601.068
CPU system time (s): 11.4163
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 101396

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

runsolver used 0.953854 second user time and 2.08268 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-12 19:03:52
IDJOB=3447787
IDBENCH=78932
IDSOLVER=1944
FILE ID=node139/3447787-1307898232
RUNJOBID= node139-1307898232-9192
PBS_JOBID= 13559516
Free space on /tmp= 2692 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900566157--soft-33-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447787-1307898232/watcher-3447787-1307898232 -o /tmp/evaluation-result-3447787-1307898232/solver-3447787-1307898232 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447787-1307898232.wbo -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= cfec29cd05a8fe08303725dcbadc3399
RANDOM SEED=249735833

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       2897556 kB
Buffers:         51792 kB
Cached:       29048852 kB
SwapCached:       3400 kB
Active:       14393104 kB
Inactive:     14742264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       2897556 kB
SwapTotal:    67111528 kB
SwapFree:     67076880 kB
Dirty:           24464 kB
Writeback:           0 kB
AnonPages:       32940 kB
Mapped:          13292 kB
Slab:           853904 kB
PageTables:       4620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188708 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= 2668 MiB
End job on node139 at 2011-06-12 19:14:04