Trace number 3447256

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 482.115 482.105

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900564281--soft-33-100-0.wbo
MD5SUMe85c5d1e36fd64db247bc5be7351d7af
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 benchmark12.6521
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 705
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-3447256-1307898940.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.02/0.04	c presolving:
0.02/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.02/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.02/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.54	o 231
0.49/0.54	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.54	c T 0.5s|     1 |     0 |     0 |     - |  14M|   0 |   - |3649 |6001 |3649 |2583 |   0 |   0 |   0 |      --      | 2.310000e+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 | 2.310000e+02 |    Inf 
0.79/0.83	c   0.8s|     1 |     0 |   193 |     - |  14M|   0 |  39 |3649 |6045 |3649 |2593 |  10 |   0 |   0 | 0.000000e+00 | 2.310000e+02 |    Inf 
0.89/0.93	c   0.9s|     1 |     0 |   214 |     - |  14M|   0 |  39 |3649 |6045 |3649 |2598 |  15 |   0 |   0 | 0.000000e+00 | 2.310000e+02 |    Inf 
1.10/1.11	c   1.1s|     1 |     0 |   225 |     - |  15M|   0 |  41 |3649 |6045 |3649 |2601 |  18 |   0 |   0 | 0.000000e+00 | 2.310000e+02 |    Inf 
1.29/1.30	c   1.3s|     1 |     0 |   250 |     - |  15M|   0 |  41 |3649 |6045 |3649 |2603 |  20 |   0 |   0 | 0.000000e+00 | 2.310000e+02 |    Inf 
1.39/1.49	c   1.5s|     1 |     0 |   269 |     - |  15M|   0 |  45 |3649 |6045 |3649 |2604 |  21 |   0 |   0 | 0.000000e+00 | 2.310000e+02 |    Inf 
1.69/1.71	c   1.7s|     1 |     0 |   285 |     - |  15M|   0 |  45 |3649 |6045 |3649 |2607 |  24 |   0 |   0 | 0.000000e+00 | 2.310000e+02 |    Inf 
1.99/2.06	c   2.1s|     1 |     2 |   285 |     - |  15M|   0 |  45 |3649 |6045 |3649 |2607 |  24 |   0 |   9 | 0.000000e+00 | 2.310000e+02 |    Inf 
4.30/4.37	o 36
4.30/4.37	c * 4.4s|    38 |    17 |  2455 |  58.6 |  16M|  16 |   - |3649 |6048 |3649 |2698 | 137 |   3 | 283 | 0.000000e+00 | 3.600000e+01 |    Inf 
4.49/4.50	o 35
4.49/4.50	c * 4.5s|    40 |    17 |  2467 |  55.9 |  16M|  17 |   - |3649 |3842 |3649 |2695 | 137 |   3 | 307 | 0.000000e+00 | 3.500000e+01 |    Inf 
4.49/4.51	o 9
4.49/4.51	c * 4.5s|    41 |    16 |  2479 |  54.9 |  16M|  17 |   - |3649 |3842 |3649 |2695 | 137 |   3 | 307 | 0.000000e+00 | 9.000000e+00 |    Inf 
25.20/25.23	o 7
25.20/25.23	c *25.2s|  2560 |    96 | 56366 |  21.9 |  16M|  30 |   - |3649 |5226 |3649 |2602 | 139 |2754 |1809 | 0.000000e+00 | 7.000000e+00 |    Inf 
33.89/33.98	o 2
33.89/33.98	c *34.0s|  4403 |   109 | 93288 |  21.1 |  17M|  35 |   - |3649 |5659 |3649 |2637 | 139 |4911 |2044 | 0.000000e+00 | 2.000000e+00 |    Inf 
58.39/58.40	c  58.4s| 10000 |   293 |213528 |  21.3 |  20M|  36 |  28 |3649 |8602 |3649 |2600 | 139 |  11k|2328 | 0.000000e+00 | 2.000000e+00 |    Inf 
100.29/100.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
100.29/100.30	c   100s| 20000 |   253 |424395 |  21.2 |  21M|  47 |  36 |3649 |  10k|3649 |2637 | 139 |  23k|2545 | 0.000000e+00 | 2.000000e+00 |    Inf 
147.19/147.21	c   147s| 30000 |   330 |649632 |  21.6 |  24M|  47 |  29 |3649 |  15k|3649 |2600 | 139 |  35k|3249 | 0.000000e+00 | 2.000000e+00 |    Inf 
194.00/194.06	c   194s| 40000 |   412 |875442 |  21.9 |  25M|  48 |   - |3649 |  17k|   0 |   0 | 139 |  47k|3752 | 0.000000e+00 | 2.000000e+00 |    Inf 
240.39/240.48	c   240s| 50000 |   408 |  1092k|  21.9 |  27M|  54 |  30 |3649 |  19k|3649 |2600 | 139 |  60k|4242 | 0.000000e+00 | 2.000000e+00 |    Inf 
287.50/287.58	c   288s| 60000 |   372 |  1316k|  21.9 |  28M|  54 |   - |3649 |  22k|3649 |2600 | 139 |  73k|4652 | 0.000000e+00 | 2.000000e+00 |    Inf 
333.50/333.50	c   334s| 70000 |   462 |  1533k|  21.9 |  29M|  55 |  22 |3649 |  21k|3649 |2600 | 139 |  86k|5046 | 0.000000e+00 | 2.000000e+00 |    Inf 
377.60/377.69	c   378s| 80000 |   465 |  1747k|  21.8 |  27M|  58 |  25 |3649 |  15k|3649 |2600 | 139 |  99k|5355 | 0.000000e+00 | 2.000000e+00 |    Inf 
381.90/381.99	o 1
381.90/381.99	c * 382s| 81032 |   202 |  1766k|  21.8 |  25M|  58 |   - |3649 |  16k|3649 |2601 | 140 | 100k|5407 | 0.000000e+00 | 1.000000e+00 |    Inf 
423.00/423.00	c   423s| 90000 |   102 |  1966k|  21.9 |  22M|  58 |   - |3649 |  10k|3649 |2637 | 140 | 112k|5699 | 0.000000e+00 | 1.000000e+00 |    Inf 
468.40/468.48	c   468s|100000 |    50 |  2195k|  21.9 |  22M|  58 |   - |3649 |  12k|3649 |2600 | 140 | 124k|6026 | 0.000000e+00 | 1.000000e+00 |    Inf 
482.00/482.07	c 
482.00/482.07	c SCIP Status        : problem is solved [optimal solution found]
482.00/482.07	c Solving Time (sec) : 482.07
482.00/482.07	c Solving Nodes      : 103029
482.00/482.07	c Primal Bound       : +1.00000000000000e+00 (25 solutions)
482.00/482.07	c Dual Bound         : +1.00000000000000e+00
482.00/482.07	c Gap                : 0.00 %
482.00/482.07	s OPTIMUM FOUND
482.00/482.07	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 x222 -x221 -x220 -x219 -x218 -x217 -x216 x215 -x214 -x213 -x212 -x211 -x210 
482.00/482.07	v -x209 -x208 -x207 -x206 -x205 -x204 x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 x194 -x193 -x192 -x191 -x190 x189 
482.00/482.07	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
482.00/482.07	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 x157 -x156 -x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 
482.00/482.07	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
482.00/482.07	v x125 -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
482.00/482.07	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 
482.00/482.07	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 
482.00/482.07	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 
482.00/482.07	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 
482.00/482.07	v -x1 
482.00/482.07	c SCIP Status        : problem is solved [optimal solution found]
482.00/482.07	c Total Time         :     482.07
482.00/482.07	c   solving          :     482.07
482.00/482.07	c   presolving       :       0.14 (included in solving)
482.00/482.07	c   reading          :       0.02 (included in solving)
482.00/482.07	c Original Problem   :
482.00/482.07	c   Problem name     : HOME/instance-3447256-1307898940.wbo
482.00/482.07	c   Variables        : 2016 (2016 binary, 0 integer, 0 implicit integer, 0 continuous)
482.00/482.07	c   Constraints      : 2708 initial, 2708 maximal
482.00/482.07	c Presolved Problem  :
482.00/482.07	c   Problem name     : t_HOME/instance-3447256-1307898940.wbo
482.00/482.07	c   Variables        : 3649 (1940 binary, 0 integer, 1709 implicit integer, 0 continuous)
482.00/482.07	c   Constraints      : 4292 initial, 23633 maximal
482.00/482.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
482.00/482.07	c   trivial          :       0.00         76          0          0          0          0          0          0          0          0
482.00/482.07	c   dualfix          :       0.00         76          0          0          0          0          0          0          0          0
482.00/482.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
482.00/482.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
482.00/482.07	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
482.00/482.07	c   probing          :       0.05          0          0          0          0          0          0          0          0          0
482.00/482.07	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
482.00/482.07	c   setppc           :       0.00          0          0          0          0          0          6          0          0          0
482.00/482.07	c   linear           :       0.06          0          0          0       1809          0        119          0         96          0
482.00/482.07	c   indicator        :       0.00          0          0          0          0          0         76          0          0          0
482.00/482.07	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
482.00/482.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
482.00/482.07	c   root node        :          -       3419          -          -       3419          -          -          -          -          -
482.00/482.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
482.00/482.07	c   integral         :          0          0          0      53875          0         59          0        195       2174          0          0     104406
482.00/482.07	c   varbound         :          0+         6     345200        121          0          0        220          0      15238        128          0          0
482.00/482.07	c   setppc           :         61          6     443885          2          0         56     589959        741     343468          0          0          0
482.00/482.07	c   linear           :       1709+         7     446767          3          0         49     918095       3565     996100          0          0          0
482.00/482.07	c   indicator        :       1709          0     342996        121          0         49        172          0        898          0          0          0
482.00/482.07	c   logicor          :        813+         6     186449          6          0         19     372260       2080     299552          0          0          0
482.00/482.07	c   bounddisjunction :          0+         0      11479          0          0          0          0          0          0          0          0          0
482.00/482.07	c   countsols        :          0          0          0          6          0         21          0          0          0          0          0          0
482.00/482.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
482.00/482.07	c   integral         :      38.96       0.00       0.00      38.96       0.00       0.00       0.00
482.00/482.07	c   varbound         :       0.31       0.00       0.30       0.01       0.00       0.00       0.00
482.00/482.07	c   setppc           :       2.72       0.00       2.58       0.00       0.00       0.00       0.14
482.00/482.07	c   linear           :      11.31       0.00      10.74       0.00       0.00       0.01       0.55
482.00/482.07	c   indicator        :       0.47       0.00       0.41       0.02       0.00       0.03       0.00
482.00/482.07	c   logicor          :      17.10       0.00      16.70       0.00       0.00       0.00       0.40
482.00/482.07	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00       0.00       0.00
482.00/482.07	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
482.00/482.07	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
482.00/482.07	c   vbounds          :       5602         98          0       6800
482.00/482.07	c   rootredcost      :          6          0          0       1709
482.00/482.07	c   pseudoobj        :     447341        233         31      12308
482.00/482.07	c Propagator Timings :  TotalTime  Propagate    Resprop
482.00/482.07	c   vbounds          :       0.89       0.89       0.00
482.00/482.07	c   rootredcost      :       0.08       0.08       0.00
482.00/482.07	c   pseudoobj        :      10.99      10.98       0.00
482.00/482.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
482.00/482.07	c   propagation      :       0.32       6417       6377      33511       23.4        125       20.7          -
482.00/482.07	c   infeasible LP    :      11.78      45441      45416     289302       34.9        268       16.1          0
482.00/482.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
482.00/482.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
482.00/482.07	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
482.00/482.07	c   applied globally :          -          -          -     128466       31.0          -          -          -
482.00/482.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
482.00/482.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
482.00/482.07	c   cut pool         :       0.00          5          -          -         18          -    (maximal pool size: 233)
482.00/482.07	c   redcost          :       3.35      54114          0      11261          0          0
482.00/482.07	c   impliedbounds    :       0.00          6          0          0          0          0
482.00/482.07	c   intobj           :       0.00          0          0          0          0          0
482.00/482.07	c   gomory           :       0.41          6          0          0       1234          0
482.00/482.07	c   cgmip            :       0.00          0          0          0          0          0
482.00/482.07	c   closecuts        :       0.00          0          0          0          0          0
482.00/482.07	c   strongcg         :       0.34          6          0          0       1467          0
482.00/482.07	c   cmir             :       0.07          6          0          0          0          0
482.00/482.07	c   flowcover        :       0.08          6          0          0          0          0
482.00/482.07	c   clique           :       0.00          6          0          0          0          0
482.00/482.07	c   zerohalf         :       0.00          0          0          0          0          0
482.00/482.07	c   mcf              :       0.00          1          0          0          0          0
482.00/482.07	c   oddcycle         :       0.00          0          0          0          0          0
482.00/482.07	c   rapidlearning    :       0.20          1          0          0          0         44
482.00/482.07	c Pricers            :       Time      Calls       Vars
482.00/482.07	c   problem variables:       0.00          0          0
482.00/482.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
482.00/482.07	c   relpscost        :      38.91      53753        195       2174          0          0     104406
482.00/482.07	c   pscost           :       0.00          0          0          0          0          0          0
482.00/482.07	c   inference        :       0.00          0          0          0          0          0          0
482.00/482.07	c   mostinf          :       0.00          0          0          0          0          0          0
482.00/482.07	c   leastinf         :       0.00          0          0          0          0          0          0
482.00/482.07	c   fullstrong       :       0.00          0          0          0          0          0          0
482.00/482.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
482.00/482.07	c   random           :       0.00          0          0          0          0          0          0
482.00/482.07	c Primal Heuristics  :       Time      Calls      Found
482.00/482.07	c   LP solutions     :       0.00          -          6
482.00/482.07	c   pseudo solutions :       0.00          -          0
482.00/482.07	c   oneopt           :       0.06          6          0
482.00/482.07	c   fracdiving       :       0.81         23          0
482.00/482.07	c   coefdiving       :       0.69         23          0
482.00/482.07	c   veclendiving     :       1.04         23          0
482.00/482.07	c   linesearchdiving :       0.36         23          0
482.00/482.07	c   guideddiving     :       0.81         23          0
482.00/482.07	c   pscostdiving     :       0.67         23          0
482.00/482.07	c   crossover        :       0.37          8          0
482.00/482.07	c   objpscostdiving  :       0.26         12          0
482.00/482.07	c   rootsoldiving    :       0.32         12          0
482.00/482.07	c   trivial          :       0.00          2          0
482.00/482.07	c   shiftandpropagate:       0.38          1          1
482.00/482.07	c   simplerounding   :       0.10      53831          0
482.00/482.07	c   zirounding       :       1.50        838          0
482.00/482.07	c   rounding         :       0.37       3222          0
482.00/482.07	c   shifting         :       0.41       1008          0
482.00/482.07	c   intshifting      :       0.00          0          0
482.00/482.07	c   twoopt           :       0.00          0          0
482.00/482.07	c   fixandinfer      :       0.00          0          0
482.00/482.07	c   feaspump         :       0.00          0          0
482.00/482.07	c   clique           :       0.00          0          0
482.00/482.07	c   intdiving        :       0.00          0          0
482.00/482.07	c   actconsdiving    :       0.00          0          0
482.00/482.07	c   octane           :       0.00          0          0
482.00/482.07	c   rens             :       0.05          1          0
482.00/482.07	c   rins             :       0.00          0          0
482.00/482.07	c   localbranching   :       0.00          0          0
482.00/482.07	c   mutation         :       0.00          0          0
482.00/482.07	c   dins             :       0.00          0          0
482.00/482.07	c   vbounds          :       0.00          0          0
482.00/482.07	c   undercover       :       0.00          0          0
482.00/482.07	c   subnlp           :       0.02          0          0
482.00/482.07	c   trysol           :       0.04         24         18
482.00/482.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
482.00/482.07	c   primal LP        :       0.00          0          0       0.00          -
482.00/482.07	c   dual LP          :     322.21      99048    2243262      22.65    6962.01
482.00/482.07	c   lex dual LP      :       0.00          0          0       0.00          -
482.00/482.07	c   barrier LP       :       0.00          0          0       0.00          -
482.00/482.07	c   diving/probing LP:       3.69       2460      19724       8.02    5341.35
482.00/482.07	c   strong branching :      37.83       6098     247933      40.66    6553.46
482.00/482.07	c     (at root node) :          -          9       2817     313.00          -
482.00/482.07	c   conflict analysis:       0.00          0          0       0.00          -
482.00/482.07	c B&B Tree           :
482.00/482.07	c   number of runs   :          1
482.00/482.07	c   nodes            :     103029
482.00/482.07	c   nodes (total)    :     103029
482.00/482.07	c   nodes left       :          0
482.00/482.07	c   max depth        :         58
482.00/482.07	c   max depth (total):         58
482.00/482.07	c   backtracks       :      12481 (12.1%)
482.00/482.07	c   delayed cutoffs  :       1095
482.00/482.07	c   repropagations   :     179246 (249230 domain reductions, 1005 cutoffs)
482.00/482.07	c   avg switch length:       5.11
482.00/482.07	c   switching time   :      21.81
482.00/482.07	c Solution           :
482.00/482.07	c   Solutions found  :         25 (7 improvements)
482.00/482.07	c   First Solution   : +2.31000000000000e+02   (in run 1, after 1 nodes, 0.54 seconds, depth 1836, found by <shiftandpropagate>)
482.00/482.07	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 81032 nodes, 381.99 seconds, depth 26, found by <relaxation>)
482.00/482.07	c   Dual Bound       : +1.00000000000000e+00
482.00/482.07	c   Gap              :       0.00 %
482.00/482.07	c   Root Dual Bound  : +0.00000000000000e+00
482.00/482.07	c   Root Iterations  :        285
482.10/482.10	c Time complete: 482.1.

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-3447256-1307898940/watcher-3447256-1307898940 -o /var/tmp/evaluation-result-3447256-1307898940/solver-3447256-1307898940 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447256-1307898940.wbo -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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: 0.92 0.98 1.11 2/174 14478
/proc/meminfo: memFree=1551028/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=10332 CPUtime=0 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 1575 0 0 0 0 0 0 0 20 0 1 0 901494487 10579968 1528 33554432000 4194304 9128323 140736393484240 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14478/statm: 2583 1528 399 1205 0 1374 0

