Trace number 3447720

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 661.038 661.054

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900582300--soft-66-100-0.wbo
MD5SUM1aa357a852c71e740dd551340d4d5189
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark42.6735
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 constraints911
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 46278
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46277
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 683
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-3447720-1307897188.wbo>
0.00/0.02	c original problem has 1142 variables (1142 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.04	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 206 impls, 11 clqs
0.06/0.07	c (round 2) 0 del vars, 154 del conss, 0 add conss, 911 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 206 impls, 11 clqs
0.06/0.09	c (round 3) 100 del vars, 269 del conss, 0 add conss, 932 chg bounds, 144 chg sides, 0 chg coeffs, 0 upgd conss, 206 impls, 11 clqs
0.09/0.10	c (round 4) 142 del vars, 269 del conss, 0 add conss, 932 chg bounds, 144 chg sides, 0 chg coeffs, 1670 upgd conss, 206 impls, 11 clqs
0.09/0.11	c (round 5) 142 del vars, 274 del conss, 0 add conss, 932 chg bounds, 144 chg sides, 0 chg coeffs, 1670 upgd conss, 206 impls, 11 clqs
0.09/0.14	c    (0.1s) probing: 101/1071 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (6 rounds):
0.09/0.14	c  142 deleted vars, 274 deleted constraints, 0 added constraints, 932 tightened bounds, 0 added holes, 144 changed sides, 0 changed coefficients
0.09/0.14	c  1046 implications, 11 cliques
0.09/0.14	c presolved problem has 1911 variables (1071 bin, 0 int, 840 impl, 0 cont) and 3345 constraints
0.09/0.14	c      36 constraints of type <setppc>
0.09/0.14	c     840 constraints of type <linear>
0.09/0.14	c     840 constraints of type <indicator>
0.09/0.14	c    1629 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.12
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 2.0.1.4
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1800
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 13950
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # belongs reading time to solving time?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c timing/reading = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/indicator/addCouplingCons = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.16	c   0.2s|     1 |     0 |    82 |     - |8195k|   0 |  46 |1911 |4218 |1911 |2505 |   0 |  33 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.55	o 42367
0.49/0.55	c y 0.5s|     1 |     0 |  3431 |     - |8324k|   0 |  46 |1911 |4218 |1911 |2505 |   0 |  33 |   0 | 0.000000e+00 | 4.236700e+04 |    Inf 
0.69/0.79	c   0.8s|     1 |     0 |  3688 |     - |9175k|   0 |  48 |1911 |4220 |1911 |2516 |  11 |  33 |   0 | 0.000000e+00 | 4.236700e+04 |    Inf 
0.79/0.87	c   0.9s|     1 |     0 |  3829 |     - |9403k|   0 |  44 |1911 |4220 |1911 |2529 |  24 |  33 |   0 | 0.000000e+00 | 4.236700e+04 |    Inf 
0.89/0.97	c   1.0s|     1 |     0 |  3853 |     - |  10M|   0 |  55 |1911 |4220 |1911 |2535 |  30 |  33 |   0 | 0.000000e+00 | 4.236700e+04 |    Inf 
1.19/1.20	c   1.2s|     1 |     0 |  3874 |     - |  10M|   0 |  58 |1911 |4220 |1911 |2539 |  34 |  33 |   0 | 0.000000e+00 | 4.236700e+04 |    Inf 
1.39/1.46	c   1.5s|     1 |     0 |  3894 |     - |  11M|   0 |  56 |1911 |4220 |1911 |2543 |  38 |  33 |   0 | 0.000000e+00 | 4.236700e+04 |    Inf 
1.69/1.75	c   1.8s|     1 |     0 |  3917 |     - |  11M|   0 |  54 |1911 |4220 |1911 |2544 |  39 |  33 |   0 | 0.000000e+00 | 4.236700e+04 |    Inf 
1.99/2.09	c   2.1s|     1 |     2 |  3917 |     - |  11M|   0 |  54 |1911 |4220 |1911 |2544 |  39 |  33 |  10 | 0.000000e+00 | 4.236700e+04 |    Inf 
3.39/3.45	o 422
3.39/3.45	c * 3.4s|    16 |    15 |  5166 |  83.3 |  11M|  15 |   - |1911 |4220 |1911 |2579 |  80 |  33 | 171 | 0.000000e+00 | 4.220000e+02 |    Inf 
3.39/3.48	o 336
3.39/3.48	c * 3.5s|    17 |    14 |  5203 |  80.4 |  12M|  15 |   - |1911 |4220 |1911 |2575 | 106 |  33 | 171 | 0.000000e+00 | 3.360000e+02 |    Inf 
3.89/3.90	o 240
3.89/3.90	c * 3.9s|    28 |    19 |  5637 |  63.7 |  12M|  17 |   - |1911 |4228 |1911 |2568 | 135 |  41 | 232 | 0.000000e+00 | 2.400000e+02 |    Inf 
3.89/3.93	o 170
3.89/3.93	c * 3.9s|    29 |    17 |  5655 |  62.1 |  12M|  17 |   - |1911 |4228 |1911 |2559 | 151 |  41 | 232 | 0.000000e+00 | 1.700000e+02 |    Inf 
3.99/4.03	o 8
3.99/4.03	c * 4.0s|    31 |    10 |  5965 |  68.3 |  12M|  17 |   - |1911 |4228 |1911 |2574 | 186 |  41 | 238 | 0.000000e+00 | 8.000000e+00 |    Inf 
16.99/17.06	o 6
16.99/17.06	c *17.1s|  1083 |    30 | 32133 |  26.1 |  12M|  31 |   - |1911 |3548 |1911 |2539 | 187 | 960 |1739 | 0.000000e+00 | 6.000000e+00 |    Inf 
30.48/30.54	o 4
30.48/30.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.48/30.54	c *30.5s|  4992 |   102 |105132 |  20.3 |  14M|  38 |   - |1911 |6847 |1911 |2528 | 191 |5489 |2033 | 0.000000e+00 | 4.000000e+00 |    Inf 
47.39/47.45	c  47.4s| 10000 |    93 |201653 |  19.8 |  15M|  42 |  33 |1911 |8052 |1911 |2527 | 193 |  11k|2209 | 0.000000e+00 | 4.000000e+00 |    Inf 
79.59/79.67	c  79.7s| 20000 |    67 |391449 |  19.4 |  15M|  47 |   - |1911 |8516 |1911 |2527 | 193 |  23k|2357 | 0.000000e+00 | 4.000000e+00 |    Inf 
89.39/89.40	o 3
89.39/89.40	c *89.4s| 22806 |    51 |443635 |  19.3 |  15M|  47 |   - |1911 |8641 |1911 |2527 | 193 |  27k|2553 | 0.000000e+00 | 3.000000e+00 |    Inf 
89.39/89.44	o 2
89.39/89.44	c *89.4s| 22818 |    51 |443823 |  19.3 |  15M|  47 |   - |1911 |8470 |1911 |2528 | 194 |  27k|2553 | 0.000000e+00 | 2.000000e+00 |    Inf 
102.19/102.24	o 1
102.19/102.24	c * 102s| 26233 |    65 |514788 |  19.5 |  16M|  47 |   - |1911 |  10k|1911 |2528 | 195 |  31k|2797 | 0.000000e+00 | 1.000000e+00 |    Inf 
116.99/117.02	c   117s| 30000 |    44 |596893 |  19.8 |  17M|  47 |  47 |1911 |  11k|1911 |2527 | 195 |  35k|3079 | 0.000000e+00 | 1.000000e+00 |    Inf 
152.99/153.02	c   153s| 40000 |    55 |794768 |  19.8 |  17M|  47 |   - |1911 |  11k|1911 |2527 | 195 |  47k|3703 | 0.000000e+00 | 1.000000e+00 |    Inf 
188.39/188.49	c   188s| 50000 |    31 |990409 |  19.7 |  19M|  47 |   - |1911 |  16k|1911 |2527 | 195 |  60k|4229 | 0.000000e+00 | 1.000000e+00 |    Inf 
225.88/225.94	c   226s| 60000 |    43 |  1200k|  20.0 |  22M|  47 |   - |1911 |  22k|1911 |2527 | 195 |  72k|4640 | 0.000000e+00 | 1.000000e+00 |    Inf 
264.09/264.17	c   264s| 70000 |    76 |  1415k|  20.2 |  22M|  47 |  24 |1911 |  21k|1911 |2527 | 195 |  84k|4964 | 0.000000e+00 | 1.000000e+00 |    Inf 
304.88/304.95	c   305s| 80000 |    99 |  1646k|  20.5 |  24M|  47 |  33 |1911 |  25k|1911 |2527 | 195 |  96k|5323 | 0.000000e+00 | 1.000000e+00 |    Inf 
344.58/344.63	c   345s| 90000 |    70 |  1867k|  20.7 |  24M|  48 |   - |1911 |  24k|1911 |2527 | 195 | 109k|5659 | 0.000000e+00 | 1.000000e+00 |    Inf 
383.18/383.22	c   383s|100000 |   107 |  2078k|  20.7 |  26M|  48 |  35 |1911 |  28k|1911 |2527 | 195 | 121k|6007 | 0.000000e+00 | 1.000000e+00 |    Inf 
423.88/423.94	c   424s|110000 |   116 |  2301k|  20.9 |  27M|  48 |   - |1911 |  31k|1911 |2527 | 195 | 134k|6332 | 0.000000e+00 | 1.000000e+00 |    Inf 
464.08/464.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
464.08/464.14	c   464s|120000 |   153 |  2520k|  21.0 |  30M|  52 |  30 |1911 |  36k|1911 |2527 | 195 | 146k|6601 | 0.000000e+00 | 1.000000e+00 |    Inf 
505.18/505.22	c   505s|130000 |   183 |  2736k|  21.0 |  32M|  52 |   - |1911 |  41k|1911 |2527 | 195 | 159k|6907 | 0.000000e+00 | 1.000000e+00 |    Inf 
545.59/545.69	c   546s|140000 |   118 |  2952k|  21.1 |  29M|  56 |   - |1911 |  34k|1911 |2527 | 195 | 172k|7125 | 0.000000e+00 | 1.000000e+00 |    Inf 
587.28/587.39	c   587s|150000 |    54 |  3174k|  21.1 |  25M|  56 |   - |1911 |  25k|   0 |   0 | 195 | 185k|7389 | 0.000000e+00 | 1.000000e+00 |    Inf 
626.48/626.57	c   627s|160000 |    75 |  3385k|  21.1 |  24M|  56 |   - |1911 |  21k|1911 |2538 | 195 | 197k|7664 | 0.000000e+00 | 1.000000e+00 |    Inf 
660.98/661.02	c 
660.98/661.02	c SCIP Status        : problem is solved [optimal solution found]
660.98/661.02	c Solving Time (sec) : 661.02
660.98/661.02	c Solving Nodes      : 168764
660.98/661.02	c Primal Bound       : +1.00000000000000e+00 (22 solutions)
660.98/661.02	c Dual Bound         : +1.00000000000000e+00
660.98/661.02	c Gap                : 0.00 %
660.98/661.02	s OPTIMUM FOUND
660.98/661.02	v -x231 -x230 -x229 -x228 -x227 x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
660.98/661.02	v -x209 -x208 -x207 -x206 -x205 -x204 x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 x189 
660.98/661.02	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
660.98/661.02	v -x167 -x166 -x165 x164 -x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
660.98/661.02	v x146 -x145 -x144 -x143 -x142 -x141 x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 
660.98/661.02	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 -x104 
660.98/661.02	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 
660.98/661.02	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 
660.98/661.02	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 
660.98/661.02	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 
660.98/661.02	v -x1 
660.98/661.02	c SCIP Status        : problem is solved [optimal solution found]
660.98/661.02	c Total Time         :     661.02
660.98/661.02	c   solving          :     661.02
660.98/661.02	c   presolving       :       0.12 (included in solving)
660.98/661.02	c   reading          :       0.02 (included in solving)
660.98/661.02	c Original Problem   :
660.98/661.02	c   Problem name     : HOME/instance-3447720-1307897188.wbo
660.98/661.02	c   Variables        : 1142 (1142 binary, 0 integer, 0 implicit integer, 0 continuous)
660.98/661.02	c   Constraints      : 2708 initial, 2708 maximal
660.98/661.02	c Presolved Problem  :
660.98/661.02	c   Problem name     : t_HOME/instance-3447720-1307897188.wbo
660.98/661.02	c   Variables        : 1911 (1071 binary, 0 integer, 840 implicit integer, 0 continuous)
660.98/661.02	c   Constraints      : 3345 initial, 41481 maximal
660.98/661.02	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
660.98/661.02	c   trivial          :       0.00         71          0          0          0          0          0          0          0          0
660.98/661.02	c   dualfix          :       0.00         71          0          0          0          0          0          0          0          0
660.98/661.02	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
660.98/661.02	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
660.98/661.02	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
660.98/661.02	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
660.98/661.02	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
660.98/661.02	c   setppc           :       0.00          0          0          0          0          0          5          0          0          0
660.98/661.02	c   linear           :       0.06          0          0          0        932          0        198          0        144          0
660.98/661.02	c   indicator        :       0.00          0          0          0          0          0         71          0          0          0
660.98/661.02	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
660.98/661.02	c   root node        :          -       1702          -          -       1702          -          -          -          -          -
660.98/661.02	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
660.98/661.02	c   integral         :          0          0          0      87487          0         46          0        263       2955          0          0     170090
660.98/661.02	c   varbound         :          0+         6     107867        164          0          0         39          0       4154        179          0          0
660.98/661.02	c   setppc           :         36          6     700924          5          0         43     958014       1059     424645          0          0          0
660.98/661.02	c   linear           :        840+         7     699903          7          0         39    1271130       3090    1261978          0          0          0
660.98/661.02	c   indicator        :        840          0     107398        164          0         39         60          0        207          0          0          0
660.98/661.02	c   logicor          :       1629+         6     325617         10          0         12     763371       2772     831973          0          0          0
660.98/661.02	c   countsols        :          0          0          0         10          0         14          0          0          0          0          0          0
660.98/661.02	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
660.98/661.02	c   integral         :      43.56       0.00       0.00      43.56       0.00       0.00       0.00
660.98/661.02	c   varbound         :       0.08       0.00       0.07       0.01       0.00       0.00       0.00
660.98/661.02	c   setppc           :       2.73       0.00       2.50       0.00       0.00       0.00       0.23
660.98/661.02	c   linear           :       9.78       0.00       9.08       0.00       0.00       0.00       0.69
660.98/661.02	c   indicator        :       0.13       0.00       0.11       0.01       0.00       0.01       0.00
660.98/661.02	c   logicor          :      37.43       0.00      36.79       0.00       0.00       0.00       0.64
660.98/661.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
660.98/661.02	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
660.98/661.02	c   vbounds          :        644          5          0        159
660.98/661.02	c   rootredcost      :         11          0          0        840
660.98/661.02	c   pseudoobj        :     700806         35         13       2474
660.98/661.02	c Propagator Timings :  TotalTime  Propagate    Resprop
660.98/661.02	c   vbounds          :       0.15       0.15       0.00
660.98/661.02	c   rootredcost      :       0.12       0.12       0.00
660.98/661.02	c   pseudoobj        :       8.43       8.43       0.00
660.98/661.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
660.98/661.02	c   propagation      :       0.34       6934       6900      36839       23.9         91       18.1          -
660.98/661.02	c   infeasible LP    :      12.36      78115      78101     494775       35.5        345       15.7          0
660.98/661.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
660.98/661.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
660.98/661.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
660.98/661.02	c   applied globally :          -          -          -     208230       32.2          -          -          -
660.98/661.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
660.98/661.02	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
660.98/661.02	c   cut pool         :       0.00          5          -          -          5          -    (maximal pool size: 688)
660.98/661.02	c   redcost          :       2.78      87352          0        286          0          0
660.98/661.02	c   impliedbounds    :       0.00          6          0          0          0          0
660.98/661.02	c   intobj           :       0.00          0          0          0          0          0
660.98/661.02	c   gomory           :       0.48          6          0          0       1500          0
660.98/661.02	c   cgmip            :       0.00          0          0          0          0          0
660.98/661.02	c   closecuts        :       0.00          0          0          0          0          0
660.98/661.02	c   strongcg         :       0.40          6          0          0       2955          0
660.98/661.02	c   cmir             :       0.05          6          0          0          0          0
660.98/661.02	c   flowcover        :       0.06          6          0          0          1          0
660.98/661.02	c   clique           :       0.00          6          0          0          0          0
660.98/661.02	c   zerohalf         :       0.00          0          0          0          0          0
660.98/661.02	c   mcf              :       0.00          1          0          0          0          0
660.98/661.02	c   oddcycle         :       0.00          0          0          0          0          0
660.98/661.02	c   rapidlearning    :       0.15          1          0          0          0          2
660.98/661.02	c Pricers            :       Time      Calls       Vars
660.98/661.02	c   problem variables:       0.00          0          0
660.98/661.02	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
660.98/661.02	c   relpscost        :      43.50      87321        263       2955          0          0     170090
660.98/661.02	c   pscost           :       0.00          0          0          0          0          0          0
660.98/661.02	c   inference        :       0.00          0          0          0          0          0          0
660.98/661.02	c   mostinf          :       0.00          0          0          0          0          0          0
660.98/661.02	c   leastinf         :       0.00          0          0          0          0          0          0
660.98/661.02	c   fullstrong       :       0.00          0          0          0          0          0          0
660.98/661.02	c   allfullstrong    :       0.00          0          0          0          0          0          0
660.98/661.02	c   random           :       0.00          0          0          0          0          0          0
660.98/661.02	c Primal Heuristics  :       Time      Calls      Found
660.98/661.02	c   LP solutions     :       0.00          -         10
660.98/661.02	c   pseudo solutions :       0.00          -          0
660.98/661.02	c   oneopt           :       0.09          9          0
660.98/661.02	c   feaspump         :       0.39          1          0
660.98/661.02	c   fracdiving       :       1.25         30          0
660.98/661.02	c   coefdiving       :       0.86         30          0
660.98/661.02	c   pscostdiving     :       0.69         30          0
660.98/661.02	c   veclendiving     :       1.00         30          0
660.98/661.02	c   guideddiving     :       1.12         31          0
660.98/661.02	c   linesearchdiving :       0.54         31          0
660.98/661.02	c   objpscostdiving  :       0.16         16          0
660.98/661.02	c   rootsoldiving    :       0.43         16          0
660.98/661.02	c   crossover        :       0.42         12          0
660.98/661.02	c   trivial          :       0.00          2          0
660.98/661.02	c   shiftandpropagate:       0.01          1          0
660.98/661.02	c   simplerounding   :       0.12      87327          0
660.98/661.02	c   zirounding       :       2.10        134          0
660.98/661.02	c   rounding         :       0.46       4152          0
660.98/661.02	c   shifting         :       0.51       1288          0
660.98/661.02	c   intshifting      :       0.00          0          0
660.98/661.02	c   twoopt           :       0.00          0          0
660.98/661.02	c   fixandinfer      :       0.00          0          0
660.98/661.02	c   clique           :       0.00          0          0
660.98/661.02	c   intdiving        :       0.00          0          0
660.98/661.02	c   actconsdiving    :       0.00          0          0
660.98/661.02	c   octane           :       0.00          0          0
660.98/661.02	c   rens             :       0.04          1          0
660.98/661.02	c   rins             :       0.00          0          0
660.98/661.02	c   localbranching   :       0.00          0          0
660.98/661.02	c   mutation         :       0.00          0          0
660.98/661.02	c   dins             :       0.00          0          0
660.98/661.02	c   vbounds          :       0.00          0          0
660.98/661.02	c   undercover       :       0.00          0          0
660.98/661.02	c   subnlp           :       0.02          0          0
660.98/661.02	c   trysol           :       0.04         21         12
660.98/661.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
660.98/661.02	c   primal LP        :       0.00          0          0       0.00          -
660.98/661.02	c   dual LP          :     458.03     165051    3541559      21.46    7732.19
660.98/661.02	c   lex dual LP      :       0.00          0          0       0.00          -
660.98/661.02	c   barrier LP       :       0.00          0          0       0.00          -
660.98/661.02	c   diving/probing LP:       5.03       4167      29503       7.08    5870.73
660.98/661.02	c   strong branching :      42.03       7879     302626      38.41    7199.66
660.98/661.02	c     (at root node) :          -         10       2451     245.10          -
660.98/661.02	c   conflict analysis:       0.00          0          0       0.00          -
660.98/661.02	c B&B Tree           :
660.98/661.02	c   number of runs   :          1
660.98/661.02	c   nodes            :     168764
660.98/661.02	c   nodes (total)    :     168764
660.98/661.02	c   nodes left       :          0
660.98/661.02	c   max depth        :         56
660.98/661.02	c   max depth (total):         56
660.98/661.02	c   backtracks       :      21686 (12.8%)
660.98/661.02	c   delayed cutoffs  :       1309
660.98/661.02	c   repropagations   :     286808 (420635 domain reductions, 1273 cutoffs)
660.98/661.02	c   avg switch length:       4.80
660.98/661.02	c   switching time   :      34.27
660.98/661.02	c Solution           :
660.98/661.02	c   Solutions found  :         22 (11 improvements)
660.98/661.02	c   First Solution   : +4.23670000000000e+04   (in run 1, after 1 nodes, 0.55 seconds, depth 0, found by <trysol>)
660.98/661.02	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 26233 nodes, 102.24 seconds, depth 19, found by <relaxation>)
660.98/661.02	c   Dual Bound       : +1.00000000000000e+00
660.98/661.02	c   Gap              :       0.00 %
660.98/661.02	c   Root Dual Bound  : +0.00000000000000e+00
660.98/661.02	c   Root Iterations  :       3917
660.98/661.05	c Time complete: 661.02.

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.90 1.80 2/170 20883
/proc/meminfo: memFree=12086636/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=10132 CPUtime=0 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 1522 0 0 0 0 0 0 0 25 0 1 0 901318442 10375168 1476 33554432000 4194304 9128323 140737477323024 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/20883/statm: 2533 1479 399 1205 0 1324 0

