Trace number 3447957

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 136.325 136.323

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh201_wcsp.wbo
MD5SUM915acd3dc0a570e5bdb7222960ad66b3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.013997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints900
Number of soft constraints800
Number of constraints which are clauses800
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint14
Top cost 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
Biggest number in a constraint 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 27
Number of bits of the biggest sum of numbers5
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-3447957-1307902588.wbo>
0.00/0.01	c original problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 901 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.03	c (round 1) 100 del vars, 101 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.02/0.03	c (round 2) 100 del vars, 101 del conss, 0 add conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.02/0.06	c    (0.1s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.02/0.06	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.02/0.06	c presolving (3 rounds):
0.02/0.06	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.06	c  1000 implications, 0 cliques
0.02/0.06	c presolved problem has 1700 variables (900 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.02/0.06	c     800 constraints of type <linear>
0.02/0.06	c     800 constraints of type <indicator>
0.02/0.06	c transformed objective value is always integral (scale: 1)
0.02/0.06	c Presolving Time: 0.05
0.02/0.06	c - non default parameters ----------------------------------------------------------------------
0.02/0.06	c # SCIP version 2.0.1.4
0.02/0.06	c 
0.02/0.06	c # frequency for displaying node information lines
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.06	c display/freq = 10000
0.02/0.06	c 
0.02/0.06	c # maximal time in seconds to run
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06	c limits/time = 1800
0.02/0.06	c 
0.02/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06	c limits/memory = 13950
0.02/0.06	c 
0.02/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.02/0.06	c # [type: int, range: [1,2], default: 1]
0.02/0.06	c timing/clocktype = 2
0.02/0.06	c 
0.02/0.06	c # belongs reading time to solving time?
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c timing/reading = TRUE
0.02/0.06	c 
0.02/0.06	c # should presolving try to simplify inequalities
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/linear/simplifyinequalities = TRUE
0.02/0.06	c 
0.02/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/indicator/addCouplingCons = TRUE
0.02/0.06	c 
0.02/0.06	c # should presolving try to simplify knapsacks
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.06	c 
0.02/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.06	c separating/rapidlearning/freq = 0
0.02/0.06	c 
0.02/0.06	c -----------------------------------------------------------------------------------------------
0.02/0.06	c start solving
0.02/0.06	c 
0.02/0.06	o 394238
0.02/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.02/0.06	c t 0.1s|     1 |     0 |     0 |     - |4725k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.02/0.07	c   0.1s|     1 |     0 |    74 |     - |5806k|   0 |  51 |1700 |2400 |1700 | 800 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |   294 |     - |7644k|   0 |  62 |1700 |2400 |1700 | 811 |  11 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.29/0.33	c   0.3s|     1 |     0 |   331 |     - |8681k|   0 |  68 |1700 |2400 |1700 | 817 |  17 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |   373 |     - |9828k|   0 |  67 |1700 |2400 |1700 | 822 |  22 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.49/0.57	c   0.6s|     1 |     0 |   423 |     - |  10M|   0 |  66 |1700 |2400 |1700 | 829 |  29 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.59/0.69	c   0.7s|     1 |     0 |   448 |     - |  10M|   0 |  64 |1700 |2400 |1700 | 838 |  38 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.78/0.83	c   0.8s|     1 |     0 |   506 |     - |  10M|   0 |  65 |1700 |2400 |1700 | 841 |  41 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
1.59/1.63	c   1.6s|     1 |     2 |   506 |     - |  10M|   0 |  65 |1700 |2400 |1700 | 841 |  41 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
4.59/4.68	o 2026
4.59/4.68	c * 4.7s|    52 |    50 |  2117 |  31.6 |  11M|  51 |   - |1700 |2400 |1700 | 906 |  77 |   0 | 587 | 0.000000e+00 | 2.026000e+03 |    Inf 
4.89/4.95	o 1501
4.89/4.95	c * 5.0s|    70 |    64 |  2885 |  34.5 |  11M|  51 |   - |1700 |2400 |1700 | 911 | 118 |   0 | 658 | 0.000000e+00 | 1.501000e+03 |    Inf 
56.50/56.57	c  56.6s| 10000 |  7256 |373563 |  37.3 |  29M|  54 |  12 |1700 |2751 |1700 | 843 |  16k|1620 |1662 | 0.000000e+00 | 1.501000e+03 |    Inf 
58.39/58.47	o 1339
58.39/58.47	c *58.5s| 10371 |  7492 |386671 |  37.2 |  29M|  54 |   - |1700 |2776 |1700 | 866 |  17k|1697 |1692 | 0.000000e+00 | 1.339000e+03 |    Inf 
66.69/66.71	o 1330
66.69/66.71	c *66.7s| 11973 |  8544 |445405 |  37.2 |  32M|  54 |   - |1700 |2705 |1700 | 876 |  19k|2047 |1832 | 0.000000e+00 | 1.330000e+03 |    Inf 
66.69/66.74	o 1149
66.69/66.74	c *66.7s| 11975 |  8430 |445495 |  37.2 |  32M|  54 |   - |1700 |2705 |1700 | 873 |  19k|2047 |1835 | 0.000000e+00 | 1.149000e+03 |    Inf 
67.49/67.58	o 1142
67.49/67.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.49/67.58	c *67.6s| 12123 |  8502 |451284 |  37.2 |  32M|  54 |   - |1700 |2714 |1700 | 870 |  19k|2078 |1846 | 0.000000e+00 | 1.142000e+03 |    Inf 
82.40/82.43	o 1065
82.40/82.43	c *82.4s| 14964 | 10012 |553450 |  37.0 |  38M|  54 |   - |1700 |2791 |1700 | 860 |  23k|2935 |2114 | 0.000000e+00 | 1.065000e+03 |    Inf 
84.29/84.36	o 1044
84.29/84.36	c *84.4s| 15406 | 10222 |566206 |  36.7 |  39M|  54 |   - |1700 |2870 |1700 | 872 |  24k|3126 |2136 | 0.000000e+00 | 1.044000e+03 |    Inf 
85.10/85.11	o 1016
85.10/85.11	c g85.1s| 15536 | 10242 |571509 |  36.8 |  39M|  54 |   - |1700 |2878 |1700 | 870 |  24k|3199 |2143 | 0.000000e+00 | 1.016000e+03 |    Inf 
89.99/90.06	o 968
89.99/90.06	c s90.1s| 16392 | 10490 |603735 |  36.8 |  40M|  57 |   - |1700 |2844 |1700 | 870 |  25k|3559 |2215 | 0.000000e+00 | 9.680000e+02 |    Inf 
100.79/100.89	o 856
100.79/100.89	c * 101s| 18304 | 11021 |670345 |  36.6 |  44M|  57 |   - |1700 |2782 |1700 | 841 |  27k|4461 |2374 | 0.000000e+00 | 8.560000e+02 |    Inf 
105.79/105.83	o 840
105.79/105.83	c c 106s| 19152 | 11224 |702134 |  36.6 |  46M|  57 |   - |1700 |2630 |1700 | 858 |  28k|4895 |2446 | 0.000000e+00 | 8.400000e+02 |    Inf 
109.79/109.89	o 774
109.79/109.89	c * 110s| 19821 | 11194 |727808 |  36.7 |  47M|  57 |   - |1700 |2569 |1700 | 861 |  29k|5259 |2510 | 0.000000e+00 | 7.740000e+02 |    Inf 
111.00/111.09	c   111s| 20000 | 11251 |735418 |  36.7 |  47M|  57 |   - |1700 |2458 |1700 | 849 |  29k|5382 |2534 | 0.000000e+00 | 7.740000e+02 |    Inf 
115.09/115.12	o 748
115.09/115.12	c * 115s| 20709 | 11317 |760727 |  36.7 |  48M|  57 |   - |1700 |2520 |1700 | 876 |  30k|5795 |2574 | 0.000000e+00 | 7.480000e+02 |    Inf 
123.10/123.15	o 700
123.10/123.15	c * 123s| 22069 | 11238 |809828 |  36.7 |  48M|  57 |   - |1700 |2535 |1700 | 878 |  31k|6564 |2690 | 0.000000e+00 | 7.000000e+02 |    Inf 
123.10/123.15	o 629
123.10/123.15	c * 123s| 22070 | 10847 |809836 |  36.7 |  46M|  57 |   - |1700 |2535 |1700 | 878 |  31k|6564 |2690 | 0.000000e+00 | 6.290000e+02 |    Inf 
123.89/123.92	o 593
123.89/123.92	c * 124s| 22186 | 10615 |814623 |  36.7 |  45M|  57 |   - |1700 |2218 |1700 | 871 |  31k|6645 |2705 | 0.000000e+00 | 5.930000e+02 |    Inf 
132.80/132.89	o 567
132.80/132.89	c * 133s| 23726 | 10086 |873139 |  36.8 |  47M|  57 |   - |1700 |2319 |1700 | 880 |  32k|7923 |2821 | 0.000000e+00 | 5.670000e+02 |    Inf 
134.70/134.76	o 476
134.70/134.76	c * 135s| 24015 |  9209 |885613 |  36.9 |  45M|  57 |   - |1700 |2151 |1700 | 871 |  32k|8191 |2838 | 0.000000e+00 | 4.760000e+02 |    Inf 
134.90/134.98	o 450
134.90/134.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
134.90/134.98	c * 135s| 24043 |  8990 |887320 |  36.9 |  45M|  57 |   - |1700 |2016 |1700 | 845 |  32k|8206 |2839 | 0.000000e+00 | 4.500000e+02 |    Inf 
135.79/135.84	o 335
135.79/135.84	c * 136s| 24183 |  7240 |893300 |  36.9 |  40M|  57 |   - |1700 |2016 |1700 | 875 |  32k|8371 |2858 | 0.000000e+00 | 3.350000e+02 |    Inf 
135.79/135.88	o 186
135.79/135.88	c * 136s| 24185 |  4665 |893468 |  36.9 |  32M|  57 |   - |1700 |1793 |1700 | 874 |  32k|8380 |2858 | 0.000000e+00 | 1.860000e+02 |    Inf 
136.10/136.11	o 138
136.10/136.11	c * 136s| 24220 |  2997 |894932 |  36.9 |  27M|  57 |   - |1700 |1464 |1700 | 871 |  32k|8473 |2863 | 0.000000e+00 | 1.380000e+02 |    Inf 
136.20/136.26	o 51
136.20/136.26	c * 136s| 24241 |  1629 |895968 |  36.9 |  22M|  57 |   - |1700 |1351 |1700 | 871 |  32k|8503 |2864 | 0.000000e+00 | 5.100000e+01 |    Inf 
136.20/136.30	o 0
136.20/136.30	c * 136s| 24244 |     0 |896156 |  36.9 |  13M|  57 |   - |1700 |1153 |1700 | 835 |  32k|8516 |2864 | 0.000000e+00 | 0.000000e+00 |   0.00%
136.20/136.30	c 
136.20/136.30	c SCIP Status        : problem is solved [optimal solution found]
136.20/136.30	c Solving Time (sec) : 136.30
136.20/136.30	c Solving Nodes      : 24244
136.20/136.30	c Primal Bound       : +0.00000000000000e+00 (679 solutions)
136.20/136.30	c Dual Bound         : +0.00000000000000e+00
136.20/136.30	c Gap                : 0.00 %
136.20/136.30	s OPTIMUM FOUND
136.20/136.30	v -x200 x199 x198 -x197 -x196 x195 -x194 x193 x192 -x191 -x190 x189 -x188 x187 x186 -x185 -x184 x183 -x182 x181 -x180 x179 x178 -x177 
136.20/136.30	v x176 -x175 x174 -x173 x172 -x171 -x170 x169 x168 -x167 x166 -x165 -x164 x163 -x162 x161 -x160 x159 -x158 x157 -x156 x155 
136.20/136.30	v x154 -x153 -x152 x151 -x150 x149 x148 -x147 x146 -x145 x144 -x143 x142 -x141 -x140 x139 -x138 x137 -x136 x135 -x134 x133 -x132 
136.20/136.30	v x131 x130 -x129 x128 -x127 -x126 x125 x124 -x123 -x122 x121 x120 -x119 x118 -x117 -x116 x115 x114 -x113 x112 -x111 -x110 x109 
136.20/136.30	v x108 -x107 x106 -x105 -x104 x103 x102 -x101 -x100 x99 x98 -x97 -x96 x95 x94 -x93 -x92 x91 x90 -x89 -x88 x87 -x86 x85 x84 
136.20/136.30	v -x83 -x82 x81 -x80 x79 x78 -x77 x76 -x75 x74 -x73 -x72 x71 x70 -x69 -x68 x67 -x66 x65 x64 -x63 -x62 x61 -x60 x59 -x58 x57 -x56 
136.20/136.30	v x55 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 -x28 
136.20/136.30	v 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 x1 
136.20/136.30	c SCIP Status        : problem is solved [optimal solution found]
136.20/136.30	c Total Time         :     136.30
136.20/136.30	c   solving          :     136.30
136.20/136.30	c   presolving       :       0.05 (included in solving)
136.20/136.30	c   reading          :       0.01 (included in solving)
136.20/136.30	c Original Problem   :
136.20/136.30	c   Problem name     : HOME/instance-3447957-1307902588.wbo
136.20/136.30	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
136.20/136.30	c   Constraints      : 901 initial, 901 maximal
136.20/136.30	c Presolved Problem  :
136.20/136.30	c   Problem name     : t_HOME/instance-3447957-1307902588.wbo
136.20/136.30	c   Variables        : 1700 (900 binary, 0 integer, 800 implicit integer, 0 continuous)
136.20/136.30	c   Constraints      : 1600 initial, 3057 maximal
136.20/136.30	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
136.20/136.30	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
136.20/136.30	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
136.20/136.30	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
136.20/136.30	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
136.20/136.30	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
136.20/136.30	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
136.20/136.30	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
136.20/136.30	c   linear           :       0.02          0        100          0        800          0        101          0          0          0
136.20/136.30	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
136.20/136.30	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
136.20/136.30	c   root node        :          -       1538          -          -       1538          -          -          -          -          -
136.20/136.30	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
136.20/136.30	c   integral         :          0          0          0      51771          0       2923          0         28         86          0          0      37686
136.20/136.30	c   varbound         :          0+         6     106639      32842          0          0      10717          9     680662      32853          0          0
136.20/136.30	c   linear           :        800          6     106831         22          0       2920      40628       2266      99871          0          0          0
136.20/136.30	c   indicator        :        800          0     104565      32842          0       2914      10642          0      11832          0          0          0
136.20/136.30	c   logicor          :          0+         0      56725          0          0          0       9890        630      20488          0          0          0
136.20/136.30	c   countsols        :          0          0          0         22          0        659          0          0          0          0          0          0
136.20/136.30	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
136.20/136.30	c   integral         :       8.67       0.00       0.00       8.65       0.00       0.02       0.00
136.20/136.30	c   varbound         :       2.16       0.00       1.68       0.48       0.00       0.00       0.00
136.20/136.30	c   linear           :       1.98       0.00       1.56       0.00       0.00       0.40       0.03
136.20/136.30	c   indicator        :       4.63       0.00       1.54       1.71       0.00       1.38       0.00
136.20/136.30	c   logicor          :       0.51       0.00       0.50       0.00       0.00       0.00       0.01
136.20/136.30	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
136.20/136.30	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
136.20/136.30	c   vbounds          :      48546      14164          0    1237362
136.20/136.30	c   rootredcost      :         24          0          0        768
136.20/136.30	c   pseudoobj        :     109266      12981       2626     679422
136.20/136.30	c Propagator Timings :  TotalTime  Propagate    Resprop
136.20/136.30	c   vbounds          :       5.03       5.03       0.00
136.20/136.30	c   rootredcost      :       0.03       0.03       0.00
136.20/136.30	c   pseudoobj        :       2.40       2.28       0.12
136.20/136.30	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
136.20/136.30	c   propagation      :       0.22       5531       5395       9799       18.0        230        8.2          -
136.20/136.30	c   infeasible LP    :       0.00          3          3          6       25.8          0        0.0          0
136.20/136.30	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
136.20/136.30	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
136.20/136.30	c   pseudo solution  :       0.00          3          3          5        6.0          0        0.0          -
136.20/136.30	c   applied globally :          -          -          -       8516       16.4          -          -          -
136.20/136.30	c   applied locally  :          -          -          -          0        0.0          -          -          -
136.20/136.30	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
136.20/136.30	c   cut pool         :       0.00          5          -          -        122          -    (maximal pool size: 1238)
136.20/136.30	c   redcost          :       2.83      44370          0    1231239          0          0
136.20/136.30	c   impliedbounds    :       0.00          6          0          0          0          0
136.20/136.30	c   intobj           :       0.00          0          0          0          0          0
136.20/136.30	c   gomory           :       0.28          6          0          0        503          0
136.20/136.30	c   cgmip            :       0.00          0          0          0          0          0
136.20/136.30	c   closecuts        :       0.00          0          0          0          0          0
136.20/136.30	c   strongcg         :       0.23          6          0          0       1323          0
136.20/136.30	c   cmir             :       0.08          6          0          0          0          0
136.20/136.30	c   flowcover        :       0.05          6          0          0          0          0
136.20/136.30	c   clique           :       0.00          1          0          0          0          0
136.20/136.30	c   zerohalf         :       0.00          0          0          0          0          0
136.20/136.30	c   mcf              :       0.00          1          0          0          0          0
136.20/136.30	c   oddcycle         :       0.00          0          0          0          0          0
136.20/136.30	c   rapidlearning    :       0.06          1          0          0          0          0
136.20/136.30	c Pricers            :       Time      Calls       Vars
136.20/136.30	c   problem variables:       0.00          0          0
136.20/136.30	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
136.20/136.30	c   relpscost        :       8.63      18929         28         86          0          0      37686
136.20/136.30	c   pscost           :       0.00          0          0          0          0          0          0
136.20/136.30	c   inference        :       0.00          0          0          0          0          0          0
136.20/136.30	c   mostinf          :       0.00          0          0          0          0          0          0
136.20/136.30	c   leastinf         :       0.00          0          0          0          0          0          0
136.20/136.30	c   fullstrong       :       0.00          0          0          0          0          0          0
136.20/136.30	c   allfullstrong    :       0.00          0          0          0          0          0          0
136.20/136.30	c   random           :       0.00          0          0          0          0          0          0
136.20/136.30	c Primal Heuristics  :       Time      Calls      Found
136.20/136.30	c   LP solutions     :       0.04          -         22
136.20/136.30	c   pseudo solutions :       0.00          -          0
136.20/136.30	c   oneopt           :       0.16         23          0
136.20/136.30	c   crossover        :       0.50         19          0
136.20/136.30	c   fracdiving       :       1.19        162          0
136.20/136.30	c   coefdiving       :       1.06        162          1
136.20/136.30	c   veclendiving     :       1.28        162          0
136.20/136.30	c   linesearchdiving :       1.14        163          0
136.20/136.30	c   pscostdiving     :       1.08        163          0
136.20/136.30	c   trivial          :       0.00          2          1
136.20/136.30	c   shiftandpropagate:       0.00          0          0
136.20/136.30	c   simplerounding   :       0.05      22856          0
136.20/136.30	c   zirounding       :       0.06       1000          0
136.20/136.30	c   rounding         :       0.15       2083          0
136.20/136.30	c   shifting         :       0.93       1251          1
136.20/136.30	c   intshifting      :       0.00          0          0
136.20/136.30	c   twoopt           :       0.00          0          0
136.20/136.30	c   fixandinfer      :       0.00          0          0
136.20/136.30	c   feaspump         :       0.00          0          0
136.20/136.30	c   clique           :       0.00          0          0
136.20/136.30	c   intdiving        :       0.00          0          0
136.20/136.30	c   actconsdiving    :       0.00          0          0
136.20/136.30	c   objpscostdiving  :       0.93         52          0
136.20/136.30	c   rootsoldiving    :       0.92         68          0
136.20/136.30	c   guideddiving     :       1.14        163          1
136.20/136.30	c   octane           :       0.00          0          0
136.20/136.30	c   rens             :       0.02          1          0
136.20/136.30	c   rins             :       0.00          0          0
136.20/136.30	c   localbranching   :       0.00          0          0
136.20/136.30	c   mutation         :       0.00          0          0
136.20/136.30	c   dins             :       0.00          0          0
136.20/136.30	c   vbounds          :       0.00          0          0
136.20/136.30	c   undercover       :       0.00          0          0
136.20/136.30	c   subnlp           :       0.00          0          0
136.20/136.30	c   trysol           :       0.45       2249        653
136.20/136.30	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
136.20/136.30	c   primal LP        :       0.27          0          0       0.00       0.00
136.20/136.30	c   dual LP          :      79.62      59890     836173      13.96   10502.64
136.20/136.30	c   lex dual LP      :       0.00          0          0       0.00          -
136.20/136.30	c   barrier LP       :       0.00          0          0       0.00          -
136.20/136.30	c   diving/probing LP:       6.13       4690      59983      12.79    9784.09
136.20/136.30	c   strong branching :       8.37       2864      85997      30.03   10271.42
136.20/136.30	c     (at root node) :          -         33      11213     339.79          -
136.20/136.30	c   conflict analysis:       0.00          0          0       0.00          -
136.20/136.30	c B&B Tree           :
136.20/136.30	c   number of runs   :          1
136.20/136.30	c   nodes            :      24244
136.20/136.30	c   nodes (total)    :      24244
136.20/136.30	c   nodes left       :          0
136.20/136.30	c   max depth        :         57
136.20/136.30	c   max depth (total):         57
136.20/136.30	c   backtracks       :       3959 (16.3%)
136.20/136.30	c   delayed cutoffs  :       3250
136.20/136.30	c   repropagations   :      16560 (199320 domain reductions, 448 cutoffs)
136.20/136.30	c   avg switch length:       7.59
136.20/136.30	c   switching time   :       4.37
136.20/136.30	c Solution           :
136.20/136.30	c   Solutions found  :        679 (26 improvements)
136.20/136.30	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.06 seconds, depth 0, found by <trivial>)
136.20/136.30	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 24244 nodes, 136.29 seconds, depth 13, found by <relaxation>)
136.20/136.30	c   Dual Bound       : +0.00000000000000e+00
136.20/136.30	c   Gap              :       0.00 %
136.20/136.30	c   Root Dual Bound  : +0.00000000000000e+00
136.20/136.30	c   Root Iterations  :        506
136.30/136.32	c Time complete: 136.31.

