Trace number 3447252

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 881.155 881.138

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900667195--soft-66-100-0.wbo
MD5SUMc3c12ca4f6a34dfd4eee1807e0cef251
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 benchmark60.2198
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 655
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-3447252-1307898930.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.04/0.08	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.04/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.11	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.15	c    (0.2s) probing: 101/1071 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (6 rounds):
0.09/0.15	c  142 deleted vars, 274 deleted constraints, 0 added constraints, 932 tightened bounds, 0 added holes, 144 changed sides, 0 changed coefficients
0.09/0.15	c  1046 implications, 11 cliques
0.09/0.15	c presolved problem has 1911 variables (1071 bin, 0 int, 840 impl, 0 cont) and 3345 constraints
0.09/0.15	c      36 constraints of type <setppc>
0.09/0.15	c     840 constraints of type <linear>
0.09/0.15	c     840 constraints of type <indicator>
0.09/0.15	c    1629 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.13
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 2.0.1.4
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1800
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 13950
0.09/0.15	c 
0.09/0.15	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.15	c # [type: int, range: [1,2], default: 1]
0.09/0.15	c timing/clocktype = 2
0.09/0.15	c 
0.09/0.15	c # belongs reading time to solving time?
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c timing/reading = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/indicator/addCouplingCons = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.19/0.27	o 610
0.19/0.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.27	c T 0.3s|     1 |     0 |     0 |     - |9116k|   0 |   - |1911 |4200 |1911 |2505 |   0 |  15 |   0 |      --      | 6.100000e+02 |    Inf 
0.19/0.28	c   0.3s|     1 |     0 |    82 |     - |8709k|   0 |  46 |1911 |4200 |1911 |2505 |   0 |  15 |   0 | 0.000000e+00 | 6.100000e+02 |    Inf 
0.49/0.52	c   0.5s|     1 |     0 |   481 |     - |9643k|   0 |  45 |1911 |4244 |1911 |2516 |  11 |  15 |   0 | 0.000000e+00 | 6.100000e+02 |    Inf 
0.59/0.65	c   0.7s|     1 |     0 |   533 |     - |  10M|   0 |  50 |1911 |4244 |1911 |2534 |  29 |  15 |   0 | 0.000000e+00 | 6.100000e+02 |    Inf 
0.89/0.92	c   0.9s|     1 |     0 |   545 |     - |  10M|   0 |  54 |1911 |4244 |1911 |2539 |  34 |  15 |   0 | 0.000000e+00 | 6.100000e+02 |    Inf 
1.09/1.18	c   1.2s|     1 |     0 |   564 |     - |  10M|   0 |  55 |1911 |4244 |1911 |2543 |  38 |  15 |   0 | 0.000000e+00 | 6.100000e+02 |    Inf 
1.39/1.44	c   1.4s|     1 |     0 |   583 |     - |  10M|   0 |  57 |1911 |4244 |1911 |2544 |  39 |  15 |   0 | 0.000000e+00 | 6.100000e+02 |    Inf 
1.69/1.70	c   1.7s|     1 |     0 |   607 |     - |  10M|   0 |  56 |1911 |4244 |1911 |2545 |  40 |  15 |   0 | 0.000000e+00 | 6.100000e+02 |    Inf 
2.89/2.91	c   2.9s|     1 |     2 |  6544 |     - |  10M|   0 |  56 |1911 |4244 |1911 |2545 |  40 |  15 |   9 | 0.000000e+00 | 6.100000e+02 |    Inf 
4.59/4.60	o 347
4.59/4.60	c * 4.6s|    16 |    11 |  8143 | 502.4 |  11M|  13 |   - |1911 |4244 |1911 |2592 |  83 |  15 | 167 | 0.000000e+00 | 3.470000e+02 |    Inf 
4.99/5.02	o 8
4.99/5.02	c * 5.0s|    23 |    13 |  8718 | 368.7 |  11M|  14 |   - |1911 |4254 |1911 |2592 | 126 |  25 | 228 | 0.000000e+00 | 8.000000e+00 |    Inf 
19.59/19.62	o 6
19.59/19.62	c *19.6s|  1177 |    37 | 31664 |  26.4 |  11M|  27 |   - |1911 |3923 |1911 |2550 | 131 |1328 |1764 | 0.000000e+00 | 6.000000e+00 |    Inf 
39.59/39.67	o 3
39.59/39.67	c *39.7s|  6566 |    83 |131995 |  20.0 |  13M|  38 |   - |1911 |7998 |1911 |2551 | 134 |7812 |2223 | 0.000000e+00 | 3.000000e+00 |    Inf 
51.79/51.81	c  51.8s| 10000 |   127 |196490 |  19.6 |  14M|  38 |   - |1911 |9493 |1911 |2549 | 134 |  11k|2479 | 0.000000e+00 | 3.000000e+00 |    Inf 
82.79/82.86	c  82.9s| 20000 |   195 |376574 |  18.8 |  16M|  43 |  41 |1911 |  12k|1911 |2549 | 135 |  24k|2516 | 0.000000e+00 | 3.000000e+00 |    Inf 
91.09/91.20	o 2
91.09/91.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
91.09/91.20	c *91.2s| 22756 |   174 |424227 |  18.6 |  17M|  43 |   - |1911 |  13k|1911 |2550 | 136 |  27k|2516 | 0.000000e+00 | 2.000000e+00 |    Inf 
118.49/118.52	c   119s| 30000 |   104 |570219 |  19.0 |  16M|  47 |   - |1911 |  12k|1911 |2549 | 136 |  36k|2987 | 0.000000e+00 | 2.000000e+00 |    Inf 
157.99/158.03	c   158s| 40000 |    44 |788789 |  19.7 |  16M|  47 |  30 |1911 |  12k|1911 |2528 | 136 |  48k|3702 | 0.000000e+00 | 2.000000e+00 |    Inf 
193.69/193.71	c   194s| 50000 |   153 |986777 |  19.7 |  18M|  47 |  33 |1911 |  16k|1911 |2528 | 136 |  60k|4176 | 0.000000e+00 | 2.000000e+00 |    Inf 
195.19/195.26	o 1
195.19/195.26	c * 195s| 50483 |   132 |995767 |  19.7 |  18M|  47 |   - |1911 |  17k|1911 |2529 | 137 |  61k|4177 | 0.000000e+00 | 1.000000e+00 |    Inf 
231.29/231.36	c   231s| 60000 |   119 |  1192k|  19.9 |  18M|  47 |  31 |1911 |  17k|1911 |2528 | 137 |  72k|4666 | 0.000000e+00 | 1.000000e+00 |    Inf 
268.59/268.64	c   269s| 70000 |    93 |  1397k|  20.0 |  19M|  47 |  30 |1911 |  19k|1911 |2528 | 137 |  84k|5077 | 0.000000e+00 | 1.000000e+00 |    Inf 
304.71/304.73	c   305s| 80000 |   191 |  1591k|  19.9 |  21M|  47 |  32 |1911 |  21k|1911 |2528 | 137 |  96k|5396 | 0.000000e+00 | 1.000000e+00 |    Inf 
344.30/344.31	c   344s| 90000 |   196 |  1813k|  20.1 |  21M|  47 |   - |1911 |  21k|1911 |2528 | 137 | 108k|5702 | 0.000000e+00 | 1.000000e+00 |    Inf 
383.59/383.68	c   384s|100000 |   273 |  2031k|  20.3 |  23M|  47 |  45 |1911 |  24k|1911 |2528 | 137 | 121k|5980 | 0.000000e+00 | 1.000000e+00 |    Inf 
421.50/421.58	c   422s|110000 |   133 |  2232k|  20.3 |  22M|  47 |   - |1911 |  21k|1911 |2528 | 137 | 133k|6371 | 0.000000e+00 | 1.000000e+00 |    Inf 
460.00/460.06	c   460s|120000 |   143 |  2444k|  20.4 |  22M|  47 |  34 |1911 |  22k|1911 |2528 | 137 | 145k|6585 | 0.000000e+00 | 1.000000e+00 |    Inf 
499.10/499.18	c   499s|130000 |   274 |  2664k|  20.5 |  25M|  47 |  40 |1911 |  28k|1911 |2528 | 137 | 157k|6934 | 0.000000e+00 | 1.000000e+00 |    Inf 
538.50/538.60	c   539s|140000 |   323 |  2888k|  20.6 |  26M|  47 |  29 |1911 |  28k|1911 |2528 | 137 | 169k|7112 | 0.000000e+00 | 1.000000e+00 |    Inf 
577.80/577.82	c   578s|150000 |   282 |  3101k|  20.7 |  26M|  51 |   - |1911 |  29k|1911 |2528 | 137 | 181k|7446 | 0.000000e+00 | 1.000000e+00 |    Inf 
617.90/617.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
617.90/617.99	c   618s|160000 |   392 |  3327k|  20.8 |  29M|  51 |  52 |1911 |  34k|1911 |2528 | 137 | 194k|7619 | 0.000000e+00 | 1.000000e+00 |    Inf 
661.11/661.19	c   661s|170000 |   451 |  3568k|  21.0 |  31M|  56 |   - |1911 |  35k|1911 |2528 | 137 | 206k|7907 | 0.000000e+00 | 1.000000e+00 |    Inf 
703.71/703.76	c   704s|180000 |   490 |  3806k|  21.1 |  32M|  57 |  44 |1911 |  37k|1911 |2528 | 137 | 219k|8127 | 0.000000e+00 | 1.000000e+00 |    Inf 
745.00/745.00	c   745s|190000 |   373 |  4032k|  21.2 |  31M|  57 |   - |1911 |  36k|1911 |2528 | 137 | 231k|8334 | 0.000000e+00 | 1.000000e+00 |    Inf 
788.81/788.90	c   789s|200000 |   281 |  4278k|  21.4 |  30M|  62 |   - |1911 |  36k|1911 |2528 | 137 | 244k|8615 | 0.000000e+00 | 1.000000e+00 |    Inf 
828.50/828.53	c   829s|210000 |   145 |  4491k|  21.4 |  27M|  62 |  38 |1911 |  29k|1911 |2528 | 137 | 256k|8843 | 0.000000e+00 | 1.000000e+00 |    Inf 
867.51/867.51	c   868s|220000 |    71 |  4706k|  21.4 |  26M|  62 |   - |1911 |  28k|1911 |2528 | 137 | 269k|9077 | 0.000000e+00 | 1.000000e+00 |    Inf 
881.01/881.10	c 
881.01/881.10	c SCIP Status        : problem is solved [optimal solution found]
881.01/881.10	c Solving Time (sec) : 881.10
881.01/881.10	c Solving Nodes      : 223259
881.01/881.10	c Primal Bound       : +1.00000000000000e+00 (13 solutions)
881.01/881.10	c Dual Bound         : +1.00000000000000e+00
881.01/881.10	c Gap                : 0.00 %
881.01/881.10	s OPTIMUM FOUND
881.01/881.10	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
881.01/881.10	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
881.01/881.10	v x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 x173 -x172 -x171 -x170 x169 -x168 
881.01/881.10	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 x151 -x150 -x149 -x148 -x147 -x146 
881.01/881.10	v -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
881.01/881.10	v -x125 x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
881.01/881.10	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 
881.01/881.10	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 
881.01/881.10	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 
881.01/881.10	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 
881.01/881.10	v -x1 
881.01/881.10	c SCIP Status        : problem is solved [optimal solution found]
881.01/881.10	c Total Time         :     881.10
881.01/881.10	c   solving          :     881.10
881.01/881.10	c   presolving       :       0.13 (included in solving)
881.01/881.10	c   reading          :       0.02 (included in solving)
881.01/881.10	c Original Problem   :
881.01/881.10	c   Problem name     : HOME/instance-3447252-1307898930.wbo
881.01/881.10	c   Variables        : 1142 (1142 binary, 0 integer, 0 implicit integer, 0 continuous)
881.01/881.10	c   Constraints      : 2708 initial, 2708 maximal
881.01/881.10	c Presolved Problem  :
881.01/881.10	c   Problem name     : t_HOME/instance-3447252-1307898930.wbo
881.01/881.10	c   Variables        : 1911 (1071 binary, 0 integer, 840 implicit integer, 0 continuous)
881.01/881.10	c   Constraints      : 3345 initial, 38217 maximal
881.01/881.10	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
881.01/881.10	c   trivial          :       0.00         71          0          0          0          0          0          0          0          0
881.01/881.10	c   dualfix          :       0.00         71          0          0          0          0          0          0          0          0
881.01/881.10	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
881.01/881.10	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
881.01/881.10	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
881.01/881.10	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
881.01/881.10	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
881.01/881.10	c   setppc           :       0.00          0          0          0          0          0          5          0          0          0
881.01/881.10	c   linear           :       0.07          0          0          0        932          0        198          0        144          0
881.01/881.10	c   indicator        :       0.00          0          0          0          0          0         71          0          0          0
881.01/881.10	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
881.01/881.10	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
881.01/881.10	c   root node        :          -       1681          -          -       1681          -          -          -          -          -
881.01/881.10	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
881.01/881.10	c   integral         :          0          0          0     115178          0         35          0        360       3611          0          0     224828
881.01/881.10	c   varbound         :          0+         6     206812        103          0          0         45          0       3770        122          0          0
881.01/881.10	c   setppc           :         36          6     906671          4          0         32    1339305       1377     597033          0          0          0
881.01/881.10	c   linear           :        840+         7     907085          5          0         28    1734707       3517    1318713          0          0          0
881.01/881.10	c   indicator        :        840          0     205599        103          0         28         82          0        463          0          0          0
881.01/881.10	c   logicor          :       1629+         6     429941          6          0          7     949962       3197    1080274          0          0          0
881.01/881.10	c   bounddisjunction :          0+         0      17907          0          0          0          0          0          0          0          0          0
881.01/881.10	c   countsols        :          0          0          0          6          0          9          0          0          0          0          0          0
881.01/881.10	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
881.01/881.10	c   integral         :      52.72       0.00       0.00      52.72       0.00       0.00       0.00
881.01/881.10	c   varbound         :       0.11       0.00       0.11       0.00       0.00       0.00       0.00
881.01/881.10	c   setppc           :       4.06       0.00       3.75       0.00       0.00       0.00       0.31
881.01/881.10	c   linear           :      11.72       0.00      10.84       0.00       0.00       0.00       0.87
881.01/881.10	c   indicator        :       0.16       0.00       0.14       0.00       0.00       0.01       0.00
881.01/881.10	c   logicor          :      48.99       0.00      48.12       0.00       0.00       0.00       0.87
881.01/881.10	c   bounddisjunction :       0.02       0.00       0.02       0.00       0.00       0.00       0.00
881.01/881.10	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
881.01/881.10	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
881.01/881.10	c   vbounds          :       2130          6          0        390
881.01/881.10	c   rootredcost      :          6          0          0        840
881.01/881.10	c   pseudoobj        :     908288         40         26       2090
881.01/881.10	c Propagator Timings :  TotalTime  Propagate    Resprop
881.01/881.10	c   vbounds          :       0.31       0.31       0.00
881.01/881.10	c   rootredcost      :       0.15       0.15       0.00
881.01/881.10	c   pseudoobj        :      11.06      11.06       0.00
881.01/881.10	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
881.01/881.10	c   propagation      :       0.41       8117       8069      47404       26.9        115       19.5          -
881.01/881.10	c   infeasible LP    :      17.38     104716     104707     685951       37.8        611       16.3          0
881.01/881.10	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
881.01/881.10	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
881.01/881.10	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
881.01/881.10	c   applied globally :          -          -          -     273183       33.7          -          -          -
881.01/881.10	c   applied locally  :          -          -          -          0        0.0          -          -          -
881.01/881.10	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
881.01/881.10	c   cut pool         :       0.00          5          -          -         14          -    (maximal pool size: 437)
881.01/881.10	c   redcost          :       3.68     115051          0        582          0          0
881.01/881.10	c   impliedbounds    :       0.00          6          0          0          0          0
881.01/881.10	c   intobj           :       0.00          0          0          0          0          0
881.01/881.10	c   gomory           :       0.56          6          0          0       1000          0
881.01/881.10	c   cgmip            :       0.00          0          0          0          0          0
881.01/881.10	c   closecuts        :       0.00          0          0          0          0          0
881.01/881.10	c   strongcg         :       0.50          6          0          0       1601          0
881.01/881.10	c   cmir             :       0.09          6          0          0          3          0
881.01/881.10	c   flowcover        :       0.06          6          0          0          2          0
881.01/881.10	c   clique           :       0.00          6          0          0          0          0
881.01/881.10	c   zerohalf         :       0.00          0          0          0          0          0
881.01/881.10	c   mcf              :       0.00          1          0          0          0          0
881.01/881.10	c   oddcycle         :       0.00          0          0          0          0          0
881.01/881.10	c   rapidlearning    :       0.11          1          0          0          0         44
881.01/881.10	c Pricers            :       Time      Calls       Vars
881.01/881.10	c   problem variables:       0.00          0          0
881.01/881.10	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
881.01/881.10	c   relpscost        :      52.64     115075        360       3611          0          0     224828
881.01/881.10	c   pscost           :       0.00          0          0          0          0          0          0
881.01/881.10	c   inference        :       0.00          0          0          0          0          0          0
881.01/881.10	c   mostinf          :       0.00          0          0          0          0          0          0
881.01/881.10	c   leastinf         :       0.00          0          0          0          0          0          0
881.01/881.10	c   fullstrong       :       0.00          0          0          0          0          0          0
881.01/881.10	c   allfullstrong    :       0.00          0          0          0          0          0          0
881.01/881.10	c   random           :       0.00          0          0          0          0          0          0
881.01/881.10	c Primal Heuristics  :       Time      Calls      Found
881.01/881.10	c   LP solutions     :       0.00          -          6
881.01/881.10	c   pseudo solutions :       0.00          -          0
881.01/881.10	c   oneopt           :       0.08          7          0
881.01/881.10	c   feaspump         :       0.80          1          0
881.01/881.10	c   crossover        :       0.42         10          0
881.01/881.10	c   guideddiving     :       1.52         59          0
881.01/881.10	c   objpscostdiving  :       0.44         30          0
881.01/881.10	c   rootsoldiving    :       0.68         30          0
881.01/881.10	c   pscostdiving     :       1.77         60          0
881.01/881.10	c   coefdiving       :       1.63         60          0
881.01/881.10	c   fracdiving       :       2.03         60          0
881.01/881.10	c   veclendiving     :       1.33         60          0
881.01/881.10	c   linesearchdiving :       0.84         60          0
881.01/881.10	c   trivial          :       0.00          2          0
881.01/881.10	c   shiftandpropagate:       0.12          1          1
881.01/881.10	c   simplerounding   :       0.18     115082          0
881.01/881.10	c   zirounding       :       2.72        112          0
881.01/881.10	c   rounding         :       0.55       4764          0
881.01/881.10	c   shifting         :       0.54       1441          0
881.01/881.10	c   intshifting      :       0.01          0          0
881.01/881.10	c   twoopt           :       0.00          0          0
881.01/881.10	c   fixandinfer      :       0.00          0          0
881.01/881.10	c   clique           :       0.00          0          0
881.01/881.10	c   intdiving        :       0.00          0          0
881.01/881.10	c   actconsdiving    :       0.00          0          0
881.01/881.10	c   octane           :       0.00          0          0
881.01/881.10	c   rens             :       0.03          1          0
881.01/881.10	c   rins             :       0.00          0          0
881.01/881.10	c   localbranching   :       0.00          0          0
881.01/881.10	c   mutation         :       0.00          0          0
881.01/881.10	c   dins             :       0.00          0          0
881.01/881.10	c   vbounds          :       0.00          0          0
881.01/881.10	c   undercover       :       0.00          0          0
881.01/881.10	c   subnlp           :       0.04          0          0
881.01/881.10	c   trysol           :       0.05         17          6
881.01/881.10	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
881.01/881.10	c   primal LP        :       0.00          0          0       0.00          -
881.01/881.10	c   dual LP          :     615.50     218785    4732771      21.63    7689.36
881.01/881.10	c   lex dual LP      :       0.00          0          0       0.00          -
881.01/881.10	c   barrier LP       :       0.00          0          0       0.00          -
881.01/881.10	c   diving/probing LP:       8.48       7118      48211       6.77    5687.62
881.01/881.10	c   strong branching :      50.67       9127     356415      39.05    7033.58
881.01/881.10	c     (at root node) :          -          9       3281     364.56          -
881.01/881.10	c   conflict analysis:       0.00          0          0       0.00          -
881.01/881.10	c B&B Tree           :
881.01/881.10	c   number of runs   :          1
881.01/881.10	c   nodes            :     223259
881.01/881.10	c   nodes (total)    :     223259
881.01/881.10	c   nodes left       :          0
881.01/881.10	c   max depth        :         62
881.01/881.10	c   max depth (total):         62
881.01/881.10	c   backtracks       :      30024 (13.4%)
881.01/881.10	c   delayed cutoffs  :       1542
881.01/881.10	c   repropagations   :     364614 (481594 domain reductions, 1462 cutoffs)
881.01/881.10	c   avg switch length:       4.92
881.01/881.10	c   switching time   :      45.35
881.01/881.10	c Solution           :
881.01/881.10	c   Solutions found  :         13 (7 improvements)
881.01/881.10	c   First Solution   : +6.10000000000000e+02   (in run 1, after 1 nodes, 0.27 seconds, depth 920, found by <shiftandpropagate>)
881.01/881.10	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 50483 nodes, 195.26 seconds, depth 28, found by <relaxation>)
881.01/881.10	c   Dual Bound       : +1.00000000000000e+00
881.01/881.10	c   Gap              :       0.00 %
881.01/881.10	c   Root Dual Bound  : +0.00000000000000e+00
881.01/881.10	c   Root Iterations  :        607
881.11/881.13	c Time complete: 881.15.

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-3447252-1307898930/watcher-3447252-1307898930 -o /var/tmp/evaluation-result-3447252-1307898930/solver-3447252-1307898930 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447252-1307898930.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.99 1.08 3/176 20118
/proc/meminfo: memFree=1680752/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=10340 CPUtime=0 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 1568 0 0 0 0 0 0 0 22 0 1 0 901493952 10588160 1521 33554432000 4194304 9128323 140734617269440 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/20118/statm: 2585 1521 399 1205 0 1376 0