[startup+0.0697829 s]
/proc/loadavg: 1.84 1.90 1.80 2/170 20883
/proc/meminfo: memFree=12086636/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=28152 CPUtime=0.06 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 6027 0 0 0 6 0 0 0 25 0 1 0 901318442 28827648 5722 33554432000 4194304 9128323 140737477323024 18446744073709551615 5192543 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 7038 5722 514 1205 0 5829 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28152

[startup+0.100773 s]
/proc/loadavg: 1.84 1.90 1.80 2/170 20883
/proc/meminfo: memFree=12086636/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=28444 CPUtime=0.09 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 6120 0 0 0 9 0 0 0 25 0 1 0 901318442 29126656 5815 33554432000 4194304 9128323 140737477323024 18446744073709551615 5326902 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 7111 5815 530 1205 0 5902 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28444

[startup+0.300738 s]
/proc/loadavg: 1.84 1.90 1.80 2/170 20883
/proc/meminfo: memFree=12086636/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=34304 CPUtime=0.29 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 7946 0 0 0 29 0 0 0 25 0 1 0 901318442 35127296 7540 33554432000 4194304 9128323 140737477323024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 8576 7540 668 1205 0 7367 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34304

[startup+0.70067 s]
/proc/loadavg: 1.84 1.90 1.80 2/170 20883
/proc/meminfo: memFree=12086636/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=59088 CPUtime=0.69 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 13916 0 0 0 67 2 0 0 25 0 1 0 901318442 60506112 13510 33554432000 4194304 9128323 140737477323024 18446744073709551615 4909161 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 14772 13510 715 1205 0 13563 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59088

