Trace number 2692352

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverOPTIMUM 382.884 382.874

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/
uclid_pb_benchmarks/normalized-blast-floppy1-3.ucl--soft-33-100-0.wbo
MD5SUMe0a386232805af8ddb0c67f40a0a75f2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.002998
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 constraints167
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 9191
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 9190
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 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2692352-1277913542.wbo>
0.00/0.00	c original problem has 608 variables (441 bin, 0 int, 0 impl, 167 cont) and 427 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 50 chg sides, 100 chg coeffs, 0 upgd conss, 287 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 167 chg bounds, 50 chg sides, 100 chg coeffs, 0 upgd conss, 287 impls, 0 clqs
0.00/0.01	c (round 3) 0 del vars, 1 del conss, 167 chg bounds, 50 chg sides, 100 chg coeffs, 93 upgd conss, 287 impls, 0 clqs
0.00/0.02	c    (0.0s) probing: 101/441 (22.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 (4 rounds):
0.00/0.02	c  0 deleted vars, 1 deleted constraints, 167 tightened bounds, 0 added holes, 50 changed sides, 100 changed coefficients
0.00/0.02	c  288 implications, 0 cliques
0.00/0.02	c presolved problem has 608 variables (441 bin, 0 int, 0 impl, 167 cont) and 426 constraints
0.00/0.02	c     167 constraints of type <indicator>
0.00/0.02	c       1 constraints of type <varbound>
0.00/0.02	c      39 constraints of type <knapsack>
0.00/0.02	c     166 constraints of type <linear>
0.00/0.02	c      53 constraints of type <logicor>
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 1.2.1.2
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 = 3420
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 # 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   0.0s|     1 |     0 |    27 |     - |2182k|   0 |  23 | 608 | 426 | 608 |  92 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.03	c   0.0s|     1 |     0 |   143 |     - |2240k|   0 |  50 | 608 | 426 | 608 | 142 |  50 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.03	o 9099
0.01/0.03	c y 0.0s|     1 |     0 |   143 |     - |2260k|   0 |  50 | 608 | 426 | 608 | 142 |  50 |   0 |   0 | 0.000000e+00 | 9.099000e+03 |    Inf 
0.01/0.04	c   0.0s|     1 |     0 |   205 |     - |2328k|   0 |  90 | 608 | 426 | 608 | 185 |  93 |   0 |   0 | 0.000000e+00 | 9.099000e+03 |    Inf 
0.01/0.05	c   0.0s|     1 |     0 |   334 |     - |2419k|   0 | 114 | 608 | 426 | 608 | 226 | 134 |   0 |   0 | 0.000000e+00 | 9.099000e+03 |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |   423 |     - |2510k|   0 | 116 | 608 | 426 | 608 | 269 | 177 |   0 |   0 | 0.000000e+00 | 9.099000e+03 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   532 |     - |2599k|   0 | 127 | 608 | 426 | 608 | 319 | 227 |   0 |   0 | 0.000000e+00 | 9.099000e+03 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   639 |     - |2657k|   0 | 138 | 608 | 426 | 608 | 363 | 271 |   0 |   0 | 0.000000e+00 | 9.099000e+03 |    Inf 
0.19/0.26	c   0.2s|     1 |     2 |   639 |     - |2671k|   0 | 138 | 608 | 426 | 608 | 363 | 271 |   0 |  20 | 0.000000e+00 | 9.099000e+03 |    Inf 
6.09/6.18	c   5.9s| 10000 |  9987 | 15816 |   1.5 |  10M| 179 |  13 | 608 | 438 | 608 | 258 | 381 |  12 |1651 | 0.000000e+00 | 9.099000e+03 |    Inf 
9.59/9.61	c   9.2s| 20000 | 19977 | 24824 |   1.2 |  16M| 179 |   3 | 608 | 443 | 608 | 259 | 400 |  17 |1659 | 0.000000e+00 | 9.099000e+03 |    Inf 
12.99/13.08	c  12.5s| 30000 | 29965 | 35089 |   1.1 |  23M| 179 |   0 | 608 | 447 | 608 | 258 | 441 |  23 |1671 | 0.000000e+00 | 9.099000e+03 |    Inf 
16.50/16.56	c  15.9s| 40000 | 39963 | 46213 |   1.1 |  29M| 179 |   0 | 608 | 443 | 608 | 258 | 523 |  24 |1683 | 0.000000e+00 | 9.099000e+03 |    Inf 
19.99/20.09	c  19.2s| 50000 | 49951 | 59406 |   1.2 |  36M| 179 |   1 | 608 | 447 | 608 | 258 | 591 |  31 |1688 | 0.000000e+00 | 9.099000e+03 |    Inf 
23.59/23.69	c  22.7s| 60000 | 59943 | 75108 |   1.2 |  42M| 179 |  16 | 608 | 449 | 608 | 258 | 635 |  35 |1694 | 0.000000e+00 | 9.099000e+03 |    Inf 
27.29/27.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.29/27.38	c  26.1s| 70000 | 69941 | 94329 |   1.3 |  49M| 179 |  47 | 608 | 441 | 608 | 258 | 702 |  36 |1702 | 0.000000e+00 | 9.099000e+03 |    Inf 
31.19/31.23	c  29.9s| 80000 | 79933 |118907 |   1.5 |  55M| 179 |   0 | 608 | 445 | 608 | 258 | 762 |  40 |1711 | 0.000000e+00 | 9.099000e+03 |    Inf 
35.29/35.33	c  33.8s| 90000 | 89925 |150276 |   1.7 |  61M| 179 |   0 | 608 | 448 | 608 | 258 | 825 |  44 |1735 | 0.000000e+00 | 9.099000e+03 |    Inf 
39.39/39.42	c  37.7s|100000 | 99919 |180006 |   1.8 |  68M| 179 |   0 | 608 | 448 | 608 | 259 | 886 |  47 |1849 | 0.000000e+00 | 9.099000e+03 |    Inf 
42.90/42.91	c  41.0s|110000 |109917 |189758 |   1.7 |  74M| 179 |  10 | 608 | 449 | 608 | 258 | 921 |  48 |1904 | 0.000000e+00 | 9.099000e+03 |    Inf 
46.19/46.28	c  44.2s|120000 |119915 |196327 |   1.6 |  81M| 179 |   0 | 608 | 451 | 608 | 259 | 987 |  50 |1906 | 0.000000e+00 | 9.099000e+03 |    Inf 
49.69/49.75	c  47.5s|130000 |129915 |203656 |   1.6 |  88M| 179 |   3 | 608 | 451 | 608 | 259 |1100 |  50 |1958 | 0.000000e+00 | 9.099000e+03 |    Inf 
53.09/53.14	c  50.7s|140000 |139915 |210976 |   1.5 |  94M| 179 |   2 | 608 | 450 | 608 | 259 |1193 |  50 |1961 | 0.000000e+00 | 9.099000e+03 |    Inf 
56.49/56.56	c  54.0s|150000 |149915 |217340 |   1.4 | 101M| 195 |   1 | 608 | 448 | 608 | 259 |1265 |  50 |2013 | 0.000000e+00 | 9.099000e+03 |    Inf 
59.89/59.91	c  57.1s|160000 |159913 |222765 |   1.4 | 107M| 197 |   0 | 608 | 450 | 608 | 259 |1360 |  52 |2014 | 0.000000e+00 | 9.099000e+03 |    Inf 
63.29/63.37	c  60.5s|170000 |169911 |232247 |   1.4 | 114M| 197 |  32 | 608 | 448 | 608 | 258 |1440 |  53 |2076 | 0.000000e+00 | 9.099000e+03 |    Inf 
66.79/66.84	c  63.8s|180000 |179907 |241467 |   1.3 | 120M| 203 |  22 | 608 | 450 | 608 | 258 |1556 |  56 |2174 | 0.000000e+00 | 9.099000e+03 |    Inf 
70.19/70.20	c  67.0s|190000 |189903 |246797 |   1.3 | 127M| 205 |   0 | 608 | 452 | 608 | 259 |1660 |  58 |2238 | 0.000000e+00 | 9.099000e+03 |    Inf 
73.39/73.49	c  70.1s|200000 |199903 |249913 |   1.2 | 134M| 211 |   1 | 608 | 452 | 608 | 259 |1782 |  58 |2241 | 0.000000e+00 | 9.099000e+03 |    Inf 
76.79/76.82	c  73.3s|210000 |209903 |253652 |   1.2 | 140M| 211 |   0 | 608 | 452 | 608 | 260 |1903 |  58 |2255 | 0.000000e+00 | 9.099000e+03 |    Inf 
80.09/80.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.09/80.13	c  76.4s|220000 |219903 |257628 |   1.2 | 147M| 211 |   0 | 608 | 452 | 608 | 259 |2005 |  58 |2285 | 0.000000e+00 | 9.099000e+03 |    Inf 
83.40/83.44	c  79.6s|230000 |229903 |262320 |   1.1 | 153M| 211 |   0 | 608 | 451 | 608 | 260 |2106 |  58 |2308 | 0.000000e+00 | 9.099000e+03 |    Inf 
86.69/86.74	c  82.7s|240000 |239903 |267292 |   1.1 | 160M| 211 |   0 | 608 | 451 | 608 | 258 |2204 |  58 |2309 | 0.000000e+00 | 9.099000e+03 |    Inf 
89.99/90.02	c  85.9s|250000 |249903 |270700 |   1.1 | 166M| 211 |   0 | 608 | 451 | 608 | 258 |2303 |  58 |2322 | 0.000000e+00 | 9.099000e+03 |    Inf 
93.30/93.36	c  89.1s|260000 |259903 |276093 |   1.1 | 173M| 211 |   0 | 608 | 451 | 608 | 259 |2395 |  58 |2354 | 0.000000e+00 | 9.099000e+03 |    Inf 
96.59/96.67	c  92.3s|270000 |269903 |280963 |   1.0 | 180M| 211 |   0 | 608 | 451 | 608 | 259 |2483 |  58 |2355 | 0.000000e+00 | 9.099000e+03 |    Inf 
100.00/100.00	c  95.4s|280000 |279903 |285429 |   1.0 | 186M| 211 |   0 | 608 | 451 | 608 | 259 |2587 |  58 |2385 | 0.000000e+00 | 9.099000e+03 |    Inf 
103.19/103.29	c  98.6s|290000 |289903 |288439 |   1.0 | 193M| 211 |   0 | 608 | 451 | 608 | 259 |2684 |  58 |2385 | 0.000000e+00 | 9.099000e+03 |    Inf 
106.60/106.60	c   102s|300000 |299903 |292881 |   1.0 | 200M| 213 |   0 | 608 | 451 | 608 | 259 |2797 |  58 |2394 | 0.000000e+00 | 9.099000e+03 |    Inf 
109.80/109.87	c   105s|310000 |309903 |295777 |   1.0 | 206M| 215 |   0 | 608 | 451 | 608 | 259 |2911 |  58 |2395 | 0.000000e+00 | 9.099000e+03 |    Inf 
113.09/113.17	c   108s|320000 |319903 |299255 |   0.9 | 213M| 215 |   0 | 608 | 451 | 608 | 259 |3029 |  58 |2432 | 0.000000e+00 | 9.099000e+03 |    Inf 
116.40/116.45	c   111s|330000 |329903 |302844 |   0.9 | 219M| 215 |   0 | 608 | 451 | 608 | 260 |3147 |  58 |2433 | 0.000000e+00 | 9.099000e+03 |    Inf 
119.69/119.72	c   114s|340000 |339901 |306389 |   0.9 | 226M| 215 |   0 | 608 | 452 | 608 | 260 |3234 |  59 |2435 | 0.000000e+00 | 9.099000e+03 |    Inf 
123.00/123.01	c   117s|350000 |349901 |309928 |   0.9 | 233M| 215 |   0 | 608 | 451 | 608 | 259 |3361 |  59 |2462 | 0.000000e+00 | 9.099000e+03 |    Inf 
126.29/126.30	c   120s|360000 |359899 |312989 |   0.9 | 239M| 215 |   0 | 608 | 452 | 608 | 260 |3478 |  60 |2478 | 0.000000e+00 | 9.099000e+03 |    Inf 
129.49/129.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
129.49/129.57	c   124s|370000 |369899 |316002 |   0.9 | 246M| 215 |   0 | 608 | 452 | 608 | 259 |3588 |  60 |2479 | 0.000000e+00 | 9.099000e+03 |    Inf 
132.80/132.85	c   127s|380000 |379897 |319131 |   0.8 | 252M| 215 |   0 | 608 | 453 | 608 | 260 |3696 |  61 |2479 | 0.000000e+00 | 9.099000e+03 |    Inf 
136.09/136.13	c   130s|390000 |389897 |323238 |   0.8 | 259M| 215 |   0 | 608 | 453 | 608 | 260 |3794 |  61 |2507 | 0.000000e+00 | 9.099000e+03 |    Inf 
139.30/139.39	c   133s|400000 |399897 |326737 |   0.8 | 266M| 215 |   0 | 608 | 453 | 608 | 259 |3898 |  61 |2508 | 0.000000e+00 | 9.099000e+03 |    Inf 
142.59/142.66	c   136s|410000 |409897 |330292 |   0.8 | 272M| 215 |   1 | 608 | 453 | 608 | 258 |4011 |  61 |2508 | 0.000000e+00 | 9.099000e+03 |    Inf 
145.89/145.97	c   139s|420000 |419897 |334040 |   0.8 | 279M| 215 |   0 | 608 | 453 | 608 | 259 |4115 |  61 |2538 | 0.000000e+00 | 9.099000e+03 |    Inf 
149.19/149.24	c   142s|430000 |429897 |337059 |   0.8 | 285M| 215 |   0 | 608 | 452 | 608 | 260 |4247 |  61 |2545 | 0.000000e+00 | 9.099000e+03 |    Inf 
152.49/152.50	c   146s|440000 |439897 |340140 |   0.8 | 292M| 215 |   0 | 608 | 452 | 608 | 260 |4387 |  61 |2549 | 0.000000e+00 | 9.099000e+03 |    Inf 
155.69/155.76	c   149s|450000 |449897 |343409 |   0.8 | 299M| 215 |   0 | 608 | 452 | 608 | 260 |4501 |  61 |2549 | 0.000000e+00 | 9.099000e+03 |    Inf 
159.00/159.06	c   152s|460000 |459895 |347106 |   0.8 | 305M| 215 |   0 | 608 | 453 | 608 | 260 |4624 |  62 |2591 | 0.000000e+00 | 9.099000e+03 |    Inf 
162.29/162.32	c   155s|470000 |469895 |350019 |   0.7 | 312M| 215 |   0 | 608 | 453 | 608 | 260 |4745 |  62 |2591 | 0.000000e+00 | 9.099000e+03 |    Inf 
165.49/165.59	c   158s|480000 |479895 |352801 |   0.7 | 318M| 215 |   0 | 608 | 453 | 608 | 261 |4868 |  62 |2601 | 0.000000e+00 | 9.099000e+03 |    Inf 
168.80/168.89	c   161s|490000 |489895 |356691 |   0.7 | 325M| 215 |   7 | 608 | 453 | 608 | 259 |5041 |  62 |2638 | 0.000000e+00 | 9.099000e+03 |    Inf 
172.10/172.16	c   164s|500000 |499895 |359506 |   0.7 | 332M| 215 |   0 | 608 | 453 | 608 | 259 |5193 |  62 |2638 | 0.000000e+00 | 9.099000e+03 |    Inf 
175.40/175.43	c   167s|510000 |509895 |362386 |   0.7 | 338M| 215 |   0 | 608 | 453 | 608 | 261 |5381 |  62 |2638 | 0.000000e+00 | 9.099000e+03 |    Inf 
178.70/178.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
178.70/178.75	c   171s|520000 |519895 |367042 |   0.7 | 345M| 215 |   0 | 608 | 453 | 608 | 262 |5568 |  62 |2671 | 0.000000e+00 | 9.099000e+03 |    Inf 
182.00/182.02	c   174s|530000 |529895 |369930 |   0.7 | 352M| 215 |   0 | 608 | 453 | 608 | 259 |5745 |  62 |2672 | 0.000000e+00 | 9.099000e+03 |    Inf 
185.19/185.28	c   177s|540000 |539895 |372831 |   0.7 | 358M| 217 |   0 | 608 | 453 | 608 | 260 |5872 |  62 |2672 | 0.000000e+00 | 9.099000e+03 |    Inf 
188.49/188.53	c   180s|550000 |549895 |375705 |   0.7 | 365M| 217 |   0 | 608 | 453 | 608 | 259 |6009 |  62 |2672 | 0.000000e+00 | 9.099000e+03 |    Inf 
191.70/191.78	c   183s|560000 |559895 |378744 |   0.7 | 371M| 217 |   1 | 608 | 453 | 608 | 259 |6138 |  62 |2672 | 0.000000e+00 | 9.099000e+03 |    Inf 
194.99/195.04	c   186s|570000 |569895 |382123 |   0.7 | 378M| 217 |   0 | 608 | 453 | 608 | 260 |6274 |  62 |2681 | 0.000000e+00 | 9.099000e+03 |    Inf 
198.29/198.30	c   189s|580000 |579895 |385319 |   0.7 | 385M| 217 |   0 | 608 | 453 | 608 | 260 |6417 |  62 |2681 | 0.000000e+00 | 9.099000e+03 |    Inf 
201.49/201.58	c   192s|590000 |589895 |388840 |   0.7 | 391M| 217 |   0 | 608 | 453 | 608 | 259 |6565 |  62 |2681 | 0.000000e+00 | 9.099000e+03 |    Inf 
204.79/204.84	c   195s|600000 |599895 |392165 |   0.7 | 398M| 217 |   0 | 608 | 453 | 608 | 259 |6649 |  62 |2690 | 0.000000e+00 | 9.099000e+03 |    Inf 
207.99/208.08	c   199s|610000 |609895 |395384 |   0.6 | 405M| 217 |   0 | 608 | 453 | 608 | 259 |6750 |  62 |2690 | 0.000000e+00 | 9.099000e+03 |    Inf 
211.30/211.35	c   202s|620000 |619895 |399001 |   0.6 | 411M| 217 |   0 | 608 | 453 | 608 | 260 |6862 |  62 |2690 | 0.000000e+00 | 9.099000e+03 |    Inf 
214.60/214.66	c   205s|630000 |629895 |402843 |   0.6 | 418M| 217 |   0 | 608 | 453 | 608 | 259 |6948 |  62 |2766 | 0.000000e+00 | 9.099000e+03 |    Inf 
217.90/217.92	c   208s|640000 |639895 |406051 |   0.6 | 424M| 217 |   0 | 608 | 453 | 608 | 259 |7076 |  62 |2766 | 0.000000e+00 | 9.099000e+03 |    Inf 
221.10/221.19	c   211s|650000 |649895 |409462 |   0.6 | 431M| 217 |   0 | 608 | 453 | 608 | 259 |7199 |  62 |2787 | 0.000000e+00 | 9.099000e+03 |    Inf 
224.40/224.45	c   214s|660000 |659895 |412696 |   0.6 | 438M| 217 |   0 | 608 | 453 | 608 | 259 |7309 |  62 |2787 | 0.000000e+00 | 9.099000e+03 |    Inf 
227.70/227.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
227.70/227.72	c   217s|670000 |669895 |416291 |   0.6 | 444M| 217 |   0 | 608 | 453 | 608 | 259 |7426 |  62 |2805 | 0.000000e+00 | 9.099000e+03 |    Inf 
230.90/230.99	c   220s|680000 |679895 |420068 |   0.6 | 451M| 217 |   0 | 608 | 453 | 608 | 259 |7549 |  62 |2809 | 0.000000e+00 | 9.099000e+03 |    Inf 
234.21/234.27	c   223s|690000 |689895 |424048 |   0.6 | 458M| 217 |   0 | 608 | 453 | 608 | 259 |7734 |  62 |2824 | 0.000000e+00 | 9.099000e+03 |    Inf 
237.51/237.54	c   227s|700000 |699895 |427429 |   0.6 | 464M| 217 |   0 | 608 | 453 | 608 | 259 |7883 |  62 |2824 | 0.000000e+00 | 9.099000e+03 |    Inf 
240.80/240.80	c   230s|710000 |709895 |431068 |   0.6 | 471M| 217 |   0 | 608 | 453 | 608 | 261 |8005 |  62 |2825 | 0.000000e+00 | 9.099000e+03 |    Inf 
244.00/244.08	c   233s|720000 |719895 |435068 |   0.6 | 477M| 217 |   0 | 608 | 453 | 608 | 260 |8148 |  62 |2825 | 0.000000e+00 | 9.099000e+03 |    Inf 
247.30/247.38	c   236s|730000 |729895 |439572 |   0.6 | 484M| 217 |   0 | 608 | 453 | 608 | 260 |8319 |  62 |2836 | 0.000000e+00 | 9.099000e+03 |    Inf 
250.59/250.67	c   239s|740000 |739895 |443786 |   0.6 | 491M| 217 |   0 | 608 | 453 | 608 | 259 |8418 |  62 |2839 | 0.000000e+00 | 9.099000e+03 |    Inf 
253.90/253.95	c   242s|750000 |749895 |448207 |   0.6 | 497M| 217 |   2 | 608 | 453 | 608 | 258 |8504 |  62 |2839 | 0.000000e+00 | 9.099000e+03 |    Inf 
257.20/257.27	c   245s|760000 |759895 |452669 |   0.6 | 504M| 217 |   0 | 608 | 453 | 608 | 259 |8593 |  62 |2916 | 0.000000e+00 | 9.099000e+03 |    Inf 
260.49/260.54	c   248s|770000 |769895 |456617 |   0.6 | 510M| 217 |   0 | 608 | 453 | 608 | 260 |8695 |  62 |2919 | 0.000000e+00 | 9.099000e+03 |    Inf 
263.80/263.80	c   252s|780000 |779895 |460231 |   0.6 | 517M| 217 |   0 | 608 | 453 | 608 | 259 |8789 |  62 |2964 | 0.000000e+00 | 9.099000e+03 |    Inf 
267.00/267.07	c   255s|790000 |789895 |464022 |   0.6 | 524M| 217 |   0 | 608 | 453 | 608 | 260 |8909 |  62 |2966 | 0.000000e+00 | 9.099000e+03 |    Inf 
270.29/270.34	c   258s|800000 |799895 |467713 |   0.6 | 530M| 217 |   0 | 608 | 453 | 608 | 260 |9022 |  62 |2993 | 0.000000e+00 | 9.099000e+03 |    Inf 
273.70/273.72	c   261s|810000 |809895 |471917 |   0.6 | 537M| 217 |   0 | 608 | 453 | 608 | 259 |9112 |  62 |3188 | 0.000000e+00 | 9.099000e+03 |    Inf 
277.00/277.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
277.00/277.05	c   264s|820000 |819895 |476983 |   0.6 | 544M| 217 |   0 | 608 | 453 | 608 | 259 |9185 |  62 |3231 | 0.000000e+00 | 9.099000e+03 |    Inf 
280.30/280.32	c   267s|830000 |829895 |481169 |   0.6 | 550M| 217 |   0 | 608 | 453 | 608 | 259 |9273 |  62 |3232 | 0.000000e+00 | 9.099000e+03 |    Inf 
283.60/283.63	c   271s|840000 |839893 |485478 |   0.6 | 557M| 217 |   0 | 608 | 454 | 608 | 259 |9350 |  63 |3297 | 0.000000e+00 | 9.099000e+03 |    Inf 
287.01/287.02	c   274s|850000 |849891 |491183 |   0.6 | 563M| 217 |   0 | 608 | 454 | 608 | 258 |9457 |  64 |3468 | 0.000000e+00 | 9.099000e+03 |    Inf 
290.30/290.32	c   277s|860000 |859891 |495966 |   0.6 | 570M| 217 |   0 | 608 | 454 | 608 | 259 |9559 |  64 |3479 | 0.000000e+00 | 9.099000e+03 |    Inf 
293.60/293.62	c   280s|870000 |869891 |500695 |   0.6 | 577M| 217 |  37 | 608 | 454 | 608 | 258 |9613 |  64 |3514 | 0.000000e+00 | 9.099000e+03 |    Inf 
296.90/296.96	c   283s|880000 |879891 |505879 |   0.6 | 583M| 217 |   0 | 608 | 453 | 608 | 259 |9698 |  64 |3579 | 0.000000e+00 | 9.099000e+03 |    Inf 
300.21/300.23	c   286s|890000 |889891 |510067 |   0.6 | 590M| 217 |   0 | 608 | 452 | 608 | 259 |9776 |  64 |3580 | 0.000000e+00 | 9.099000e+03 |    Inf 
303.51/303.53	c   290s|900000 |899891 |514813 |   0.6 | 596M| 217 |   0 | 608 | 452 | 608 | 259 |9841 |  64 |3604 | 0.000000e+00 | 9.099000e+03 |    Inf 
306.81/306.82	c   293s|910000 |909891 |518379 |   0.6 | 603M| 217 |   0 | 608 | 452 | 608 | 259 |9944 |  64 |3646 | 0.000000e+00 | 9.099000e+03 |    Inf 
310.00/310.09	c   296s|920000 |919891 |522255 |   0.6 | 610M| 219 |   0 | 608 | 452 | 608 | 259 |  10k|  64 |3653 | 0.000000e+00 | 9.099000e+03 |    Inf 
313.30/313.35	c   299s|930000 |929891 |526117 |   0.6 | 616M| 219 |   0 | 608 | 452 | 608 | 258 |  10k|  64 |3659 | 0.000000e+00 | 9.099000e+03 |    Inf 
316.60/316.63	c   302s|940000 |939891 |529962 |   0.6 | 623M| 219 |   0 | 608 | 452 | 608 | 259 |  10k|  64 |3673 | 0.000000e+00 | 9.099000e+03 |    Inf 
319.80/319.89	c   305s|950000 |949891 |533656 |   0.6 | 630M| 219 |   0 | 608 | 452 | 608 | 259 |  10k|  64 |3689 | 0.000000e+00 | 9.099000e+03 |    Inf 
323.09/323.14	c   308s|960000 |959891 |536991 |   0.6 | 636M| 219 |   0 | 608 | 452 | 608 | 260 |  10k|  64 |3690 | 0.000000e+00 | 9.099000e+03 |    Inf 
326.40/326.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
326.40/326.43	c   311s|970000 |969891 |540911 |   0.6 | 643M| 219 |   0 | 608 | 452 | 608 | 259 |  10k|  64 |3738 | 0.000000e+00 | 9.099000e+03 |    Inf 
329.60/329.69	c   314s|980000 |979889 |544551 |   0.6 | 649M| 219 |   0 | 608 | 453 | 608 | 259 |  10k|  65 |3738 | 0.000000e+00 | 9.099000e+03 |    Inf 
332.89/332.95	c   318s|990000 |989889 |548244 |   0.6 | 656M| 219 |   0 | 608 | 453 | 608 | 259 |  10k|  65 |3738 | 0.000000e+00 | 9.099000e+03 |    Inf 
336.20/336.21	c   321s|  1000k|999889 |551922 |   0.6 | 663M| 219 |   0 | 608 | 453 | 608 | 259 |  10k|  65 |3751 | 0.000000e+00 | 9.099000e+03 |    Inf 
339.40/339.46	c   324s|  1010k|  1009k|555371 |   0.5 | 669M| 219 |   0 | 608 | 453 | 608 | 259 |  10k|  65 |3752 | 0.000000e+00 | 9.099000e+03 |    Inf 
342.70/342.73	c   327s|  1020k|  1019k|559090 |   0.5 | 676M| 219 |   0 | 608 | 453 | 608 | 260 |  10k|  65 |3775 | 0.000000e+00 | 9.099000e+03 |    Inf 
346.00/346.04	c   330s|  1030k|  1029k|563151 |   0.5 | 683M| 219 |   0 | 608 | 453 | 608 | 259 |  11k|  65 |3839 | 0.000000e+00 | 9.099000e+03 |    Inf 
349.20/349.30	c   333s|  1040k|  1039k|566616 |   0.5 | 689M| 219 |   1 | 608 | 453 | 608 | 260 |  11k|  65 |3839 | 0.000000e+00 | 9.099000e+03 |    Inf 
352.60/352.62	c   336s|  1050k|  1049k|572104 |   0.5 | 696M| 219 |   0 | 608 | 453 | 608 | 259 |  11k|  65 |3867 | 0.000000e+00 | 9.099000e+03 |    Inf 
355.90/355.91	c   339s|  1060k|  1059k|576655 |   0.5 | 702M| 219 |   0 | 608 | 453 | 608 | 260 |  11k|  65 |3884 | 0.000000e+00 | 9.099000e+03 |    Inf 
359.10/359.18	c   343s|  1070k|  1069k|580251 |   0.5 | 709M| 219 |   0 | 608 | 453 | 608 | 260 |  11k|  65 |3896 | 0.000000e+00 | 9.099000e+03 |    Inf 
362.40/362.43	c   346s|  1080k|  1079k|583807 |   0.5 | 716M| 219 |   0 | 608 | 453 | 608 | 261 |  11k|  65 |3896 | 0.000000e+00 | 9.099000e+03 |    Inf 
365.60/365.69	c   349s|  1090k|  1089k|587346 |   0.5 | 722M| 219 |   0 | 608 | 453 | 608 | 260 |  11k|  65 |3896 | 0.000000e+00 | 9.099000e+03 |    Inf 
369.00/369.02	c   352s|  1100k|  1099k|592182 |   0.5 | 729M| 219 |   0 | 608 | 453 | 608 | 260 |  11k|  65 |3954 | 0.000000e+00 | 9.099000e+03 |    Inf 
372.30/372.30	c   355s|  1110k|  1109k|596535 |   0.5 | 736M| 219 |   0 | 608 | 452 | 608 | 261 |  11k|  65 |3960 | 0.000000e+00 | 9.099000e+03 |    Inf 
375.50/375.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
375.50/375.55	c   358s|  1120k|  1119k|599677 |   0.5 | 742M| 219 |   0 | 608 | 452 | 608 | 258 |  12k|  65 |3991 | 0.000000e+00 | 9.099000e+03 |    Inf 
378.71/378.78	c   361s|  1130k|  1129k|602277 |   0.5 | 749M| 227 |   0 | 608 | 452 | 608 | 260 |  12k|  65 |4021 | 0.000000e+00 | 9.099000e+03 |    Inf 
381.41/381.43	o 91
381.41/381.43	c * 364s|  1133k| 57719 |603678 |   0.5 |  42M| 235 |   - | 608 | 452 | 608 | 259 |  12k|  66 |4035 | 0.000000e+00 | 9.100000e+01 |    Inf 
381.61/381.65	o 77
381.61/381.65	c v 364s|  1134k| 26118 |605209 |   0.5 |  22M| 235 |   - | 608 | 440 | 608 | 258 |  12k|  84 |4094 | 0.000000e+00 | 7.700000e+01 |    Inf 
381.80/381.81	o 76
381.80/381.81	c v 364s|  1134k| 25567 |607164 |   0.5 |  22M| 235 |   - | 608 | 436 | 608 | 258 |  12k| 120 |4100 | 0.000000e+00 | 7.600000e+01 |    Inf 
381.80/381.84	o 70
381.80/381.84	c f 364s|  1134k| 23810 |607648 |   0.5 |  21M| 235 |   - | 608 | 437 | 608 | 258 |  12k| 124 |4100 | 0.000000e+00 | 7.000000e+01 |    Inf 
382.40/382.44	o 67
382.40/382.44	c v 365s|  1134k| 21941 |614495 |   0.5 |  21M| 235 |   - | 608 | 447 | 608 | 258 |  12k| 164 |4202 | 0.000000e+00 | 6.700000e+01 |    Inf 
382.50/382.57	o 61
382.50/382.57	c p 365s|  1135k| 21999 |616054 |   0.5 |  21M| 235 |   - | 608 | 455 | 608 | 258 |  12k| 177 |4209 | 0.000000e+00 | 6.100000e+01 |    Inf 
382.60/382.66	o 57
382.60/382.66	c c 365s|  1135k| 21822 |617211 |   0.5 |  20M| 235 |   - | 608 | 443 | 608 | 258 |  12k| 180 |4215 | 0.000000e+00 | 5.700000e+01 |    Inf 
382.71/382.71	o 45
382.71/382.71	c v 365s|  1135k| 19460 |617678 |   0.5 |  19M| 235 |   - | 608 | 437 | 608 | 258 |  12k| 180 |4217 | 0.000000e+00 | 4.500000e+01 |    Inf 
382.71/382.77	o 25
382.71/382.77	c * 365s|  1135k| 14239 |618194 |   0.5 |  15M| 235 |   - | 608 | 409 | 608 | 260 |  12k| 182 |4223 | 0.000000e+00 | 2.500000e+01 |    Inf 
382.71/382.78	o 8
382.71/382.78	c * 365s|  1135k| 12234 |618313 |   0.5 |  14M| 235 |   - | 608 | 367 | 608 | 258 |  12k| 183 |4223 | 0.000000e+00 | 8.000000e+00 |    Inf 
382.81/382.85	c 
382.81/382.85	c SCIP Status        : problem is solved [optimal solution found]
382.81/382.85	c Solving Time (sec) : 365.21
382.81/382.85	c Solving Nodes      : 1135371
382.81/382.85	c Primal Bound       : +8.00000000000000e+00 (118 solutions)
382.81/382.85	c Dual Bound         : +8.00000000000000e+00
382.81/382.85	c Gap                : 0.00 %
382.81/382.85	s OPTIMUM FOUND
382.81/382.85	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 
382.81/382.85	v -x250 -x249 -x248 -x247 x246 x245 x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 x232 x231 x230 x229 
382.81/382.85	v x228 x227 x226 x225 -x224 -x223 x222 x221 -x220 -x219 x218 -x217 -x216 x215 -x214 -x213 -x212 -x211 -x210 x209 -x208 -x207 
382.81/382.85	v -x206 -x205 x204 -x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 -x193 -x192 x191 -x190 -x189 -x188 -x187 x186 x185 
382.81/382.85	v x184 -x183 x182 -x181 x180 -x179 -x178 x177 -x176 x175 -x174 -x173 -x172 x171 x170 x169 x168 -x167 x166 x165 -x164 x163 x162 
382.81/382.85	v -x161 -x160 x159 -x158 -x157 x156 x155 x154 x153 -x152 x151 x150 x149 x148 x147 -x146 -x145 x144 x143 x142 x141 x140 x139 
382.81/382.85	v x138 x137 x136 x135 -x134 -x133 x132 x131 x130 x129 -x128 -x127 x126 x125 x124 x123 -x122 -x121 x120 x119 x118 x117 -x116 -x115 
382.81/382.85	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 
382.81/382.85	v -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 x79 -x78 -x77 x76 -x75 -x74 -x73 x72 -x71 x70 -x69 -x68 x67 -x66 -x65 
382.81/382.85	v -x64 x63 -x62 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 
382.81/382.85	v -x36 -x35 x34 -x33 -x32 -x31 x30 -x29 -x28 x27 -x26 -x25 -x24 x23 -x22 x21 -x20 -x19 -x18 x17 -x16 x15 x14 x13 x12 x11 x10 
382.81/382.85	v x9 x8 x7 x6 x5 x4 x3 x2 x1 
382.81/382.85	c SCIP Status        : problem is solved [optimal solution found]
382.81/382.85	c Solving Time       :     365.21
382.81/382.85	c Original Problem   :
382.81/382.85	c   Problem name     : HOME/instance-2692352-1277913542.wbo
382.81/382.85	c   Variables        : 608 (441 binary, 0 integer, 0 implicit integer, 167 continuous)
382.81/382.85	c   Constraints      : 427 initial, 427 maximal
382.81/382.85	c Presolved Problem  :
382.81/382.85	c   Problem name     : t_HOME/instance-2692352-1277913542.wbo
382.81/382.85	c   Variables        : 608 (441 binary, 0 integer, 0 implicit integer, 167 continuous)
382.81/382.85	c   Constraints      : 426 initial, 455 maximal
382.81/382.85	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
382.81/382.85	c   trivial          :       0.00          0          0          0          0          0          0          0          0
382.81/382.85	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
382.81/382.85	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
382.81/382.85	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
382.81/382.85	c   implics          :       0.00          0          0          0          0          0          0          0          0
382.81/382.85	c   probing          :       0.01          0          0          0          0          0          0          0          0
382.81/382.85	c   indicator        :       0.00          0          0          0          0          0          0          0          0
382.81/382.85	c   varbound         :       0.00          0          0          0          0          0          0          0          0
382.81/382.85	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
382.81/382.85	c   linear           :       0.00          0          0          0        167          0          1         50        100
382.81/382.85	c   logicor          :       0.00          0          0          0          0          0          0          0          0
382.81/382.85	c   root node        :          -        194          -          -        352          -          -          -          -
382.81/382.85	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
382.81/382.85	c   integral         :          0          0          0    1143620          0          0         12          0          0     333902
382.81/382.85	c   indicator        :        167          0    1779108     976657          0          4     882967          0          0          0
382.81/382.85	c   varbound         :          1          6     310235     117275          0          0          2          1          0          0
382.81/382.85	c   knapsack         :         39          6    1779125     976657          0         54      97630        188          0          0
382.81/382.85	c   linear           :        166          6    1779071     976657          0         38     377570      11917          0          0
382.81/382.85	c   logicor          :         53+         6     156701     968327          0         10      93161          0          0          0
382.81/382.85	c   countsols        :          0          0          0     968327          0          0          0          0          0          0
382.81/382.85	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
382.81/382.85	c   integral         :       4.84       0.00       0.00       4.84       0.00
382.81/382.85	c   indicator        :      11.36       0.06       3.96       7.34       0.00
382.81/382.85	c   varbound         :       0.16       0.00       0.09       0.07       0.00
382.81/382.85	c   knapsack         :       2.40       0.01       1.85       0.54       0.00
382.81/382.85	c   linear           :       9.12       0.00       3.13       5.99       0.00
382.81/382.85	c   logicor          :       0.85       0.00       0.36       0.49       0.00
382.81/382.85	c   countsols        :       0.20       0.00       0.00       0.20       0.00
382.81/382.85	c Propagators        :       Time      Calls    Cutoffs    DomReds
382.81/382.85	c   vbounds          :       0.30      21073          0      10518
382.81/382.85	c   rootredcost      :       0.36         11          0        158
382.81/382.85	c   pseudoobj        :       8.92    1778937          8       5762
382.81/382.85	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
382.81/382.85	c   propagation      :       0.00        110        109        251       10.5         14        4.4          -
382.81/382.85	c   infeasible LP    :       0.00         18         18         18        2.8          0        0.0          0
382.81/382.85	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
382.81/382.85	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
382.81/382.85	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
382.81/382.85	c   applied globally :          -          -          -        184        8.4          -          -          -
382.81/382.85	c   applied locally  :          -          -          -          0        0.0          -          -          -
382.81/382.85	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
382.81/382.85	c   cut pool         :       0.00          5          -          -        202          -    (maximal pool size: 642)
382.81/382.85	c   redcost          :      13.35    1143708          0       1360          0          0
382.81/382.85	c   impliedbounds    :       0.00          6          0          0          0          0
382.81/382.85	c   intobj           :       0.00          0          0          0          0          0
382.81/382.85	c   cgmip            :       0.00          0          0          0          0          0
382.81/382.85	c   gomory           :       0.00          6          0          0         75          0
382.81/382.85	c   strongcg         :       0.00          6          0          0          8          0
382.81/382.85	c   cmir             :       0.03          6          0          0        258          0
382.81/382.85	c   flowcover        :       0.04          6          0          0        519          0
382.81/382.85	c   clique           :       0.00          1          0          0          0          0
382.81/382.85	c   zerohalf         :       0.00          0          0          0          0          0
382.81/382.85	c   mcf              :       0.00          1          0          0          0          0
382.81/382.85	c   rapidlearning    :       0.00          0          0          0          0          0
382.81/382.85	c Pricers            :       Time      Calls       Vars
382.81/382.85	c   problem variables:       0.00          0          0
382.81/382.85	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
382.81/382.85	c   relpscost        :       4.60     166963          0         12          0          0     333902
382.81/382.85	c   pscost           :       0.00          0          0          0          0          0          0
382.81/382.85	c   inference        :      18.52     968324          0          0          0          0    1936648
382.81/382.85	c   mostinf          :       0.00          0          0          0          0          0          0
382.81/382.85	c   leastinf         :       0.00          0          0          0          0          0          0
382.81/382.85	c   fullstrong       :       0.00          0          0          0          0          0          0
382.81/382.85	c   allfullstrong    :       0.00          0          0          0          0          0          0
382.81/382.85	c   random           :       0.00          0          0          0          0          0          0
382.81/382.85	c Primal Heuristics  :       Time      Calls      Found
382.81/382.85	c   LP solutions     :       1.39          -          3
382.81/382.85	c   pseudo solutions :       0.00          -          0
382.81/382.85	c   oneopt           :       0.71         10          0
382.81/382.85	c   feaspump         :       0.01          1          0
382.81/382.85	c   crossover        :       0.43         13          2
382.81/382.85	c   linesearchdiving :       1.76      10442          0
382.81/382.85	c   guideddiving     :       1.44      10443          0
382.81/382.85	c   coefdiving       :       1.68      10443          1
382.81/382.85	c   pscostdiving     :       1.60      10443          1
382.81/382.85	c   veclendiving     :       1.53      10443          4
382.81/382.85	c   fracdiving       :       1.76      10443          1
382.81/382.85	c   objpscostdiving  :       1.63      10415          0
382.81/382.85	c   rootsoldiving    :       1.67      10415          0
382.81/382.85	c   trivial          :       0.00          2          0
382.81/382.85	c   simplerounding   :       0.38     162128          0
382.81/382.85	c   zirounding       :       0.29       1000          0
382.81/382.85	c   rounding         :       0.26       5689          0
382.81/382.85	c   shifting         :       0.26       1829          0
382.81/382.85	c   intshifting      :       0.03         20          0
382.81/382.85	c   twoopt           :       0.00          0          0
382.81/382.85	c   fixandinfer      :       0.00          0          0
382.81/382.85	c   intdiving        :       0.00          0          0
382.81/382.85	c   actconsdiving    :       0.00          0          0
382.81/382.85	c   octane           :       0.00          0          0
382.81/382.85	c   rens             :       0.01          1          0
382.81/382.85	c   rins             :       0.00          0          0
382.81/382.85	c   localbranching   :       0.00          0          0
382.81/382.85	c   mutation         :       0.00          0          0
382.81/382.85	c   dins             :       0.00          0          0
382.81/382.85	c   undercover       :       0.00          0          0
382.81/382.85	c   nlp              :       0.28          0          0
382.81/382.85	c   trysol           :       0.65      12706        106
382.81/382.85	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
382.81/382.85	c   primal LP        :       0.00          0          0       0.00          -
382.81/382.85	c   dual LP          :     165.36     195798     614472       3.14    3715.97
382.81/382.85	c   lex dual LP      :       0.00          0          0       0.00          -
382.81/382.85	c   barrier LP       :       0.00          0          0       0.00          -
382.81/382.85	c   diving/probing LP:       0.25       1289       3841       2.98   15364.00
382.81/382.85	c   strong branching :       3.56       4223      52428      12.41   14726.97
382.81/382.85	c     (at root node) :          -         20       1636      81.80          -
382.81/382.85	c   conflict analysis:       0.00          0          0       0.00          -
382.81/382.85	c B&B Tree           :
382.81/382.85	c   number of runs   :          1
382.81/382.85	c   nodes            :    1135371
382.81/382.85	c   nodes (total)    :    1135371
382.81/382.85	c   nodes left       :          0
382.81/382.85	c   max depth        :        235
382.81/382.85	c   max depth (total):        235
382.81/382.85	c   backtracks       :      10614 (0.9%)
382.81/382.85	c   delayed cutoffs  :      18911
382.81/382.85	c   repropagations   :       3000 (5845 domain reductions, 18 cutoffs)
382.81/382.85	c   avg switch length:       2.22
382.81/382.85	c   switching time   :      19.54
382.81/382.85	c Solution           :
382.81/382.85	c   Solutions found  :        118 (11 improvements)
382.81/382.85	c   First Solution   : +9.09900000000000e+03   (in run 1, after 1 nodes, 0.02 seconds, depth 0, found by <trysol>)
382.81/382.85	c   Primal Bound     : +8.00000000000000e+00   (in run 1, after 1135371 nodes, 365.16 seconds, depth 75, found by <relaxation>)
382.81/382.85	c   Dual Bound       : +8.00000000000000e+00
382.81/382.85	c   Gap              :       0.00 %
382.81/382.85	c   Root Dual Bound  : +0.00000000000000e+00
382.81/382.85	c   Root Iterations  :        639
382.81/382.87	c Time complete: 382.87.

Verifier Data

OK	8

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692352-1277913542/watcher-2692352-1277913542 -o /tmp/evaluation-result-2692352-1277913542/solver-2692352-1277913542 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692352-1277913542.wbo -t 1800 -m 3800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.20 2.05 2.02 4/178 24729
/proc/meminfo: memFree=31249496/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=9404 CPUtime=0
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 1648 0 0 0 0 0 0 0 25 0 1 0 164945912 9629696 1568 4089446400 4194304 8223781 140733195846256 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24729/statm: 2351 1568 369 984 0 1364 0

[startup+0.0241871 s]
/proc/loadavg: 2.20 2.05 2.02 4/178 24729
/proc/meminfo: memFree=31249496/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=15340 CPUtime=0.01
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 4144 0 0 0 1 0 0 0 25 0 1 0 164945912 15708160 2928 4089446400 4194304 8223781 140733195846256 18446744073709551615 6456394 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24729/statm: 3835 2928 554 984 0 2848 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15340

[startup+0.101169 s]
/proc/loadavg: 2.20 2.05 2.02 4/178 24729
/proc/meminfo: memFree=31249496/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=16700 CPUtime=0.09
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 4539 0 0 0 8 1 0 0 25 0 1 0 164945912 17100800 3320 4089446400 4194304 8223781 140733195846256 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/24729/statm: 4175 3320 581 984 0 3188 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16700

[startup+0.301196 s]
/proc/loadavg: 2.20 2.05 2.02 4/178 24729
/proc/meminfo: memFree=31249496/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=17000 CPUtime=0.29
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 10344 0 0 0 27 2 0 0 25 0 1 0 164945912 17408000 3427 4089446400 4194304 8223781 140733195846256 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24729/statm: 4250 3427 600 984 0 3263 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17000

[startup+0.701062 s]
/proc/loadavg: 2.20 2.05 2.02 4/178 24729
/proc/meminfo: memFree=31249496/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=17000 CPUtime=0.69
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 10359 0 0 0 67 2 0 0 25 0 1 0 164945912 17408000 3427 4089446400 4194304 8223781 140733195846256 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24729/statm: 4250 3427 600 984 0 3263 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17000

[startup+1.50091 s]
/proc/loadavg: 2.20 2.05 2.02 3/179 24730
/proc/meminfo: memFree=31236964/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=17000 CPUtime=1.49
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 10387 0 0 0 145 4 0 0 25 0 1 0 164945912 17408000 3430 4089446400 4194304 8223781 140733195846256 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24729/statm: 4250 3430 603 984 0 3263 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17000

[startup+3.10062 s]
/proc/loadavg: 2.20 2.05 2.02 3/179 24730
/proc/meminfo: memFree=31236728/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=23008 CPUtime=3.09
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 23161 0 0 0 300 9 0 0 25 0 1 0 164945912 23560192 4649 4089446400 4194304 8223781 140733195846256 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24729/statm: 5752 4674 605 984 0 4765 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23008

[startup+6.30103 s]
/proc/loadavg: 2.19 2.05 2.01 3/179 24730
/proc/meminfo: memFree=31228296/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=25868 CPUtime=6.29
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 31454 0 0 0 605 24 0 0 25 0 1 0 164945912 26488832 5690 4089446400 4194304 8223781 140733195846256 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24729/statm: 6467 5690 605 984 0 5480 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25868

[startup+12.7009 s]
/proc/loadavg: 2.17 2.05 2.01 3/179 24730
/proc/meminfo: memFree=31214456/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=38936 CPUtime=12.69
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 40139 0 0 0 1217 52 0 0 25 0 1 0 164945912 39870464 9025 4089446400 4194304 8223781 140733195846256 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24729/statm: 9734 9025 606 984 0 8747 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38936

[startup+25.5005 s]
/proc/loadavg: 2.13 2.04 2.01 3/179 24730
/proc/meminfo: memFree=31188604/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=62108 CPUtime=25.49
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 48742 0 0 0 2440 109 0 0 25 0 1 0 164945912 63598592 14953 4089446400 4194304 8223781 140733195846256 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24729/statm: 15527 14953 605 984 0 14540 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62108

[startup+51.1009 s]
/proc/loadavg: 2.09 2.04 2.01 3/179 24731
/proc/meminfo: memFree=31132944/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=108340 CPUtime=51.09
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 62681 0 0 0 4879 230 0 0 25 0 1 0 164945912 110940160 26257 4089446400 4194304 8223781 140733195846256 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24729/statm: 27085 26257 605 984 0 26098 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 108340

[startup+102.307 s]
/proc/loadavg: 2.04 2.03 2.01 3/179 24732
/proc/meminfo: memFree=31004064/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=212564 CPUtime=102.3
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 96855 0 0 0 9765 465 0 0 25 0 1 0 164945912 217665536 51865 4089446400 4194304 8223781 140733195846256 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24729/statm: 53141 51865 605 984 0 52154 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 212564

[startup+162.301 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 24743
/proc/meminfo: memFree=30853112/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=339844 CPUtime=162.29
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 133062 0 0 0 15494 735 0 0 25 0 1 0 164945912 348000256 82323 4089446400 4194304 8223781 140733195846256 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24729/statm: 84961 82323 605 984 0 83974 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 339844

[startup+222.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 24745
/proc/meminfo: memFree=30697312/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=461328 CPUtime=222.29
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 164115 0 0 0 21208 1021 0 0 25 0 1 0 164945912 472399872 113374 4089446400 4194304 8223781 140733195846256 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24729/statm: 115332 113374 605 984 0 114345 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 461328

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 24747
/proc/meminfo: memFree=30551412/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=579452 CPUtime=282.3
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 201860 0 0 0 26926 1304 0 0 25 0 1 0 164945912 593358848 143572 4089446400 4194304 8223781 140733195846256 18446744073709551615 6482584 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24729/statm: 144863 143572 605 984 0 143876 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 579452

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 24748
/proc/meminfo: memFree=30398584/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=713724 CPUtime=342.3
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 232052 0 0 0 32651 1579 0 0 25 0 1 0 164945912 730853376 173744 4089446400 4194304 8223781 140733195846256 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24729/statm: 178431 173744 605 984 0 177444 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 713724

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

[startup+358.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 24749
/proc/meminfo: memFree=30359884/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=746064 CPUtime=358.3
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 240319 0 0 0 34178 1652 0 0 25 0 1 0 164945912 763969536 182006 4089446400 4194304 8223781 140733195846256 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24729/statm: 186516 182006 605 984 0 185529 0
Current children cumulated CPU time (s) 358.3
Current children cumulated vsize (KiB) 746064

[startup+371.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 24749
/proc/meminfo: memFree=30327256/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=771724 CPUtime=371.1
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 246875 0 0 0 35398 1712 0 0 25 0 1 0 164945912 790245376 188562 4089446400 4194304 8223781 140733195846256 18446744073709551615 4436363 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24729/statm: 192931 188562 605 984 0 191944 0
Current children cumulated CPU time (s) 371.1
Current children cumulated vsize (KiB) 771724

[startup+377.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 24749
/proc/meminfo: memFree=30310260/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=784940 CPUtime=377.5
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 250273 0 0 0 36006 1744 0 0 25 0 1 0 164945912 803778560 191955 4089446400 4194304 8223781 140733195846256 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24729/statm: 196235 191955 605 984 0 195248 0
Current children cumulated CPU time (s) 377.5
Current children cumulated vsize (KiB) 784940

[startup+380.701 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 24749
/proc/meminfo: memFree=30304920/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=789004 CPUtime=380.71
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 251314 0 0 0 36313 1758 0 0 25 0 1 0 164945912 807940096 192996 4089446400 4194304 8223781 140733195846256 18446744073709551615 6206655 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24729/statm: 197251 192996 605 984 0 196264 0
Current children cumulated CPU time (s) 380.71
Current children cumulated vsize (KiB) 789004

[startup+381.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 24749
/proc/meminfo: memFree=30304920/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=789176 CPUtime=381.51
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 251367 0 0 0 36392 1759 0 0 25 0 1 0 164945912 808116224 193049 4089446400 4194304 8223781 140733195846256 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24729/statm: 197294 193049 606 984 0 196307 0
Current children cumulated CPU time (s) 381.51
Current children cumulated vsize (KiB) 789176

[startup+382.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 24749
/proc/meminfo: memFree=30303308/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=789768 CPUtime=382.3
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 252278 0 0 0 36469 1761 0 0 25 0 1 0 164945912 808722432 193197 4089446400 4194304 8223781 140733195846256 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24729/statm: 197442 193197 605 984 0 196455 0
Current children cumulated CPU time (s) 382.3
Current children cumulated vsize (KiB) 789768

[startup+382.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 24749
/proc/meminfo: memFree=30302316/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=790020 CPUtime=382.71
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 254490 0 0 0 36508 1763 0 0 25 0 1 0 164945912 808980480 193251 4089446400 4194304 8223781 140733195846256 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24729/statm: 197505 193251 605 984 0 196518 0
Current children cumulated CPU time (s) 382.71
Current children cumulated vsize (KiB) 790020

[startup+382.806 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 24749
/proc/meminfo: memFree=30302316/32950928 swapFree=67111528/67111528
[pid=24729] ppid=24727 vsize=782932 CPUtime=382.81
/proc/24729/stat : 24729 (pbscip.linux.x8) R 24727 24729 24522 0 -1 4202496 254490 0 0 0 36518 1763 0 0 25 0 1 0 164945912 801722368 191483 4089446400 4194304 8223781 140733195846256 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/24729/statm: 195733 191483 605 984 0 194746 0
Current children cumulated CPU time (s) 382.81
Current children cumulated vsize (KiB) 782932

Child status: 0
Real time (s): 382.874
CPU time (s): 382.884
CPU user time (s): 365.219
CPU system time (s): 17.6643
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 790020

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

runsolver used 0.582911 second user time and 1.18482 second system time

The end

Launcher Data

Begin job on node116 at 2010-06-30 17:59:02
IDJOB=2692352
IDBENCH=79018
IDSOLVER=1204
FILE ID=node116/2692352-1277913542
PBS_JOBID= 11197318
Free space on /tmp= 74204 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-blast-floppy1-3.ucl--soft-33-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692352-1277913542/watcher-2692352-1277913542 -o /tmp/evaluation-result-2692352-1277913542/solver-2692352-1277913542 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692352-1277913542.wbo -t 1800 -m 3800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e0a386232805af8ddb0c67f40a0a75f2
RANDOM SEED=886324672

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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:      31249776 kB
Buffers:        196520 kB
Cached:        1011064 kB
SwapCached:          0 kB
Active:         838892 kB
Inactive:       716300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31249776 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5076 kB
Writeback:           0 kB
AnonPages:      347608 kB
Mapped:          17600 kB
Slab:            79368 kB
PageTables:       5140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   503364 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= 74200 MiB
End job on node116 at 2010-06-30 18:05:25