Verifier Data

OK	0

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-3447957-1307902588/watcher-3447957-1307902588 -o /tmp/evaluation-result-3447957-1307902588/solver-3447957-1307902588 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447957-1307902588.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: 1.93 1.99 1.99 2/177 18736
/proc/meminfo: memFree=2159936/32950928 swapFree=67051116/67111528
[pid=18736] ppid=18734 vsize=9988 CPUtime=0 cores=0,2,4,6
/proc/18736/stat : 18736 (scip-2.0.1.4.li) R 18734 18736 18084 0 -1 4202496 1479 0 0 0 0 0 0 0 25 0 1 0 980489481 10227712 1432 33554432000 4194304 9128323 140734466550096 18446744073709551615 8008905 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/18736/statm: 2497 1439 396 1205 0 1288 0

[startup+0.032827 s]
/proc/loadavg: 1.93 1.99 1.99 2/177 18736
/proc/meminfo: memFree=2159936/32950928 swapFree=67051116/67111528
[pid=18736] ppid=18734 vsize=23248 CPUtime=0.02 cores=0,2,4,6
/proc/18736/stat : 18736 (scip-2.0.1.4.li) R 18734 18736 18084 0 -1 4202496 4830 0 0 0 2 0 0 0 25 0 1 0 980489481 23805952 4525 33554432000 4194304 9128323 140734466550096 18446744073709551615 5266288 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18736/statm: 5812 4525 520 1205 0 4603 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23248