[startup+1.50053 s]
/proc/loadavg: 1.84 1.90 1.80 3/176 20893
/proc/meminfo: memFree=12011844/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=46468 CPUtime=1.49 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 16283 0 0 0 146 3 0 0 25 0 1 0 901318442 47583232 10650 33554432000 4194304 9128323 140737477323024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 11617 10650 728 1205 0 10408 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46468

[startup+3.10026 s]
/proc/loadavg: 1.84 1.90 1.80 3/176 20893
/proc/meminfo: memFree=11997212/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=50124 CPUtime=3.09 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 21190 0 0 0 302 7 0 0 25 0 1 0 901318442 51326976 11535 33554432000 4194304 9128323 140737477323024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 12531 11535 746 1205 0 11322 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50124

[startup+6.3007 s]
/proc/loadavg: 1.85 1.91 1.80 4/176 20893
/proc/meminfo: memFree=11991880/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=51432 CPUtime=6.3 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 21492 0 0 0 613 17 0 0 25 0 1 0 901318442 52666368 11837 33554432000 4194304 9128323 140737477323024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 12858 11837 747 1205 0 11649 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 51432

[startup+12.7006 s]
/proc/loadavg: 2.02 1.94 1.81 4/176 20893
/proc/meminfo: memFree=11988728/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=51584 CPUtime=12.69 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 21560 0 0 0 1233 36 0 0 25 0 1 0 901318442 52822016 11905 33554432000 4194304 9128323 140737477323024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 12896 11905 748 1205 0 11687 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51584

