Trace number 2700322

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 169.916 169.912

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh10_wcsp.wbo
MD5SUM401aade47f990d36319fcf6fc2a74e2a
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark0.029995
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints950
Number of soft constraints850
Number of constraints which are clauses850
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 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-2700322-1278534739.wbo>
0.00/0.01	c original problem has 1900 variables (1050 bin, 0 int, 0 impl, 850 cont) and 1801 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	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.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1050 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1050 impls, 0 clqs
0.04/0.06	c    (0.0s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.04/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.04/0.06	c presolving (3 rounds):
0.04/0.06	c  100 deleted vars, 101 deleted constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.04/0.06	c  1050 implications, 0 cliques
0.04/0.06	c presolved problem has 1800 variables (950 bin, 0 int, 0 impl, 850 cont) and 1700 constraints
0.04/0.06	c     850 constraints of type <indicator>
0.04/0.06	c     850 constraints of type <linear>
0.04/0.06	c transformed objective value is always integral (scale: 1)
0.04/0.06	c Presolving Time: 0.04
0.04/0.06	c - non default parameters ----------------------------------------------------------------------
0.04/0.06	c # SCIP version 1.2.1.2
0.04/0.06	c 
0.04/0.06	c # frequency for displaying node information lines
0.04/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.04/0.06	c display/freq = 10000
0.04/0.06	c 
0.04/0.06	c # maximal time in seconds to run
0.04/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.06	c limits/time = 1799.99
0.04/0.06	c 
0.04/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.04/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.04/0.06	c limits/memory = 3420
0.04/0.06	c 
0.04/0.06	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.04/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.04/0.06	c lp/solvefreq = -1
0.04/0.06	c 
0.04/0.06	c # should presolving try to simplify inequalities
0.04/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.06	c constraints/linear/simplifyinequalities = TRUE
0.04/0.06	c 
0.04/0.06	c # should presolving try to simplify knapsacks
0.04/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.04/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.04/0.06	c 
0.04/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.04/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.04/0.06	c separating/rapidlearning/freq = 0
0.04/0.06	c 
0.04/0.06	c -----------------------------------------------------------------------------------------------
0.04/0.06	c start solving
0.04/0.06	c 
0.04/0.06	o 420925
0.04/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.04/0.06	c t 0.0s|     1 |     0 |     0 |     - |6127k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.04/0.06	c   0.0s|     1 |     2 |     0 |     - |6078k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
1.10/1.19	c   1.1s| 10000 |  9960 |     0 |   0.0 |  10M| 858 |   - |1800 |1768 |   0 |   0 |   0 |  68 |   0 | 1.000000e+00 | 4.209250e+05 |  Large 
1.10/1.19	o 18242
1.10/1.19	c * 1.1s| 10060 |  9345 |     0 |   0.0 |  10M| 858 |   - |1800 |1768 |   0 |   0 |   0 |  68 |   0 | 1.000000e+00 | 1.824200e+04 |  Large 
2.79/2.84	c   2.7s| 20000 | 19219 |     0 |   0.0 |  14M| 858 |   - |1800 |1997 |   0 |   0 |   0 | 347 |   0 | 1.000000e+00 | 1.824200e+04 |  Large 
4.40/4.48	c   4.3s| 30000 | 29219 |     0 |   0.0 |  19M| 858 |   - |1800 |1781 |   0 |   0 |   0 | 347 |   0 | 1.000000e+00 | 1.824200e+04 |  Large 
6.09/6.10	c   5.8s| 40000 | 39196 |     0 |   0.0 |  23M| 858 |   - |1800 |1853 |   0 |   0 |   0 | 423 |   0 | 1.000000e+00 | 1.824200e+04 |  Large 
7.29/7.31	o 18222
7.29/7.31	c * 7.0s| 46945 | 45975 |     0 |   0.0 |  27M| 858 |   - |1800 |2514 |   0 |   0 |   0 |1223 |   0 | 1.000000e+00 | 1.822200e+04 |  Large 
7.70/7.74	o 17988
7.70/7.74	c * 7.4s| 49268 | 48103 |     0 |   0.0 |  28M| 858 |   - |1800 |2775 |   0 |   0 |   0 |1643 |   0 | 1.000000e+00 | 1.798800e+04 |  Large 
7.70/7.74	o 17976
7.70/7.74	c * 7.4s| 49269 | 48091 |     0 |   0.0 |  28M| 858 |   - |1800 |2775 |   0 |   0 |   0 |1643 |   0 | 1.000000e+00 | 1.797600e+04 |  Large 
7.70/7.76	o 17869
7.70/7.76	c * 7.4s| 49348 | 48094 |     0 |   0.0 |  28M| 858 |   - |1800 |2769 |   0 |   0 |   0 |1643 |   0 | 1.000000e+00 | 1.786900e+04 |  Large 
7.70/7.79	o 17625
7.70/7.79	c * 7.4s| 49500 | 48046 |     0 |   0.0 |  28M| 858 |   - |1800 |2796 |   0 |   0 |   0 |1683 |   0 | 1.000000e+00 | 1.762500e+04 |  Large 
7.70/7.79	o 17535
7.70/7.79	c * 7.4s| 49501 | 47976 |     0 |   0.0 |  28M| 858 |   - |1800 |2796 |   0 |   0 |   0 |1683 |   0 | 1.000000e+00 | 1.753500e+04 |  Large 
7.79/7.87	o 17497
7.79/7.87	c * 7.5s| 49897 | 48311 |     0 |   0.0 |  28M| 858 |   - |1800 |2836 |   0 |   0 |   0 |1813 |   0 | 1.000000e+00 | 1.749700e+04 |  Large 
7.79/7.87	o 17485
7.79/7.87	c * 7.5s| 49898 | 48291 |     0 |   0.0 |  28M| 858 |   - |1800 |2836 |   0 |   0 |   0 |1813 |   0 | 1.000000e+00 | 1.748500e+04 |  Large 
7.79/7.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.79/7.89	c   7.5s| 50000 | 48393 |     0 |   0.0 |  28M| 858 |   - |1800 |2820 |   0 |   0 |   0 |1813 |   0 | 1.000000e+00 | 1.748500e+04 |  Large 
7.89/7.92	o 17467
7.89/7.92	c * 7.6s| 50145 | 48520 |     0 |   0.0 |  29M| 858 |   - |1800 |2811 |   0 |   0 |   0 |1813 |   0 | 1.000000e+00 | 1.746700e+04 |  Large 
7.89/7.92	o 17455
7.89/7.92	c * 7.6s| 50146 | 48505 |     0 |   0.0 |  29M| 858 |   - |1800 |2811 |   0 |   0 |   0 |1813 |   0 | 1.000000e+00 | 1.745500e+04 |  Large 
7.99/8.04	o 14629
7.99/8.04	c * 7.7s| 50728 | 39546 |     0 |   0.0 |  25M| 858 |   - |1800 |2909 |   0 |   0 |   0 |1993 |   0 | 1.000000e+00 | 1.462900e+04 |  Large 
7.99/8.04	o 14593
7.99/8.04	c * 7.7s| 50729 | 39333 |     0 |   0.0 |  25M| 858 |   - |1800 |2909 |   0 |   0 |   0 |1993 |   0 | 1.000000e+00 | 1.459300e+04 |  Large 
8.49/8.54	o 14530
8.49/8.54	c * 8.2s| 53117 | 41241 |     0 |   0.0 |  27M| 858 |   - |1800 |3385 |   0 |   0 |   0 |2953 |   0 | 1.000000e+00 | 1.453000e+04 |  Large 
8.49/8.58	o 14528
8.49/8.58	c * 8.2s| 53275 | 41358 |     0 |   0.0 |  27M| 858 |   - |1800 |3428 |   0 |   0 |   0 |3063 |   0 | 1.000000e+00 | 1.452800e+04 |  Large 
8.70/8.79	o 14459
8.70/8.79	c * 8.4s| 54252 | 41893 |     0 |   0.0 |  27M| 858 |   - |1800 |3574 |   0 |   0 |   0 |3466 |   0 | 1.000000e+00 | 1.445900e+04 |  Large 
8.70/8.79	o 14443
8.70/8.79	c * 8.4s| 54253 | 41806 |     0 |   0.0 |  27M| 858 |   - |1800 |3574 |   0 |   0 |   0 |3466 |   0 | 1.000000e+00 | 1.444300e+04 |  Large 
8.79/8.86	o 14428
8.79/8.86	c * 8.5s| 54564 | 42014 |     0 |   0.0 |  27M| 858 |   - |1800 |3608 |   0 |   0 |   0 |3586 |   0 | 1.000000e+00 | 1.442800e+04 |  Large 
8.79/8.86	o 14399
8.79/8.86	c * 8.5s| 54576 | 41868 |     0 |   0.0 |  27M| 858 |   - |1800 |3608 |   0 |   0 |   0 |3586 |   0 | 1.000000e+00 | 1.439900e+04 |  Large 
8.79/8.86	o 14288
8.79/8.86	c * 8.5s| 54577 | 41217 |     0 |   0.0 |  27M| 858 |   - |1800 |3608 |   0 |   0 |   0 |3586 |   0 | 1.000000e+00 | 1.428800e+04 |  Large 
8.89/8.98	o 14237
8.89/8.98	c * 8.6s| 55148 | 41444 |     0 |   0.0 |  27M| 858 |   - |1800 |3672 |   0 |   0 |   0 |3806 |   0 | 1.000000e+00 | 1.423700e+04 |  Large 
9.29/9.31	o 14213
9.29/9.31	c * 8.9s| 56665 | 42681 |     0 |   0.0 |  28M| 858 |   - |1800 |3850 |   0 |   0 |   0 |4538 |   0 | 1.000000e+00 | 1.421300e+04 |  Large 
9.49/9.54	o 14210
9.49/9.54	c * 9.1s| 57699 | 43611 |     0 |   0.0 |  29M| 858 |   - |1800 |4002 |   0 |   0 |   0 |5048 |   0 | 1.000000e+00 | 1.421000e+04 |  Large 
9.79/9.89	o 13903
9.79/9.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.79/9.89	c * 9.5s| 59343 | 43326 |     0 |   0.0 |  29M| 858 |   - |1800 |4114 |   0 |   0 |   0 |5701 |   0 | 1.000000e+00 | 1.390300e+04 |  Large 
9.99/10.04	c   9.6s| 60000 | 43917 |     0 |   0.0 |  30M| 858 |   - |1800 |4225 |   0 |   0 |   0 |6071 |   0 | 1.000000e+00 | 1.390300e+04 |  Large 
10.19/10.21	o 13630
10.19/10.21	c * 9.8s| 60764 | 42874 |     0 |   0.0 |  29M| 858 |   - |1800 |4344 |   0 |   0 |   0 |6491 |   0 | 1.000000e+00 | 1.363000e+04 |  Large 
10.19/10.21	o 13581
10.19/10.21	c * 9.8s| 60767 | 42590 |     0 |   0.0 |  29M| 858 |   - |1800 |4354 |   0 |   0 |   0 |6501 |   0 | 1.000000e+00 | 1.358100e+04 |  Large 
10.30/10.30	o 13200
10.30/10.30	c * 9.9s| 61182 | 40846 |     0 |   0.0 |  28M| 858 |   - |1800 |4411 |   0 |   0 |   0 |6711 |   0 | 1.000000e+00 | 1.320000e+04 |  Large 
10.30/10.30	o 13151
10.30/10.30	c * 9.9s| 61183 | 40609 |     0 |   0.0 |  28M| 858 |   - |1800 |4411 |   0 |   0 |   0 |6711 |   0 | 1.000000e+00 | 1.315100e+04 |  Large 
10.39/10.42	o 13016
10.39/10.42	c *10.0s| 61724 | 40414 |     0 |   0.0 |  28M| 858 |   - |1800 |4517 |   0 |   0 |   0 |7014 |   0 | 1.000000e+00 | 1.301600e+04 |  Large 
10.39/10.42	o 12967
10.39/10.42	c *10.0s| 61725 | 40185 |     0 |   0.0 |  28M| 858 |   - |1800 |4517 |   0 |   0 |   0 |7014 |   0 | 1.000000e+00 | 1.296700e+04 |  Large 
10.39/10.44	o 12870
10.39/10.44	c *10.0s| 61776 | 39754 |     0 |   0.0 |  28M| 858 |   - |1800 |4508 |   0 |   0 |   0 |7024 |   0 | 1.000000e+00 | 1.287000e+04 |  Large 
10.39/10.49	o 12647
10.39/10.49	c *10.1s| 62033 | 38978 |     0 |   0.0 |  27M| 858 |   - |1800 |4483 |   0 |   0 |   0 |7074 |   0 | 1.000000e+00 | 1.264700e+04 |  Large 
10.39/10.49	o 12598
10.39/10.49	c *10.1s| 62034 | 38754 |     0 |   0.0 |  27M| 858 |   - |1800 |4483 |   0 |   0 |   0 |7074 |   0 | 1.000000e+00 | 1.259800e+04 |  Large 
10.49/10.58	o 12533
10.49/10.58	c *10.1s| 62485 | 38920 |     0 |   0.0 |  27M| 858 |   - |1800 |4437 |   0 |   0 |   0 |7162 |   0 | 1.000000e+00 | 1.253300e+04 |  Large 
10.60/10.60	o 12473
10.60/10.60	c *10.2s| 62591 | 38742 |     0 |   0.0 |  27M| 858 |   - |1800 |4416 |   0 |   0 |   0 |7192 |   0 | 1.000000e+00 | 1.247300e+04 |  Large 
10.60/10.63	o 12441
10.60/10.63	c *10.2s| 62696 | 38700 |     0 |   0.0 |  27M| 858 |   - |1800 |4419 |   0 |   0 |   0 |7222 |   0 | 1.000000e+00 | 1.244100e+04 |  Large 
10.60/10.65	o 12196
10.60/10.65	c *10.2s| 62796 | 37714 |     0 |   0.0 |  27M| 858 |   - |1800 |4406 |   0 |   0 |   0 |7261 |   0 | 1.000000e+00 | 1.219600e+04 |  Large 
10.60/10.65	o 12147
10.60/10.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.60/10.65	c *10.2s| 62797 | 37509 |     0 |   0.0 |  27M| 858 |   - |1800 |4406 |   0 |   0 |   0 |7261 |   0 | 1.000000e+00 | 1.214700e+04 |  Large 
10.60/10.67	o 11903
10.60/10.67	c *10.2s| 62850 | 36413 |     0 |   0.0 |  27M| 858 |   - |1800 |4398 |   0 |   0 |   0 |7271 |   0 | 1.000000e+00 | 1.190300e+04 |  Large 
10.60/10.67	o 11854
10.60/10.67	c *10.2s| 62851 | 36212 |     0 |   0.0 |  27M| 858 |   - |1800 |4398 |   0 |   0 |   0 |7271 |   0 | 1.000000e+00 | 1.185400e+04 |  Large 
11.19/11.26	o 11772
11.19/11.26	c *10.8s| 65465 | 38146 |     0 |   0.0 |  28M| 858 |   - |1800 |4316 |   0 |   0 |   0 |8670 |   0 | 1.000000e+00 | 1.177200e+04 |  Large 
11.59/11.62	o 11742
11.59/11.62	c *11.1s| 67116 | 39510 |     0 |   0.0 |  29M| 858 |   - |1800 |4456 |   0 |   0 |   0 |9521 |   0 | 1.000000e+00 | 1.174200e+04 |  Large 
12.19/12.28	c  11.8s| 70000 | 42110 |     0 |   0.0 |  30M| 858 |   - |1800 |4838 |   0 |   0 |   0 |  11k|   0 | 1.000000e+00 | 1.174200e+04 |  Large 
12.59/12.66	o 11342
12.59/12.66	c *12.2s| 71710 | 41952 |     0 |   0.0 |  30M| 858 |   - |1800 |5005 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 1.134200e+04 |  Large 
12.89/12.97	o 11116
12.89/12.97	c *12.5s| 73036 | 42092 |     0 |   0.0 |  31M| 858 |   - |1800 |5251 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 1.111600e+04 |  Large 
12.89/12.98	o 11067
12.89/12.98	c *12.5s| 73037 | 41892 |     0 |   0.0 |  31M| 858 |   - |1800 |5251 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 1.106700e+04 |  Large 
13.20/13.27	o 10950
13.20/13.27	c *12.8s| 74340 | 42599 |     0 |   0.0 |  31M| 858 |   - |1800 |5418 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 1.095000e+04 |  Large 
13.20/13.28	o 10901
13.20/13.28	c *12.8s| 74341 | 42377 |     0 |   0.0 |  31M| 858 |   - |1800 |5418 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 1.090100e+04 |  Large 
13.59/13.64	o 10814
13.59/13.64	c *13.1s| 75921 | 43417 |     0 |   0.0 |  32M| 858 |   - |1800 |5621 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 1.081400e+04 |  Large 
13.59/13.64	o 10802
13.59/13.64	c *13.1s| 75922 | 43381 |     0 |   0.0 |  32M| 858 |   - |1800 |5621 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 1.080200e+04 |  Large 
13.79/13.85	o 10770
13.79/13.85	c *13.3s| 76839 | 44093 |     0 |   0.0 |  32M| 858 |   - |1800 |5654 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 1.077000e+04 |  Large 
13.79/13.85	o 10721
13.79/13.85	c *13.3s| 76840 | 43893 |     0 |   0.0 |  32M| 858 |   - |1800 |5654 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 1.072100e+04 |  Large 
14.09/14.18	o 10626
14.09/14.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.09/14.18	c *13.6s| 78202 | 44707 |     0 |   0.0 |  33M| 858 |   - |1800 |5747 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 1.062600e+04 |  Large 
14.09/14.18	o 10542
14.09/14.18	c *13.6s| 78203 | 44334 |     0 |   0.0 |  33M| 858 |   - |1800 |5747 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 1.054200e+04 |  Large 
14.30/14.35	o 10441
14.30/14.35	c *13.8s| 78918 | 44590 |     0 |   0.0 |  33M| 858 |   - |1800 |5878 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 1.044100e+04 |  Large 
14.59/14.61	c  14.0s| 80000 | 45524 |     0 |   0.0 |  34M| 858 |   - |1800 |6078 |   0 |   0 |   0 |  17k|   0 | 1.000000e+00 | 1.044100e+04 |  Large 
14.59/14.65	o 10154
14.59/14.65	c *14.1s| 80142 | 44512 |     0 |   0.0 |  33M| 858 |   - |1800 |6106 |   0 |   0 |   0 |  17k|   0 | 1.000000e+00 | 1.015400e+04 |  Large 
14.59/14.65	o 10105
14.59/14.65	c *14.1s| 80143 | 44326 |     0 |   0.0 |  33M| 858 |   - |1800 |6106 |   0 |   0 |   0 |  17k|   0 | 1.000000e+00 | 1.010500e+04 |  Large 
14.69/14.72	o 9915
14.69/14.72	c *14.2s| 80443 | 43894 |     0 |   0.0 |  33M| 858 |   - |1800 |6071 |   0 |   0 |   0 |  17k|   0 | 1.000000e+00 | 9.915000e+03 |  Large 
14.79/14.87	o 9800
14.79/14.87	c *14.3s| 81110 | 44031 |     0 |   0.0 |  33M| 858 |   - |1800 |6168 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 9.800000e+03 |  Large 
14.99/15.03	o 9722
14.99/15.03	c *14.4s| 81740 | 44217 |     0 |   0.0 |  33M| 858 |   - |1800 |6272 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 9.722000e+03 |  Large 
15.09/15.12	o 9589
15.09/15.12	c *14.5s| 82159 | 44040 |     0 |   0.0 |  33M| 858 |   - |1800 |6269 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 9.589000e+03 |  Large 
15.09/15.12	o 9460
15.09/15.12	c *14.5s| 82160 | 43572 |     0 |   0.0 |  33M| 858 |   - |1800 |6269 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 9.460000e+03 |  Large 
15.09/15.15	o 9432
15.09/15.15	c *14.6s| 82269 | 43546 |     0 |   0.0 |  33M| 858 |   - |1800 |6278 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 9.432000e+03 |  Large 
15.09/15.19	o 9227
15.09/15.19	c *14.6s| 82431 | 42881 |     0 |   0.0 |  32M| 858 |   - |1800 |6254 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 9.227000e+03 |  Large 
15.09/15.19	o 9065
15.09/15.19	c *14.6s| 82432 | 42327 |     0 |   0.0 |  32M| 858 |   - |1800 |6254 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 9.065000e+03 |  Large 
15.19/15.24	o 8662
15.19/15.24	c *14.7s| 82633 | 41021 |     0 |   0.0 |  31M| 858 |   - |1800 |6273 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 8.662000e+03 |  Large 
15.19/15.25	o 8548
15.19/15.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.19/15.25	c *14.7s| 82673 | 40631 |     0 |   0.0 |  31M| 858 |   - |1800 |6273 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 8.548000e+03 |  Large 
15.19/15.25	o 8499
15.19/15.25	c *14.7s| 82674 | 40403 |     0 |   0.0 |  31M| 858 |   - |1800 |6273 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 8.499000e+03 |  Large 
15.19/15.29	o 8288
15.19/15.29	c *14.7s| 82840 | 39766 |     0 |   0.0 |  31M| 858 |   - |1800 |6317 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 8.288000e+03 |  Large 
15.19/15.29	o 8239
15.19/15.29	c *14.7s| 82841 | 39581 |     0 |   0.0 |  31M| 858 |   - |1800 |6317 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 8.239000e+03 |  Large 
15.30/15.39	o 8039
15.30/15.39	c *14.8s| 83254 | 39181 |     0 |   0.0 |  31M| 858 |   - |1800 |6425 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 8.039000e+03 |  Large 
15.40/15.44	o 7828
15.40/15.44	c *14.8s| 83414 | 38435 |     0 |   0.0 |  30M| 858 |   - |1800 |6423 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 7.828000e+03 |  Large 
15.40/15.47	o 7560
15.40/15.47	c *14.9s| 83565 | 37597 |     0 |   0.0 |  30M| 858 |   - |1800 |6464 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 7.560000e+03 |  Large 
15.40/15.47	o 7511
15.40/15.47	c *14.9s| 83566 | 37420 |     0 |   0.0 |  30M| 858 |   - |1800 |6464 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 7.511000e+03 |  Large 
15.40/15.48	o 7341
15.40/15.48	c *14.9s| 83598 | 36736 |     0 |   0.0 |  30M| 858 |   - |1800 |6453 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 7.341000e+03 |  Large 
15.40/15.48	o 7292
15.40/15.48	c *14.9s| 83599 | 36569 |     0 |   0.0 |  30M| 858 |   - |1800 |6453 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 7.292000e+03 |  Large 
17.09/17.17	c  16.5s| 90000 | 42094 |     0 |   0.0 |  34M| 858 |   - |1800 |5108 |   0 |   0 |   0 |  23k|   0 | 1.000000e+00 | 7.292000e+03 |  Large 
19.69/19.78	c  19.1s|100000 | 50598 |     0 |   0.0 |  40M| 858 |   - |1800 |5919 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 7.292000e+03 |  Large 
20.80/20.89	o 7286
20.80/20.89	c *20.1s|104160 | 54054 |     0 |   0.0 |  43M| 858 |   - |1800 |6399 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 7.286000e+03 |  Large 
20.80/20.90	o 7280
20.80/20.90	c *20.1s|104163 | 54016 |     0 |   0.0 |  43M| 858 |   - |1800 |6409 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 7.280000e+03 |  Large 
21.29/21.39	o 7219
21.29/21.39	c *20.6s|105966 | 55221 |     0 |   0.0 |  44M| 858 |   - |1800 |6622 |   0 |   0 |   0 |  36k|   0 | 1.000000e+00 | 7.219000e+03 |  Large 
22.39/22.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.39/22.46	c  21.6s|110000 | 58685 |     0 |   0.0 |  46M| 858 |   - |1800 |6669 |   0 |   0 |   0 |  39k|   0 | 1.000000e+00 | 7.219000e+03 |  Large 
23.59/23.62	o 7039
23.59/23.62	c *22.8s|114466 | 61585 |     0 |   0.0 |  49M| 858 |   - |1800 |6759 |   0 |   0 |   0 |  42k|   0 | 1.000000e+00 | 7.039000e+03 |  Large 
23.99/24.09	o 7030
23.99/24.09	c *23.2s|116197 | 62971 |     0 |   0.0 |  50M| 858 |   - |1800 |7088 |   0 |   0 |   0 |  44k|   0 | 1.000000e+00 | 7.030000e+03 |  Large 
23.99/24.10	o 7018
23.99/24.10	c *23.2s|116198 | 62906 |     0 |   0.0 |  50M| 858 |   - |1800 |7088 |   0 |   0 |   0 |  44k|   0 | 1.000000e+00 | 7.018000e+03 |  Large 
25.09/25.12	c  24.2s|120000 | 66173 |     0 |   0.0 |  52M| 858 |   - |1800 |6455 |   0 |   0 |   0 |  46k|   0 | 1.000000e+00 | 7.018000e+03 |  Large 
25.20/25.29	o 6925
25.20/25.29	c *24.4s|120671 | 66212 |     0 |   0.0 |  52M| 858 |   - |1800 |6401 |   0 |   0 |   0 |  47k|   0 | 1.000000e+00 | 6.925000e+03 |  Large 
27.59/27.65	c  26.7s|130000 | 74367 |     0 |   0.0 |  58M| 858 |   - |1800 |6658 |   0 |   0 |   0 |  53k|   0 | 1.000000e+00 | 6.925000e+03 |  Large 
27.79/27.83	o 6921
27.79/27.83	c *26.8s|130701 | 74968 |     0 |   0.0 |  58M| 858 |   - |1800 |6634 |   0 |   0 |   0 |  53k|   0 | 1.000000e+00 | 6.921000e+03 |  Large 
27.79/27.88	o 6890
27.79/27.88	c *26.9s|130890 | 74954 |     0 |   0.0 |  58M| 858 |   - |1800 |6599 |   0 |   0 |   0 |  53k|   0 | 1.000000e+00 | 6.890000e+03 |  Large 
30.20/30.23	c  29.2s|140000 | 82848 |     0 |   0.0 |  64M| 858 |   - |1800 |7112 |   0 |   0 |   0 |  60k|   0 | 1.000000e+00 | 6.890000e+03 |  Large 
31.29/31.35	o 6808
31.29/31.35	c *30.2s|144058 | 85664 |     0 |   0.0 |  67M| 858 |   - |1800 |7588 |   0 |   0 |   0 |  63k|   0 | 1.000000e+00 | 6.808000e+03 |  Large 
32.19/32.22	o 6742
32.19/32.22	c *31.1s|147418 | 88077 |     0 |   0.0 |  68M| 858 |   - |1800 |7756 |   0 |   0 |   0 |  66k|   0 | 1.000000e+00 | 6.742000e+03 |  Large 
32.90/32.96	c  31.8s|150000 | 90187 |     0 |   0.0 |  70M| 858 |   - |1800 |7958 |   0 |   0 |   0 |  68k|   0 | 1.000000e+00 | 6.742000e+03 |  Large 
33.00/33.05	o 6724
33.00/33.05	c *31.9s|150330 | 90350 |     0 |   0.0 |  70M| 858 |   - |1800 |7985 |   0 |   0 |   0 |  68k|   0 | 1.000000e+00 | 6.724000e+03 |  Large 
33.00/33.05	o 6675
33.00/33.05	c *31.9s|150331 | 90006 |     0 |   0.0 |  69M| 858 |   - |1800 |7985 |   0 |   0 |   0 |  68k|   0 | 1.000000e+00 | 6.675000e+03 |  Large 
33.19/33.24	o 6483
33.19/33.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.19/33.25	c *32.1s|151020 | 89044 |     0 |   0.0 |  68M| 858 |   - |1800 |7977 |   0 |   0 |   0 |  69k|   0 | 1.000000e+00 | 6.483000e+03 |  Large 
33.30/33.30	o 6473
33.30/33.30	c *32.1s|151181 | 89092 |     0 |   0.0 |  68M| 858 |   - |1800 |7956 |   0 |   0 |   0 |  69k|   0 | 1.000000e+00 | 6.473000e+03 |  Large 
33.30/33.30	o 6441
33.30/33.30	c *32.1s|151182 | 88801 |     0 |   0.0 |  68M| 858 |   - |1800 |7956 |   0 |   0 |   0 |  69k|   0 | 1.000000e+00 | 6.441000e+03 |  Large 
33.69/33.76	o 6323
33.69/33.76	c *32.6s|152801 | 88956 |     0 |   0.0 |  67M| 858 |   - |1800 |8063 |   0 |   0 |   0 |  70k|   0 | 1.000000e+00 | 6.323000e+03 |  Large 
34.79/34.84	o 6267
34.79/34.84	c *33.6s|156582 | 91495 |     0 |   0.0 |  68M| 858 |   - |1800 |8621 |   0 |   0 |   0 |  74k|   0 | 1.000000e+00 | 6.267000e+03 |  Large 
34.99/35.03	o 6224
34.99/35.03	c *33.8s|157255 | 91635 |     0 |   0.0 |  68M| 858 |   - |1800 |8731 |   0 |   0 |   0 |  74k|   0 | 1.000000e+00 | 6.224000e+03 |  Large 
34.99/35.03	o 6191
34.99/35.03	c *33.8s|157256 | 91293 |     0 |   0.0 |  68M| 858 |   - |1800 |8731 |   0 |   0 |   0 |  74k|   0 | 1.000000e+00 | 6.191000e+03 |  Large 
35.79/35.81	c  34.5s|160000 | 93589 |     0 |   0.0 |  69M| 858 |   - |1800 |9005 |   0 |   0 |   0 |  77k|   0 | 1.000000e+00 | 6.191000e+03 |  Large 
35.99/36.01	o 6183
35.99/36.01	c *34.7s|160670 | 94031 |     0 |   0.0 |  70M| 858 |   - |1800 |9160 |   0 |   0 |   0 |  77k|   0 | 1.000000e+00 | 6.183000e+03 |  Large 
36.69/36.72	o 6136
36.69/36.72	c *35.4s|163020 | 95325 |     0 |   0.0 |  71M| 858 |   - |1800 |9440 |   0 |   0 |   0 |  80k|   0 | 1.000000e+00 | 6.136000e+03 |  Large 
36.69/36.72	o 6057
36.69/36.72	c *35.4s|163021 | 94351 |     0 |   0.0 |  69M| 858 |   - |1800 |9440 |   0 |   0 |   0 |  80k|   0 | 1.000000e+00 | 6.057000e+03 |  Large 
36.69/36.74	o 6056
36.69/36.74	c *35.5s|163096 | 94401 |     0 |   0.0 |  69M| 858 |   - |1800 |9431 |   0 |   0 |   0 |  80k|   0 | 1.000000e+00 | 6.056000e+03 |  Large 
36.79/36.83	o 6029
36.79/36.83	c *35.5s|163405 | 94310 |     0 |   0.0 |  69M| 858 |   - |1800 |9508 |   0 |   0 |   0 |  80k|   0 | 1.000000e+00 | 6.029000e+03 |  Large 
38.69/38.78	c  37.4s|170000 | 99841 |     0 |   0.0 |  73M| 858 |   - |1800 |6723 |   0 |   0 |   0 |  85k|   0 | 1.000000e+00 | 6.029000e+03 |  Large 
41.49/41.52	c  40.1s|180000 |108340 |     0 |   0.0 |  80M| 858 |   - |1800 |6506 |   0 |   0 |   0 |  92k|   0 | 1.000000e+00 | 6.029000e+03 |  Large 
43.89/44.00	o 5889
43.89/44.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.89/44.00	c *42.5s|188967 |113686 |     0 |   0.0 |  83M| 858 |   - |1800 |7096 |   0 |   0 |   0 |  98k|   0 | 1.000000e+00 | 5.889000e+03 |  Large 
44.29/44.30	c  42.8s|190000 |114555 |     0 |   0.0 |  84M| 858 |   - |1800 |7193 |   0 |   0 |   0 |  99k|   0 | 1.000000e+00 | 5.889000e+03 |  Large 
44.69/44.75	o 5851
44.69/44.75	c *43.2s|191587 |115336 |     0 |   0.0 |  84M| 858 |   - |1800 |7426 |   0 |   0 |   0 | 100k|   0 | 1.000000e+00 | 5.851000e+03 |  Large 
44.69/44.75	o 5818
44.69/44.75	c *43.2s|191588 |114851 |     0 |   0.0 |  84M| 858 |   - |1800 |7426 |   0 |   0 |   0 | 100k|   0 | 1.000000e+00 | 5.818000e+03 |  Large 
47.20/47.21	c  45.6s|200000 |121901 |     0 |   0.0 |  90M| 858 |   - |1800 |7546 |   0 |   0 |   0 | 106k|   0 | 1.000000e+00 | 5.818000e+03 |  Large 
48.19/48.21	o 5797
48.19/48.21	c *46.6s|203591 |124615 |     0 |   0.0 |  92M| 858 |   - |1800 |7893 |   0 |   0 |   0 | 109k|   0 | 1.000000e+00 | 5.797000e+03 |  Large 
48.19/48.22	o 5488
48.19/48.22	c *46.6s|203595 |119359 |     0 |   0.0 |  86M| 858 |   - |1800 |7893 |   0 |   0 |   0 | 109k|   0 | 1.000000e+00 | 5.488000e+03 |  Large 
49.99/50.05	c  48.4s|210000 |124779 |     0 |   0.0 |  90M| 858 |   - |1800 |8492 |   0 |   0 |   0 | 113k|   0 | 1.000000e+00 | 5.488000e+03 |  Large 
51.40/51.44	o 5442
51.40/51.44	c *49.7s|214863 |128175 |     0 |   0.0 |  93M| 858 |   - |1800 |8887 |   0 |   0 |   0 | 117k|   0 | 1.000000e+00 | 5.442000e+03 |  Large 
51.40/51.44	o 5428
51.40/51.44	c *49.7s|214864 |127934 |     0 |   0.0 |  92M| 858 |   - |1800 |8887 |   0 |   0 |   0 | 117k|   0 | 1.000000e+00 | 5.428000e+03 |  Large 
51.49/51.56	o 5421
51.49/51.56	c *49.9s|215327 |128233 |     0 |   0.0 |  92M| 858 |   - |1800 |8832 |   0 |   0 |   0 | 117k|   0 | 1.000000e+00 | 5.421000e+03 |  Large 
51.49/51.57	o 5372
51.49/51.57	c *49.9s|215328 |127399 |     0 |   0.0 |  92M| 858 |   - |1800 |8832 |   0 |   0 |   0 | 117k|   0 | 1.000000e+00 | 5.372000e+03 |  Large 
51.69/51.78	o 5321
51.69/51.78	c *50.1s|216052 |127110 |     0 |   0.0 |  91M| 858 |   - |1800 |8829 |   0 |   0 |   0 | 117k|   0 | 1.000000e+00 | 5.321000e+03 |  Large 
51.69/51.78	o 5272
51.69/51.78	c *50.1s|216053 |126159 |     0 |   0.0 |  90M| 858 |   - |1800 |8829 |   0 |   0 |   0 | 117k|   0 | 1.000000e+00 | 5.272000e+03 |  Large 
52.89/52.99	c  51.2s|220000 |129441 |     0 |   0.0 |  92M| 858 |   - |1800 |9156 |   0 |   0 |   0 | 120k|   0 | 1.000000e+00 | 5.272000e+03 |  Large 
54.19/54.22	o 5223
54.19/54.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.19/54.22	c *52.5s|224108 |131830 |     0 |   0.0 |  94M| 858 |   - |1800 |9569 |   0 |   0 |   0 | 124k|   0 | 1.000000e+00 | 5.223000e+03 |  Large 
54.19/54.23	o 5207
54.19/54.23	c *52.5s|224111 |131514 |     0 |   0.0 |  94M| 858 |   - |1800 |9579 |   0 |   0 |   0 | 124k|   0 | 1.000000e+00 | 5.207000e+03 |  Large 
54.49/54.53	o 4993
54.49/54.53	c *52.8s|225095 |127745 |     0 |   0.0 |  89M| 858 |   - |1800 |9692 |   0 |   0 |   0 | 124k|   0 | 1.000000e+00 | 4.993000e+03 |  Large 
54.49/54.53	o 4864
54.49/54.53	c *52.8s|225096 |124870 |     0 |   0.0 |  86M| 858 |   - |1800 |9692 |   0 |   0 |   0 | 124k|   0 | 1.000000e+00 | 4.864000e+03 |  Large 
56.10/56.19	c  54.4s|230000 |128760 |     0 |   0.0 |  89M| 858 |   - |1800 |9724 |   0 |   0 |   0 | 129k|   0 | 1.000000e+00 | 4.864000e+03 |  Large 
57.39/57.42	o 4754
57.39/57.42	c *55.6s|233889 |129534 |     0 |   0.0 |  90M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 132k|   0 | 1.000000e+00 | 4.754000e+03 |  Large 
59.59/59.69	c  57.8s|240000 |134100 |     0 |   0.0 |  95M| 858 |   - |1800 |  11k|   0 |   0 |   0 | 139k|   0 | 1.000000e+00 | 4.754000e+03 |  Large 
61.79/61.88	o 4725
61.79/61.88	c *59.9s|246199 |138170 |     0 |   0.0 |  99M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 145k|   0 | 1.000000e+00 | 4.725000e+03 |  Large 
63.10/63.15	c  61.1s|250000 |141252 |     0 |   0.0 | 102M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 149k|   0 | 1.000000e+00 | 4.725000e+03 |  Large 
63.39/63.43	o 4576
63.39/63.43	c *61.4s|250792 |138279 |     0 |   0.0 |  99M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 149k|   0 | 1.000000e+00 | 4.576000e+03 |  Large 
65.19/65.28	o 4548
65.19/65.28	c *63.2s|255725 |141461 |     0 |   0.0 | 103M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 155k|   0 | 1.000000e+00 | 4.548000e+03 |  Large 
65.19/65.29	o 4239
65.19/65.29	c *63.2s|255737 |133600 |     0 |   0.0 |  96M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 155k|   0 | 1.000000e+00 | 4.239000e+03 |  Large 
66.40/66.46	o 4056
66.40/66.46	c *64.4s|258866 |131205 |     0 |   0.0 |  94M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 158k|   0 | 1.000000e+00 | 4.056000e+03 |  Large 
66.79/66.88	c  64.8s|260000 |132086 |     0 |   0.0 |  95M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 159k|   0 | 1.000000e+00 | 4.056000e+03 |  Large 
67.50/67.58	o 4002
67.50/67.58	c *65.5s|261876 |132041 |     0 |   0.0 |  95M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 161k|   0 | 1.000000e+00 | 4.002000e+03 |  Large 
67.59/67.61	o 3743
67.59/67.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.59/67.61	c *65.5s|261921 |124874 |     0 |   0.0 |  87M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 161k|   0 | 1.000000e+00 | 3.743000e+03 |  Large 
68.49/68.56	o 3448
68.49/68.56	c *66.5s|264125 |117540 |     0 |   0.0 |  82M| 858 |   - |1800 |  14k|   0 |   0 |   0 | 164k|   0 | 1.000000e+00 | 3.448000e+03 |  Large 
68.49/68.57	o 3351
68.49/68.57	c *66.5s|264126 |114480 |     0 |   0.0 |  80M| 858 |   - |1800 |  14k|   0 |   0 |   0 | 164k|   0 | 1.000000e+00 | 3.351000e+03 |  Large 
70.69/70.80	c  68.6s|270000 |119093 |     0 |   0.0 |  83M| 858 |   - |1800 |8714 |   0 |   0 |   0 | 168k|   0 | 1.000000e+00 | 3.351000e+03 |  Large 
72.39/72.42	o 3325
72.39/72.42	c *70.2s|274660 |121932 |     0 |   0.0 |  86M| 858 |   - |1800 |7483 |   0 |   0 |   0 | 172k|   0 | 1.000000e+00 | 3.325000e+03 |  Large 
74.30/74.32	c  72.1s|280000 |126017 |     0 |   0.0 |  90M| 858 |   - |1800 |7609 |   0 |   0 |   0 | 175k|   0 | 1.000000e+00 | 3.325000e+03 |  Large 
77.20/77.27	o 3207
77.20/77.27	c *75.0s|287849 |127948 |     0 |   0.0 |  94M| 858 |   - |1800 |8099 |   0 |   0 |   0 | 182k|   0 | 1.000000e+00 | 3.207000e+03 |  Large 
77.99/78.09	c  75.8s|290000 |129472 |     0 |   0.0 |  96M| 858 |   - |1800 |8468 |   0 |   0 |   0 | 184k|   0 | 1.000000e+00 | 3.207000e+03 |  Large 
82.00/82.03	c  79.6s|300000 |136769 |     0 |   0.0 | 105M| 858 |   - |1800 |9506 |   0 |   0 |   0 | 193k|   0 | 1.000000e+00 | 3.207000e+03 |  Large 
85.99/86.05	c  83.5s|310000 |144079 |     0 |   0.0 | 114M| 858 |   - |1800 |9149 |   0 |   0 |   0 | 201k|   0 | 1.000000e+00 | 3.207000e+03 |  Large 
87.70/87.74	o 3091
87.70/87.74	c *85.2s|314237 |142940 |     0 |   0.0 | 115M| 858 |   - |1800 |9213 |   0 |   0 |   0 | 204k|   0 | 1.000000e+00 | 3.091000e+03 |  Large 
90.00/90.01	c  87.4s|320000 |147191 |     0 |   0.0 | 121M| 858 |   - |1800 |9653 |   0 |   0 |   0 | 209k|   0 | 1.000000e+00 | 3.091000e+03 |  Large 
90.50/90.56	o 3041
90.50/90.56	c *87.9s|321399 |146284 |     0 |   0.0 | 121M| 858 |   - |1800 |9703 |   0 |   0 |   0 | 210k|   0 | 1.000000e+00 | 3.041000e+03 |  Large 
93.99/94.01	c  91.3s|330000 |152530 |     0 |   0.0 | 129M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 217k|   0 | 1.000000e+00 | 3.041000e+03 |  Large 
95.49/95.50	o 3008
95.49/95.50	c *92.8s|333757 |153957 |     0 |   0.0 | 131M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 220k|   0 | 1.000000e+00 | 3.008000e+03 |  Large 
98.00/98.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
98.00/98.05	c  95.2s|340000 |158500 |     0 |   0.0 | 136M| 858 |   - |1800 |  11k|   0 |   0 |   0 | 226k|   0 | 1.000000e+00 | 3.008000e+03 |  Large 
102.20/102.29	c  99.4s|350000 |165628 |     0 |   0.0 | 145M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 236k|   0 | 1.000000e+00 | 3.008000e+03 |  Large 
103.69/103.80	o 2969
103.69/103.80	c * 101s|353417 |166332 |     0 |   0.0 | 147M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 240k|   0 | 1.000000e+00 | 2.969000e+03 |  Large 
105.69/105.70	o 2950
105.69/105.70	c * 103s|357457 |168218 |     0 |   0.0 | 151M| 858 |   - |1800 |  14k|   0 |   0 |   0 | 245k|   0 | 1.000000e+00 | 2.950000e+03 |  Large 
105.69/105.77	o 2864
105.69/105.77	c * 103s|357592 |164566 |     0 |   0.0 | 148M| 858 |   - |1800 |  14k|   0 |   0 |   0 | 245k|   0 | 1.000000e+00 | 2.864000e+03 |  Large 
107.09/107.11	c   104s|360000 |166129 |     0 |   0.0 | 149M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 247k|   0 | 1.000000e+00 | 2.864000e+03 |  Large 
108.19/108.30	o 2837
108.19/108.30	c * 105s|362641 |166650 |     0 |   0.0 | 151M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 250k|   0 | 1.000000e+00 | 2.837000e+03 |  Large 
109.10/109.17	o 2761
109.10/109.17	c * 106s|364780 |164662 |     0 |   0.0 | 149M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 251k|   0 | 1.000000e+00 | 2.761000e+03 |  Large 
109.10/109.18	o 2745
109.10/109.18	c * 106s|364781 |163991 |     0 |   0.0 | 148M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 251k|   0 | 1.000000e+00 | 2.745000e+03 |  Large 
111.30/111.39	c   108s|370000 |167693 |     0 |   0.0 | 153M| 858 |   - |1800 |9538 |   0 |   0 |   0 | 256k|   0 | 1.000000e+00 | 2.745000e+03 |  Large 
114.09/114.18	o 2700
114.09/114.18	c * 111s|376530 |169921 |     0 |   0.0 | 157M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 261k|   0 | 1.000000e+00 | 2.700000e+03 |  Large 
115.19/115.28	o 2616
115.19/115.28	c * 112s|379076 |167630 |     0 |   0.0 | 155M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 263k|   0 | 1.000000e+00 | 2.616000e+03 |  Large 
115.59/115.69	c   112s|380000 |168240 |     0 |   0.0 | 156M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 264k|   0 | 1.000000e+00 | 2.616000e+03 |  Large 
116.50/116.52	o 2531
116.50/116.52	c * 113s|381792 |164809 |     0 |   0.0 | 152M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 266k|   0 | 1.000000e+00 | 2.531000e+03 |  Large 
116.99/117.09	o 2527
116.99/117.09	c * 114s|383034 |165390 |     0 |   0.0 | 153M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 267k|   0 | 1.000000e+00 | 2.527000e+03 |  Large 
117.99/118.05	o 2485
117.99/118.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
117.99/118.05	c * 115s|384985 |164464 |     0 |   0.0 | 152M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 269k|   0 | 1.000000e+00 | 2.485000e+03 |  Large 
120.59/120.63	c   117s|390000 |167675 |     0 |   0.0 | 157M| 858 |   - |1800 |  11k|   0 |   0 |   0 | 274k|   0 | 1.000000e+00 | 2.485000e+03 |  Large 
125.19/125.26	c   122s|400000 |174464 |     0 |   0.0 | 167M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 283k|   0 | 1.000000e+00 | 2.485000e+03 |  Large 
129.69/129.72	c   126s|410000 |181572 |     0 |   0.0 | 177M| 858 |   - |1800 |  11k|   0 |   0 |   0 | 290k|   0 | 1.000000e+00 | 2.485000e+03 |  Large 
134.29/134.32	c   131s|420000 |188452 |     0 |   0.0 | 187M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 299k|   0 | 1.000000e+00 | 2.485000e+03 |  Large 
139.30/139.34	c   136s|430000 |194946 |     0 |   0.0 | 197M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 308k|   0 | 1.000000e+00 | 2.485000e+03 |  Large 
140.29/140.39	o 2407
140.29/140.39	c * 137s|431917 |191037 |     0 |   0.0 | 192M| 858 |   - |1800 |  14k|   0 |   0 |   0 | 310k|   0 | 1.000000e+00 | 2.407000e+03 |  Large 
140.50/140.55	o 2335
140.50/140.55	c * 137s|432242 |186351 |     0 |   0.0 | 185M| 858 |   - |1800 |  14k|   0 |   0 |   0 | 311k|   0 | 1.000000e+00 | 2.335000e+03 |  Large 
141.39/141.43	o 2279
141.39/141.43	c * 138s|433593 |183170 |     0 |   0.0 | 180M| 858 |   - |1800 |  14k|   0 |   0 |   0 | 313k|   0 | 1.000000e+00 | 2.279000e+03 |  Large 
141.39/141.48	o 1981
141.39/141.48	c * 138s|433608 |162231 |     0 |   0.0 | 149M| 858 |   - |1800 |  14k|   0 |   0 |   0 | 313k|   0 | 1.000000e+00 | 1.981000e+03 |  Large 
142.59/142.64	o 1920
142.59/142.64	c * 139s|435284 |158410 |     0 |   0.0 | 145M| 858 |   - |1800 |  14k|   0 |   0 |   0 | 315k|   0 | 1.000000e+00 | 1.920000e+03 |  Large 
142.90/142.94	o 1740
142.90/142.94	c * 139s|435678 |143630 |     0 |   0.0 | 126M| 858 |   - |1800 |  15k|   0 |   0 |   0 | 315k|   0 | 1.000000e+00 | 1.740000e+03 |  Large 
143.00/143.07	o 1481
143.00/143.07	c * 139s|435804 |121158 |     0 |   0.0 |  98M| 858 |   - |1800 |  15k|   0 |   0 |   0 | 316k|   0 | 1.000000e+00 | 1.481000e+03 |  Large 
143.30/143.30	o 1406
143.30/143.30	c * 139s|436057 |116257 |     0 |   0.0 |  94M| 858 |   - |1800 |  14k|   0 |   0 |   0 | 316k|   0 | 1.000000e+00 | 1.406000e+03 |  Large 
143.30/143.32	o 1309
143.30/143.32	c * 139s|436058 |109146 |     0 |   0.0 |  88M| 858 |   - |1800 |  14k|   0 |   0 |   0 | 316k|   0 | 1.000000e+00 | 1.309000e+03 |  Large 
143.79/143.89	o 1238
143.79/143.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
143.79/143.89	c * 140s|436570 |103328 |     0 |   0.0 |  84M| 858 |   - |1800 |  14k|   0 |   0 |   0 | 317k|   0 | 1.000000e+00 | 1.238000e+03 |  Large 
144.10/144.18	o 1167
144.10/144.18	c * 140s|436784 | 97409 |     0 |   0.0 |  80M| 858 |   - |1800 |  14k|   0 |   0 |   0 | 317k|   0 | 1.000000e+00 | 1.167000e+03 |  Large 
146.70/146.71	c   143s|440000 | 98832 |     0 |   0.0 |  85M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 321k|   0 | 1.000000e+00 | 1.167000e+03 |  Large 
148.20/148.20	o 1139
148.20/148.20	c * 144s|441872 | 98142 |     0 |   0.0 |  88M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 323k|   0 | 1.000000e+00 | 1.139000e+03 |  Large 
148.20/148.20	o 1122
148.20/148.20	c * 144s|441875 | 96821 |     0 |   0.0 |  87M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 323k|   0 | 1.000000e+00 | 1.122000e+03 |  Large 
148.20/148.23	o 1053
148.20/148.23	c * 144s|441896 | 90739 |     0 |   0.0 |  83M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 323k|   0 | 1.000000e+00 | 1.053000e+03 |  Large 
148.20/148.24	o 1037
148.20/148.24	c * 144s|441897 | 89815 |     0 |   0.0 |  82M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 323k|   0 | 1.000000e+00 | 1.037000e+03 |  Large 
150.79/150.86	o 1029
150.79/150.86	c * 147s|444749 | 89872 |     0 |   0.0 |  88M| 858 |   - |1800 |  11k|   0 |   0 |   0 | 327k|   0 | 1.000000e+00 | 1.029000e+03 |  Large 
150.79/150.87	o 1017
150.79/150.87	c * 147s|444750 | 88980 |     0 |   0.0 |  87M| 858 |   - |1800 |  11k|   0 |   0 |   0 | 327k|   0 | 1.000000e+00 | 1.017000e+03 |  Large 
156.39/156.42	c   152s|450000 | 89457 |     0 |   0.0 |  98M| 858 |   - |1800 |  11k|   0 |   0 |   0 | 336k|   0 | 1.000000e+00 | 1.017000e+03 |  Large 
159.59/159.68	o 937
159.59/159.68	c * 156s|453468 | 80818 |     0 |   0.0 | 100M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 340k|   0 | 1.000000e+00 | 9.370000e+02 |  Large 
159.59/159.68	o 904
159.59/159.68	c * 156s|453469 | 78305 |     0 |   0.0 |  98M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 340k|   0 | 1.000000e+00 | 9.040000e+02 |  Large 
162.29/162.36	o 854
162.29/162.36	c * 158s|455498 | 72811 |     0 |   0.0 | 101M| 858 |   - |1800 |  11k|   0 |   0 |   0 | 344k|   0 | 1.000000e+00 | 8.540000e+02 |  Large 
162.29/162.36	o 842
162.29/162.36	c * 158s|455499 | 72143 |     0 |   0.0 | 101M| 858 |   - |1800 |  11k|   0 |   0 |   0 | 344k|   0 | 1.000000e+00 | 8.420000e+02 |  Large 
162.70/162.72	o 838
162.70/162.72	c * 159s|455713 | 71740 |     0 |   0.0 | 102M| 858 |   - |1800 |  11k|   0 |   0 |   0 | 345k|   0 | 1.000000e+00 | 8.380000e+02 |  Large 
162.70/162.72	o 826
162.70/162.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
162.70/162.72	c * 159s|455714 | 70587 |     0 |   0.0 | 101M| 858 |   - |1800 |  11k|   0 |   0 |   0 | 345k|   0 | 1.000000e+00 | 8.260000e+02 |  Large 
165.39/165.49	o 746
165.39/165.49	c * 161s|458107 | 61793 |     0 |   0.0 | 102M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 349k|   0 | 1.000000e+00 | 7.460000e+02 |  Large 
166.60/166.67	o 534
166.60/166.67	c * 162s|458850 | 38562 |     0 |   0.0 |  87M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 350k|   0 | 1.000000e+00 | 5.340000e+02 |  Large 
168.30/168.39	o 523
168.30/168.39	c * 164s|459606 | 36483 |     0 |   0.0 |  91M| 858 |   - |1800 |  11k|   0 |   0 |   0 | 353k|   0 | 1.000000e+00 | 5.230000e+02 |  Large 
168.30/168.39	o 507
168.30/168.39	c * 164s|459607 | 35527 |     0 |   0.0 |  90M| 858 |   - |1800 |  11k|   0 |   0 |   0 | 353k|   0 | 1.000000e+00 | 5.070000e+02 |  Large 
168.60/168.68	o 478
168.60/168.68	c * 164s|459824 | 34878 |     0 |   0.0 |  90M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 354k|   0 | 1.000000e+00 | 4.780000e+02 |  Large 
168.99/169.02	c   165s|460000 | 34721 |     0 |   0.0 |  91M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 354k|   0 | 1.000000e+00 | 4.780000e+02 |  Large 
169.20/169.21	o 367
169.20/169.21	c * 165s|460117 | 26057 |     0 |   0.0 |  82M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 355k|   0 | 1.000000e+00 | 3.670000e+02 |  Large 
169.20/169.21	o 355
169.20/169.21	c * 165s|460118 | 25525 |     0 |   0.0 |  81M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 355k|   0 | 1.000000e+00 | 3.550000e+02 |  Large 
169.20/169.29	o 283
169.20/169.29	c * 165s|460158 | 16677 |     0 |   0.0 |  63M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 355k|   0 | 1.000000e+00 | 2.830000e+02 |  Large 
169.20/169.30	o 192
169.20/169.30	c * 165s|460162 | 14098 |     0 |   0.0 |  58M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 355k|   0 | 1.000000e+00 | 1.920000e+02 |  Large 
169.30/169.33	o 98
169.30/169.33	c * 165s|460168 |  9733 |     0 |   0.0 |  48M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 355k|   0 | 1.000000e+00 | 9.800000e+01 |9700.00%
169.40/169.47	o 86
169.40/169.47	c * 165s|460172 |  1600 |     0 |   0.0 |  29M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 355k|   0 | 1.000000e+00 | 8.600000e+01 |8500.00%
169.70/169.72	o 85
169.70/169.72	c * 166s|460212 |   474 |     0 |   0.0 |  20M| 858 |   - |1800 |9756 |   0 |   0 |   0 | 355k|   0 | 3.400000e+01 | 8.500000e+01 | 150.00%
169.80/169.88	c 
169.80/169.88	c SCIP Status        : problem is solved [optimal solution found]
169.80/169.88	c Solving Time (sec) : 165.66
169.80/169.88	c Solving Nodes      : 460234
169.80/169.88	c Primal Bound       : +8.50000000000000e+01 (178 solutions)
169.80/169.88	c Dual Bound         : +8.50000000000000e+01
169.80/169.88	c Gap                : 0.00 %
169.80/169.88	s OPTIMUM FOUND
169.80/169.88	v x200 -x199 x198 -x197 x196 -x195 x194 -x193 -x192 x191 -x190 x189 x188 -x187 -x186 x185 -x184 x183 -x182 x181 -x180 x179 -x178 
169.80/169.88	v x177 x176 -x175 -x174 x173 -x172 x171 x170 -x169 -x168 x167 x166 -x165 -x164 x163 x162 -x161 x160 -x159 x158 -x157 x156 -x155 
169.80/169.88	v x154 -x153 -x152 x151 -x150 x149 x148 -x147 -x146 x145 x144 -x143 -x142 x141 -x140 x139 -x138 x137 x136 -x135 x134 -x133 -x132 
169.80/169.88	v x131 x130 -x129 x128 -x127 x126 -x125 x124 -x123 -x122 x121 x120 -x119 x118 -x117 -x116 x115 -x114 x113 x112 -x111 -x110 x109 
169.80/169.88	v x108 -x107 -x106 x105 x104 -x103 x102 -x101 x100 -x99 -x98 x97 x96 -x95 x94 -x93 x92 -x91 x90 -x89 x88 -x87 x86 -x85 -x84 
169.80/169.88	v x83 -x82 x81 -x80 x79 x78 -x77 -x76 x75 x74 -x73 -x72 x71 -x70 x69 x68 -x67 -x66 x65 x64 -x63 x62 -x61 -x60 x59 -x58 x57 -x56 
169.80/169.88	v x55 x54 -x53 x52 -x51 -x50 x49 -x48 x47 -x46 x45 -x44 x43 x42 -x41 -x40 x39 -x38 x37 x36 -x35 -x34 x33 -x32 x31 -x30 x29 -x28 
169.80/169.88	v x27 -x26 x25 -x24 x23 -x22 x21 -x20 x19 -x18 x17 x16 -x15 x14 -x13 -x12 x11 -x10 x9 -x8 x7 x6 -x5 -x4 x3 x2 -x1 
169.80/169.88	c SCIP Status        : problem is solved [optimal solution found]
169.80/169.88	c Solving Time       :     165.66
169.80/169.88	c Original Problem   :
169.80/169.88	c   Problem name     : HOME/instance-2700322-1278534739.wbo
169.80/169.88	c   Variables        : 1900 (1050 binary, 0 integer, 0 implicit integer, 850 continuous)
169.80/169.88	c   Constraints      : 1801 initial, 1801 maximal
169.80/169.88	c Presolved Problem  :
169.80/169.88	c   Problem name     : t_HOME/instance-2700322-1278534739.wbo
169.80/169.88	c   Variables        : 1800 (950 binary, 0 integer, 0 implicit integer, 850 continuous)
169.80/169.88	c   Constraints      : 1700 initial, 15051 maximal
169.80/169.88	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
169.80/169.88	c   trivial          :       0.00          0          0          0          0          0          0          0          0
169.80/169.88	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
169.80/169.88	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
169.80/169.88	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
169.80/169.88	c   implics          :       0.00          0          0          0          0          0          0          0          0
169.80/169.88	c   probing          :       0.02          0          0          0          0          0          0          0          0
169.80/169.88	c   indicator        :       0.00          0          0          0          0          0          0          0          0
169.80/169.88	c   linear           :       0.02          0        100          0        850          0        101          0          0
169.80/169.88	c   logicor          :       0.00          0          0          0          0          0          0          0          0
169.80/169.88	c   root node        :          -        806          -          -       1606          -          -          -          -
169.80/169.88	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
169.80/169.88	c   integral         :          0          0          0          0          0          0          0          0          0          0
169.80/169.88	c   indicator        :        850          0    1037886          0     420376        713    8401345          0          0          0
169.80/169.88	c   linear           :        850          0    1036992          0     420281      10999     943993          0          0          0
169.80/169.88	c   logicor          :          0+         0     672592          0          0       2799     488707          0          0          0
169.80/169.88	c   countsols        :          0          0          0          0     420403          0          0          0          0          0
169.80/169.88	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
169.80/169.88	c   integral         :       0.00       0.00       0.00       0.00       0.00
169.80/169.88	c   indicator        :      27.69       0.00      13.36       0.00      14.33
169.80/169.88	c   linear           :      18.55       0.00      18.22       0.00       0.33
169.80/169.88	c   logicor          :      24.10       0.00      24.10       0.00       0.00
169.80/169.88	c   countsols        :       0.04       0.00       0.00       0.00       0.04
169.80/169.88	c Propagators        :       Time      Calls    Cutoffs    DomReds
169.80/169.88	c   vbounds          :       0.23          2          0          0
169.80/169.88	c   rootredcost      :       0.30          0          0          0
169.80/169.88	c   pseudoobj        :      25.58    1082654      44806    8231565
169.80/169.88	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
169.80/169.88	c   propagation      :       3.15      58604      58525     260734       28.0     160337        3.8          -
169.80/169.88	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
169.80/169.88	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
169.80/169.88	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
169.80/169.88	c   pseudo solution  :       0.07        398        398       2710       32.6       1705        4.1          -
169.80/169.88	c   applied globally :          -          -          -     355558       15.2          -          -          -
169.80/169.88	c   applied locally  :          -          -          -          2      100.0          -          -          -
169.80/169.88	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
169.80/169.88	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
169.80/169.88	c   redcost          :       0.00          0          0          0          0          0
169.80/169.88	c   impliedbounds    :       0.00          0          0          0          0          0
169.80/169.88	c   intobj           :       0.00          0          0          0          0          0
169.80/169.88	c   cgmip            :       0.00          0          0          0          0          0
169.80/169.88	c   gomory           :       0.00          0          0          0          0          0
169.80/169.88	c   strongcg         :       0.00          0          0          0          0          0
169.80/169.88	c   cmir             :       0.00          0          0          0          0          0
169.80/169.88	c   flowcover        :       0.00          0          0          0          0          0
169.80/169.88	c   clique           :       0.00          0          0          0          0          0
169.80/169.88	c   zerohalf         :       0.00          0          0          0          0          0
169.80/169.88	c   mcf              :       0.00          0          0          0          0          0
169.80/169.88	c   rapidlearning    :       0.00          0          0          0          0          0
169.80/169.88	c Pricers            :       Time      Calls       Vars
169.80/169.88	c   problem variables:       0.00          0          0
169.80/169.88	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
169.80/169.88	c   relpscost        :       0.00          0          0          0          0          0          0
169.80/169.88	c   pscost           :       0.00          0          0          0          0          0          0
169.80/169.88	c   inference        :      24.02     420227          0          0          0          0     840454
169.80/169.88	c   mostinf          :       0.00          0          0          0          0          0          0
169.80/169.88	c   leastinf         :       0.00          0          0          0          0          0          0
169.80/169.88	c   fullstrong       :       0.00          0          0          0          0          0          0
169.80/169.88	c   allfullstrong    :       0.00          0          0          0          0          0          0
169.80/169.88	c   random           :       0.00          0          0          0          0          0          0
169.80/169.88	c Primal Heuristics  :       Time      Calls      Found
169.80/169.88	c   LP solutions     :       0.00          -          0
169.80/169.88	c   pseudo solutions :       0.77          -        176
169.80/169.88	c   oneopt           :       0.13          0          0
169.80/169.88	c   trivial          :       0.00          2          1
169.80/169.88	c   simplerounding   :       0.00          0          0
169.80/169.88	c   zirounding       :       0.00          0          0
169.80/169.88	c   rounding         :       0.00          0          0
169.80/169.88	c   shifting         :       0.00          0          0
169.80/169.88	c   intshifting      :       0.00          0          0
169.80/169.88	c   twoopt           :       0.00          0          0
169.80/169.88	c   fixandinfer      :       0.00          0          0
169.80/169.88	c   feaspump         :       0.00          0          0
169.80/169.88	c   coefdiving       :       0.00          0          0
169.80/169.88	c   pscostdiving     :       0.00          0          0
169.80/169.88	c   fracdiving       :       0.00          0          0
169.80/169.88	c   veclendiving     :       0.00          0          0
169.80/169.88	c   intdiving        :       0.00          0          0
169.80/169.88	c   actconsdiving    :       0.00          0          0
169.80/169.88	c   objpscostdiving  :       0.00          0          0
169.80/169.88	c   rootsoldiving    :       0.00          0          0
169.80/169.88	c   linesearchdiving :       0.00          0          0
169.80/169.88	c   guideddiving     :       0.00          0          0
169.80/169.88	c   octane           :       0.00          0          0
169.80/169.88	c   rens             :       0.00          0          0
169.80/169.88	c   rins             :       0.00          0          0
169.80/169.88	c   localbranching   :       0.00          0          0
169.80/169.88	c   mutation         :       0.00          0          0
169.80/169.88	c   crossover        :       0.00          0          0
169.80/169.88	c   dins             :       0.00          0          0
169.80/169.88	c   undercover       :       0.00          0          0
169.80/169.88	c   nlp              :       0.15          0          0
169.80/169.88	c   trysol           :       0.07          1          1
169.80/169.88	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
169.80/169.88	c   primal LP        :       0.00          0          0       0.00          -
169.80/169.88	c   dual LP          :       0.00          0          0       0.00          -
169.80/169.88	c   lex dual LP      :       0.00          0          0       0.00          -
169.80/169.88	c   barrier LP       :       0.00          0          0       0.00          -
169.80/169.88	c   diving/probing LP:       0.00          0          0       0.00          -
169.80/169.88	c   strong branching :       0.00          0          0       0.00          -
169.80/169.88	c     (at root node) :          -          0          0       0.00          -
169.80/169.88	c   conflict analysis:       0.00          0          0       0.00          -
169.80/169.88	c B&B Tree           :
169.80/169.88	c   number of runs   :          1
169.80/169.88	c   nodes            :     460234
169.80/169.88	c   nodes (total)    :     460234
169.80/169.88	c   nodes left       :          0
169.80/169.88	c   max depth        :        858
169.80/169.88	c   max depth (total):        858
169.80/169.88	c   backtracks       :      23779 (5.2%)
169.80/169.88	c   delayed cutoffs  :      27256
169.80/169.88	c   repropagations   :      92741 (5143752 domain reductions, 19884 cutoffs)
169.80/169.88	c   avg switch length:       3.97
169.80/169.88	c   switching time   :      29.54
169.80/169.88	c Solution           :
169.80/169.88	c   Solutions found  :        178 (177 improvements)
169.80/169.88	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
169.80/169.88	c   Primal Bound     : +8.50000000000000e+01   (in run 1, after 460212 nodes, 165.50 seconds, depth 407, found by <relaxation>)
169.80/169.88	c   Dual Bound       : +8.50000000000000e+01
169.80/169.88	c   Gap              :       0.00 %
169.80/169.88	c   Root Dual Bound  : +0.00000000000000e+00
169.80/169.88	c   Root Iterations  :          0
169.89/169.91	c Time complete: 169.91.

Verifier Data

OK	85

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700322-1278534739/watcher-2700322-1278534739 -o /tmp/evaluation-result-2700322-1278534739/solver-2700322-1278534739 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700322-1278534739.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.09 2.78 2.22 4/182 27690
/proc/meminfo: memFree=28959140/32951124 swapFree=67111528/67111528
[pid=27690] ppid=27688 vsize=8272 CPUtime=0
/proc/27690/stat : 27690 (pbscip.linux.x8) R 27688 27690 26954 0 -1 4202496 1555 0 0 0 0 0 0 0 25 0 1 0 21687238 8470528 1478 4089446400 4194304 7136930 140736754128928 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27690/statm: 2068 1478 275 719 0 1347 0

[startup+0.0467961 s]
/proc/loadavg: 2.09 2.78 2.22 4/182 27690
/proc/meminfo: memFree=28959140/32951124 swapFree=67111528/67111528
[pid=27690] ppid=27688 vsize=18996 CPUtime=0.04
/proc/27690/stat : 27690 (pbscip.linux.x8) R 27688 27690 26954 0 -1 4202496 5201 0 0 0 4 0 0 0 25 0 1 0 21687238 19451904 3999 4089446400 4194304 7136930 140736754128928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27690/statm: 4749 3999 364 719 0 4028 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18996

[startup+0.100799 s]
/proc/loadavg: 2.09 2.78 2.22 4/182 27690
/proc/meminfo: memFree=28959140/32951124 swapFree=67111528/67111528
[pid=27690] ppid=27688 vsize=20504 CPUtime=0.09
/proc/27690/stat : 27690 (pbscip.linux.x8) R 27688 27690 26954 0 -1 4202496 5585 0 0 0 9 0 0 0 25 0 1 0 21687238 20996096 4383 4089446400 4194304 7136930 140736754128928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27690/statm: 5126 4383 387 719 0 4405 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20504

[startup+0.300752 s]
/proc/loadavg: 2.09 2.78 2.22 4/182 27690
/proc/meminfo: memFree=28959140/32951124 swapFree=67111528/67111528
[pid=27690] ppid=27688 vsize=21728 CPUtime=0.29
/proc/27690/stat : 27690 (pbscip.linux.x8) R 27688 27690 26954 0 -1 4202496 5905 0 0 0 28 1 0 0 25 0 1 0 21687238 22249472 4703 4089446400 4194304 7136930 140736754128928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27690/statm: 5432 4703 393 719 0 4711 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21728

[startup+0.700679 s]
/proc/loadavg: 2.09 2.78 2.22 4/182 27690
/proc/meminfo: memFree=28959140/32951124 swapFree=67111528/67111528
[pid=27690] ppid=27688 vsize=23312 CPUtime=0.69
/proc/27690/stat : 27690 (pbscip.linux.x8) R 27688 27690 26954 0 -1 4202496 6327 0 0 0 66 3 0 0 25 0 1 0 21687238 23871488 5125 4089446400 4194304 7136930 140736754128928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27690/statm: 5828 5125 393 719 0 5107 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23312

[startup+1.50053 s]
/proc/loadavg: 2.09 2.78 2.22 3/183 27691
/proc/meminfo: memFree=28936812/32951124 swapFree=67111528/67111528
[pid=27690] ppid=27688 vsize=26492 CPUtime=1.49
/proc/27690/stat : 27690 (pbscip.linux.x8) R 27688 27690 26954 0 -1 4202496 7130 0 0 0 142 7 0 0 25 0 1 0 21687238 27127808 5928 4089446400 4194304 7136930 140736754128928 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27690/statm: 6623 5928 394 719 0 5902 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26492

[startup+3.10025 s]
/proc/loadavg: 2.09 2.78 2.22 3/183 27691
/proc/meminfo: memFree=28932472/32951124 swapFree=67111528/67111528
[pid=27690] ppid=27688 vsize=31696 CPUtime=3.09
/proc/27690/stat : 27690 (pbscip.linux.x8) R 27688 27690 26954 0 -1 4202496 8475 0 0 0 296 13 0 0 25 0 1 0 21687238 32456704 7273 4089446400 4194304 7136930 140736754128928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27690/statm: 7924 7273 394 719 0 7203 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31696

[startup+6.30067 s]
/proc/loadavg: 2.08 2.76 2.22 3/183 27691
/proc/meminfo: memFree=28918032/32951124 swapFree=67111528/67111528
[pid=27690] ppid=27688 vsize=41388 CPUtime=6.29
/proc/27690/stat : 27690 (pbscip.linux.x8) R 27688 27690 26954 0 -1 4202496 10953 0 0 0 602 27 0 0 25 0 1 0 21687238 42381312 9751 4089446400 4194304 7136930 140736754128928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27690/statm: 10347 9751 394 719 0 9626 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41388

[startup+12.7005 s]
/proc/loadavg: 2.08 2.75 2.22 3/183 27691
/proc/meminfo: memFree=28889824/32951124 swapFree=67111528/67111528
[pid=27690] ppid=27688 vsize=58768 CPUtime=12.69
/proc/27690/stat : 27690 (pbscip.linux.x8) R 27688 27690 26954 0 -1 4202496 15235 0 0 0 1220 49 0 0 25 0 1 0 21687238 60178432 14033 4089446400 4194304 7136930 140736754128928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27690/statm: 14692 14033 394 719 0 13971 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58768

[startup+25.5002 s]
/proc/loadavg: 2.06 2.71 2.21 3/183 27691
/proc/meminfo: memFree=28845216/32951124 swapFree=67111528/67111528
[pid=27690] ppid=27688 vsize=90124 CPUtime=25.49
/proc/27690/stat : 27690 (pbscip.linux.x8) R 27688 27690 26954 0 -1 4202496 22165 0 0 0 2460 89 0 0 25 0 1 0 21687238 92286976 20963 4089446400 4194304 7136930 140736754128928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27690/statm: 22531 20963 394 719 0 21810 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90124

[startup+51.1005 s]
/proc/loadavg: 2.04 2.66 2.21 3/183 27692
/proc/meminfo: memFree=28758432/32951124 swapFree=67111528/67111528
[pid=27690] ppid=27688 vsize=144592 CPUtime=51.1
/proc/27690/stat : 27690 (pbscip.linux.x8) R 27688 27690 26954 0 -1 4202496 35311 0 0 0 4942 168 0 0 25 0 1 0 21687238 148062208 34109 4089446400 4194304 7136930 140736754128928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27690/statm: 36148 34109 394 719 0 35427 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 144592

[startup+102.306 s]
/proc/loadavg: 2.02 2.55 2.19 3/183 27693
/proc/meminfo: memFree=28632424/32951124 swapFree=67111528/67111528
[pid=27690] ppid=27688 vsize=208436 CPUtime=102.3
/proc/27690/stat : 27690 (pbscip.linux.x8) R 27688 27690 26954 0 -1 4202496 49957 0 0 0 9941 289 0 0 25 0 1 0 21687238 213438464 48755 4089446400 4194304 7136930 140736754128928 18446744073709551615 4642962 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27690/statm: 52109 48755 394 719 0 51388 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 208436

[startup+162.3 s]
/proc/loadavg: 2.00 2.45 2.18 3/183 27695
/proc/meminfo: memFree=28481328/32951124 swapFree=67111528/67111528
[pid=27690] ppid=27688 vsize=290396 CPUtime=162.29
/proc/27690/stat : 27690 (pbscip.linux.x8) R 27688 27690 26954 0 -1 4202496 67801 0 0 0 15819 410 0 0 25 0 1 0 21687238 297365504 66599 4089446400 4194304 7136930 140736754128928 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27690/statm: 72599 66599 394 719 0 71878 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 290396

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

[startup+166.301 s]
/proc/loadavg: 2.00 2.44 2.17 3/183 27695
/proc/meminfo: memFree=28474008/32951124 swapFree=67111528/67111528
[pid=27690] ppid=27688 vsize=293168 CPUtime=166.3
/proc/27690/stat : 27690 (pbscip.linux.x8) R 27688 27690 26954 0 -1 4202496 68376 0 0 0 16214 416 0 0 25 0 1 0 21687238 300204032 67174 4089446400 4194304 7136930 140736754128928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27690/statm: 73292 67174 394 719 0 72571 0
Current children cumulated CPU time (s) 166.3
Current children cumulated vsize (KiB) 293168

[startup+167.9 s]
/proc/loadavg: 2.00 2.44 2.17 3/183 27695
/proc/meminfo: memFree=28472268/32951124 swapFree=67111528/67111528
[pid=27690] ppid=27688 vsize=293652 CPUtime=167.89
/proc/27690/stat : 27690 (pbscip.linux.x8) R 27688 27690 26954 0 -1 4202496 68499 0 0 0 16372 417 0 0 25 0 1 0 21687238 300699648 67297 4089446400 4194304 7136930 140736754128928 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27690/statm: 73413 67297 394 719 0 72692 0
Current children cumulated CPU time (s) 167.89
Current children cumulated vsize (KiB) 293652

[startup+168.701 s]
/proc/loadavg: 2.00 2.43 2.17 3/183 27695
/proc/meminfo: memFree=28470772/32951124 swapFree=67111528/67111528
[pid=27690] ppid=27688 vsize=294168 CPUtime=168.7
/proc/27690/stat : 27690 (pbscip.linux.x8) R 27688 27690 26954 0 -1 4202496 68659 0 0 0 16451 419 0 0 25 0 1 0 21687238 301228032 67457 4089446400 4194304 7136930 140736754128928 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27690/statm: 73542 67457 394 719 0 72821 0
Current children cumulated CPU time (s) 168.7
Current children cumulated vsize (KiB) 294168

[startup+169.501 s]
/proc/loadavg: 2.00 2.43 2.17 3/183 27695
/proc/meminfo: memFree=28468912/32951124 swapFree=67111528/67111528
[pid=27690] ppid=27688 vsize=294500 CPUtime=169.49
/proc/27690/stat : 27690 (pbscip.linux.x8) R 27688 27690 26954 0 -1 4202496 68754 0 0 0 16529 420 0 0 25 0 1 0 21687238 301568000 67552 4089446400 4194304 7136930 140736754128928 18446744073709551615 4999667 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27690/statm: 73625 67552 394 719 0 72904 0
Current children cumulated CPU time (s) 169.49
Current children cumulated vsize (KiB) 294500

[startup+169.901 s]
/proc/loadavg: 2.00 2.43 2.17 3/183 27695
/proc/meminfo: memFree=28468912/32951124 swapFree=67111528/67111528
[pid=27690] ppid=27688 vsize=226960 CPUtime=169.89
/proc/27690/stat : 27690 (pbscip.linux.x8) R 27688 27690 26954 0 -1 4202496 68870 0 0 0 16568 421 0 0 25 0 1 0 21687238 232407040 50664 4089446400 4194304 7136930 140736754128928 18446744073709551615 6166278 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27690/statm: 56740 50664 400 719 0 56019 0
Current children cumulated CPU time (s) 169.89
Current children cumulated vsize (KiB) 226960

Child status: 0
Real time (s): 169.912
CPU time (s): 169.916
CPU user time (s): 165.691
CPU system time (s): 4.22536
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 295004

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

runsolver used 0.26096 second user time and 0.536918 second system time

The end

Launcher Data

Begin job on node134 at 2010-07-07 22:32:19
IDJOB=2700322
IDBENCH=79418
IDSOLVER=1206
FILE ID=node134/2700322-1278534739
PBS_JOBID= 11239209
Free space on /tmp= 73712 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh10_wcsp.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-2700322-1278534739/watcher-2700322-1278534739 -o /tmp/evaluation-result-2700322-1278534739/solver-2700322-1278534739 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700322-1278534739.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 401aade47f990d36319fcf6fc2a74e2a
RANDOM SEED=1118915051

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28959668 kB
Buffers:        144128 kB
Cached:        2477276 kB
SwapCached:          0 kB
Active:        2463900 kB
Inactive:      1381872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28959668 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3148 kB
Writeback:           0 kB
AnonPages:     1224484 kB
Mapped:          17052 kB
Slab:            81400 kB
PageTables:       7212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1382988 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73708 MiB
End job on node134 at 2010-07-07 22:35:09