Trace number 3447841

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 774.105 774.083

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900581320--soft-33-100-0.wbo
MD5SUM8591b35e74198f55af565a685d4a35ec
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 benchmark83.6103
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 constraints1837
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 93832
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 93831
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 641
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-3447841-1307898652.wbo>
0.00/0.02	c original problem has 2068 variables (2068 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.03/0.05	c presolving:
0.03/0.05	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 130 impls, 5 clqs
0.03/0.08	c (round 2) 0 del vars, 106 del conss, 0 add conss, 1837 chg bounds, 45 chg sides, 0 chg coeffs, 0 upgd conss, 130 impls, 5 clqs
0.03/0.09	c (round 3) 90 del vars, 173 del conss, 0 add conss, 1862 chg bounds, 87 chg sides, 0 chg coeffs, 0 upgd conss, 130 impls, 5 clqs
0.09/0.10	c (round 4) 140 del vars, 173 del conss, 0 add conss, 1862 chg bounds, 87 chg sides, 0 chg coeffs, 838 upgd conss, 130 impls, 5 clqs
0.09/0.11	c (round 5) 140 del vars, 182 del conss, 0 add conss, 1862 chg bounds, 87 chg sides, 0 chg coeffs, 838 upgd conss, 130 impls, 5 clqs
0.09/0.16	c    (0.2s) probing: 101/1998 (5.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.16	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.16	c presolving (6 rounds):
0.09/0.16	c  140 deleted vars, 182 deleted constraints, 0 added constraints, 1862 tightened bounds, 0 added holes, 87 changed sides, 0 changed coefficients
0.09/0.16	c  1897 implications, 5 cliques
0.09/0.16	c presolved problem has 3765 variables (1998 bin, 0 int, 1767 impl, 0 cont) and 4363 constraints
0.09/0.16	c      44 constraints of type <setppc>
0.09/0.16	c    1767 constraints of type <linear>
0.09/0.16	c    1767 constraints of type <indicator>
0.09/0.16	c     785 constraints of type <logicor>
0.09/0.16	c transformed objective value is always integral (scale: 1)
0.09/0.16	c Presolving Time: 0.13
0.09/0.16	c - non default parameters ----------------------------------------------------------------------
0.09/0.16	c # SCIP version 2.0.1.4
0.09/0.16	c 
0.09/0.16	c # frequency for displaying node information lines
0.09/0.16	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.16	c display/freq = 10000
0.09/0.16	c 
0.09/0.16	c # maximal time in seconds to run
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/time = 1800
0.09/0.16	c 
0.09/0.16	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/memory = 13950
0.09/0.16	c 
0.09/0.16	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.16	c # [type: int, range: [1,2], default: 1]
0.09/0.16	c timing/clocktype = 2
0.09/0.16	c 
0.09/0.16	c # belongs reading time to solving time?
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c timing/reading = TRUE
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify inequalities
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/linear/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/indicator/addCouplingCons = TRUE
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify knapsacks
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.16	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.16	c separating/rapidlearning/freq = 0
0.09/0.16	c 
0.09/0.16	c -----------------------------------------------------------------------------------------------
0.09/0.16	c start solving
0.09/0.16	c 
0.59/0.61	o 355
0.59/0.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.61	c T 0.6s|     1 |     0 |     0 |     - |  14M|   0 |   - |3765 |6130 |3765 |2596 |   0 |   0 |   0 |      --      | 3.550000e+02 |    Inf 
0.59/0.62	c   0.6s|     1 |     0 |    89 |     - |  13M|   0 |  43 |3765 |6130 |3765 |2596 |   0 |   0 |   0 | 0.000000e+00 | 3.550000e+02 |    Inf 
0.89/0.91	c   0.9s|     1 |     0 |   221 |     - |  15M|   0 |  48 |3765 |6172 |3765 |2605 |   9 |   0 |   0 | 0.000000e+00 | 3.550000e+02 |    Inf 
1.09/1.16	c   1.2s|     1 |     0 |   279 |     - |  15M|   0 |  43 |3765 |6172 |3765 |2610 |  14 |   0 |   0 | 0.000000e+00 | 3.550000e+02 |    Inf 
1.29/1.40	c   1.4s|     1 |     0 |   296 |     - |  16M|   0 |  40 |3765 |6172 |3765 |2614 |  18 |   0 |   0 | 0.000000e+00 | 3.550000e+02 |    Inf 
1.59/1.64	c   1.6s|     1 |     0 |   310 |     - |  16M|   0 |  44 |3765 |6172 |3765 |2617 |  21 |   0 |   0 | 0.000000e+00 | 3.550000e+02 |    Inf 
1.89/1.90	c   1.9s|     1 |     0 |   337 |     - |  17M|   0 |  44 |3765 |6172 |3765 |2620 |  24 |   0 |   0 | 0.000000e+00 | 3.550000e+02 |    Inf 
2.10/2.17	c   2.2s|     1 |     0 |   366 |     - |  17M|   0 |  46 |3765 |6172 |3765 |2624 |  28 |   0 |   0 | 0.000000e+00 | 3.550000e+02 |    Inf 
2.39/2.46	c   2.5s|     1 |     0 |   395 |     - |  17M|   0 |  43 |3765 |6172 |3765 |2626 |  30 |   0 |   0 | 0.000000e+00 | 3.550000e+02 |    Inf 
2.59/2.69	c   2.7s|     1 |     2 |   395 |     - |  17M|   0 |  43 |3765 |6172 |3765 |2626 |  30 |   0 |   9 | 0.000000e+00 | 3.550000e+02 |    Inf 
10.79/10.88	o 351
10.79/10.88	c *10.9s|   104 |    97 |  6658 |  60.8 |  19M|  26 |   - |3765 |6195 |3765 |2653 |  72 |  23 | 866 | 0.000000e+00 | 3.510000e+02 |    Inf 
11.00/11.06	o 225
11.00/11.06	c *11.1s|   110 |    99 |  6986 |  60.5 |  19M|  26 |   - |3765 |6195 |3765 |2664 | 123 |  23 | 877 | 0.000000e+00 | 2.250000e+02 |    Inf 
14.39/14.49	o 153
14.39/14.49	c *14.5s|   179 |   125 | 11521 |  62.5 |  20M|  26 |   - |3765 |6225 |3765 |2693 | 231 |  53 |1255 | 0.000000e+00 | 1.530000e+02 |    Inf 
14.59/14.60	o 112
14.59/14.60	c *14.6s|   185 |   115 | 11768 |  61.8 |  20M|  26 |   - |3765 |6228 |3765 |2628 | 246 |  56 |1260 | 0.000000e+00 | 1.120000e+02 |    Inf 
15.59/15.65	o 97
15.59/15.65	c *15.7s|   204 |   125 | 14099 |  67.5 |  21M|  26 |   - |3765 |6245 |3765 |2643 | 276 |  73 |1336 | 0.000000e+00 | 9.700000e+01 |    Inf 
16.59/16.62	o 79
16.59/16.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.59/16.62	c *16.6s|   286 |   129 | 17994 |  61.8 |  22M|  33 |   - |3765 |6158 |3765 |2628 | 340 | 134 |1366 | 0.000000e+00 | 7.900000e+01 |    Inf 
16.79/16.87	o 62
16.79/16.87	c *16.9s|   308 |   139 | 19035 |  60.7 |  23M|  33 |   - |3765 |5535 |3765 |2629 | 361 | 150 |1369 | 0.000000e+00 | 6.200000e+01 |    Inf 
16.99/17.02	o 31
16.99/17.02	c *17.0s|   314 |   134 | 19637 |  61.5 |  22M|  33 |   - |3765 |4856 |3765 |2646 | 385 | 154 |1370 | 0.000000e+00 | 3.100000e+01 |    Inf 
16.99/17.09	o 8
16.99/17.09	c *17.1s|   316 |    70 | 19852 |  61.8 |  22M|  33 |   - |3765 |3792 |3765 |2636 | 396 | 154 |1370 | 0.000000e+00 | 8.000000e+00 |    Inf 
39.39/39.47	o 6
39.39/39.47	c *39.5s|  4871 |   141 |113355 |  23.2 |  24M|  36 |   - |3765 |6643 |3765 |2612 | 399 |5624 |1723 | 0.000000e+00 | 6.000000e+00 |    Inf 
42.09/42.12	o 4
42.09/42.12	c *42.1s|  5532 |   162 |124162 |  22.4 |  24M|  36 |   - |3765 |6988 |3765 |2612 | 406 |6478 |1744 | 0.000000e+00 | 4.000000e+00 |    Inf 
53.40/53.44	o 3
53.40/53.44	c *53.4s|  8103 |   295 |176925 |  21.8 |  24M|  36 |   - |3765 |4838 |3765 |2612 | 406 |9544 |1755 | 0.000000e+00 | 3.000000e+00 |    Inf 
61.50/61.58	c  61.6s| 10000 |   361 |217201 |  21.7 |  26M|  41 |   - |3765 |6743 |3765 |2612 | 406 |  11k|1755 | 0.000000e+00 | 3.000000e+00 |    Inf 
107.00/107.00	c   107s| 20000 |   343 |420402 |  21.0 |  27M|  43 |   - |3765 |8007 |3765 |2612 | 406 |  24k|2123 | 0.000000e+00 | 3.000000e+00 |    Inf 
126.30/126.33	o 2
126.30/126.33	c * 126s| 24075 |   313 |501681 |  20.8 |  27M|  45 |   - |3765 |8223 |3765 |2612 | 407 |  29k|2374 | 0.000000e+00 | 2.000000e+00 |    Inf 
154.10/154.18	c   154s| 30000 |   247 |620337 |  20.7 |  26M|  45 |   - |3765 |7102 |3765 |2640 | 407 |  37k|2686 | 0.000000e+00 | 2.000000e+00 |    Inf 
202.79/202.83	c   203s| 40000 |   251 |836084 |  20.9 |  29M|  45 |   - |3765 |  12k|3765 |2612 | 407 |  49k|3216 | 0.000000e+00 | 2.000000e+00 |    Inf 
234.59/234.67	o 1
234.59/234.67	c * 235s| 45975 |   223 |980431 |  21.3 |  29M|  45 |   - |3765 |  14k|3765 |2612 | 407 |  57k|3557 | 0.000000e+00 | 1.000000e+00 |    Inf 
254.79/254.82	c   255s| 50000 |   346 |  1070k|  21.4 |  28M|  45 |  34 |3765 |  11k|3765 |2612 | 407 |  61k|3730 | 0.000000e+00 | 1.000000e+00 |    Inf 
303.30/303.33	c   303s| 60000 |   472 |  1285k|  21.4 |  30M|  49 |  37 |3765 |  13k|3765 |2612 | 407 |  74k|4143 | 0.000000e+00 | 1.000000e+00 |    Inf 
352.10/352.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
352.10/352.18	c   352s| 70000 |   369 |  1499k|  21.4 |  31M|  49 |  35 |3765 |  15k|3765 |2612 | 407 |  86k|4531 | 0.000000e+00 | 1.000000e+00 |    Inf 
403.00/403.09	c   403s| 80000 |   472 |  1731k|  21.6 |  33M|  54 |   - |3765 |  20k|3765 |2612 | 407 |  99k|4906 | 0.000000e+00 | 1.000000e+00 |    Inf 
454.90/454.95	c   455s| 90000 |   248 |  1962k|  21.8 |  31M|  54 |  31 |3765 |  16k|3765 |2612 | 407 | 112k|5335 | 0.000000e+00 | 1.000000e+00 |    Inf 
505.60/505.64	c   506s|100000 |   218 |  2190k|  21.9 |  27M|  54 |  22 |3765 |7889 |3765 |2640 | 407 | 124k|5645 | 0.000000e+00 | 1.000000e+00 |    Inf 
551.71/551.76	c   552s|110000 |   229 |  2394k|  21.8 |  30M|  54 |  41 |3765 |  14k|3765 |2612 | 407 | 137k|5977 | 0.000000e+00 | 1.000000e+00 |    Inf 
603.51/603.54	c   604s|120000 |   188 |  2627k|  21.9 |  29M|  54 |  50 |3765 |  10k|3765 |2612 | 407 | 150k|6202 | 0.000000e+00 | 1.000000e+00 |    Inf 
659.92/659.99	c   660s|130000 |   192 |  2891k|  22.2 |  29M|  54 |  42 |3765 |  12k|3765 |2640 | 407 | 163k|6543 | 0.000000e+00 | 1.000000e+00 |    Inf 
711.51/711.50	c   711s|140000 |   158 |  3126k|  22.3 |  30M|  54 |   - |3765 |  15k|3765 |2612 | 407 | 175k|6792 | 0.000000e+00 | 1.000000e+00 |    Inf 
764.61/764.64	c   765s|150000 |    47 |  3366k|  22.4 |  28M|  54 |  39 |3765 |  11k|3765 |2640 | 407 | 188k|7125 | 0.000000e+00 | 1.000000e+00 |    Inf 
774.02/774.05	c 
774.02/774.05	c SCIP Status        : problem is solved [optimal solution found]
774.02/774.05	c Solving Time (sec) : 774.05
774.02/774.05	c Solving Nodes      : 151755
774.02/774.05	c Primal Bound       : +1.00000000000000e+00 (73 solutions)
774.02/774.05	c Dual Bound         : +1.00000000000000e+00
774.02/774.05	c Gap                : 0.00 %
774.02/774.05	s OPTIMUM FOUND
774.02/774.05	v -x231 -x230 -x229 -x228 -x227 x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 x217 -x216 -x215 -x214 -x213 -x212 x211 -x210 
774.02/774.05	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 x190 -x189 
774.02/774.05	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 -x170 -x169 x168 
774.02/774.05	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 -x147 
774.02/774.05	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 
774.02/774.05	v -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 x110 -x109 -x108 -x107 -x106 -x105 -x104 
774.02/774.05	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 
774.02/774.05	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 
774.02/774.05	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 
774.02/774.05	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 
774.02/774.05	v x1 
774.02/774.05	c SCIP Status        : problem is solved [optimal solution found]
774.02/774.05	c Total Time         :     774.05
774.02/774.05	c   solving          :     774.05
774.02/774.05	c   presolving       :       0.13 (included in solving)
774.02/774.05	c   reading          :       0.02 (included in solving)
774.02/774.05	c Original Problem   :
774.02/774.05	c   Problem name     : HOME/instance-3447841-1307898652.wbo
774.02/774.05	c   Variables        : 2068 (2068 binary, 0 integer, 0 implicit integer, 0 continuous)
774.02/774.05	c   Constraints      : 2708 initial, 2708 maximal
774.02/774.05	c Presolved Problem  :
774.02/774.05	c   Problem name     : t_HOME/instance-3447841-1307898652.wbo
774.02/774.05	c   Variables        : 3765 (1998 binary, 0 integer, 1767 implicit integer, 0 continuous)
774.02/774.05	c   Constraints      : 4363 initial, 21061 maximal
774.02/774.05	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
774.02/774.05	c   trivial          :       0.00         70          0          0          0          0          0          0          0          0
774.02/774.05	c   dualfix          :       0.00         70          0          0          0          0          0          0          0          0
774.02/774.05	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
774.02/774.05	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
774.02/774.05	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
774.02/774.05	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
774.02/774.05	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
774.02/774.05	c   setppc           :       0.00          0          0          0          0          0          9          0          0          0
774.02/774.05	c   linear           :       0.06          0          0          0       1862          0        103          0         87          0
774.02/774.05	c   indicator        :       0.00          0          0          0          0          0         70          0          0          0
774.02/774.05	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
774.02/774.05	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
774.02/774.05	c   root node        :          -       3534          -          -       3534          -          -          -          -          -
774.02/774.05	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
774.02/774.05	c   integral         :          0          0          0      78730          0        161          0        218       2218          0          0     153380
774.02/774.05	c   varbound         :          0+         7     199691        388          0          0        395          0      36978        394          0          0
774.02/774.05	c   setppc           :         44          7     654873          6          0        158     462290        331     255479          0          0          0
774.02/774.05	c   linear           :       1767+         8     654867         10          0        144    1787826       5916    1766875          0          0          0
774.02/774.05	c   indicator        :       1767          0     197723        388          0        142        386          0        615          0          0          0
774.02/774.05	c   logicor          :        785+         7     271206         14          0         59     548569       3354     429106          0          0          0
774.02/774.05	c   bounddisjunction :          0+         0      10497          0          0          0          1          0         11          0          0          0
774.02/774.05	c   countsols        :          0          0          0         14          0         61          0          0          0          0          0          0
774.02/774.05	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
774.02/774.05	c   integral         :      51.46       0.00       0.00      51.46       0.00       0.00       0.00
774.02/774.05	c   varbound         :       0.32       0.00       0.30       0.02       0.00       0.00       0.00
774.02/774.05	c   setppc           :       2.50       0.00       2.35       0.00       0.00       0.00       0.15
774.02/774.05	c   linear           :      20.05       0.00      18.97       0.00       0.00       0.04       1.04
774.02/774.05	c   indicator        :       0.60       0.00       0.43       0.04       0.00       0.13       0.00
774.02/774.05	c   logicor          :      25.26       0.00      24.65       0.00       0.00       0.00       0.61
774.02/774.05	c   bounddisjunction :       0.02       0.00       0.02       0.00       0.00       0.00       0.00
774.02/774.05	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
774.02/774.05	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
774.02/774.05	c   vbounds          :       4633         44          0       4322
774.02/774.05	c   rootredcost      :         14          0          0       1767
774.02/774.05	c   pseudoobj        :     658628        391         79      33518
774.02/774.05	c Propagator Timings :  TotalTime  Propagate    Resprop
774.02/774.05	c   vbounds          :       0.91       0.91       0.00
774.02/774.05	c   rootredcost      :       0.13       0.13       0.00
774.02/774.05	c   pseudoobj        :      17.53      17.52       0.01
774.02/774.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
774.02/774.05	c   propagation      :       0.51       9680       9633      49264       22.7        196       17.8          -
774.02/774.05	c   infeasible LP    :      18.78      67041      67041     416874       35.5        393       15.8          0
774.02/774.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
774.02/774.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
774.02/774.05	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
774.02/774.05	c   applied globally :          -          -          -     191003       31.4          -          -          -
774.02/774.05	c   applied locally  :          -          -          -          0        0.0          -          -          -
774.02/774.05	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
774.02/774.05	c   cut pool         :       0.00          6          -          -        117          -    (maximal pool size: 524)
774.02/774.05	c   redcost          :       5.37      78553          0       4452          0          0
774.02/774.05	c   impliedbounds    :       0.00          7          0          0          0          0
774.02/774.05	c   intobj           :       0.00          0          0          0          0          0
774.02/774.05	c   gomory           :       0.76          7          0          0       1043          0
774.02/774.05	c   cgmip            :       0.00          0          0          0          0          0
774.02/774.05	c   closecuts        :       0.00          0          0          0          0          0
774.02/774.05	c   strongcg         :       0.58          7          0          0       3097          0
774.02/774.05	c   cmir             :       0.12          7          0          0          0          0
774.02/774.05	c   flowcover        :       0.11          7          0          0          0          0
774.02/774.05	c   clique           :       0.00          7          0          0          0          0
774.02/774.05	c   zerohalf         :       0.00          0          0          0          0          0
774.02/774.05	c   mcf              :       0.00          1          0          0          0          0
774.02/774.05	c   oddcycle         :       0.00          0          0          0          0          0
774.02/774.05	c   rapidlearning    :       0.18          1          0          0          0         42
774.02/774.05	c Pricers            :       Time      Calls       Vars
774.02/774.05	c   problem variables:       0.00          0          0
774.02/774.05	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
774.02/774.05	c   relpscost        :      51.38      78339        218       2218          0          0     153380
774.02/774.05	c   pscost           :       0.00          0          0          0          0          0          0
774.02/774.05	c   inference        :       0.00          0          0          0          0          0          0
774.02/774.05	c   mostinf          :       0.00          0          0          0          0          0          0
774.02/774.05	c   leastinf         :       0.00          0          0          0          0          0          0
774.02/774.05	c   fullstrong       :       0.00          0          0          0          0          0          0
774.02/774.05	c   allfullstrong    :       0.00          0          0          0          0          0          0
774.02/774.05	c   random           :       0.00          0          0          0          0          0          0
774.02/774.05	c Primal Heuristics  :       Time      Calls      Found
774.02/774.05	c   LP solutions     :       0.01          -         14
774.02/774.05	c   pseudo solutions :       0.00          -          0
774.02/774.05	c   feaspump         :       0.01          0          0
774.02/774.05	c   oneopt           :       0.18         15          0
774.02/774.05	c   crossover        :       0.48          7          0
774.02/774.05	c   guideddiving     :       1.41         31          0
774.02/774.05	c   objpscostdiving  :       0.23         16          0
774.02/774.05	c   rootsoldiving    :       0.53         16          0
774.02/774.05	c   coefdiving       :       1.51         32          0
774.02/774.05	c   pscostdiving     :       1.46         32          0
774.02/774.05	c   fracdiving       :       1.64         32          0
774.02/774.05	c   linesearchdiving :       0.99         32          0
774.02/774.05	c   veclendiving     :       1.20         32          0
774.02/774.05	c   trivial          :       0.00          2          0
774.02/774.05	c   shiftandpropagate:       0.45          1          1
774.02/774.05	c   simplerounding   :       0.16      78365          0
774.02/774.05	c   zirounding       :       1.14       1000          0
774.02/774.05	c   rounding         :       0.50       3953          0
774.02/774.05	c   shifting         :       0.56       1203          0
774.02/774.05	c   intshifting      :       0.00          0          0
774.02/774.05	c   twoopt           :       0.00          0          0
774.02/774.05	c   fixandinfer      :       0.00          0          0
774.02/774.05	c   clique           :       0.00          0          0
774.02/774.05	c   intdiving        :       0.00          0          0
774.02/774.05	c   actconsdiving    :       0.00          0          0
774.02/774.05	c   octane           :       0.00          0          0
774.02/774.05	c   rens             :       0.04          1          0
774.02/774.05	c   rins             :       0.00          0          0
774.02/774.05	c   localbranching   :       0.00          0          0
774.02/774.05	c   mutation         :       0.00          0          0
774.02/774.05	c   dins             :       0.00          0          0
774.02/774.05	c   vbounds          :       0.00          0          0
774.02/774.05	c   undercover       :       0.00          0          0
774.02/774.05	c   subnlp           :       0.03          0          0
774.02/774.05	c   trysol           :       0.11         75         58
774.02/774.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
774.02/774.05	c   primal LP        :       0.00          0          0       0.00          -
774.02/774.05	c   dual LP          :     534.11     145174    3377396      23.26    6323.37
774.02/774.05	c   lex dual LP      :       0.00          0          0       0.00          -
774.02/774.05	c   barrier LP       :       0.00          0          0       0.00          -
774.02/774.05	c   diving/probing LP:       6.75       4118      31893       7.74    4727.96
774.02/774.05	c   strong branching :      49.77       7151     300257      41.99    6033.22
774.02/774.05	c     (at root node) :          -          9       1658     184.22          -
774.02/774.05	c   conflict analysis:       0.00          0          0       0.00          -
774.02/774.05	c B&B Tree           :
774.02/774.05	c   number of runs   :          1
774.02/774.05	c   nodes            :     151755
774.02/774.05	c   nodes (total)    :     151755
774.02/774.05	c   nodes left       :          0
774.02/774.05	c   max depth        :         54
774.02/774.05	c   max depth (total):         54
774.02/774.05	c   backtracks       :      18698 (12.3%)
774.02/774.05	c   delayed cutoffs  :       1493
774.02/774.05	c   repropagations   :     260831 (384554 domain reductions, 1399 cutoffs)
774.02/774.05	c   avg switch length:       5.03
774.02/774.05	c   switching time   :      34.76
774.02/774.05	c Solution           :
774.02/774.05	c   Solutions found  :         73 (15 improvements)
774.02/774.05	c   First Solution   : +3.55000000000000e+02   (in run 1, after 1 nodes, 0.61 seconds, depth 1925, found by <shiftandpropagate>)
774.02/774.05	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 45975 nodes, 234.66 seconds, depth 24, found by <relaxation>)
774.02/774.05	c   Dual Bound       : +1.00000000000000e+00
774.02/774.05	c   Gap              :       0.00 %
774.02/774.05	c   Root Dual Bound  : +0.00000000000000e+00
774.02/774.05	c   Root Iterations  :        395
774.02/774.08	c Time complete: 774.09.

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3447841-1307898652/watcher-3447841-1307898652 -o /tmp/evaluation-result-3447841-1307898652/solver-3447841-1307898652 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447841-1307898652.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: 2.00 2.00 1.85 3/177 11905
/proc/meminfo: memFree=1672052/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=10328 CPUtime=0 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 1571 0 0 0 0 0 0 0 22 0 1 0 901463375 10575872 1525 33554432000 4194304 9128323 140735845055840 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11905/statm: 2582 1525 399 1205 0 1373 0

[startup+0.046776 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 11905
/proc/meminfo: memFree=1672052/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=29288 CPUtime=0.03 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 6050 0 0 0 3 0 0 0 22 0 1 0 901463375 29990912 6002 33554432000 4194304 9128323 140735845055840 18446744073709551615 4496744 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 7322 6002 474 1205 0 6113 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29288

[startup+0.100765 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 11905
/proc/meminfo: memFree=1672052/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=31736 CPUtime=0.09 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 6911 0 0 0 9 0 0 0 22 0 1 0 901463375 32497664 6606 33554432000 4194304 9128323 140735845055840 18446744073709551615 4548516 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 7934 6606 527 1205 0 6725 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31736

[startup+0.300745 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 11905
/proc/meminfo: memFree=1672052/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=38348 CPUtime=0.29 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 8712 0 0 0 29 0 0 0 23 0 1 0 901463375 39268352 8395 33554432000 4194304 9128323 140735845055840 18446744073709551615 4528653 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 9587 8395 617 1205 0 8378 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38348

[startup+0.70067 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 11905
/proc/meminfo: memFree=1672052/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=42996 CPUtime=0.69 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 10179 0 0 0 68 1 0 0 25 0 1 0 901463375 44027904 9720 33554432000 4194304 9128323 140735845055840 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 10749 9720 669 1205 0 9540 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42996

[startup+1.50052 s]
/proc/loadavg: 2.00 2.00 1.85 4/179 11907
/proc/meminfo: memFree=1556472/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=72312 CPUtime=1.49 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 17587 0 0 0 147 2 0 0 25 0 1 0 901463375 74047488 16771 33554432000 4194304 9128323 140735845055840 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 18078 16771 732 1205 0 16869 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72312

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 1.85 4/179 11907
/proc/meminfo: memFree=1554584/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=70016 CPUtime=3.09 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 18959 0 0 0 306 3 0 0 25 0 1 0 901463375 71696384 16567 33554432000 4194304 9128323 140735845055840 18446744073709551615 7284650 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 17504 16567 744 1205 0 16295 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70016

[startup+6.30066 s]
/proc/loadavg: 2.00 2.00 1.85 4/179 11907
/proc/meminfo: memFree=1555604/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=70016 CPUtime=6.29 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 18960 0 0 0 624 5 0 0 25 0 1 0 901463375 71696384 16568 33554432000 4194304 9128323 140735845055840 18446744073709551615 7192200 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 17504 16568 744 1205 0 16295 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70016

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.85 4/179 11907
/proc/meminfo: memFree=1555208/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=70016 CPUtime=12.69 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 18962 0 0 0 1258 11 0 0 25 0 1 0 901463375 71696384 16570 33554432000 4194304 9128323 140735845055840 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 17504 16570 746 1205 0 16295 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70016

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 1.85 4/179 11907
/proc/meminfo: memFree=1548376/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=70016 CPUtime=25.49 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 25627 0 0 0 2531 18 0 0 25 0 1 0 901463375 71696384 16587 33554432000 4194304 9128323 140735845055840 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 17504 16587 746 1205 0 16295 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70016

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 1.85 4/179 11908
/proc/meminfo: memFree=1533552/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=70564 CPUtime=51.09 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 43174 0 0 0 5073 36 0 0 25 0 1 0 901463375 72257536 16706 33554432000 4194304 9128323 140735845055840 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 17641 16706 746 1205 0 16432 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70564

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.86 4/179 11909
/proc/meminfo: memFree=1526020/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=73400 CPUtime=102.3 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 53628 0 0 0 10157 73 0 0 25 0 1 0 901463375 75161600 17419 33554432000 4194304 9128323 140735845055840 18446744073709551615 7342440 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 18350 17419 746 1205 0 17141 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 73400

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.86 4/179 11911
/proc/meminfo: memFree=1521020/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=74556 CPUtime=162.3 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 68922 0 0 0 16115 115 0 0 25 0 1 0 901463375 76345344 17702 33554432000 4194304 9128323 140735845055840 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 18639 17702 746 1205 0 17430 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 74556

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.87 4/179 11913
/proc/meminfo: memFree=1515532/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=77192 CPUtime=222.29 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 71587 0 0 0 22075 154 0 0 25 0 1 0 901463375 79044608 18360 33554432000 4194304 9128323 140735845055840 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 19298 18360 746 1205 0 18089 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 77192

[startup+282.3 s]
/proc/loadavg: 2.16 2.03 1.88 4/179 11914
/proc/meminfo: memFree=1512140/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=79312 CPUtime=282.3 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 87023 0 0 0 28033 197 0 0 25 0 1 0 901463375 81215488 18881 33554432000 4194304 9128323 140735845055840 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 19828 18881 746 1205 0 18619 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 79312

[startup+342.3 s]
/proc/loadavg: 2.14 2.04 1.90 4/179 11916
/proc/meminfo: memFree=1510860/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=79976 CPUtime=342.3 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 89198 0 0 0 33993 237 0 0 25 0 1 0 901463375 81895424 19062 33554432000 4194304 9128323 140735845055840 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 19994 19062 746 1205 0 18785 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 79976

[startup+402.301 s]
/proc/loadavg: 2.05 2.03 1.90 4/179 11917
/proc/meminfo: memFree=1506472/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=82696 CPUtime=402.3 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 91865 0 0 0 39958 272 0 0 25 0 1 0 901463375 84680704 19741 33554432000 4194304 9128323 140735845055840 18446744073709551615 4553156 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 20674 19741 746 1205 0 19465 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 82696

[startup+462.301 s]
/proc/loadavg: 2.05 2.04 1.91 4/179 11919
/proc/meminfo: memFree=1503692/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=84880 CPUtime=462.3 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 92426 0 0 0 45924 306 0 0 25 0 1 0 901463375 86917120 20302 33554432000 4194304 9128323 140735845055840 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 21220 20302 746 1205 0 20011 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 84880

[startup+522.301 s]
/proc/loadavg: 2.11 2.06 1.92 4/179 11921
/proc/meminfo: memFree=1500172/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=85804 CPUtime=522.31 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 94412 0 0 0 51889 342 0 0 25 0 1 0 901463375 87863296 20565 33554432000 4194304 9128323 140735845055840 18446744073709551615 7177553 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 21451 20565 746 1205 0 20242 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 85804

[startup+582.301 s]
/proc/loadavg: 2.04 2.04 1.92 4/179 11922
/proc/meminfo: memFree=1499996/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=86552 CPUtime=582.3 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 94568 0 0 0 57852 378 0 0 25 0 1 0 901463375 88629248 20721 33554432000 4194304 9128323 140735845055840 18446744073709551615 4793765 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 21638 20721 746 1205 0 20429 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 86552

[startup+642.301 s]
/proc/loadavg: 2.01 2.03 1.92 4/179 11924
/proc/meminfo: memFree=1499328/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=86688 CPUtime=642.32 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 94614 0 0 0 63814 418 0 0 25 0 1 0 901463375 88768512 20767 33554432000 4194304 9128323 140735845055840 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 21672 20767 746 1205 0 20463 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 86688

[startup+702.301 s]
/proc/loadavg: 2.00 2.02 1.92 4/179 11925
/proc/meminfo: memFree=1496944/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=87540 CPUtime=702.32 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 94832 0 0 0 69776 456 0 0 25 0 1 0 901463375 89640960 20985 33554432000 4194304 9128323 140735845055840 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 21885 20985 746 1205 0 20676 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 87540

[startup+762.307 s]
/proc/loadavg: 2.00 2.02 1.92 4/179 11927
/proc/meminfo: memFree=1496028/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=87592 CPUtime=762.32 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 96896 0 0 0 75740 492 0 0 25 0 1 0 901463375 89694208 20977 33554432000 4194304 9128323 140735845055840 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 21898 20977 746 1205 0 20689 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 87592

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

[startup+767.901 s]
/proc/loadavg: 2.00 2.02 1.92 4/179 11927
/proc/meminfo: memFree=1495904/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=87592 CPUtime=767.91 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 96901 0 0 0 76295 496 0 0 25 0 1 0 901463375 89694208 20982 33554432000 4194304 9128323 140735845055840 18446744073709551615 6505901 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 21898 20982 746 1205 0 20689 0
Current children cumulated CPU time (s) 767.91
Current children cumulated vsize (KiB) 87592

[startup+771.107 s]
/proc/loadavg: 2.00 2.02 1.92 4/179 11927
/proc/meminfo: memFree=1495644/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=87592 CPUtime=771.12 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 96902 0 0 0 76613 499 0 0 25 0 1 0 901463375 89694208 20983 33554432000 4194304 9128323 140735845055840 18446744073709551615 18446744073699066094 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 21898 20983 746 1205 0 20689 0
Current children cumulated CPU time (s) 771.12
Current children cumulated vsize (KiB) 87592

[startup+772.701 s]
/proc/loadavg: 2.00 2.02 1.92 4/179 11927
/proc/meminfo: memFree=1495644/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=87592 CPUtime=772.71 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 96902 0 0 0 76771 500 0 0 25 0 1 0 901463375 89694208 20983 33554432000 4194304 9128323 140735845055840 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 21898 20983 746 1205 0 20689 0
Current children cumulated CPU time (s) 772.71
Current children cumulated vsize (KiB) 87592

[startup+773.501 s]
/proc/loadavg: 2.00 2.02 1.92 4/179 11927
/proc/meminfo: memFree=1495644/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=87592 CPUtime=773.52 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 96902 0 0 0 76851 501 0 0 25 0 1 0 901463375 89694208 20983 33554432000 4194304 9128323 140735845055840 18446744073709551615 5234206 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 21898 20983 746 1205 0 20689 0
Current children cumulated CPU time (s) 773.52
Current children cumulated vsize (KiB) 87592

[startup+773.901 s]
/proc/loadavg: 2.00 2.02 1.92 4/179 11927
/proc/meminfo: memFree=1495644/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=87592 CPUtime=773.92 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 96902 0 0 0 76891 501 0 0 25 0 1 0 901463375 89694208 20983 33554432000 4194304 9128323 140735845055840 18446744073709551615 7192179 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 21898 20983 746 1205 0 20689 0
Current children cumulated CPU time (s) 773.92
Current children cumulated vsize (KiB) 87592

[startup+774.001 s]
/proc/loadavg: 2.00 2.02 1.92 4/179 11927
/proc/meminfo: memFree=1495644/32951124 swapFree=67063552/67111528
[pid=11905] ppid=11901 vsize=87592 CPUtime=774.02 cores=0,2,4,6
/proc/11905/stat : 11905 (scip-2.0.1.4.li) R 11901 11905 11440 0 -1 4202496 96902 0 0 0 76901 501 0 0 25 0 1 0 901463375 89694208 20983 33554432000 4194304 9128323 140735845055840 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11905/statm: 21898 20983 746 1205 0 20689 0
Current children cumulated CPU time (s) 774.02
Current children cumulated vsize (KiB) 87592

Child status: 0
Real time (s): 774.083
CPU time (s): 774.105
CPU user time (s): 769.089
CPU system time (s): 5.01624
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 89068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 769.089
system time used= 5.01624
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96907
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= 9
involuntary context switches= 1314

runsolver used 1.26981 second user time and 2.92556 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-12 19:10:52
IDJOB=3447841
IDBENCH=78959
IDSOLVER=1944
FILE ID=node134/3447841-1307898652
RUNJOBID= node134-1307898651-11878
PBS_JOBID= 13559572
Free space on /tmp= 1424 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.1900581320--soft-33-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447841-1307898652/watcher-3447841-1307898652 -o /tmp/evaluation-result-3447841-1307898652/solver-3447841-1307898652 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447841-1307898652.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 8591b35e74198f55af565a685d4a35ec
RANDOM SEED=1673656871

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1672908 kB
Buffers:         57924 kB
Cached:       30255236 kB
SwapCached:      10044 kB
Active:       15428584 kB
Inactive:     14902756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1672908 kB
SwapTotal:    67111528 kB
SwapFree:     67063552 kB
Dirty:           24188 kB
Writeback:           0 kB
AnonPages:       15204 kB
Mapped:           9840 kB
Slab:           883528 kB
PageTables:       3524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   158320 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 1400 MiB
End job on node134 at 2011-06-12 19:23:46