Trace number 3447958

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 360.456 360.448

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh17_wcsp.wbo
MD5SUM57d73bec44a40d3308f5eb2ba913b45c
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.004998
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 constraint11
Top cost 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
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-3447958-1307902588.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.05	c presolving (3 rounds):
0.00/0.05	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.05	c  1050 implications, 0 cliques
0.00/0.05	c presolved problem has 1800 variables (950 bin, 0 int, 850 impl, 0 cont) and 1700 constraints
0.00/0.05	c     850 constraints of type <linear>
0.00/0.05	c     850 constraints of type <indicator>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.04
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 2.0.1.4
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1800
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 13950
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # belongs reading time to solving time?
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c timing/reading = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/indicator/addCouplingCons = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.06	c 
0.00/0.06	o 420925
0.00/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.00/0.06	c t 0.1s|     1 |     0 |     0 |     - |4955k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     0 |   188 |     - |6092k|   0 |  64 |1800 |2550 |1800 | 850 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |   478 |     - |7084k|   0 |  79 |1800 |2550 |1800 | 886 |  36 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |   646 |     - |9258k|   0 |  76 |1800 |2550 |1800 | 913 |  63 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   771 |     - |  10M|   0 |  70 |1800 |2550 |1800 | 937 |  87 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     0 |   844 |     - |  10M|   0 |  73 |1800 |2550 |1800 | 952 | 102 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.59/0.65	c   0.6s|     1 |     0 |  1061 |     - |  12M|   0 |  58 |1800 |2550 |1800 | 963 | 113 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.69/0.74	c   0.7s|     1 |     0 |  1132 |     - |  12M|   0 |  63 |1800 |2550 |1800 | 973 | 123 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
1.39/1.49	c   1.5s|     1 |     2 |  1132 |     - |  12M|   0 |  63 |1800 |2550 |1800 | 973 | 123 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
9.59/9.62	o 6791
9.59/9.62	c c 9.6s|   411 |   397 | 19029 |  43.7 |  15M|  57 |   - |1800 |2550 |1800 |1034 | 617 |   0 |1214 | 0.000000e+00 | 6.791000e+03 |    Inf 
53.70/53.77	o 1215
53.70/53.77	c *53.8s|  8320 |  3692 |406508 |  48.7 |  20M|  57 |   - |1800 |2550 |1800 | 998 |  17k|   0 |2195 | 0.000000e+00 | 1.215000e+03 |    Inf 
64.29/64.40	c  64.4s| 10000 |  4247 |495824 |  49.5 |  23M|  57 |   7 |1800 |3173 |1800 | 967 |  19k| 626 |2303 | 0.000000e+00 | 1.215000e+03 |    Inf 
133.00/133.03	c   133s| 20000 |  6617 |  1046k|  52.3 |  33M|  57 |   - |1800 |3156 |1800 | 971 |  36k|4777 |3516 | 0.000000e+00 | 1.215000e+03 |    Inf 
197.70/197.79	c   198s| 30000 |  8822 |  1561k|  52.0 |  42M|  57 |   - |1800 |3247 |1800 | 975 |  53k|9406 |4639 | 0.000000e+00 | 1.215000e+03 |    Inf 
218.40/218.43	o 905
218.40/218.43	c * 218s| 33259 |  8418 |  1724k|  51.8 |  44M|  57 |   - |1800 |3303 |1800 | 972 |  58k|  11k|4960 | 0.000000e+00 | 9.050000e+02 |    Inf 
263.20/263.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
263.20/263.24	c   263s| 40000 |  8927 |  2062k|  51.5 |  54M|  57 |   4 |1800 |3018 |1800 | 959 |  66k|  15k|5491 | 0.000000e+00 | 9.050000e+02 |    Inf 
282.71/282.73	o 859
282.71/282.73	c l 283s| 43170 |  9040 |  2204k|  51.0 |  56M|  57 |   - |1800 |3271 |1800 | 967 |  69k|  18k|5746 | 0.000000e+00 | 8.590000e+02 |    Inf 
291.20/291.25	o 826
291.20/291.25	c * 291s| 44505 |  8973 |  2265k|  50.9 |  57M|  57 |   - |1800 |3106 |1800 | 963 |  71k|  19k|5843 | 0.000000e+00 | 8.260000e+02 |    Inf 
316.70/316.71	o 758
316.70/316.71	c * 317s| 48401 |  8969 |  2455k|  50.7 |  61M|  57 |   - |1800 |3121 |1800 | 963 |  75k|  22k|6110 | 0.000000e+00 | 7.580000e+02 |    Inf 
327.00/327.00	c   327s| 50000 |  8988 |  2531k|  50.6 |  62M|  57 |  40 |1800 |2691 |1800 | 937 |  76k|  23k|6216 | 0.000000e+00 | 7.580000e+02 |    Inf 
335.90/335.97	o 703
335.90/335.97	c * 336s| 51632 |  8910 |  2593k|  50.2 |  63M|  57 |   - |1800 |2960 |1800 | 966 |  78k|  25k|6303 | 0.000000e+00 | 7.030000e+02 |    Inf 
337.20/337.28	o 698
337.20/337.28	c * 337s| 51869 |  8868 |  2602k|  50.2 |  63M|  57 |   - |1800 |2741 |1800 | 975 |  78k|  25k|6318 | 0.000000e+00 | 6.980000e+02 |    Inf 
342.11/342.19	o 575
342.11/342.19	c * 342s| 52678 |  8011 |  2639k|  50.1 |  60M|  57 |   - |1800 |2612 |1800 | 960 |  79k|  26k|6370 | 0.000000e+00 | 5.750000e+02 |    Inf 
354.40/354.47	o 496
354.40/354.47	c * 354s| 54815 |  6705 |  2730k|  49.8 |  58M|  57 |   - |1800 |2687 |1800 | 963 |  80k|  28k|6461 | 0.000000e+00 | 4.960000e+02 |    Inf 
359.80/359.84	o 387
359.80/359.84	c * 360s| 55722 |  5019 |  2771k|  49.7 |  51M|  57 |   - |1800 |2544 |1800 | 960 |  80k|  29k|6508 | 0.000000e+00 | 3.870000e+02 |    Inf 
360.10/360.11	o 311
360.10/360.11	c * 360s| 55752 |  4014 |  2773k|  49.7 |  45M|  57 |   - |1800 |2244 |1800 | 963 |  80k|  29k|6508 | 0.000000e+00 | 3.110000e+02 |    Inf 
360.30/360.39	o 300
360.30/360.39	c * 360s| 55785 |  3464 |  2774k|  49.7 |  42M|  57 |   - |1800 |1954 |1800 | 960 |  80k|  29k|6510 | 0.000000e+00 | 3.000000e+02 |    Inf 
360.40/360.40	o 195
360.40/360.40	c * 360s| 55788 |  2488 |  2775k|  49.7 |  35M|  57 |   - |1800 |1907 |1800 | 961 |  80k|  29k|6510 | 0.000000e+00 | 1.950000e+02 |    Inf 
360.40/360.42	o 0
360.40/360.42	c * 360s| 55789 |     0 |  2775k|  49.7 |  16M|  57 |   - |1800 |1907 |1800 | 959 |  80k|  29k|6510 | 0.000000e+00 | 0.000000e+00 |   0.00%
360.40/360.42	c 
360.40/360.42	c SCIP Status        : problem is solved [optimal solution found]
360.40/360.42	c Solving Time (sec) : 360.42
360.40/360.42	c Solving Nodes      : 55789
360.40/360.42	c Primal Bound       : +0.00000000000000e+00 (418 solutions)
360.40/360.42	c Dual Bound         : +0.00000000000000e+00
360.40/360.42	c Gap                : 0.00 %
360.40/360.42	s OPTIMUM FOUND
360.40/360.42	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 
360.40/360.42	v x176 -x175 x174 -x173 -x172 x171 -x170 x169 -x168 x167 x166 -x165 x164 -x163 -x162 x161 -x160 x159 x158 -x157 x156 -x155 
360.40/360.42	v x154 -x153 -x152 x151 x150 -x149 x148 -x147 -x146 x145 -x144 x143 x142 -x141 x140 -x139 -x138 x137 x136 -x135 x134 -x133 x132 
360.40/360.42	v -x131 x130 -x129 -x128 x127 x126 -x125 -x124 x123 x122 -x121 x120 -x119 -x118 x117 x116 -x115 x114 -x113 -x112 x111 x110 -x109 
360.40/360.42	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 
360.40/360.42	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 
360.40/360.42	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 
360.40/360.42	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 
360.40/360.42	c SCIP Status        : problem is solved [optimal solution found]
360.40/360.42	c Total Time         :     360.42
360.40/360.42	c   solving          :     360.42
360.40/360.42	c   presolving       :       0.04 (included in solving)
360.40/360.42	c   reading          :       0.01 (included in solving)
360.40/360.42	c Original Problem   :
360.40/360.42	c   Problem name     : HOME/instance-3447958-1307902588.wbo
360.40/360.42	c   Variables        : 1050 (1050 binary, 0 integer, 0 implicit integer, 0 continuous)
360.40/360.42	c   Constraints      : 951 initial, 951 maximal
360.40/360.42	c Presolved Problem  :
360.40/360.42	c   Problem name     : t_HOME/instance-3447958-1307902588.wbo
360.40/360.42	c   Variables        : 1800 (950 binary, 0 integer, 850 implicit integer, 0 continuous)
360.40/360.42	c   Constraints      : 1700 initial, 3609 maximal
360.40/360.42	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
360.40/360.42	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
360.40/360.42	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
360.40/360.42	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
360.40/360.42	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
360.40/360.42	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
360.40/360.42	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
360.40/360.42	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
360.40/360.42	c   linear           :       0.02          0        100          0        850          0        101          0          0          0
360.40/360.42	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
360.40/360.42	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
360.40/360.42	c   root node        :          -       1285          -          -       1285          -          -          -          -          -
360.40/360.42	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
360.40/360.42	c   integral         :          0          0          0     117189          0       2623          0         67        386          0          0      72274
360.40/360.42	c   varbound         :          0+         6     263897      80730          0          0      32896          8    1942155      80829          0          0
360.40/360.42	c   linear           :        850          6     264090         13          0       2620     146764       7546     400269          0          0          0
360.40/360.42	c   indicator        :        850          0     256544      80730          0       2614      27697          0      35006          0          0          0
360.40/360.42	c   logicor          :          0+         0     140361          0          0          0      45753       3288      66917          0          0          0
360.40/360.42	c   countsols        :          0          0          0         13          0        407          0          0          0          0          0          0
360.40/360.42	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
360.40/360.42	c   integral         :      19.06       0.00       0.00      19.05       0.00       0.01       0.00
360.40/360.42	c   varbound         :       5.45       0.00       4.50       0.95       0.00       0.00       0.01
360.40/360.42	c   linear           :       5.43       0.00       5.04       0.00       0.00       0.29       0.10
360.40/360.42	c   indicator        :       9.07       0.00       3.82       3.98       0.00       1.25       0.01
360.40/360.42	c   logicor          :       1.55       0.00       1.51       0.00       0.00       0.00       0.04
360.40/360.42	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
360.40/360.42	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
360.40/360.42	c   vbounds          :     140148      62025         14    5311903
360.40/360.42	c   rootredcost      :         14          0          0        695
360.40/360.42	c   pseudoobj        :     271162      40859       7264    1940995
360.40/360.42	c Propagator Timings :  TotalTime  Propagate    Resprop
360.40/360.42	c   vbounds          :      14.84      14.82       0.02
360.40/360.42	c   rootredcost      :       0.06       0.06       0.00
360.40/360.42	c   pseudoobj        :       5.85       5.51       0.34
360.40/360.42	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
360.40/360.42	c   propagation      :       0.71      18120      17344      39044       20.2        668        9.4          -
360.40/360.42	c   infeasible LP    :       0.00          6          6         29       22.3          0        0.0          0
360.40/360.42	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
360.40/360.42	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
360.40/360.42	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
360.40/360.42	c   applied globally :          -          -          -      29637       18.3          -          -          -
360.40/360.42	c   applied locally  :          -          -          -          0        0.0          -          -          -
360.40/360.42	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
360.40/360.42	c   cut pool         :       0.00          5          -          -          9          -    (maximal pool size: 1637)
360.40/360.42	c   redcost          :       8.08     106826          0    5301016          0          0
360.40/360.42	c   impliedbounds    :       0.00          6          0          0          0          0
360.40/360.42	c   intobj           :       0.00          0          0          0          0          0
360.40/360.42	c   gomory           :       0.22          6          0          0       2154          0
360.40/360.42	c   cgmip            :       0.00          0          0          0          0          0
360.40/360.42	c   closecuts        :       0.00          0          0          0          0          0
360.40/360.42	c   strongcg         :       0.19          6          0          0       3000          0
360.40/360.42	c   cmir             :       0.05          6          0          0          0          0
360.40/360.42	c   flowcover        :       0.04          6          0          0          0          0
360.40/360.42	c   clique           :       0.00          1          0          0          0          0
360.40/360.42	c   zerohalf         :       0.00          0          0          0          0          0
360.40/360.42	c   mcf              :       0.00          1          0          0          0          0
360.40/360.42	c   oddcycle         :       0.00          0          0          0          0          0
360.40/360.42	c   rapidlearning    :       0.06          1          0          0          0          0
360.40/360.42	c Pricers            :       Time      Calls       Vars
360.40/360.42	c   problem variables:       0.00          0          0
360.40/360.42	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
360.40/360.42	c   relpscost        :      19.01      36459         67        386          0          0      72274
360.40/360.42	c   pscost           :       0.00          0          0          0          0          0          0
360.40/360.42	c   inference        :       0.00          0          0          0          0          0          0
360.40/360.42	c   mostinf          :       0.00          0          0          0          0          0          0
360.40/360.42	c   leastinf         :       0.00          0          0          0          0          0          0
360.40/360.42	c   fullstrong       :       0.00          0          0          0          0          0          0
360.40/360.42	c   allfullstrong    :       0.00          0          0          0          0          0          0
360.40/360.42	c   random           :       0.00          0          0          0          0          0          0
360.40/360.42	c Primal Heuristics  :       Time      Calls      Found
360.40/360.42	c   LP solutions     :       0.03          -         13
360.40/360.42	c   pseudo solutions :       0.00          -          0
360.40/360.42	c   feaspump         :       0.00          0          0
360.40/360.42	c   oneopt           :       0.09         14          0
360.40/360.42	c   crossover        :       0.70         30          2
360.40/360.42	c   veclendiving     :       1.11        193          0
360.40/360.42	c   rootsoldiving    :       1.23         97          1
360.40/360.42	c   linesearchdiving :       1.29        194          1
360.40/360.42	c   guideddiving     :       1.36        194          0
360.40/360.42	c   coefdiving       :       1.33        194          1
360.40/360.42	c   pscostdiving     :       1.24        194          0
360.40/360.42	c   fracdiving       :       1.16        194          0
360.40/360.42	c   trivial          :       0.00          2          1
360.40/360.42	c   shiftandpropagate:       0.00          0          0
360.40/360.42	c   simplerounding   :       0.10      49180          0
360.40/360.42	c   zirounding       :       0.06       1000          0
360.40/360.42	c   rounding         :       0.23       3090          0
360.40/360.42	c   shifting         :       0.71        989          0
360.40/360.42	c   intshifting      :       0.00          0          0
360.40/360.42	c   twoopt           :       0.00          0          0
360.40/360.42	c   fixandinfer      :       0.00          0          0
360.40/360.42	c   clique           :       0.00          0          0
360.40/360.42	c   intdiving        :       0.00          0          0
360.40/360.42	c   actconsdiving    :       0.00          0          0
360.40/360.42	c   objpscostdiving  :       2.46         69          0
360.40/360.42	c   octane           :       0.00          0          0
360.40/360.42	c   rens             :       0.02          1          0
360.40/360.42	c   rins             :       0.00          0          0
360.40/360.42	c   localbranching   :       0.00          0          0
360.40/360.42	c   mutation         :       0.00          0          0
360.40/360.42	c   dins             :       0.00          0          0
360.40/360.42	c   vbounds          :       0.00          0          0
360.40/360.42	c   undercover       :       0.00          0          0
360.40/360.42	c   subnlp           :       0.01          0          0
360.40/360.42	c   trysol           :       0.29       2200        399
360.40/360.42	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
360.40/360.42	c   primal LP        :       0.64          0          0       0.00       0.00
360.40/360.42	c   dual LP          :     230.28     146194    2680889      18.34   11641.79
360.40/360.42	c   lex dual LP      :       0.00          0          0       0.00          -
360.40/360.42	c   barrier LP       :       0.00          0          0       0.00          -
360.40/360.42	c   diving/probing LP:       8.44       5211      94130      18.06   11151.00
360.40/360.42	c   strong branching :      18.45       6510     208514      32.03   11298.79
360.40/360.42	c     (at root node) :          -         33       9860     298.79          -
360.40/360.42	c   conflict analysis:       0.00          0          0       0.00          -
360.40/360.42	c B&B Tree           :
360.40/360.42	c   number of runs   :          1
360.40/360.42	c   nodes            :      55789
360.40/360.42	c   nodes (total)    :      55789
360.40/360.42	c   nodes left       :          0
360.40/360.42	c   max depth        :         57
360.40/360.42	c   max depth (total):         57
360.40/360.42	c   backtracks       :      11335 (20.3%)
360.40/360.42	c   delayed cutoffs  :       3820
360.40/360.42	c   repropagations   :      28562 (491752 domain reductions, 1077 cutoffs)
360.40/360.42	c   avg switch length:       5.92
360.40/360.42	c   switching time   :      12.50
360.40/360.42	c Solution           :
360.40/360.42	c   Solutions found  :        418 (16 improvements)
360.40/360.42	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.06 seconds, depth 0, found by <trivial>)
360.40/360.42	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 55789 nodes, 360.41 seconds, depth 14, found by <relaxation>)
360.40/360.42	c   Dual Bound       : +0.00000000000000e+00
360.40/360.42	c   Gap              :       0.00 %
360.40/360.42	c   Root Dual Bound  : +0.00000000000000e+00
360.40/360.42	c   Root Iterations  :       1132
360.40/360.44	c Time complete: 360.44.

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-3447958-1307902588/watcher-3447958-1307902588 -o /var/tmp/evaluation-result-3447958-1307902588/solver-3447958-1307902588 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447958-1307902588.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: 1.84 1.97 1.95 1/175 17296
/proc/meminfo: memFree=3378848/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=10120 CPUtime=0 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 1536 0 0 0 0 0 0 0 25 0 1 0 901857586 10362880 1490 33554432000 4194304 9128323 140733640274080 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17296/statm: 2530 1493 399 1205 0 1321 0

