Trace number 2700178

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 81.6946 81.6922

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh11_wcsp.wbo
MD5SUM540e5098c207f1245411172896d943a2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark172
Best CPU time to get the best result obtained on this benchmark1.47578
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-2700178-1278534275.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.00/0.06	c    (0.0s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.06	c presolving (3 rounds):
0.00/0.06	c  100 deleted vars, 101 deleted constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  1050 implications, 0 cliques
0.00/0.06	c presolved problem has 1800 variables (950 bin, 0 int, 0 impl, 850 cont) and 1700 constraints
0.00/0.06	c     850 constraints of type <indicator>
0.00/0.06	c     850 constraints of type <linear>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.03
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 1.2.1.2
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1799.99
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 3420
0.00/0.06	c 
0.00/0.06	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.06	c lp/solvefreq = -1
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/0.06	o 420925
0.00/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.00/0.06	c t 0.0s|     1 |     0 |     0 |     - |6127k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     2 |     0 |     - |6079k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.25	o 20282
0.19/0.25	c * 0.2s|  1696 |  1377 |     0 |   0.0 |7122k| 859 |   - |1800 |1732 |   0 |   0 |   0 |  32 |   0 | 0.000000e+00 | 2.028200e+04 |    Inf 
1.49/1.57	c   1.4s| 10000 |  9647 |     0 |   0.0 |  10M| 859 |   - |1800 |1791 |   0 |   0 |   0 |  93 |   0 | 1.000000e+00 | 2.028200e+04 |  Large 
3.20/3.24	c   2.8s| 20000 | 19613 |     0 |   0.0 |  15M| 859 |   - |1800 |1923 |   0 |   0 |   0 | 233 |   0 | 1.000000e+00 | 2.028200e+04 |  Large 
4.89/4.91	c   4.3s| 30000 | 29580 |     0 |   0.0 |  20M| 859 |   - |1800 |1912 |   0 |   0 |   0 | 353 |   0 | 1.000000e+00 | 2.028200e+04 |  Large 
6.49/6.54	c   5.7s| 40000 | 39580 |     0 |   0.0 |  24M| 859 |   - |1800 |1815 |   0 |   0 |   0 | 353 |   0 | 1.000000e+00 | 2.028200e+04 |  Large 
8.09/8.15	c   7.1s| 50000 | 49580 |     0 |   0.0 |  28M| 859 |   - |1800 |1798 |   0 |   0 |   0 | 353 |   0 | 1.000000e+00 | 2.028200e+04 |  Large 
9.69/9.76	c   8.5s| 60000 | 59574 |     0 |   0.0 |  33M| 859 |   - |1800 |1794 |   0 |   0 |   0 | 367 |   0 | 1.000000e+00 | 2.028200e+04 |  Large 
11.19/11.20	o 20169
11.19/11.20	c * 9.7s| 68756 | 68301 |     0 |   0.0 |  37M| 859 |   - |1800 |1845 |   0 |   0 |   0 | 447 |   0 | 1.000000e+00 | 2.016900e+04 |  Large 
11.39/11.41	c   9.9s| 70000 | 69539 |     0 |   0.0 |  37M| 859 |   - |1800 |1875 |   0 |   0 |   0 | 477 |   0 | 1.000000e+00 | 2.016900e+04 |  Large 
12.39/12.43	o 19632
12.39/12.43	c *10.8s| 76214 | 75501 |     0 |   0.0 |  40M| 859 |   - |1800 |1919 |   0 |   0 |   0 | 590 |   0 | 1.000000e+00 | 1.963200e+04 |  Large 
12.99/13.05	c  11.3s| 80000 | 79279 |     0 |   0.0 |  41M| 859 |   - |1800 |1932 |   0 |   0 |   0 | 630 |   0 | 1.000000e+00 | 1.963200e+04 |  Large 
14.30/14.33	o 19304
14.30/14.33	c *12.4s| 87856 | 86925 |     0 |   0.0 |  45M| 859 |   - |1800 |1870 |   0 |   0 |   0 | 650 |   0 | 1.000000e+00 | 1.930400e+04 |  Large 
14.39/14.40	o 19259
14.39/14.40	c *12.5s| 88260 | 87275 |     0 |   0.0 |  45M| 859 |   - |1800 |1957 |   0 |   0 |   0 | 740 |   0 | 1.000000e+00 | 1.925900e+04 |  Large 
14.39/14.49	o 19210
14.39/14.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.39/14.49	c *12.6s| 88742 | 87717 |     0 |   0.0 |  45M| 859 |   - |1800 |1975 |   0 |   0 |   0 | 760 |   0 | 1.000000e+00 | 1.921000e+04 |  Large 
14.50/14.55	o 19153
14.50/14.55	c *12.6s| 89100 | 88011 |     0 |   0.0 |  45M| 859 |   - |1800 |1974 |   0 |   0 |   0 | 760 |   0 | 1.000000e+00 | 1.915300e+04 |  Large 
14.69/14.70	c  12.8s| 90000 | 88892 |     0 |   0.0 |  46M| 859 |   - |1800 |2032 |   0 |   0 |   0 | 840 |   0 | 1.000000e+00 | 1.915300e+04 |  Large 
14.89/14.98	o 16453
14.89/14.98	c *13.0s| 91766 | 87318 |     0 |   0.0 |  45M| 859 |   - |1800 |2046 |   0 |   0 |   0 | 880 |   0 | 1.000000e+00 | 1.645300e+04 |  Large 
15.19/15.20	o 16086
15.19/15.20	c *13.2s| 93052 | 87719 |     0 |   0.0 |  46M| 859 |   - |1800 |2072 |   0 |   0 |   0 | 920 |   0 | 1.000000e+00 | 1.608600e+04 |  Large 
15.19/15.29	o 16081
15.19/15.29	c *13.3s| 93570 | 88212 |     0 |   0.0 |  46M| 859 |   - |1800 |2123 |   0 |   0 |   0 | 980 |   0 | 1.000000e+00 | 1.608100e+04 |  Large 
15.49/15.55	o 15528
15.49/15.55	c *13.5s| 94957 | 87897 |     0 |   0.0 |  46M| 859 |   - |1800 |2446 |   0 |   0 |   0 |1324 |   0 | 1.000000e+00 | 1.552800e+04 |  Large 
15.49/15.55	o 15234
15.49/15.55	c *13.5s| 94958 | 86916 |     0 |   0.0 |  46M| 859 |   - |1800 |2446 |   0 |   0 |   0 |1324 |   0 | 1.000000e+00 | 1.523400e+04 |  Large 
15.59/15.62	o 15166
15.59/15.62	c *13.6s| 95313 | 86976 |     0 |   0.0 |  46M| 859 |   - |1800 |2591 |   0 |   0 |   0 |1486 |   0 | 1.000000e+00 | 1.516600e+04 |  Large 
15.59/15.64	o 15012
15.59/15.64	c *13.6s| 95380 | 86469 |     0 |   0.0 |  46M| 859 |   - |1800 |2601 |   0 |   0 |   0 |1496 |   0 | 1.000000e+00 | 1.501200e+04 |  Large 
15.59/15.64	o 14718
15.59/15.64	c *13.6s| 95381 | 85291 |     0 |   0.0 |  45M| 859 |   - |1800 |2601 |   0 |   0 |   0 |1496 |   0 | 1.000000e+00 | 1.471800e+04 |  Large 
15.69/15.70	o 14681
15.69/15.70	c *13.6s| 95706 | 85478 |     0 |   0.0 |  46M| 859 |   - |1800 |2665 |   0 |   0 |   0 |1566 |   0 | 1.000000e+00 | 1.468100e+04 |  Large 
15.69/15.71	o 14556
15.69/15.71	c *13.7s| 95707 | 84950 |     0 |   0.0 |  45M| 859 |   - |1800 |2665 |   0 |   0 |   0 |1566 |   0 | 1.000000e+00 | 1.455600e+04 |  Large 
15.79/15.81	o 14495
15.79/15.81	c *13.7s| 96212 | 85164 |     0 |   0.0 |  46M| 859 |   - |1800 |2879 |   0 |   0 |   0 |1806 |   0 | 1.000000e+00 | 1.449500e+04 |  Large 
15.79/15.81	o 14201
15.79/15.81	c *13.7s| 96213 | 83815 |     0 |   0.0 |  45M| 859 |   - |1800 |2879 |   0 |   0 |   0 |1806 |   0 | 1.000000e+00 | 1.420100e+04 |  Large 
15.79/15.87	o 14000
15.79/15.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.79/15.87	c *13.8s| 96487 | 83106 |     0 |   0.0 |  45M| 859 |   - |1800 |2978 |   0 |   0 |   0 |1930 |   0 | 1.000000e+00 | 1.400000e+04 |  Large 
15.99/16.00	o 13994
15.99/16.00	c *13.9s| 97129 | 83663 |     0 |   0.0 |  46M| 859 |   - |1800 |3156 |   0 |   0 |   0 |2160 |   0 | 1.000000e+00 | 1.399400e+04 |  Large 
15.99/16.04	o 13456
15.99/16.04	c *13.9s| 97308 | 81031 |     0 |   0.0 |  44M| 859 |   - |1800 |3193 |   0 |   0 |   0 |2230 |   0 | 1.000000e+00 | 1.345600e+04 |  Large 
15.99/16.06	o 13300
15.99/16.06	c *14.0s| 97437 | 80321 |     0 |   0.0 |  44M| 859 |   - |1800 |3222 |   0 |   0 |   0 |2280 |   0 | 1.000000e+00 | 1.330000e+04 |  Large 
15.99/16.07	o 13175
15.99/16.07	c *14.0s| 97438 | 79637 |     0 |   0.0 |  44M| 859 |   - |1800 |3222 |   0 |   0 |   0 |2280 |   0 | 1.000000e+00 | 1.317500e+04 |  Large 
15.99/16.08	o 13010
15.99/16.08	c *14.0s| 97509 | 78767 |     0 |   0.0 |  44M| 859 |   - |1800 |3233 |   0 |   0 |   0 |2300 |   0 | 1.000000e+00 | 1.301000e+04 |  Large 
15.99/16.09	o 12867
15.99/16.09	c *14.0s| 97560 | 78021 |     0 |   0.0 |  43M| 859 |   - |1800 |3227 |   0 |   0 |   0 |2300 |   0 | 1.000000e+00 | 1.286700e+04 |  Large 
16.09/16.15	o 12813
16.09/16.15	c *14.1s| 97837 | 77917 |     0 |   0.0 |  44M| 859 |   - |1800 |3328 |   0 |   0 |   0 |2440 |   0 | 1.000000e+00 | 1.281300e+04 |  Large 
16.09/16.16	o 12619
16.09/16.16	c *14.1s| 97838 | 76840 |     0 |   0.0 |  43M| 859 |   - |1800 |3328 |   0 |   0 |   0 |2440 |   0 | 1.000000e+00 | 1.261900e+04 |  Large 
16.09/16.17	o 12480
16.09/16.17	c *14.1s| 97883 | 76095 |     0 |   0.0 |  43M| 859 |   - |1800 |3321 |   0 |   0 |   0 |2440 |   0 | 1.000000e+00 | 1.248000e+04 |  Large 
16.29/16.33	o 12472
16.29/16.33	c *14.2s| 98635 | 76713 |     0 |   0.0 |  43M| 859 |   - |1800 |3620 |   0 |   0 |   0 |2840 |   0 | 1.000000e+00 | 1.247200e+04 |  Large 
16.29/16.38	o 4628
16.29/16.38	c *14.2s| 98667 | 34007 |     0 |   0.0 |  25M| 859 |   - |1800 |3627 |   0 |   0 |   0 |2872 |   0 | 1.000000e+00 | 4.628000e+03 |  Large 
16.29/16.40	o 4265
16.29/16.40	c *14.3s| 98719 | 31623 |     0 |   0.0 |  24M| 859 |   - |1800 |3645 |   0 |   0 |   0 |2909 |   0 | 1.000000e+00 | 4.265000e+03 |  Large 
16.69/16.74	c  14.6s|100000 | 32709 |     0 |   0.0 |  25M| 859 |   - |1800 |3850 |   0 |   0 |   0 |3789 |   0 | 1.000000e+00 | 4.265000e+03 |  Large 
18.59/18.69	o 4202
18.59/18.69	c *16.3s|106645 | 37583 |     0 |   0.0 |  31M| 859 |   - |1800 |5943 |   0 |   0 |   0 |9907 |   0 | 1.000000e+00 | 4.202000e+03 |  Large 
19.70/19.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.70/19.74	c  17.3s|110000 | 40226 |     0 |   0.0 |  35M| 859 |   - |1800 |6672 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 4.202000e+03 |  Large 
20.29/20.33	o 4085
20.29/20.33	c *17.8s|111866 | 40729 |     0 |   0.0 |  36M| 859 |   - |1800 |7310 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 4.085000e+03 |  Large 
22.69/22.75	c  20.0s|120000 | 47527 |     0 |   0.0 |  43M| 859 |   - |1800 |7995 |   0 |   0 |   0 |  21k|   0 | 1.000000e+00 | 4.085000e+03 |  Large 
23.29/23.34	o 4064
23.29/23.34	c *20.5s|121928 | 48874 |     0 |   0.0 |  45M| 859 |   - |1800 |8675 |   0 |   0 |   0 |  23k|   0 | 1.000000e+00 | 4.064000e+03 |  Large 
23.29/23.34	o 3785
23.29/23.34	c *20.5s|121929 | 46380 |     0 |   0.0 |  43M| 859 |   - |1800 |8675 |   0 |   0 |   0 |  23k|   0 | 1.000000e+00 | 3.785000e+03 |  Large 
23.29/23.37	o 3731
23.29/23.37	c *20.6s|122033 | 45972 |     0 |   0.0 |  43M| 859 |   - |1800 |8667 |   0 |   0 |   0 |  23k|   0 | 1.000000e+00 | 3.731000e+03 |  Large 
23.59/23.67	o 3671
23.59/23.67	c *20.8s|123015 | 46232 |     0 |   0.0 |  43M| 859 |   - |1800 |8638 |   0 |   0 |   0 |  24k|   0 | 1.000000e+00 | 3.671000e+03 |  Large 
23.59/23.67	o 3655
23.59/23.67	c *20.8s|123016 | 46073 |     0 |   0.0 |  43M| 859 |   - |1800 |8638 |   0 |   0 |   0 |  24k|   0 | 1.000000e+00 | 3.655000e+03 |  Large 
24.49/24.58	o 3634
24.49/24.58	c *21.7s|125936 | 48197 |     0 |   0.0 |  46M| 859 |   - |1800 |9234 |   0 |   0 |   0 |  27k|   0 | 1.000000e+00 | 3.634000e+03 |  Large 
25.89/25.90	o 3530
25.89/25.90	c *22.9s|129831 | 50033 |     0 |   0.0 |  47M| 859 |   - |1800 |9862 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 3.530000e+03 |  Large 
25.89/25.96	c  22.9s|130000 | 50168 |     0 |   0.0 |  47M| 859 |   - |1800 |9914 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 3.530000e+03 |  Large 
26.49/26.53	o 3410
26.49/26.53	c *23.4s|131591 | 50087 |     0 |   0.0 |  46M| 859 |   - |1800 |  10k|   0 |   0 |   0 |  33k|   0 | 1.000000e+00 | 3.410000e+03 |  Large 
29.60/29.60	c  26.3s|140000 | 56496 |     0 |   0.0 |  55M| 859 |   - |1800 |  12k|   0 |   0 |   0 |  42k|   0 | 1.000000e+00 | 3.410000e+03 |  Large 
30.09/30.13	o 3275
30.09/30.13	c *26.8s|141308 | 55741 |     0 |   0.0 |  53M| 859 |   - |1800 |  12k|   0 |   0 |   0 |  43k|   0 | 1.000000e+00 | 3.275000e+03 |  Large 
30.59/30.63	o 3091
30.59/30.63	c *27.2s|142495 | 54130 |     0 |   0.0 |  51M| 859 |   - |1800 |  12k|   0 |   0 |   0 |  45k|   0 | 1.000000e+00 | 3.091000e+03 |  Large 
30.59/30.64	o 2514
30.59/30.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.59/30.64	c *27.2s|142496 | 45485 |     0 |   0.0 |  39M| 859 |   - |1800 |  12k|   0 |   0 |   0 |  45k|   0 | 1.000000e+00 | 2.514000e+03 |  Large 
30.59/30.65	o 2355
30.59/30.65	c *27.2s|142513 | 43095 |     0 |   0.0 |  37M| 859 |   - |1800 |  12k|   0 |   0 |   0 |  45k|   0 | 1.000000e+00 | 2.355000e+03 |  Large 
30.70/30.73	o 1875
30.70/30.73	c *27.3s|142632 | 36439 |     0 |   0.0 |  33M| 859 |   - |1800 |  12k|   0 |   0 |   0 |  45k|   0 | 1.000000e+00 | 1.875000e+03 |  Large 
32.90/32.93	o 1851
32.90/32.93	c *29.4s|147793 | 39899 |     0 |   0.0 |  39M| 859 |   - |1800 |7900 |   0 |   0 |   0 |  49k|   0 | 1.000000e+00 | 1.851000e+03 |  Large 
32.90/32.93	o 1825
32.90/32.93	c *29.4s|147794 | 39549 |     0 |   0.0 |  39M| 859 |   - |1800 |7900 |   0 |   0 |   0 |  49k|   0 | 1.000000e+00 | 1.825000e+03 |  Large 
33.80/33.84	c  30.2s|150000 | 41155 |     0 |   0.0 |  42M| 859 |   - |1800 |7763 |   0 |   0 |   0 |  51k|   0 | 1.000000e+00 | 1.825000e+03 |  Large 
34.10/34.16	o 1819
34.10/34.16	c *30.5s|150711 | 41532 |     0 |   0.0 |  43M| 859 |   - |1800 |7859 |   0 |   0 |   0 |  52k|   0 | 1.000000e+00 | 1.819000e+03 |  Large 
34.19/34.20	o 1786
34.19/34.20	c *30.6s|150798 | 41120 |     0 |   0.0 |  43M| 859 |   - |1800 |7884 |   0 |   0 |   0 |  52k|   0 | 1.000000e+00 | 1.786000e+03 |  Large 
34.19/34.20	o 1775
34.19/34.20	c *30.6s|150799 | 40895 |     0 |   0.0 |  43M| 859 |   - |1800 |7884 |   0 |   0 |   0 |  52k|   0 | 1.000000e+00 | 1.775000e+03 |  Large 
34.39/34.49	o 1729
34.39/34.49	c *30.8s|151415 | 40523 |     0 |   0.0 |  44M| 859 |   - |1800 |8027 |   0 |   0 |   0 |  53k|   0 | 1.000000e+00 | 1.729000e+03 |  Large 
34.39/34.49	o 1720
34.39/34.49	c *30.8s|151416 | 40383 |     0 |   0.0 |  44M| 859 |   - |1800 |8027 |   0 |   0 |   0 |  53k|   0 | 1.000000e+00 | 1.720000e+03 |  Large 
37.09/37.17	o 1687
37.09/37.17	c *33.3s|156863 | 42953 |     0 |   0.0 |  52M| 859 |   - |1800 |9163 |   0 |   0 |   0 |  59k|   0 | 1.000000e+00 | 1.687000e+03 |  Large 
37.29/37.33	o 1683
37.29/37.33	c *33.5s|157178 | 43089 |     0 |   0.0 |  53M| 859 |   - |1800 |9352 |   0 |   0 |   0 |  59k|   0 | 1.000000e+00 | 1.683000e+03 |  Large 
37.29/37.33	o 1667
37.29/37.33	c *33.5s|157181 | 42785 |     0 |   0.0 |  53M| 859 |   - |1800 |9352 |   0 |   0 |   0 |  59k|   0 | 1.000000e+00 | 1.667000e+03 |  Large 
37.59/37.68	o 1661
37.59/37.68	c *33.8s|157816 | 43068 |     0 |   0.0 |  54M| 859 |   - |1800 |9681 |   0 |   0 |   0 |  60k|   0 | 1.000000e+00 | 1.661000e+03 |  Large 
38.79/38.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.79/38.88	c  34.9s|160000 | 44408 |     0 |   0.0 |  58M| 859 |   - |1800 |  10k|   0 |   0 |   0 |  63k|   0 | 1.000000e+00 | 1.661000e+03 |  Large 
40.49/40.54	o 1576
40.49/40.54	c *36.4s|163303 | 44873 |     0 |   0.0 |  61M| 859 |   - |1800 |  10k|   0 |   0 |   0 |  67k|   0 | 1.000000e+00 | 1.576000e+03 |  Large 
40.49/40.54	o 1490
40.49/40.54	c *36.4s|163304 | 43121 |     0 |   0.0 |  59M| 859 |   - |1800 |  10k|   0 |   0 |   0 |  67k|   0 | 1.000000e+00 | 1.490000e+03 |  Large 
42.29/42.35	o 1369
42.29/42.35	c *38.1s|167023 | 42650 |     0 |   0.0 |  61M| 859 |   - |1800 |  10k|   0 |   0 |   0 |  71k|   0 | 1.000000e+00 | 1.369000e+03 |  Large 
42.80/42.83	o 1366
42.80/42.83	c *38.6s|168052 | 43259 |     0 |   0.0 |  63M| 859 |   - |1800 |  10k|   0 |   0 |   0 |  72k|   0 | 1.000000e+00 | 1.366000e+03 |  Large 
42.80/42.84	o 1327
42.80/42.84	c *38.6s|168053 | 42234 |     0 |   0.0 |  62M| 859 |   - |1800 |  10k|   0 |   0 |   0 |  72k|   0 | 1.000000e+00 | 1.327000e+03 |  Large 
43.79/43.82	c  39.5s|170000 | 43495 |     0 |   0.0 |  65M| 859 |   - |1800 |  10k|   0 |   0 |   0 |  74k|   0 | 1.000000e+00 | 1.327000e+03 |  Large 
44.19/44.28	o 1270
44.19/44.28	c *39.9s|170720 | 42158 |     0 |   0.0 |  64M| 859 |   - |1800 |  11k|   0 |   0 |   0 |  76k|   0 | 1.000000e+00 | 1.270000e+03 |  Large 
45.69/45.72	o 1240
45.69/45.72	c *41.2s|173145 | 42793 |     0 |   0.0 |  67M| 859 |   - |1800 |  12k|   0 |   0 |   0 |  79k|   0 | 1.000000e+00 | 1.240000e+03 |  Large 
50.50/50.55	c  45.8s|180000 | 46453 |     0 |   0.0 |  82M| 859 |   - |1800 |  15k|   0 |   0 |   0 |  89k|   0 | 1.000000e+00 | 1.240000e+03 |  Large 
50.60/50.65	o 1237
50.60/50.65	c *45.9s|180123 | 46483 |     0 |   0.0 |  82M| 859 |   - |1800 |  15k|   0 |   0 |   0 |  89k|   0 | 1.000000e+00 | 1.237000e+03 |  Large 
53.79/53.85	o 1230
53.79/53.85	c *48.9s|184034 | 47992 |     0 |   0.0 |  89M| 859 |   - |1800 |  17k|   0 |   0 |   0 |  96k|   0 | 1.000000e+00 | 1.230000e+03 |  Large 
55.89/55.97	o 1226
55.89/55.97	c *51.0s|186612 | 49147 |     0 |   0.0 |  95M| 859 |   - |1800 |  18k|   0 |   0 |   0 | 100k|   0 | 1.000000e+00 | 1.226000e+03 |  Large 
57.50/57.54	o 1187
57.50/57.54	c *52.5s|188399 | 49083 |     0 |   0.0 |  96M| 859 |   - |1800 |  19k|   0 |   0 |   0 | 104k|   0 | 1.000000e+00 | 1.187000e+03 |  Large 
57.50/57.54	o 1147
57.50/57.54	c *52.5s|188400 | 47966 |     0 |   0.0 |  94M| 859 |   - |1800 |  19k|   0 |   0 |   0 | 104k|   0 | 1.000000e+00 | 1.147000e+03 |  Large 
57.99/58.08	o 1060
57.99/58.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.99/58.08	c *53.0s|188995 | 45106 |     0 |   0.0 |  89M| 859 |   - |1800 |  19k|   0 |   0 |   0 | 105k|   0 | 1.000000e+00 | 1.060000e+03 |  Large 
58.79/58.89	c  53.7s|190000 | 45738 |     0 |   0.0 |  90M| 859 |   - |1800 |  16k|   0 |   0 |   0 | 106k|   0 | 1.000000e+00 | 1.060000e+03 |  Large 
60.19/60.24	o 1033
60.19/60.24	c *55.0s|191999 | 45417 |     0 |   0.0 |  91M| 859 |   - |1800 |  11k|   0 |   0 |   0 | 108k|   0 | 1.000000e+00 | 1.033000e+03 |  Large 
64.29/64.31	o 999
64.29/64.31	c *58.9s|197895 | 47583 |     0 |   0.0 | 104M| 859 |   - |1800 |  10k|   0 |   0 |   0 | 115k|   0 | 1.000000e+00 | 9.990000e+02 |  Large 
64.29/64.31	o 974
64.29/64.31	c *58.9s|197896 | 46594 |     0 |   0.0 | 101M| 859 |   - |1800 |  10k|   0 |   0 |   0 | 115k|   0 | 1.000000e+00 | 9.740000e+02 |  Large 
64.59/64.62	o 956
64.59/64.62	c *59.2s|198338 | 46076 |     0 |   0.0 | 101M| 859 |   - |1800 |  10k|   0 |   0 |   0 | 116k|   0 | 1.000000e+00 | 9.560000e+02 |  Large 
65.49/65.52	o 934
65.49/65.52	c *60.0s|199422 | 45790 |     0 |   0.0 | 102M| 859 |   - |1800 |  10k|   0 |   0 |   0 | 117k|   0 | 1.000000e+00 | 9.340000e+02 |  Large 
65.90/65.96	c  60.4s|200000 | 46056 |     0 |   0.0 | 104M| 859 |   - |1800 |  10k|   0 |   0 |   0 | 118k|   0 | 1.000000e+00 | 9.340000e+02 |  Large 
67.00/67.02	o 893
67.00/67.02	c *61.4s|201186 | 44841 |     0 |   0.0 | 104M| 859 |   - |1800 |  10k|   0 |   0 |   0 | 120k|   0 | 1.000000e+00 | 8.930000e+02 |  Large 
67.00/67.02	o 882
67.00/67.02	c *61.4s|201187 | 44548 |     0 |   0.0 | 103M| 859 |   - |1800 |  10k|   0 |   0 |   0 | 120k|   0 | 1.000000e+00 | 8.820000e+02 |  Large 
67.80/67.86	o 880
67.80/67.86	c *62.2s|202178 | 44936 |     0 |   0.0 | 106M| 859 |   - |1800 |  10k|   0 |   0 |   0 | 122k|   0 | 1.000000e+00 | 8.800000e+02 |  Large 
68.00/68.04	o 875
68.00/68.04	c *62.4s|202398 | 44927 |     0 |   0.0 | 107M| 859 |   - |1800 |  10k|   0 |   0 |   0 | 122k|   0 | 1.000000e+00 | 8.750000e+02 |  Large 
68.00/68.04	o 864
68.00/68.04	c *62.4s|202399 | 44579 |     0 |   0.0 | 106M| 859 |   - |1800 |  10k|   0 |   0 |   0 | 122k|   0 | 1.000000e+00 | 8.640000e+02 |  Large 
68.49/68.53	o 739
68.49/68.53	c *62.9s|202950 | 38578 |     0 |   0.0 |  95M| 859 |   - |1800 |  10k|   0 |   0 |   0 | 123k|   0 | 1.000000e+00 | 7.390000e+02 |  Large 
72.19/72.23	o 695
72.19/72.23	c *66.4s|206729 | 36187 |     0 |   0.0 |  97M| 859 |   - |1800 |7680 |   0 |   0 |   0 | 130k|   0 | 1.000000e+00 | 6.950000e+02 |  Large 
74.09/74.19	o 685
74.09/74.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.09/74.19	c *68.2s|209228 | 36744 |     0 |   0.0 | 102M| 859 |   - |1800 |7244 |   0 |   0 |   0 | 134k|   0 | 1.000000e+00 | 6.850000e+02 |  Large 
74.30/74.38	o 672
74.30/74.38	c *68.4s|209456 | 36625 |     0 |   0.0 | 102M| 859 |   - |1800 |7378 |   0 |   0 |   0 | 135k|   0 | 1.000000e+00 | 6.720000e+02 |  Large 
74.30/74.39	o 539
74.30/74.39	c *68.4s|209457 | 30092 |     0 |   0.0 |  86M| 859 |   - |1800 |7378 |   0 |   0 |   0 | 135k|   0 | 1.000000e+00 | 5.390000e+02 |  Large 
74.99/75.08	c  69.0s|210000 | 30150 |     0 |   0.0 |  90M| 859 |   - |1800 |7519 |   0 |   0 |   0 | 136k|   0 | 1.000000e+00 | 5.390000e+02 |  Large 
76.59/76.62	o 505
76.59/76.62	c *70.5s|211399 | 28870 |     0 |   0.0 |  92M| 859 |   - |1800 |8416 |   0 |   0 |   0 | 140k|   0 | 1.000000e+00 | 5.050000e+02 |  Large 
76.79/76.80	o 496
76.79/76.80	c *70.7s|211572 | 28469 |     0 |   0.0 |  92M| 859 |   - |1800 |8424 |   0 |   0 |   0 | 140k|   0 | 1.000000e+00 | 4.960000e+02 |  Large 
76.79/76.81	o 471
76.79/76.81	c *70.7s|211573 | 27595 |     0 |   0.0 |  90M| 859 |   - |1800 |8424 |   0 |   0 |   0 | 140k|   0 | 1.000000e+00 | 4.710000e+02 |  Large 
77.69/77.78	o 426
77.69/77.78	c *71.6s|212188 | 25060 |     0 |   0.0 |  85M| 859 |   - |1800 |7056 |   0 |   0 |   0 | 142k|   0 | 1.000000e+00 | 4.260000e+02 |  Large 
77.80/77.87	o 394
77.80/77.87	c *71.7s|212222 | 19021 |     0 |   0.0 |  74M| 859 |   - |1800 |6926 |   0 |   0 |   0 | 142k|   0 | 1.000000e+00 | 3.940000e+02 |  Large 
77.90/77.93	o 289
77.90/77.93	c *71.8s|212261 | 14154 |     0 |   0.0 |  56M| 859 |   - |1800 |6964 |   0 |   0 |   0 | 142k|   0 | 1.000000e+00 | 2.890000e+02 |  Large 
77.90/77.97	o 254
77.90/77.97	c *71.8s|212266 | 12698 |     0 |   0.0 |  53M| 859 |   - |1800 |6970 |   0 |   0 |   0 | 142k|   0 | 1.000000e+00 | 2.540000e+02 |  Large 
78.00/78.07	o 230
78.00/78.07	c *71.9s|212313 | 12190 |     0 |   0.0 |  51M| 859 |   - |1800 |6178 |   0 |   0 |   0 | 142k|   0 | 1.000000e+00 | 2.300000e+02 |  Large 
78.60/78.60	o 186
78.60/78.60	c *72.4s|212563 |  9885 |     0 |   0.0 |  48M| 859 |   - |1800 |4243 |   0 |   0 |   0 | 143k|   0 | 1.000000e+00 | 1.860000e+02 |  Large 
78.79/78.86	o 178
78.79/78.86	c *72.6s|212620 |  7932 |     0 |   0.0 |  45M| 859 |   - |1800 |4081 |   0 |   0 |   0 | 144k|   0 | 1.000000e+00 | 1.780000e+02 |  Large 
79.20/79.29	o 177
79.20/79.29	c *73.0s|213042 |  5700 |     0 |   0.0 |  38M| 859 |   - |1800 |3081 |   0 |   0 |   0 | 144k|   0 | 9.000000e+00 | 1.770000e+02 |1866.67%
80.49/80.59	o 172
80.49/80.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.49/80.59	c *74.3s|214346 |  5040 |     0 |   0.0 |  37M| 859 |   - |1800 |2537 |   0 |   0 |   0 | 146k|   0 | 7.400000e+01 | 1.720000e+02 | 132.43%
81.60/81.67	c 
81.60/81.67	c SCIP Status        : problem is solved [optimal solution found]
81.60/81.67	c Solving Time (sec) : 75.24
81.60/81.67	c Solving Nodes      : 214998
81.60/81.67	c Primal Bound       : +1.72000000000000e+02 (100 solutions)
81.60/81.67	c Dual Bound         : +1.72000000000000e+02
81.60/81.67	c Gap                : 0.00 %
81.60/81.67	s OPTIMUM FOUND
81.60/81.67	v x200 -x199 -x198 x197 x196 -x195 x194 -x193 -x192 x191 x190 -x189 x188 -x187 x186 -x185 x184 -x183 -x182 x181 x180 -x179 -x178 
81.60/81.67	v x177 -x176 x175 x174 -x173 -x172 x171 x170 -x169 -x168 x167 -x166 x165 x164 -x163 -x162 x161 x160 -x159 -x158 x157 x156 -x155 
81.60/81.67	v -x154 x153 -x152 x151 -x150 x149 x148 -x147 x146 -x145 -x144 x143 x142 -x141 x140 -x139 x138 -x137 x136 -x135 x134 -x133 -x132 
81.60/81.67	v x131 x130 -x129 -x128 x127 x126 -x125 -x124 x123 -x122 x121 x120 -x119 x118 -x117 -x116 x115 -x114 x113 -x112 x111 -x110 x109 
81.60/81.67	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 
81.60/81.67	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 
81.60/81.67	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 
81.60/81.67	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 
81.60/81.67	c SCIP Status        : problem is solved [optimal solution found]
81.60/81.67	c Solving Time       :      75.24
81.60/81.67	c Original Problem   :
81.60/81.67	c   Problem name     : HOME/instance-2700178-1278534275.wbo
81.60/81.67	c   Variables        : 1900 (1050 binary, 0 integer, 0 implicit integer, 850 continuous)
81.60/81.67	c   Constraints      : 1801 initial, 1801 maximal
81.60/81.67	c Presolved Problem  :
81.60/81.67	c   Problem name     : t_HOME/instance-2700178-1278534275.wbo
81.60/81.67	c   Variables        : 1800 (950 binary, 0 integer, 0 implicit integer, 850 continuous)
81.60/81.67	c   Constraints      : 1700 initial, 19856 maximal
81.60/81.67	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
81.60/81.67	c   trivial          :       0.00          0          0          0          0          0          0          0          0
81.60/81.67	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
81.60/81.67	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
81.60/81.67	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
81.60/81.67	c   implics          :       0.00          0          0          0          0          0          0          0          0
81.60/81.67	c   probing          :       0.01          0          0          0          0          0          0          0          0
81.60/81.67	c   indicator        :       0.00          0          0          0          0          0          0          0          0
81.60/81.67	c   linear           :       0.01          0        100          0        850          0        101          0          0
81.60/81.67	c   logicor          :       0.00          0          0          0          0          0          0          0          0
81.60/81.67	c   root node        :          -        706          -          -       1412          -          -          -          -
81.60/81.67	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
81.60/81.67	c   integral         :          0          0          0          0          0          0          0          0          0          0
81.60/81.67	c   indicator        :        850          0     537765          0     197702        318    4488012          0          0          0
81.60/81.67	c   linear           :        850          0     537507          0     197661       6175     516740          0          0          0
81.60/81.67	c   logicor          :          0+         0     296177          0          0       2555     261351          0          0          0
81.60/81.67	c   countsols        :          0          0          0          0     197736          0          0          0          0          0
81.60/81.67	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
81.60/81.67	c   integral         :       0.00       0.00       0.00       0.00       0.00
81.60/81.67	c   indicator        :      12.66       0.00       6.33       0.00       6.33
81.60/81.67	c   linear           :       9.75       0.00       9.69       0.00       0.06
81.60/81.67	c   logicor          :      11.12       0.00      11.12       0.00       0.00
81.60/81.67	c   countsols        :       0.00       0.00       0.00       0.00       0.00
81.60/81.67	c Propagators        :       Time      Calls    Cutoffs    DomReds
81.60/81.67	c   vbounds          :       0.00          2          0          0
81.60/81.67	c   rootredcost      :       0.00          0          0          0
81.60/81.67	c   pseudoobj        :      12.40     554415      16575    4364809
81.60/81.67	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
81.60/81.67	c   propagation      :       1.98      25305      25286     119721       28.3      61903        3.9          -
81.60/81.67	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
81.60/81.67	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
81.60/81.67	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
81.60/81.67	c   pseudo solution  :       0.04        123        123       1070       46.7        540        4.6          -
81.60/81.67	c   applied globally :          -          -          -     148299       16.0          -          -          -
81.60/81.67	c   applied locally  :          -          -          -          2      111.5          -          -          -
81.60/81.67	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
81.60/81.67	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
81.60/81.67	c   redcost          :       0.00          0          0          0          0          0
81.60/81.67	c   impliedbounds    :       0.00          0          0          0          0          0
81.60/81.67	c   intobj           :       0.00          0          0          0          0          0
81.60/81.67	c   cgmip            :       0.00          0          0          0          0          0
81.60/81.67	c   gomory           :       0.00          0          0          0          0          0
81.60/81.67	c   strongcg         :       0.00          0          0          0          0          0
81.60/81.67	c   cmir             :       0.00          0          0          0          0          0
81.60/81.67	c   flowcover        :       0.00          0          0          0          0          0
81.60/81.67	c   clique           :       0.00          0          0          0          0          0
81.60/81.67	c   zerohalf         :       0.00          0          0          0          0          0
81.60/81.67	c   mcf              :       0.00          0          0          0          0          0
81.60/81.67	c   rapidlearning    :       0.00          0          0          0          0          0
81.60/81.67	c Pricers            :       Time      Calls       Vars
81.60/81.67	c   problem variables:       0.00          0          0
81.60/81.67	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
81.60/81.67	c   relpscost        :       0.00          0          0          0          0          0          0
81.60/81.67	c   pscost           :       0.00          0          0          0          0          0          0
81.60/81.67	c   inference        :      10.16     197638          0          0          0          0     395276
81.60/81.67	c   mostinf          :       0.00          0          0          0          0          0          0
81.60/81.67	c   leastinf         :       0.00          0          0          0          0          0          0
81.60/81.67	c   fullstrong       :       0.00          0          0          0          0          0          0
81.60/81.67	c   allfullstrong    :       0.00          0          0          0          0          0          0
81.60/81.67	c   random           :       0.00          0          0          0          0          0          0
81.60/81.67	c Primal Heuristics  :       Time      Calls      Found
81.60/81.67	c   LP solutions     :       0.00          -          0
81.60/81.67	c   pseudo solutions :       0.32          -         98
81.60/81.67	c   oneopt           :       0.00          0          0
81.60/81.67	c   trivial          :       0.01          2          1
81.60/81.67	c   simplerounding   :       0.00          0          0
81.60/81.67	c   zirounding       :       0.00          0          0
81.60/81.67	c   rounding         :       0.00          0          0
81.60/81.67	c   shifting         :       0.00          0          0
81.60/81.67	c   intshifting      :       0.00          0          0
81.60/81.67	c   twoopt           :       0.00          0          0
81.60/81.67	c   fixandinfer      :       0.00          0          0
81.60/81.67	c   feaspump         :       0.00          0          0
81.60/81.67	c   coefdiving       :       0.00          0          0
81.60/81.67	c   pscostdiving     :       0.00          0          0
81.60/81.67	c   fracdiving       :       0.00          0          0
81.60/81.67	c   veclendiving     :       0.00          0          0
81.60/81.67	c   intdiving        :       0.00          0          0
81.60/81.67	c   actconsdiving    :       0.00          0          0
81.60/81.67	c   objpscostdiving  :       0.00          0          0
81.60/81.67	c   rootsoldiving    :       0.00          0          0
81.60/81.67	c   linesearchdiving :       0.00          0          0
81.60/81.67	c   guideddiving     :       0.00          0          0
81.60/81.67	c   octane           :       0.00          0          0
81.60/81.67	c   rens             :       0.00          0          0
81.60/81.67	c   rins             :       0.00          0          0
81.60/81.67	c   localbranching   :       0.00          0          0
81.60/81.67	c   mutation         :       0.00          0          0
81.60/81.67	c   crossover        :       0.00          0          0
81.60/81.67	c   dins             :       0.00          0          0
81.60/81.67	c   undercover       :       0.00          0          0
81.60/81.67	c   nlp              :       0.00          0          0
81.60/81.67	c   trysol           :       0.00          1          1
81.60/81.67	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
81.60/81.67	c   primal LP        :       0.00          0          0       0.00          -
81.60/81.67	c   dual LP          :       0.00          0          0       0.00          -
81.60/81.67	c   lex dual LP      :       0.00          0          0       0.00          -
81.60/81.67	c   barrier LP       :       0.00          0          0       0.00          -
81.60/81.67	c   diving/probing LP:       0.00          0          0       0.00          -
81.60/81.67	c   strong branching :       0.00          0          0       0.00          -
81.60/81.67	c     (at root node) :          -          0          0       0.00          -
81.60/81.67	c   conflict analysis:       0.00          0          0       0.00          -
81.60/81.67	c B&B Tree           :
81.60/81.67	c   number of runs   :          1
81.60/81.67	c   nodes            :     214998
81.60/81.67	c   nodes (total)    :     214998
81.60/81.67	c   nodes left       :          0
81.60/81.67	c   max depth        :        859
81.60/81.67	c   max depth (total):        859
81.60/81.67	c   backtracks       :      11171 (5.2%)
81.60/81.67	c   delayed cutoffs  :      20755
81.60/81.67	c   repropagations   :      51611 (2496272 domain reductions, 8484 cutoffs)
81.60/81.67	c   avg switch length:       3.94
81.60/81.67	c   switching time   :      14.17
81.60/81.67	c Solution           :
81.60/81.67	c   Solutions found  :        100 (99 improvements)
81.60/81.67	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.03 seconds, depth 0, found by <trivial>)
81.60/81.67	c   Primal Bound     : +1.72000000000000e+02   (in run 1, after 214346 nodes, 74.26 seconds, depth 492, found by <relaxation>)
81.60/81.67	c   Dual Bound       : +1.72000000000000e+02
81.60/81.67	c   Gap              :       0.00 %
81.60/81.67	c   Root Dual Bound  : +0.00000000000000e+00
81.60/81.67	c   Root Iterations  :          0
81.60/81.69	c Time complete: 81.69.

