Trace number 3447793

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 905.428 905.408

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900583053--soft-33-100-0.wbo
MD5SUM9f5c0fb24468d0f2311d30a10738459c
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 benchmark122.075
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 constraints1785
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 88246
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 88245
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 651
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 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-3447793-1307898340.wbo>
0.00/0.02	c original problem has 2016 variables (2016 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, 152 impls, 11 clqs
0.07/0.08	c (round 2) 0 del vars, 127 del conss, 0 add conss, 1785 chg bounds, 52 chg sides, 0 chg coeffs, 0 upgd conss, 152 impls, 11 clqs
0.07/0.09	c (round 3) 104 del vars, 195 del conss, 0 add conss, 1809 chg bounds, 96 chg sides, 0 chg coeffs, 0 upgd conss, 152 impls, 11 clqs
0.09/0.10	c (round 4) 152 del vars, 195 del conss, 0 add conss, 1809 chg bounds, 96 chg sides, 0 chg coeffs, 880 upgd conss, 152 impls, 11 clqs
0.09/0.11	c (round 5) 152 del vars, 201 del conss, 0 add conss, 1809 chg bounds, 96 chg sides, 0 chg coeffs, 880 upgd conss, 152 impls, 11 clqs
0.09/0.16	c    (0.2s) probing: 101/1940 (5.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.16	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.16	c presolving (6 rounds):
0.09/0.16	c  152 deleted vars, 201 deleted constraints, 0 added constraints, 1809 tightened bounds, 0 added holes, 96 changed sides, 0 changed coefficients
0.09/0.16	c  1861 implications, 11 cliques
0.09/0.16	c presolved problem has 3649 variables (1940 bin, 0 int, 1709 impl, 0 cont) and 4292 constraints
0.09/0.16	c      61 constraints of type <setppc>
0.09/0.16	c    1709 constraints of type <linear>
0.09/0.16	c    1709 constraints of type <indicator>
0.09/0.16	c     813 constraints of type <logicor>
0.09/0.16	c transformed objective value is always integral (scale: 1)
0.09/0.16	c Presolving Time: 0.14
0.09/0.16	c - non default parameters ----------------------------------------------------------------------
0.09/0.16	c # SCIP version 2.0.1.4
0.09/0.16	c 
0.09/0.16	c # frequency for displaying node information lines
0.09/0.16	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.16	c display/freq = 10000
0.09/0.16	c 
0.09/0.16	c # maximal time in seconds to run
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/time = 1800
0.09/0.16	c 
0.09/0.16	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/memory = 13950
0.09/0.16	c 
0.09/0.16	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.16	c # [type: int, range: [1,2], default: 1]
0.09/0.16	c timing/clocktype = 2
0.09/0.16	c 
0.09/0.16	c # belongs reading time to solving time?
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c timing/reading = TRUE
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify inequalities
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/linear/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/indicator/addCouplingCons = TRUE
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify knapsacks
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.16	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.16	c separating/rapidlearning/freq = 0
0.09/0.16	c 
0.09/0.16	c -----------------------------------------------------------------------------------------------
0.09/0.16	c start solving
0.09/0.16	c 
0.49/0.55	o 632
0.49/0.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.55	c T 0.5s|     1 |     0 |     0 |     - |  14M|   0 |   - |3649 |6001 |3649 |2583 |   0 |   0 |   0 |      --      | 6.320000e+02 |    Inf 
0.49/0.56	c   0.6s|     1 |     0 |    68 |     - |  13M|   0 |  36 |3649 |6001 |3649 |2583 |   0 |   0 |   0 | 0.000000e+00 | 6.320000e+02 |    Inf 
0.79/0.80	c   0.8s|     1 |     0 |   259 |     - |  14M|   0 |  39 |3649 |6041 |3649 |2593 |  10 |   0 |   0 | 0.000000e+00 | 6.320000e+02 |    Inf 
0.89/0.90	c   0.9s|     1 |     0 |   280 |     - |  14M|   0 |  39 |3649 |6041 |3649 |2598 |  15 |   0 |   0 | 0.000000e+00 | 6.320000e+02 |    Inf 
0.99/1.08	c   1.1s|     1 |     0 |   291 |     - |  15M|   0 |  41 |3649 |6041 |3649 |2601 |  18 |   0 |   0 | 0.000000e+00 | 6.320000e+02 |    Inf 
1.19/1.27	c   1.3s|     1 |     0 |   316 |     - |  15M|   0 |  41 |3649 |6041 |3649 |2603 |  20 |   0 |   0 | 0.000000e+00 | 6.320000e+02 |    Inf 
1.39/1.46	c   1.5s|     1 |     0 |   335 |     - |  15M|   0 |  45 |3649 |6041 |3649 |2604 |  21 |   0 |   0 | 0.000000e+00 | 6.320000e+02 |    Inf 
1.59/1.68	c   1.7s|     1 |     0 |   351 |     - |  15M|   0 |  45 |3649 |6041 |3649 |2607 |  24 |   0 |   0 | 0.000000e+00 | 6.320000e+02 |    Inf 
1.99/2.04	c   2.0s|     1 |     2 |   351 |     - |  15M|   0 |  45 |3649 |6041 |3649 |2607 |  24 |   0 |   9 | 0.000000e+00 | 6.320000e+02 |    Inf 
3.19/3.27	o 467
3.19/3.27	c * 3.3s|    22 |    21 |  1653 |  62.0 |  16M|  21 |   - |3649 |6041 |3649 |2709 |  90 |   0 | 193 | 0.000000e+00 | 4.670000e+02 |    Inf 
3.59/3.69	o 96
3.59/3.69	c * 3.7s|    29 |    20 |  2525 |  77.6 |  16M|  21 |   - |3649 |6041 |3649 |2712 | 159 |   0 | 239 | 0.000000e+00 | 9.600000e+01 |    Inf 
3.69/3.71	o 85
3.69/3.71	c * 3.7s|    30 |    18 |  2556 |  76.0 |  16M|  21 |   - |3649 |6041 |3649 |2712 | 160 |   0 | 239 | 0.000000e+00 | 8.500000e+01 |    Inf 
4.40/4.46	o 76
4.40/4.46	c * 4.5s|    41 |    26 |  3435 |  77.1 |  16M|  21 |   - |3649 |5538 |3649 |2603 | 163 |   0 | 319 | 0.000000e+00 | 7.600000e+01 |    Inf 
4.49/4.50	o 9
4.49/4.50	c * 4.5s|    43 |    21 |  3483 |  74.6 |  16M|  21 |   - |3649 |5227 |3649 |2612 | 175 |   0 | 319 | 0.000000e+00 | 9.000000e+00 |    Inf 
24.39/24.49	o 8
24.39/24.49	c *24.5s|  2385 |   105 | 52638 |  21.9 |  16M|  33 |   - |3649 |5183 |3649 |2600 | 179 |2706 |1792 | 0.000000e+00 | 8.000000e+00 |    Inf 
24.79/24.87	o 3
24.79/24.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.79/24.87	c *24.9s|  2462 |   101 | 54275 |  21.9 |  17M|  33 |   - |3649 |5149 |3649 |2603 | 182 |2795 |1799 | 0.000000e+00 | 3.000000e+00 |    Inf 
32.39/32.47	o 1
32.39/32.47	c *32.5s|  4451 |   119 | 88978 |  19.9 |  18M|  44 |   - |3649 |6402 |3649 |2600 | 182 |5213 |1913 | 0.000000e+00 | 1.000000e+00 |    Inf 
53.39/53.42	c  53.4s| 10000 |    69 |188019 |  18.8 |  18M|  44 |   - |3649 |8545 |3649 |2600 | 182 |  12k|2147 | 0.000000e+00 | 1.000000e+00 |    Inf 
93.30/93.40	c  93.4s| 20000 |   185 |396146 |  19.8 |  21M|  44 |   - |3649 |  11k|3649 |2600 | 182 |  24k|2239 | 0.000000e+00 | 1.000000e+00 |    Inf 
139.60/139.64	c   140s| 30000 |   256 |622429 |  20.7 |  23M|  52 |   - |3649 |  13k|3649 |2600 | 182 |  38k|2877 | 0.000000e+00 | 1.000000e+00 |    Inf 
184.10/184.15	c   184s| 40000 |   143 |838175 |  20.9 |  23M|  52 |  30 |3649 |  14k|3649 |2600 | 182 |  51k|3392 | 0.000000e+00 | 1.000000e+00 |    Inf 
229.10/229.16	c   229s| 50000 |   157 |  1052k|  21.1 |  24M|  52 |   - |3649 |  18k|3649 |2600 | 182 |  63k|3895 | 0.000000e+00 | 1.000000e+00 |    Inf 
271.20/271.20	c   271s| 60000 |   235 |  1251k|  20.9 |  26M|  52 |  34 |3649 |  21k|3649 |2600 | 182 |  76k|4294 | 0.000000e+00 | 1.000000e+00 |    Inf 
313.80/313.81	c   314s| 70000 |   179 |  1448k|  20.7 |  27M|  53 |   - |3649 |  23k|3649 |2600 | 182 |  88k|4714 | 0.000000e+00 | 1.000000e+00 |    Inf 
359.39/359.40	c   359s| 80000 |   216 |  1667k|  20.8 |  30M|  53 |   - |3649 |  27k|3649 |2600 | 182 | 101k|5106 | 0.000000e+00 | 1.000000e+00 |    Inf 
403.29/403.35	c   403s| 90000 |   148 |  1873k|  20.8 |  29M|  53 |   - |3649 |  27k|3649 |2600 | 182 | 113k|5417 | 0.000000e+00 | 1.000000e+00 |    Inf 
449.10/449.19	c   449s|100000 |   142 |  2091k|  20.9 |  30M|  53 |  44 |3649 |  30k|3649 |2600 | 182 | 126k|5752 | 0.000000e+00 | 1.000000e+00 |    Inf 
497.60/497.67	c   498s|110000 |   177 |  2321k|  21.1 |  33M|  53 |   - |3649 |  36k|3649 |2600 | 182 | 138k|6117 | 0.000000e+00 | 1.000000e+00 |    Inf 
546.61/546.66	c   547s|120000 |   141 |  2554k|  21.3 |  34M|  53 |   - |3649 |  38k|3649 |2600 | 182 | 151k|6359 | 0.000000e+00 | 1.000000e+00 |    Inf 
598.61/598.63	c   599s|130000 |   153 |  2800k|  21.5 |  37M|  53 |  43 |3649 |  44k|3649 |2600 | 182 | 164k|6671 | 0.000000e+00 | 1.000000e+00 |    Inf 
649.01/649.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
649.01/649.06	c   649s|140000 |   170 |  3029k|  21.6 |  36M|  55 |   - |3649 |  41k|3649 |2600 | 182 | 176k|6954 | 0.000000e+00 | 1.000000e+00 |    Inf 
696.71/696.75	c   697s|150000 |   132 |  3246k|  21.6 |  34M|  55 |  52 |3649 |  36k|3649 |2600 | 182 | 189k|7253 | 0.000000e+00 | 1.000000e+00 |    Inf 
742.71/742.73	c   743s|160000 |   103 |  3452k|  21.6 |  29M|  55 |   - |3649 |  24k|3649 |2643 | 182 | 201k|7545 | 0.000000e+00 | 1.000000e+00 |    Inf 
789.51/789.52	c   790s|170000 |    32 |  3661k|  21.5 |  30M|  55 |   - |3649 |  26k|   0 |   0 | 182 | 213k|7832 | 0.000000e+00 | 1.000000e+00 |    Inf 
838.31/838.38	c   838s|180000 |    39 |  3901k|  21.7 |  28M|  55 |   - |3649 |  22k|   0 |   0 | 182 | 225k|8015 | 0.000000e+00 | 1.000000e+00 |    Inf 
884.12/884.12	c   884s|190000 |    72 |  4126k|  21.7 |  29M|  55 |   - |3649 |  22k|   0 |   0 | 182 | 237k|8227 | 0.000000e+00 | 1.000000e+00 |    Inf 
905.32/905.36	c 
905.32/905.36	c SCIP Status        : problem is solved [optimal solution found]
905.32/905.36	c Solving Time (sec) : 905.36
905.32/905.36	c Solving Nodes      : 194660
905.32/905.36	c Primal Bound       : +1.00000000000000e+00 (29 solutions)
905.32/905.36	c Dual Bound         : +1.00000000000000e+00
905.32/905.36	c Gap                : 0.00 %
905.32/905.36	s OPTIMUM FOUND
905.32/905.36	v -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
905.32/905.36	v -x209 -x208 -x207 -x206 -x205 x204 -x203 -x202 -x201 -x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 x190 -x189 
905.32/905.36	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 x168 
905.32/905.36	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
905.32/905.36	v -x146 -x145 -x144 x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 x127 -x126 -x125 
905.32/905.36	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 x104 
905.32/905.36	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 
905.32/905.36	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 
905.32/905.37	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 
905.32/905.37	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 
905.32/905.37	v -x1 
905.32/905.37	c SCIP Status        : problem is solved [optimal solution found]
905.32/905.37	c Total Time         :     905.36
905.32/905.37	c   solving          :     905.36
905.32/905.37	c   presolving       :       0.14 (included in solving)
905.32/905.37	c   reading          :       0.02 (included in solving)
905.32/905.37	c Original Problem   :
905.32/905.37	c   Problem name     : HOME/instance-3447793-1307898340.wbo
905.32/905.37	c   Variables        : 2016 (2016 binary, 0 integer, 0 implicit integer, 0 continuous)
905.32/905.37	c   Constraints      : 2708 initial, 2708 maximal
905.32/905.37	c Presolved Problem  :
905.32/905.37	c   Problem name     : t_HOME/instance-3447793-1307898340.wbo
905.32/905.37	c   Variables        : 3649 (1940 binary, 0 integer, 1709 implicit integer, 0 continuous)
905.32/905.37	c   Constraints      : 4292 initial, 46288 maximal
905.32/905.37	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
905.32/905.37	c   trivial          :       0.00         76          0          0          0          0          0          0          0          0
905.32/905.37	c   dualfix          :       0.00         76          0          0          0          0          0          0          0          0
905.32/905.37	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
905.32/905.37	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
905.32/905.37	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
905.32/905.37	c   probing          :       0.05          0          0          0          0          0          0          0          0          0
905.32/905.37	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
905.32/905.37	c   setppc           :       0.00          0          0          0          0          0          6          0          0          0
905.32/905.37	c   linear           :       0.06          0          0          0       1809          0        119          0         96          0
905.32/905.37	c   indicator        :       0.00          0          0          0          0          0         76          0          0          0
905.32/905.37	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
905.32/905.37	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
905.32/905.37	c   root node        :          -       3439          -          -       3439          -          -          -          -          -
905.32/905.37	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
905.32/905.37	c   integral         :          0          0          0     100951          0         67          0        360       3024          0          0     196834
905.32/905.37	c   varbound         :          0+         6      22369        165          0          0        106          0       9891        170          0          0
905.32/905.37	c   setppc           :         61          6     817109          4          0         64    1250084        935     594691          0          0          0
905.32/905.37	c   linear           :       1709+         7     819772          6          0         57    1858841       6163    1830984          0          0          0
905.32/905.37	c   indicator        :       1709          0      22362        165          0         57         38          0         88          0          0          0
905.32/905.37	c   logicor          :        813+         6     363850          8          0         21     664744       3253     588869          0          0          0
905.32/905.37	c   bounddisjunction :          0+         0      16604          0          0          0          0          0          0          0          0          0
905.32/905.37	c   countsols        :          0          0          0          8          0         23          0          0          0          0          0          0
905.32/905.37	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
905.32/905.37	c   integral         :      53.26       0.00       0.00      53.26       0.00       0.00       0.00
905.32/905.37	c   varbound         :       0.07       0.00       0.07       0.01       0.00       0.00       0.00
905.32/905.37	c   setppc           :       5.26       0.00       4.97       0.00       0.00       0.00       0.29
905.32/905.37	c   linear           :      20.34       0.00      19.26       0.00       0.00       0.02       1.07
905.32/905.37	c   indicator        :       0.17       0.00       0.11       0.02       0.00       0.04       0.00
905.32/905.37	c   logicor          :      49.57       0.00      48.84       0.00       0.00       0.00       0.72
905.32/905.37	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00       0.00       0.00
905.32/905.37	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
905.32/905.37	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
905.32/905.37	c   vbounds          :       2645         25          0       1400
905.32/905.37	c   rootredcost      :          8          0          0       1709
905.32/905.37	c   pseudoobj        :     820525        101          0       6649
905.32/905.37	c Propagator Timings :  TotalTime  Propagate    Resprop
905.32/905.37	c   vbounds          :       0.54       0.54       0.00
905.32/905.37	c   rootredcost      :       0.15       0.15       0.00
905.32/905.37	c   pseudoobj        :      19.29      19.29       0.00
905.32/905.37	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
905.32/905.37	c   propagation      :       0.57      10351      10278      58259       26.5        216       20.1          -
905.32/905.37	c   infeasible LP    :      22.17      88564      88549     575328       37.4        926       15.9          0
905.32/905.37	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
905.32/905.37	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
905.32/905.37	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
905.32/905.37	c   applied globally :          -          -          -     243040       33.2          -          -          -
905.32/905.37	c   applied locally  :          -          -          -          0        0.0          -          -          -
905.32/905.37	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
905.32/905.37	c   cut pool         :       0.00          5          -          -         18          -    (maximal pool size: 232)
905.32/905.37	c   redcost          :       6.06     100891          0       1685          0          0
905.32/905.37	c   impliedbounds    :       0.00          6          0          0          0          0
905.32/905.37	c   intobj           :       0.00          0          0          0          0          0
905.32/905.37	c   gomory           :       0.41          6          0          0       1234          0
905.32/905.37	c   cgmip            :       0.00          0          0          0          0          0
905.32/905.37	c   closecuts        :       0.00          0          0          0          0          0
905.32/905.37	c   strongcg         :       0.34          6          0          0       1468          0
905.32/905.37	c   cmir             :       0.07          6          0          0          0          0
905.32/905.37	c   flowcover        :       0.08          6          0          0          0          0
905.32/905.37	c   clique           :       0.00          6          0          0          0          0
905.32/905.37	c   zerohalf         :       0.00          0          0          0          0          0
905.32/905.37	c   mcf              :       0.00          1          0          0          0          0
905.32/905.37	c   oddcycle         :       0.00          0          0          0          0          0
905.32/905.37	c   rapidlearning    :       0.16          1          0          0          0         40
905.32/905.37	c Pricers            :       Time      Calls       Vars
905.32/905.37	c   problem variables:       0.00          0          0
905.32/905.37	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
905.32/905.37	c   relpscost        :      53.17     100785        360       3024          0          0     196834
905.32/905.37	c   pscost           :       0.00          0          0          0          0          0          0
905.32/905.37	c   inference        :       0.00          0          0          0          0          0          0
905.32/905.37	c   mostinf          :       0.00          0          0          0          0          0          0
905.32/905.37	c   leastinf         :       0.00          0          0          0          0          0          0
905.32/905.37	c   fullstrong       :       0.00          0          0          0          0          0          0
905.32/905.37	c   allfullstrong    :       0.00          0          0          0          0          0          0
905.32/905.37	c   random           :       0.00          0          0          0          0          0          0
905.32/905.37	c Primal Heuristics  :       Time      Calls      Found
905.32/905.37	c   LP solutions     :       0.00          -          8
905.32/905.37	c   pseudo solutions :       0.00          -          0
905.32/905.37	c   feaspump         :       0.01          0          0
905.32/905.37	c   intshifting      :       0.00          0          0
905.32/905.37	c   oneopt           :       0.13          8          0
905.32/905.37	c   crossover        :       0.40          8          0
905.32/905.37	c   fracdiving       :       3.12         68          0
905.32/905.37	c   linesearchdiving :       0.99         68          0
905.32/905.37	c   guideddiving     :       2.90         68          0
905.32/905.37	c   veclendiving     :       2.01         68          0
905.32/905.37	c   coefdiving       :       2.29         69          0
905.32/905.37	c   pscostdiving     :       2.46         69          0
905.32/905.37	c   objpscostdiving  :       0.77         35          0
905.32/905.37	c   rootsoldiving    :       1.03         35          0
905.32/905.37	c   trivial          :       0.00          2          0
905.32/905.37	c   shiftandpropagate:       0.38          1          1
905.32/905.37	c   simplerounding   :       0.17     100809          0
905.32/905.37	c   zirounding       :       0.78       1000          0
905.32/905.37	c   rounding         :       0.51       4484          0
905.32/905.37	c   shifting         :       0.54       1382          0
905.32/905.37	c   twoopt           :       0.00          0          0
905.32/905.37	c   fixandinfer      :       0.00          0          0
905.32/905.37	c   clique           :       0.00          0          0
905.32/905.37	c   intdiving        :       0.00          0          0
905.32/905.37	c   actconsdiving    :       0.00          0          0
905.32/905.37	c   octane           :       0.00          0          0
905.32/905.37	c   rens             :       0.05          1          0
905.32/905.37	c   rins             :       0.00          0          0
905.32/905.37	c   localbranching   :       0.00          0          0
905.32/905.37	c   mutation         :       0.00          0          0
905.32/905.37	c   dins             :       0.00          0          0
905.32/905.37	c   vbounds          :       0.00          0          0
905.32/905.37	c   undercover       :       0.00          0          0
905.32/905.37	c   subnlp           :       0.03          0          0
905.32/905.37	c   trysol           :       0.06         29         20
905.32/905.37	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
905.32/905.37	c   primal LP        :       0.00          0          0       0.00          -
905.32/905.37	c   dual LP          :     597.63     188372    4174288      22.16    6984.70
905.32/905.37	c   lex dual LP      :       0.00          0          0       0.00          -
905.32/905.37	c   barrier LP       :       0.00          0          0       0.00          -
905.32/905.37	c   diving/probing LP:      11.25       8940      54175       6.06    4816.03
905.32/905.37	c   strong branching :      51.30       8369     336895      40.26    6567.36
905.32/905.37	c     (at root node) :          -          9       2678     297.56          -
905.32/905.37	c   conflict analysis:       0.00          0          0       0.00          -
905.32/905.37	c B&B Tree           :
905.32/905.37	c   number of runs   :          1
905.32/905.37	c   nodes            :     194660
905.32/905.37	c   nodes (total)    :     194660
905.32/905.37	c   nodes left       :          0
905.32/905.37	c   max depth        :         55
905.32/905.37	c   max depth (total):         55
905.32/905.37	c   backtracks       :      27646 (14.2%)
905.32/905.37	c   delayed cutoffs  :       2148
905.32/905.37	c   repropagations   :     304409 (530382 domain reductions, 2024 cutoffs)
905.32/905.37	c   avg switch length:       4.77
905.32/905.37	c   switching time   :      51.55
905.32/905.37	c Solution           :
905.32/905.37	c   Solutions found  :         29 (9 improvements)
905.32/905.37	c   First Solution   : +6.32000000000000e+02   (in run 1, after 1 nodes, 0.54 seconds, depth 1843, found by <shiftandpropagate>)
905.32/905.37	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 4451 nodes, 32.47 seconds, depth 30, found by <relaxation>)
905.32/905.37	c   Dual Bound       : +1.00000000000000e+00
905.32/905.37	c   Gap              :       0.00 %
905.32/905.37	c   Root Dual Bound  : +0.00000000000000e+00
905.32/905.37	c   Root Iterations  :        351
905.41/905.40	c Time complete: 905.42.

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 /var/tmp/evaluation-result-3447793-1307898340/watcher-3447793-1307898340 -o /var/tmp/evaluation-result-3447793-1307898340/solver-3447793-1307898340 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447793-1307898340.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: 2.00 1.97 1.88 2/177 3725
/proc/meminfo: memFree=1068900/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=10128 CPUtime=0 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 1515 0 0 0 0 0 0 0 24 0 1 0 634025300 10371072 1469 33554432000 4194304 9128323 140737309487904 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3725/statm: 2532 1469 399 1205 0 1323 0

[startup+0.0857571 s]
/proc/loadavg: 2.00 1.97 1.88 2/177 3725
/proc/meminfo: memFree=1068900/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=31736 CPUtime=0.07 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 6885 0 0 0 7 0 0 0 24 0 1 0 634025300 32497664 6580 33554432000 4194304 9128323 140737309487904 18446744073709551615 5266288 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 7934 6580 514 1205 0 6725 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 31736

[startup+0.100742 s]
/proc/loadavg: 2.00 1.97 1.88 2/177 3725
/proc/meminfo: memFree=1068900/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=31736 CPUtime=0.09 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 6913 0 0 0 9 0 0 0 24 0 1 0 634025300 32497664 6608 33554432000 4194304 9128323 140737309487904 18446744073709551615 4497536 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 7934 6608 530 1205 0 6725 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31736

[startup+0.300704 s]
/proc/loadavg: 2.00 1.97 1.88 2/177 3725
/proc/meminfo: memFree=1068900/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=37928 CPUtime=0.29 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 8647 0 0 0 29 0 0 0 25 0 1 0 634025300 38838272 8332 33554432000 4194304 9128323 140737309487904 18446744073709551615 5604739 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 9482 8332 606 1205 0 8273 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37928

[startup+0.700651 s]
/proc/loadavg: 2.00 1.97 1.88 2/177 3725
/proc/meminfo: memFree=1068900/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=71916 CPUtime=0.69 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 17089 0 0 0 67 2 0 0 25 0 1 0 634025300 73641984 16619 33554432000 4194304 9128323 140737309487904 18446744073709551615 4770960 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 17979 16619 710 1205 0 16770 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71916

[startup+1.5005 s]
/proc/loadavg: 2.00 1.97 1.88 3/178 3726
/proc/meminfo: memFree=1005460/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=70504 CPUtime=1.49 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 17176 0 0 0 146 3 0 0 25 0 1 0 634025300 72196096 16347 33554432000 4194304 9128323 140737309487904 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 17626 16347 728 1205 0 16417 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70504

[startup+3.10022 s]
/proc/loadavg: 2.00 1.97 1.88 3/178 3726
/proc/meminfo: memFree=1003600/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=70536 CPUtime=3.09 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 19577 0 0 0 301 8 0 0 25 0 1 0 634025300 72228864 16707 33554432000 4194304 9128323 140737309487904 18446744073709551615 7974756 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 17634 16707 750 1205 0 16425 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70536

[startup+6.30065 s]
/proc/loadavg: 2.00 1.97 1.88 3/178 3726
/proc/meminfo: memFree=1003452/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=70536 CPUtime=6.29 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 19591 0 0 0 614 15 0 0 25 0 1 0 634025300 72228864 16721 33554432000 4194304 9128323 140737309487904 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 17634 16721 751 1205 0 16425 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70536

[startup+12.7005 s]
/proc/loadavg: 2.08 1.99 1.89 3/178 3726
/proc/meminfo: memFree=1003220/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=70536 CPUtime=12.69 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 19593 0 0 0 1240 29 0 0 25 0 1 0 634025300 72228864 16722 33554432000 4194304 9128323 140737309487904 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 17634 16722 751 1205 0 16425 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70536

[startup+25.5003 s]
/proc/loadavg: 2.06 1.99 1.89 3/178 3727
/proc/meminfo: memFree=1003040/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=70536 CPUtime=25.49 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 26873 0 0 0 2496 53 0 0 25 0 1 0 634025300 72228864 16735 33554432000 4194304 9128323 140737309487904 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 17634 16735 754 1205 0 16425 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70536

[startup+51.1008 s]
/proc/loadavg: 2.04 1.99 1.89 3/178 3728
/proc/meminfo: memFree=1002200/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=71696 CPUtime=51.09 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 40248 0 0 0 5007 102 0 0 25 0 1 0 634025300 73416704 17026 33554432000 4194304 9128323 140737309487904 18446744073709551615 6526643 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 17924 17026 754 1205 0 16715 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71696

[startup+102.307 s]
/proc/loadavg: 2.06 2.00 1.90 3/178 3729
/proc/meminfo: memFree=999272/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=70536 CPUtime=102.3 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 40785 0 0 0 10031 199 0 0 25 0 1 0 634025300 72228864 16742 33554432000 4194304 9128323 140737309487904 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 17634 16742 754 1205 0 16425 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 70536

[startup+162.301 s]
/proc/loadavg: 2.02 2.00 1.91 3/178 3730
/proc/meminfo: memFree=997180/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=73076 CPUtime=162.29 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 43378 0 0 0 15916 313 0 0 25 0 1 0 634025300 74829824 17337 33554432000 4194304 9128323 140737309487904 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 18269 17337 754 1205 0 17060 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 73076

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 3732
/proc/meminfo: memFree=995260/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=74336 CPUtime=222.3 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 43693 0 0 0 21806 424 0 0 25 0 1 0 634025300 76120064 17652 33554432000 4194304 9128323 140737309487904 18446744073709551615 6416641 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 18584 17652 754 1205 0 17375 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 74336

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 3734
/proc/meminfo: memFree=991200/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=77820 CPUtime=282.3 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 46726 0 0 0 27696 534 0 0 25 0 1 0 634025300 79687680 18559 33554432000 4194304 9128323 140737309487904 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 19455 18559 754 1205 0 18246 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 77820

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 3735
/proc/meminfo: memFree=989720/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=79060 CPUtime=342.3 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 47014 0 0 0 33588 642 0 0 25 0 1 0 634025300 80957440 18847 33554432000 4194304 9128323 140737309487904 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 19765 18847 754 1205 0 18556 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 79060

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 3737
/proc/meminfo: memFree=985744/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=82032 CPUtime=402.3 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 47737 0 0 0 39479 751 0 0 25 0 1 0 634025300 84000768 19570 33554432000 4194304 9128323 140737309487904 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 20508 19570 754 1205 0 19299 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 82032

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 3738
/proc/meminfo: memFree=985412/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=82800 CPUtime=462.3 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 47930 0 0 0 45370 860 0 0 25 0 1 0 634025300 84787200 19763 33554432000 4194304 9128323 140737309487904 18446744073709551615 4900871 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 20700 19763 754 1205 0 19491 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 82800

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 3740
/proc/meminfo: memFree=981564/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=86436 CPUtime=522.3 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 53881 0 0 0 51262 968 0 0 25 0 1 0 634025300 88510464 20675 33554432000 4194304 9128323 140737309487904 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 21609 20675 755 1205 0 20400 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 86436

[startup+582.301 s]
/proc/loadavg: 2.07 2.02 1.91 3/178 3742
/proc/meminfo: memFree=978676/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=88756 CPUtime=582.31 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 54486 0 0 0 57154 1077 0 0 25 0 1 0 634025300 90886144 21280 33554432000 4194304 9128323 140737309487904 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 22189 21280 755 1205 0 20980 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 88756

[startup+642.301 s]
/proc/loadavg: 2.08 2.03 1.92 3/178 3743
/proc/meminfo: memFree=973096/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=94056 CPUtime=642.31 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 55773 0 0 0 63050 1181 0 0 25 0 1 0 634025300 96313344 22567 33554432000 4194304 9128323 140737309487904 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 23514 22567 755 1205 0 22305 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 94056

[startup+702.301 s]
/proc/loadavg: 2.03 2.02 1.92 3/178 3745
/proc/meminfo: memFree=971572/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=94528 CPUtime=702.3 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 55895 0 0 0 68946 1284 0 0 25 0 1 0 634025300 96796672 22689 33554432000 4194304 9128323 140737309487904 18446744073709551615 6712643 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 23632 22689 755 1205 0 22423 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 94528

[startup+762.306 s]
/proc/loadavg: 1.97 2.00 1.91 3/178 3823
/proc/meminfo: memFree=818616/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=98484 CPUtime=762.31 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 56627 0 0 0 74834 1397 0 0 25 0 1 0 634025300 100847616 23414 33554432000 4194304 9128323 140737309487904 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 24621 23414 755 1205 0 23412 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 98484

[startup+822.301 s]
/proc/loadavg: 1.99 2.00 1.91 3/178 3825
/proc/meminfo: memFree=804364/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=98964 CPUtime=822.31 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 56785 0 0 0 80731 1500 0 0 25 0 1 0 634025300 101339136 23572 33554432000 4194304 9128323 140737309487904 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 24741 23572 755 1205 0 23532 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 98964

[startup+882.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/178 3827
/proc/meminfo: memFree=804084/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=98964 CPUtime=882.32 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 56797 0 0 0 86628 1604 0 0 25 0 1 0 634025300 101339136 23584 33554432000 4194304 9128323 140737309487904 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 24741 23584 755 1205 0 23532 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 98964

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

[startup+883.101 s]
/proc/loadavg: 1.99 2.00 1.91 3/178 3827
/proc/meminfo: memFree=804084/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=98964 CPUtime=883.11 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 56797 0 0 0 86706 1605 0 0 25 0 1 0 634025300 101339136 23584 33554432000 4194304 9128323 140737309487904 18446744073709551615 4732032 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 24741 23584 755 1205 0 23532 0
Current children cumulated CPU time (s) 883.11
Current children cumulated vsize (KiB) 98964

[startup+895.901 s]
/proc/loadavg: 2.06 2.02 1.92 3/178 3827
/proc/meminfo: memFree=804308/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=98964 CPUtime=895.91 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 56797 0 0 0 87962 1629 0 0 25 0 1 0 634025300 101339136 23584 33554432000 4194304 9128323 140737309487904 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 24741 23584 755 1205 0 23532 0
Current children cumulated CPU time (s) 895.91
Current children cumulated vsize (KiB) 98964

[startup+902.301 s]
/proc/loadavg: 2.06 2.02 1.92 3/178 3827
/proc/meminfo: memFree=804552/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=98964 CPUtime=902.32 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 56797 0 0 0 88591 1641 0 0 25 0 1 0 634025300 101339136 23584 33554432000 4194304 9128323 140737309487904 18446744073709551615 4241149 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 24741 23584 755 1205 0 23532 0
Current children cumulated CPU time (s) 902.32
Current children cumulated vsize (KiB) 98964

[startup+903.9 s]
/proc/loadavg: 2.06 2.02 1.92 3/178 3827
/proc/meminfo: memFree=804180/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=98964 CPUtime=903.92 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 56797 0 0 0 88748 1644 0 0 25 0 1 0 634025300 101339136 23584 33554432000 4194304 9128323 140737309487904 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 24741 23584 755 1205 0 23532 0
Current children cumulated CPU time (s) 903.92
Current children cumulated vsize (KiB) 98964

[startup+904.7 s]
/proc/loadavg: 2.06 2.02 1.92 3/178 3827
/proc/meminfo: memFree=804412/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=98964 CPUtime=904.71 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 56797 0 0 0 88826 1645 0 0 25 0 1 0 634025300 101339136 23584 33554432000 4194304 9128323 140737309487904 18446744073709551615 5240721 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 24741 23584 755 1205 0 23532 0
Current children cumulated CPU time (s) 904.71
Current children cumulated vsize (KiB) 98964

[startup+905.1 s]
/proc/loadavg: 2.06 2.02 1.92 3/178 3827
/proc/meminfo: memFree=804412/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=98964 CPUtime=905.11 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 56797 0 0 0 88865 1646 0 0 25 0 1 0 634025300 101339136 23584 33554432000 4194304 9128323 140737309487904 18446744073709551615 6856832 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 24741 23584 755 1205 0 23532 0
Current children cumulated CPU time (s) 905.11
Current children cumulated vsize (KiB) 98964

[startup+905.306 s]
/proc/loadavg: 2.05 2.01 1.92 3/178 3827
/proc/meminfo: memFree=804412/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=98964 CPUtime=905.32 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 56797 0 0 0 88886 1646 0 0 25 0 1 0 634025300 101339136 23584 33554432000 4194304 9128323 140737309487904 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/3725/statm: 24741 23584 755 1205 0 23532 0
Current children cumulated CPU time (s) 905.32
Current children cumulated vsize (KiB) 98964

[startup+905.401 s]
/proc/loadavg: 2.05 2.01 1.92 3/178 3827
/proc/meminfo: memFree=804412/32951124 swapFree=67055716/67111528
[pid=3725] ppid=3723 vsize=93020 CPUtime=905.41 cores=1,3,5,7
/proc/3725/stat : 3725 (scip-2.0.1.4.li) R 3723 3725 2916 0 -1 4202496 56799 0 0 0 88895 1646 0 0 25 0 1 0 634025300 95252480 22356 33554432000 4194304 9128323 140737309487904 18446744073709551615 8062775 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/3725/statm: 23255 22356 757 1205 0 22046 0
Current children cumulated CPU time (s) 905.41
Current children cumulated vsize (KiB) 93020

Child status: 0
Real time (s): 905.408
CPU time (s): 905.428
CPU user time (s): 888.957
CPU system time (s): 16.4715
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 98964

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

runsolver used 1.19482 second user time and 2.93855 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-12 19:05:40
IDJOB=3447793
IDBENCH=78935
IDSOLVER=1944
FILE ID=node107/3447793-1307898340
RUNJOBID= node107-1307897248-3619
PBS_JOBID= 13559596
Free space on /var/tmp= 2884 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.1900583053--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 /var/tmp/evaluation-result-3447793-1307898340/watcher-3447793-1307898340 -o /var/tmp/evaluation-result-3447793-1307898340/solver-3447793-1307898340 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447793-1307898340.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 9f5c0fb24468d0f2311d30a10738459c
RANDOM SEED=1770498512

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1069212 kB
Buffers:         50280 kB
Cached:       30742524 kB
SwapCached:      20072 kB
Active:       15743892 kB
Inactive:     15177264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1069212 kB
SwapTotal:    67111528 kB
SwapFree:     67055716 kB
Dirty:           12084 kB
Writeback:          12 kB
AnonPages:      125620 kB
Mapped:          15904 kB
Slab:           896708 kB
PageTables:       4896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   306392 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 /var/tmp at the end= 2868 MiB
End job on node107 at 2011-06-12 19:20:46