[startup+0.075311 s]
/proc/loadavg: 1.84 1.97 1.95 1/175 17296
/proc/meminfo: memFree=3378848/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=27012 CPUtime=0.07 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 5944 0 0 0 7 0 0 0 25 0 1 0 901857586 27660288 5604 33554432000 4194304 9128323 140733640274080 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 6753 5604 648 1205 0 5544 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27012

[startup+0.100305 s]
/proc/loadavg: 1.84 1.97 1.95 1/175 17296
/proc/meminfo: memFree=3378848/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=27380 CPUtime=0.09 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 6119 0 0 0 9 0 0 0 25 0 1 0 901857586 28037120 5777 33554432000 4194304 9128323 140733640274080 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 6845 5777 655 1205 0 5636 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27380

[startup+0.300271 s]
/proc/loadavg: 1.84 1.97 1.95 1/175 17296
/proc/meminfo: memFree=3378848/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=45784 CPUtime=0.29 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 11745 0 0 0 28 1 0 0 25 0 1 0 901857586 46882816 10379 33554432000 4194304 9128323 140733640274080 18446744073709551615 4311783 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 11446 10379 713 1205 0 10237 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45784

[startup+0.700285 s]
/proc/loadavg: 1.84 1.97 1.95 1/175 17296
/proc/meminfo: memFree=3378848/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=45952 CPUtime=0.69 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 11862 0 0 0 67 2 0 0 25 0 1 0 901857586 47054848 10495 33554432000 4194304 9128323 140733640274080 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 11488 10495 712 1205 0 10279 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45952