Verifier Data

OK	172

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700178-1278534275/watcher-2700178-1278534275 -o /tmp/evaluation-result-2700178-1278534275/solver-2700178-1278534275 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700178-1278534275.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.01 1.59 0.78 3/178 17844
/proc/meminfo: memFree=29527464/32951124 swapFree=67111528/67111528
[pid=17844] ppid=17842 vsize=8144 CPUtime=0
/proc/17844/stat : 17844 (pbscip.linux.x8) R 17842 17844 17528 0 -1 4202496 1543 0 0 0 0 0 0 0 21 0 1 0 21640438 8339456 1466 4089446400 4194304 7136930 140737040459376 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17844/statm: 2069 1468 275 719 0 1348 0

[startup+0.013378 s]
/proc/loadavg: 2.01 1.59 0.78 3/178 17844
/proc/meminfo: memFree=29527464/32951124 swapFree=67111528/67111528
[pid=17844] ppid=17842 vsize=11156 CPUtime=0
/proc/17844/stat : 17844 (pbscip.linux.x8) R 17842 17844 17528 0 -1 4202496 2207 0 0 0 0 0 0 0 21 0 1 0 21640438 11423744 2130 4089446400 4194304 7136930 140737040459376 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17844/statm: 2789 2161 275 719 0 2068 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11156