[startup+0.0528881 s]
/proc/loadavg: 0.92 0.99 1.08 3/176 20118
/proc/meminfo: memFree=1680752/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=28156 CPUtime=0.04 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 6028 0 0 0 4 0 0 0 22 0 1 0 901493952 28831744 5722 33554432000 4194304 9128323 140734617269440 18446744073709551615 5266306 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20118/statm: 7039 5722 514 1205 0 5830 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 28156

[startup+0.100905 s]
/proc/loadavg: 0.92 0.99 1.08 3/176 20118
/proc/meminfo: memFree=1680752/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=28156 CPUtime=0.09 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 6045 0 0 0 9 0 0 0 23 0 1 0 901493952 28831744 5739 33554432000 4194304 9128323 140734617269440 18446744073709551615 5266293 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20118/statm: 7039 5739 522 1205 0 5830 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28156

[startup+0.300877 s]
/proc/loadavg: 0.92 0.99 1.08 3/176 20118
/proc/meminfo: memFree=1680752/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=35152 CPUtime=0.29 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 8237 0 0 0 29 0 0 0 23 0 1 0 901493952 35995648 7767 33554432000 4194304 9128323 140734617269440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20118/statm: 8788 7767 675 1205 0 7579 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35152

[startup+0.700802 s]
/proc/loadavg: 0.92 0.99 1.08 3/176 20118
/proc/meminfo: memFree=1680752/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=58032 CPUtime=0.69 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 14101 0 0 0 68 1 0 0 25 0 1 0 901493952 59424768 13275 33554432000 4194304 9128323 140734617269440 18446744073709551615 6694320 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20118/statm: 14508 13275 727 1205 0 13299 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58032