[startup+25.5004 s]
/proc/loadavg: 2.15 1.97 1.82 3/176 20893
/proc/meminfo: memFree=11976744/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=53040 CPUtime=25.49 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 36211 0 0 0 2475 74 0 0 25 0 1 0 901318442 54312960 12251 33554432000 4194304 9128323 140737477323024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 13260 12251 748 1205 0 12051 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53040

[startup+51.1009 s]
/proc/loadavg: 2.10 1.97 1.83 3/176 20895
/proc/meminfo: memFree=11949724/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=72480 CPUtime=51.09 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 48956 0 0 0 4960 149 0 0 25 0 1 0 901318442 74219520 16935 33554432000 4194304 9128323 140737477323024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 18120 16935 749 1205 0 16911 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 72480

[startup+102.301 s]
/proc/loadavg: 2.08 1.99 1.84 3/176 20895
/proc/meminfo: memFree=11944012/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=71456 CPUtime=102.29 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 49749 0 0 0 9926 303 0 0 25 0 1 0 901318442 73170944 16912 33554432000 4194304 9128323 140737477323024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 17864 16912 751 1205 0 16655 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 71456

[startup+162.301 s]
/proc/loadavg: 2.03 1.99 1.84 3/176 20897
/proc/meminfo: memFree=11927620/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=71456 CPUtime=162.29 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 50490 0 0 0 15752 477 0 0 25 0 1 0 901318442 73170944 16921 33554432000 4194304 9128323 140737477323024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 17864 16921 751 1205 0 16655 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 71456