[startup+0.100364 s]
/proc/loadavg: 2.01 1.59 0.78 3/178 17844
/proc/meminfo: memFree=29527464/32951124 swapFree=67111528/67111528
[pid=17844] ppid=17842 vsize=20592 CPUtime=0.09
/proc/17844/stat : 17844 (pbscip.linux.x8) R 17842 17844 17528 0 -1 4202496 5602 0 0 0 8 1 0 0 21 0 1 0 21640438 21086208 4400 4089446400 4194304 7136930 140737040459376 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17844/statm: 5148 4400 387 719 0 4427 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20592

[startup+0.300328 s]
/proc/loadavg: 2.01 1.59 0.78 3/178 17844
/proc/meminfo: memFree=29527464/32951124 swapFree=67111528/67111528
[pid=17844] ppid=17842 vsize=21296 CPUtime=0.29
/proc/17844/stat : 17844 (pbscip.linux.x8) R 17842 17844 17528 0 -1 4202496 5803 0 0 0 25 4 0 0 21 0 1 0 21640438 21807104 4601 4089446400 4194304 7136930 140737040459376 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17844/statm: 5324 4601 393 719 0 4603 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21296

[startup+0.700251 s]
/proc/loadavg: 2.01 1.59 0.78 3/178 17844
/proc/meminfo: memFree=29527464/32951124 swapFree=67111528/67111528
[pid=17844] ppid=17842 vsize=22692 CPUtime=0.69
/proc/17844/stat : 17844 (pbscip.linux.x8) R 17842 17844 17528 0 -1 4202496 6165 0 0 0 59 10 0 0 22 0 1 0 21640438 23236608 4963 4089446400 4194304 7136930 140737040459376 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17844/statm: 5673 4963 393 719 0 4952 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22692