[startup+1.50067 s]
/proc/loadavg: 0.92 0.99 1.08 4/178 20120
/proc/meminfo: memFree=1591804/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=58032 CPUtime=1.49 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 14103 0 0 0 148 1 0 0 25 0 1 0 901493952 59424768 13277 33554432000 4194304 9128323 140734617269440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20118/statm: 14508 13277 727 1205 0 13299 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58032

[startup+3.10035 s]
/proc/loadavg: 0.92 0.99 1.08 4/178 20120
/proc/meminfo: memFree=1581512/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=58116 CPUtime=3.09 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 15370 0 0 0 306 3 0 0 25 0 1 0 901493952 59510784 13627 33554432000 4194304 9128323 140734617269440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20118/statm: 14529 13627 737 1205 0 13320 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58116

[startup+6.30082 s]
/proc/loadavg: 1.01 1.00 1.09 4/178 20120
/proc/meminfo: memFree=1575900/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=58116 CPUtime=6.29 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 15375 0 0 0 624 5 0 0 25 0 1 0 901493952 59510784 13632 33554432000 4194304 9128323 140734617269440 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20118/statm: 14529 13632 741 1205 0 13320 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58116

[startup+12.7007 s]
/proc/loadavg: 1.09 1.02 1.09 4/178 20120
/proc/meminfo: memFree=1569076/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=58116 CPUtime=12.69 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 15375 0 0 0 1258 11 0 0 25 0 1 0 901493952 59510784 13632 33554432000 4194304 9128323 140734617269440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20118/statm: 14529 13632 741 1205 0 13320 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58116

