Trace number 2693837

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
SCIPnone SCIP 1.2.1.2 without any LP solverOPTIMUM 834.334 834.327

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110974180--soft-33-100-0.wbo
MD5SUMd78095cb3543dadc419b0cdccb2004b4
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.234964
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1231
Number of bits of the biggest sum of numbers11
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: NONE] [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-2693837-1277895237.wbo>
0.00/0.00	c original problem has 297 variables (233 bin, 0 int, 0 impl, 64 cont) and 166 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 66 impls, 23 clqs
0.00/0.01	c (round 2) 0 del vars, 6 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 66 impls, 23 clqs
0.00/0.01	c (round 3) 1 del vars, 7 del conss, 63 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 66 impls, 23 clqs
0.00/0.01	c (round 4) 2 del vars, 7 del conss, 63 chg bounds, 1 chg sides, 0 chg coeffs, 33 upgd conss, 66 impls, 23 clqs
0.00/0.02	c    (0.0s) probing: 101/232 (43.5%) - 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 (5 rounds):
0.00/0.02	c  2 deleted vars, 7 deleted constraints, 63 tightened bounds, 0 added holes, 1 changed sides, 0 changed coefficients
0.00/0.02	c  66 implications, 23 cliques
0.00/0.02	c presolved problem has 295 variables (232 bin, 0 int, 0 impl, 63 cont) and 159 constraints
0.00/0.02	c      63 constraints of type <indicator>
0.00/0.02	c       1 constraints of type <knapsack>
0.00/0.02	c      23 constraints of type <setppc>
0.00/0.02	c      63 constraints of type <linear>
0.00/0.02	c       9 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.02
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 # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
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 |     2 |     0 |     - |1056k|   0 |   - | 295 | 159 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.23	o 550
0.19/0.23	c * 0.2s|  2187 |  1758 |     0 |   0.0 |2163k| 183 |   - | 295 | 633 |   0 |   0 |   0 | 949 |   0 | 0.000000e+00 | 5.500000e+02 |    Inf 
1.29/1.33	c   1.1s| 10000 |  7325 |     0 |   0.0 |6775k| 183 |   - | 295 |3889 |   0 |   0 |   0 |7672 |   0 | 0.000000e+00 | 5.500000e+02 |    Inf 
2.89/2.93	o 538
2.89/2.93	c * 2.5s| 15889 |  9948 |     0 |   0.0 |  10M| 183 |   - | 295 |6476 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 5.380000e+02 |    Inf 
2.89/2.93	o 475
2.89/2.93	c * 2.5s| 15890 |  9947 |     0 |   0.0 |  10M| 183 |   - | 295 |6476 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 4.750000e+02 |    Inf 
2.89/2.96	o 342
2.89/2.96	c * 2.5s| 16257 | 10285 |     0 |   0.0 |  10M| 183 |   - | 295 |6224 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 3.420000e+02 |    Inf 
3.29/3.33	c   2.8s| 20000 | 13673 |     0 |   0.0 |  10M| 183 |   - | 295 |2581 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 | 3.420000e+02 |    Inf 
5.09/5.12	c   4.3s| 30000 | 20171 |     0 |   0.0 |  15M| 183 |   - | 295 |5336 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 | 3.420000e+02 |    Inf 
8.09/8.19	c   7.1s| 40000 | 24562 |     0 |   0.0 |  21M| 183 |   - | 295 |8966 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 | 3.420000e+02 |    Inf 
12.49/12.59	c  11.1s| 50000 | 27138 |     0 |   0.0 |  26M| 183 |   - | 295 |  13k|   0 |   0 |   0 |  55k|   0 | 0.000000e+00 | 3.420000e+02 |    Inf 
18.29/18.36	c  16.5s| 60000 | 28447 |     0 |   0.0 |  30M| 183 |   - | 295 |  15k|   0 |   0 |   0 |  73k|   0 | 0.000000e+00 | 3.420000e+02 |    Inf 
19.29/19.39	c  17.3s| 70000 | 37462 |     0 |   0.0 |  29M| 183 |   - | 295 |1750 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 | 3.420000e+02 |    Inf 
20.10/20.13	o 306
20.10/20.13	c *17.9s| 78366 | 44872 |     0 |   0.0 |  32M| 183 |   - | 295 |1849 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 3.060000e+02 |    Inf 
20.19/20.28	c  18.0s| 80000 | 46285 |     0 |   0.0 |  32M| 183 |   - | 295 |1855 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 | 3.060000e+02 |    Inf 
20.79/20.84	o 244
20.79/20.84	c *18.4s| 85327 | 50843 |     0 |   0.0 |  34M| 183 |   - | 295 |1614 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 2.440000e+02 |    Inf 
20.90/20.96	o 201
20.90/20.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.90/20.96	c *18.5s| 86392 | 51705 |     0 |   0.0 |  35M| 183 |   - | 295 |1568 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 | 2.010000e+02 |    Inf 
21.29/21.35	c  18.8s| 90000 | 54725 |     0 |   0.0 |  36M| 183 |   - | 295 |1479 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 | 2.010000e+02 |    Inf 
22.40/22.43	c  19.6s|100000 | 63077 |     0 |   0.0 |  40M| 183 |   - | 295 |1350 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 | 2.010000e+02 |    Inf 
23.49/23.57	c  20.4s|110000 | 71252 |     0 |   0.0 |  43M| 183 |   - | 295 |1570 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 | 2.010000e+02 |    Inf 
24.20/24.22	o 137
24.20/24.22	c *20.9s|115428 | 75274 |     0 |   0.0 |  45M| 183 |   - | 295 |1612 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
24.69/24.77	c  21.4s|120000 | 78933 |     0 |   0.0 |  47M| 183 |   - | 295 |1773 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
25.99/26.01	c  22.3s|130000 | 86881 |     0 |   0.0 |  51M| 183 |   - | 295 |2133 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
26.30/26.34	o 97
26.30/26.34	c *22.6s|132564 | 88295 |     0 |   0.0 |  52M| 183 |   - | 295 |2194 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
27.29/27.38	c  23.5s|140000 | 93932 |     0 |   0.0 |  55M| 183 |   - | 295 |2527 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 | 9.700000e+01 |    Inf 
27.69/27.72	o 70
27.69/27.72	c *23.8s|142246 | 92281 |     0 |   0.0 |  54M| 183 |   - | 295 |2621 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
28.99/29.08	c  24.9s|150000 | 97637 |     0 |   0.0 |  58M| 183 |   - | 295 |3277 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
31.20/31.26	c  26.7s|160000 |103691 |     0 |   0.0 |  64M| 183 |   - | 295 |4795 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
34.79/34.85	c  29.9s|170000 |107191 |     0 |   0.0 |  69M| 183 |   - | 295 |9408 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
40.39/40.45	c  35.2s|180000 |108733 |     0 |   0.0 |  73M| 183 |   - | 295 |  14k|   0 |   0 |   0 | 135k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
47.49/47.54	c  41.9s|190000 |109310 |     0 |   0.0 |  77M| 183 |   - | 295 |  20k|   0 |   0 |   0 | 154k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
57.29/57.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.29/57.34	c  51.3s|200000 |108311 |     0 |   0.0 |  81M| 183 |   - | 295 |  26k|   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
69.99/70.05	c  63.7s|210000 |106273 |     0 |   0.0 |  77M| 183 |   - | 295 |  16k|   0 |   0 |   0 | 196k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
72.09/72.10	c  65.4s|220000 |113542 |     0 |   0.0 |  78M| 183 |   - | 295 |3471 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
73.90/73.92	c  67.0s|230000 |120874 |     0 |   0.0 |  82M| 183 |   - | 295 |4490 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
75.69/75.78	c  68.5s|240000 |128217 |     0 |   0.0 |  87M| 183 |   - | 295 |5214 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
77.69/77.72	c  70.2s|250000 |135480 |     0 |   0.0 |  92M| 183 |   - | 295 |5747 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
79.69/79.73	c  71.9s|260000 |142675 |     0 |   0.0 |  96M| 183 |   - | 295 |6090 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
81.69/81.73	c  73.6s|270000 |149880 |     0 |   0.0 | 101M| 183 |   - | 295 |6386 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
83.79/83.82	c  75.4s|280000 |156938 |     0 |   0.0 | 105M| 183 |   - | 295 |6483 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
85.89/85.98	c  77.3s|290000 |163915 |     0 |   0.0 | 109M| 183 |   - | 295 |6481 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
88.00/88.08	c  79.1s|300000 |170948 |     0 |   0.0 | 114M| 183 |   - | 295 |6124 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
90.20/90.28	c  81.0s|310000 |177722 |     0 |   0.0 | 118M| 183 |   - | 295 |5868 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
92.49/92.58	c  83.0s|320000 |184184 |     0 |   0.0 | 123M| 183 |   - | 295 |5383 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 | 7.000000e+01 |    Inf 
92.59/92.63	o 59
92.59/92.63	c *83.0s|320303 |182251 |     0 |   0.0 | 121M| 183 |   - | 295 |5359 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 | 5.900000e+01 |    Inf 
94.89/94.90	c  84.9s|330000 |188304 |     0 |   0.0 | 125M| 183 |   - | 295 |4523 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 | 5.900000e+01 |    Inf 
96.99/97.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
96.99/97.06	c  86.8s|340000 |194746 |     0 |   0.0 | 130M| 183 |   - | 295 |4404 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 | 5.900000e+01 |    Inf 
99.10/99.12	c  88.5s|350000 |201046 |     0 |   0.0 | 133M| 183 |   - | 295 |1363 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 5.900000e+01 |    Inf 
99.10/99.16	o 41
99.10/99.16	c *88.5s|350102 |190911 |     0 |   0.0 | 124M| 183 |   - | 295 |1373 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 | 4.100000e+01 |    Inf 
101.50/101.51	c  90.5s|360000 |196108 |     0 |   0.0 | 130M| 183 |   - | 295 |2260 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 | 4.100000e+01 |    Inf 
101.70/101.77	o 40
101.70/101.77	c *90.8s|361182 |193130 |     0 |   0.0 | 128M| 183 |   - | 295 |2184 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 | 4.000000e+01 |    Inf 
103.89/103.95	c  92.6s|370000 |197421 |     0 |   0.0 | 131M| 183 |   - | 295 |1982 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 | 4.000000e+01 |    Inf 
106.29/106.33	c  94.7s|380000 |202531 |     0 |   0.0 | 136M| 183 |   - | 295 |1927 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 | 4.000000e+01 |    Inf 
108.80/108.84	c  96.9s|390000 |207169 |     0 |   0.0 | 140M| 183 |   - | 295 |2368 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 | 4.000000e+01 |    Inf 
111.19/111.28	c  99.0s|400000 |212144 |     0 |   0.0 | 144M| 183 |   - | 295 |2326 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 | 4.000000e+01 |    Inf 
112.70/112.79	o 33
112.70/112.79	c * 100s|406221 |213930 |     0 |   0.0 | 145M| 183 |   - | 295 |2307 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 | 3.300000e+01 |    Inf 
113.80/113.82	c   101s|410000 |215592 |     0 |   0.0 | 147M| 183 |   - | 295 |2498 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 | 3.300000e+01 |    Inf 
114.10/114.18	o 25
114.10/114.18	c * 102s|411558 |209209 |     0 |   0.0 | 143M| 183 |   - | 295 |2501 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 | 2.500000e+01 |    Inf 
116.50/116.55	c   104s|420000 |212808 |     0 |   0.0 | 147M| 183 |   - | 295 |2715 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 | 2.500000e+01 |    Inf 
119.59/119.65	c   106s|430000 |216407 |     0 |   0.0 | 151M| 183 |   - | 295 |2886 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 | 2.500000e+01 |    Inf 
121.80/121.89	o 12
121.80/121.89	c * 108s|437025 |207292 |     0 |   0.0 | 145M| 183 |   - | 295 |2456 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
122.89/122.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
122.89/122.99	c   109s|440000 |208015 |     0 |   0.0 | 147M| 183 |   - | 295 |3293 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
126.60/126.62	c   112s|450000 |210761 |     0 |   0.0 | 151M| 183 |   - | 295 |3619 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
130.40/130.44	c   116s|460000 |213108 |     0 |   0.0 | 155M| 183 |   - | 295 |3921 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
134.19/134.26	c   119s|470000 |215519 |     0 |   0.0 | 158M| 183 |   - | 295 |4177 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
138.19/138.24	c   123s|480000 |217431 |     0 |   0.0 | 162M| 183 |   - | 295 |4685 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
142.40/142.41	c   127s|490000 |219111 |     0 |   0.0 | 165M| 183 |   - | 295 |4653 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
146.50/146.56	c   130s|500000 |220826 |     0 |   0.0 | 169M| 183 |   - | 295 |4696 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
150.80/150.80	c   134s|510000 |222235 |     0 |   0.0 | 172M| 183 |   - | 295 |5443 |   0 |   0 |   0 | 426k|   0 | 0.000000e+00 | 1.200000e+01 |    Inf 
153.90/153.96	o 9
153.90/153.96	c * 137s|516918 |221446 |     0 |   0.0 | 172M| 183 |   - | 295 |5841 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
155.49/155.50	c   139s|520000 |221596 |     0 |   0.0 | 173M| 183 |   - | 295 |6066 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
161.00/161.05	c   144s|530000 |221326 |     0 |   0.0 | 175M| 183 |   - | 295 |8424 |   0 |   0 |   0 | 456k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
167.10/167.15	c   149s|540000 |220224 |     0 |   0.0 | 176M| 183 |   - | 295 |  11k|   0 |   0 |   0 | 475k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
178.79/178.88	c   161s|550000 |214920 |     0 |   0.0 | 173M| 183 |   - | 295 |  20k|   0 |   0 |   0 | 499k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
186.79/186.86	c   168s|560000 |214636 |     0 |   0.0 | 168M| 183 |   - | 295 |6211 |   0 |   0 |   0 | 515k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
191.80/191.87	c   173s|570000 |216839 |     0 |   0.0 | 172M| 183 |   - | 295 |8236 |   0 |   0 |   0 | 528k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
197.90/197.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
197.90/197.93	c   178s|580000 |217924 |     0 |   0.0 | 176M| 183 |   - | 295 |9581 |   0 |   0 |   0 | 542k|   0 | 0.000000e+00 | 9.000000e+00 |    Inf 
201.10/201.10	o 8
201.10/201.10	c * 181s|584630 |192660 |     0 |   0.0 | 161M| 183 |   - | 295 |9880 |   0 |   0 |   0 | 549k|   0 | 0.000000e+00 | 8.000000e+00 |    Inf 
205.80/205.82	c   186s|590000 |191388 |     0 |   0.0 | 163M| 183 |   - | 295 |  11k|   0 |   0 |   0 | 558k|   0 | 0.000000e+00 | 8.000000e+00 |    Inf 
215.79/215.87	c   195s|600000 |187622 |     0 |   0.0 | 165M| 183 |   - | 295 |  12k|   0 |   0 |   0 | 576k|   0 | 0.000000e+00 | 8.000000e+00 |    Inf 
226.40/226.42	c   205s|610000 |183140 |     0 |   0.0 | 166M| 183 |   - | 295 |  11k|   0 |   0 |   0 | 593k|   0 | 0.000000e+00 | 8.000000e+00 |    Inf 
236.40/236.44	c   215s|620000 |178293 |     0 |   0.0 | 167M| 183 |   - | 295 |9567 |   0 |   0 |   0 | 611k|   0 | 0.000000e+00 | 8.000000e+00 |    Inf 
245.60/245.63	c   224s|630000 |173468 |     0 |   0.0 | 167M| 183 |   - | 295 |8048 |   0 |   0 |   0 | 628k|   0 | 0.000000e+00 | 8.000000e+00 |    Inf 
246.90/246.90	o 2
246.90/246.90	c * 225s|631446 |164987 |     0 |   0.0 | 160M| 183 |   - | 295 |8356 |   0 |   0 |   0 | 631k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
254.90/254.94	c   232s|640000 |159518 |     0 |   0.0 | 161M| 183 |   - | 295 |7374 |   0 |   0 |   0 | 648k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
263.70/263.78	c   241s|650000 |153605 |     0 |   0.0 | 160M| 183 |   - | 295 |7844 |   0 |   0 |   0 | 667k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
273.10/273.15	c   250s|660000 |147992 |     0 |   0.0 | 158M| 183 |   - | 295 |9069 |   0 |   0 |   0 | 687k|   0 | 0.000000e+00 | 2.000000e+00 |    Inf 
283.30/283.33	c   259s|670000 |142087 |     0 |   0.0 | 156M| 183 |   - | 295 |9984 |   0 |   0 |   0 | 706k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
293.90/293.92	c   269s|680000 |136965 |     0 |   0.0 | 155M| 183 |   - | 295 |  11k|   0 |   0 |   0 | 725k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
304.80/304.83	c   280s|690000 |132703 |     0 |   0.0 | 155M| 183 |   - | 295 |  13k|   0 |   0 |   0 | 743k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
316.10/316.10	c   291s|700000 |129135 |     0 |   0.0 | 156M| 183 |   - | 295 |  15k|   0 |   0 |   0 | 761k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
327.81/327.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
327.81/327.81	c   302s|710000 |125742 |     0 |   0.0 | 155M| 183 |   - | 295 |  17k|   0 |   0 |   0 | 780k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
339.80/339.89	c   314s|720000 |123368 |     0 |   0.0 | 156M| 183 |   - | 295 |  19k|   0 |   0 |   0 | 798k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
352.50/352.56	c   326s|730000 |121076 |     0 |   0.0 | 157M| 183 |   - | 295 |  20k|   0 |   0 |   0 | 817k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
365.90/365.91	c   339s|740000 |118810 |     0 |   0.0 | 158M| 183 |   - | 295 |  21k|   0 |   0 |   0 | 836k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
379.10/379.14	c   351s|750000 |116847 |     0 |   0.0 | 158M| 183 |   - | 295 |  22k|   0 |   0 |   0 | 855k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
392.10/392.12	c   364s|760000 |114964 |     0 |   0.0 | 159M| 183 |   - | 295 |  23k|   0 |   0 |   0 | 873k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
405.10/405.17	c   377s|770000 |113294 |     0 |   0.0 | 159M| 183 |   - | 295 |  24k|   0 |   0 |   0 | 891k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
418.40/418.47	c   389s|780000 |111675 |     0 |   0.0 | 160M| 183 |   - | 295 |  27k|   0 |   0 |   0 | 911k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
433.40/433.49	c   404s|790000 |109195 |     0 |   0.0 | 159M| 183 |   - | 295 |  29k|   0 |   0 |   0 | 931k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
458.00/458.01	c   428s|800000 |101980 |     0 |   0.0 | 155M| 183 |   - | 295 |  24k|   0 |   0 |   0 | 958k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
489.80/489.80	c   460s|810000 | 93439 |     0 |   0.0 | 151M| 183 |   - | 295 |  31k|   0 |   0 |   0 | 985k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
527.50/527.59	c   497s|820000 | 83966 |     0 |   0.0 | 142M| 183 |   - | 295 |  30k|   0 |   0 |   0 |1013k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
559.80/559.82	c   529s|830000 | 75138 |     0 |   0.0 | 132M| 183 |   - | 295 |  26k|   0 |   0 |   0 |1041k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
587.49/587.53	c   556s|840000 | 66747 |     0 |   0.0 | 123M| 183 |   - | 295 |  28k|   0 |   0 |   0 |1067k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
615.69/615.76	c   584s|850000 | 58452 |     0 |   0.0 | 116M| 183 |   - | 295 |  33k|   0 |   0 |   0 |1092k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
644.99/645.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
644.99/645.09	c   613s|860000 | 50794 |     0 |   0.0 | 109M| 183 |   - | 295 |  37k|   0 |   0 |   0 |1118k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
675.70/675.72	c   643s|870000 | 43339 |     0 |   0.0 | 101M| 183 |   - | 295 |  39k|   0 |   0 |   0 |1143k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
707.69/707.72	c   675s|880000 | 36043 |     0 |   0.0 |  92M| 183 |   - | 295 |  40k|   0 |   0 |   0 |1169k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
737.29/737.37	c   704s|890000 | 30056 |     0 |   0.0 |  85M| 183 |   - | 295 |  43k|   0 |   0 |   0 |1194k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
771.10/771.12	c   737s|900000 | 21232 |     0 |   0.0 |  72M| 183 |   - | 295 |  42k|   0 |   0 |   0 |1222k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
818.09/818.12	c   783s|910000 |  5510 |     0 |   0.0 |  38M| 183 |   - | 295 |  47k|   0 |   0 |   0 |1254k|   0 | 1.000000e+00 | 2.000000e+00 | 100.00%
834.20/834.25	c 
834.20/834.25	c SCIP Status        : problem is solved [optimal solution found]
834.20/834.25	c Solving Time (sec) : 799.18
834.20/834.25	c Solving Nodes      : 913563
834.20/834.25	c Primal Bound       : +2.00000000000000e+00 (19 solutions)
834.20/834.25	c Dual Bound         : +2.00000000000000e+00
834.20/834.25	c Gap                : 0.00 %
834.20/834.25	s OPTIMUM FOUND
834.20/834.25	v x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 
834.20/834.25	v -x147 x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
834.20/834.25	v x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
834.20/834.25	v x105 -x104 x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 
834.20/834.25	v -x81 -x80 -x79 -x78 -x77 x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 x60 -x59 -x58 -x57 -x56 
834.20/834.25	v -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 x31 
834.20/834.25	v -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 
834.20/834.25	v -x4 -x3 -x2 -x1 
834.20/834.25	c SCIP Status        : problem is solved [optimal solution found]
834.20/834.25	c Solving Time       :     799.18
834.20/834.25	c Original Problem   :
834.20/834.25	c   Problem name     : HOME/instance-2693837-1277895237.wbo
834.20/834.25	c   Variables        : 297 (233 binary, 0 integer, 0 implicit integer, 64 continuous)
834.20/834.25	c   Constraints      : 166 initial, 166 maximal
834.20/834.25	c Presolved Problem  :
834.20/834.25	c   Problem name     : t_HOME/instance-2693837-1277895237.wbo
834.20/834.25	c   Variables        : 295 (232 binary, 0 integer, 0 implicit integer, 63 continuous)
834.20/834.25	c   Constraints      : 159 initial, 52084 maximal
834.20/834.25	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
834.20/834.25	c   trivial          :       0.00          0          0          0          0          0          0          0          0
834.20/834.25	c   dualfix          :       0.00          2          0          0          0          0          0          0          0
834.20/834.25	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
834.20/834.25	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
834.20/834.25	c   implics          :       0.00          0          0          0          0          0          0          0          0
834.20/834.25	c   probing          :       0.01          0          0          0          0          0          0          0          0
834.20/834.25	c   indicator        :       0.00          0          0          0          0          0          1          0          0
834.20/834.25	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
834.20/834.25	c   setppc           :       0.00          0          0          0          0          0          0          0          0
834.20/834.25	c   linear           :       0.00          0          0          0         63          0          6          1          0
834.20/834.25	c   logicor          :       0.01          0          0          0          0          0          0          0          0
834.20/834.25	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
834.20/834.25	c   root node        :          -         22          -          -         44          -          -          -          -
834.20/834.25	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
834.20/834.25	c   integral         :          0          0          0          0          0          0          0          0          0          0
834.20/834.25	c   indicator        :         63          0    2536344          0     547530        785     307144          0          0          0
834.20/834.25	c   knapsack         :          1          0    2959709          0     624661      72063    9211611          0          0          0
834.20/834.25	c   setppc           :         23          0    2887226          0     624538     131957    2076290          0          0          0
834.20/834.25	c   linear           :         63          0    2755654          0     624651     173883    3486713          0          0          0
834.20/834.25	c   logicor          :          9+         0    1363981          0     624547      38494     719957          0          0          0
834.20/834.25	c   bounddisjunction :          0+         0      62863          0          0          0       1115          0          0          0
834.20/834.25	c   countsols        :          0          0          0          0     624669          0          0          0          0          0
834.20/834.25	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
834.20/834.25	c   integral         :       0.00       0.00       0.00       0.00       0.00
834.20/834.25	c   indicator        :       0.77       0.00       0.29       0.00       0.48
834.20/834.25	c   knapsack         :      92.72       0.00      91.57       0.00       1.15
834.20/834.25	c   setppc           :       9.33       0.00       7.89       0.00       1.44
834.20/834.25	c   linear           :      30.64       0.00      30.62       0.00       0.02
834.20/834.25	c   logicor          :     328.83       0.00     328.42       0.00       0.41
834.20/834.25	c   bounddisjunction :       0.64       0.00       0.64       0.00       0.00
834.20/834.25	c   countsols        :       0.00       0.00       0.00       0.00       0.00
834.20/834.25	c Propagators        :       Time      Calls    Cutoffs    DomReds
834.20/834.25	c   vbounds          :       0.09          2          0          0
834.20/834.25	c   rootredcost      :       0.04          0          0          0
834.20/834.25	c   pseudoobj        :       4.74    2960863        526     281498
834.20/834.25	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
834.20/834.25	c   propagation      :      14.58     416922     416919    2171880       23.5     140876       13.9          -
834.20/834.25	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
834.20/834.25	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
834.20/834.25	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
834.20/834.25	c   pseudo solution  :       0.02         58         58        250       31.5         16       15.2          -
834.20/834.25	c   applied globally :          -          -          -    1241622       16.8          -          -          -
834.20/834.25	c   applied locally  :          -          -          -      25124       36.9          -          -          -
834.20/834.25	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
834.20/834.25	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
834.20/834.25	c   redcost          :       0.00          0          0          0          0          0
834.20/834.25	c   impliedbounds    :       0.00          0          0          0          0          0
834.20/834.25	c   intobj           :       0.00          0          0          0          0          0
834.20/834.25	c   cgmip            :       0.00          0          0          0          0          0
834.20/834.25	c   gomory           :       0.00          0          0          0          0          0
834.20/834.25	c   strongcg         :       0.00          0          0          0          0          0
834.20/834.25	c   cmir             :       0.00          0          0          0          0          0
834.20/834.25	c   flowcover        :       0.00          0          0          0          0          0
834.20/834.25	c   clique           :       0.00          0          0          0          0          0
834.20/834.25	c   zerohalf         :       0.00          0          0          0          0          0
834.20/834.25	c   mcf              :       0.00          0          0          0          0          0
834.20/834.25	c   rapidlearning    :       0.00          0          0          0          0          0
834.20/834.25	c Pricers            :       Time      Calls       Vars
834.20/834.25	c   problem variables:       0.00          0          0
834.20/834.25	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
834.20/834.25	c   relpscost        :       0.00          0          0          0          0          0          0
834.20/834.25	c   pscost           :       0.00          0          0          0          0          0          0
834.20/834.25	c   inference        :       4.75     624650          0          0          0          0    1249300
834.20/834.25	c   mostinf          :       0.00          0          0          0          0          0          0
834.20/834.25	c   leastinf         :       0.00          0          0          0          0          0          0
834.20/834.25	c   fullstrong       :       0.00          0          0          0          0          0          0
834.20/834.25	c   allfullstrong    :       0.00          0          0          0          0          0          0
834.20/834.25	c   random           :       0.00          0          0          0          0          0          0
834.20/834.25	c Primal Heuristics  :       Time      Calls      Found
834.20/834.25	c   LP solutions     :       0.00          -          0
834.20/834.25	c   pseudo solutions :       0.12          -         19
834.20/834.25	c   oneopt           :       0.06          0          0
834.20/834.25	c   trivial          :       0.00          2          0
834.20/834.25	c   simplerounding   :       0.00          0          0
834.20/834.25	c   zirounding       :       0.00          0          0
834.20/834.25	c   rounding         :       0.00          0          0
834.20/834.25	c   shifting         :       0.00          0          0
834.20/834.25	c   intshifting      :       0.00          0          0
834.20/834.25	c   twoopt           :       0.00          0          0
834.20/834.25	c   fixandinfer      :       0.00          0          0
834.20/834.25	c   feaspump         :       0.00          0          0
834.20/834.25	c   coefdiving       :       0.00          0          0
834.20/834.25	c   pscostdiving     :       0.00          0          0
834.20/834.25	c   fracdiving       :       0.00          0          0
834.20/834.25	c   veclendiving     :       0.00          0          0
834.20/834.25	c   intdiving        :       0.00          0          0
834.20/834.25	c   actconsdiving    :       0.00          0          0
834.20/834.25	c   objpscostdiving  :       0.00          0          0
834.20/834.25	c   rootsoldiving    :       0.00          0          0
834.20/834.25	c   linesearchdiving :       0.00          0          0
834.20/834.25	c   guideddiving     :       0.00          0          0
834.20/834.25	c   octane           :       0.00          0          0
834.20/834.25	c   rens             :       0.00          0          0
834.20/834.25	c   rins             :       0.00          0          0
834.20/834.25	c   localbranching   :       0.00          0          0
834.20/834.25	c   mutation         :       0.00          0          0
834.20/834.25	c   crossover        :       0.00          0          0
834.20/834.25	c   dins             :       0.00          0          0
834.20/834.25	c   undercover       :       0.00          0          0
834.20/834.25	c   nlp              :       0.01          0          0
834.20/834.25	c   trysol           :       0.00          1          0
834.20/834.25	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
834.20/834.25	c   primal LP        :       0.00          0          0       0.00          -
834.20/834.25	c   dual LP          :       0.00          0          0       0.00          -
834.20/834.25	c   lex dual LP      :       0.00          0          0       0.00          -
834.20/834.25	c   barrier LP       :       0.00          0          0       0.00          -
834.20/834.25	c   diving/probing LP:       0.00          0          0       0.00          -
834.20/834.25	c   strong branching :       0.00          0          0       0.00          -
834.20/834.25	c     (at root node) :          -          0          0       0.00          -
834.20/834.25	c   conflict analysis:       0.00          0          0       0.00          -
834.20/834.25	c B&B Tree           :
834.20/834.25	c   number of runs   :          1
834.20/834.25	c   nodes            :     913563
834.20/834.25	c   nodes (total)    :     913563
834.20/834.25	c   nodes left       :          0
834.20/834.25	c   max depth        :        183
834.20/834.25	c   max depth (total):        183
834.20/834.25	c   backtracks       :     351918 (38.5%)
834.20/834.25	c   delayed cutoffs  :     260594
834.20/834.25	c   repropagations   :    1191766 (4594073 domain reductions, 128872 cutoffs)
834.20/834.25	c   avg switch length:      31.63
834.20/834.25	c   switching time   :     244.02
834.20/834.25	c Solution           :
834.20/834.25	c   Solutions found  :         19 (19 improvements)
834.20/834.25	c   First Solution   : +5.50000000000000e+02   (in run 1, after 2187 nodes, 0.19 seconds, depth 128, found by <relaxation>)
834.20/834.25	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 631446 nodes, 224.71 seconds, depth 54, found by <relaxation>)
834.20/834.25	c   Dual Bound       : +2.00000000000000e+00
834.20/834.25	c   Gap              :       0.00 %
834.20/834.25	c   Root Dual Bound  : +0.00000000000000e+00
834.20/834.25	c   Root Iterations  :          0
834.30/834.32	c Time complete: 834.32.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693837-1277895237/watcher-2693837-1277895237 -o /tmp/evaluation-result-2693837-1277895237/solver-2693837-1277895237 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693837-1277895237.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: 1.99 2.00 2.00 3/178 11633
/proc/meminfo: memFree=31438660/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=8256 CPUtime=0
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 1539 0 0 0 0 0 0 0 21 0 1 0 130820085 8454144 1462 4089446400 4194304 7136930 140733979202864 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11633/statm: 2064 1462 275 719 0 1343 0