[startup+1.50011 s]
/proc/loadavg: 2.00 1.59 0.79 3/179 17845
/proc/meminfo: memFree=29507492/32951124 swapFree=67111528/67111528
[pid=17844] ppid=17842 vsize=25676 CPUtime=1.49
/proc/17844/stat : 17844 (pbscip.linux.x8) R 17842 17844 17528 0 -1 4202496 6907 0 0 0 130 19 0 0 25 0 1 0 21640438 26292224 5705 4089446400 4194304 7136930 140737040459376 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17844/statm: 6419 5705 394 719 0 5698 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25676

[startup+3.10081 s]
/proc/loadavg: 2.00 1.59 0.79 3/179 17845
/proc/meminfo: memFree=29500920/32951124 swapFree=67111528/67111528
[pid=17844] ppid=17842 vsize=31968 CPUtime=3.09
/proc/17844/stat : 17844 (pbscip.linux.x8) R 17842 17844 17528 0 -1 4202496 8519 0 0 0 273 36 0 0 25 0 1 0 21640438 32735232 7317 4089446400 4194304 7136930 140737040459376 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17844/statm: 7992 7317 394 719 0 7271 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31968

[startup+6.30024 s]
/proc/loadavg: 2.00 1.59 0.79 3/179 17845
/proc/meminfo: memFree=29485808/32951124 swapFree=67111528/67111528
[pid=17844] ppid=17842 vsize=40808 CPUtime=6.29
/proc/17844/stat : 17844 (pbscip.linux.x8) R 17842 17844 17528 0 -1 4202496 10806 0 0 0 548 81 0 0 25 0 1 0 21640438 41787392 9604 4089446400 4194304 7136930 140737040459376 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17844/statm: 10202 9604 394 719 0 9481 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40808