[startup+25.5004 s]
/proc/loadavg: 1.29 1.07 1.11 4/178 20120
/proc/meminfo: memFree=1561944/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=58124 CPUtime=25.49 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 20214 0 0 0 2529 20 0 0 25 0 1 0 901493952 59518976 13651 33554432000 4194304 9128323 140734617269440 18446744073709551615 6416602 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/20118/statm: 14531 13651 753 1205 0 13322 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58124

[startup+51.1008 s]
/proc/loadavg: 1.53 1.14 1.13 4/178 20121
/proc/meminfo: memFree=1554784/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=58148 CPUtime=51.09 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 22482 0 0 0 5065 44 0 0 25 0 1 0 901493952 59543552 13662 33554432000 4194304 9128323 140734617269440 18446744073709551615 7346718 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20118/statm: 14537 13662 753 1205 0 13328 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58148

[startup+102.307 s]
/proc/loadavg: 1.79 1.27 1.17 4/178 20123
/proc/meminfo: memFree=1549828/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=58196 CPUtime=102.3 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 27301 0 0 0 10146 84 0 0 25 0 1 0 901493952 59592704 13680 33554432000 4194304 9128323 140734617269440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20118/statm: 14549 13680 753 1205 0 13340 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 58196

[startup+162.3 s]
/proc/loadavg: 1.92 1.40 1.22 4/178 20124
/proc/meminfo: memFree=1544584/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=58196 CPUtime=162.29 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 29955 0 0 0 16097 132 0 0 25 0 1 0 901493952 59592704 13680 33554432000 4194304 9128323 140734617269440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20118/statm: 14549 13680 753 1205 0 13340 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 58196