[startup+1.50006 s]
/proc/loadavg: 1.84 1.97 1.95 3/178 17335
/proc/meminfo: memFree=3301432/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=46016 CPUtime=1.49 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 15054 0 0 0 142 7 0 0 25 0 1 0 901857586 47120384 10548 33554432000 4194304 9128323 140733640274080 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 11504 10548 719 1205 0 10295 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46016

[startup+3.10077 s]
/proc/loadavg: 1.84 1.97 1.95 3/178 17335
/proc/meminfo: memFree=3296028/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=46016 CPUtime=3.09 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 15054 0 0 0 295 14 0 0 25 0 1 0 901857586 47120384 10548 33554432000 4194304 9128323 140733640274080 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 11504 10548 719 1205 0 10295 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46016

[startup+6.30021 s]
/proc/loadavg: 1.85 1.97 1.95 3/178 17336
/proc/meminfo: memFree=3294924/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=46016 CPUtime=6.29 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 15054 0 0 0 602 27 0 0 25 0 1 0 901857586 47120384 10548 33554432000 4194304 9128323 140733640274080 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 11504 10548 719 1205 0 10295 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46016

[startup+12.7001 s]
/proc/loadavg: 1.86 1.97 1.95 3/178 17336
/proc/meminfo: memFree=3287020/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=50008 CPUtime=12.69 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 20665 0 0 0 1215 54 0 0 25 0 1 0 901857586 51208192 11465 33554432000 4194304 9128323 140733640274080 18446744073709551615 7311888 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 12502 11465 720 1205 0 11293 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50008