[startup+0.100817 s]
/proc/loadavg: 1.93 1.99 1.99 2/177 18736
/proc/meminfo: memFree=2159936/32950928 swapFree=67051116/67111528
[pid=18736] ppid=18734 vsize=27272 CPUtime=0.09 cores=0,2,4,6
/proc/18736/stat : 18736 (scip-2.0.1.4.li) R 18734 18736 18084 0 -1 4202496 6045 0 0 0 9 0 0 0 25 0 1 0 980489481 27926528 5717 33554432000 4194304 9128323 140734466550096 18446744073709551615 6697050 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18736/statm: 6818 5717 655 1205 0 5609 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27272

[startup+0.300772 s]
/proc/loadavg: 1.93 1.99 1.99 2/177 18736
/proc/meminfo: memFree=2159936/32950928 swapFree=67051116/67111528
[pid=18736] ppid=18734 vsize=45152 CPUtime=0.29 cores=0,2,4,6
/proc/18736/stat : 18736 (scip-2.0.1.4.li) R 18734 18736 18084 0 -1 4202496 11590 0 0 0 28 1 0 0 25 0 1 0 980489481 46235648 10206 33554432000 4194304 9128323 140734466550096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18736/statm: 11288 10206 712 1205 0 10079 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45152

[startup+0.700704 s]
/proc/loadavg: 1.93 1.99 1.99 2/177 18736
/proc/meminfo: memFree=2159936/32950928 swapFree=67051116/67111528
[pid=18736] ppid=18734 vsize=45320 CPUtime=0.69 cores=0,2,4,6
/proc/18736/stat : 18736 (scip-2.0.1.4.li) R 18734 18736 18084 0 -1 4202496 11724 0 0 0 68 1 0 0 25 0 1 0 980489481 46407680 10340 33554432000 4194304 9128323 140734466550096 18446744073709551615 5118868 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18736/statm: 11330 10340 712 1205 0 10121 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45320