[startup+222.301 s]
/proc/loadavg: 1.97 1.51 1.27 4/178 20126
/proc/meminfo: memFree=1541428/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=59664 CPUtime=222.29 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 46251 0 0 0 22048 181 0 0 25 0 1 0 901493952 61095936 14034 33554432000 4194304 9128323 140734617269440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20118/statm: 14916 14034 753 1205 0 13707 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 59664

[startup+282.301 s]
/proc/loadavg: 1.99 1.59 1.31 4/178 20127
/proc/meminfo: memFree=1538280/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=61808 CPUtime=282.29 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 48399 0 0 0 28001 228 0 0 25 0 1 0 901493952 63291392 14534 33554432000 4194304 9128323 140734617269440 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20118/statm: 15452 14534 753 1205 0 14243 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 61808

[startup+342.3 s]
/proc/loadavg: 1.99 1.67 1.35 4/178 20129
/proc/meminfo: memFree=1535496/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=63432 CPUtime=342.29 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 50229 0 0 0 33956 273 0 0 25 0 1 0 901493952 64954368 14953 33554432000 4194304 9128323 140734617269440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20118/statm: 15858 14953 753 1205 0 14649 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 63432

[startup+402.301 s]
/proc/loadavg: 1.99 1.72 1.39 4/178 20131
/proc/meminfo: memFree=1533968/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=65028 CPUtime=402.3 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 54614 0 0 0 39912 318 0 0 25 0 1 0 901493952 66588672 15359 33554432000 4194304 9128323 140734617269440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20118/statm: 16257 15359 753 1205 0 15048 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 65028