[startup+0.032962 s]
/proc/loadavg: 0.92 0.98 1.11 2/174 14478
/proc/meminfo: memFree=1551028/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=23576 CPUtime=0.02 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 4608 0 0 0 2 0 0 0 20 0 1 0 901494487 24141824 4559 33554432000 4194304 9128323 140736393484240 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 5894 4582 474 1205 0 4685 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23576

[startup+0.100993 s]
/proc/loadavg: 0.92 0.98 1.11 2/174 14478
/proc/meminfo: memFree=1551028/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=31888 CPUtime=0.09 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 6947 0 0 0 9 0 0 0 20 0 1 0 901494487 32653312 6641 33554432000 4194304 9128323 140736393484240 18446744073709551615 5326896 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 7972 6641 530 1205 0 6763 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31888

[startup+0.30095 s]
/proc/loadavg: 0.92 0.98 1.11 2/174 14478
/proc/meminfo: memFree=1551028/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=37932 CPUtime=0.29 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 8649 0 0 0 28 1 0 0 21 0 1 0 901494487 38842368 8333 33554432000 4194304 9128323 140736393484240 18446744073709551615 5992478 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 9483 8333 606 1205 0 8274 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37932

[startup+0.700874 s]
/proc/loadavg: 0.92 0.98 1.11 2/174 14478
/proc/meminfo: memFree=1551028/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=71924 CPUtime=0.69 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 17095 0 0 0 67 2 0 0 22 0 1 0 901494487 73650176 16623 33554432000 4194304 9128323 140736393484240 18446744073709551615 5234510 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 17981 16623 713 1205 0 16772 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71924