[startup+222.306 s]
/proc/loadavg: 2.01 1.99 1.85 3/176 20899
/proc/meminfo: memFree=11925004/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=73956 CPUtime=222.29 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 52199 0 0 0 21580 649 0 0 25 0 1 0 901318442 75730944 17552 33554432000 4194304 9128323 140737477323024 18446744073709551615 5207323 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 18489 17552 751 1205 0 17280 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 73956

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.85 3/176 20901
/proc/meminfo: memFree=11924996/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=73956 CPUtime=282.28 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 52199 0 0 0 27415 813 0 0 25 0 1 0 901318442 75730944 17552 33554432000 4194304 9128323 140737477323024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 18489 17552 751 1205 0 17280 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 73956

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 1.86 3/176 20902
/proc/meminfo: memFree=11927452/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=71456 CPUtime=342.28 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 54356 0 0 0 33252 976 0 0 25 0 1 0 901318442 73170944 16927 33554432000 4194304 9128323 140737477323024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 17864 16927 751 1205 0 16655 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 71456

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.87 3/176 20903
/proc/meminfo: memFree=11927436/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=71456 CPUtime=402.28 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 54356 0 0 0 39088 1140 0 0 25 0 1 0 901318442 73170944 16927 33554432000 4194304 9128323 140737477323024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 17864 16927 751 1205 0 16655 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 71456

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.87 3/176 20905
/proc/meminfo: memFree=11924200/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=75476 CPUtime=462.28 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 55312 0 0 0 44922 1306 0 0 25 0 1 0 901318442 77287424 17883 33554432000 4194304 9128323 140737477323024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 18869 17883 751 1205 0 17660 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 75476

