Trace number 3447962

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 419.79 419.777

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh10_wcsp.wbo
MD5SUM401aade47f990d36319fcf6fc2a74e2a
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark0.016997
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-3447962-1307902595.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.03/0.05	c    (0.1s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.03/0.05	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.03/0.05	c presolving (3 rounds):
0.03/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.03/0.05	c  1050 implications, 0 cliques
0.03/0.05	c presolved problem has 1800 variables (950 bin, 0 int, 850 impl, 0 cont) and 1700 constraints
0.03/0.05	c     850 constraints of type <linear>
0.03/0.05	c     850 constraints of type <indicator>
0.03/0.05	c transformed objective value is always integral (scale: 1)
0.03/0.05	c Presolving Time: 0.04
0.03/0.05	c - non default parameters ----------------------------------------------------------------------
0.03/0.05	c # SCIP version 2.0.1.4
0.03/0.05	c 
0.03/0.05	c # frequency for displaying node information lines
0.03/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.05	c display/freq = 10000
0.03/0.05	c 
0.03/0.05	c # maximal time in seconds to run
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.05	c limits/time = 1800
0.03/0.05	c 
0.03/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.05	c limits/memory = 13950
0.03/0.05	c 
0.03/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.03/0.05	c # [type: int, range: [1,2], default: 1]
0.03/0.05	c timing/clocktype = 2
0.03/0.05	c 
0.03/0.05	c # belongs reading time to solving time?
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c timing/reading = TRUE
0.03/0.05	c 
0.03/0.05	c # should presolving try to simplify inequalities
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c constraints/linear/simplifyinequalities = TRUE
0.03/0.05	c 
0.03/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c constraints/indicator/addCouplingCons = TRUE
0.03/0.05	c 
0.03/0.05	c # should presolving try to simplify knapsacks
0.03/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.03/0.05	c 
0.03/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.03/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.05	c separating/rapidlearning/freq = 0
0.03/0.05	c 
0.03/0.05	c -----------------------------------------------------------------------------------------------
0.03/0.06	c start solving
0.03/0.06	c 
0.03/0.06	o 420925
0.03/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.03/0.06	c t 0.1s|     1 |     0 |     0 |     - |4958k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.03/0.07	c   0.1s|     1 |     0 |   129 |     - |6096k|   0 |  82 |1800 |2550 |1800 | 850 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |   441 |     - |8245k|   0 |  77 |1800 |2550 |1800 | 878 |  28 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.39	c   0.4s|     1 |     0 |   984 |     - |9697k|   0 |  42 |1800 |2550 |1800 | 905 |  55 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.39/0.45	c   0.5s|     1 |     0 |  1183 |     - |9749k|   0 |  66 |1800 |2550 |1800 | 953 | 103 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.49/0.56	c   0.6s|     1 |     0 |  1462 |     - |  10M|   0 |  63 |1800 |2550 |1800 | 985 | 135 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.59/0.65	c   0.7s|     1 |     0 |  1708 |     - |  10M|   0 |  62 |1800 |2550 |1800 |1012 | 162 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.69/0.74	c   0.7s|     1 |     0 |  1794 |     - |  10M|   0 |  78 |1800 |2550 |1800 |1035 | 185 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.79/0.88	c   0.9s|     1 |     0 |  1838 |     - |  13M|   0 |  74 |1800 |2550 |1800 |1041 | 191 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
1.49/1.57	c   1.6s|     1 |     2 |  1838 |     - |  13M|   0 |  74 |1800 |2550 |1800 |1041 | 191 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
12.69/12.71	o 4764
12.69/12.71	c *12.7s|   725 |   650 | 34659 |  45.3 |  17M|  47 |   - |1800 |2550 |1800 |1064 |1708 |   0 |1316 | 0.000000e+00 | 4.764000e+03 |    Inf 
44.59/44.61	o 2184
44.59/44.61	c *44.6s|  5434 |  4920 |285874 |  52.3 |  22M|  47 |   - |1800 |2551 |1800 |1062 |  14k|   1 |2043 | 0.000000e+00 | 2.184000e+03 |    Inf 
76.50/76.53	c  76.5s| 10000 |  9063 |542526 |  54.1 |  27M|  47 |   7 |1800 |2822 |1800 |1010 |  26k| 272 |2382 | 0.000000e+00 | 2.184000e+03 |    Inf 
148.89/148.91	c   149s| 20000 | 17951 |  1107k|  55.3 |  39M|  47 |  17 |1800 |3117 |1800 |1002 |  53k| 829 |3824 | 0.000000e+00 | 2.184000e+03 |    Inf 
155.89/155.99	o 2108
155.89/155.99	c * 156s| 20936 | 18684 |  1162k|  55.4 |  40M|  47 |   - |1800 |3124 |1800 |1021 |  56k| 886 |3967 | 0.000000e+00 | 2.108000e+03 |    Inf 
210.40/210.40	o 2057
210.40/210.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
210.40/210.40	c * 210s| 28452 | 24770 |  1579k|  55.5 |  48M|  49 |   - |1800 |3152 |1800 |1027 |  78k|1561 |4970 | 0.000000e+00 | 2.057000e+03 |    Inf 
221.80/221.84	c   222s| 30000 | 25961 |  1669k|  55.6 |  50M|  49 |   6 |1800 |3124 |1800 |1009 |  82k|1703 |5144 | 0.000000e+00 | 2.057000e+03 |    Inf 
241.40/241.48	o 1552
241.40/241.48	c * 241s| 32674 | 27230 |  1818k|  55.6 |  50M|  49 |   - |1800 |3077 |1800 |1035 |  91k|1908 |5456 | 0.000000e+00 | 1.552000e+03 |    Inf 
259.10/259.18	o 1273
259.10/259.18	c * 259s| 35123 | 27489 |  1950k|  55.5 |  50M|  49 |   - |1800 |3061 |1800 |1021 |  97k|2379 |5694 | 0.000000e+00 | 1.273000e+03 |    Inf 
259.20/259.23	o 1214
259.20/259.23	c * 259s| 35126 | 27043 |  1951k|  55.5 |  49M|  49 |   - |1800 |3061 |1800 |1014 |  97k|2380 |5694 | 0.000000e+00 | 1.214000e+03 |    Inf 
259.30/259.34	o 964
259.30/259.34	c * 259s| 35135 | 23683 |  1951k|  55.5 |  45M|  49 |   - |1800 |3064 |1800 |1029 |  97k|2383 |5696 | 0.000000e+00 | 9.640000e+02 |    Inf 
259.30/259.35	o 948
259.30/259.35	c * 259s| 35136 | 23386 |  1951k|  55.5 |  45M|  49 |   - |1800 |3064 |1800 |1027 |  97k|2383 |5696 | 0.000000e+00 | 9.480000e+02 |    Inf 
284.20/284.22	o 877
284.20/284.22	c * 284s| 38218 | 22479 |  2152k|  56.3 |  48M|  49 |   - |1800 |2798 |1800 |1009 | 102k|3877 |5957 | 0.000000e+00 | 8.770000e+02 |    Inf 
298.61/298.65	c   299s| 40000 | 22521 |  2272k|  56.8 |  52M|  49 |   - |1800 |2669 |1800 |1010 | 103k|4932 |6104 | 0.000000e+00 | 8.770000e+02 |    Inf 
367.10/367.19	o 823
367.10/367.19	c * 367s| 48769 | 21584 |  2817k|  57.7 |  64M|  49 |   - |1800 |2778 |1800 |1005 | 113k|  10k|6850 | 0.000000e+00 | 8.230000e+02 |    Inf 
376.00/376.08	c   376s| 50000 | 21635 |  2876k|  57.5 |  66M|  49 |  14 |1800 |2797 |1800 |1024 | 115k|  11k|6922 | 0.000000e+00 | 8.230000e+02 |    Inf 
385.11/385.16	o 774
385.11/385.16	c * 385s| 51200 | 20772 |  2936k|  57.3 |  66M|  49 |   - |1800 |2710 |1800 |1017 | 118k|  12k|7015 | 0.000000e+00 | 7.740000e+02 |    Inf 
387.41/387.41	o 639
387.41/387.41	c * 387s| 51524 | 18306 |  2950k|  57.2 |  64M|  49 |   - |1800 |2690 |1800 |1010 | 118k|  12k|7037 | 0.000000e+00 | 6.390000e+02 |    Inf 
408.70/408.78	o 541
408.70/408.78	c * 409s| 54535 | 14244 |  3093k|  56.7 |  68M|  49 |   - |1800 |2732 |1800 |1003 | 122k|  15k|7280 | 0.000000e+00 | 5.410000e+02 |    Inf 
415.21/415.23	o 530
415.21/415.23	c * 415s| 55452 | 11767 |  3135k|  56.5 |  65M|  49 |   - |1800 |2497 |1800 | 998 | 122k|  17k|7346 | 0.000000e+00 | 5.300000e+02 |    Inf 
419.30/419.34	o 487
419.30/419.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
419.30/419.34	c * 419s| 56188 |  9859 |  3163k|  56.3 |  62M|  49 |   - |1800 |2461 |1800 |1023 | 123k|  18k|7371 | 0.000000e+00 | 4.870000e+02 |    Inf 
419.30/419.36	o 399
419.30/419.36	c * 419s| 56189 |  7089 |  3163k|  56.3 |  55M|  49 |   - |1800 |2461 |1800 |1017 | 123k|  18k|7371 | 0.000000e+00 | 3.990000e+02 |    Inf 
419.51/419.53	o 237
419.51/419.53	c * 420s| 56217 |  4354 |  3164k|  56.3 |  45M|  49 |   - |1800 |2251 |1800 |1011 | 123k|  18k|7376 | 0.000000e+00 | 2.370000e+02 |    Inf 
419.61/419.61	o 209
419.61/419.61	c * 420s| 56226 |  3049 |  3164k|  56.3 |  38M|  49 |   - |1800 |1743 |1800 |1008 | 123k|  18k|7376 | 0.000000e+00 | 2.090000e+02 |    Inf 
419.70/419.70	o 85
419.70/419.70	c * 420s| 56236 |  1440 |  3165k|  56.3 |  28M|  49 |   - |1800 |1653 |1800 |1007 | 123k|  18k|7376 | 0.000000e+00 | 8.500000e+01 |    Inf 
419.70/419.75	c 
419.70/419.75	c SCIP Status        : problem is solved [optimal solution found]
419.70/419.75	c Solving Time (sec) : 419.75
419.70/419.75	c Solving Nodes      : 56244
419.70/419.75	c Primal Bound       : +8.50000000000000e+01 (471 solutions)
419.70/419.75	c Dual Bound         : +8.50000000000000e+01
419.70/419.75	c Gap                : 0.00 %
419.70/419.75	s OPTIMUM FOUND
419.70/419.75	v x200 -x199 x198 -x197 x196 -x195 x194 -x193 -x192 x191 -x190 x189 x188 -x187 -x186 x185 -x184 x183 -x182 x181 -x180 x179 -x178 
419.70/419.75	v x177 x176 -x175 -x174 x173 -x172 x171 x170 -x169 -x168 x167 x166 -x165 -x164 x163 x162 -x161 x160 -x159 x158 -x157 x156 -x155 
419.70/419.75	v x154 -x153 -x152 x151 -x150 x149 x148 -x147 -x146 x145 x144 -x143 -x142 x141 -x140 x139 -x138 x137 x136 -x135 x134 -x133 -x132 
419.70/419.75	v x131 x130 -x129 x128 -x127 x126 -x125 x124 -x123 -x122 x121 x120 -x119 x118 -x117 -x116 x115 -x114 x113 x112 -x111 -x110 x109 
419.70/419.75	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 
419.70/419.75	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 
419.70/419.75	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 
419.70/419.75	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 
419.70/419.75	c SCIP Status        : problem is solved [optimal solution found]
419.70/419.75	c Total Time         :     419.75
419.70/419.75	c   solving          :     419.75
419.70/419.75	c   presolving       :       0.04 (included in solving)
419.70/419.75	c   reading          :       0.01 (included in solving)
419.70/419.75	c Original Problem   :
419.70/419.75	c   Problem name     : HOME/instance-3447962-1307902595.wbo
419.70/419.75	c   Variables        : 1050 (1050 binary, 0 integer, 0 implicit integer, 0 continuous)
419.70/419.75	c   Constraints      : 951 initial, 951 maximal
419.70/419.75	c Presolved Problem  :
419.70/419.75	c   Problem name     : t_HOME/instance-3447962-1307902595.wbo
419.70/419.75	c   Variables        : 1800 (950 binary, 0 integer, 850 implicit integer, 0 continuous)
419.70/419.75	c   Constraints      : 1700 initial, 3223 maximal
419.70/419.75	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
419.70/419.75	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
419.70/419.75	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
419.70/419.75	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
419.70/419.75	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
419.70/419.75	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
419.70/419.75	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
419.70/419.75	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
419.70/419.75	c   linear           :       0.02          0        100          0        850          0        101          0          0          0
419.70/419.75	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
419.70/419.75	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
419.70/419.75	c   root node        :          -       1577          -          -       1577          -          -          -          -          -
419.70/419.75	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
419.70/419.75	c   integral         :          0          0          0     167554          0       5291          0         59        326          0          0      88040
419.70/419.75	c   varbound         :          0+         7     208125     123239          0          0      22230          6    1052784     123398          0          0
419.70/419.75	c   linear           :        850          7     208291         17          0       5288     112117       4953     274604          0          0          0
419.70/419.75	c   indicator        :        850          0     203367     123239          0       5279      18574          0      25430          0          0          0
419.70/419.75	c   logicor          :          0+         0     111943          0          0          0      25681       1555      43091          0          0          0
419.70/419.75	c   countsols        :          0          0          0         20          0        453          0          0          0          0          0          0
419.70/419.75	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
419.70/419.75	c   integral         :      21.73       0.00       0.00      21.72       0.00       0.01       0.00
419.70/419.75	c   varbound         :       4.62       0.00       2.95       1.66       0.00       0.00       0.01
419.70/419.75	c   linear           :       4.21       0.00       3.81       0.00       0.00       0.33       0.07
419.70/419.75	c   indicator        :      11.86       0.00       2.92       6.35       0.00       2.58       0.01
419.70/419.75	c   logicor          :       1.17       0.00       1.15       0.00       0.00       0.00       0.02
419.70/419.75	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
419.70/419.75	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
419.70/419.75	c   vbounds          :      81729      41461         11    3201659
419.70/419.75	c   rootredcost      :         20          0          0        786
419.70/419.75	c   pseudoobj        :     212723      26499       4597    1051587
419.70/419.75	c Propagator Timings :  TotalTime  Propagate    Resprop
419.70/419.75	c   vbounds          :       8.59       8.58       0.01
419.70/419.75	c   rootredcost      :       0.05       0.05       0.00
419.70/419.75	c   pseudoobj        :       4.23       4.01       0.22
419.70/419.75	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
419.70/419.75	c   propagation      :       0.45      11122      10793      24832       19.5        383        7.7          -
419.70/419.75	c   infeasible LP    :       0.00         10         10         44       28.4          0        0.0          0
419.70/419.75	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
419.70/419.75	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
419.70/419.75	c   pseudo solution  :       0.00          1          1          1        2.0          1       11.0          -
419.70/419.75	c   applied globally :          -          -          -      18450       17.2          -          -          -
419.70/419.75	c   applied locally  :          -          -          -          0        0.0          -          -          -
419.70/419.75	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
419.70/419.75	c   cut pool         :       0.00          6          -          -          0          -    (maximal pool size: 1721)
419.70/419.75	c   redcost          :       7.03     117510          0    3196981          0          0
419.70/419.75	c   impliedbounds    :       0.00          7          0          0          0          0
419.70/419.75	c   intobj           :       0.00          0          0          0          0          0
419.70/419.75	c   gomory           :       0.26          7          0          0       2176          0
419.70/419.75	c   cgmip            :       0.00          0          0          0          0          0
419.70/419.75	c   closecuts        :       0.00          0          0          0          0          0
419.70/419.75	c   strongcg         :       0.23          7          0          0       3366          0
419.70/419.75	c   cmir             :       0.05          7          0          0          0          0
419.70/419.75	c   flowcover        :       0.04          7          0          0          0          0
419.70/419.75	c   clique           :       0.00          1          0          0          0          0
419.70/419.75	c   zerohalf         :       0.00          0          0          0          0          0
419.70/419.75	c   mcf              :       0.00          1          0          0          0          0
419.70/419.75	c   oddcycle         :       0.00          0          0          0          0          0
419.70/419.75	c   rapidlearning    :       0.06          1          0          0          0          0
419.70/419.75	c Pricers            :       Time      Calls       Vars
419.70/419.75	c   problem variables:       0.00          0          0
419.70/419.75	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
419.70/419.75	c   relpscost        :      21.66      44315         59        326          0          0      88040
419.70/419.75	c   pscost           :       0.00          0          0          0          0          0          0
419.70/419.75	c   inference        :       0.00          0          0          0          0          0          0
419.70/419.75	c   mostinf          :       0.00          0          0          0          0          0          0
419.70/419.75	c   leastinf         :       0.00          0          0          0          0          0          0
419.70/419.75	c   fullstrong       :       0.00          0          0          0          0          0          0
419.70/419.75	c   allfullstrong    :       0.00          0          0          0          0          0          0
419.70/419.75	c   random           :       0.00          0          0          0          0          0          0
419.70/419.75	c Primal Heuristics  :       Time      Calls      Found
419.70/419.75	c   LP solutions     :       0.05          -         20
419.70/419.75	c   pseudo solutions :       0.00          -          0
419.70/419.75	c   feaspump         :       0.00          0          0
419.70/419.75	c   oneopt           :       0.14         19          0
419.70/419.75	c   objpscostdiving  :       2.78         84          0
419.70/419.75	c   rootsoldiving    :       2.72        211          0
419.70/419.75	c   fracdiving       :       3.24        601          0
419.70/419.75	c   coefdiving       :       3.42        602          0
419.70/419.75	c   pscostdiving     :       3.21        602          0
419.70/419.75	c   linesearchdiving :       3.72        602          0
419.70/419.75	c   guideddiving     :       3.30        602          0
419.70/419.75	c   veclendiving     :       3.16        602          0
419.70/419.75	c   trivial          :       0.00          2          1
419.70/419.75	c   shiftandpropagate:       0.00          0          0
419.70/419.75	c   simplerounding   :       0.12      53887          0
419.70/419.75	c   zirounding       :       0.06       1000          0
419.70/419.75	c   rounding         :       0.23       3245          0
419.70/419.75	c   shifting         :       0.72       1005          0
419.70/419.75	c   intshifting      :       0.00          0          0
419.70/419.75	c   twoopt           :       0.00          0          0
419.70/419.75	c   fixandinfer      :       0.00          0          0
419.70/419.75	c   clique           :       0.00          0          0
419.70/419.75	c   intdiving        :       0.00          0          0
419.70/419.75	c   actconsdiving    :       0.00          0          0
419.70/419.75	c   octane           :       0.00          0          0
419.70/419.75	c   rens             :       0.03          1          0
419.70/419.75	c   rins             :       0.00          0          0
419.70/419.75	c   localbranching   :       0.00          0          0
419.70/419.75	c   mutation         :       0.00          0          0
419.70/419.75	c   crossover        :       0.84         35          0
419.70/419.75	c   dins             :       0.00          0          0
419.70/419.75	c   vbounds          :       0.00          0          0
419.70/419.75	c   undercover       :       0.00          0          0
419.70/419.75	c   subnlp           :       0.01          0          0
419.70/419.75	c   trysol           :       0.34       4819        450
419.70/419.75	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
419.70/419.75	c   primal LP        :       0.77          0          0       0.00       0.00
419.70/419.75	c   dual LP          :     280.01     186549    2982432      15.99   10651.33
419.70/419.75	c   lex dual LP      :       0.00          0          0       0.00          -
419.70/419.75	c   barrier LP       :       0.00          0          0       0.00          -
419.70/419.75	c   diving/probing LP:      18.49      13948     183029      13.12    9897.78
419.70/419.75	c   strong branching :      21.03       7376     224707      30.46   10685.89
419.70/419.75	c     (at root node) :          -         33       8000     242.42          -
419.70/419.75	c   conflict analysis:       0.00          0          0       0.00          -
419.70/419.75	c B&B Tree           :
419.70/419.75	c   number of runs   :          1
419.70/419.75	c   nodes            :      56244
419.70/419.75	c   nodes (total)    :      56244
419.70/419.75	c   nodes left       :          0
419.70/419.75	c   max depth        :         49
419.70/419.75	c   max depth (total):         49
419.70/419.75	c   backtracks       :      11774 (20.9%)
419.70/419.75	c   delayed cutoffs  :       8844
419.70/419.75	c   repropagations   :      26128 (373680 domain reductions, 986 cutoffs)
419.70/419.75	c   avg switch length:       7.31
419.70/419.75	c   switching time   :       9.54
419.70/419.75	c Solution           :
419.70/419.75	c   Solutions found  :        471 (21 improvements)
419.70/419.75	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.06 seconds, depth 0, found by <trivial>)
419.70/419.75	c   Primal Bound     : +8.50000000000000e+01   (in run 1, after 56236 nodes, 419.69 seconds, depth 13, found by <relaxation>)
419.70/419.75	c   Dual Bound       : +8.50000000000000e+01
419.70/419.75	c   Gap              :       0.00 %
419.70/419.75	c   Root Dual Bound  : +0.00000000000000e+00
419.70/419.75	c   Root Iterations  :       1838
419.70/419.77	c Time complete: 419.78.

