Trace number 3447474

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 18.5082 18.5087

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-blast-floppy1-3.ucl--soft-0-100-0.wbo
MD5SUMd36b5cd023115813d6df483e2bae50a2
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.001998
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables274
Total number of constraints259
Number of soft constraints259
Number of constraints which are clauses159
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 12525
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 12524
Biggest number in a constraint 68
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 257
Number of bits of the biggest sum of numbers9
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-3447474-1307901773.wbo>
0.00/0.00	c original problem has 533 variables (533 bin, 0 int, 0 impl, 0 cont) and 260 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.01	o 12524
0.00/0.01	c feasible solution found by trivial heuristic, objective value  1.252400e+04
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 50 chg sides, 100 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 0 add conss, 259 chg bounds, 50 chg sides, 100 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c    (0.0s) probing: 101/533 (18.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 259 tightened bounds, 0 added holes, 50 changed sides, 100 changed coefficients
0.00/0.02	c  259 implications, 0 cliques
0.00/0.02	c presolved problem has 792 variables (533 bin, 0 int, 259 impl, 0 cont) and 518 constraints
0.00/0.02	c     259 constraints of type <linear>
0.00/0.02	c     259 constraints of type <indicator>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 2.0.1.4
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 13950
0.00/0.02	c 
0.00/0.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02	c # [type: int, range: [1,2], default: 1]
0.00/0.02	c timing/clocktype = 2
0.00/0.02	c 
0.00/0.02	c # belongs reading time to solving time?
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c timing/reading = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/indicator/addCouplingCons = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	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.02	c t 0.0s|     1 |     0 |   136 |     - |2360k|   0 |  40 | 792 | 777 | 792 | 259 |   0 |   0 |   0 | 0.000000e+00 | 1.252400e+04 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |   184 |     - |2568k|   0 |  42 | 792 | 777 | 792 | 295 |  36 |   0 |   0 | 0.000000e+00 | 1.252400e+04 |    Inf 
0.06/0.07	c   0.1s|     1 |     0 |   284 |     - |2664k|   0 | 110 | 792 | 777 | 792 | 339 |  80 |   0 |   0 | 0.000000e+00 | 1.252400e+04 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   468 |     - |2818k|   0 |  93 | 792 | 777 | 792 | 421 | 162 |   0 |   0 | 0.000000e+00 | 1.252400e+04 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   569 |     - |2926k|   0 | 111 | 792 | 777 | 792 | 471 | 212 |   0 |   0 | 0.000000e+00 | 1.252400e+04 |    Inf 
0.09/0.19	c   0.2s|     1 |     0 |   992 |     - |3086k|   0 |  90 | 792 | 777 | 792 | 529 | 270 |   0 |   0 | 0.000000e+00 | 1.252400e+04 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |  1282 |     - |3362k|   0 | 134 | 792 | 777 | 792 | 602 | 343 |   0 |   0 | 0.000000e+00 | 1.252400e+04 |    Inf 
0.29/0.33	c   0.3s|     1 |     2 |  1282 |     - |3390k|   0 | 134 | 792 | 777 | 792 | 602 | 343 |   0 |  33 | 0.000000e+00 | 1.252400e+04 |    Inf 
2.20/2.29	o 701
2.20/2.29	c c 2.3s|   557 |   554 |  5414 |   7.4 |5065k| 137 |   - | 792 | 779 | 792 | 418 | 371 |   2 |1417 | 0.000000e+00 | 7.010000e+02 |    Inf 
9.39/9.45	o 698
9.39/9.45	c c 9.5s|  8683 |  8678 | 66564 |   7.5 |  10M| 137 |   - | 792 | 825 | 792 | 411 | 494 |  48 |2029 | 0.000000e+00 | 6.980000e+02 |    Inf 
10.59/10.60	c  10.6s| 10000 |  9995 | 78031 |   7.7 |  11M| 137 |  56 | 792 | 831 | 792 | 411 | 496 |  54 |2054 | 0.000000e+00 | 6.980000e+02 |    Inf 
13.79/13.87	o 521
13.79/13.87	c c13.9s| 13847 | 13822 |110178 |   7.9 |  14M| 137 |   - | 792 | 843 | 792 | 415 | 508 |  68 |2098 | 0.000000e+00 | 5.210000e+02 |    Inf 
14.89/14.96	o 518
14.89/14.96	c l15.0s| 14973 | 14947 |120272 |   7.9 |  15M| 137 |   - | 792 | 855 | 792 | 411 | 516 |  80 |2108 | 0.000000e+00 | 5.180000e+02 |    Inf 
15.30/15.31	o 509
15.30/15.31	c v15.3s| 15127 | 15097 |123247 |   8.1 |  15M| 137 |   - | 792 | 869 | 792 | 411 | 516 |  95 |2108 | 0.000000e+00 | 5.090000e+02 |    Inf 
15.39/15.49	o 508
15.39/15.49	c p15.5s| 15298 | 15268 |125063 |   8.1 |  15M| 137 |   - | 792 | 878 | 792 | 411 | 516 | 104 |2108 | 0.000000e+00 | 5.080000e+02 |    Inf 
16.59/16.63	o 500
16.59/16.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.59/16.63	c p16.6s| 16522 | 16472 |135038 |   8.1 |  16M| 137 |   - | 792 | 904 | 792 | 411 | 516 | 132 |2149 | 0.000000e+00 | 5.000000e+02 |    Inf 
17.29/17.39	o 464
17.29/17.39	c f17.4s| 17153 | 17022 |141693 |   8.2 |  16M| 137 |   - | 792 | 939 | 792 | 414 | 542 | 172 |2158 | 0.000000e+00 | 4.640000e+02 |    Inf 
17.39/17.41	o 459
17.39/17.41	c v17.4s| 17182 | 17047 |141902 |   8.2 |  16M| 137 |   - | 792 | 953 | 792 | 415 | 550 | 186 |2163 | 0.000000e+00 | 4.590000e+02 |    Inf 
17.39/17.43	o 430
17.39/17.43	c l17.4s| 17196 | 17003 |142093 |   8.2 |  16M| 137 |   - | 792 | 953 | 792 | 414 | 553 | 186 |2164 | 0.000000e+00 | 4.300000e+02 |    Inf 
17.39/17.45	o 424
17.39/17.45	c *17.4s| 17208 | 16927 |142246 |   8.2 |  16M| 137 |   - | 792 | 953 | 792 | 414 | 556 | 186 |2166 | 0.000000e+00 | 4.240000e+02 |    Inf 
17.39/17.46	o 415
17.39/17.46	c c17.5s| 17222 | 16920 |142398 |   8.2 |  16M| 137 |   - | 792 | 953 | 792 | 414 | 559 | 186 |2167 | 0.000000e+00 | 4.150000e+02 |    Inf 
17.39/17.47	o 375
17.39/17.47	c *17.5s| 17235 | 16658 |142544 |   8.2 |  16M| 137 |   - | 792 | 953 | 792 | 414 | 562 | 186 |2168 | 0.000000e+00 | 3.750000e+02 |    Inf 
17.39/17.50	o 372
17.39/17.50	c *17.5s| 17255 | 16615 |142758 |   8.2 |  16M| 137 |   - | 792 | 957 | 792 | 414 | 569 | 190 |2173 | 0.000000e+00 | 3.720000e+02 |    Inf 
17.50/17.51	o 370
17.50/17.51	c *17.5s| 17267 | 16588 |142911 |   8.2 |  16M| 137 |   - | 792 | 957 | 792 | 414 | 572 | 190 |2174 | 0.000000e+00 | 3.700000e+02 |    Inf 
17.50/17.54	o 368
17.50/17.54	c p17.5s| 17297 | 16600 |143132 |   8.2 |  16M| 137 |   - | 792 | 959 | 792 | 416 | 580 | 192 |2178 | 0.000000e+00 | 3.680000e+02 |    Inf 
17.50/17.56	o 332
17.50/17.56	c *17.6s| 17319 | 16143 |143362 |   8.2 |  15M| 137 |   - | 792 | 963 | 792 | 413 | 584 | 196 |2180 | 0.000000e+00 | 3.320000e+02 |    Inf 
17.50/17.58	o 278
17.50/17.58	c *17.6s| 17341 | 15411 |143516 |   8.2 |  15M| 137 |   - | 792 | 967 | 792 | 417 | 592 | 200 |2181 | 0.000000e+00 | 2.780000e+02 |    Inf 
17.50/17.58	o 276
17.50/17.58	c *17.6s| 17342 | 15370 |143518 |   8.2 |  15M| 137 |   - | 792 | 967 | 792 | 416 | 592 | 200 |2181 | 0.000000e+00 | 2.760000e+02 |    Inf 
17.50/17.59	o 269
17.50/17.59	c *17.6s| 17358 | 15197 |143620 |   8.2 |  15M| 137 |   - | 792 | 969 | 792 | 415 | 596 | 202 |2183 | 0.000000e+00 | 2.690000e+02 |    Inf 
17.59/17.61	o 242
17.59/17.61	c *17.6s| 17374 | 14662 |143727 |   8.2 |  14M| 137 |   - | 792 | 969 | 792 | 414 | 599 | 202 |2185 | 0.000000e+00 | 2.420000e+02 |    Inf 
17.59/17.62	o 221
17.59/17.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.59/17.62	c *17.6s| 17383 | 14037 |143867 |   8.2 |  14M| 137 |   - | 792 | 970 | 792 | 418 | 606 | 203 |2185 | 0.000000e+00 | 2.210000e+02 |    Inf 
17.59/17.63	o 138
17.59/17.63	c *17.6s| 17384 |  8182 |143871 |   8.2 |  10M| 137 |   - | 792 | 970 | 792 | 418 | 606 | 203 |2185 | 0.000000e+00 | 1.380000e+02 |    Inf 
17.59/17.64	o 95
17.59/17.64	c *17.6s| 17397 |  5749 |143974 |   8.2 |9126k| 137 |   - | 792 | 971 | 792 | 417 | 612 | 205 |2186 | 0.000000e+00 | 9.500000e+01 |    Inf 
17.59/17.66	o 90
17.59/17.66	c *17.7s| 17426 |  4742 |144143 |   8.2 |8432k| 137 |   - | 792 | 923 | 792 | 411 | 612 | 207 |2186 | 0.000000e+00 | 9.000000e+01 |    Inf 
17.59/17.68	o 89
17.59/17.68	c g17.7s| 17440 |  4737 |144389 |   8.2 |8474k| 137 |   - | 792 | 861 | 792 | 411 | 612 | 208 |2186 | 0.000000e+00 | 8.900000e+01 |    Inf 
17.69/17.78	o 82
17.69/17.78	c g17.8s| 17484 |  4321 |145267 |   8.2 |8263k| 137 |   - | 792 | 839 | 792 | 411 | 612 | 212 |2186 | 0.000000e+00 | 8.200000e+01 |    Inf 
17.79/17.81	o 73
17.79/17.81	c l17.8s| 17498 |  4255 |145588 |   8.2 |8187k| 137 |   - | 792 | 802 | 792 | 411 | 612 | 212 |2186 | 0.000000e+00 | 7.300000e+01 |    Inf 
17.89/17.96	o 64
17.89/17.96	c f18.0s| 17628 |  3877 |147302 |   8.3 |8014k| 137 |   - | 792 | 778 | 792 | 411 | 612 | 232 |2186 | 0.000000e+00 | 6.400000e+01 |    Inf 
17.99/18.06	o 56
17.99/18.06	c c18.1s| 17684 |  3707 |148461 |   8.3 |7939k| 137 |   - | 792 | 717 | 792 | 411 | 612 | 233 |2186 | 0.000000e+00 | 5.600000e+01 |    Inf 
17.99/18.07	o 49
17.99/18.07	c p18.1s| 17698 |  3461 |148675 |   8.3 |7642k| 137 |   - | 792 | 662 | 792 | 411 | 612 | 233 |2186 | 0.000000e+00 | 4.900000e+01 |    Inf 
18.09/18.12	o 45
18.09/18.12	c f18.1s| 17713 |  2884 |149250 |   8.4 |7265k| 137 |   - | 792 | 621 | 792 | 411 | 612 | 237 |2186 | 0.000000e+00 | 4.500000e+01 |    Inf 
18.09/18.18	o 37
18.09/18.18	c l18.2s| 17741 |  2902 |149932 |   8.4 |7248k| 137 |   - | 792 | 596 | 792 | 411 | 612 | 239 |2186 | 0.000000e+00 | 3.700000e+01 |    Inf 
18.20/18.25	o 35
18.20/18.25	c c18.2s| 17769 |  2914 |150776 |   8.4 |7271k| 137 |   - | 792 | 551 | 792 | 411 | 612 | 242 |2186 | 0.000000e+00 | 3.500000e+01 |    Inf 
18.20/18.27	o 30
18.20/18.27	c p18.3s| 17783 |  2925 |151054 |   8.4 |7264k| 137 |   - | 792 | 533 | 792 | 411 | 612 | 242 |2186 | 0.000000e+00 | 3.000000e+01 |    Inf 
18.29/18.35	o 21
18.29/18.35	c v18.3s| 17811 |  2674 |152051 |   8.5 |7103k| 137 |   - | 792 | 516 | 792 | 411 | 612 | 243 |2186 | 0.000000e+00 | 2.100000e+01 |    Inf 
18.29/18.38	o 19
18.29/18.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.29/18.38	c l18.4s| 17825 |  2610 |152484 |   8.5 |7052k| 137 |   - | 792 | 474 | 792 | 411 | 612 | 243 |2186 | 0.000000e+00 | 1.900000e+01 |    Inf 
18.39/18.40	o 14
18.39/18.40	c g18.4s| 17839 |  2587 |152728 |   8.5 |7033k| 137 |   - | 792 | 452 | 792 | 411 | 612 | 243 |2186 | 0.000000e+00 | 1.400000e+01 |    Inf 
18.39/18.42	o 11
18.39/18.42	c c18.4s| 17853 |  2587 |152951 |   8.5 |7003k| 137 |   - | 792 | 420 | 792 | 411 | 612 | 243 |2186 | 0.000000e+00 | 1.100000e+01 |    Inf 
18.39/18.45	o 7
18.39/18.45	c p18.5s| 17867 |  2438 |153462 |   8.5 |6892k| 137 |   - | 792 | 407 | 792 | 411 | 612 | 243 |2186 | 0.000000e+00 | 7.000000e+00 |    Inf 
18.39/18.47	o 6
18.39/18.47	c f18.5s| 17881 |  2344 |153618 |   8.5 |6831k| 137 |   - | 792 | 268 | 792 | 482 | 612 | 243 |2186 | 0.000000e+00 | 6.000000e+00 |    Inf 
18.39/18.49	o 4
18.39/18.49	c v18.5s| 17895 |  2242 |153802 |   8.5 |6745k| 137 |   - | 792 | 262 | 792 | 482 | 612 | 243 |2186 | 0.000000e+00 | 4.000000e+00 |    Inf 
18.39/18.50	c 
18.39/18.50	c SCIP Status        : problem is solved [optimal solution found]
18.39/18.50	c Solving Time (sec) : 18.50
18.39/18.50	c Solving Nodes      : 17895
18.39/18.50	c Primal Bound       : +4.00000000000000e+00 (165 solutions)
18.39/18.50	c Dual Bound         : +4.00000000000000e+00
18.39/18.50	c Gap                : 0.00 %
18.39/18.50	s OPTIMUM FOUND
18.39/18.50	v x274 x273 x272 x271 x270 x269 x268 -x267 x266 x265 x264 x263 x262 x261 x260 x259 x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 
18.39/18.50	v x250 x249 x248 x247 x246 x245 -x244 -x243 -x242 x241 x240 x239 -x238 -x237 -x236 x235 x234 x233 -x232 -x231 -x230 -x229 -x228 
18.39/18.50	v x227 -x226 -x225 -x224 -x223 -x222 x221 x220 x219 x218 x217 -x216 x215 x214 x213 x212 x211 -x210 -x209 -x208 -x207 -x206 x205 
18.39/18.50	v -x204 -x203 -x202 -x201 -x200 x199 -x198 -x197 -x196 -x195 x194 -x193 -x192 -x191 -x190 -x189 x188 -x187 -x186 -x185 -x184 
18.39/18.50	v -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 x165 -x164 x163 
18.39/18.50	v x162 x161 x160 x159 -x158 x157 x156 x155 x154 x153 x152 -x151 x150 x149 x148 x147 x146 -x145 x144 x143 x142 x141 -x140 x139 x138 
18.39/18.50	v x137 x136 -x135 -x134 x133 x132 x131 x130 -x129 -x128 x127 x126 x125 x124 -x123 -x122 x121 x120 x119 x118 -x117 -x116 x115 
18.39/18.50	v x114 x113 x112 -x111 -x110 x109 x108 x107 x106 -x105 x104 x103 x102 x101 x100 x99 x98 x97 x96 x95 x94 x93 x92 x91 x90 -x89 
18.39/18.50	v -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 -x79 x78 -x77 -x76 x75 -x74 -x73 x72 -x71 -x70 x69 -x68 x67 x66 x65 -x64 x63 -x62 
18.39/18.50	v x61 x60 x59 x58 x57 -x56 -x55 -x54 x53 x52 x51 -x50 x49 x48 x47 x46 x45 x44 x43 x42 x41 x40 x39 x38 x37 x36 x35 x34 x33 x32 
18.39/18.50	v x31 -x30 x29 x28 -x27 x26 -x25 x24 x23 x22 x21 x20 x19 x18 x17 x16 x15 x14 x13 x12 x11 x10 x9 x8 x7 x6 x5 x4 x3 x2 x1 
18.39/18.50	c SCIP Status        : problem is solved [optimal solution found]
18.39/18.50	c Total Time         :      18.50
18.39/18.50	c   solving          :      18.50
18.39/18.50	c   presolving       :       0.01 (included in solving)
18.39/18.50	c   reading          :       0.00 (included in solving)
18.39/18.50	c Original Problem   :
18.39/18.50	c   Problem name     : HOME/instance-3447474-1307901773.wbo
18.39/18.50	c   Variables        : 533 (533 binary, 0 integer, 0 implicit integer, 0 continuous)
18.39/18.50	c   Constraints      : 260 initial, 260 maximal
18.39/18.50	c Presolved Problem  :
18.39/18.50	c   Problem name     : t_HOME/instance-3447474-1307901773.wbo
18.39/18.50	c   Variables        : 792 (533 binary, 0 integer, 259 implicit integer, 0 continuous)
18.39/18.50	c   Constraints      : 518 initial, 972 maximal
18.39/18.50	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
18.39/18.50	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
18.39/18.50	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
18.39/18.50	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
18.39/18.50	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
18.39/18.50	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
18.39/18.50	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
18.39/18.50	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
18.39/18.50	c   linear           :       0.00          0          0          0        259          0          1          0         50        100
18.39/18.50	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
18.39/18.50	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
18.39/18.50	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
18.39/18.50	c   root node        :          -        544          -          -        544          -          -          -          -          -
18.39/18.50	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
18.39/18.50	c   integral         :          0          0          0      18367          0       1645          0          0        232          0          0      35706
18.39/18.50	c   varbound         :          0+         6      42979        282          0          0        418          2       8172        357          0          0
18.39/18.50	c   linear           :        259          6      43254         13          0       1641       1460         67       7604          0          0          0
18.39/18.50	c   indicator        :        259          0      43111        282          0       1638        970          0       3429          0          0          0
18.39/18.50	c   logicor          :          0+         0       3172          0          0          0         29          5         35          0          0          0
18.39/18.50	c   bounddisjunction :          0+         0       2528          0          0          0         73         30        139          0          0          0
18.39/18.50	c   countsols        :          0          0          0         13          0        154          0          0          0          0          0          0
18.39/18.50	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
18.39/18.50	c   integral         :       2.23       0.00       0.00       2.23       0.00       0.00       0.00
18.39/18.50	c   varbound         :       0.13       0.00       0.12       0.00       0.00       0.00       0.00
18.39/18.50	c   linear           :       0.21       0.00       0.17       0.00       0.00       0.04       0.00
18.39/18.50	c   indicator        :       0.46       0.00       0.19       0.00       0.00       0.27       0.00
18.39/18.50	c   logicor          :       0.01       0.00       0.01       0.00       0.00       0.00       0.00
18.39/18.50	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
18.39/18.50	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
18.39/18.50	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
18.39/18.50	c   vbounds          :       2035         71          0       1456
18.39/18.50	c   rootredcost      :         42          0          0        250
18.39/18.50	c   pseudoobj        :      43090        352         34       7674
18.39/18.50	c Propagator Timings :  TotalTime  Propagate    Resprop
18.39/18.50	c   vbounds          :       0.06       0.06       0.00
18.39/18.50	c   rootredcost      :       0.01       0.01       0.00
18.39/18.50	c   pseudoobj        :       0.25       0.25       0.00
18.39/18.50	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
18.39/18.50	c   propagation      :       0.00        138        137        224       17.9          7       14.3          -
18.39/18.50	c   infeasible LP    :       0.00         16         16         24        6.3          3       16.0          0
18.39/18.50	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
18.39/18.50	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
18.39/18.50	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
18.39/18.50	c   applied globally :          -          -          -        243       16.7          -          -          -
18.49/18.50	c   applied locally  :          -          -          -          0        0.0          -          -          -
18.49/18.50	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
18.49/18.50	c   cut pool         :       0.00          5          -          -        212          -    (maximal pool size: 938)
18.49/18.50	c   redcost          :       0.33      18415          0       1093          0          0
18.49/18.50	c   impliedbounds    :       0.00          6          0          0          0          0
18.49/18.50	c   intobj           :       0.00          0          0          0          0          0
18.49/18.50	c   gomory           :       0.02          6          0          0        203          0
18.49/18.50	c   cgmip            :       0.00          0          0          0          0          0
18.49/18.50	c   closecuts        :       0.00          0          0          0          0          0
18.49/18.50	c   strongcg         :       0.02          6          0          0        235          0
18.49/18.50	c   cmir             :       0.04          6          0          0        305          0
18.49/18.50	c   flowcover        :       0.06          6          0          0        589          0
18.49/18.50	c   clique           :       0.00          1          0          0          0          0
18.49/18.50	c   zerohalf         :       0.00          0          0          0          0          0
18.49/18.50	c   mcf              :       0.00          1          0          0          0          0
18.49/18.50	c   oddcycle         :       0.00          0          0          0          0          0
18.49/18.50	c   rapidlearning    :       0.03          1          0          0          0          0
18.49/18.50	c Pricers            :       Time      Calls       Vars
18.49/18.50	c   problem variables:       0.00          0          0
18.49/18.50	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
18.49/18.50	c   relpscost        :       2.22      18085          0        232          0          0      35706
18.49/18.50	c   pscost           :       0.00          0          0          0          0          0          0
18.49/18.50	c   inference        :       0.00          0          0          0          0          0          0
18.49/18.50	c   mostinf          :       0.00          0          0          0          0          0          0
18.49/18.50	c   leastinf         :       0.00          0          0          0          0          0          0
18.49/18.50	c   fullstrong       :       0.00          0          0          0          0          0          0
18.49/18.50	c   allfullstrong    :       0.00          0          0          0          0          0          0
18.49/18.50	c   random           :       0.00          0          0          0          0          0          0
18.49/18.50	c Primal Heuristics  :       Time      Calls      Found
18.49/18.50	c   LP solutions     :       0.01          -         13
18.49/18.50	c   pseudo solutions :       0.00          -          0
18.49/18.50	c   oneopt           :       0.09         39          0
18.49/18.50	c   crossover        :       0.20         12          0
18.49/18.50	c   linesearchdiving :       0.95        103          5
18.49/18.50	c   guideddiving     :       0.96        103          3
18.49/18.50	c   coefdiving       :       0.99        104          7
18.49/18.50	c   pscostdiving     :       1.04        104          6
18.49/18.50	c   fracdiving       :       1.09        104          4
18.49/18.50	c   trivial          :       0.00          2          1
18.49/18.50	c   shiftandpropagate:       0.00          0          0
18.49/18.50	c   simplerounding   :       0.03      17908          0
18.49/18.50	c   zirounding       :       0.03       1000          0
18.49/18.50	c   rounding         :       0.04       1849          0
18.49/18.50	c   shifting         :       0.16        532          0
18.49/18.50	c   intshifting      :       0.00          0          0
18.49/18.50	c   twoopt           :       0.00          0          0
18.49/18.50	c   fixandinfer      :       0.00          0          0
18.49/18.50	c   feaspump         :       0.00          0          0
18.49/18.50	c   clique           :       0.00          0          0
18.49/18.50	c   veclendiving     :       0.83        104          4
18.49/18.50	c   intdiving        :       0.00          0          0
18.49/18.50	c   actconsdiving    :       0.00          0          0
18.49/18.50	c   objpscostdiving  :       0.21         30          0
18.49/18.50	c   rootsoldiving    :       0.12         37          0
18.49/18.50	c   octane           :       0.00          0          0
18.49/18.50	c   rens             :       0.02          1          0
18.49/18.50	c   rins             :       0.00          0          0
18.49/18.50	c   localbranching   :       0.00          0          0
18.49/18.50	c   mutation         :       0.00          0          0
18.49/18.50	c   dins             :       0.00          0          0
18.49/18.50	c   vbounds          :       0.00          0          0
18.49/18.50	c   undercover       :       0.00          0          0
18.49/18.50	c   subnlp           :       0.00          0          0
18.49/18.50	c   trysol           :       0.03       1287        122
18.49/18.50	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
18.49/18.50	c   primal LP        :       0.00          0          0       0.00          -
18.49/18.50	c   dual LP          :       6.01      18184     105401       5.80   17540.91
18.49/18.50	c   lex dual LP      :       0.00          0          0       0.00          -
18.49/18.50	c   barrier LP       :       0.00          0          0       0.00          -
18.49/18.50	c   diving/probing LP:       3.99      15788      48401       3.07   12118.66
18.49/18.50	c   strong branching :       2.02       2186      28677      13.12   14203.51
18.49/18.50	c     (at root node) :          -         33       1271      38.52          -
18.49/18.50	c   conflict analysis:       0.00          0          0       0.00          -
18.49/18.50	c B&B Tree           :
18.49/18.50	c   number of runs   :          1
18.49/18.50	c   nodes            :      17895
18.49/18.50	c   nodes (total)    :      17895
18.49/18.50	c   nodes left       :          0
18.49/18.50	c   max depth        :        137
18.49/18.50	c   max depth (total):        137
18.49/18.50	c   backtracks       :        715 (4.0%)
18.49/18.50	c   delayed cutoffs  :       2500
18.49/18.50	c   repropagations   :       1357 (4630 domain reductions, 6 cutoffs)
18.49/18.50	c   avg switch length:       3.06
18.49/18.50	c   switching time   :       0.43
18.49/18.50	c Solution           :
18.49/18.50	c   Solutions found  :        165 (43 improvements)
18.49/18.50	c   First Solution   : +1.25240000000000e+04   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
18.49/18.50	c   Primal Bound     : +4.00000000000000e+00   (in run 1, after 17895 nodes, 18.49 seconds, depth 37, found by <veclendiving>)
18.49/18.50	c   Dual Bound       : +4.00000000000000e+00
18.49/18.50	c   Gap              :       0.00 %
18.49/18.50	c   Root Dual Bound  : +0.00000000000000e+00
18.49/18.50	c   Root Iterations  :       1282
18.49/18.50	c Time complete: 18.49.

Verifier Data

OK	4

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-3447474-1307901773/watcher-3447474-1307901773 -o /var/tmp/evaluation-result-3447474-1307901773/solver-3447474-1307901773 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447474-1307901773.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.92 1.98 1.91 2/177 11162
/proc/meminfo: memFree=1351584/32950928 swapFree=67054844/67111528
[pid=11162] ppid=11160 vsize=10328 CPUtime=0 cores=1,3,5,7
/proc/11162/stat : 11162 (scip-2.0.1.4.li) R 11160 11162 10183 0 -1 4202496 1565 0 0 0 0 0 0 0 19 0 1 0 980408033 10575872 1519 33554432000 4194304 9128323 140735979068400 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11162/statm: 2582 1519 399 1205 0 1373 0

[startup+0.0722729 s]
/proc/loadavg: 1.92 1.98 1.91 2/177 11162
/proc/meminfo: memFree=1351584/32950928 swapFree=67054844/67111528
[pid=11162] ppid=11160 vsize=21568 CPUtime=0.06 cores=1,3,5,7
/proc/11162/stat : 11162 (scip-2.0.1.4.li) R 11160 11162 10183 0 -1 4202496 7488 0 0 0 5 1 0 0 19 0 1 0 980408033 22085632 4373 33554432000 4194304 9128323 140735979068400 18446744073709551615 6698049 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11162/statm: 5392 4373 707 1205 0 4183 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 21568

[startup+0.101252 s]
/proc/loadavg: 1.92 1.98 1.91 2/177 11162
/proc/meminfo: memFree=1351584/32950928 swapFree=67054844/67111528
[pid=11162] ppid=11160 vsize=21568 CPUtime=0.09 cores=1,3,5,7
/proc/11162/stat : 11162 (scip-2.0.1.4.li) R 11160 11162 10183 0 -1 4202496 7510 0 0 0 8 1 0 0 19 0 1 0 980408033 22085632 4395 33554432000 4194304 9128323 140735979068400 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11162/statm: 5392 4395 707 1205 0 4183 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21568

[startup+0.300224 s]
/proc/loadavg: 1.92 1.98 1.91 2/177 11162
/proc/meminfo: memFree=1351584/32950928 swapFree=67054844/67111528
[pid=11162] ppid=11160 vsize=22960 CPUtime=0.29 cores=1,3,5,7
/proc/11162/stat : 11162 (scip-2.0.1.4.li) R 11160 11162 10183 0 -1 4202496 10484 0 0 0 27 2 0 0 20 0 1 0 980408033 23511040 4742 33554432000 4194304 9128323 140735979068400 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11162/statm: 5740 4742 713 1205 0 4531 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22960

[startup+0.700143 s]
/proc/loadavg: 1.92 1.98 1.91 2/177 11162
/proc/meminfo: memFree=1351584/32950928 swapFree=67054844/67111528
[pid=11162] ppid=11160 vsize=22960 CPUtime=0.69 cores=1,3,5,7
/proc/11162/stat : 11162 (scip-2.0.1.4.li) R 11160 11162 10183 0 -1 4202496 10488 0 0 0 63 6 0 0 20 0 1 0 980408033 23511040 4746 33554432000 4194304 9128323 140735979068400 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11162/statm: 5740 4746 714 1205 0 4531 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22960

[startup+1.50099 s]
/proc/loadavg: 1.92 1.98 1.91 3/178 11163
/proc/meminfo: memFree=1335356/32950928 swapFree=67054844/67111528
[pid=11162] ppid=11160 vsize=22960 CPUtime=1.49 cores=1,3,5,7
/proc/11162/stat : 11162 (scip-2.0.1.4.li) R 11160 11162 10183 0 -1 4202496 10489 0 0 0 137 12 0 0 23 0 1 0 980408033 23511040 4747 33554432000 4194304 9128323 140735979068400 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11162/statm: 5740 4747 714 1205 0 4531 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22960

[startup+3.10069 s]
/proc/loadavg: 1.92 1.98 1.91 3/178 11163
/proc/meminfo: memFree=1333632/32950928 swapFree=67054844/67111528
[pid=11162] ppid=11160 vsize=26368 CPUtime=3.09 cores=1,3,5,7
/proc/11162/stat : 11162 (scip-2.0.1.4.li) R 11160 11162 10183 0 -1 4202496 15188 0 0 0 285 24 0 0 25 0 1 0 980408033 27000832 5615 33554432000 4194304 9128323 140735979068400 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11162/statm: 6592 5615 728 1205 0 5383 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26368

[startup+6.30111 s]
/proc/loadavg: 1.93 1.98 1.91 3/178 11163
/proc/meminfo: memFree=1327860/32950928 swapFree=67054844/67111528
[pid=11162] ppid=11160 vsize=29988 CPUtime=6.29 cores=1,3,5,7
/proc/11162/stat : 11162 (scip-2.0.1.4.li) R 11160 11162 10183 0 -1 4202496 20754 0 0 0 588 41 0 0 25 0 1 0 980408033 30707712 6538 33554432000 4194304 9128323 140735979068400 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11162/statm: 7497 6538 729 1205 0 6288 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29988

[startup+12.7009 s]
/proc/loadavg: 1.93 1.98 1.91 3/178 11163
/proc/meminfo: memFree=1324040/32950928 swapFree=67054844/67111528
[pid=11162] ppid=11160 vsize=35600 CPUtime=12.69 cores=1,3,5,7
/proc/11162/stat : 11162 (scip-2.0.1.4.li) R 11160 11162 10183 0 -1 4202496 33801 0 0 0 1189 80 0 0 25 0 1 0 980408033 36454400 7972 33554432000 4194304 9128323 140735979068400 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11162/statm: 8900 7972 729 1205 0 7691 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35600

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

[startup+15.9003 s]
/proc/loadavg: 1.94 1.98 1.91 3/178 11163
/proc/meminfo: memFree=1321196/32950928 swapFree=67054844/67111528
[pid=11162] ppid=11160 vsize=36984 CPUtime=15.89 cores=1,3,5,7
/proc/11162/stat : 11162 (scip-2.0.1.4.li) R 11160 11162 10183 0 -1 4202496 39555 0 0 0 1488 101 0 0 25 0 1 0 980408033 37871616 8329 33554432000 4194304 9128323 140735979068400 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11162/statm: 9246 8329 729 1205 0 8037 0
Current children cumulated CPU time (s) 15.89
Current children cumulated vsize (KiB) 36984

[startup+17.501 s]
/proc/loadavg: 1.94 1.98 1.91 3/178 11163
/proc/meminfo: memFree=1318472/32950928 swapFree=67054844/67111528
[pid=11162] ppid=11160 vsize=39140 CPUtime=17.5 cores=1,3,5,7
/proc/11162/stat : 11162 (scip-2.0.1.4.li) R 11160 11162 10183 0 -1 4202496 45495 0 0 0 1640 110 0 0 25 0 1 0 980408033 40079360 8875 33554432000 4194304 9128323 140735979068400 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11162/statm: 9785 8875 730 1205 0 8576 0
Current children cumulated CPU time (s) 17.5
Current children cumulated vsize (KiB) 39140

[startup+18.3008 s]
/proc/loadavg: 1.94 1.98 1.91 3/178 11163
/proc/meminfo: memFree=1318472/32950928 swapFree=67054844/67111528
[pid=11162] ppid=11160 vsize=39140 CPUtime=18.29 cores=1,3,5,7
/proc/11162/stat : 11162 (scip-2.0.1.4.li) R 11160 11162 10183 0 -1 4202496 45496 0 0 0 1714 115 0 0 25 0 1 0 980408033 40079360 8876 33554432000 4194304 9128323 140735979068400 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/11162/statm: 9785 8876 730 1205 0 8576 0
Current children cumulated CPU time (s) 18.29
Current children cumulated vsize (KiB) 39140

[startup+18.5008 s]
/proc/loadavg: 1.94 1.98 1.91 3/178 11163
/proc/meminfo: memFree=1318472/32950928 swapFree=67054844/67111528
[pid=11162] ppid=11160 vsize=39140 CPUtime=18.49 cores=1,3,5,7
/proc/11162/stat : 11162 (scip-2.0.1.4.li) R 11160 11162 10183 0 -1 4202496 45497 0 0 0 1732 117 0 0 18 0 1 0 980408033 40079360 8877 33554432000 4194304 9128323 140735979068400 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11162/statm: 9785 8878 732 1205 0 8576 0
Current children cumulated CPU time (s) 18.49
Current children cumulated vsize (KiB) 39140

Child status: 0
Real time (s): 18.5087
CPU time (s): 18.5082
CPU user time (s): 17.3294
CPU system time (s): 1.17882
CPU usage (%): 99.9974
Max. virtual memory (cumulated for all children) (KiB): 41408

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

runsolver used 0.025996 second user time and 0.076988 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-12 20:02:53
IDJOB=3447474
IDBENCH=79324
IDSOLVER=1944
FILE ID=node114/3447474-1307901773
RUNJOBID= node114-1307898653-10811
PBS_JOBID= 13559591
Free space on /var/tmp= 2872 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-blast-floppy1-3.ucl--soft-0-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447474-1307901773/watcher-3447474-1307901773 -o /var/tmp/evaluation-result-3447474-1307901773/solver-3447474-1307901773 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447474-1307901773.wbo -t 1800 -m 15500

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

MD5SUM BENCH= d36b5cd023115813d6df483e2bae50a2
RANDOM SEED=474932053

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.73
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.848
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.75
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.848
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.848
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.74
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.848
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:       1352400 kB
Buffers:         53784 kB
Cached:       30253540 kB
SwapCached:      10300 kB
Active:       15205248 kB
Inactive:     15444356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1352400 kB
SwapTotal:    67111528 kB
SwapFree:     67054844 kB
Dirty:           12116 kB
Writeback:           0 kB
AnonPages:      339584 kB
Mapped:          15816 kB
Slab:           883772 kB
PageTables:       4952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   546864 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

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