[startup+25.5008 s]
/proc/loadavg: 1.89 1.97 1.95 3/178 17336
/proc/meminfo: memFree=3279728/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=52772 CPUtime=25.49 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 31610 0 0 0 2442 107 0 0 25 0 1 0 901857586 54038528 12193 33554432000 4194304 9128323 140733640274080 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 13193 12193 720 1205 0 11984 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52772

[startup+51.1003 s]
/proc/loadavg: 1.93 1.97 1.95 3/178 17337
/proc/meminfo: memFree=3268120/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=58700 CPUtime=51.09 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 36544 0 0 0 4900 209 0 0 25 0 1 0 901857586 60108800 13659 33554432000 4194304 9128323 140733640274080 18446744073709551615 7267311 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 14675 13659 720 1205 0 13466 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58700

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.95 3/178 17338
/proc/meminfo: memFree=3247060/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=70708 CPUtime=102.3 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 55847 0 0 0 9818 412 0 0 25 0 1 0 901857586 72404992 16675 33554432000 4194304 9128323 140733640274080 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 17677 16675 727 1205 0 16468 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 70708

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 17340
/proc/meminfo: memFree=3226060/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=82424 CPUtime=162.3 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 62183 0 0 0 15596 634 0 0 25 0 1 0 901857586 84402176 19618 33554432000 4194304 9128323 140733640274080 18446744073709551615 7163072 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 20606 19618 727 1205 0 19397 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 82424

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/178 17341
/proc/meminfo: memFree=3196384/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=99656 CPUtime=222.29 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 67708 0 0 0 21379 850 0 0 25 0 1 0 901857586 102047744 23918 33554432000 4194304 9128323 140733640274080 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 24914 23918 727 1205 0 23705 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 99656