[startup+462.301 s]
/proc/loadavg: 1.99 1.77 1.42 4/178 20132
/proc/meminfo: memFree=1531944/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=65504 CPUtime=462.3 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 54725 0 0 0 45872 358 0 0 25 0 1 0 901493952 67076096 15470 33554432000 4194304 9128323 140734617269440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20118/statm: 16376 15470 753 1205 0 15167 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 65504

[startup+522.3 s]
/proc/loadavg: 1.99 1.81 1.46 4/178 20134
/proc/meminfo: memFree=1528436/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=67156 CPUtime=522.3 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 55154 0 0 0 51824 406 0 0 25 0 1 0 901493952 68767744 15898 33554432000 4194304 9128323 140734617269440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20118/statm: 16789 15898 753 1205 0 15580 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 67156

[startup+582.301 s]
/proc/loadavg: 2.06 1.87 1.50 4/178 20135
/proc/meminfo: memFree=1523816/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=70720 CPUtime=582.3 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 56038 0 0 0 57778 452 0 0 25 0 1 0 901493952 72417280 16779 33554432000 4194304 9128323 140734617269440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20118/statm: 17680 16779 753 1205 0 16471 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 70720

[startup+642.3 s]
/proc/loadavg: 2.02 1.89 1.53 4/178 20137
/proc/meminfo: memFree=1520920/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=73240 CPUtime=642.31 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 60624 0 0 0 63734 497 0 0 25 0 1 0 901493952 74997760 17412 33554432000 4194304 9128323 140734617269440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20118/statm: 18310 17412 753 1205 0 17101 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 73240