[startup+12.7011 s]
/proc/loadavg: 2.00 1.61 0.80 3/179 17846
/proc/meminfo: memFree=29459268/32951124 swapFree=67111528/67111528
[pid=17844] ppid=17842 vsize=62724 CPUtime=12.69
/proc/17844/stat : 17844 (pbscip.linux.x8) R 17842 17844 17528 0 -1 4202496 15915 0 0 0 1106 163 0 0 25 0 1 0 21640438 64229376 14713 4089446400 4194304 7136930 140737040459376 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17844/statm: 15681 14713 394 719 0 14960 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62724

[startup+25.5007 s]
/proc/loadavg: 2.00 1.62 0.82 3/179 17846
/proc/meminfo: memFree=29404116/32951124 swapFree=67111528/67111528
[pid=17844] ppid=17842 vsize=101256 CPUtime=25.49
/proc/17844/stat : 17844 (pbscip.linux.x8) R 17842 17844 17528 0 -1 4202496 25001 0 0 0 2250 299 0 0 25 0 1 0 21640438 103686144 23799 4089446400 4194304 7136930 140737040459376 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17844/statm: 25314 23799 394 719 0 24593 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 101256

[startup+51.101 s]
/proc/loadavg: 2.06 1.66 0.85 3/179 17846
/proc/meminfo: memFree=29318844/32951124 swapFree=67111528/67111528
[pid=17844] ppid=17842 vsize=164624 CPUtime=51.09
/proc/17844/stat : 17844 (pbscip.linux.x8) R 17842 17844 17528 0 -1 4202496 38397 0 0 0 4633 476 0 0 25 0 1 0 21640438 168574976 37195 4089446400 4194304 7136930 140737040459376 18446744073709551615 5953116 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17844/statm: 41156 37195 394 719 0 40435 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 164624

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