[startup+282.301 s]
/proc/loadavg: 1.91 1.95 1.95 2/172 17367
/proc/meminfo: memFree=3282088/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=116604 CPUtime=282.3 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 85065 0 0 0 27158 1072 0 0 25 0 1 0 901857586 119402496 28152 33554432000 4194304 9128323 140733640274080 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 29151 28152 727 1205 0 27942 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 116604

[startup+342.301 s]
/proc/loadavg: 1.33 1.78 1.88 2/172 17369
/proc/meminfo: memFree=3269080/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=130224 CPUtime=342.3 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 127556 0 0 0 32895 1335 0 0 25 0 1 0 901857586 133349376 31519 33554432000 4194304 9128323 140733640274080 18446744073709551615 7207328 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 32556 31519 727 1205 0 31347 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 130224

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

[startup+345.501 s]
/proc/loadavg: 1.31 1.77 1.88 2/172 17369
/proc/meminfo: memFree=3268088/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=131468 CPUtime=345.5 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 129039 0 0 0 33199 1351 0 0 25 0 1 0 901857586 134623232 31811 33554432000 4194304 9128323 140733640274080 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 32867 31811 727 1205 0 31658 0
Current children cumulated CPU time (s) 345.5
Current children cumulated vsize (KiB) 131468

[startup+351.9 s]
/proc/loadavg: 1.28 1.75 1.87 2/172 17369
/proc/meminfo: memFree=3266844/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=132348 CPUtime=351.91 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 133633 0 0 0 33810 1381 0 0 25 0 1 0 901857586 135524352 32055 33554432000 4194304 9128323 140733640274080 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 33087 32055 733 1205 0 31878 0
Current children cumulated CPU time (s) 351.91
Current children cumulated vsize (KiB) 132348