[startup+1.50074 s]
/proc/loadavg: 0.92 0.98 1.11 3/178 14489
/proc/meminfo: memFree=1420748/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=70512 CPUtime=1.49 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 17179 0 0 0 147 2 0 0 25 0 1 0 901494487 72204288 16348 33554432000 4194304 9128323 140736393484240 18446744073709551615 5226035 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 17628 16348 725 1205 0 16419 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70512

[startup+3.10041 s]
/proc/loadavg: 0.92 0.98 1.11 3/178 14489
/proc/meminfo: memFree=1417276/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=70504 CPUtime=3.09 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 19505 0 0 0 305 4 0 0 25 0 1 0 901494487 72196096 16627 33554432000 4194304 9128323 140736393484240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 17626 16627 748 1205 0 16417 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70504

[startup+6.30084 s]
/proc/loadavg: 1.01 1.00 1.12 3/178 14489
/proc/meminfo: memFree=1416912/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=70504 CPUtime=6.29 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 19506 0 0 0 622 7 0 0 25 0 1 0 901494487 72196096 16628 33554432000 4194304 9128323 140736393484240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 17626 16628 749 1205 0 16417 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70504

[startup+12.7007 s]
/proc/loadavg: 1.09 1.02 1.12 3/178 14489
/proc/meminfo: memFree=1416788/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=70504 CPUtime=12.69 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 19514 0 0 0 1257 12 0 0 25 0 1 0 901494487 72196096 16636 33554432000 4194304 9128323 140736393484240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 17626 16636 753 1205 0 16417 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70504