[startup+1.50055 s]
/proc/loadavg: 1.93 1.99 1.99 3/178 18737
/proc/meminfo: memFree=2110724/32950928 swapFree=67051116/67111528
[pid=18736] ppid=18734 vsize=53616 CPUtime=1.49 cores=0,2,4,6
/proc/18736/stat : 18736 (scip-2.0.1.4.li) R 18734 18736 18084 0 -1 4202496 14725 0 0 0 146 3 0 0 25 0 1 0 980489481 54902784 12366 33554432000 4194304 9128323 140734466550096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18736/statm: 13404 12366 719 1205 0 12195 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53616

[startup+3.10026 s]
/proc/loadavg: 1.93 1.99 1.99 3/178 18737
/proc/meminfo: memFree=2109856/32950928 swapFree=67051116/67111528
[pid=18736] ppid=18734 vsize=53616 CPUtime=3.08 cores=0,2,4,6
/proc/18736/stat : 18736 (scip-2.0.1.4.li) R 18734 18736 18084 0 -1 4202496 14733 0 0 0 303 5 0 0 25 0 1 0 980489481 54902784 12374 33554432000 4194304 9128323 140734466550096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18736/statm: 13404 12374 719 1205 0 12195 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 53616

[startup+6.30067 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 18737
/proc/meminfo: memFree=2108160/32950928 swapFree=67051116/67111528
[pid=18736] ppid=18734 vsize=53616 CPUtime=6.29 cores=0,2,4,6
/proc/18736/stat : 18736 (scip-2.0.1.4.li) R 18734 18736 18084 0 -1 4202496 14745 0 0 0 620 9 0 0 25 0 1 0 980489481 54902784 12386 33554432000 4194304 9128323 140734466550096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18736/statm: 13404 12386 726 1205 0 12195 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53616

[startup+12.7005 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 18737
/proc/meminfo: memFree=2103048/32950928 swapFree=67051116/67111528
[pid=18736] ppid=18734 vsize=55472 CPUtime=12.69 cores=0,2,4,6
/proc/18736/stat : 18736 (scip-2.0.1.4.li) R 18734 18736 18084 0 -1 4202496 15259 0 0 0 1254 15 0 0 25 0 1 0 980489481 56803328 12900 33554432000 4194304 9128323 140734466550096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18736/statm: 13868 12900 727 1205 0 12659 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55472

[startup+25.5011 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 18738
/proc/meminfo: memFree=2093996/32950928 swapFree=67051116/67111528
[pid=18736] ppid=18734 vsize=58040 CPUtime=25.49 cores=0,2,4,6
/proc/18736/stat : 18736 (scip-2.0.1.4.li) R 18734 18736 18084 0 -1 4202496 22281 0 0 0 2522 27 0 0 25 0 1 0 980489481 59432960 13552 33554432000 4194304 9128323 140734466550096 18446744073709551615 6505895 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18736/statm: 14510 13552 727 1205 0 13301 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58040

[startup+51.1004 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 18738
/proc/meminfo: memFree=2071144/32950928 swapFree=67051116/67111528
[pid=18736] ppid=18734 vsize=67504 CPUtime=51.09 cores=0,2,4,6
/proc/18736/stat : 18736 (scip-2.0.1.4.li) R 18734 18736 18084 0 -1 4202496 27928 0 0 0 5055 54 0 0 25 0 1 0 980489481 69124096 15940 33554432000 4194304 9128323 140734466550096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18736/statm: 16876 15940 727 1205 0 15667 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 67504

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18740
/proc/meminfo: memFree=2015664/32950928 swapFree=67051116/67111528
[pid=18736] ppid=18734 vsize=95084 CPUtime=102.3 cores=0,2,4,6
/proc/18736/stat : 18736 (scip-2.0.1.4.li) R 18734 18736 18084 0 -1 4202496 69055 0 0 0 10124 106 0 0 25 0 1 0 980489481 97366016 22853 33554432000 4194304 9128323 140734466550096 18446744073709551615 7192200 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18736/statm: 23771 22853 727 1205 0 22562 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 95084

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

[startup+115.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18740
/proc/meminfo: memFree=2003376/32950928 swapFree=67051116/67111528
[pid=18736] ppid=18734 vsize=102756 CPUtime=115.09 cores=0,2,4,6
/proc/18736/stat : 18736 (scip-2.0.1.4.li) R 18734 18736 18084 0 -1 4202496 82097 0 0 0 11390 119 0 0 25 0 1 0 980489481 105222144 24744 33554432000 4194304 9128323 140734466550096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18736/statm: 25689 24744 727 1205 0 24480 0
Current children cumulated CPU time (s) 115.09
Current children cumulated vsize (KiB) 102756

[startup+127.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18740
/proc/meminfo: memFree=1992568/32950928 swapFree=67051116/67111528
[pid=18736] ppid=18734 vsize=106800 CPUtime=127.9 cores=0,2,4,6
/proc/18736/stat : 18736 (scip-2.0.1.4.li) R 18734 18736 18084 0 -1 4202496 91399 0 0 0 12658 132 0 0 25 0 1 0 980489481 109363200 25752 33554432000 4194304 9128323 140734466550096 18446744073709551615 4855058 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18736/statm: 26700 25752 733 1205 0 25491 0
Current children cumulated CPU time (s) 127.9
Current children cumulated vsize (KiB) 106800

[startup+131.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18741
/proc/meminfo: memFree=1989340/32950928 swapFree=67051116/67111528
[pid=18736] ppid=18734 vsize=108104 CPUtime=131.09 cores=0,2,4,6
/proc/18736/stat : 18736 (scip-2.0.1.4.li) R 18734 18736 18084 0 -1 4202496 91711 0 0 0 12975 134 0 0 25 0 1 0 980489481 110698496 26059 33554432000 4194304 9128323 140734466550096 18446744073709551615 7192546 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18736/statm: 27026 26059 733 1205 0 25817 0
Current children cumulated CPU time (s) 131.09
Current children cumulated vsize (KiB) 108104

[startup+134.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18741
/proc/meminfo: memFree=1987852/32950928 swapFree=67051116/67111528
[pid=18736] ppid=18734 vsize=108824 CPUtime=134.29 cores=0,2,4,6
/proc/18736/stat : 18736 (scip-2.0.1.4.li) R 18734 18736 18084 0 -1 4202496 96115 0 0 0 13291 138 0 0 25 0 1 0 980489481 111435776 26281 33554432000 4194304 9128323 140734466550096 18446744073709551615 5207912 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18736/statm: 27206 26281 733 1205 0 25997 0
Current children cumulated CPU time (s) 134.29
Current children cumulated vsize (KiB) 108824

[startup+135.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18741
/proc/meminfo: memFree=1987852/32950928 swapFree=67051116/67111528
[pid=18736] ppid=18734 vsize=109268 CPUtime=135.09 cores=0,2,4,6
/proc/18736/stat : 18736 (scip-2.0.1.4.li) R 18734 18736 18084 0 -1 4202496 96172 0 0 0 13370 139 0 0 25 0 1 0 980489481 111890432 26338 33554432000 4194304 9128323 140734466550096 18446744073709551615 4241361 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18736/statm: 27317 26338 733 1205 0 26108 0
Current children cumulated CPU time (s) 135.09
Current children cumulated vsize (KiB) 109268

[startup+135.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18741
/proc/meminfo: memFree=1986612/32950928 swapFree=67051116/67111528
[pid=18736] ppid=18734 vsize=109508 CPUtime=135.89 cores=0,2,4,6
/proc/18736/stat : 18736 (scip-2.0.1.4.li) R 18734 18736 18084 0 -1 4202496 96255 0 0 0 13450 139 0 0 25 0 1 0 980489481 112136192 26421 33554432000 4194304 9128323 140734466550096 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18736/statm: 27377 26421 733 1205 0 26168 0
Current children cumulated CPU time (s) 135.89
Current children cumulated vsize (KiB) 109508

[startup+136.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18741
/proc/meminfo: memFree=1986240/32950928 swapFree=67051116/67111528
[pid=18736] ppid=18734 vsize=109724 CPUtime=136.3 cores=0,2,4,6
/proc/18736/stat : 18736 (scip-2.0.1.4.li) R 18734 18736 18084 0 -1 4202496 96291 0 0 0 13490 140 0 0 25 0 1 0 980489481 112357376 26457 33554432000 4194304 9128323 140734466550096 18446744073709551615 6562211 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/18736/statm: 27431 26457 736 1205 0 26222 0
Current children cumulated CPU time (s) 136.3
Current children cumulated vsize (KiB) 109724

Child status: 0
Real time (s): 136.323
CPU time (s): 136.325
CPU user time (s): 134.918
CPU system time (s): 1.40679
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 115692

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

runsolver used 0.19397 second user time and 0.436933 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-12 20:16:28
IDJOB=3447957
IDBENCH=79413
IDSOLVER=1944
FILE ID=node113/3447957-1307902588
RUNJOBID= node113-1307897181-18312
PBS_JOBID= 13559602
Free space on /tmp= 1856 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh201_wcsp.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-3447957-1307902588/watcher-3447957-1307902588 -o /tmp/evaluation-result-3447957-1307902588/solver-3447957-1307902588 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447957-1307902588.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 915acd3dc0a570e5bdb7222960ad66b3
RANDOM SEED=620103593

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       2160116 kB
Buffers:         73348 kB
Cached:       29436828 kB
SwapCached:      14112 kB
Active:       14861656 kB
Inactive:     15001580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       2160116 kB
SwapTotal:    67111528 kB
SwapFree:     67051116 kB
Dirty:           12076 kB
Writeback:           0 kB
AnonPages:      351116 kB
Mapped:          12076 kB
Slab:           863564 kB
PageTables:       5656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   548860 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 1844 MiB
End job on node113 at 2011-06-12 20:18:45