[startup+63.9007 s]
/proc/loadavg: 2.05 1.68 0.87 3/179 17846
/proc/meminfo: memFree=29273320/32951124 swapFree=67111528/67111528
[pid=17844] ppid=17842 vsize=198088 CPUtime=63.9
/proc/17844/stat : 17844 (pbscip.linux.x8) R 17842 17844 17528 0 -1 4202496 45084 0 0 0 5849 541 0 0 25 0 1 0 21640438 202842112 43882 4089446400 4194304 7136930 140737040459376 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17844/statm: 49522 43882 394 719 0 48801 0
Current children cumulated CPU time (s) 63.9
Current children cumulated vsize (KiB) 198088

[startup+70.3005 s]
/proc/loadavg: 2.04 1.69 0.87 3/179 17847
/proc/meminfo: memFree=29251980/32951124 swapFree=67111528/67111528
[pid=17844] ppid=17842 vsize=214684 CPUtime=70.3
/proc/17844/stat : 17844 (pbscip.linux.x8) R 17842 17844 17528 0 -1 4202496 48331 0 0 0 6456 574 0 0 25 0 1 0 21640438 219836416 47129 4089446400 4194304 7136930 140737040459376 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17844/statm: 53671 47129 394 719 0 52950 0
Current children cumulated CPU time (s) 70.3
Current children cumulated vsize (KiB) 214684