[startup+25.5004 s]
/proc/loadavg: 1.29 1.06 1.14 3/178 14489
/proc/meminfo: memFree=1416060/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=70504 CPUtime=25.49 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 27896 0 0 0 2525 24 0 0 25 0 1 0 901494487 72196096 16711 33554432000 4194304 9128323 140736393484240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 17626 16711 753 1205 0 16417 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70504

[startup+51.1007 s]
/proc/loadavg: 1.53 1.14 1.16 3/178 14490
/proc/meminfo: memFree=1414004/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=72784 CPUtime=51.09 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 41979 0 0 0 5066 43 0 0 25 0 1 0 901494487 74530816 17290 33554432000 4194304 9128323 140736393484240 18446744073709551615 5201220 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 18196 17290 753 1205 0 16987 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 72784

[startup+102.306 s]
/proc/loadavg: 1.79 1.27 1.20 3/178 14491
/proc/meminfo: memFree=1415132/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=70504 CPUtime=102.3 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 44079 0 0 0 10153 77 0 0 25 0 1 0 901494487 72196096 16731 33554432000 4194304 9128323 140736393484240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 17626 16731 753 1205 0 16417 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 70504

[startup+162.3 s]
/proc/loadavg: 1.92 1.40 1.25 3/178 14493
/proc/meminfo: memFree=1411416/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=73264 CPUtime=162.3 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 46706 0 0 0 16105 125 0 0 25 0 1 0 901494487 75022336 17377 33554432000 4194304 9128323 140736393484240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 18316 17377 753 1205 0 17107 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 73264