[startup+702.301 s]
/proc/loadavg: 2.01 1.91 1.55 4/178 20139
/proc/meminfo: memFree=1516788/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=75632 CPUtime=702.31 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 61216 0 0 0 69687 544 0 0 25 0 1 0 901493952 77447168 18001 33554432000 4194304 9128323 140734617269440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20118/statm: 18908 18001 753 1205 0 17699 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 75632

[startup+762.307 s]
/proc/loadavg: 2.00 1.92 1.58 4/178 20140
/proc/meminfo: memFree=1514752/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=76948 CPUtime=762.32 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 61534 0 0 0 75641 591 0 0 25 0 1 0 901493952 78794752 18319 33554432000 4194304 9128323 140734617269440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20118/statm: 19237 18319 753 1205 0 18028 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 76948

[startup+822.3 s]
/proc/loadavg: 2.00 1.93 1.60 4/178 20142
/proc/meminfo: memFree=1514720/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=76948 CPUtime=822.31 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 61545 0 0 0 81595 636 0 0 25 0 1 0 901493952 78794752 18330 33554432000 4194304 9128323 140734617269440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20118/statm: 19237 18330 753 1205 0 18028 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 76948

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

[startup+844.7 s]
/proc/loadavg: 2.00 1.94 1.61 4/178 20142
/proc/meminfo: memFree=1513828/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=77304 CPUtime=844.71 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 61609 0 0 0 83819 652 0 0 25 0 1 0 901493952 79159296 18394 33554432000 4194304 9128323 140734617269440 18446744073709551615 7191120 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20118/statm: 19326 18394 753 1205 0 18117 0
Current children cumulated CPU time (s) 844.71
Current children cumulated vsize (KiB) 77304