[startup+0.067965 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 11633
/proc/meminfo: memFree=31438660/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=12744 CPUtime=0.06
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 4961 0 0 0 5 1 0 0 21 0 1 0 130820085 13049856 2475 4089446400 4194304 7136930 140733979202864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11633/statm: 3186 2475 404 719 0 2465 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12744

[startup+0.100957 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 11633
/proc/meminfo: memFree=31438660/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=13168 CPUtime=0.09
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 5064 0 0 0 8 1 0 0 21 0 1 0 130820085 13484032 2578 4089446400 4194304 7136930 140733979202864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11633/statm: 3292 2578 404 719 0 2571 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13168

[startup+0.300982 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 11633
/proc/meminfo: memFree=31438660/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=14580 CPUtime=0.29
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 5449 0 0 0 24 5 0 0 21 0 1 0 130820085 14929920 2963 4089446400 4194304 7136930 140733979202864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11633/statm: 3645 2963 404 719 0 2924 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14580

[startup+0.700911 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 11633
/proc/meminfo: memFree=31438660/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=17376 CPUtime=0.69
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 6154 0 0 0 56 13 0 0 22 0 1 0 130820085 17793024 3668 4089446400 4194304 7136930 140733979202864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11633/statm: 4344 3668 404 719 0 3623 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17376

[startup+1.50071 s]
/proc/loadavg: 1.99 2.00 2.00 4/179 11634
/proc/meminfo: memFree=31424268/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=21592 CPUtime=1.49
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 7208 0 0 0 121 28 0 0 25 0 1 0 130820085 22110208 4722 4089446400 4194304 7136930 140733979202864 18446744073709551615 5921715 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11633/statm: 5398 4722 404 719 0 4677 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21592

[startup+3.10043 s]
/proc/loadavg: 1.99 2.00 2.00 4/179 11634
/proc/meminfo: memFree=31420108/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=26360 CPUtime=3.09
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 8412 0 0 0 261 48 0 0 25 0 1 0 130820085 26992640 5926 4089446400 4194304 7136930 140733979202864 18446744073709551615 4431533 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11633/statm: 6590 5926 405 719 0 5869 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26360

[startup+6.30086 s]
/proc/loadavg: 1.99 2.00 2.00 4/179 11634
/proc/meminfo: memFree=31410320/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=34564 CPUtime=6.29
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 10485 0 0 0 535 94 0 0 25 0 1 0 130820085 35393536 7999 4089446400 4194304 7136930 140733979202864 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11633/statm: 8641 7999 405 719 0 7920 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34564

[startup+12.7007 s]
/proc/loadavg: 1.99 2.00 2.00 4/179 11635
/proc/meminfo: memFree=31399036/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=45432 CPUtime=12.69
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 13203 0 0 0 1121 148 0 0 25 0 1 0 130820085 46522368 10717 4089446400 4194304 7136930 140733979202864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11633/statm: 11358 10717 405 719 0 10637 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45432

[startup+25.5005 s]
/proc/loadavg: 1.99 2.00 2.00 4/179 11635
/proc/meminfo: memFree=31367848/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=78004 CPUtime=25.49
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 21044 0 0 0 2191 358 0 0 25 0 1 0 130820085 79876096 18530 4089446400 4194304 7136930 140733979202864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11633/statm: 19501 18530 405 719 0 18780 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78004

[startup+51.101 s]
/proc/loadavg: 1.99 2.00 2.00 4/179 11636
/proc/meminfo: memFree=31332956/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=113104 CPUtime=51.1
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 29822 0 0 0 4534 576 0 0 25 0 1 0 130820085 115818496 27308 4089446400 4194304 7136930 140733979202864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11633/statm: 28276 27308 407 719 0 27555 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 113104

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 2.00 4/179 11637
/proc/meminfo: memFree=31261376/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=187408 CPUtime=102.3
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 47564 0 0 0 9121 1109 0 0 25 0 1 0 130820085 191905792 45050 4089446400 4194304 7136930 140733979202864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11633/statm: 46852 45050 407 719 0 46131 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 187408

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.00 4/179 11639
/proc/meminfo: memFree=31212216/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=235900 CPUtime=162.3
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 59811 0 0 0 14479 1751 0 0 25 0 1 0 130820085 241561600 57297 4089446400 4194304 7136930 140733979202864 18446744073709551615 5955597 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11633/statm: 58975 57297 407 719 0 58254 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 235900

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 2.00 4/179 11640
/proc/meminfo: memFree=31206976/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=241132 CPUtime=222.3
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 61098 0 0 0 20147 2083 0 0 25 0 1 0 130820085 246919168 58584 4089446400 4194304 7136930 140733979202864 18446744073709551615 5957371 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11633/statm: 60283 58584 407 719 0 59562 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 241132

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 2.00 4/179 11642
/proc/meminfo: memFree=31201612/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=246220 CPUtime=282.29
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 62369 0 0 0 25833 2396 0 0 25 0 1 0 130820085 252129280 59855 4089446400 4194304 7136930 140733979202864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11633/statm: 61555 59855 407 719 0 60834 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 246220

[startup+342.3 s]
/proc/loadavg: 1.99 2.00 2.00 4/179 11644
/proc/meminfo: memFree=31198588/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=249524 CPUtime=342.3
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 63191 0 0 0 31586 2644 0 0 25 0 1 0 130820085 255512576 60677 4089446400 4194304 7136930 140733979202864 18446744073709551615 6123184 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11633/statm: 62381 60677 407 719 0 61660 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 249524

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 2.00 4/179 11645
/proc/meminfo: memFree=31195936/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=252496 CPUtime=402.3
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 63828 0 0 0 37377 2853 0 0 25 0 1 0 130820085 258555904 61314 4089446400 4194304 7136930 140733979202864 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11633/statm: 63124 61314 407 719 0 62403 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 252496

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 11729
/proc/meminfo: memFree=31200984/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=256664 CPUtime=462.3
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 64867 0 0 0 43231 2999 0 0 25 0 1 0 130820085 262823936 62353 4089446400 4194304 7136930 140733979202864 18446744073709551615 4677433 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11633/statm: 64166 62353 407 719 0 63445 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 256664

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 11857
/proc/meminfo: memFree=31201672/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=257664 CPUtime=522.3
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 65189 0 0 0 49191 3039 0 0 25 0 1 0 130820085 263847936 62675 4089446400 4194304 7136930 140733979202864 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11633/statm: 64416 62675 407 719 0 63695 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 257664

[startup+582.301 s]
/proc/loadavg: 2.06 2.00 2.00 4/200 12000
/proc/meminfo: memFree=31022536/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=258220 CPUtime=582.3
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 65284 0 0 0 55112 3118 0 0 25 0 1 0 130820085 264417280 62770 4089446400 4194304 7136930 140733979202864 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11633/statm: 64555 62770 407 719 0 63834 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 258220

[startup+642.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 12103
/proc/meminfo: memFree=31161512/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=259004 CPUtime=642.3
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 65425 0 0 0 61009 3221 0 0 25 0 1 0 130820085 265220096 62911 4089446400 4194304 7136930 140733979202864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11633/statm: 64751 62911 407 719 0 64030 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 259004

[startup+702.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 12104
/proc/meminfo: memFree=31101692/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=259816 CPUtime=702.29
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 65564 0 0 0 66919 3310 0 0 25 0 1 0 130820085 266051584 63050 4089446400 4194304 7136930 140733979202864 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11633/statm: 64954 63050 407 719 0 64233 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 259816

[startup+762.306 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 12106
/proc/meminfo: memFree=30994500/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=260288 CPUtime=762.3
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 65639 0 0 0 72817 3413 0 0 25 0 1 0 130820085 266534912 63125 4089446400 4194304 7136930 140733979202864 18446744073709551615 4999782 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11633/statm: 65072 63125 407 719 0 64351 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 260288

[startup+822.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 12107
/proc/meminfo: memFree=30916560/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=259264 CPUtime=822.3
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 65694 0 0 0 78740 3490 0 0 25 0 1 0 130820085 265486336 62924 4089446400 4194304 7136930 140733979202864 18446744073709551615 5001160 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11633/statm: 64816 62924 407 719 0 64095 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 259264

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

[startup+825.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 12107
/proc/meminfo: memFree=30916436/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=259264 CPUtime=825.49
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 65696 0 0 0 79055 3494 0 0 25 0 1 0 130820085 265486336 62926 4089446400 4194304 7136930 140733979202864 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11633/statm: 64816 62926 407 719 0 64095 0
Current children cumulated CPU time (s) 825.49
Current children cumulated vsize (KiB) 259264

[startup+828.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 12107
/proc/meminfo: memFree=30915564/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=259264 CPUtime=828.7
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 65710 0 0 0 79371 3499 0 0 25 0 1 0 130820085 265486336 62940 4089446400 4194304 7136930 140733979202864 18446744073709551615 4854293 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11633/statm: 64816 62940 407 719 0 64095 0
Current children cumulated CPU time (s) 828.7
Current children cumulated vsize (KiB) 259264

[startup+831.901 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 12107
/proc/meminfo: memFree=30915312/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=259264 CPUtime=831.9
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 65712 0 0 0 79686 3504 0 0 25 0 1 0 130820085 265486336 62942 4089446400 4194304 7136930 140733979202864 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11633/statm: 64816 62942 407 719 0 64095 0
Current children cumulated CPU time (s) 831.9
Current children cumulated vsize (KiB) 259264

[startup+833.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 12108
/proc/meminfo: memFree=30915312/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=259264 CPUtime=833.5
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 65743 0 0 0 79844 3506 0 0 25 0 1 0 130820085 265486336 62973 4089446400 4194304 7136930 140733979202864 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11633/statm: 64816 62973 407 719 0 64095 0
Current children cumulated CPU time (s) 833.5
Current children cumulated vsize (KiB) 259264

[startup+833.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 12108
/proc/meminfo: memFree=30915312/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=259264 CPUtime=833.9
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 65743 0 0 0 79883 3507 0 0 25 0 1 0 130820085 265486336 62973 4089446400 4194304 7136930 140733979202864 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11633/statm: 64816 62973 407 719 0 64095 0
Current children cumulated CPU time (s) 833.9
Current children cumulated vsize (KiB) 259264

[startup+834.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 12108
/proc/meminfo: memFree=30915312/32950928 swapFree=4192956/4192956
[pid=11633] ppid=11631 vsize=256776 CPUtime=834.3
/proc/11633/stat : 11633 (pbscip.linux.x8) R 11631 11633 9516 0 -1 4202496 65830 0 0 0 79923 3507 0 0 25 0 1 0 130820085 262938624 62348 4089446400 4194304 7136930 140733979202864 18446744073709551615 4332856 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11633/statm: 64194 62348 412 719 0 63473 0
Current children cumulated CPU time (s) 834.3
Current children cumulated vsize (KiB) 256776

Child status: 0
Real time (s): 834.327
CPU time (s): 834.334
CPU user time (s): 799.246
CPU system time (s): 35.0877
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 260288

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

runsolver used 1.15882 second user time and 2.70759 second system time

The end

Launcher Data

Begin job on node124 at 2010-06-30 12:53:58
IDJOB=2693837
IDBENCH=78749
IDSOLVER=1206
FILE ID=node124/2693837-1277895237
PBS_JOBID= 11197105
Free space on /tmp= 130620 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110974180--soft-33-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693837-1277895237/watcher-2693837-1277895237 -o /tmp/evaluation-result-2693837-1277895237/solver-2693837-1277895237 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693837-1277895237.wbo -t 1800 -m 3800

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

MD5SUM BENCH= d78095cb3543dadc419b0cdccb2004b4
RANDOM SEED=29000284

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31439312 kB
Buffers:        180228 kB
Cached:        1117600 kB
SwapCached:          0 kB
Active:         580380 kB
Inactive:       818572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31439312 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3324 kB
Writeback:           0 kB
AnonPages:      100996 kB
Mapped:          15364 kB
Slab:            79704 kB
PageTables:       4744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  20668420 kB
Committed_AS:   244912 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    265212 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 130616 MiB
End job on node124 at 2010-06-30 13:07:52