[startup+222.3 s]
/proc/loadavg: 1.97 1.51 1.29 3/178 14495
/proc/meminfo: memFree=1406284/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=76384 CPUtime=222.3 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 47532 0 0 0 22063 167 0 0 25 0 1 0 901494487 78217216 18203 33554432000 4194304 9128323 140736393484240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 19096 18203 753 1205 0 17887 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 76384

[startup+282.3 s]
/proc/loadavg: 1.99 1.59 1.33 3/178 14496
/proc/meminfo: memFree=1402996/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=79456 CPUtime=282.29 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 50434 0 0 0 28018 211 0 0 25 0 1 0 901494487 81362944 18955 33554432000 4194304 9128323 140736393484240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 19864 18955 753 1205 0 18655 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 79456

[startup+342.301 s]
/proc/loadavg: 1.99 1.66 1.37 3/178 14498
/proc/meminfo: memFree=1400596/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=80208 CPUtime=342.29 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 50602 0 0 0 33978 251 0 0 25 0 1 0 901494487 82132992 19123 33554432000 4194304 9128323 140736393484240 18446744073709551615 7343350 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 20052 19123 753 1205 0 18843 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 80208

[startup+402.301 s]
/proc/loadavg: 1.99 1.72 1.41 3/178 14499
/proc/meminfo: memFree=1395588/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=81624 CPUtime=402.3 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 60574 0 0 0 39933 297 0 0 25 0 1 0 901494487 83582976 19494 33554432000 4194304 9128323 140736393484240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 20406 19494 753 1205 0 19197 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 81624