[startup+522.3 s]
/proc/loadavg: 2.00 1.99 1.88 3/176 20907
/proc/meminfo: memFree=11919848/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=79872 CPUtime=522.28 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 61140 0 0 0 50769 1459 0 0 25 0 1 0 901318442 81788928 18983 33554432000 4194304 9128323 140737477323024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 19968 18983 751 1205 0 18759 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 79872

[startup+582.301 s]
/proc/loadavg: 2.00 1.99 1.88 3/176 20909
/proc/meminfo: memFree=11919584/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=80076 CPUtime=582.28 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 61213 0 0 0 56618 1610 0 0 25 0 1 0 901318442 81997824 19056 33554432000 4194304 9128323 140737477323024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 20019 19056 751 1205 0 18810 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 80076

[startup+642.3 s]
/proc/loadavg: 2.06 2.01 1.89 3/176 20910
/proc/meminfo: memFree=11917220/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=81928 CPUtime=642.28 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 61713 0 0 0 62457 1771 0 0 25 0 1 0 901318442 83894272 19556 33554432000 4194304 9128323 140737477323024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 20482 19556 751 1205 0 19273 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 81928

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

[startup+652.801 s]
/proc/loadavg: 2.04 2.00 1.90 3/176 20911
/proc/meminfo: memFree=11916840/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=81928 CPUtime=652.78 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 61714 0 0 0 63478 1800 0 0 25 0 1 0 901318442 83894272 19557 33554432000 4194304 9128323 140737477323024 18446744073709551615 6583938 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 20482 19557 751 1205 0 19273 0
Current children cumulated CPU time (s) 652.78
Current children cumulated vsize (KiB) 81928