[startup+857.501 s]
/proc/loadavg: 2.00 1.94 1.61 4/178 20143
/proc/meminfo: memFree=1513452/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=77304 CPUtime=857.51 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 61612 0 0 0 85090 661 0 0 25 0 1 0 901493952 79159296 18397 33554432000 4194304 9128323 140734617269440 18446744073709551615 8012585 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20118/statm: 19326 18397 753 1205 0 18117 0
Current children cumulated CPU time (s) 857.51
Current children cumulated vsize (KiB) 77304

[startup+870.301 s]
/proc/loadavg: 2.00 1.94 1.62 4/178 20143
/proc/meminfo: memFree=1513444/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=77304 CPUtime=870.31 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 61612 0 0 0 86360 671 0 0 25 0 1 0 901493952 79159296 18397 33554432000 4194304 9128323 140734617269440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20118/statm: 19326 18397 753 1205 0 18117 0
Current children cumulated CPU time (s) 870.31
Current children cumulated vsize (KiB) 77304

[startup+876.707 s]
/proc/loadavg: 2.00 1.94 1.62 4/178 20143
/proc/meminfo: memFree=1513440/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=77304 CPUtime=876.72 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 61612 0 0 0 86996 676 0 0 25 0 1 0 901493952 79159296 18397 33554432000 4194304 9128323 140734617269440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20118/statm: 19326 18397 753 1205 0 18117 0
Current children cumulated CPU time (s) 876.72
Current children cumulated vsize (KiB) 77304

[startup+878.3 s]
/proc/loadavg: 2.00 1.94 1.62 4/178 20143
/proc/meminfo: memFree=1513440/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=77304 CPUtime=878.31 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 61612 0 0 0 87154 677 0 0 25 0 1 0 901493952 79159296 18397 33554432000 4194304 9128323 140734617269440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20118/statm: 19326 18397 753 1205 0 18117 0
Current children cumulated CPU time (s) 878.31
Current children cumulated vsize (KiB) 77304

[startup+879.901 s]
/proc/loadavg: 2.00 1.94 1.62 4/178 20143
/proc/meminfo: memFree=1513560/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=77304 CPUtime=879.92 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 61612 0 0 0 87314 678 0 0 25 0 1 0 901493952 79159296 18397 33554432000 4194304 9128323 140734617269440 18446744073709551615 7217931 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20118/statm: 19326 18397 753 1205 0 18117 0
Current children cumulated CPU time (s) 879.92
Current children cumulated vsize (KiB) 77304

[startup+880.701 s]
/proc/loadavg: 2.00 1.94 1.62 4/178 20143
/proc/meminfo: memFree=1513560/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=77440 CPUtime=880.71 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 61630 0 0 0 87393 678 0 0 25 0 1 0 901493952 79298560 18415 33554432000 4194304 9128323 140734617269440 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20118/statm: 19360 18415 753 1205 0 18151 0
Current children cumulated CPU time (s) 880.71
Current children cumulated vsize (KiB) 77440

[startup+881.107 s]
/proc/loadavg: 2.00 1.94 1.62 4/178 20143
/proc/meminfo: memFree=1513560/32951124 swapFree=67052292/67111528
[pid=20118] ppid=20116 vsize=77932 CPUtime=881.11 cores=0,2,4,6
/proc/20118/stat : 20118 (scip-2.0.1.4.li) R 20116 20118 19038 0 -1 4202496 61753 0 0 0 87433 678 0 0 25 0 1 0 901493952 79802368 18537 33554432000 4194304 9128323 140734617269440 18446744073709551615 7289799 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20118/statm: 19483 18537 762 1205 0 18274 0
Current children cumulated CPU time (s) 881.11
Current children cumulated vsize (KiB) 77932

Child status: 0
Real time (s): 881.138
CPU time (s): 881.155
CPU user time (s): 874.363
CPU system time (s): 6.79197
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 77932

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

runsolver used 1.56276 second user time and 3.19451 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-12 19:15:30
IDJOB=3447252
IDBENCH=78985
IDSOLVER=1944
FILE ID=node108/3447252-1307898930
RUNJOBID= node108-1307898930-20091
PBS_JOBID= 13559595
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.1900667195--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 /var/tmp/evaluation-result-3447252-1307898930/watcher-3447252-1307898930 -o /var/tmp/evaluation-result-3447252-1307898930/solver-3447252-1307898930 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447252-1307898930.wbo -t 1800 -m 15500

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

MD5SUM BENCH= c3c12ca4f6a34dfd4eee1807e0cef251
RANDOM SEED=1649696947

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1682228 kB
Buffers:         51548 kB
Cached:       30241636 kB
SwapCached:      23196 kB
Active:       15238336 kB
Inactive:     15084516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1682228 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:           24504 kB
Writeback:           0 kB
AnonPages:       26684 kB
Mapped:           8908 kB
Slab:           881660 kB
PageTables:       4824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187124 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 node108 at 2011-06-12 19:30:11