Trace number 2700022

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 250.828 250.817

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh04_wcsp.wbo
MD5SUM54ef51abb9454409d6f66c5b853cdf79
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark95
Best CPU time to get the best result obtained on this benchmark0.977851
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-2700022-1278533894.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.03	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.04	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.05/0.06	c    (0.0s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.05/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.05/0.06	c presolving (3 rounds):
0.05/0.06	c  100 deleted vars, 101 deleted constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.05/0.06	c  1050 implications, 0 cliques
0.05/0.06	c presolved problem has 1800 variables (950 bin, 0 int, 0 impl, 850 cont) and 1700 constraints
0.05/0.06	c     850 constraints of type <indicator>
0.05/0.06	c     850 constraints of type <linear>
0.05/0.06	c transformed objective value is always integral (scale: 1)
0.05/0.06	c Presolving Time: 0.04
0.05/0.06	c - non default parameters ----------------------------------------------------------------------
0.05/0.06	c # SCIP version 1.2.1.2
0.05/0.06	c 
0.05/0.06	c # frequency for displaying node information lines
0.05/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.05/0.06	c display/freq = 10000
0.05/0.06	c 
0.05/0.06	c # maximal time in seconds to run
0.05/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.06	c limits/time = 1799.99
0.05/0.06	c 
0.05/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.05/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.06	c limits/memory = 3420
0.05/0.06	c 
0.05/0.06	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.05/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.05/0.06	c lp/solvefreq = -1
0.05/0.06	c 
0.05/0.06	c # should presolving try to simplify inequalities
0.05/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.06	c constraints/linear/simplifyinequalities = TRUE
0.05/0.06	c 
0.05/0.06	c # should presolving try to simplify knapsacks
0.05/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.05/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.05/0.06	c 
0.05/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.05/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.05/0.06	c separating/rapidlearning/freq = 0
0.05/0.06	c 
0.05/0.06	c -----------------------------------------------------------------------------------------------
0.05/0.06	c start solving
0.05/0.06	c 
0.05/0.07	o 420925
0.05/0.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.05/0.07	c t 0.1s|     1 |     0 |     0 |     - |6131k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.05/0.07	c   0.1s|     1 |     2 |     0 |     - |6082k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
1.29/1.35	c   1.3s| 10000 |  9963 |     0 |   0.0 |  10M| 858 |   - |1800 |1767 |   0 |   0 |   0 |  68 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
2.59/2.63	c   2.5s| 20000 | 19960 |     0 |   0.0 |  14M| 858 |   - |1800 |1773 |   0 |   0 |   0 |  75 |   0 | 1.000000e+00 | 4.209250e+05 |  Large 
3.49/3.58	o 20598
3.49/3.58	c * 3.4s| 27277 | 24082 |     0 |   0.0 |  16M| 858 |   - |1800 |1773 |   0 |   0 |   0 |  75 |   0 | 1.000000e+00 | 2.059800e+04 |  Large 
3.99/4.08	c   3.9s| 30000 | 26801 |     0 |   0.0 |  17M| 858 |   - |1800 |1790 |   0 |   0 |   0 |  95 |   0 | 1.000000e+00 | 2.059800e+04 |  Large 
5.89/5.95	c   5.7s| 40000 | 36795 |     0 |   0.0 |  22M| 858 |   - |1800 |1794 |   0 |   0 |   0 | 125 |   0 | 1.000000e+00 | 2.059800e+04 |  Large 
6.60/6.61	o 20472
6.60/6.61	c * 6.3s| 43444 | 39830 |     0 |   0.0 |  23M| 858 |   - |1800 |1976 |   0 |   0 |   0 | 313 |   0 | 1.000000e+00 | 2.047200e+04 |  Large 
6.60/6.65	o 20330
6.60/6.65	c * 6.4s| 43607 | 39476 |     0 |   0.0 |  23M| 858 |   - |1800 |1975 |   0 |   0 |   0 | 313 |   0 | 1.000000e+00 | 2.033000e+04 |  Large 
6.69/6.72	o 20222
6.69/6.72	c * 6.4s| 43947 | 39406 |     0 |   0.0 |  23M| 858 |   - |1800 |2065 |   0 |   0 |   0 | 403 |   0 | 1.000000e+00 | 2.022200e+04 |  Large 
6.69/6.72	o 20138
6.69/6.72	c * 6.4s| 43948 | 39066 |     0 |   0.0 |  23M| 858 |   - |1800 |2065 |   0 |   0 |   0 | 403 |   0 | 1.000000e+00 | 2.013800e+04 |  Large 
6.69/6.74	o 20103
6.69/6.74	c * 6.5s| 44017 | 38968 |     0 |   0.0 |  23M| 858 |   - |1800 |2065 |   0 |   0 |   0 | 403 |   0 | 1.000000e+00 | 2.010300e+04 |  Large 
6.69/6.74	o 20019
6.69/6.74	c * 6.5s| 44018 | 38614 |     0 |   0.0 |  23M| 858 |   - |1800 |2065 |   0 |   0 |   0 | 403 |   0 | 1.000000e+00 | 2.001900e+04 |  Large 
6.99/7.02	o 19996
6.99/7.02	c * 6.7s| 45325 | 39788 |     0 |   0.0 |  24M| 858 |   - |1800 |2339 |   0 |   0 |   0 | 683 |   0 | 1.000000e+00 | 1.999600e+04 |  Large 
7.60/7.64	o 19857
7.60/7.64	c * 7.3s| 48142 | 41872 |     0 |   0.0 |  26M| 858 |   - |1800 |2875 |   0 |   0 |   0 |1563 |   0 | 1.000000e+00 | 1.985700e+04 |  Large 
7.69/7.79	o 19778
7.69/7.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.69/7.79	c * 7.5s| 48771 | 42144 |     0 |   0.0 |  26M| 858 |   - |1800 |2988 |   0 |   0 |   0 |1823 |   0 | 1.000000e+00 | 1.977800e+04 |  Large 
7.79/7.81	o 19220
7.79/7.81	c * 7.5s| 48841 | 40253 |     0 |   0.0 |  25M| 858 |   - |1800 |3007 |   0 |   0 |   0 |1853 |   0 | 1.000000e+00 | 1.922000e+04 |  Large 
7.79/7.83	o 19184
7.79/7.83	c * 7.5s| 48902 | 40195 |     0 |   0.0 |  25M| 858 |   - |1800 |2996 |   0 |   0 |   0 |1853 |   0 | 1.000000e+00 | 1.918400e+04 |  Large 
7.79/7.83	o 18458
7.79/7.83	c * 7.5s| 48903 | 38142 |     0 |   0.0 |  24M| 858 |   - |1800 |2996 |   0 |   0 |   0 |1853 |   0 | 1.000000e+00 | 1.845800e+04 |  Large 
7.79/7.87	o 18058
7.79/7.87	c * 7.5s| 49091 | 36885 |     0 |   0.0 |  24M| 858 |   - |1800 |3027 |   0 |   0 |   0 |1913 |   0 | 1.000000e+00 | 1.805800e+04 |  Large 
7.89/7.98	o 17899
7.89/7.98	c * 7.7s| 49498 | 36681 |     0 |   0.0 |  24M| 858 |   - |1800 |3123 |   0 |   0 |   0 |2123 |   0 | 1.000000e+00 | 1.789900e+04 |  Large 
8.09/8.10	c   7.8s| 50000 | 37135 |     0 |   0.0 |  24M| 858 |   - |1800 |3255 |   0 |   0 |   0 |2403 |   0 | 1.000000e+00 | 1.789900e+04 |  Large 
8.09/8.11	o 17831
8.09/8.11	c * 7.8s| 50006 | 36867 |     0 |   0.0 |  24M| 858 |   - |1800 |3255 |   0 |   0 |   0 |2403 |   0 | 1.000000e+00 | 1.783100e+04 |  Large 
8.09/8.11	o 17681
8.09/8.11	c * 7.8s| 50007 | 36301 |     0 |   0.0 |  24M| 858 |   - |1800 |3255 |   0 |   0 |   0 |2403 |   0 | 1.000000e+00 | 1.768100e+04 |  Large 
8.19/8.28	o 17291
8.19/8.28	c * 7.9s| 50711 | 35689 |     0 |   0.0 |  24M| 858 |   - |1800 |3375 |   0 |   0 |   0 |2793 |   0 | 1.000000e+00 | 1.729100e+04 |  Large 
8.29/8.34	o 16744
8.29/8.34	c * 8.0s| 50915 | 34894 |     0 |   0.0 |  23M| 858 |   - |1800 |3399 |   0 |   0 |   0 |2916 |   0 | 1.000000e+00 | 1.674400e+04 |  Large 
8.49/8.55	o 16734
8.49/8.55	c * 8.2s| 51743 | 35612 |     0 |   0.0 |  24M| 858 |   - |1800 |3570 |   0 |   0 |   0 |3326 |   0 | 1.000000e+00 | 1.673400e+04 |  Large 
8.59/8.62	o 16349
8.59/8.62	c * 8.3s| 52066 | 34703 |     0 |   0.0 |  24M| 858 |   - |1800 |3571 |   0 |   0 |   0 |3412 |   0 | 1.000000e+00 | 1.634900e+04 |  Large 
8.59/8.62	o 15973
8.59/8.62	c * 8.3s| 52067 | 33285 |     0 |   0.0 |  23M| 858 |   - |1800 |3571 |   0 |   0 |   0 |3412 |   0 | 1.000000e+00 | 1.597300e+04 |  Large 
8.59/8.66	o 15417
8.59/8.66	c * 8.3s| 52220 | 31802 |     0 |   0.0 |  22M| 858 |   - |1800 |3542 |   0 |   0 |   0 |3462 |   0 | 1.000000e+00 | 1.541700e+04 |  Large 
8.79/8.89	o 15251
8.79/8.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.79/8.89	c * 8.5s| 53090 | 32017 |     0 |   0.0 |  23M| 858 |   - |1800 |3709 |   0 |   0 |   0 |3906 |   0 | 1.000000e+00 | 1.525100e+04 |  Large 
8.89/8.94	o 15042
8.89/8.94	c * 8.6s| 53294 | 31415 |     0 |   0.0 |  23M| 858 |   - |1800 |3750 |   0 |   0 |   0 |3986 |   0 | 1.000000e+00 | 1.504200e+04 |  Large 
8.89/8.94	o 13937
8.89/8.94	c * 8.6s| 53302 | 26912 |     0 |   0.0 |  21M| 858 |   - |1800 |3760 |   0 |   0 |   0 |3996 |   0 | 1.000000e+00 | 1.393700e+04 |  Large 
8.89/8.99	o 13738
8.89/8.99	c * 8.6s| 53495 | 26564 |     0 |   0.0 |  21M| 858 |   - |1800 |3763 |   0 |   0 |   0 |4086 |   0 | 1.000000e+00 | 1.373800e+04 |  Large 
9.09/9.14	o 13344
9.09/9.14	c * 8.8s| 54062 | 25868 |     0 |   0.0 |  21M| 858 |   - |1800 |3918 |   0 |   0 |   0 |4416 |   0 | 1.000000e+00 | 1.334400e+04 |  Large 
9.39/9.47	o 13179
9.39/9.47	c * 9.1s| 55323 | 26547 |     0 |   0.0 |  21M| 858 |   - |1800 |4270 |   0 |   0 |   0 |5186 |   0 | 1.000000e+00 | 1.317900e+04 |  Large 
9.69/9.72	o 12913
9.69/9.72	c * 9.3s| 56260 | 26720 |     0 |   0.0 |  22M| 858 |   - |1800 |4552 |   0 |   0 |   0 |5876 |   0 | 1.000000e+00 | 1.291300e+04 |  Large 
9.69/9.72	o 12704
9.69/9.72	c * 9.3s| 56261 | 26172 |     0 |   0.0 |  22M| 858 |   - |1800 |4551 |   0 |   0 |   0 |5876 |   0 | 1.000000e+00 | 1.270400e+04 |  Large 
10.29/10.31	o 12658
10.29/10.31	c * 9.9s| 58602 | 28159 |     0 |   0.0 |  23M| 858 |   - |1800 |4989 |   0 |   0 |   0 |7202 |   0 | 1.000000e+00 | 1.265800e+04 |  Large 
10.29/10.39	o 12642
10.29/10.39	c *10.0s| 58874 | 28362 |     0 |   0.0 |  23M| 858 |   - |1800 |4985 |   0 |   0 |   0 |7332 |   0 | 1.000000e+00 | 1.264200e+04 |  Large 
10.29/10.39	o 12379
10.29/10.39	c *10.0s| 58876 | 27786 |     0 |   0.0 |  23M| 858 |   - |1800 |4985 |   0 |   0 |   0 |7332 |   0 | 1.000000e+00 | 1.237900e+04 |  Large 
10.59/10.67	c  10.2s| 60000 | 28798 |     0 |   0.0 |  23M| 858 |   - |1800 |4688 |   0 |   0 |   0 |7962 |   0 | 1.000000e+00 | 1.237900e+04 |  Large 
12.39/12.44	o 12162
12.39/12.44	c *12.0s| 66706 | 34298 |     0 |   0.0 |  27M| 858 |   - |1800 |4970 |   0 |   0 |   0 |  11k|   0 | 1.000000e+00 | 1.216200e+04 |  Large 
13.29/13.32	c  12.8s| 70000 | 37229 |     0 |   0.0 |  29M| 858 |   - |1800 |4943 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 1.216200e+04 |  Large 
13.59/13.62	o 12114
13.59/13.62	c *13.1s| 71050 | 38025 |     0 |   0.0 |  29M| 858 |   - |1800 |4955 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 1.211400e+04 |  Large 
13.59/13.62	o 12103
13.59/13.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.59/13.62	c *13.1s| 71051 | 38000 |     0 |   0.0 |  29M| 858 |   - |1800 |4955 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 1.210300e+04 |  Large 
13.69/13.78	o 11987
13.69/13.78	c *13.3s| 71695 | 38283 |     0 |   0.0 |  29M| 858 |   - |1800 |4919 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 1.198700e+04 |  Large 
13.69/13.78	o 11938
13.69/13.78	c *13.3s| 71696 | 38172 |     0 |   0.0 |  29M| 858 |   - |1800 |4919 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 1.193800e+04 |  Large 
15.29/15.39	o 11744
15.29/15.39	c *14.8s| 77518 | 42837 |     0 |   0.0 |  32M| 858 |   - |1800 |4942 |   0 |   0 |   0 |  19k|   0 | 1.000000e+00 | 1.174400e+04 |  Large 
16.09/16.10	c  15.5s| 80000 | 44967 |     0 |   0.0 |  34M| 858 |   - |1800 |5214 |   0 |   0 |   0 |  21k|   0 | 1.000000e+00 | 1.174400e+04 |  Large 
16.89/16.92	o 11656
16.89/16.92	c *16.3s| 82939 | 47314 |     0 |   0.0 |  36M| 858 |   - |1800 |5635 |   0 |   0 |   0 |  23k|   0 | 1.000000e+00 | 1.165600e+04 |  Large 
17.10/17.19	o 11512
17.10/17.19	c *16.6s| 83910 | 47777 |     0 |   0.0 |  36M| 858 |   - |1800 |5723 |   0 |   0 |   0 |  24k|   0 | 1.000000e+00 | 1.151200e+04 |  Large 
18.79/18.88	c  18.2s| 90000 | 53078 |     0 |   0.0 |  39M| 858 |   - |1800 |5388 |   0 |   0 |   0 |  28k|   0 | 1.000000e+00 | 1.151200e+04 |  Large 
20.59/20.65	o 11303
20.59/20.65	c *19.9s| 96565 | 58194 |     0 |   0.0 |  42M| 858 |   - |1800 |6266 |   0 |   0 |   0 |  32k|   0 | 1.000000e+00 | 1.130300e+04 |  Large 
20.59/20.65	o 11170
20.59/20.65	c *19.9s| 96566 | 57842 |     0 |   0.0 |  42M| 858 |   - |1800 |6266 |   0 |   0 |   0 |  32k|   0 | 1.000000e+00 | 1.117000e+04 |  Large 
21.59/21.61	c  20.9s|100000 | 60855 |     0 |   0.0 |  44M| 858 |   - |1800 |6527 |   0 |   0 |   0 |  35k|   0 | 1.000000e+00 | 1.117000e+04 |  Large 
23.10/23.19	o 11126
23.10/23.19	c *22.4s|105727 | 65776 |     0 |   0.0 |  47M| 858 |   - |1800 |7162 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 1.112600e+04 |  Large 
23.19/23.20	o 10712
23.19/23.20	c *22.4s|105739 | 64350 |     0 |   0.0 |  45M| 858 |   - |1800 |7172 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 1.071200e+04 |  Large 
24.40/24.41	c  23.6s|110000 | 68077 |     0 |   0.0 |  48M| 858 |   - |1800 |7999 |   0 |   0 |   0 |  41k|   0 | 1.000000e+00 | 1.071200e+04 |  Large 
25.20/25.27	o 10703
25.20/25.27	c *24.4s|113036 | 70689 |     0 |   0.0 |  50M| 858 |   - |1800 |8773 |   0 |   0 |   0 |  44k|   0 | 1.000000e+00 | 1.070300e+04 |  Large 
25.20/25.28	o 10439
25.20/25.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
25.20/25.28	c *24.4s|113037 | 69769 |     0 |   0.0 |  49M| 858 |   - |1800 |8773 |   0 |   0 |   0 |  44k|   0 | 1.000000e+00 | 1.043900e+04 |  Large 
26.89/26.99	o 10324
26.89/26.99	c *26.1s|118859 | 74418 |     0 |   0.0 |  52M| 858 |   - |1800 |8414 |   0 |   0 |   0 |  48k|   0 | 1.000000e+00 | 1.032400e+04 |  Large 
27.29/27.33	c  26.4s|120000 | 75439 |     0 |   0.0 |  52M| 858 |   - |1800 |8301 |   0 |   0 |   0 |  48k|   0 | 1.000000e+00 | 1.032400e+04 |  Large 
28.50/28.50	o 10227
28.50/28.50	c *27.5s|124150 | 78778 |     0 |   0.0 |  54M| 858 |   - |1800 |7819 |   0 |   0 |   0 |  51k|   0 | 1.000000e+00 | 1.022700e+04 |  Large 
30.20/30.20	c  29.2s|130000 | 83941 |     0 |   0.0 |  57M| 858 |   - |1800 |6210 |   0 |   0 |   0 |  55k|   0 | 1.000000e+00 | 1.022700e+04 |  Large 
30.89/30.99	o 10119
30.89/30.99	c *29.9s|132755 | 85901 |     0 |   0.0 |  58M| 858 |   - |1800 |6247 |   0 |   0 |   0 |  57k|   0 | 1.000000e+00 | 1.011900e+04 |  Large 
33.00/33.09	c  32.0s|140000 | 92213 |     0 |   0.0 |  63M| 858 |   - |1800 |6797 |   0 |   0 |   0 |  62k|   0 | 1.000000e+00 | 1.011900e+04 |  Large 
35.79/35.86	o 10109
35.79/35.86	c *34.7s|149457 |100274 |     0 |   0.0 |  69M| 858 |   - |1800 |7523 |   0 |   0 |   0 |  69k|   0 | 1.000000e+00 | 1.010900e+04 |  Large 
35.99/36.01	c  34.9s|150000 |100750 |     0 |   0.0 |  69M| 858 |   - |1800 |7586 |   0 |   0 |   0 |  70k|   0 | 1.000000e+00 | 1.010900e+04 |  Large 
38.99/39.00	c  37.8s|160000 |109277 |     0 |   0.0 |  75M| 858 |   - |1800 |7918 |   0 |   0 |   0 |  78k|   0 | 1.000000e+00 | 1.010900e+04 |  Large 
41.89/41.99	c  40.7s|170000 |117932 |     0 |   0.0 |  81M| 858 |   - |1800 |8048 |   0 |   0 |   0 |  86k|   0 | 1.000000e+00 | 1.010900e+04 |  Large 
45.10/45.16	c  43.8s|180000 |126434 |     0 |   0.0 |  87M| 858 |   - |1800 |8966 |   0 |   0 |   0 |  94k|   0 | 1.000000e+00 | 1.010900e+04 |  Large 
48.30/48.39	c  46.9s|190000 |134813 |     0 |   0.0 |  94M| 858 |   - |1800 |9973 |   0 |   0 |   0 | 103k|   0 | 1.000000e+00 | 1.010900e+04 |  Large 
50.60/50.69	o 10080
50.60/50.69	c *49.1s|197350 |140978 |     0 |   0.0 |  98M| 858 |   - |1800 |9334 |   0 |   0 |   0 | 109k|   0 | 1.000000e+00 | 1.008000e+04 |  Large 
50.69/50.72	o 9934
50.69/50.72	c *49.1s|197449 |140144 |     0 |   0.0 |  96M| 858 |   - |1800 |9300 |   0 |   0 |   0 | 109k|   0 | 1.000000e+00 | 9.934000e+03 |  Large 
50.69/50.72	o 9796
50.69/50.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.69/50.72	c *49.1s|197450 |139125 |     0 |   0.0 |  95M| 858 |   - |1800 |9300 |   0 |   0 |   0 | 109k|   0 | 1.000000e+00 | 9.796000e+03 |  Large 
50.99/51.07	o 9740
50.99/51.07	c *49.5s|198567 |139662 |     0 |   0.0 |  95M| 858 |   - |1800 |9233 |   0 |   0 |   0 | 110k|   0 | 1.000000e+00 | 9.740000e+03 |  Large 
51.49/51.52	c  49.9s|200000 |140907 |     0 |   0.0 |  96M| 858 |   - |1800 |8912 |   0 |   0 |   0 | 111k|   0 | 1.000000e+00 | 9.740000e+03 |  Large 
52.80/52.82	o 9687
52.80/52.82	c *51.2s|204382 |144348 |     0 |   0.0 |  98M| 858 |   - |1800 |8251 |   0 |   0 |   0 | 114k|   0 | 1.000000e+00 | 9.687000e+03 |  Large 
52.80/52.83	o 9616
52.80/52.83	c *51.2s|204387 |143864 |     0 |   0.0 |  97M| 858 |   - |1800 |8261 |   0 |   0 |   0 | 114k|   0 | 1.000000e+00 | 9.616000e+03 |  Large 
54.29/54.38	o 9274
54.29/54.38	c *52.7s|209599 |145536 |     0 |   0.0 |  95M| 858 |   - |1800 |8219 |   0 |   0 |   0 | 118k|   0 | 1.000000e+00 | 9.274000e+03 |  Large 
54.49/54.50	c  52.8s|210000 |145883 |     0 |   0.0 |  95M| 858 |   - |1800 |8295 |   0 |   0 |   0 | 118k|   0 | 1.000000e+00 | 9.274000e+03 |  Large 
55.10/55.17	o 9173
55.10/55.17	c *53.5s|212125 |146587 |     0 |   0.0 |  95M| 858 |   - |1800 |8751 |   0 |   0 |   0 | 120k|   0 | 1.000000e+00 | 9.173000e+03 |  Large 
55.10/55.17	o 9152
55.10/55.17	c *53.5s|212126 |146326 |     0 |   0.0 |  94M| 858 |   - |1800 |8751 |   0 |   0 |   0 | 120k|   0 | 1.000000e+00 | 9.152000e+03 |  Large 
56.59/56.65	o 9149
56.59/56.65	c *54.9s|216689 |150152 |     0 |   0.0 |  97M| 858 |   - |1800 |9718 |   0 |   0 |   0 | 124k|   0 | 1.000000e+00 | 9.149000e+03 |  Large 
57.59/57.68	c  55.9s|220000 |153026 |     0 |   0.0 |  99M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 126k|   0 | 1.000000e+00 | 9.149000e+03 |  Large 
57.99/58.03	o 9053
57.99/58.03	c *56.3s|221144 |152738 |     0 |   0.0 |  98M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 127k|   0 | 1.000000e+00 | 9.053000e+03 |  Large 
60.79/60.89	o 8996
60.79/60.89	c *59.0s|229831 |159450 |     0 |   0.0 | 102M| 858 |   - |1800 |  11k|   0 |   0 |   0 | 134k|   0 | 1.000000e+00 | 8.996000e+03 |  Large 
60.89/60.95	c  59.1s|230000 |159600 |     0 |   0.0 | 102M| 858 |   - |1800 |  11k|   0 |   0 |   0 | 134k|   0 | 1.000000e+00 | 8.996000e+03 |  Large 
64.29/64.32	c  62.4s|240000 |168061 |     0 |   0.0 | 109M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 143k|   0 | 1.000000e+00 | 8.996000e+03 |  Large 
65.60/65.66	o 8845
65.60/65.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
65.60/65.66	c *63.7s|243795 |169432 |     0 |   0.0 | 109M| 858 |   - |1800 |  14k|   0 |   0 |   0 | 147k|   0 | 1.000000e+00 | 8.845000e+03 |  Large 
67.50/67.59	o 8814
67.50/67.59	c *65.6s|248952 |173335 |     0 |   0.0 | 112M| 858 |   - |1800 |  15k|   0 |   0 |   0 | 152k|   0 | 1.000000e+00 | 8.814000e+03 |  Large 
67.89/67.97	c  65.9s|250000 |174209 |     0 |   0.0 | 113M| 858 |   - |1800 |  16k|   0 |   0 |   0 | 153k|   0 | 1.000000e+00 | 8.814000e+03 |  Large 
71.40/71.50	o 5481
71.40/71.50	c *69.4s|258931 |133593 |     0 |   0.0 |  85M| 858 |   - |1800 |  17k|   0 |   0 |   0 | 161k|   0 | 1.000000e+00 | 5.481000e+03 |  Large 
71.90/71.99	c  69.9s|260000 |134467 |     0 |   0.0 |  85M| 858 |   - |1800 |  15k|   0 |   0 |   0 | 162k|   0 | 1.000000e+00 | 5.481000e+03 |  Large 
75.59/75.66	c  73.5s|270000 |142958 |     0 |   0.0 |  90M| 858 |   - |1800 |7575 |   0 |   0 |   0 | 169k|   0 | 1.000000e+00 | 5.481000e+03 |  Large 
76.80/76.84	o 5480
76.80/76.84	c *74.6s|273672 |146103 |     0 |   0.0 |  92M| 858 |   - |1800 |7332 |   0 |   0 |   0 | 171k|   0 | 1.000000e+00 | 5.480000e+03 |  Large 
76.80/76.84	o 5386
76.80/76.84	c *74.6s|273673 |144509 |     0 |   0.0 |  91M| 858 |   - |1800 |7332 |   0 |   0 |   0 | 171k|   0 | 1.000000e+00 | 5.386000e+03 |  Large 
77.40/77.43	o 5333
77.40/77.43	c *75.2s|275414 |145139 |     0 |   0.0 |  92M| 858 |   - |1800 |7394 |   0 |   0 |   0 | 173k|   0 | 1.000000e+00 | 5.333000e+03 |  Large 
77.50/77.57	o 5330
77.50/77.57	c *75.3s|275819 |145415 |     0 |   0.0 |  93M| 858 |   - |1800 |7470 |   0 |   0 |   0 | 173k|   0 | 1.000000e+00 | 5.330000e+03 |  Large 
78.99/79.02	c  76.7s|280000 |148898 |     0 |   0.0 |  96M| 858 |   - |1800 |7396 |   0 |   0 |   0 | 176k|   0 | 1.000000e+00 | 5.330000e+03 |  Large 
82.50/82.55	c  80.2s|290000 |157144 |     0 |   0.0 | 104M| 858 |   - |1800 |8146 |   0 |   0 |   0 | 184k|   0 | 1.000000e+00 | 5.330000e+03 |  Large 
86.09/86.16	c  83.7s|300000 |165281 |     0 |   0.0 | 112M| 858 |   - |1800 |8217 |   0 |   0 |   0 | 192k|   0 | 1.000000e+00 | 5.330000e+03 |  Large 
89.10/89.12	o 5301
89.10/89.12	c *86.6s|308371 |171564 |     0 |   0.0 | 118M| 858 |   - |1800 |9010 |   0 |   0 |   0 | 199k|   0 | 1.000000e+00 | 5.301000e+03 |  Large 
89.10/89.18	o 5278
89.10/89.18	c *86.6s|308513 |171231 |     0 |   0.0 | 118M| 858 |   - |1800 |9008 |   0 |   0 |   0 | 199k|   0 | 1.000000e+00 | 5.278000e+03 |  Large 
89.70/89.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
89.70/89.74	c  87.2s|310000 |172414 |     0 |   0.0 | 119M| 858 |   - |1800 |9201 |   0 |   0 |   0 | 200k|   0 | 1.000000e+00 | 5.278000e+03 |  Large 
93.29/93.35	c  90.7s|320000 |180624 |     0 |   0.0 | 126M| 858 |   - |1800 |9260 |   0 |   0 |   0 | 209k|   0 | 1.000000e+00 | 5.278000e+03 |  Large 
97.10/97.12	c  94.4s|330000 |188758 |     0 |   0.0 | 134M| 858 |   - |1800 |9998 |   0 |   0 |   0 | 217k|   0 | 1.000000e+00 | 5.278000e+03 |  Large 
100.80/100.87	c  98.0s|340000 |196970 |     0 |   0.0 | 141M| 858 |   - |1800 |  10k|   0 |   0 |   0 | 225k|   0 | 1.000000e+00 | 5.278000e+03 |  Large 
104.50/104.54	c   102s|350000 |205230 |     0 |   0.0 | 148M| 858 |   - |1800 |  11k|   0 |   0 |   0 | 234k|   0 | 1.000000e+00 | 5.278000e+03 |  Large 
108.40/108.41	c   105s|360000 |213351 |     0 |   0.0 | 156M| 858 |   - |1800 |  11k|   0 |   0 |   0 | 242k|   0 | 1.000000e+00 | 5.278000e+03 |  Large 
112.30/112.37	c   109s|370000 |221427 |     0 |   0.0 | 164M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 252k|   0 | 1.000000e+00 | 5.278000e+03 |  Large 
114.59/114.69	o 5211
114.59/114.69	c * 112s|375730 |224313 |     0 |   0.0 | 167M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 257k|   0 | 1.000000e+00 | 5.211000e+03 |  Large 
114.70/114.75	o 5064
114.70/114.75	c * 112s|375830 |220376 |     0 |   0.0 | 164M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 257k|   0 | 1.000000e+00 | 5.064000e+03 |  Large 
114.70/114.76	o 5015
114.70/114.76	c * 112s|375842 |218997 |     0 |   0.0 | 163M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 257k|   0 | 1.000000e+00 | 5.015000e+03 |  Large 
114.70/114.77	o 4857
114.70/114.77	c * 112s|375843 |214219 |     0 |   0.0 | 158M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 257k|   0 | 1.000000e+00 | 4.857000e+03 |  Large 
116.50/116.56	c   113s|380000 |217553 |     0 |   0.0 | 161M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 261k|   0 | 1.000000e+00 | 4.857000e+03 |  Large 
118.09/118.19	o 4853
118.09/118.19	c * 115s|383489 |220140 |     0 |   0.0 | 164M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 265k|   0 | 1.000000e+00 | 4.853000e+03 |  Large 
121.20/121.28	c   118s|390000 |225058 |     0 |   0.0 | 169M| 858 |   - |1800 |  14k|   0 |   0 |   0 | 272k|   0 | 1.000000e+00 | 4.853000e+03 |  Large 
125.41/125.42	c   122s|400000 |233151 |     0 |   0.0 | 175M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 281k|   0 | 1.000000e+00 | 4.853000e+03 |  Large 
127.10/127.19	o 4785
127.10/127.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
127.10/127.19	c * 124s|404485 |234643 |     0 |   0.0 | 176M| 858 |   - |1800 |  11k|   0 |   0 |   0 | 285k|   0 | 1.000000e+00 | 4.785000e+03 |  Large 
129.30/129.35	c   126s|410000 |239167 |     0 |   0.0 | 180M| 858 |   - |1800 |  11k|   0 |   0 |   0 | 290k|   0 | 1.000000e+00 | 4.785000e+03 |  Large 
133.29/133.34	c   130s|420000 |247282 |     0 |   0.0 | 189M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 298k|   0 | 1.000000e+00 | 4.785000e+03 |  Large 
137.40/137.48	c   134s|430000 |255241 |     0 |   0.0 | 197M| 858 |   - |1800 |  14k|   0 |   0 |   0 | 308k|   0 | 1.000000e+00 | 4.785000e+03 |  Large 
141.60/141.64	c   138s|440000 |263277 |     0 |   0.0 | 205M| 858 |   - |1800 |  14k|   0 |   0 |   0 | 317k|   0 | 1.000000e+00 | 4.785000e+03 |  Large 
144.11/144.14	o 4590
144.11/144.14	c * 140s|445899 |260621 |     0 |   0.0 | 199M| 858 |   - |1800 |  16k|   0 |   0 |   0 | 322k|   0 | 1.000000e+00 | 4.590000e+03 |  Large 
145.80/145.81	o 4580
145.80/145.81	c * 142s|449650 |263229 |     0 |   0.0 | 201M| 858 |   - |1800 |  17k|   0 |   0 |   0 | 326k|   0 | 1.000000e+00 | 4.580000e+03 |  Large 
145.80/145.90	o 4540
145.80/145.90	c * 142s|449833 |261560 |     0 |   0.0 | 198M| 858 |   - |1800 |  17k|   0 |   0 |   0 | 326k|   0 | 1.000000e+00 | 4.540000e+03 |  Large 
145.90/145.91	o 4472
145.90/145.91	c * 142s|449834 |258373 |     0 |   0.0 | 192M| 858 |   - |1800 |  17k|   0 |   0 |   0 | 326k|   0 | 1.000000e+00 | 4.472000e+03 |  Large 
145.90/145.97	c   142s|450000 |258518 |     0 |   0.0 | 192M| 858 |   - |1800 |  17k|   0 |   0 |   0 | 326k|   0 | 1.000000e+00 | 4.472000e+03 |  Large 
148.70/148.77	o 4441
148.70/148.77	c * 145s|455720 |261427 |     0 |   0.0 | 194M| 858 |   - |1800 |  18k|   0 |   0 |   0 | 331k|   0 | 1.000000e+00 | 4.441000e+03 |  Large 
148.70/148.78	o 4354
148.70/148.78	c * 145s|455721 |257160 |     0 |   0.0 | 187M| 858 |   - |1800 |  18k|   0 |   0 |   0 | 331k|   0 | 1.000000e+00 | 4.354000e+03 |  Large 
150.20/150.24	o 4293
150.20/150.24	c * 146s|458511 |256180 |     0 |   0.0 | 185M| 858 |   - |1800 |  18k|   0 |   0 |   0 | 334k|   0 | 1.000000e+00 | 4.293000e+03 |  Large 
151.00/151.03	c   147s|460000 |257306 |     0 |   0.0 | 186M| 858 |   - |1800 |  19k|   0 |   0 |   0 | 336k|   0 | 1.000000e+00 | 4.293000e+03 |  Large 
156.00/156.00	o 4172
156.00/156.00	c * 152s|469757 |258599 |     0 |   0.0 | 185M| 858 |   - |1800 |  21k|   0 |   0 |   0 | 346k|   0 | 1.000000e+00 | 4.172000e+03 |  Large 
156.00/156.01	o 4166
156.00/156.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
156.00/156.01	c * 152s|469758 |258251 |     0 |   0.0 | 185M| 858 |   - |1800 |  21k|   0 |   0 |   0 | 346k|   0 | 1.000000e+00 | 4.166000e+03 |  Large 
156.10/156.15	c   152s|470000 |258433 |     0 |   0.0 | 185M| 858 |   - |1800 |  21k|   0 |   0 |   0 | 346k|   0 | 1.000000e+00 | 4.166000e+03 |  Large 
161.60/161.63	c   158s|480000 |266116 |     0 |   0.0 | 193M| 858 |   - |1800 |  23k|   0 |   0 |   0 | 357k|   0 | 1.000000e+00 | 4.166000e+03 |  Large 
164.80/164.85	o 4091
164.80/164.85	c * 161s|485792 |266550 |     0 |   0.0 | 193M| 858 |   - |1800 |  25k|   0 |   0 |   0 | 363k|   0 | 1.000000e+00 | 4.091000e+03 |  Large 
167.40/167.42	c   163s|490000 |269683 |     0 |   0.0 | 196M| 858 |   - |1800 |  26k|   0 |   0 |   0 | 368k|   0 | 1.000000e+00 | 4.091000e+03 |  Large 
173.60/173.63	c   169s|500000 |277247 |     0 |   0.0 | 206M| 858 |   - |1800 |  29k|   0 |   0 |   0 | 379k|   0 | 1.000000e+00 | 4.091000e+03 |  Large 
180.50/180.50	c   176s|510000 |284560 |     0 |   0.0 | 216M| 858 |   - |1800 |  32k|   0 |   0 |   0 | 392k|   0 | 1.000000e+00 | 4.091000e+03 |  Large 
187.60/187.60	o 3495
187.60/187.60	c * 183s|519211 |253306 |     0 |   0.0 | 177M| 858 |   - |1800 |  35k|   0 |   0 |   0 | 405k|   0 | 1.000000e+00 | 3.495000e+03 |  Large 
187.70/187.73	o 3139
187.70/187.73	c * 183s|519233 |229023 |     0 |   0.0 | 151M| 858 |   - |1800 |  35k|   0 |   0 |   0 | 405k|   0 | 1.000000e+00 | 3.139000e+03 |  Large 
188.01/188.03	o 2446
188.01/188.03	c * 184s|519309 |181290 |     0 |   0.0 | 121M| 858 |   - |1800 |  34k|   0 |   0 |   0 | 405k|   0 | 1.000000e+00 | 2.446000e+03 |  Large 
188.01/188.09	o 1971
188.01/188.09	c * 184s|519310 |148877 |     0 |   0.0 | 105M| 858 |   - |1800 |  34k|   0 |   0 |   0 | 405k|   0 | 1.000000e+00 | 1.971000e+03 |  Large 
188.70/188.72	c   184s|520000 |149293 |     0 |   0.0 | 105M| 858 |   - |1800 |  33k|   0 |   0 |   0 | 406k|   0 | 1.000000e+00 | 1.971000e+03 |  Large 
193.00/193.01	o 1956
193.00/193.01	c * 188s|524374 |151156 |     0 |   0.0 | 106M| 858 |   - |1800 |  17k|   0 |   0 |   0 | 411k|   0 | 1.000000e+00 | 1.956000e+03 |  Large 
194.90/194.99	o 1936
194.90/194.99	c * 190s|527279 |151650 |     0 |   0.0 | 109M| 858 |   - |1800 |  14k|   0 |   0 |   0 | 414k|   0 | 1.000000e+00 | 1.936000e+03 |  Large 
195.31/195.30	o 1926
195.31/195.30	c * 191s|527665 |151063 |     0 |   0.0 | 109M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 414k|   0 | 1.000000e+00 | 1.926000e+03 |  Large 
196.70/196.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
196.70/196.71	c   192s|530000 |152678 |     0 |   0.0 | 112M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 417k|   0 | 1.000000e+00 | 1.926000e+03 |  Large 
198.90/198.98	o 1887
198.90/198.98	c * 194s|533627 |151687 |     0 |   0.0 | 115M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 420k|   0 | 1.000000e+00 | 1.887000e+03 |  Large 
198.90/198.98	o 1876
198.90/198.98	c * 194s|533628 |150755 |     0 |   0.0 | 114M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 420k|   0 | 1.000000e+00 | 1.876000e+03 |  Large 
199.60/199.64	o 1840
199.60/199.64	c * 195s|534651 |148818 |     0 |   0.0 | 115M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 421k|   0 | 1.000000e+00 | 1.840000e+03 |  Large 
202.10/202.17	o 1828
202.10/202.17	c * 197s|538312 |150354 |     0 |   0.0 | 120M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 425k|   0 | 1.000000e+00 | 1.828000e+03 |  Large 
202.31/202.32	o 1701
202.31/202.32	c * 198s|538518 |141898 |     0 |   0.0 | 115M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 425k|   0 | 1.000000e+00 | 1.701000e+03 |  Large 
203.30/203.37	c   199s|540000 |142824 |     0 |   0.0 | 117M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 427k|   0 | 1.000000e+00 | 1.701000e+03 |  Large 
203.50/203.56	o 1593
203.50/203.56	c * 199s|540276 |133753 |     0 |   0.0 | 112M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 427k|   0 | 1.000000e+00 | 1.593000e+03 |  Large 
205.50/205.60	o 1544
205.50/205.60	c * 201s|542952 |130794 |     0 |   0.0 | 113M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 430k|   0 | 1.000000e+00 | 1.544000e+03 |  Large 
206.90/206.99	o 1451
206.90/206.99	c * 202s|544550 |124492 |     0 |   0.0 | 110M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 432k|   0 | 1.000000e+00 | 1.451000e+03 |  Large 
208.50/208.57	o 1426
208.50/208.57	c * 204s|546369 |123617 |     0 |   0.0 | 113M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 434k|   0 | 1.000000e+00 | 1.426000e+03 |  Large 
210.90/210.92	o 1403
210.90/210.92	c * 206s|549015 |123611 |     0 |   0.0 | 117M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 437k|   0 | 1.000000e+00 | 1.403000e+03 |  Large 
211.80/211.83	c   207s|550000 |124089 |     0 |   0.0 | 119M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 439k|   0 | 1.000000e+00 | 1.403000e+03 |  Large 
212.50/212.59	o 1356
212.50/212.59	c * 208s|550783 |120997 |     0 |   0.0 | 119M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 440k|   0 | 1.000000e+00 | 1.356000e+03 |  Large 
213.60/213.64	o 1338
213.60/213.64	c * 209s|551737 |119064 |     0 |   0.0 | 119M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 441k|   0 | 1.000000e+00 | 1.338000e+03 |  Large 
214.60/214.66	o 1293
214.60/214.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
214.60/214.67	c * 210s|552858 |114472 |     0 |   0.0 | 117M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 443k|   0 | 1.000000e+00 | 1.293000e+03 |  Large 
214.80/214.80	o 1265
214.80/214.80	c * 210s|552983 |112684 |     0 |   0.0 | 116M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 443k|   0 | 1.000000e+00 | 1.265000e+03 |  Large 
215.20/215.27	o 1203
215.20/215.27	c * 210s|553432 |107374 |     0 |   0.0 | 110M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 443k|   0 | 1.000000e+00 | 1.203000e+03 |  Large 
217.10/217.11	o 1201
217.10/217.11	c * 212s|554972 |107907 |     0 |   0.0 | 114M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 446k|   0 | 1.000000e+00 | 1.201000e+03 |  Large 
220.00/220.10	o 1178
220.00/220.10	c * 215s|557388 |105978 |     0 |   0.0 | 118M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 450k|   0 | 1.000000e+00 | 1.178000e+03 |  Large 
220.10/220.11	o 1091
220.10/220.11	c * 215s|557389 | 99837 |     0 |   0.0 | 113M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 450k|   0 | 1.000000e+00 | 1.091000e+03 |  Large 
220.10/220.19	o 1031
220.10/220.19	c * 215s|557459 | 95120 |     0 |   0.0 | 108M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 450k|   0 | 1.000000e+00 | 1.031000e+03 |  Large 
220.21/220.21	o 961
220.21/220.21	c * 215s|557465 | 89427 |     0 |   0.0 | 100M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 450k|   0 | 1.000000e+00 | 9.610000e+02 |  Large 
221.11/221.15	o 955
221.11/221.15	c * 216s|558184 | 89487 |     0 |   0.0 | 102M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 451k|   0 | 1.000000e+00 | 9.550000e+02 |  Large 
221.11/221.15	o 946
221.11/221.15	c * 216s|558185 | 88560 |     0 |   0.0 | 101M| 858 |   - |1800 |  13k|   0 |   0 |   0 | 451k|   0 | 1.000000e+00 | 9.460000e+02 |  Large 
222.01/222.01	o 938
222.01/222.01	c * 217s|558833 | 87851 |     0 |   0.0 | 102M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 452k|   0 | 1.000000e+00 | 9.380000e+02 |  Large 
223.50/223.56	c   219s|560000 | 88144 |     0 |   0.0 | 105M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 454k|   0 | 1.000000e+00 | 9.380000e+02 |  Large 
223.80/223.81	o 922
223.80/223.81	c * 219s|560152 | 85950 |     0 |   0.0 | 103M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 455k|   0 | 1.000000e+00 | 9.220000e+02 |  Large 
223.90/223.98	o 876
223.90/223.98	c * 219s|560252 | 80333 |     0 |   0.0 |  96M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 455k|   0 | 1.000000e+00 | 8.760000e+02 |  Large 
229.10/229.10	o 807
229.10/229.10	c * 224s|563660 | 75947 |     0 |   0.0 | 103M| 858 |   - |1800 |  11k|   0 |   0 |   0 | 462k|   0 | 1.000000e+00 | 8.070000e+02 |  Large 
233.80/233.86	o 790
233.80/233.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
233.80/233.86	c * 229s|567239 | 74764 |     0 |   0.0 | 113M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 470k|   0 | 1.000000e+00 | 7.900000e+02 |  Large 
234.00/234.06	o 630
234.00/234.06	c * 229s|567376 | 60628 |     0 |   0.0 |  98M| 858 |   - |1800 |  12k|   0 |   0 |   0 | 470k|   0 | 1.000000e+00 | 6.300000e+02 |  Large 
237.20/237.20	c   232s|570000 | 60557 |     0 |   0.0 | 103M| 858 |   - |1800 |6276 |   0 |   0 |   0 | 475k|   0 | 1.000000e+00 | 6.300000e+02 |  Large 
237.61/237.68	o 608
237.61/237.68	c * 232s|570476 | 51560 |     0 |   0.0 |  92M| 858 |   - |1800 |6305 |   0 |   0 |   0 | 476k|   0 | 1.000000e+00 | 6.080000e+02 |  Large 
238.80/238.89	o 575
238.80/238.89	c * 234s|571397 | 43576 |     0 |   0.0 |  88M| 858 |   - |1800 |5767 |   0 |   0 |   0 | 478k|   0 | 1.000000e+00 | 5.750000e+02 |  Large 
238.80/238.90	o 563
238.80/238.90	c * 234s|571398 | 38832 |     0 |   0.0 |  84M| 858 |   - |1800 |5767 |   0 |   0 |   0 | 478k|   0 | 1.000000e+00 | 5.630000e+02 |  Large 
239.40/239.43	o 521
239.40/239.43	c * 234s|571759 | 36182 |     0 |   0.0 |  84M| 858 |   - |1800 |6137 |   0 |   0 |   0 | 479k|   0 | 1.000000e+00 | 5.210000e+02 |  Large 
239.90/239.94	o 463
239.90/239.94	c * 235s|572037 | 31966 |     0 |   0.0 |  81M| 858 |   - |1800 |6786 |   0 |   0 |   0 | 481k|   0 | 1.000000e+00 | 4.630000e+02 |  Large 
240.00/240.07	o 403
240.00/240.07	c * 235s|572095 | 29599 |     0 |   0.0 |  78M| 858 |   - |1800 |6839 |   0 |   0 |   0 | 481k|   0 | 1.000000e+00 | 4.030000e+02 |  Large 
242.30/242.30	o 396
242.30/242.30	c * 237s|573580 | 24606 |     0 |   0.0 |  79M| 858 |   - |1800 |5886 |   0 |   0 |   0 | 485k|   0 | 1.000000e+00 | 3.960000e+02 |  Large 
242.41/242.45	o 389
242.41/242.45	c * 237s|573668 | 24052 |     0 |   0.0 |  79M| 858 |   - |1800 |5966 |   0 |   0 |   0 | 485k|   0 | 1.000000e+00 | 3.890000e+02 |  Large 
243.91/243.94	o 322
243.91/243.94	c * 239s|574770 | 18922 |     0 |   0.0 |  76M| 858 |   - |1800 |6990 |   0 |   0 |   0 | 488k|   0 | 1.000000e+00 | 3.220000e+02 |  Large 
243.91/243.94	o 313
243.91/243.94	c * 239s|574771 | 18724 |     0 |   0.0 |  76M| 858 |   - |1800 |6990 |   0 |   0 |   0 | 488k|   0 | 1.000000e+00 | 3.130000e+02 |  Large 
245.10/245.19	o 300
245.10/245.19	c * 240s|575454 | 12570 |     0 |   0.0 |  68M| 858 |   - |1800 |7044 |   0 |   0 |   0 | 490k|   0 | 1.000000e+00 | 3.000000e+02 |  Large 
245.60/245.64	o 284
245.60/245.64	c * 240s|575722 |  7761 |     0 |   0.0 |  56M| 858 |   - |1800 |6950 |   0 |   0 |   0 | 491k|   0 | 1.000000e+00 | 2.840000e+02 |  Large 
246.00/246.06	o 283
246.00/246.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
246.00/246.06	c * 241s|575970 |  7367 |     0 |   0.0 |  54M| 858 |   - |1800 |5647 |   0 |   0 |   0 | 492k|   0 | 1.000000e+00 | 2.830000e+02 |  Large 
246.31/246.36	o 280
246.31/246.36	c * 241s|576291 |  7226 |     0 |   0.0 |  54M| 858 |   - |1800 |5560 |   0 |   0 |   0 | 492k|   0 | 1.000000e+00 | 2.800000e+02 |  Large 
246.60/246.60	o 276
246.60/246.60	c * 241s|576617 |  7280 |     0 |   0.0 |  54M| 858 |   - |1800 |5474 |   0 |   0 |   0 | 493k|   0 | 1.000000e+00 | 2.760000e+02 |  Large 
247.51/247.57	o 235
247.51/247.57	c * 242s|577842 |  6999 |     0 |   0.0 |  54M| 858 |   - |1800 |4256 |   0 |   0 |   0 | 494k|   0 | 9.000000e+00 | 2.350000e+02 |2511.11%
248.00/248.07	o 203
248.00/248.07	c * 243s|578311 |  6604 |     0 |   0.0 |  53M| 858 |   - |1800 |4115 |   0 |   0 |   0 | 495k|   0 | 9.000000e+00 | 2.030000e+02 |2155.56%
249.61/249.66	o 169
249.61/249.66	c * 244s|579469 |  3064 |     0 |   0.0 |  39M| 858 |   - |1800 |3298 |   0 |   0 |   0 | 498k|   0 | 3.800000e+01 | 1.690000e+02 | 344.74%
249.71/249.75	o 156
249.71/249.75	c * 244s|579573 |  2980 |     0 |   0.0 |  38M| 858 |   - |1800 |3160 |   0 |   0 |   0 | 498k|   0 | 3.800000e+01 | 1.560000e+02 | 310.53%
249.71/249.79	o 136
249.71/249.79	c * 244s|579616 |  2527 |     0 |   0.0 |  35M| 858 |   - |1800 |3107 |   0 |   0 |   0 | 498k|   0 | 3.800000e+01 | 1.360000e+02 | 257.89%
250.40/250.44	c   245s|580000 |  2343 |     0 |   0.0 |  34M| 858 |   - |1800 |2316 |   0 |   0 |   0 | 498k|   0 | 6.800000e+01 | 1.360000e+02 | 100.00%
250.50/250.58	o 95
250.50/250.58	c * 245s|580058 |  1045 |     0 |   0.0 |  22M| 858 |   - |1800 |2313 |   0 |   0 |   0 | 498k|   0 | 8.100000e+01 | 9.500000e+01 |  17.28%
250.71/250.79	c 
250.71/250.79	c SCIP Status        : problem is solved [optimal solution found]
250.71/250.79	c Solving Time (sec) : 245.33
250.71/250.79	c Solving Nodes      : 580118
250.71/250.79	c Primal Bound       : +9.50000000000000e+01 (147 solutions)
250.71/250.79	c Dual Bound         : +9.50000000000000e+01
250.71/250.79	c Gap                : 0.00 %
250.71/250.79	s OPTIMUM FOUND
250.71/250.79	v -x200 x199 x198 -x197 x196 -x195 x194 -x193 x192 -x191 x190 -x189 x188 -x187 x186 -x185 x184 -x183 -x182 x181 x180 -x179 x178 -x177 
250.71/250.79	v x176 -x175 x174 -x173 -x172 x171 -x170 x169 -x168 x167 -x166 x165 x164 -x163 x162 -x161 -x160 x159 x158 -x157 -x156 x155 
250.71/250.79	v x154 -x153 -x152 x151 -x150 x149 x148 -x147 x146 -x145 x144 -x143 x142 -x141 -x140 x139 x138 -x137 -x136 x135 -x134 x133 x132 
250.71/250.79	v -x131 x130 -x129 x128 -x127 -x126 x125 -x124 x123 -x122 x121 -x120 x119 -x118 x117 -x116 x115 x114 -x113 x112 -x111 x110 -x109 
250.71/250.79	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 
250.71/250.79	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 
250.71/250.79	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 
250.71/250.79	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 
250.71/250.79	c SCIP Status        : problem is solved [optimal solution found]
250.71/250.79	c Solving Time       :     245.33
250.71/250.79	c Original Problem   :
250.71/250.79	c   Problem name     : HOME/instance-2700022-1278533894.wbo
250.71/250.79	c   Variables        : 1900 (1050 binary, 0 integer, 0 implicit integer, 850 continuous)
250.71/250.79	c   Constraints      : 1801 initial, 1801 maximal
250.71/250.79	c Presolved Problem  :
250.71/250.79	c   Problem name     : t_HOME/instance-2700022-1278533894.wbo
250.71/250.79	c   Variables        : 1800 (950 binary, 0 integer, 0 implicit integer, 850 continuous)
250.71/250.79	c   Constraints      : 1700 initial, 36759 maximal
250.71/250.79	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
250.71/250.79	c   trivial          :       0.00          0          0          0          0          0          0          0          0
250.71/250.79	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
250.71/250.79	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
250.71/250.79	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
250.71/250.79	c   implics          :       0.00          0          0          0          0          0          0          0          0
250.71/250.79	c   probing          :       0.01          0          0          0          0          0          0          0          0
250.71/250.79	c   indicator        :       0.00          0          0          0          0          0          0          0          0
250.71/250.79	c   linear           :       0.03          0        100          0        850          0        101          0          0
250.71/250.79	c   logicor          :       0.00          0          0          0          0          0          0          0          0
250.71/250.79	c   root node        :          -        595          -          -       1190          -          -          -          -
250.71/250.79	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
250.71/250.79	c   integral         :          0          0          0          0          0          0          0          0          0          0
250.71/250.79	c   indicator        :        850          0    1335837          0     533371       1145    9106811          0          0          0
250.71/250.79	c   linear           :        850          0    1334634          0     533309      12273    1203462          0          0          0
250.71/250.79	c   logicor          :          0+         0     840789          0          0       4031     630824          0          0          0
250.71/250.79	c   countsols        :          0          0          0          0     533392          0          0          0          0          0
250.71/250.79	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
250.71/250.79	c   integral         :       0.00       0.00       0.00       0.00       0.00
250.71/250.79	c   indicator        :      37.63       0.00      17.40       0.00      20.23
250.71/250.79	c   linear           :      25.70       0.00      25.38       0.00       0.32
250.71/250.79	c   logicor          :      41.49       0.00      41.49       0.00       0.00
250.71/250.79	c   countsols        :       0.08       0.00       0.00       0.00       0.08
250.71/250.79	c Propagators        :       Time      Calls    Cutoffs    DomReds
250.71/250.79	c   vbounds          :       0.39          2          0          0
250.71/250.79	c   rootredcost      :       0.33          0          0          0
250.71/250.79	c   pseudoobj        :      36.81    1386291      50491    8921063
250.71/250.79	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
250.71/250.79	c   propagation      :       5.97      66795      66673     500893       37.0     225121        3.8          -
250.71/250.79	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
250.71/250.79	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
250.71/250.79	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
250.71/250.79	c   pseudo solution  :       0.05        386        386       3600       40.1       1865        4.2          -
250.71/250.79	c   applied globally :          -          -          -     499126       18.8          -          -          -
250.71/250.79	c   applied locally  :          -          -          -          3      114.3          -          -          -
250.71/250.79	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
250.71/250.79	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
250.71/250.79	c   redcost          :       0.00          0          0          0          0          0
250.71/250.79	c   impliedbounds    :       0.00          0          0          0          0          0
250.71/250.79	c   intobj           :       0.00          0          0          0          0          0
250.71/250.79	c   cgmip            :       0.00          0          0          0          0          0
250.71/250.79	c   gomory           :       0.00          0          0          0          0          0
250.71/250.79	c   strongcg         :       0.00          0          0          0          0          0
250.71/250.79	c   cmir             :       0.00          0          0          0          0          0
250.71/250.79	c   flowcover        :       0.00          0          0          0          0          0
250.71/250.79	c   clique           :       0.00          0          0          0          0          0
250.71/250.79	c   zerohalf         :       0.00          0          0          0          0          0
250.71/250.79	c   mcf              :       0.00          0          0          0          0          0
250.71/250.79	c   rapidlearning    :       0.00          0          0          0          0          0
250.71/250.79	c Pricers            :       Time      Calls       Vars
250.71/250.79	c   problem variables:       0.00          0          0
250.71/250.79	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
250.71/250.79	c   relpscost        :       0.00          0          0          0          0          0          0
250.71/250.79	c   pscost           :       0.00          0          0          0          0          0          0
250.71/250.79	c   inference        :      34.95     533247          0          0          0          0    1066494
250.71/250.79	c   mostinf          :       0.00          0          0          0          0          0          0
250.71/250.79	c   leastinf         :       0.00          0          0          0          0          0          0
250.71/250.79	c   fullstrong       :       0.00          0          0          0          0          0          0
250.71/250.79	c   allfullstrong    :       0.00          0          0          0          0          0          0
250.71/250.79	c   random           :       0.00          0          0          0          0          0          0
250.71/250.79	c Primal Heuristics  :       Time      Calls      Found
250.71/250.79	c   LP solutions     :       0.00          -          0
250.71/250.79	c   pseudo solutions :       1.04          -        145
250.71/250.79	c   oneopt           :       0.28          0          0
250.71/250.79	c   trivial          :       0.01          2          1
250.71/250.79	c   simplerounding   :       0.00          0          0
250.71/250.79	c   zirounding       :       0.00          0          0
250.71/250.79	c   rounding         :       0.00          0          0
250.71/250.79	c   shifting         :       0.00          0          0
250.71/250.79	c   intshifting      :       0.00          0          0
250.71/250.79	c   twoopt           :       0.00          0          0
250.71/250.79	c   fixandinfer      :       0.00          0          0
250.71/250.79	c   feaspump         :       0.00          0          0
250.71/250.79	c   coefdiving       :       0.00          0          0
250.71/250.79	c   pscostdiving     :       0.00          0          0
250.71/250.79	c   fracdiving       :       0.00          0          0
250.71/250.79	c   veclendiving     :       0.00          0          0
250.71/250.79	c   intdiving        :       0.00          0          0
250.71/250.79	c   actconsdiving    :       0.00          0          0
250.71/250.79	c   objpscostdiving  :       0.00          0          0
250.71/250.79	c   rootsoldiving    :       0.00          0          0
250.71/250.79	c   linesearchdiving :       0.00          0          0
250.71/250.79	c   guideddiving     :       0.00          0          0
250.71/250.79	c   octane           :       0.00          0          0
250.71/250.79	c   rens             :       0.00          0          0
250.71/250.79	c   rins             :       0.00          0          0
250.71/250.79	c   localbranching   :       0.00          0          0
250.71/250.79	c   mutation         :       0.00          0          0
250.71/250.79	c   crossover        :       0.00          0          0
250.71/250.79	c   dins             :       0.00          0          0
250.71/250.79	c   undercover       :       0.00          0          0
250.71/250.79	c   nlp              :       0.23          0          0
250.71/250.79	c   trysol           :       0.13          1          1
250.71/250.79	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
250.71/250.79	c   primal LP        :       0.00          0          0       0.00          -
250.71/250.79	c   dual LP          :       0.00          0          0       0.00          -
250.71/250.79	c   lex dual LP      :       0.00          0          0       0.00          -
250.71/250.79	c   barrier LP       :       0.00          0          0       0.00          -
250.71/250.79	c   diving/probing LP:       0.00          0          0       0.00          -
250.71/250.79	c   strong branching :       0.00          0          0       0.00          -
250.71/250.79	c     (at root node) :          -          0          0       0.00          -
250.71/250.79	c   conflict analysis:       0.00          0          0       0.00          -
250.71/250.79	c B&B Tree           :
250.71/250.79	c   number of runs   :          1
250.71/250.79	c   nodes            :     580118
250.71/250.79	c   nodes (total)    :     580118
250.71/250.79	c   nodes left       :          0
250.71/250.79	c   max depth        :        858
250.71/250.79	c   max depth (total):        858
250.71/250.79	c   backtracks       :      26521 (4.6%)
250.71/250.79	c   delayed cutoffs  :      42408
250.71/250.79	c   repropagations   :     113099 (5439994 domain reductions, 21600 cutoffs)
250.71/250.79	c   avg switch length:       3.75
250.71/250.79	c   switching time   :      44.06
250.71/250.79	c Solution           :
250.71/250.79	c   Solutions found  :        147 (146 improvements)
250.71/250.79	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
250.71/250.79	c   Primal Bound     : +9.50000000000000e+01   (in run 1, after 580058 nodes, 245.12 seconds, depth 17, found by <relaxation>)
250.71/250.79	c   Dual Bound       : +9.50000000000000e+01
250.71/250.79	c   Gap              :       0.00 %
250.71/250.79	c   Root Dual Bound  : +0.00000000000000e+00
250.71/250.79	c   Root Iterations  :          0
250.81/250.81	c Time complete: 250.82.

Verifier Data

OK	95

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700022-1278533894/watcher-2700022-1278533894 -o /tmp/evaluation-result-2700022-1278533894/solver-2700022-1278533894 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700022-1278533894.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: 3.26 0.98 0.33 4/178 26664
/proc/meminfo: memFree=29643588/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=7992 CPUtime=0
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 1488 0 0 0 0 0 0 0 25 0 1 0 21601352 8183808 1411 4089446400 4194304 7136930 140735544913440 18446744073709551615 4457498 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26664/statm: 1998 1417 275 719 0 1277 0

[startup+0.0610049 s]
/proc/loadavg: 3.26 0.98 0.33 4/178 26664
/proc/meminfo: memFree=29643588/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=19052 CPUtime=0.05
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 5223 0 0 0 5 0 0 0 25 0 1 0 21601352 19509248 4020 4089446400 4194304 7136930 140735544913440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26664/statm: 4763 4020 364 719 0 4042 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 19052

[startup+0.100988 s]
/proc/loadavg: 3.26 0.98 0.33 4/178 26664
/proc/meminfo: memFree=29643588/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=20500 CPUtime=0.09
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 5599 0 0 0 9 0 0 0 25 0 1 0 21601352 20992000 4396 4089446400 4194304 7136930 140735544913440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26664/statm: 5125 4396 387 719 0 4404 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20500

[startup+0.300951 s]
/proc/loadavg: 3.26 0.98 0.33 4/178 26664
/proc/meminfo: memFree=29643588/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=21308 CPUtime=0.29
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 5793 0 0 0 28 1 0 0 25 0 1 0 21601352 21819392 4590 4089446400 4194304 7136930 140735544913440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26664/statm: 5327 4590 393 719 0 4606 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21308

[startup+0.700875 s]
/proc/loadavg: 3.26 0.98 0.33 4/178 26664
/proc/meminfo: memFree=29643588/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=22600 CPUtime=0.69
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 6135 0 0 0 65 4 0 0 25 0 1 0 21601352 23142400 4932 4089446400 4194304 7136930 140735544913440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26664/statm: 5650 4932 393 719 0 4929 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22600

[startup+1.50072 s]
/proc/loadavg: 3.26 0.98 0.33 3/179 26665
/proc/meminfo: memFree=29622128/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=25804 CPUtime=1.49
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 6952 0 0 0 142 7 0 0 25 0 1 0 21601352 26423296 5749 4089446400 4194304 7136930 140735544913440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26664/statm: 6451 5749 393 719 0 5730 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25804

[startup+3.10039 s]
/proc/loadavg: 3.26 0.98 0.33 3/179 26665
/proc/meminfo: memFree=29618216/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=30744 CPUtime=3.09
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 8246 0 0 0 295 14 0 0 25 0 1 0 21601352 31481856 7043 4089446400 4194304 7136930 140735544913440 18446744073709551615 4926068 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26664/statm: 7686 7043 393 719 0 6965 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30744

[startup+6.30075 s]
/proc/loadavg: 3.16 0.99 0.34 3/179 26665
/proc/meminfo: memFree=29605072/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=39700 CPUtime=6.29
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 10525 0 0 0 603 26 0 0 25 0 1 0 21601352 40652800 9322 4089446400 4194304 7136930 140735544913440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26664/statm: 9925 9322 394 719 0 9204 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39700

[startup+12.7005 s]
/proc/loadavg: 3.06 1.01 0.35 3/179 26665
/proc/meminfo: memFree=29586584/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=54400 CPUtime=12.69
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 14096 0 0 0 1222 47 0 0 25 0 1 0 21601352 55705600 12893 4089446400 4194304 7136930 140735544913440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26664/statm: 13600 12893 394 719 0 12879 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54400

[startup+25.5009 s]
/proc/loadavg: 2.83 1.06 0.38 3/179 26665
/proc/meminfo: memFree=29545500/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=86976 CPUtime=25.5
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 21656 0 0 0 2463 87 0 0 25 0 1 0 21601352 89063424 20453 4089446400 4194304 7136930 140735544913440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26664/statm: 21744 20453 394 719 0 21023 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 86976

[startup+51.1008 s]
/proc/loadavg: 2.54 1.13 0.42 3/179 26668
/proc/meminfo: memFree=29479444/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=135740 CPUtime=51.09
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 33770 0 0 0 4952 157 0 0 25 0 1 0 21601352 138997760 32567 4089446400 4194304 7136930 140735544913440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26664/statm: 33935 32567 394 719 0 33214 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 135740

[startup+102.307 s]
/proc/loadavg: 2.24 1.26 0.50 3/179 26670
/proc/meminfo: memFree=29378396/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=208172 CPUtime=102.3
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 49708 0 0 0 9943 287 0 0 25 0 1 0 21601352 213168128 48505 4089446400 4194304 7136930 140735544913440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26664/statm: 52043 48505 394 719 0 51322 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 208172

[startup+162.301 s]
/proc/loadavg: 2.08 1.39 0.59 3/179 26672
/proc/meminfo: memFree=29257804/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=292460 CPUtime=162.3
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 69321 0 0 0 15821 409 0 0 25 0 1 0 21601352 299479040 68118 4089446400 4194304 7136930 140735544913440 18446744073709551615 5892359 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26664/statm: 73115 68118 394 719 0 72394 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 292460

[startup+222.3 s]
/proc/loadavg: 2.03 1.50 0.68 3/179 26674
/proc/meminfo: memFree=29179124/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=334372 CPUtime=222.3
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 78302 0 0 0 21731 499 0 0 25 0 1 0 21601352 342396928 77099 4089446400 4194304 7136930 140735544913440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26664/statm: 83593 77099 394 719 0 82872 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 334372

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

[startup+230.301 s]
/proc/loadavg: 2.02 1.52 0.69 3/179 26674
/proc/meminfo: memFree=29168208/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=340824 CPUtime=230.3
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 79681 0 0 0 22522 508 0 0 25 0 1 0 21601352 349003776 78478 4089446400 4194304 7136930 140735544913440 18446744073709551615 5955609 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26664/statm: 85206 78478 394 719 0 84485 0
Current children cumulated CPU time (s) 230.3
Current children cumulated vsize (KiB) 340824

[startup+243.106 s]
/proc/loadavg: 2.02 1.53 0.70 3/179 26674
/proc/meminfo: memFree=29155300/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=345656 CPUtime=243.11
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 80643 0 0 0 23782 529 0 0 25 0 1 0 21601352 353951744 79440 4089446400 4194304 7136930 140735544913440 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26664/statm: 86414 79440 394 719 0 85693 0
Current children cumulated CPU time (s) 243.11
Current children cumulated vsize (KiB) 345656

[startup+246.301 s]
/proc/loadavg: 2.02 1.54 0.71 3/179 26674
/proc/meminfo: memFree=29150332/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=347456 CPUtime=246.31
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 81014 0 0 0 24096 535 0 0 25 0 1 0 21601352 355794944 79811 4089446400 4194304 7136930 140735544913440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26664/statm: 86864 79811 394 719 0 86143 0
Current children cumulated CPU time (s) 246.31
Current children cumulated vsize (KiB) 347456

[startup+247.9 s]
/proc/loadavg: 2.02 1.54 0.71 3/179 26674
/proc/meminfo: memFree=29148968/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=347456 CPUtime=247.91
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 81037 0 0 0 24253 538 0 0 25 0 1 0 21601352 355794944 79834 4089446400 4194304 7136930 140735544913440 18446744073709551615 4676407 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26664/statm: 86864 79834 394 719 0 86143 0
Current children cumulated CPU time (s) 247.91
Current children cumulated vsize (KiB) 347456

[startup+249.501 s]
/proc/loadavg: 2.02 1.55 0.72 3/179 26674
/proc/meminfo: memFree=29148968/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=347456 CPUtime=249.51
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 81038 0 0 0 24410 541 0 0 25 0 1 0 21601352 355794944 79835 4089446400 4194304 7136930 140735544913440 18446744073709551615 4923278 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26664/statm: 86864 79835 394 719 0 86143 0
Current children cumulated CPU time (s) 249.51
Current children cumulated vsize (KiB) 347456

[startup+250.301 s]
/proc/loadavg: 2.02 1.55 0.72 3/179 26674
/proc/meminfo: memFree=29147976/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=347456 CPUtime=250.31
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 81039 0 0 0 24488 543 0 0 25 0 1 0 21601352 355794944 79836 4089446400 4194304 7136930 140735544913440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26664/statm: 86864 79836 394 719 0 86143 0
Current children cumulated CPU time (s) 250.31
Current children cumulated vsize (KiB) 347456

[startup+250.701 s]
/proc/loadavg: 2.02 1.55 0.72 3/179 26674
/proc/meminfo: memFree=29148096/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=347456 CPUtime=250.71
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 81039 0 0 0 24526 545 0 0 25 0 1 0 21601352 355794944 79836 4089446400 4194304 7136930 140735544913440 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26664/statm: 86864 79836 394 719 0 86143 0
Current children cumulated CPU time (s) 250.71
Current children cumulated vsize (KiB) 347456

[startup+250.807 s]
/proc/loadavg: 2.02 1.55 0.72 3/179 26674
/proc/meminfo: memFree=29148096/32950928 swapFree=67111528/67111528
[pid=26664] ppid=26662 vsize=181744 CPUtime=250.81
/proc/26664/stat : 26664 (pbscip.linux.x8) R 26662 26664 26355 0 -1 4202496 81045 0 0 0 24535 546 0 0 18 0 1 0 21601352 186105856 39047 4089446400 4194304 7136930 140735544913440 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26664/statm: 44816 38602 400 719 0 44095 0
Current children cumulated CPU time (s) 250.81
Current children cumulated vsize (KiB) 181744

Child status: 0
Real time (s): 250.817
CPU time (s): 250.828
CPU user time (s): 245.358
CPU system time (s): 5.47017
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 347456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.358
system time used= 5.47017
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81052
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 522

runsolver used 0.345947 second user time and 0.835872 second system time

The end

Launcher Data

Begin job on node149 at 2010-07-07 22:18:14
IDJOB=2700022
IDBENCH=79393
IDSOLVER=1206
FILE ID=node149/2700022-1278533894
PBS_JOBID= 11239180
Free space on /tmp= 73424 MiB

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

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

MD5SUM BENCH= 54ef51abb9454409d6f66c5b853cdf79
RANDOM SEED=374595457

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29644108 kB
Buffers:        143588 kB
Cached:        2819180 kB
SwapCached:          0 kB
Active:        1179548 kB
Inactive:      1964652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29644108 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3156 kB
Writeback:           0 kB
AnonPages:      181316 kB
Mapped:          16844 kB
Slab:            99980 kB
PageTables:       4904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   319476 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73424 MiB
End job on node149 at 2010-07-07 22:22:25