[startup+656.001 s]
/proc/loadavg: 2.04 2.00 1.90 3/176 20911
/proc/meminfo: memFree=11916096/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=82120 CPUtime=655.98 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 61726 0 0 0 63788 1810 0 0 25 0 1 0 901318442 84090880 19569 33554432000 4194304 9128323 140737477323024 18446744073709551615 6523792 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 20530 19569 751 1205 0 19321 0
Current children cumulated CPU time (s) 655.98
Current children cumulated vsize (KiB) 82120

[startup+659.201 s]
/proc/loadavg: 2.04 2.00 1.90 3/176 20911
/proc/meminfo: memFree=11915848/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=82120 CPUtime=659.18 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 61734 0 0 0 64100 1818 0 0 25 0 1 0 901318442 84090880 19577 33554432000 4194304 9128323 140737477323024 18446744073709551615 4826896 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 20530 19577 751 1205 0 19321 0
Current children cumulated CPU time (s) 659.18
Current children cumulated vsize (KiB) 82120

[startup+660 s]
/proc/loadavg: 2.04 2.00 1.90 3/176 20911
/proc/meminfo: memFree=11915848/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=82120 CPUtime=659.99 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 61734 0 0 0 64179 1820 0 0 25 0 1 0 901318442 84090880 19577 33554432000 4194304 9128323 140737477323024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 20530 19577 751 1205 0 19321 0
Current children cumulated CPU time (s) 659.99
Current children cumulated vsize (KiB) 82120