[startup+462.301 s]
/proc/loadavg: 1.99 1.77 1.44 3/178 14501
/proc/meminfo: memFree=1394808/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=81824 CPUtime=462.3 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 64545 0 0 0 45886 344 0 0 25 0 1 0 901494487 83787776 19564 33554432000 4194304 9128323 140736393484240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 20456 19564 753 1205 0 19247 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 81824

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

[startup+473.501 s]
/proc/loadavg: 1.99 1.78 1.45 3/178 14501
/proc/meminfo: memFree=1394528/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=82148 CPUtime=473.5 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 64606 0 0 0 46998 352 0 0 25 0 1 0 901494487 84119552 19625 33554432000 4194304 9128323 140736393484240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 20537 19625 753 1205 0 19328 0
Current children cumulated CPU time (s) 473.5
Current children cumulated vsize (KiB) 82148

[startup+476.701 s]
/proc/loadavg: 1.99 1.78 1.45 3/178 14501
/proc/meminfo: memFree=1394280/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=82148 CPUtime=476.7 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 64607 0 0 0 47316 354 0 0 25 0 1 0 901494487 84119552 19626 33554432000 4194304 9128323 140736393484240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 20537 19626 753 1205 0 19328 0
Current children cumulated CPU time (s) 476.7
Current children cumulated vsize (KiB) 82148