[startup+355.101 s]
/proc/loadavg: 1.28 1.75 1.87 2/172 17369
/proc/meminfo: memFree=3266224/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=132896 CPUtime=355.1 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 133773 0 0 0 34117 1393 0 0 25 0 1 0 901857586 136085504 32195 33554432000 4194304 9128323 140733640274080 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 33224 32195 733 1205 0 32015 0
Current children cumulated CPU time (s) 355.1
Current children cumulated vsize (KiB) 132896

[startup+358.3 s]
/proc/loadavg: 1.26 1.74 1.87 2/172 17369
/proc/meminfo: memFree=3265600/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=133480 CPUtime=358.3 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 139870 0 0 0 34422 1408 0 0 25 0 1 0 901857586 136683520 32322 33554432000 4194304 9128323 140733640274080 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 33370 32322 733 1205 0 32161 0
Current children cumulated CPU time (s) 358.3
Current children cumulated vsize (KiB) 133480

[startup+359.1 s]
/proc/loadavg: 1.26 1.74 1.87 2/172 17369
/proc/meminfo: memFree=3265224/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=133480 CPUtime=359.1 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 139881 0 0 0 34500 1410 0 0 25 0 1 0 901857586 136683520 32333 33554432000 4194304 9128323 140733640274080 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 33370 32333 733 1205 0 32161 0
Current children cumulated CPU time (s) 359.1
Current children cumulated vsize (KiB) 133480

