Trace number 3447940

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 131.095 131.092

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh01_wcsp.wbo
MD5SUMdc9398e8d8662385aed113468e487865
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.004999
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 constraints950
Number of soft constraints850
Number of constraints which are clauses850
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 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
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-3447940-1307902300.wbo>
0.00/0.01	c original problem has 1050 variables (1050 bin, 0 int, 0 impl, 0 cont) and 951 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.02	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.00/0.03	c (round 2) 100 del vars, 101 del conss, 0 add conss, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.05	c    (0.1s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.06	c presolving (3 rounds):
0.00/0.06	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  1050 implications, 0 cliques
0.00/0.06	c presolved problem has 1800 variables (950 bin, 0 int, 850 impl, 0 cont) and 1700 constraints
0.00/0.06	c     850 constraints of type <linear>
0.00/0.06	c     850 constraints of type <indicator>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.04
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 2.0.1.4
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1800
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 13950
0.00/0.06	c 
0.00/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.06	c # [type: int, range: [1,2], default: 1]
0.00/0.06	c timing/clocktype = 2
0.00/0.06	c 
0.00/0.06	c # belongs reading time to solving time?
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c timing/reading = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/indicator/addCouplingCons = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.05/0.06	c 
0.05/0.06	o 420925
0.05/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.05/0.06	c t 0.1s|     1 |     0 |     0 |     - |4979k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.05/0.07	c   0.1s|     1 |     0 |    80 |     - |6130k|   0 |  56 |1800 |2550 |1800 | 850 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |   374 |     - |8509k|   0 |  53 |1800 |2550 |1800 | 862 |  12 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |   438 |     - |  10M|   0 |  61 |1800 |2550 |1800 | 879 |  29 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   590 |     - |  11M|   0 |  61 |1800 |2550 |1800 | 888 |  38 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.49/0.56	c   0.6s|     1 |     0 |   742 |     - |  12M|   0 |  38 |1800 |2550 |1800 | 901 |  51 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.59/0.68	c   0.7s|     1 |     0 |   815 |     - |  12M|   0 |  73 |1800 |2550 |1800 | 923 |  73 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.79/0.81	c   0.8s|     1 |     0 |   864 |     - |  12M|   0 |  69 |1800 |2550 |1800 | 930 |  80 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
1.79/1.85	c   1.8s|     1 |     2 |   864 |     - |  12M|   0 |  69 |1800 |2550 |1800 | 930 |  80 |   0 |  28 | 0.000000e+00 | 4.209250e+05 |    Inf 
5.69/5.72	o 5433
5.69/5.72	c * 5.7s|   144 |   142 |  4665 |  26.6 |  13M|  66 |   - |1800 |2550 |1800 | 997 | 209 |   0 | 847 | 0.000000e+00 | 5.433000e+03 |    Inf 
5.99/6.09	o 4982
5.99/6.09	c o 6.1s|   179 |   169 |  5967 |  28.7 |  14M|  66 |   0 |1800 |2555 |1800 | 988 | 311 |   5 | 955 | 0.000000e+00 | 4.982000e+03 |    Inf 
6.29/6.39	o 4681
6.29/6.39	c * 6.4s|   226 |   210 |  7629 |  30.1 |  14M|  66 |   - |1800 |2555 |1800 | 976 | 427 |   5 |1002 | 0.000000e+00 | 4.681000e+03 |    Inf 
6.39/6.40	o 4540
6.39/6.40	c * 6.4s|   227 |   209 |  7648 |  30.0 |  14M|  66 |   - |1800 |2555 |1800 | 976 | 427 |   5 |1002 | 0.000000e+00 | 4.540000e+03 |    Inf 
6.50/6.58	o 1893
6.50/6.58	c * 6.6s|   262 |   194 |  8698 |  30.0 |  14M|  66 |   - |1800 |2559 |1800 | 967 | 494 |   9 |1019 | 0.000000e+00 | 1.893000e+03 |    Inf 
10.39/10.46	o 1803
10.39/10.46	c *10.5s|  1135 |   774 | 35740 |  30.8 |  18M|  66 |   - |1800 |2775 |1800 | 963 |1604 | 225 |1172 | 0.000000e+00 | 1.803000e+03 |    Inf 
13.69/13.77	o 1241
13.69/13.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.69/13.77	c *13.8s|  1808 |  1180 | 60386 |  32.9 |  18M|  66 |   - |1800 |2892 |1800 | 955 |2924 | 342 |1241 | 0.000000e+00 | 1.241000e+03 |    Inf 
36.89/36.94	o 1071
36.89/36.94	c *36.9s|  8120 |  4605 |231864 |  28.5 |  28M|  66 |   - |1800 |3147 |1800 | 939 |8879 |2584 |1342 | 0.000000e+00 | 1.071000e+03 |    Inf 
45.49/45.55	c  45.5s| 10000 |  5201 |292940 |  29.2 |  32M|  66 |   4 |1800 |3157 |1800 | 930 |  10k|3676 |1395 | 0.000000e+00 | 1.071000e+03 |    Inf 
91.40/91.45	o 1014
91.40/91.45	c *91.5s| 19971 |  8286 |608681 |  30.4 |  49M|  66 |   - |1800 |3287 |1800 | 943 |  21k|9431 |1998 | 0.000000e+00 | 1.014000e+03 |    Inf 
91.49/91.57	c  91.6s| 20000 |  8288 |609689 |  30.4 |  49M|  66 |   - |1800 |3297 |   0 |   0 |  21k|9452 |1998 | 0.000000e+00 | 1.014000e+03 |    Inf 
113.59/113.61	o 998
113.59/113.61	c * 114s| 24478 |  9191 |752434 |  30.7 |  57M|  66 |   - |1800 |3319 |1800 | 947 |  27k|  12k|2348 | 0.000000e+00 | 9.980000e+02 |    Inf 
123.90/123.90	o 961
123.90/123.90	c * 124s| 26519 |  9609 |820147 |  30.9 |  61M|  66 |   - |1800 |3335 |1800 | 928 |  29k|  14k|2479 | 0.000000e+00 | 9.610000e+02 |    Inf 
128.39/128.46	o 854
128.39/128.46	c * 128s| 27405 |  9559 |848589 |  30.9 |  61M|  66 |   - |1800 |3156 |1800 | 934 |  30k|  14k|2543 | 0.000000e+00 | 8.540000e+02 |    Inf 
128.49/128.57	o 390
128.49/128.57	c * 129s| 27420 |  8295 |849234 |  30.9 |  52M|  66 |   - |1800 |2988 |1800 | 943 |  30k|  14k|2549 | 0.000000e+00 | 3.900000e+02 |    Inf 
128.79/128.83	o 336
128.79/128.83	c * 129s| 27446 |  7832 |850529 |  31.0 |  49M|  66 |   - |1800 |1941 |1800 | 931 |  30k|  14k|2560 | 0.000000e+00 | 3.360000e+02 |    Inf 
129.30/129.30	o 276
129.30/129.30	c * 129s| 27492 |  6248 |854541 |  31.1 |  43M|  66 |   - |1800 |1831 |1800 | 928 |  30k|  14k|2565 | 0.000000e+00 | 2.760000e+02 |    Inf 
130.39/130.44	o 181
130.39/130.44	c * 130s| 27679 |  2658 |863784 |  31.2 |  30M|  66 |   - |1800 |1774 |1800 | 929 |  30k|  15k|2587 | 0.000000e+00 | 1.810000e+02 |    Inf 
130.49/130.51	o 145
130.49/130.51	c * 131s| 27692 |  1890 |864317 |  31.2 |  27M|  66 |   - |1800 |1533 |1800 | 929 |  30k|  15k|2587 | 0.000000e+00 | 1.450000e+02 |    Inf 
130.60/130.61	o 123
130.60/130.61	c * 131s| 27705 |  1443 |865094 |  31.2 |  25M|  66 |   - |1800 |1446 |1800 | 929 |  30k|  15k|2590 | 0.000000e+00 | 1.230000e+02 |    Inf 
130.69/130.78	o 119
130.69/130.78	c * 131s| 27731 |  1059 |866395 |  31.2 |  24M|  66 |   - |1800 |1416 |1800 | 928 |  30k|  15k|2600 | 0.000000e+00 | 1.190000e+02 |    Inf 
130.90/130.92	o 114
130.90/130.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
130.90/130.92	c * 131s| 27752 |   977 |867616 |  31.2 |  23M|  66 |   - |1800 |1389 |1800 | 928 |  30k|  15k|2606 | 0.000000e+00 | 1.140000e+02 |    Inf 
130.99/131.07	o 0
130.99/131.07	c * 131s| 27787 |     0 |868853 |  31.2 |  16M|  66 |   - |1800 |1358 |1800 | 928 |  30k|  15k|2606 | 0.000000e+00 | 0.000000e+00 |   0.00%
130.99/131.07	c 
130.99/131.07	c SCIP Status        : problem is solved [optimal solution found]
130.99/131.07	c Solving Time (sec) : 131.07
130.99/131.07	c Solving Nodes      : 27787
130.99/131.07	c Primal Bound       : +0.00000000000000e+00 (207 solutions)
130.99/131.07	c Dual Bound         : +0.00000000000000e+00
130.99/131.07	c Gap                : 0.00 %
130.99/131.07	s OPTIMUM FOUND
130.99/131.07	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 
130.99/131.07	v x176 -x175 x174 -x173 x172 -x171 x170 -x169 -x168 x167 x166 -x165 -x164 x163 -x162 x161 x160 -x159 x158 -x157 -x156 x155 
130.99/131.07	v x154 -x153 -x152 x151 -x150 x149 -x148 x147 x146 -x145 x144 -x143 -x142 x141 -x140 x139 -x138 x137 -x136 x135 -x134 x133 -x132 
130.99/131.07	v x131 -x130 x129 -x128 x127 -x126 x125 -x124 x123 -x122 x121 x120 -x119 x118 -x117 -x116 x115 x114 -x113 x112 -x111 -x110 x109 
130.99/131.07	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 
130.99/131.07	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 
130.99/131.07	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 
130.99/131.07	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 
130.99/131.07	c SCIP Status        : problem is solved [optimal solution found]
130.99/131.07	c Total Time         :     131.07
130.99/131.07	c   solving          :     131.07
130.99/131.07	c   presolving       :       0.04 (included in solving)
130.99/131.07	c   reading          :       0.01 (included in solving)
130.99/131.07	c Original Problem   :
130.99/131.07	c   Problem name     : HOME/instance-3447940-1307902300.wbo
130.99/131.07	c   Variables        : 1050 (1050 binary, 0 integer, 0 implicit integer, 0 continuous)
130.99/131.07	c   Constraints      : 951 initial, 951 maximal
130.99/131.07	c Presolved Problem  :
130.99/131.07	c   Problem name     : t_HOME/instance-3447940-1307902300.wbo
130.99/131.07	c   Variables        : 1800 (950 binary, 0 integer, 850 implicit integer, 0 continuous)
130.99/131.07	c   Constraints      : 1700 initial, 3538 maximal
130.99/131.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
130.99/131.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
130.99/131.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
130.99/131.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
130.99/131.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
130.99/131.07	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
130.99/131.07	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
130.99/131.07	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
130.99/131.07	c   linear           :       0.02          0        100          0        850          0        101          0          0          0
130.99/131.07	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
130.99/131.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
130.99/131.07	c   root node        :          -       1514          -          -       1514          -          -          -          -          -
130.99/131.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
130.99/131.07	c   integral         :          0          0          0      50029          0       1350          0         25         83          0          0      38786
130.99/131.07	c   varbound         :          0+         6     136851      30551          0          0      19679         13    1314437      30603          0          0
130.99/131.07	c   linear           :        850          6     137050         20          0       1347      66296       2969     150284          0          0          0
130.99/131.07	c   indicator        :        850          0     134072      30551          0       1344      20165          0      20766          0          0          0
130.99/131.07	c   logicor          :          0+         0      74205          0          0          0      21856       1021      36950          0          0          0
130.99/131.07	c   countsols        :          0          0          0         20          0        189          0          0          0          0          0          0
130.99/131.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
130.99/131.07	c   integral         :       7.92       0.00       0.00       7.91       0.00       0.01       0.00
130.99/131.07	c   varbound         :       2.81       0.00       2.36       0.44       0.00       0.00       0.01
130.99/131.07	c   linear           :       2.13       0.00       1.91       0.00       0.00       0.18       0.05
130.99/131.07	c   indicator        :       4.28       0.00       2.05       1.55       0.00       0.66       0.01
130.99/131.07	c   logicor          :       0.73       0.00       0.71       0.00       0.00       0.00       0.02
130.99/131.07	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
130.99/131.07	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
130.99/131.07	c   vbounds          :      78622      24895          2    1640660
130.99/131.07	c   rootredcost      :         20          0          0        756
130.99/131.07	c   pseudoobj        :     141416      23210       4553    1313346
130.99/131.07	c Propagator Timings :  TotalTime  Propagate    Resprop
130.99/131.07	c   vbounds          :       7.58       7.58       0.01
130.99/131.07	c   rootredcost      :       0.03       0.03       0.00
130.99/131.07	c   pseudoobj        :       3.14       2.94       0.20
130.99/131.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
130.99/131.07	c   propagation      :       0.37       8558       8304      17497       19.2        323       10.0          -
130.99/131.07	c   infeasible LP    :       0.00          9          9         29       16.1          0        0.0          0
130.99/131.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
130.99/131.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
130.99/131.07	c   pseudo solution  :       0.00          2          2          3        4.0          0        0.0          -
130.99/131.07	c   applied globally :          -          -          -      15256       18.0          -          -          -
130.99/131.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
130.99/131.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
130.99/131.07	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 1727)
130.99/131.07	c   redcost          :       2.99      46484          0    1621897          0          0
130.99/131.07	c   impliedbounds    :       0.00          6          0          0          0          0
130.99/131.07	c   intobj           :       0.00          0          0          0          0          0
130.99/131.07	c   gomory           :       0.28          6          0          0       1081          0
130.99/131.07	c   cgmip            :       0.00          0          0          0          0          0
130.99/131.07	c   closecuts        :       0.00          0          0          0          0          0
130.99/131.07	c   strongcg         :       0.23          6          0          0       2143          0
130.99/131.07	c   cmir             :       0.05          6          0          0          0          0
130.99/131.07	c   flowcover        :       0.05          6          0          0          0          0
130.99/131.07	c   clique           :       0.00          1          0          0          0          0
130.99/131.07	c   zerohalf         :       0.00          0          0          0          0          0
130.99/131.07	c   mcf              :       0.00          1          0          0          0          0
130.99/131.07	c   oddcycle         :       0.00          0          0          0          0          0
130.99/131.07	c   rapidlearning    :       0.06          1          0          0          0          0
130.99/131.07	c Pricers            :       Time      Calls       Vars
130.99/131.07	c   problem variables:       0.00          0          0
130.99/131.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
130.99/131.07	c   relpscost        :       7.89      19478         25         83          0          0      38786
130.99/131.07	c   pscost           :       0.00          0          0          0          0          0          0
130.99/131.07	c   inference        :       0.00          0          0          0          0          0          0
130.99/131.07	c   mostinf          :       0.00          0          0          0          0          0          0
130.99/131.07	c   leastinf         :       0.00          0          0          0          0          0          0
130.99/131.07	c   fullstrong       :       0.00          0          0          0          0          0          0
130.99/131.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
130.99/131.07	c   random           :       0.00          0          0          0          0          0          0
130.99/131.07	c Primal Heuristics  :       Time      Calls      Found
130.99/131.07	c   LP solutions     :       0.03          -         20
130.99/131.07	c   pseudo solutions :       0.00          -          0
130.99/131.07	c   oneopt           :       0.08         20          0
130.99/131.07	c   crossover        :       0.39         16          2
130.99/131.07	c   linesearchdiving :       0.47         84          0
130.99/131.07	c   guideddiving     :       0.45         84          0
130.99/131.07	c   coefdiving       :       0.49         84          0
130.99/131.07	c   fracdiving       :       0.46         84          0
130.99/131.07	c   veclendiving     :       0.53         84          0
130.99/131.07	c   pscostdiving     :       0.45         85          0
130.99/131.07	c   rootsoldiving    :       0.64         43          0
130.99/131.07	c   objpscostdiving  :       0.68         43          1
130.99/131.07	c   trivial          :       0.00          2          1
130.99/131.07	c   shiftandpropagate:       0.00          0          0
130.99/131.07	c   simplerounding   :       0.04      23919          0
130.99/131.07	c   zirounding       :       0.05       1000          0
130.99/131.07	c   rounding         :       0.13       2121          0
130.99/131.07	c   shifting         :       0.48        616          0
130.99/131.07	c   intshifting      :       0.00          0          0
130.99/131.07	c   twoopt           :       0.00          0          0
130.99/131.07	c   fixandinfer      :       0.00          0          0
130.99/131.07	c   feaspump         :       0.00          0          0
130.99/131.07	c   clique           :       0.00          0          0
130.99/131.07	c   intdiving        :       0.00          0          0
130.99/131.07	c   actconsdiving    :       0.00          0          0
130.99/131.07	c   octane           :       0.00          0          0
130.99/131.07	c   rens             :       0.02          1          0
130.99/131.07	c   rins             :       0.00          0          0
130.99/131.07	c   localbranching   :       0.00          0          0
130.99/131.07	c   mutation         :       0.00          0          0
130.99/131.07	c   dins             :       0.00          0          0
130.99/131.07	c   vbounds          :       0.00          0          0
130.99/131.07	c   undercover       :       0.00          0          0
130.99/131.07	c   subnlp           :       0.00          0          0
130.99/131.07	c   trysol           :       0.14       1154        183
130.99/131.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
130.99/131.07	c   primal LP        :       0.23          0          0       0.00       0.00
130.99/131.07	c   dual LP          :      74.68      60429     836634      13.84   11203.31
130.99/131.07	c   lex dual LP      :       0.00          0          0       0.00          -
130.99/131.07	c   barrier LP       :       0.00          0          0       0.00          -
130.99/131.07	c   diving/probing LP:       2.98       1995      32219      16.15   10821.35
130.99/131.07	c   strong branching :       7.67       2606      86076      33.03   11227.09
130.99/131.07	c     (at root node) :          -         28      15438     551.36          -
130.99/131.07	c   conflict analysis:       0.00          0          0       0.00          -
130.99/131.07	c B&B Tree           :
130.99/131.07	c   number of runs   :          1
130.99/131.07	c   nodes            :      27787
130.99/131.07	c   nodes (total)    :      27787
130.99/131.07	c   nodes left       :          0
130.99/131.07	c   max depth        :         66
130.99/131.07	c   max depth (total):         66
130.99/131.07	c   backtracks       :       4030 (14.5%)
130.99/131.07	c   delayed cutoffs  :       3959
130.99/131.07	c   repropagations   :      16718 (233844 domain reductions, 549 cutoffs)
130.99/131.07	c   avg switch length:       6.56
130.99/131.07	c   switching time   :       5.20
130.99/131.07	c Solution           :
130.99/131.07	c   Solutions found  :        207 (22 improvements)
130.99/131.07	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.06 seconds, depth 0, found by <trivial>)
130.99/131.07	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 27787 nodes, 131.06 seconds, depth 10, found by <relaxation>)
130.99/131.07	c   Dual Bound       : +0.00000000000000e+00
130.99/131.07	c   Gap              :       0.00 %
130.99/131.07	c   Root Dual Bound  : +0.00000000000000e+00
130.99/131.07	c   Root Iterations  :        864
130.99/131.09	c Time complete: 131.09.

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 13324
/proc/meminfo: memFree=590872/32950928 swapFree=67056212/67111528
[pid=13324] ppid=13322 vsize=10120 CPUtime=0 cores=1,3,5,7
/proc/13324/stat : 13324 (scip-2.0.1.4.li) R 13322 13324 11872 0 -1 4202496 1538 0 0 0 0 0 0 0 23 0 1 0 980460682 10362880 1491 33554432000 4194304 9128323 140734061550768 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13324/statm: 2530 1491 399 1205 0 1321 0