[startup+76.7004 s]
/proc/loadavg: 2.04 1.69 0.88 3/179 17847
/proc/meminfo: memFree=29240064/32951124 swapFree=67111528/67111528
[pid=17844] ppid=17842 vsize=223980 CPUtime=76.7
/proc/17844/stat : 17844 (pbscip.linux.x8) R 17842 17844 17528 0 -1 4202496 50146 0 0 0 7058 612 0 0 25 0 1 0 21640438 229355520 48944 4089446400 4194304 7136930 140737040459376 18446744073709551615 4221902 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17844/statm: 55995 48944 394 719 0 55274 0
Current children cumulated CPU time (s) 76.7
Current children cumulated vsize (KiB) 223980

[startup+79.9008 s]
/proc/loadavg: 2.04 1.70 0.89 3/179 17847
/proc/meminfo: memFree=29233728/32951124 swapFree=67111528/67111528
[pid=17844] ppid=17842 vsize=224624 CPUtime=79.89
/proc/17844/stat : 17844 (pbscip.linux.x8) R 17842 17844 17528 0 -1 4202496 50308 0 0 0 7361 628 0 0 25 0 1 0 21640438 230014976 49106 4089446400 4194304 7136930 140737040459376 18446744073709551615 4948257 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17844/statm: 56156 49106 394 719 0 55435 0
Current children cumulated CPU time (s) 79.89
Current children cumulated vsize (KiB) 224624