Verifier Data

OK	85

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3447962-1307902595/watcher-3447962-1307902595 -o /tmp/evaluation-result-3447962-1307902595/solver-3447962-1307902595 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447962-1307902595.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 2/177 6512
/proc/meminfo: memFree=32431112/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=10124 CPUtime=0 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 1541 0 0 0 0 0 0 0 25 0 1 0 901861874 10366976 1494 33554432000 4194304 9128323 140735684885024 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/6512/statm: 2531 1494 399 1205 0 1322 0

[startup+0.04671 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 6512
/proc/meminfo: memFree=32431112/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=23300 CPUtime=0.03 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 4871 0 0 0 3 0 0 0 25 0 1 0 901861874 23859200 4566 33554432000 4194304 9128323 140735684885024 18446744073709551615 5234211 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 5825 4566 535 1205 0 4616 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23300

[startup+0.100699 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 6512
/proc/meminfo: memFree=32431112/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=27412 CPUtime=0.09 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 6112 0 0 0 8 1 0 0 25 0 1 0 901861874 28069888 5767 33554432000 4194304 9128323 140735684885024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 6853 5767 655 1205 0 5644 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27412

[startup+0.300673 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 6512
/proc/meminfo: memFree=32431112/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=45252 CPUtime=0.29 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 11577 0 0 0 28 1 0 0 25 0 1 0 901861874 46338048 10241 33554432000 4194304 9128323 140735684885024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 11313 10241 714 1205 0 10104 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45252

[startup+0.700584 s]
/proc/loadavg: 2.00 2.00 1.96 2/177 6512
/proc/meminfo: memFree=32431112/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=46036 CPUtime=0.69 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 11779 0 0 0 67 2 0 0 25 0 1 0 901861874 47140864 10441 33554432000 4194304 9128323 140735684885024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 11509 10441 712 1205 0 10300 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46036

[startup+1.50043 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6513
/proc/meminfo: memFree=32383672/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=48680 CPUtime=1.49 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 15881 0 0 0 144 5 0 0 25 0 1 0 901861874 49848320 11113 33554432000 4194304 9128323 140735684885024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 12170 11113 728 1205 0 10961 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48680

[startup+3.10013 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6513
/proc/meminfo: memFree=32383300/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=49232 CPUtime=3.09 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 16041 0 0 0 299 10 0 0 25 0 1 0 901861874 50413568 11262 33554432000 4194304 9128323 140735684885024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 12308 11262 728 1205 0 11099 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49232

[startup+6.30052 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6513
/proc/meminfo: memFree=32382304/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=49232 CPUtime=6.29 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 16041 0 0 0 607 22 0 0 25 0 1 0 901861874 50413568 11262 33554432000 4194304 9128323 140735684885024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 12308 11262 728 1205 0 11099 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49232

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6513
/proc/meminfo: memFree=32375808/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=52644 CPUtime=12.69 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 23547 0 0 0 1225 44 0 0 25 0 1 0 901861874 53907456 12086 33554432000 4194304 9128323 140735684885024 18446744073709551615 6712802 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 13161 12086 729 1205 0 11952 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52644

[startup+25.5009 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6513
/proc/meminfo: memFree=32368768/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=54480 CPUtime=25.5 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 30928 0 0 0 2463 87 0 0 25 0 1 0 901861874 55787520 12514 33554432000 4194304 9128323 140735684885024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 13620 12514 735 1205 0 12411 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 54480

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 6514
/proc/meminfo: memFree=32360268/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=59688 CPUtime=51.09 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 46181 0 0 0 4939 170 0 0 25 0 1 0 901861874 61120512 13846 33554432000 4194304 9128323 140735684885024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 14922 13846 735 1205 0 13713 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 59688

[startup+102.306 s]
/proc/loadavg: 2.07 2.02 1.96 3/178 6515
/proc/meminfo: memFree=32343680/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=68224 CPUtime=102.3 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 58842 0 0 0 9890 340 0 0 25 0 1 0 901861874 69861376 16014 33554432000 4194304 9128323 140735684885024 18446744073709551615 7192205 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 17056 16014 735 1205 0 15847 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 68224

[startup+162.301 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 6517
/proc/meminfo: memFree=32312264/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=79188 CPUtime=162.3 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 69875 0 0 0 15700 530 0 0 25 0 1 0 901861874 81088512 18779 33554432000 4194304 9128323 140735684885024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 19797 18779 735 1205 0 18588 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 79188

[startup+222.301 s]
/proc/loadavg: 2.01 2.00 1.96 3/178 6519
/proc/meminfo: memFree=32291000/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=103600 CPUtime=222.3 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 92986 0 0 0 21507 723 0 0 25 0 1 0 901861874 106086400 24585 33554432000 4194304 9128323 140735684885024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 25900 24585 735 1205 0 24691 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 103600

[startup+282.3 s]
/proc/loadavg: 2.04 2.02 1.97 3/178 6520
/proc/meminfo: memFree=32282028/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=102556 CPUtime=282.31 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 97553 0 0 0 27324 907 0 0 25 0 1 0 901861874 105017344 24701 33554432000 4194304 9128323 140735684885024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 25639 24701 735 1205 0 24430 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 102556

[startup+342.301 s]
/proc/loadavg: 2.01 2.01 1.97 3/178 6522
/proc/meminfo: memFree=32258284/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=115500 CPUtime=342.31 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 113277 0 0 0 33134 1097 0 0 25 0 1 0 901861874 118272000 27884 33554432000 4194304 9128323 140735684885024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 28875 27884 735 1205 0 27666 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 115500

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 6523
/proc/meminfo: memFree=32225376/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=135884 CPUtime=402.31 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 134528 0 0 0 38962 1269 0 0 25 0 1 0 901861874 139145216 32931 33554432000 4194304 9128323 140735684885024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 33971 32931 737 1205 0 32762 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 135884

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

[startup+409.5 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 6524
/proc/meminfo: memFree=32219044/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=139628 CPUtime=409.5 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 136671 0 0 0 39663 1287 0 0 25 0 1 0 901861874 142979072 33866 33554432000 4194304 9128323 140735684885024 18446744073709551615 4794279 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 34907 33866 736 1205 0 33698 0
Current children cumulated CPU time (s) 409.5
Current children cumulated vsize (KiB) 139628

[startup+415.901 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 6524
/proc/meminfo: memFree=32214328/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=142276 CPUtime=415.91 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 143879 0 0 0 40286 1305 0 0 25 0 1 0 901861874 145690624 34565 33554432000 4194304 9128323 140735684885024 18446744073709551615 7192370 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 35569 34565 748 1205 0 34360 0
Current children cumulated CPU time (s) 415.91
Current children cumulated vsize (KiB) 142276

[startup+417.501 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 6524
/proc/meminfo: memFree=32212580/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=143120 CPUtime=417.5 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 145059 0 0 0 40442 1308 0 0 25 0 1 0 901861874 146554880 34790 33554432000 4194304 9128323 140735684885024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 35780 34790 748 1205 0 34571 0
Current children cumulated CPU time (s) 417.5
Current children cumulated vsize (KiB) 143120

[startup+419.106 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 6524
/proc/meminfo: memFree=32211464/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=143120 CPUtime=419.12 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 145059 0 0 0 40599 1313 0 0 25 0 1 0 901861874 146554880 34790 33554432000 4194304 9128323 140735684885024 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 35780 34790 748 1205 0 34571 0
Current children cumulated CPU time (s) 419.12
Current children cumulated vsize (KiB) 143120

[startup+419.5 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 6524
/proc/meminfo: memFree=32211464/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=143120 CPUtime=419.51 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 145059 0 0 0 40637 1314 0 0 25 0 1 0 901861874 146554880 34790 33554432000 4194304 9128323 140735684885024 18446744073709551615 7205179 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 35780 34790 748 1205 0 34571 0
Current children cumulated CPU time (s) 419.51
Current children cumulated vsize (KiB) 143120

[startup+419.7 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 6524
/proc/meminfo: memFree=32211464/32951124 swapFree=67050540/67111528
[pid=6512] ppid=6510 vsize=143592 CPUtime=419.7 cores=1,3,5,7
/proc/6512/stat : 6512 (scip-2.0.1.4.li) R 6510 6512 5088 0 -1 4202496 145111 0 0 0 40656 1314 0 0 25 0 1 0 901861874 147038208 34842 33554432000 4194304 9128323 140735684885024 18446744073709551615 6890107 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/6512/statm: 35898 34842 748 1205 0 34689 0
Current children cumulated CPU time (s) 419.7
Current children cumulated vsize (KiB) 143592

Child status: 0
Real time (s): 419.777
CPU time (s): 419.79
CPU user time (s): 406.635
CPU system time (s): 13.155
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 153984

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

runsolver used 0.538918 second user time and 1.38079 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-12 20:16:35
IDJOB=3447962
IDBENCH=79418
IDSOLVER=1944
FILE ID=node102/3447962-1307902595
RUNJOBID= node102-1307897188-6082
PBS_JOBID= 13559600
Free space on /tmp= 74124 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-jnh10_wcsp.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447962-1307902595/watcher-3447962-1307902595 -o /tmp/evaluation-result-3447962-1307902595/solver-3447962-1307902595 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447962-1307902595.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 401aade47f990d36319fcf6fc2a74e2a
RANDOM SEED=1162088257

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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:     32951124 kB
MemFree:      32432416 kB
Buffers:        110580 kB
Cached:         148844 kB
SwapCached:      25148 kB
Active:         234268 kB
Inactive:        97788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32432416 kB
SwapTotal:    67111528 kB
SwapFree:     67050540 kB
Dirty:           24124 kB
Writeback:           0 kB
AnonPages:       69560 kB
Mapped:          11952 kB
Slab:           122300 kB
PageTables:       4268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   253740 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74112 MiB
End job on node102 at 2011-06-12 20:23:35