[startup+359.901 s]
/proc/loadavg: 1.24 1.73 1.86 2/172 17369
/proc/meminfo: memFree=3265224/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=133620 CPUtime=359.9 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 139923 0 0 0 34577 1413 0 0 25 0 1 0 901857586 136826880 32375 33554432000 4194304 9128323 140733640274080 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 33405 32375 733 1205 0 32196 0
Current children cumulated CPU time (s) 359.9
Current children cumulated vsize (KiB) 133620

[startup+360.301 s]
/proc/loadavg: 1.24 1.73 1.86 2/172 17369
/proc/meminfo: memFree=3265224/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=133796 CPUtime=360.3 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 139952 0 0 0 34615 1415 0 0 25 0 1 0 901857586 137007104 32404 33554432000 4194304 9128323 140733640274080 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 33449 32404 733 1205 0 32240 0
Current children cumulated CPU time (s) 360.3
Current children cumulated vsize (KiB) 133796

[startup+360.401 s]
/proc/loadavg: 1.24 1.73 1.86 2/172 17369
/proc/meminfo: memFree=3265224/32950928 swapFree=67052124/67111528
[pid=17296] ppid=17294 vsize=133796 CPUtime=360.4 cores=1,3,5,7
/proc/17296/stat : 17296 (scip-2.0.1.4.li) R 17294 17296 14010 0 -1 4202496 139954 0 0 0 34624 1416 0 0 25 0 1 0 901857586 137007104 32406 33554432000 4194304 9128323 140733640274080 18446744073709551615 6505905 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17296/statm: 33449 32406 733 1205 0 32240 0
Current children cumulated CPU time (s) 360.4
Current children cumulated vsize (KiB) 133796

Child status: 0
Real time (s): 360.448
CPU time (s): 360.456
CPU user time (s): 346.288
CPU system time (s): 14.1678
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 133796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 346.288
system time used= 14.1678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139959
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= 593

runsolver used 0.463929 second user time and 1.18082 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-12 20:16:28
IDJOB=3447958
IDBENCH=79414
IDSOLVER=1944
FILE ID=node120/3447958-1307902588
RUNJOBID= node120-1307897144-14737
PBS_JOBID= 13559586
Free space on /var/tmp= 2880 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-jnh17_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-3447958-1307902588/watcher-3447958-1307902588 -o /var/tmp/evaluation-result-3447958-1307902588/solver-3447958-1307902588 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447958-1307902588.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 57d73bec44a40d3308f5eb2ba913b45c
RANDOM SEED=478061716

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       3379028 kB
Buffers:         55060 kB
Cached:       28594776 kB
SwapCached:      11624 kB
Active:       13795872 kB
Inactive:     14873532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3379028 kB
SwapTotal:    67111528 kB
SwapFree:     67052124 kB
Dirty:           12052 kB
Writeback:           0 kB
AnonPages:       16560 kB
Mapped:           9236 kB
Slab:           839400 kB
PageTables:       4260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   220088 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= 2880 MiB
End job on node120 at 2011-06-12 20:22:29