[startup+479.9 s]
/proc/loadavg: 1.99 1.78 1.45 3/178 14501
/proc/meminfo: memFree=1394400/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=82148 CPUtime=479.91 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 64609 0 0 0 47634 357 0 0 25 0 1 0 901494487 84119552 19628 33554432000 4194304 9128323 140736393484240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 20537 19628 753 1205 0 19328 0
Current children cumulated CPU time (s) 479.91
Current children cumulated vsize (KiB) 82148

[startup+481.501 s]
/proc/loadavg: 2.07 1.80 1.46 3/178 14502
/proc/meminfo: memFree=1394400/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=82148 CPUtime=481.5 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 64609 0 0 0 47792 358 0 0 25 0 1 0 901494487 84119552 19628 33554432000 4194304 9128323 140736393484240 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 20537 19628 753 1205 0 19328 0
Current children cumulated CPU time (s) 481.5
Current children cumulated vsize (KiB) 82148

[startup+481.901 s]
/proc/loadavg: 2.07 1.80 1.46 3/178 14502
/proc/meminfo: memFree=1394400/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=82464 CPUtime=481.9 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 64681 0 0 0 47832 358 0 0 25 0 1 0 901494487 84443136 19700 33554432000 4194304 9128323 140736393484240 18446744073709551615 4892804 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/14478/statm: 20616 19700 753 1205 0 19407 0
Current children cumulated CPU time (s) 481.9
Current children cumulated vsize (KiB) 82464

[startup+482.101 s]
/proc/loadavg: 2.07 1.80 1.46 3/178 14502
/proc/meminfo: memFree=1394400/32951124 swapFree=67053020/67111528
[pid=14478] ppid=14476 vsize=63708 CPUtime=482.1 cores=0,2,4,6
/proc/14478/stat : 14478 (scip-2.0.1.4.li) R 14476 14478 13179 0 -1 4202496 64683 0 0 0 47852 358 0 0 18 0 1 0 901494487 65236992 15271 33554432000 4194304 9128323 140736393484240 18446744073709551615 8062775 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14478/statm: 15927 15271 755 1205 0 14718 0
Current children cumulated CPU time (s) 482.1
Current children cumulated vsize (KiB) 63708

Child status: 0
Real time (s): 482.105
CPU time (s): 482.115
CPU user time (s): 478.526
CPU system time (s): 3.58845
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 84968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 478.526
system time used= 3.58845
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64685
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= 6
involuntary context switches= 717

runsolver used 0.685895 second user time and 1.51477 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-12 19:15:40
IDJOB=3447256
IDBENCH=78988
IDSOLVER=1944
FILE ID=node104/3447256-1307898940
RUNJOBID= node104-1307898940-14460
PBS_JOBID= 13559598
Free space on /var/tmp= 2888 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.1900564281--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-3447256-1307898940/watcher-3447256-1307898940 -o /var/tmp/evaluation-result-3447256-1307898940/solver-3447256-1307898940 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447256-1307898940.wbo -t 1800 -m 15500

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

MD5SUM BENCH= e85c5d1e36fd64db247bc5be7351d7af
RANDOM SEED=749857416

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1551256 kB
Buffers:         50388 kB
Cached:       30385360 kB
SwapCached:      11184 kB
Active:       15551664 kB
Inactive:     14901912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1551256 kB
SwapTotal:    67111528 kB
SwapFree:     67053020 kB
Dirty:           12040 kB
Writeback:           0 kB
AnonPages:       15216 kB
Mapped:           8460 kB
Slab:           882256 kB
PageTables:       4392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186284 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= 2864 MiB
End job on node104 at 2011-06-12 19:23:43