[startup+660.8 s]
/proc/loadavg: 2.04 2.00 1.90 3/176 20911
/proc/meminfo: memFree=11915848/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=82120 CPUtime=660.78 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 61734 0 0 0 64256 1822 0 0 25 0 1 0 901318442 84090880 19577 33554432000 4194304 9128323 140737477323024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 20530 19577 751 1205 0 19321 0
Current children cumulated CPU time (s) 660.78
Current children cumulated vsize (KiB) 82120

[startup+661 s]
/proc/loadavg: 2.04 2.00 1.90 3/176 20911
/proc/meminfo: memFree=11915848/32951132 swapFree=67054624/67111528
[pid=20883] ppid=20881 vsize=82120 CPUtime=660.98 cores=1,3,5,7
/proc/20883/stat : 20883 (scip-2.0.1.4.li) R 20881 20883 19566 0 -1 4202496 61734 0 0 0 64276 1822 0 0 25 0 1 0 901318442 84090880 19577 33554432000 4194304 9128323 140737477323024 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/20883/statm: 20530 19577 751 1205 0 19321 0
Current children cumulated CPU time (s) 660.98
Current children cumulated vsize (KiB) 82120

Child status: 0
Real time (s): 661.054
CPU time (s): 661.038
CPU user time (s): 642.809
CPU system time (s): 18.2292
CPU usage (%): 99.9977
Max. virtual memory (cumulated for all children) (KiB): 82120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 642.809
system time used= 18.2292
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61738
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= 8
involuntary context switches= 3103

runsolver used 0.866868 second user time and 2.22466 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 18:46:28
IDJOB=3447720
IDBENCH=78896
IDSOLVER=1944
FILE ID=node131/3447720-1307897188
RUNJOBID= node131-1307897176-20675
PBS_JOBID= 13559575
Free space on /tmp= 56584 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.1900582300--soft-66-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447720-1307897188/watcher-3447720-1307897188 -o /tmp/evaluation-result-3447720-1307897188/solver-3447720-1307897188 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447720-1307897188.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 1aa357a852c71e740dd551340d4d5189
RANDOM SEED=1495220995

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12086940 kB
Buffers:        329480 kB
Cached:       19828972 kB
SwapCached:       9816 kB
Active:       15608380 kB
Inactive:      4570216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12086940 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:           24492 kB
Writeback:           0 kB
AnonPages:       17856 kB
Mapped:          12472 kB
Slab:           622920 kB
PageTables:       4716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   194856 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 56560 MiB
End job on node131 at 2011-06-12 18:57:29