[startup+80.7006 s]
/proc/loadavg: 2.04 1.70 0.89 3/179 17847
/proc/meminfo: memFree=29232488/32951124 swapFree=67111528/67111528
[pid=17844] ppid=17842 vsize=224624 CPUtime=80.7
/proc/17844/stat : 17844 (pbscip.linux.x8) R 17842 17844 17528 0 -1 4202496 50308 0 0 0 7437 633 0 0 25 0 1 0 21640438 230014976 49106 4089446400 4194304 7136930 140737040459376 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17844/statm: 56156 49106 394 719 0 55435 0
Current children cumulated CPU time (s) 80.7
Current children cumulated vsize (KiB) 224624

[startup+81.1006 s]
/proc/loadavg: 2.04 1.70 0.89 3/179 17847
/proc/meminfo: memFree=29232488/32951124 swapFree=67111528/67111528
[pid=17844] ppid=17842 vsize=224624 CPUtime=81.09
/proc/17844/stat : 17844 (pbscip.linux.x8) R 17842 17844 17528 0 -1 4202496 50308 0 0 0 7474 635 0 0 25 0 1 0 21640438 230014976 49106 4089446400 4194304 7136930 140737040459376 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17844/statm: 56156 49106 394 719 0 55435 0
Current children cumulated CPU time (s) 81.09
Current children cumulated vsize (KiB) 224624

[startup+81.5005 s]
/proc/loadavg: 2.03 1.70 0.89 3/179 17847
/proc/meminfo: memFree=29228900/32951124 swapFree=67111528/67111528
[pid=17844] ppid=17842 vsize=224624 CPUtime=81.49
/proc/17844/stat : 17844 (pbscip.linux.x8) R 17842 17844 17528 0 -1 4202496 50308 0 0 0 7510 639 0 0 25 0 1 0 21640438 230014976 49106 4089446400 4194304 7136930 140737040459376 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17844/statm: 56156 49106 394 719 0 55435 0
Current children cumulated CPU time (s) 81.49
Current children cumulated vsize (KiB) 224624

[startup+81.6005 s]
/proc/loadavg: 2.03 1.70 0.89 3/179 17847
/proc/meminfo: memFree=29228900/32951124 swapFree=67111528/67111528
[pid=17844] ppid=17842 vsize=222820 CPUtime=81.6
/proc/17844/stat : 17844 (pbscip.linux.x8) R 17842 17844 17528 0 -1 4202496 50308 0 0 0 7519 641 0 0 25 0 1 0 21640438 228167680 48655 4089446400 4194304 7136930 140737040459376 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17844/statm: 55705 48655 394 719 0 54984 0
Current children cumulated CPU time (s) 81.6
Current children cumulated vsize (KiB) 222820

Child status: 0
Real time (s): 81.6922
CPU time (s): 81.6946
CPU user time (s): 75.2646
CPU system time (s): 6.43002
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 224624

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

runsolver used 0.158975 second user time and 0.272958 second system time

The end

Launcher Data

Begin job on node142 at 2010-07-07 22:24:35
IDJOB=2700178
IDBENCH=79406
IDSOLVER=1206
FILE ID=node142/2700178-1278534275
PBS_JOBID= 11239193
Free space on /tmp= 73328 MiB

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

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

MD5SUM BENCH= 540e5098c207f1245411172896d943a2
RANDOM SEED=1402057638

node142.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.874
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.74
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.874
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.874
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.874
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.79
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.874
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	: 5311.06
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.874
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.874
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.874
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:      29528240 kB
Buffers:        133916 kB
Cached:        3050588 kB
SwapCached:          0 kB
Active:         980376 kB
Inactive:      2286200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29528240 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7784 kB
Writeback:           0 kB
AnonPages:       81620 kB
Mapped:          16692 kB
Slab:            89808 kB
PageTables:       5452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   229568 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= 73324 MiB
End job on node142 at 2010-07-07 22:25:57