Trace number 3447803

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 496.808 496.805

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900564281--soft-66-100-0.wbo
MD5SUMa9f9ba62d7684b26a7c6c823c9992171
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark18.7671
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 45526
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45525
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 705
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3447803-1307898411.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, 220 impls, 16 clqs
0.00/0.07	c (round 2) 0 del vars, 166 del conss, 0 add conss, 911 chg bounds, 50 chg sides, 0 chg coeffs, 0 upgd conss, 220 impls, 16 clqs
0.00/0.08	c (round 3) 100 del vars, 264 del conss, 0 add conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 0 upgd conss, 220 impls, 16 clqs
0.00/0.09	c (round 4) 130 del vars, 264 del conss, 0 add conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 1663 upgd conss, 220 impls, 16 clqs
0.09/0.10	c (round 5) 130 del vars, 267 del conss, 0 add conss, 926 chg bounds, 133 chg sides, 0 chg coeffs, 1663 upgd conss, 220 impls, 16 clqs
0.09/0.14	c    (0.1s) probing: 101/1077 (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  130 deleted vars, 267 deleted constraints, 0 added constraints, 926 tightened bounds, 0 added holes, 133 changed sides, 0 changed coefficients
0.09/0.14	c  1066 implications, 16 cliques
0.09/0.14	c presolved problem has 1923 variables (1077 bin, 0 int, 846 impl, 0 cont) and 3352 constraints
0.09/0.14	c      55 constraints of type <setppc>
0.09/0.14	c     846 constraints of type <linear>
0.09/0.14	c     846 constraints of type <indicator>
0.09/0.14	c    1605 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.19/0.25	o 536
0.19/0.25	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.25	c T 0.2s|     1 |     0 |     0 |     - |9116k|   0 |   - |1923 |4200 |1923 |2506 |   0 |   2 |   0 |      --      | 5.360000e+02 |    Inf 
0.19/0.26	c   0.3s|     1 |     0 |    84 |     - |8714k|   0 |  50 |1923 |4200 |1923 |2506 |   0 |   2 |   0 | 0.000000e+00 | 5.360000e+02 |    Inf 
0.39/0.47	c   0.5s|     1 |     0 |   227 |     - |9812k|   0 |  35 |1923 |4241 |1923 |2516 |  10 |   2 |   0 | 0.000000e+00 | 5.360000e+02 |    Inf 
0.59/0.61	c   0.6s|     1 |     0 |   249 |     - |9820k|   0 |  52 |1923 |4241 |1923 |2517 |  11 |   2 |   0 | 0.000000e+00 | 5.360000e+02 |    Inf 
0.79/0.82	c   0.8s|     1 |     0 |   270 |     - |  10M|   0 |  54 |1923 |4241 |1923 |2519 |  13 |   2 |   0 | 0.000000e+00 | 5.360000e+02 |    Inf 
0.99/1.08	c   1.1s|     1 |     0 |   294 |     - |  10M|   0 |  60 |1923 |4241 |1923 |2525 |  19 |   2 |   0 | 0.000000e+00 | 5.360000e+02 |    Inf 
1.29/1.30	c   1.3s|     1 |     0 |   323 |     - |  10M|   0 |  57 |1923 |4241 |1923 |2526 |  20 |   2 |   0 | 0.000000e+00 | 5.360000e+02 |    Inf 
1.49/1.52	c   1.5s|     1 |     0 |   338 |     - |  10M|   0 |  55 |1923 |4241 |1923 |2529 |  23 |   2 |   0 | 0.000000e+00 | 5.360000e+02 |    Inf 
2.39/2.46	c   2.5s|     1 |     2 |  5426 |     - |  10M|   0 |  55 |1923 |4241 |1923 |2529 |  23 |   2 |   9 | 0.000000e+00 | 5.360000e+02 |    Inf 
3.09/3.13	o 258
3.09/3.13	c * 3.1s|    10 |     9 |  5978 | 626.7 |  10M|   9 |   - |1923 |4241 |1923 |2547 |  46 |   2 |  63 | 0.000000e+00 | 2.580000e+02 |    Inf 
3.49/3.53	o 253
3.49/3.53	c * 3.5s|    19 |    12 |  6583 | 346.9 |  11M|  13 |   - |1923 |4244 |1923 |2528 |  50 |   5 | 146 | 0.000000e+00 | 2.530000e+02 |    Inf 
3.49/3.55	o 232
3.49/3.55	c * 3.5s|    20 |    11 |  6613 | 330.3 |  11M|  13 |   - |1923 |4244 |1923 |2534 |  60 |   5 | 146 | 0.000000e+00 | 2.320000e+02 |    Inf 
4.99/5.07	o 72
4.99/5.07	c * 5.1s|    68 |    27 |  8049 | 115.1 |  11M|  19 |   - |1923 |4285 |1923 |2564 | 100 |  46 | 424 | 0.000000e+00 | 7.200000e+01 |    Inf 
5.60/5.65	o 64
5.60/5.65	c * 5.6s|    78 |    24 |  8547 | 106.6 |  11M|  19 |   - |1923 |3812 |1923 |2528 | 104 |  53 | 538 | 0.000000e+00 | 6.400000e+01 |    Inf 
12.29/12.31	o 54
12.29/12.31	c *12.3s|   333 |    59 | 13115 |  38.5 |  12M|  26 |   - |1923 |3944 |1923 |2520 | 121 | 311 |1684 | 0.000000e+00 | 5.400000e+01 |    Inf 
14.69/14.78	o 41
14.69/14.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.69/14.78	c *14.8s|   919 |    84 | 20205 |  21.6 |  12M|  29 |   - |1923 |4386 |1923 |2522 | 153 |1041 |1879 | 0.000000e+00 | 4.100000e+01 |    Inf 
14.79/14.80	o 39
14.79/14.80	c *14.8s|   926 |    83 | 20268 |  21.5 |  12M|  29 |   - |1923 |4166 |1923 |2520 | 154 |1056 |1880 | 0.000000e+00 | 3.900000e+01 |    Inf 
16.50/16.52	o 37
16.50/16.52	c *16.5s|  1498 |    74 | 26813 |  17.7 |  13M|  29 |   - |1923 |4517 |1923 |2520 | 167 |1767 |1942 | 0.000000e+00 | 3.700000e+01 |    Inf 
16.50/16.53	o 25
16.50/16.53	c *16.5s|  1500 |    74 | 26829 |  17.7 |  13M|  29 |   - |1923 |4454 |1923 |2522 | 170 |1767 |1942 | 0.000000e+00 | 2.500000e+01 |    Inf 
16.69/16.79	o 21
16.69/16.79	c *16.8s|  1591 |    80 | 28076 |  17.4 |  13M|  29 |   - |1923 |4278 |1923 |2522 | 175 |1879 |1944 | 0.000000e+00 | 2.100000e+01 |    Inf 
17.29/17.39	o 17
17.29/17.39	c *17.4s|  1771 |    85 | 30990 |  17.3 |  13M|  29 |   - |1923 |4268 |1923 |2521 | 178 |2090 |1959 | 0.000000e+00 | 1.700000e+01 |    Inf 
17.59/17.61	o 11
17.59/17.61	c *17.6s|  1840 |    78 | 31892 |  17.2 |  13M|  29 |   - |1923 |4259 |1923 |2524 | 183 |2187 |1968 | 0.000000e+00 | 1.100000e+01 |    Inf 
21.19/21.28	o 5
21.19/21.28	c *21.3s|  3160 |   121 | 50153 |  15.8 |  13M|  38 |   - |1923 |5134 |1923 |2522 | 191 |3763 |2027 | 0.000000e+00 | 5.000000e+00 |    Inf 
21.89/21.98	o 4
21.89/21.98	c *22.0s|  3403 |   141 | 54034 |  15.8 |  13M|  38 |   - |1923 |5065 |1923 |2523 | 198 |4023 |2029 | 0.000000e+00 | 4.000000e+00 |    Inf 
42.39/42.41	c  42.4s| 10000 |   189 |169118 |  16.9 |  15M|  41 |  33 |1923 |6587 |1923 |2524 | 199 |  11k|2180 | 0.000000e+00 | 4.000000e+00 |    Inf 
73.99/74.04	c  74.0s| 20000 |   303 |347498 |  17.4 |  18M|  43 |  25 |1923 |  12k|1923 |2519 | 199 |  24k|2392 | 0.000000e+00 | 4.000000e+00 |    Inf 
109.79/109.87	c   110s| 30000 |   460 |537019 |  17.9 |  20M|  44 |   - |1923 |  15k|   0 |   0 | 199 |  36k|3009 | 0.000000e+00 | 4.000000e+00 |    Inf 
133.79/133.88	o 3
133.79/133.88	c * 134s| 37056 |   655 |659284 |  17.8 |  24M|  50 |   - |1923 |  19k|1923 |2521 | 204 |  45k|3429 | 0.000000e+00 | 3.000000e+00 |    Inf 
143.90/143.95	c   144s| 40000 |   670 |711529 |  17.8 |  23M|  53 |  33 |1923 |  16k|1923 |2519 | 204 |  48k|3585 | 0.000000e+00 | 3.000000e+00 |    Inf 
177.10/177.15	c   177s| 50000 |   620 |881701 |  17.6 |  23M|  53 |   - |1923 |  16k|1923 |2519 | 204 |  61k|4044 | 0.000000e+00 | 3.000000e+00 |    Inf 
211.00/211.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
211.00/211.07	c   211s| 60000 |   614 |  1060k|  17.7 |  23M|  53 |  24 |1923 |  16k|1923 |2519 | 206 |  73k|4471 | 0.000000e+00 | 3.000000e+00 |    Inf 
243.90/243.95	c   244s| 70000 |   600 |  1232k|  17.6 |  24M|  53 |  31 |1923 |  17k|1923 |2519 | 206 |  86k|4830 | 0.000000e+00 | 3.000000e+00 |    Inf 
278.10/278.19	c   278s| 80000 |   547 |  1414k|  17.7 |  24M|  56 |  36 |1923 |  17k|1923 |2519 | 207 |  98k|5259 | 0.000000e+00 | 3.000000e+00 |    Inf 
314.79/314.80	c   315s| 90000 |   598 |  1615k|  18.0 |  26M|  56 |  38 |1923 |  21k|1923 |2519 | 207 | 110k|5649 | 0.000000e+00 | 3.000000e+00 |    Inf 
352.60/352.65	c   353s|100000 |   518 |  1828k|  18.3 |  27M|  56 |  16 |1923 |  23k|1923 |2519 | 207 | 123k|5987 | 0.000000e+00 | 3.000000e+00 |    Inf 
387.69/387.74	c   388s|110000 |   504 |  2017k|  18.3 |  25M|  56 |  24 |1923 |  19k|1923 |2519 | 207 | 135k|6229 | 0.000000e+00 | 3.000000e+00 |    Inf 
422.99/423.07	c   423s|120000 |   326 |  2204k|  18.4 |  22M|  56 |  36 |1923 |  15k|1923 |2524 | 208 | 148k|6559 | 0.000000e+00 | 3.000000e+00 |    Inf 
458.00/458.08	c   458s|130000 |   179 |  2395k|  18.4 |  21M|  56 |  22 |1923 |  15k|1923 |2519 | 209 | 160k|6871 | 0.000000e+00 | 3.000000e+00 |    Inf 
491.59/491.60	c   492s|140000 |    41 |  2579k|  18.4 |  20M|  56 |   - |1923 |  15k|1923 |2519 | 209 | 172k|7124 | 0.000000e+00 | 3.000000e+00 |    Inf 
496.69/496.77	c 
496.69/496.77	c SCIP Status        : problem is solved [optimal solution found]
496.69/496.77	c Solving Time (sec) : 496.77
496.69/496.77	c Solving Nodes      : 141576
496.69/496.77	c Primal Bound       : +3.00000000000000e+00 (59 solutions)
496.69/496.77	c Dual Bound         : +3.00000000000000e+00
496.69/496.77	c Gap                : 0.00 %
496.69/496.77	s OPTIMUM FOUND
496.69/496.77	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
496.69/496.77	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
496.69/496.77	v -x188 -x187 -x186 x185 -x184 -x183 -x182 -x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 x170 -x169 -x168 
496.69/496.77	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
496.69/496.77	v -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
496.69/496.77	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 
496.69/496.77	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 
496.69/496.77	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 
496.69/496.77	v -x54 -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 
496.69/496.77	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 
496.69/496.77	v -x1 
496.69/496.77	c SCIP Status        : problem is solved [optimal solution found]
496.69/496.77	c Total Time         :     496.77
496.69/496.77	c   solving          :     496.77
496.69/496.77	c   presolving       :       0.12 (included in solving)
496.69/496.77	c   reading          :       0.02 (included in solving)
496.69/496.77	c Original Problem   :
496.69/496.77	c   Problem name     : HOME/instance-3447803-1307898411.wbo
496.69/496.77	c   Variables        : 1142 (1142 binary, 0 integer, 0 implicit integer, 0 continuous)
496.69/496.77	c   Constraints      : 2708 initial, 2708 maximal
496.69/496.77	c Presolved Problem  :
496.69/496.77	c   Problem name     : t_HOME/instance-3447803-1307898411.wbo
496.69/496.77	c   Variables        : 1923 (1077 binary, 0 integer, 846 implicit integer, 0 continuous)
496.69/496.77	c   Constraints      : 3352 initial, 25274 maximal
496.69/496.77	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
496.69/496.77	c   trivial          :       0.00         65          0          0          0          0          0          0          0          0
496.69/496.77	c   dualfix          :       0.00         65          0          0          0          0          0          0          0          0
496.69/496.77	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
496.69/496.77	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
496.69/496.77	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
496.69/496.77	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
496.69/496.77	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
496.69/496.77	c   setppc           :       0.00          0          0          0          0          0          3          0          0          0
496.69/496.77	c   linear           :       0.06          0          0          0        926          0        199          0        133          0
496.69/496.77	c   indicator        :       0.00          0          0          0          0          0         65          0          0          0
496.69/496.77	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
496.69/496.77	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
496.69/496.77	c   root node        :          -       1669          -          -       1669          -          -          -          -          -
496.69/496.77	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
496.69/496.77	c   integral         :          0          0          0      73486          0        212          0        223       2466          0          0     143178
496.69/496.77	c   varbound         :          0+         6     605501        201          0          0        532          0      40301        195          0          0
496.69/496.77	c   setppc           :         55          6     604138          3          0        209    1248762       3094     596688          0          0          0
496.69/496.77	c   linear           :        846+         7     601260          7          0        196     648587       2874     877277          0          0          0
496.69/496.77	c   indicator        :        846          0     599744        201          0        196        849          0       2193          0          0          0
496.69/496.77	c   logicor          :       1605+         6     279511         16          0         43     673384       2626     706721          0          0          0
496.69/496.77	c   bounddisjunction :          0+         0      49979          0          0          0         12          6         43          0          0          0
496.69/496.77	c   countsols        :          0          0          0         16          0         45          0          0          0          0          0          0
496.69/496.77	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
496.69/496.77	c   integral         :      35.99       0.00       0.00      35.99       0.00       0.00       0.00
496.69/496.77	c   varbound         :       0.43       0.00       0.43       0.00       0.00       0.00       0.00
496.69/496.77	c   setppc           :       3.42       0.00       3.13       0.00       0.00       0.00       0.29
496.69/496.77	c   linear           :       6.67       0.00       6.23       0.00       0.00       0.02       0.42
496.69/496.77	c   indicator        :       0.65       0.00       0.57       0.01       0.00       0.07       0.00
496.69/496.77	c   logicor          :      22.38       0.00      21.84       0.00       0.00       0.00       0.53
496.69/496.77	c   bounddisjunction :       0.06       0.00       0.06       0.00       0.00       0.00       0.00
496.69/496.77	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
496.69/496.78	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
496.69/496.78	c   vbounds          :       5150         94          2       3788
496.69/496.78	c   rootredcost      :         16          0          0        824
496.69/496.78	c   pseudoobj        :     606084        529        199      38638
496.69/496.78	c Propagator Timings :  TotalTime  Propagate    Resprop
496.69/496.78	c   vbounds          :       0.48       0.48       0.00
496.69/496.78	c   rootredcost      :       0.10       0.10       0.00
496.69/496.78	c   pseudoobj        :       7.91       7.91       0.00
496.69/496.78	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
496.69/496.78	c   propagation      :       0.42       8801       8734      47523       25.2        170       19.1          -
496.69/496.78	c   infeasible LP    :       9.70      62706      62690     400261       36.2        626       16.8          0
496.69/496.78	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
496.69/496.78	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
496.69/496.78	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
496.69/496.78	c   applied globally :          -          -          -     174422       32.2          -          -          -
496.69/496.78	c   applied locally  :          -          -          -          0        0.0          -          -          -
496.69/496.78	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
496.69/496.78	c   cut pool         :       0.00          5          -          -         12          -    (maximal pool size: 310)
496.69/496.78	c   redcost          :       2.44      73460          0       4666          0          0
496.69/496.78	c   impliedbounds    :       0.00          6          0          0          0          0
496.69/496.78	c   intobj           :       0.00          0          0          0          0          0
496.69/496.78	c   gomory           :       0.52          6          0          0        500          0
496.69/496.78	c   cgmip            :       0.00          0          0          0          0          0
496.69/496.78	c   closecuts        :       0.00          0          0          0          0          0
496.69/496.78	c   strongcg         :       0.46          6          0          0        927          0
496.69/496.78	c   cmir             :       0.06          6          0          0          0          0
496.69/496.78	c   flowcover        :       0.07          6          0          0          1          0
496.69/496.78	c   clique           :       0.00          6          0          0          0          0
496.69/496.78	c   zerohalf         :       0.00          0          0          0          0          0
496.69/496.78	c   mcf              :       0.00          1          0          0          0          0
496.69/496.78	c   oddcycle         :       0.00          0          0          0          0          0
496.69/496.78	c   rapidlearning    :       0.11          1          0          0          0         41
496.69/496.78	c Pricers            :       Time      Calls       Vars
496.69/496.78	c   problem variables:       0.00          0          0
496.69/496.78	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
496.69/496.78	c   relpscost        :      35.93      73284        223       2466          0          0     143178
496.69/496.78	c   pscost           :       0.00          0          0          0          0          0          0
496.69/496.78	c   inference        :       0.00          0          0          0          0          0          0
496.69/496.78	c   mostinf          :       0.00          0          0          0          0          0          0
496.69/496.78	c   leastinf         :       0.00          0          0          0          0          0          0
496.69/496.78	c   fullstrong       :       0.00          0          0          0          0          0          0
496.69/496.78	c   allfullstrong    :       0.00          0          0          0          0          0          0
496.69/496.78	c   random           :       0.00          0          0          0          0          0          0
496.69/496.78	c Primal Heuristics  :       Time      Calls      Found
496.69/496.78	c   LP solutions     :       0.00          -         16
496.69/496.78	c   pseudo solutions :       0.00          -          0
496.69/496.78	c   oneopt           :       0.13         16          0
496.69/496.78	c   feaspump         :       0.62          1          0
496.69/496.78	c   linesearchdiving :       0.20         22          0
496.69/496.78	c   guideddiving     :       0.91         22          0
496.69/496.78	c   veclendiving     :       0.48         22          0
496.69/496.78	c   coefdiving       :       0.39         23          0
496.69/496.78	c   pscostdiving     :       0.49         23          0
496.69/496.78	c   fracdiving       :       0.80         23          0
496.69/496.78	c   objpscostdiving  :       0.12         12          0
496.69/496.78	c   rootsoldiving    :       0.26         12          0
496.69/496.78	c   crossover        :       0.31         10          0
496.69/496.78	c   trivial          :       0.00          2          0
496.69/496.78	c   shiftandpropagate:       0.10          1          1
496.69/496.78	c   simplerounding   :       0.11      73308          0
496.69/496.78	c   zirounding       :       1.77         91          0
496.69/496.78	c   rounding         :       0.43       3775          0
496.69/496.78	c   shifting         :       0.45       1166          0
496.69/496.78	c   intshifting      :       0.00          0          0
496.69/496.78	c   twoopt           :       0.00          0          0
496.69/496.78	c   fixandinfer      :       0.00          0          0
496.69/496.78	c   clique           :       0.00          0          0
496.69/496.78	c   intdiving        :       0.00          0          0
496.69/496.78	c   actconsdiving    :       0.00          0          0
496.69/496.78	c   octane           :       0.00          0          0
496.69/496.78	c   rens             :       0.03          1          0
496.69/496.78	c   rins             :       0.00          0          0
496.69/496.78	c   localbranching   :       0.00          0          0
496.69/496.78	c   mutation         :       0.00          0          0
496.69/496.78	c   dins             :       0.00          0          0
496.69/496.78	c   vbounds          :       0.00          0          0
496.69/496.78	c   undercover       :       0.00          0          0
496.69/496.78	c   subnlp           :       0.02          0          0
496.69/496.78	c   trysol           :       0.06        140         42
496.69/496.78	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
496.69/496.78	c   primal LP        :       0.00          0          0       0.00          -
496.69/496.78	c   dual LP          :     343.11     135659    2589335      19.09    7546.62
496.69/496.78	c   lex dual LP      :       0.00          0          0       0.00          -
496.69/496.78	c   barrier LP       :       0.00          0          0       0.00          -
496.69/496.78	c   diving/probing LP:       3.39       2678      19431       7.26    5733.49
496.69/496.78	c   strong branching :      34.76       7126     245053      34.39    7049.32
496.69/496.78	c     (at root node) :          -          9       2568     285.33          -
496.69/496.78	c   conflict analysis:       0.00          0          0       0.00          -
496.69/496.78	c B&B Tree           :
496.69/496.78	c   number of runs   :          1
496.69/496.78	c   nodes            :     141576
496.69/496.78	c   nodes (total)    :     141576
496.69/496.78	c   nodes left       :          0
496.69/496.78	c   max depth        :         56
496.69/496.78	c   max depth (total):         56
496.69/496.78	c   backtracks       :      16589 (11.7%)
496.69/496.78	c   delayed cutoffs  :       1582
496.69/496.78	c   repropagations   :     251967 (355725 domain reductions, 1436 cutoffs)
496.69/496.78	c   avg switch length:       5.18
496.69/496.78	c   switching time   :      23.24
496.69/496.78	c Solution           :
496.69/496.78	c   Solutions found  :         59 (17 improvements)
496.69/496.78	c   First Solution   : +5.36000000000000e+02   (in run 1, after 1 nodes, 0.25 seconds, depth 897, found by <shiftandpropagate>)
496.69/496.78	c   Primal Bound     : +3.00000000000000e+00   (in run 1, after 37056 nodes, 133.88 seconds, depth 37, found by <relaxation>)
496.69/496.78	c   Dual Bound       : +3.00000000000000e+00
496.69/496.78	c   Gap              :       0.00 %
496.69/496.78	c   Root Dual Bound  : +0.00000000000000e+00
496.69/496.78	c   Root Iterations  :        338
496.79/496.80	c Time complete: 496.8.

Verifier Data

OK	3

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

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

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


[startup+0 s]
/proc/loadavg: 2.12 2.02 1.93 2/175 7640
/proc/meminfo: memFree=31259348/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=10132 CPUtime=0 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 1526 0 0 0 0 0 0 0 25 0 1 0 901439796 10375168 1479 33554432000 4194304 9128323 140735909412128 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7640/statm: 2533 1480 399 1205 0 1324 0

[startup+0.103235 s]
/proc/loadavg: 2.12 2.02 1.93 2/175 7640
/proc/meminfo: memFree=31259348/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=28412 CPUtime=0.09 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 6117 0 0 0 9 0 0 0 25 0 1 0 901439796 29093888 5811 33554432000 4194304 9128323 140735909412128 18446744073709551615 5192510 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 7103 5811 532 1205 0 5894 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28412

[startup+0.200235 s]
/proc/loadavg: 2.12 2.02 1.93 2/175 7640
/proc/meminfo: memFree=31259348/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=32236 CPUtime=0.19 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 7203 0 0 0 18 1 0 0 25 0 1 0 901439796 33009664 6896 33554432000 4194304 9128323 140735909412128 18446744073709551615 5992620 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 8059 6896 614 1205 0 6850 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 32236

[startup+0.301213 s]
/proc/loadavg: 2.12 2.02 1.93 2/175 7640
/proc/meminfo: memFree=31259348/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=35396 CPUtime=0.29 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 8272 0 0 0 28 1 0 0 25 0 1 0 901439796 36245504 7840 33554432000 4194304 9128323 140735909412128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 8849 7840 673 1205 0 7640 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35396

[startup+0.700145 s]
/proc/loadavg: 2.12 2.02 1.93 2/175 7640
/proc/meminfo: memFree=31259348/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=59220 CPUtime=0.68 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 14359 0 0 0 67 1 0 0 25 0 1 0 901439796 60641280 13571 33554432000 4194304 9128323 140735909412128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 14805 13571 726 1205 0 13596 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 59220

[startup+1.50101 s]
/proc/loadavg: 2.12 2.02 1.93 3/176 7641
/proc/meminfo: memFree=31207896/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=59220 CPUtime=1.49 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 14363 0 0 0 145 4 0 0 25 0 1 0 901439796 60641280 13574 33554432000 4194304 9128323 140735909412128 18446744073709551615 6286095 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 14805 13574 726 1205 0 13596 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59220

[startup+3.10073 s]
/proc/loadavg: 2.12 2.02 1.93 3/176 7641
/proc/meminfo: memFree=31205540/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=61564 CPUtime=3.09 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 14993 0 0 0 300 9 0 0 25 0 1 0 901439796 63041536 14204 33554432000 4194304 9128323 140735909412128 18446744073709551615 5851575 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 15391 14204 739 1205 0 14182 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61564

[startup+6.30018 s]
/proc/loadavg: 2.11 2.02 1.93 3/176 7641
/proc/meminfo: memFree=31204588/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=61564 CPUtime=6.29 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 14997 0 0 0 611 18 0 0 25 0 1 0 901439796 63041536 14208 33554432000 4194304 9128323 140735909412128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 15391 14208 743 1205 0 14182 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61564

[startup+12.7011 s]
/proc/loadavg: 2.10 2.02 1.93 3/176 7641
/proc/meminfo: memFree=31203144/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=61564 CPUtime=12.69 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 15248 0 0 0 1235 34 0 0 25 0 1 0 901439796 63041536 14459 33554432000 4194304 9128323 140735909412128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 15391 14459 743 1205 0 14182 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61564

[startup+25.5009 s]
/proc/loadavg: 2.08 2.02 1.93 3/176 7641
/proc/meminfo: memFree=31200052/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=63132 CPUtime=25.5 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 21425 0 0 0 2486 64 0 0 25 0 1 0 901439796 64647168 14911 33554432000 4194304 9128323 140735909412128 18446744073709551615 7346301 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 15783 14911 744 1205 0 14574 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 63132

[startup+51.1005 s]
/proc/loadavg: 2.05 2.02 1.93 3/176 7641
/proc/meminfo: memFree=31196852/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=63132 CPUtime=51.09 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 26405 0 0 0 4987 122 0 0 25 0 1 0 901439796 64647168 14916 33554432000 4194304 9128323 140735909412128 18446744073709551615 6526505 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 15783 14916 744 1205 0 14574 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 63132

[startup+102.301 s]
/proc/loadavg: 2.02 2.01 1.93 3/176 7643
/proc/meminfo: memFree=31191824/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=63132 CPUtime=102.3 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 26406 0 0 0 9991 239 0 0 25 0 1 0 901439796 64647168 14917 33554432000 4194304 9128323 140735909412128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 15783 14917 744 1205 0 14574 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 63132

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/176 7645
/proc/meminfo: memFree=31185484/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=66296 CPUtime=162.29 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 37450 0 0 0 15858 371 0 0 25 0 1 0 901439796 67887104 15663 33554432000 4194304 9128323 140735909412128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 16574 15663 744 1205 0 15365 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 66296

[startup+222.306 s]
/proc/loadavg: 2.04 2.02 1.93 3/176 7647
/proc/meminfo: memFree=31181984/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=66476 CPUtime=222.3 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 40686 0 0 0 21727 503 0 0 25 0 1 0 901439796 68071424 15734 33554432000 4194304 9128323 140735909412128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 16619 15734 744 1205 0 15410 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 66476

[startup+282.301 s]
/proc/loadavg: 2.01 2.01 1.93 3/176 7648
/proc/meminfo: memFree=31175904/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=69152 CPUtime=282.3 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 41344 0 0 0 27592 638 0 0 25 0 1 0 901439796 70811648 16392 33554432000 4194304 9128323 140735909412128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 17288 16392 744 1205 0 16079 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 69152

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/176 7649
/proc/meminfo: memFree=31171532/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=72152 CPUtime=342.3 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 43704 0 0 0 33430 800 0 0 25 0 1 0 901439796 73883648 17135 33554432000 4194304 9128323 140735909412128 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 18038 17135 744 1205 0 16829 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 72152

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 7651
/proc/meminfo: memFree=31169044/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=73688 CPUtime=402.3 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 44074 0 0 0 39277 953 0 0 25 0 1 0 901439796 75456512 17505 33554432000 4194304 9128323 140735909412128 18446744073709551615 7207592 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 18422 17505 744 1205 0 17213 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 73688

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 7653
/proc/meminfo: memFree=31168408/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=73968 CPUtime=462.29 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 44149 0 0 0 45119 1110 0 0 25 0 1 0 901439796 75743232 17580 33554432000 4194304 9128323 140735909412128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 18492 17580 744 1205 0 17283 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 73968

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

[startup+473.601 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 7653
/proc/meminfo: memFree=31167536/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=73968 CPUtime=473.6 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 44156 0 0 0 46221 1139 0 0 25 0 1 0 901439796 75743232 17587 33554432000 4194304 9128323 140735909412128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 18492 17587 744 1205 0 17283 0
Current children cumulated CPU time (s) 473.6
Current children cumulated vsize (KiB) 73968

[startup+486.401 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 7653
/proc/meminfo: memFree=31166908/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=73968 CPUtime=486.39 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 44159 0 0 0 47467 1172 0 0 25 0 1 0 901439796 75743232 17590 33554432000 4194304 9128323 140735909412128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 18492 17590 744 1205 0 17283 0
Current children cumulated CPU time (s) 486.39
Current children cumulated vsize (KiB) 73968

[startup+492.801 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 7653
/proc/meminfo: memFree=31166408/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=73956 CPUtime=492.8 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 45523 0 0 0 48091 1189 0 0 25 0 1 0 901439796 75730944 17581 33554432000 4194304 9128323 140735909412128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 18489 17581 744 1205 0 17280 0
Current children cumulated CPU time (s) 492.8
Current children cumulated vsize (KiB) 73956

[startup+494.4 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 7653
/proc/meminfo: memFree=31166400/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=73956 CPUtime=494.39 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 45523 0 0 0 48246 1193 0 0 25 0 1 0 901439796 75730944 17581 33554432000 4194304 9128323 140735909412128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 18489 17581 744 1205 0 17280 0
Current children cumulated CPU time (s) 494.39
Current children cumulated vsize (KiB) 73956

[startup+496.001 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 7653
/proc/meminfo: memFree=31166400/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=73956 CPUtime=495.99 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 45525 0 0 0 48402 1197 0 0 25 0 1 0 901439796 75730944 17583 33554432000 4194304 9128323 140735909412128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 18489 17583 744 1205 0 17280 0
Current children cumulated CPU time (s) 495.99
Current children cumulated vsize (KiB) 73956

[startup+496.401 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 7653
/proc/meminfo: memFree=31166400/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=73956 CPUtime=496.4 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 45525 0 0 0 48441 1199 0 0 25 0 1 0 901439796 75730944 17583 33554432000 4194304 9128323 140735909412128 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/7640/statm: 18489 17583 744 1205 0 17280 0
Current children cumulated CPU time (s) 496.4
Current children cumulated vsize (KiB) 73956

[startup+496.801 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 7653
/proc/meminfo: memFree=31166400/32951132 swapFree=67052544/67111528
[pid=7640] ppid=7638 vsize=65852 CPUtime=496.79 cores=1,3,5,7
/proc/7640/stat : 7640 (scip-2.0.1.4.li) R 7638 7640 6878 0 -1 4202496 45527 0 0 0 48480 1199 0 0 25 0 1 0 901439796 67432448 15814 33554432000 4194304 9128323 140735909412128 18446744073709551615 4339016 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/7640/statm: 16463 15557 746 1205 0 15254 0
Current children cumulated CPU time (s) 496.79
Current children cumulated vsize (KiB) 65852

Child status: 0
Real time (s): 496.805
CPU time (s): 496.808
CPU user time (s): 484.808
CPU system time (s): 12.0002
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 73968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 484.808
system time used= 12.0002
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45529
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 1063

runsolver used 0.6549 second user time and 1.61675 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-12 19:06:51
IDJOB=3447803
IDBENCH=78940
IDSOLVER=1944
FILE ID=node128/3447803-1307898411
RUNJOBID= node128-1307897308-7495
PBS_JOBID= 13559578
Free space on /tmp= 74068 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900564281--soft-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-3447803-1307898411/watcher-3447803-1307898411 -o /tmp/evaluation-result-3447803-1307898411/solver-3447803-1307898411 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447803-1307898411.wbo -t 1800 -m 15500

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

MD5SUM BENCH= a9f9ba62d7684b26a7c6c823c9992171
RANDOM SEED=1295854161

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31260024 kB
Buffers:        310452 kB
Cached:        1082020 kB
SwapCached:      11368 kB
Active:         574184 kB
Inactive:       888588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31260024 kB
SwapTotal:    67111528 kB
SwapFree:     67052544 kB
Dirty:           21564 kB
Writeback:           4 kB
AnonPages:       67980 kB
Mapped:          13216 kB
Slab:           164320 kB
PageTables:       4764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   264900 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= 74056 MiB
End job on node128 at 2011-06-12 19:15:08