[startup+0.060712 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 13324
/proc/meminfo: memFree=590872/32950928 swapFree=67056212/67111528
[pid=13324] ppid=13322 vsize=23784 CPUtime=0.05 cores=1,3,5,7
/proc/13324/stat : 13324 (scip-2.0.1.4.li) R 13322 13324 11872 0 -1 4202496 5009 0 0 0 5 0 0 0 18 0 1 0 980460682 24354816 4704 33554432000 4194304 9128323 140734061550768 18446744073709551615 8008925 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13324/statm: 5946 4704 554 1205 0 4737 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 23784

[startup+0.100711 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 13324
/proc/meminfo: memFree=590872/32950928 swapFree=67056212/67111528
[pid=13324] ppid=13322 vsize=27500 CPUtime=0.09 cores=1,3,5,7
/proc/13324/stat : 13324 (scip-2.0.1.4.li) R 13322 13324 11872 0 -1 4202496 6119 0 0 0 9 0 0 0 18 0 1 0 980460682 28160000 5785 33554432000 4194304 9128323 140734061550768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13324/statm: 6875 5785 655 1205 0 5666 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27500

[startup+0.300674 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 13324
/proc/meminfo: memFree=590872/32950928 swapFree=67056212/67111528
[pid=13324] ppid=13322 vsize=45676 CPUtime=0.29 cores=1,3,5,7
/proc/13324/stat : 13324 (scip-2.0.1.4.li) R 13322 13324 11872 0 -1 4202496 11731 0 0 0 28 1 0 0 18 0 1 0 980460682 46772224 10355 33554432000 4194304 9128323 140734061550768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13324/statm: 11419 10355 712 1205 0 10210 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45676

[startup+0.700602 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 13324
/proc/meminfo: memFree=590872/32950928 swapFree=67056212/67111528
[pid=13324] ppid=13322 vsize=45816 CPUtime=0.69 cores=1,3,5,7
/proc/13324/stat : 13324 (scip-2.0.1.4.li) R 13322 13324 11872 0 -1 4202496 11852 0 0 0 67 2 0 0 18 0 1 0 980460682 46915584 10476 33554432000 4194304 9128323 140734061550768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13324/statm: 11454 10476 712 1205 0 10245 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45816

[startup+1.50044 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13325
/proc/meminfo: memFree=541908/32950928 swapFree=67056212/67111528
[pid=13324] ppid=13322 vsize=53168 CPUtime=1.49 cores=1,3,5,7
/proc/13324/stat : 13324 (scip-2.0.1.4.li) R 13322 13324 11872 0 -1 4202496 15686 0 0 0 142 7 0 0 19 0 1 0 980460682 54444032 12222 33554432000 4194304 9128323 140734061550768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13324/statm: 13292 12222 719 1205 0 12083 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53168

[startup+3.10014 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13325
/proc/meminfo: memFree=541412/32950928 swapFree=67056212/67111528
[pid=13324] ppid=13322 vsize=53244 CPUtime=3.09 cores=1,3,5,7
/proc/13324/stat : 13324 (scip-2.0.1.4.li) R 13322 13324 11872 0 -1 4202496 15694 0 0 0 293 16 0 0 25 0 1 0 980460682 54521856 12230 33554432000 4194304 9128323 140734061550768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13324/statm: 13311 12230 719 1205 0 12102 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53244

[startup+6.30053 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13325
/proc/meminfo: memFree=540420/32950928 swapFree=67056212/67111528
[pid=13324] ppid=13322 vsize=53244 CPUtime=6.29 cores=1,3,5,7
/proc/13324/stat : 13324 (scip-2.0.1.4.li) R 13322 13324 11872 0 -1 4202496 15702 0 0 0 595 34 0 0 25 0 1 0 980460682 54521856 12238 33554432000 4194304 9128323 140734061550768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13324/statm: 13311 12238 727 1205 0 12102 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53244

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13325
/proc/meminfo: memFree=527732/32950928 swapFree=67056212/67111528
[pid=13324] ppid=13322 vsize=64588 CPUtime=12.69 cores=1,3,5,7
/proc/13324/stat : 13324 (scip-2.0.1.4.li) R 13322 13324 11872 0 -1 4202496 22777 0 0 0 1210 59 0 0 25 0 1 0 980460682 66138112 15112 33554432000 4194304 9128323 140734061550768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13324/statm: 16147 15112 733 1205 0 14938 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64588

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13325
/proc/meminfo: memFree=522844/32950928 swapFree=67056212/67111528
[pid=13324] ppid=13322 vsize=64588 CPUtime=25.49 cores=1,3,5,7
/proc/13324/stat : 13324 (scip-2.0.1.4.li) R 13322 13324 11872 0 -1 4202496 29196 0 0 0 2437 112 0 0 25 0 1 0 980460682 66138112 15123 33554432000 4194304 9128323 140734061550768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13324/statm: 16147 15123 733 1205 0 14938 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64588

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13326
/proc/meminfo: memFree=502828/32950928 swapFree=67056212/67111528
[pid=13324] ppid=13322 vsize=80324 CPUtime=51.09 cores=1,3,5,7
/proc/13324/stat : 13324 (scip-2.0.1.4.li) R 13322 13324 11872 0 -1 4202496 45654 0 0 0 4896 213 0 0 25 0 1 0 980460682 82251776 19034 33554432000 4194304 9128323 140734061550768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13324/statm: 20081 19034 735 1205 0 18872 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80324

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13327
/proc/meminfo: memFree=461696/32950928 swapFree=67056212/67111528
[pid=13324] ppid=13322 vsize=109936 CPUtime=102.3 cores=1,3,5,7
/proc/13324/stat : 13324 (scip-2.0.1.4.li) R 13322 13324 11872 0 -1 4202496 64536 0 0 0 9823 407 0 0 25 0 1 0 980460682 112574464 26476 33554432000 4194304 9128323 140734061550768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13324/statm: 27484 26476 733 1205 0 26275 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 109936

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

[startup+115.101 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13328
/proc/meminfo: memFree=452872/32950928 swapFree=67056212/67111528
[pid=13324] ppid=13322 vsize=116908 CPUtime=115.09 cores=1,3,5,7
/proc/13324/stat : 13324 (scip-2.0.1.4.li) R 13322 13324 11872 0 -1 4202496 72684 0 0 0 11053 456 0 0 25 0 1 0 980460682 119713792 28199 33554432000 4194304 9128323 140734061550768 18446744073709551615 6650498 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13324/statm: 29227 28199 733 1205 0 28018 0
Current children cumulated CPU time (s) 115.09
Current children cumulated vsize (KiB) 116908

[startup+121.501 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13328
/proc/meminfo: memFree=443616/32950928 swapFree=67056212/67111528
[pid=13324] ppid=13322 vsize=120944 CPUtime=121.5 cores=1,3,5,7
/proc/13324/stat : 13324 (scip-2.0.1.4.li) R 13322 13324 11872 0 -1 4202496 78205 0 0 0 11671 479 0 0 25 0 1 0 980460682 123846656 29208 33554432000 4194304 9128323 140734061550768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13324/statm: 30236 29208 733 1205 0 29027 0
Current children cumulated CPU time (s) 121.5
Current children cumulated vsize (KiB) 120944

[startup+127.901 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13328
/proc/meminfo: memFree=440516/32950928 swapFree=67056212/67111528
[pid=13324] ppid=13322 vsize=124056 CPUtime=127.89 cores=1,3,5,7
/proc/13324/stat : 13324 (scip-2.0.1.4.li) R 13322 13324 11872 0 -1 4202496 85469 0 0 0 12290 499 0 0 25 0 1 0 980460682 127033344 30017 33554432000 4194304 9128323 140734061550768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13324/statm: 31014 30017 733 1205 0 29805 0
Current children cumulated CPU time (s) 127.89
Current children cumulated vsize (KiB) 124056

[startup+129.501 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13328
/proc/meminfo: memFree=440756/32950928 swapFree=67056212/67111528
[pid=13324] ppid=13322 vsize=124888 CPUtime=129.5 cores=1,3,5,7
/proc/13324/stat : 13324 (scip-2.0.1.4.li) R 13322 13324 11872 0 -1 4202496 85649 0 0 0 12445 505 0 0 25 0 1 0 980460682 127885312 30196 33554432000 4194304 9128323 140734061550768 18446744073709551615 6650498 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13324/statm: 31222 30196 733 1205 0 30013 0
Current children cumulated CPU time (s) 129.5
Current children cumulated vsize (KiB) 124888

[startup+130.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13328
/proc/meminfo: memFree=440136/32950928 swapFree=67056212/67111528
[pid=13324] ppid=13322 vsize=125076 CPUtime=130.3 cores=1,3,5,7
/proc/13324/stat : 13324 (scip-2.0.1.4.li) R 13322 13324 11872 0 -1 4202496 85726 0 0 0 12521 509 0 0 25 0 1 0 980460682 128077824 30273 33554432000 4194304 9128323 140734061550768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13324/statm: 31269 30273 733 1205 0 30060 0
Current children cumulated CPU time (s) 130.3
Current children cumulated vsize (KiB) 125076

[startup+130.701 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13328
/proc/meminfo: memFree=440136/32950928 swapFree=67056212/67111528
[pid=13324] ppid=13322 vsize=125224 CPUtime=130.69 cores=1,3,5,7
/proc/13324/stat : 13324 (scip-2.0.1.4.li) R 13322 13324 11872 0 -1 4202496 85735 0 0 0 12559 510 0 0 25 0 1 0 980460682 128229376 30282 33554432000 4194304 9128323 140734061550768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13324/statm: 31306 30282 733 1205 0 30097 0
Current children cumulated CPU time (s) 130.69
Current children cumulated vsize (KiB) 125224

[startup+130.907 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13328
/proc/meminfo: memFree=439888/32950928 swapFree=67056212/67111528
[pid=13324] ppid=13322 vsize=125224 CPUtime=130.9 cores=1,3,5,7
/proc/13324/stat : 13324 (scip-2.0.1.4.li) R 13322 13324 11872 0 -1 4202496 85735 0 0 0 12579 511 0 0 25 0 1 0 980460682 128229376 30282 33554432000 4194304 9128323 140734061550768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13324/statm: 31306 30282 733 1205 0 30097 0
Current children cumulated CPU time (s) 130.9
Current children cumulated vsize (KiB) 125224

[startup+131.001 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 13328
/proc/meminfo: memFree=439888/32950928 swapFree=67056212/67111528
[pid=13324] ppid=13322 vsize=125224 CPUtime=130.99 cores=1,3,5,7
/proc/13324/stat : 13324 (scip-2.0.1.4.li) R 13322 13324 11872 0 -1 4202496 85735 0 0 0 12587 512 0 0 25 0 1 0 980460682 128229376 30282 33554432000 4194304 9128323 140734061550768 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13324/statm: 31306 30282 733 1205 0 30097 0
Current children cumulated CPU time (s) 130.99
Current children cumulated vsize (KiB) 125224

Child status: 0
Real time (s): 131.092
CPU time (s): 131.095
CPU user time (s): 125.962
CPU system time (s): 5.13322
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 136808

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

runsolver used 0.182972 second user time and 0.507922 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-12 20:11:40
IDJOB=3447940
IDBENCH=79396
IDSOLVER=1944
FILE ID=node115/3447940-1307902300
RUNJOBID= node115-1307897170-12489
PBS_JOBID= 13559590
Free space on /var/tmp= 2872 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-jnh01_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 /var/tmp/evaluation-result-3447940-1307902300/watcher-3447940-1307902300 -o /var/tmp/evaluation-result-3447940-1307902300/solver-3447940-1307902300 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447940-1307902300.wbo -t 1800 -m 15500

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

MD5SUM BENCH= dc9398e8d8662385aed113468e487865
RANDOM SEED=726548793

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.74
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.811
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.811
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:        591548 kB
Buffers:         57420 kB
Cached:       30793956 kB
SwapCached:       9240 kB
Active:       16530228 kB
Inactive:     14869676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:        591548 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:           12052 kB
Writeback:           0 kB
AnonPages:      546008 kB
Mapped:          16236 kB
Slab:           895580 kB
PageTables:       5796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   746448 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2860 MiB
End job on node115 at 2011-06-12 20:13:51