Trace number 2700286

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 93.4148 93.4286

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh306_wcsp.wbo
MD5SUM066a913179e37120802f974ea952f3b3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark0.014996
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 constraints1000
Number of soft constraints900
Number of constraints which are clauses900
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 444855
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 444854
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-2700286-1278534596.wbo>
0.00/0.01	c original problem has 2000 variables (1100 bin, 0 int, 0 impl, 900 cont) and 1901 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, 1100 impls, 0 clqs
0.00/0.04	c (round 2) 100 del vars, 101 del conss, 900 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1100 impls, 0 clqs
0.00/0.07	c    (0.1s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.07	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.07	c presolving (3 rounds):
0.00/0.07	c  100 deleted vars, 101 deleted constraints, 900 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.07	c  1100 implications, 0 cliques
0.00/0.07	c presolved problem has 1900 variables (1000 bin, 0 int, 0 impl, 900 cont) and 1800 constraints
0.00/0.07	c     900 constraints of type <indicator>
0.00/0.07	c     900 constraints of type <linear>
0.00/0.07	c transformed objective value is always integral (scale: 1)
0.00/0.07	c Presolving Time: 0.05
0.00/0.07	c - non default parameters ----------------------------------------------------------------------
0.00/0.07	c # SCIP version 1.2.1.2
0.00/0.07	c 
0.00/0.07	c # frequency for displaying node information lines
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.07	c display/freq = 10000
0.00/0.07	c 
0.00/0.07	c # maximal time in seconds to run
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.07	c limits/time = 1799.99
0.00/0.07	c 
0.00/0.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.07	c limits/memory = 3420
0.00/0.07	c 
0.00/0.07	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.07	c lp/solvefreq = -1
0.00/0.07	c 
0.00/0.07	c # should presolving try to simplify inequalities
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.07	c constraints/linear/simplifyinequalities = TRUE
0.00/0.07	c 
0.00/0.07	c # should presolving try to simplify knapsacks
0.00/0.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.07	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.07	c 
0.00/0.07	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.07	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.07	c separating/rapidlearning/freq = 0
0.00/0.07	c 
0.00/0.07	c -----------------------------------------------------------------------------------------------
0.00/0.07	c start solving
0.00/0.07	c 
0.00/0.07	o 444854
0.00/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.00/0.07	c t 0.1s|     1 |     0 |     0 |     - |6459k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.00/0.07	c   0.1s|     1 |     2 |     0 |     - |6411k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.29/0.37	o 13268
0.29/0.37	c * 0.3s|  2137 |  1935 |     0 |   0.0 |7776k| 912 |   - |1900 |1942 |   0 |   0 |   0 | 143 |   0 | 0.000000e+00 | 1.326800e+04 |    Inf 
0.58/0.63	o 12944
0.58/0.63	c * 0.6s|  3391 |  3033 |     0 |   0.0 |8564k| 913 |   - |1900 |2188 |   0 |   0 |   0 | 389 |   0 | 0.000000e+00 | 1.294400e+04 |    Inf 
1.39/1.48	o 11542
1.39/1.48	c * 1.4s|  7815 |  6670 |     0 |   0.0 |  10M| 913 |   - |1900 |2613 |   0 |   0 |   0 | 825 |   0 | 0.000000e+00 | 1.154200e+04 |    Inf 
1.39/1.49	o 11495
1.39/1.49	c * 1.4s|  7877 |  6697 |     0 |   0.0 |  10M| 913 |   - |1900 |2629 |   0 |   0 |   0 | 845 |   0 | 0.000000e+00 | 1.149500e+04 |    Inf 
1.89/1.94	c   1.9s| 10000 |  8712 |     0 |   0.0 |  11M| 914 |   - |1900 |2945 |   0 |   0 |   0 |1247 |   0 | 0.000000e+00 | 1.149500e+04 |    Inf 
2.99/3.00	o 11452
2.99/3.00	c * 2.9s| 14908 | 13333 |     0 |   0.0 |  14M| 917 |   - |1900 |3810 |   0 |   0 |   0 |2530 |   0 | 0.000000e+00 | 1.145200e+04 |    Inf 
2.99/3.03	o 11368
2.99/3.03	c * 2.9s| 15071 | 13441 |     0 |   0.0 |  14M| 917 |   - |1900 |3813 |   0 |   0 |   0 |2570 |   0 | 0.000000e+00 | 1.136800e+04 |    Inf 
2.99/3.03	o 11321
2.99/3.03	c * 2.9s| 15072 | 13415 |     0 |   0.0 |  14M| 917 |   - |1900 |3813 |   0 |   0 |   0 |2570 |   0 | 0.000000e+00 | 1.132100e+04 |    Inf 
3.69/3.76	o 11071
3.69/3.76	c * 3.6s| 18450 | 16444 |     0 |   0.0 |  15M| 917 |   - |1900 |3608 |   0 |   0 |   0 |3439 |   0 | 1.000000e+00 | 1.107100e+04 |  Large 
4.09/4.10	c   3.9s| 20000 | 17920 |     0 |   0.0 |  16M| 917 |   - |1900 |3645 |   0 |   0 |   0 |3879 |   0 | 1.000000e+00 | 1.107100e+04 |  Large 
4.09/4.11	o 10932
4.09/4.11	c * 3.9s| 20064 | 17859 |     0 |   0.0 |  16M| 917 |   - |1900 |3645 |   0 |   0 |   0 |3879 |   0 | 1.000000e+00 | 1.093200e+04 |  Large 
4.49/4.52	o 10824
4.49/4.52	c * 4.3s| 21897 | 19470 |     0 |   0.0 |  17M| 917 |   - |1900 |3739 |   0 |   0 |   0 |4455 |   0 | 1.000000e+00 | 1.082400e+04 |  Large 
4.89/4.99	o 10777
4.89/4.99	c * 4.8s| 23838 | 21167 |     0 |   0.0 |  18M| 917 |   - |1900 |3972 |   0 |   0 |   0 |5389 |   0 | 1.000000e+00 | 1.077700e+04 |  Large 
5.50/5.56	o 10570
5.50/5.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.50/5.56	c * 5.3s| 26027 | 22819 |     0 |   0.0 |  20M| 917 |   - |1900 |4301 |   0 |   0 |   0 |6599 |   0 | 1.000000e+00 | 1.057000e+04 |  Large 
5.79/5.86	o 10548
5.79/5.86	c * 5.6s| 27175 | 23808 |     0 |   0.0 |  20M| 917 |   - |1900 |4418 |   0 |   0 |   0 |7279 |   0 | 1.000000e+00 | 1.054800e+04 |  Large 
5.89/5.98	o 10499
5.89/5.98	c * 5.7s| 27624 | 24115 |     0 |   0.0 |  21M| 917 |   - |1900 |4458 |   0 |   0 |   0 |7579 |   0 | 1.000000e+00 | 1.049900e+04 |  Large 
6.50/6.52	o 10441
6.50/6.52	c * 6.3s| 29642 | 25760 |     0 |   0.0 |  22M| 917 |   - |1900 |4686 |   0 |   0 |   0 |8866 |   0 | 1.000000e+00 | 1.044100e+04 |  Large 
6.60/6.62	c   6.4s| 30000 | 26075 |     0 |   0.0 |  22M| 917 |   - |1900 |4727 |   0 |   0 |   0 |9116 |   0 | 1.000000e+00 | 1.044100e+04 |  Large 
7.38/7.41	o 10258
7.38/7.41	c * 7.1s| 32985 | 28313 |     0 |   0.0 |  24M| 917 |   - |1900 |4588 |   0 |   0 |   0 |  11k|   0 | 1.000000e+00 | 1.025800e+04 |  Large 
7.99/8.00	o 10256
7.99/8.00	c * 7.7s| 35200 | 30276 |     0 |   0.0 |  25M| 917 |   - |1900 |4799 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 1.025600e+04 |  Large 
7.99/8.04	o 10188
7.99/8.04	c * 7.7s| 35363 | 30252 |     0 |   0.0 |  25M| 917 |   - |1900 |4757 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 1.018800e+04 |  Large 
7.99/8.05	o 10176
7.99/8.05	c * 7.7s| 35364 | 30229 |     0 |   0.0 |  25M| 917 |   - |1900 |4757 |   0 |   0 |   0 |  12k|   0 | 1.000000e+00 | 1.017600e+04 |  Large 
8.29/8.34	o 9482
8.29/8.34	c * 8.0s| 36479 | 29403 |     0 |   0.0 |  24M| 917 |   - |1900 |4640 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 9.482000e+03 |  Large 
8.99/9.03	o 9272
8.99/9.03	c * 8.7s| 38926 | 30932 |     0 |   0.0 |  25M| 917 |   - |1900 |5068 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 9.272000e+03 |  Large 
8.99/9.03	o 9246
8.99/9.03	c * 8.7s| 38927 | 30864 |     0 |   0.0 |  25M| 917 |   - |1900 |5068 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 9.246000e+03 |  Large 
9.29/9.34	c   9.0s| 40000 | 31804 |     0 |   0.0 |  26M| 917 |   - |1900 |5157 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 9.246000e+03 |  Large 
9.39/9.45	o 9217
9.39/9.45	c * 9.1s| 40411 | 32099 |     0 |   0.0 |  26M| 917 |   - |1900 |5135 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 9.217000e+03 |  Large 
9.59/9.68	o 9179
9.59/9.68	c * 9.3s| 41269 | 32767 |     0 |   0.0 |  27M| 917 |   - |1900 |5130 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 9.179000e+03 |  Large 
11.49/11.51	o 9031
11.49/11.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.49/11.51	c *11.1s| 47911 | 38184 |     0 |   0.0 |  30M| 917 |   - |1900 |5731 |   0 |   0 |   0 |  21k|   0 | 1.000000e+00 | 9.031000e+03 |  Large 
12.00/12.09	c  11.7s| 50000 | 40006 |     0 |   0.0 |  31M| 917 |   - |1900 |5848 |   0 |   0 |   0 |  22k|   0 | 1.000000e+00 | 9.031000e+03 |  Large 
12.79/12.83	o 8713
12.79/12.83	c *12.4s| 52663 | 41427 |     0 |   0.0 |  32M| 917 |   - |1900 |6087 |   0 |   0 |   0 |  24k|   0 | 1.000000e+00 | 8.713000e+03 |  Large 
14.89/14.94	c  14.4s| 60000 | 47787 |     0 |   0.0 |  37M| 917 |   - |1900 |6705 |   0 |   0 |   0 |  30k|   0 | 1.000000e+00 | 8.713000e+03 |  Large 
17.78/17.88	o 8564
17.78/17.88	c *17.3s| 69881 | 55845 |     0 |   0.0 |  43M| 917 |   - |1900 |7706 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 8.564000e+03 |  Large 
17.89/17.92	c  17.3s| 70000 | 55942 |     0 |   0.0 |  43M| 917 |   - |1900 |7699 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 8.564000e+03 |  Large 
18.19/18.26	o 8540
18.19/18.26	c *17.7s| 71086 | 56764 |     0 |   0.0 |  43M| 917 |   - |1900 |7945 |   0 |   0 |   0 |  39k|   0 | 1.000000e+00 | 8.540000e+03 |  Large 
18.19/18.26	o 8489
18.19/18.26	c *17.7s| 71087 | 56567 |     0 |   0.0 |  43M| 917 |   - |1900 |7945 |   0 |   0 |   0 |  39k|   0 | 1.000000e+00 | 8.489000e+03 |  Large 
18.29/18.38	o 8410
18.29/18.38	c *17.8s| 71479 | 56590 |     0 |   0.0 |  43M| 917 |   - |1900 |7967 |   0 |   0 |   0 |  39k|   0 | 1.000000e+00 | 8.410000e+03 |  Large 
18.99/19.06	o 2595
18.99/19.06	c *18.5s| 73426 | 26090 |     0 |   0.0 |  25M| 917 |   - |1900 |8164 |   0 |   0 |   0 |  41k|   0 | 1.000000e+00 | 2.595000e+03 |  Large 
21.49/21.53	c  20.9s| 80000 | 31286 |     0 |   0.0 |  31M| 917 |   - |1900 |6375 |   0 |   0 |   0 |  47k|   0 | 1.000000e+00 | 2.595000e+03 |  Large 
25.69/25.77	c  25.0s| 90000 | 38553 |     0 |   0.0 |  43M| 917 |   - |1900 |7479 |   0 |   0 |   0 |  56k|   0 | 1.000000e+00 | 2.595000e+03 |  Large 
27.09/27.19	o 2540
27.09/27.19	c *26.4s| 93195 | 40291 |     0 |   0.0 |  47M| 917 |   - |1900 |8104 |   0 |   0 |   0 |  60k|   0 | 1.000000e+00 | 2.540000e+03 |  Large 
28.19/28.27	o 2487
28.19/28.27	c *27.4s| 95614 | 41502 |     0 |   0.0 |  49M| 917 |   - |1900 |7887 |   0 |   0 |   0 |  62k|   0 | 1.000000e+00 | 2.487000e+03 |  Large 
28.19/28.27	o 2420
28.19/28.27	c *27.4s| 95615 | 40784 |     0 |   0.0 |  48M| 917 |   - |1900 |7887 |   0 |   0 |   0 |  62k|   0 | 1.000000e+00 | 2.420000e+03 |  Large 
29.99/30.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.99/30.05	c  29.1s|100000 | 44149 |     0 |   0.0 |  53M| 917 |   - |1900 |7693 |   0 |   0 |   0 |  66k|   0 | 1.000000e+00 | 2.420000e+03 |  Large 
31.80/31.87	o 2404
31.80/31.87	c *30.9s|104114 | 46979 |     0 |   0.0 |  59M| 917 |   - |1900 |8058 |   0 |   0 |   0 |  70k|   0 | 1.000000e+00 | 2.404000e+03 |  Large 
31.80/31.87	o 2394
31.80/31.87	c *30.9s|104123 | 46865 |     0 |   0.0 |  58M| 917 |   - |1900 |8071 |   0 |   0 |   0 |  70k|   0 | 1.000000e+00 | 2.394000e+03 |  Large 
31.80/31.88	o 2261
31.80/31.88	c *30.9s|104143 | 45120 |     0 |   0.0 |  56M| 917 |   - |1900 |8071 |   0 |   0 |   0 |  70k|   0 | 1.000000e+00 | 2.261000e+03 |  Large 
34.39/34.40	o 2133
34.39/34.40	c *33.4s|109583 | 47006 |     0 |   0.0 |  60M| 917 |   - |1900 |9070 |   0 |   0 |   0 |  75k|   0 | 1.000000e+00 | 2.133000e+03 |  Large 
34.39/34.40	o 2086
34.39/34.40	c *33.4s|109584 | 46336 |     0 |   0.0 |  59M| 917 |   - |1900 |9070 |   0 |   0 |   0 |  75k|   0 | 1.000000e+00 | 2.086000e+03 |  Large 
34.58/34.60	c  33.6s|110000 | 46640 |     0 |   0.0 |  59M| 917 |   - |1900 |9063 |   0 |   0 |   0 |  75k|   0 | 1.000000e+00 | 2.086000e+03 |  Large 
39.09/39.12	o 2066
39.09/39.12	c *38.0s|119648 | 52603 |     0 |   0.0 |  71M| 917 |   - |1900 |  11k|   0 |   0 |   0 |  87k|   0 | 1.000000e+00 | 2.066000e+03 |  Large 
39.09/39.16	o 1914
39.09/39.16	c *38.1s|119721 | 49609 |     0 |   0.0 |  63M| 917 |   - |1900 |  11k|   0 |   0 |   0 |  87k|   0 | 1.000000e+00 | 1.914000e+03 |  Large 
39.19/39.29	c  38.2s|120000 | 49787 |     0 |   0.0 |  64M| 917 |   - |1900 |  11k|   0 |   0 |   0 |  87k|   0 | 1.000000e+00 | 1.914000e+03 |  Large 
45.19/45.25	c  44.0s|130000 | 55300 |     0 |   0.0 |  77M| 917 |   - |1900 |  13k|   0 |   0 |   0 | 102k|   0 | 1.000000e+00 | 1.914000e+03 |  Large 
45.48/45.53	o 1908
45.48/45.53	c *44.3s|130735 | 55740 |     0 |   0.0 |  78M| 917 |   - |1900 |  12k|   0 |   0 |   0 | 102k|   0 | 1.000000e+00 | 1.908000e+03 |  Large 
45.59/45.66	o 1839
45.59/45.66	c *44.4s|131041 | 54426 |     0 |   0.0 |  74M| 917 |   - |1900 |  12k|   0 |   0 |   0 | 103k|   0 | 1.000000e+00 | 1.839000e+03 |  Large 
45.59/45.68	o 1827
45.59/45.68	c *44.5s|131107 | 54153 |     0 |   0.0 |  74M| 917 |   - |1900 |  12k|   0 |   0 |   0 | 103k|   0 | 1.000000e+00 | 1.827000e+03 |  Large 
45.79/45.87	o 1814
45.79/45.87	c *44.7s|131539 | 54161 |     0 |   0.0 |  73M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 103k|   0 | 1.000000e+00 | 1.814000e+03 |  Large 
45.79/45.88	o 1764
45.79/45.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
45.79/45.88	c *44.7s|131540 | 52728 |     0 |   0.0 |  70M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 103k|   0 | 1.000000e+00 | 1.764000e+03 |  Large 
46.39/46.46	o 1705
46.39/46.46	c *45.2s|132724 | 52276 |     0 |   0.0 |  69M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 104k|   0 | 1.000000e+00 | 1.705000e+03 |  Large 
46.49/46.51	o 1671
46.49/46.51	c *45.3s|132805 | 51212 |     0 |   0.0 |  67M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 104k|   0 | 1.000000e+00 | 1.671000e+03 |  Large 
49.59/49.66	o 1640
49.59/49.66	c *48.4s|139097 | 54394 |     0 |   0.0 |  75M| 917 |   - |1900 |9897 |   0 |   0 |   0 | 110k|   0 | 1.000000e+00 | 1.640000e+03 |  Large 
50.08/50.14	c  48.8s|140000 | 54937 |     0 |   0.0 |  76M| 917 |   - |1900 |9843 |   0 |   0 |   0 | 111k|   0 | 1.000000e+00 | 1.640000e+03 |  Large 
54.90/54.96	o 1639
54.90/54.96	c *53.6s|148466 | 59801 |     0 |   0.0 |  91M| 917 |   - |1900 |  10k|   0 |   0 |   0 | 122k|   0 | 1.000000e+00 | 1.639000e+03 |  Large 
54.90/54.97	o 1607
54.90/54.97	c *53.6s|148472 | 58939 |     0 |   0.0 |  89M| 917 |   - |1900 |  10k|   0 |   0 |   0 | 122k|   0 | 1.000000e+00 | 1.607000e+03 |  Large 
55.69/55.72	o 1530
55.69/55.72	c *54.3s|149688 | 57154 |     0 |   0.0 |  86M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 123k|   0 | 1.000000e+00 | 1.530000e+03 |  Large 
55.89/55.94	c  54.5s|150000 | 57293 |     0 |   0.0 |  87M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 124k|   0 | 1.000000e+00 | 1.530000e+03 |  Large 
58.29/58.38	o 1514
58.29/58.38	c *56.9s|153547 | 58534 |     0 |   0.0 |  92M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 130k|   0 | 1.000000e+00 | 1.514000e+03 |  Large 
59.29/59.31	o 1457
59.29/59.31	c *57.8s|155238 | 57397 |     0 |   0.0 |  92M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 131k|   0 | 1.000000e+00 | 1.457000e+03 |  Large 
59.29/59.31	o 1441
59.29/59.31	c *57.8s|155239 | 56992 |     0 |   0.0 |  91M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 131k|   0 | 1.000000e+00 | 1.441000e+03 |  Large 
61.18/61.21	o 1432
61.18/61.21	c *59.7s|158553 | 58785 |     0 |   0.0 |  96M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 135k|   0 | 1.000000e+00 | 1.432000e+03 |  Large 
61.18/61.22	o 1363
61.18/61.22	c *59.7s|158554 | 56573 |     0 |   0.0 |  91M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 135k|   0 | 1.000000e+00 | 1.363000e+03 |  Large 
61.18/61.28	o 1291
61.18/61.28	c *59.7s|158659 | 54228 |     0 |   0.0 |  86M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 135k|   0 | 1.000000e+00 | 1.291000e+03 |  Large 
61.88/61.96	o 1182
61.88/61.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.88/61.96	c *60.4s|159714 | 49989 |     0 |   0.0 |  78M| 917 |   - |1900 |  10k|   0 |   0 |   0 | 136k|   0 | 1.000000e+00 | 1.182000e+03 |  Large 
62.18/62.22	c  60.7s|160000 | 50072 |     0 |   0.0 |  79M| 917 |   - |1900 |  10k|   0 |   0 |   0 | 136k|   0 | 1.000000e+00 | 1.182000e+03 |  Large 
64.28/64.34	o 1104
64.28/64.34	c *62.7s|163056 | 48254 |     0 |   0.0 |  78M| 917 |   - |1900 |  10k|   0 |   0 |   0 | 140k|   0 | 1.000000e+00 | 1.104000e+03 |  Large 
65.18/65.29	o 1101
65.18/65.29	c *63.7s|164287 | 48722 |     0 |   0.0 |  81M| 917 |   - |1900 |  10k|   0 |   0 |   0 | 142k|   0 | 1.000000e+00 | 1.101000e+03 |  Large 
68.09/68.20	o 1038
68.09/68.20	c *66.5s|167840 | 47755 |     0 |   0.0 |  85M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 148k|   0 | 1.000000e+00 | 1.038000e+03 |  Large 
68.18/68.20	o 1012
68.18/68.20	c *66.5s|167841 | 45978 |     0 |   0.0 |  80M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 148k|   0 | 1.000000e+00 | 1.012000e+03 |  Large 
68.68/68.71	o 945
68.68/68.71	c *67.0s|168440 | 42858 |     0 |   0.0 |  75M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 149k|   0 | 1.000000e+00 | 9.450000e+02 |  Large 
68.68/68.72	o 898
68.68/68.72	c *67.1s|168441 | 41371 |     0 |   0.0 |  72M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 149k|   0 | 1.000000e+00 | 8.980000e+02 |  Large 
70.07/70.15	o 878
70.07/70.15	c *68.5s|169939 | 40681 |     0 |   0.0 |  74M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 151k|   0 | 1.000000e+00 | 8.780000e+02 |  Large 
70.18/70.20	c  68.5s|170000 | 40706 |     0 |   0.0 |  74M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 151k|   0 | 1.000000e+00 | 8.780000e+02 |  Large 
73.18/73.20	o 861
73.18/73.20	c *71.5s|172959 | 40107 |     0 |   0.0 |  80M| 917 |   - |1900 |  12k|   0 |   0 |   0 | 157k|   0 | 1.000000e+00 | 8.610000e+02 |  Large 
74.08/74.10	o 848
74.08/74.10	c *72.4s|173774 | 39808 |     0 |   0.0 |  81M| 917 |   - |1900 |  13k|   0 |   0 |   0 | 159k|   0 | 1.000000e+00 | 8.480000e+02 |  Large 
76.58/76.65	o 846
76.58/76.65	c *74.9s|176115 | 40108 |     0 |   0.0 |  87M| 917 |   - |1900 |  13k|   0 |   0 |   0 | 164k|   0 | 1.000000e+00 | 8.460000e+02 |  Large 
77.08/77.11	o 823
77.08/77.11	c *75.3s|176662 | 39183 |     0 |   0.0 |  86M| 917 |   - |1900 |  12k|   0 |   0 |   0 | 165k|   0 | 1.000000e+00 | 8.230000e+02 |  Large 
77.58/77.66	o 775
77.58/77.66	c *75.9s|177252 | 37401 |     0 |   0.0 |  84M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 166k|   0 | 1.000000e+00 | 7.750000e+02 |  Large 
78.98/79.05	o 773
78.98/79.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
78.98/79.05	c *77.2s|178952 | 38033 |     0 |   0.0 |  90M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 168k|   0 | 1.000000e+00 | 7.730000e+02 |  Large 
78.98/79.05	o 762
78.98/79.05	c *77.2s|178953 | 37541 |     0 |   0.0 |  89M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 168k|   0 | 1.000000e+00 | 7.620000e+02 |  Large 
79.88/79.97	c  78.1s|180000 | 37981 |     0 |   0.0 |  92M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 170k|   0 | 1.000000e+00 | 7.620000e+02 |  Large 
82.98/83.05	o 748
82.98/83.05	c *81.2s|183322 | 38826 |     0 |   0.0 | 102M| 917 |   - |1900 |  10k|   0 |   0 |   0 | 175k|   0 | 1.000000e+00 | 7.480000e+02 |  Large 
86.47/86.55	o 675
86.47/86.55	c *84.6s|186606 | 37136 |     0 |   0.0 | 108M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 182k|   0 | 1.000000e+00 | 6.750000e+02 |  Large 
88.98/89.02	o 650
88.98/89.02	c *87.0s|188547 | 32138 |     0 |   0.0 | 104M| 917 |   - |1900 |  12k|   0 |   0 |   0 | 186k|   0 | 1.000000e+00 | 6.500000e+02 |  Large 
89.97/90.08	o 634
89.97/90.08	c *88.1s|189774 | 32384 |     0 |   0.0 | 107M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 188k|   0 | 1.000000e+00 | 6.340000e+02 |  Large 
89.97/90.08	o 587
89.97/90.08	c *88.1s|189775 | 30493 |     0 |   0.0 | 104M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 188k|   0 | 1.000000e+00 | 5.870000e+02 |  Large 
90.18/90.21	o 520
90.18/90.21	c *88.2s|189905 | 26549 |     0 |   0.0 |  98M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 188k|   0 | 1.000000e+00 | 5.200000e+02 |  Large 
90.18/90.22	o 509
90.18/90.22	c *88.2s|189906 | 25379 |     0 |   0.0 |  95M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 188k|   0 | 1.000000e+00 | 5.090000e+02 |  Large 
90.28/90.32	c  88.3s|190000 | 25411 |     0 |   0.0 |  96M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 188k|   0 | 1.000000e+00 | 5.090000e+02 |  Large 
90.28/90.34	o 508
90.28/90.34	c *88.3s|190038 | 25415 |     0 |   0.0 |  96M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 188k|   0 | 1.000000e+00 | 5.080000e+02 |  Large 
90.28/90.35	o 461
90.28/90.35	c *88.3s|190039 | 22066 |     0 |   0.0 |  86M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 188k|   0 | 1.000000e+00 | 4.610000e+02 |  Large 
90.58/90.64	o 371
90.58/90.64	c *88.6s|190258 | 19218 |     0 |   0.0 |  79M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 189k|   0 | 1.000000e+00 | 3.710000e+02 |  Large 
90.68/90.73	o 356
90.68/90.73	c *88.7s|190333 | 16398 |     0 |   0.0 |  72M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 189k|   0 | 1.000000e+00 | 3.560000e+02 |  Large 
90.68/90.74	o 345
90.68/90.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
90.68/90.74	c *88.7s|190334 | 15405 |     0 |   0.0 |  68M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 189k|   0 | 1.000000e+00 | 3.450000e+02 |  Large 
90.98/91.02	o 335
90.98/91.02	c *89.0s|190483 | 15302 |     0 |   0.0 |  69M| 917 |   - |1900 |  11k|   0 |   0 |   0 | 190k|   0 | 1.000000e+00 | 3.350000e+02 |  Large 
91.28/91.38	o 324
91.28/91.38	c *89.4s|190653 | 15139 |     0 |   0.0 |  69M| 917 |   - |1900 |  10k|   0 |   0 |   0 | 190k|   0 | 1.000000e+00 | 3.240000e+02 |  Large 
91.28/91.39	o 298
91.28/91.39	c *89.4s|190654 | 13687 |     0 |   0.0 |  65M| 917 |   - |1900 |  10k|   0 |   0 |   0 | 190k|   0 | 1.000000e+00 | 2.980000e+02 |  Large 
91.38/91.47	o 231
91.38/91.47	c *89.5s|190709 | 13070 |     0 |   0.0 |  62M| 917 |   - |1900 |  10k|   0 |   0 |   0 | 190k|   0 | 1.000000e+00 | 2.310000e+02 |  Large 
91.57/91.61	o 170
91.57/91.61	c *89.6s|190755 | 12138 |     0 |   0.0 |  59M| 917 |   - |1900 |  10k|   0 |   0 |   0 | 190k|   0 | 1.000000e+00 | 1.700000e+02 |  Large 
91.57/91.61	o 154
91.57/91.61	c *89.6s|190756 | 11922 |     0 |   0.0 |  59M| 917 |   - |1900 |  10k|   0 |   0 |   0 | 190k|   0 | 1.000000e+00 | 1.540000e+02 |  Large 
91.68/91.71	o 145
91.68/91.71	c *89.7s|190793 | 11837 |     0 |   0.0 |  59M| 917 |   - |1900 |  10k|   0 |   0 |   0 | 191k|   0 | 1.000000e+00 | 1.450000e+02 |  Large 
91.88/91.94	o 140
91.88/91.94	c *89.9s|190837 | 10147 |     0 |   0.0 |  56M| 917 |   - |1900 |9778 |   0 |   0 |   0 | 191k|   0 | 1.000000e+00 | 1.400000e+02 |  Large 
91.98/92.04	o 129
91.98/92.04	c *90.0s|190865 |  8923 |     0 |   0.0 |  54M| 917 |   - |1900 |9551 |   0 |   0 |   0 | 191k|   0 | 1.000000e+00 | 1.290000e+02 |  Large 
92.28/92.30	o 73
92.28/92.30	c *90.3s|191065 |  7176 |     0 |   0.0 |  49M| 917 |   - |1900 |8896 |   0 |   0 |   0 | 192k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
92.28/92.30	o 26
92.28/92.30	c *90.3s|191066 |  6662 |     0 |   0.0 |  46M| 917 |   - |1900 |8896 |   0 |   0 |   0 | 192k|   0 | 1.000000e+00 | 2.600000e+01 |2500.00%
92.48/92.51	o 17
92.48/92.51	c *90.5s|191102 |  5291 |     0 |   0.0 |  44M| 917 |   - |1900 |8058 |   0 |   0 |   0 | 192k|   0 | 1.000000e+00 | 1.700000e+01 |1600.00%
93.28/93.40	o 16
93.28/93.40	c *91.4s|191447 |     0 |     0 |   0.0 |  12M| 917 |   - |1900 |5687 |   0 |   0 |   0 | 193k|   0 | 1.600000e+01 | 1.600000e+01 |   0.00%
93.38/93.40	c 
93.38/93.40	c SCIP Status        : problem is solved [optimal solution found]
93.38/93.40	c Solving Time (sec) : 91.36
93.38/93.40	c Solving Nodes      : 191447
93.38/93.40	c Primal Bound       : +1.60000000000000e+01 (100 solutions)
93.38/93.40	c Dual Bound         : +1.60000000000000e+01
93.38/93.40	c Gap                : 0.00 %
93.38/93.40	s OPTIMUM FOUND
93.38/93.40	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 
93.38/93.40	v -x176 x175 -x174 x173 -x172 x171 x170 -x169 x168 -x167 -x166 x165 x164 -x163 x162 -x161 x160 -x159 x158 -x157 x156 -x155 
93.38/93.40	v -x154 x153 x152 -x151 -x150 x149 x148 -x147 -x146 x145 -x144 x143 x142 -x141 -x140 x139 -x138 x137 -x136 x135 x134 -x133 x132 
93.38/93.40	v -x131 x130 -x129 -x128 x127 -x126 x125 -x124 x123 -x122 x121 x120 -x119 x118 -x117 x116 -x115 -x114 x113 -x112 x111 x110 -x109 
93.38/93.40	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 
93.38/93.40	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 
93.38/93.40	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 
93.38/93.40	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 
93.38/93.40	c SCIP Status        : problem is solved [optimal solution found]
93.38/93.40	c Solving Time       :      91.36
93.38/93.40	c Original Problem   :
93.38/93.40	c   Problem name     : HOME/instance-2700286-1278534596.wbo
93.38/93.40	c   Variables        : 2000 (1100 binary, 0 integer, 0 implicit integer, 900 continuous)
93.38/93.40	c   Constraints      : 1901 initial, 1901 maximal
93.38/93.40	c Presolved Problem  :
93.38/93.40	c   Problem name     : t_HOME/instance-2700286-1278534596.wbo
93.38/93.40	c   Variables        : 1900 (1000 binary, 0 integer, 0 implicit integer, 900 continuous)
93.38/93.40	c   Constraints      : 1800 initial, 14059 maximal
93.38/93.40	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
93.38/93.40	c   trivial          :       0.00          0          0          0          0          0          0          0          0
93.38/93.40	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
93.38/93.40	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
93.38/93.40	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
93.38/93.40	c   implics          :       0.00          0          0          0          0          0          0          0          0
93.38/93.40	c   probing          :       0.02          0          0          0          0          0          0          0          0
93.38/93.40	c   indicator        :       0.00          0          0          0          0          0          0          0          0
93.38/93.40	c   linear           :       0.02          0        100          0        900          0        101          0          0
93.38/93.40	c   logicor          :       0.00          0          0          0          0          0          0          0          0
93.38/93.40	c   root node        :          -          0          -          -          0          -          -          -          -
93.38/93.40	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
93.38/93.40	c   integral         :          0          0          0          0          0          0          0          0          0          0
93.38/93.40	c   indicator        :        900          0     501823          0     168630        407    5454211          0          0          0
93.38/93.40	c   linear           :        900          0     502412          0     168705       7330     564690          0          0          0
93.38/93.40	c   logicor          :          0+         0     342996          0          0       3390     326129          0          0          0
93.38/93.40	c   countsols        :          0          0          0          0     168775          0          0          0          0          0
93.38/93.40	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
93.38/93.40	c   integral         :       0.00       0.00       0.00       0.00       0.00
93.38/93.40	c   indicator        :      13.24       0.00       7.34       0.00       5.90
93.38/93.40	c   linear           :      12.94       0.00      12.80       0.00       0.14
93.38/93.40	c   logicor          :      14.75       0.00      14.75       0.00       0.00
93.38/93.40	c   countsols        :       0.02       0.00       0.00       0.00       0.02
93.38/93.40	c Propagators        :       Time      Calls    Cutoffs    DomReds
93.38/93.40	c   vbounds          :       0.13          2          0          0
93.38/93.40	c   rootredcost      :       0.17          0          0          0
93.38/93.40	c   pseudoobj        :      14.33     525423      22603    5390187
93.38/93.40	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
93.38/93.40	c   propagation      :       2.61      33323      33170     175537       34.6      74813        4.0          -
93.38/93.40	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
93.38/93.40	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
93.38/93.40	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
93.38/93.40	c   pseudo solution  :       0.05        269        269       2472       39.7       1098        4.2          -
93.38/93.40	c   applied globally :          -          -          -     193376       19.2          -          -          -
93.38/93.40	c   applied locally  :          -          -          -         26      130.3          -          -          -
93.38/93.40	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
93.38/93.40	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
93.38/93.40	c   redcost          :       0.00          0          0          0          0          0
93.38/93.40	c   impliedbounds    :       0.00          0          0          0          0          0
93.38/93.40	c   intobj           :       0.00          0          0          0          0          0
93.38/93.40	c   cgmip            :       0.00          0          0          0          0          0
93.38/93.40	c   gomory           :       0.00          0          0          0          0          0
93.38/93.40	c   strongcg         :       0.00          0          0          0          0          0
93.38/93.40	c   cmir             :       0.00          0          0          0          0          0
93.38/93.40	c   flowcover        :       0.00          0          0          0          0          0
93.38/93.40	c   clique           :       0.00          0          0          0          0          0
93.38/93.40	c   zerohalf         :       0.00          0          0          0          0          0
93.38/93.40	c   mcf              :       0.00          0          0          0          0          0
93.38/93.40	c   rapidlearning    :       0.00          0          0          0          0          0
93.38/93.40	c Pricers            :       Time      Calls       Vars
93.38/93.40	c   problem variables:       0.00          0          0
93.38/93.40	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
93.38/93.40	c   relpscost        :       0.00          0          0          0          0          0          0
93.38/93.40	c   pscost           :       0.00          0          0          0          0          0          0
93.38/93.40	c   inference        :       9.85     168677          0          0          0          0     337354
93.38/93.40	c   mostinf          :       0.00          0          0          0          0          0          0
93.38/93.40	c   leastinf         :       0.00          0          0          0          0          0          0
93.38/93.40	c   fullstrong       :       0.00          0          0          0          0          0          0
93.38/93.40	c   allfullstrong    :       0.00          0          0          0          0          0          0
93.38/93.40	c   random           :       0.00          0          0          0          0          0          0
93.38/93.40	c Primal Heuristics  :       Time      Calls      Found
93.38/93.40	c   LP solutions     :       0.00          -          0
93.38/93.40	c   pseudo solutions :       0.26          -         98
93.38/93.40	c   oneopt           :       0.08          0          0
93.38/93.40	c   trivial          :       0.00          2          1
93.38/93.40	c   simplerounding   :       0.00          0          0
93.38/93.40	c   zirounding       :       0.00          0          0
93.38/93.40	c   rounding         :       0.00          0          0
93.38/93.40	c   shifting         :       0.00          0          0
93.38/93.40	c   intshifting      :       0.00          0          0
93.38/93.40	c   twoopt           :       0.00          0          0
93.38/93.40	c   fixandinfer      :       0.00          0          0
93.38/93.40	c   feaspump         :       0.00          0          0
93.38/93.40	c   coefdiving       :       0.00          0          0
93.38/93.40	c   pscostdiving     :       0.00          0          0
93.38/93.40	c   fracdiving       :       0.00          0          0
93.38/93.40	c   veclendiving     :       0.00          0          0
93.38/93.40	c   intdiving        :       0.00          0          0
93.38/93.40	c   actconsdiving    :       0.00          0          0
93.38/93.40	c   objpscostdiving  :       0.00          0          0
93.38/93.40	c   rootsoldiving    :       0.00          0          0
93.38/93.40	c   linesearchdiving :       0.00          0          0
93.38/93.40	c   guideddiving     :       0.00          0          0
93.38/93.40	c   octane           :       0.00          0          0
93.38/93.40	c   rens             :       0.00          0          0
93.38/93.40	c   rins             :       0.00          0          0
93.38/93.40	c   localbranching   :       0.00          0          0
93.38/93.40	c   mutation         :       0.00          0          0
93.38/93.40	c   crossover        :       0.00          0          0
93.38/93.40	c   dins             :       0.00          0          0
93.38/93.40	c   undercover       :       0.00          0          0
93.38/93.40	c   nlp              :       0.09          0          0
93.38/93.40	c   trysol           :       0.00          1          1
93.38/93.40	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
93.38/93.40	c   primal LP        :       0.00          0          0       0.00          -
93.38/93.40	c   dual LP          :       0.00          0          0       0.00          -
93.38/93.40	c   lex dual LP      :       0.00          0          0       0.00          -
93.38/93.40	c   barrier LP       :       0.00          0          0       0.00          -
93.38/93.40	c   diving/probing LP:       0.00          0          0       0.00          -
93.38/93.40	c   strong branching :       0.00          0          0       0.00          -
93.38/93.40	c     (at root node) :          -          0          0       0.00          -
93.38/93.40	c   conflict analysis:       0.00          0          0       0.00          -
93.38/93.40	c B&B Tree           :
93.38/93.40	c   number of runs   :          1
93.38/93.40	c   nodes            :     191447
93.38/93.40	c   nodes (total)    :     191447
93.38/93.40	c   nodes left       :          0
93.38/93.40	c   max depth        :        917
93.38/93.40	c   max depth (total):        917
93.38/93.40	c   backtracks       :      14034 (7.3%)
93.38/93.40	c   delayed cutoffs  :      20777
93.38/93.40	c   repropagations   :      43664 (2993555 domain reductions, 11327 cutoffs)
93.38/93.40	c   avg switch length:       4.57
93.38/93.40	c   switching time   :      17.19
93.38/93.40	c Solution           :
93.38/93.40	c   Solutions found  :        100 (99 improvements)
93.38/93.40	c   First Solution   : +4.44854000000000e+05   (in run 1, after 1 nodes, 0.05 seconds, depth 0, found by <trivial>)
93.38/93.40	c   Primal Bound     : +1.60000000000000e+01   (in run 1, after 191447 nodes, 91.36 seconds, depth 516, found by <relaxation>)
93.38/93.40	c   Dual Bound       : +1.60000000000000e+01
93.38/93.40	c   Gap              :       0.00 %
93.38/93.40	c   Root Dual Bound  : +0.00000000000000e+00
93.38/93.40	c   Root Iterations  :          0
93.38/93.42	c Time complete: 93.41.

Verifier Data

OK	16

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700286-1278534596/watcher-2700286-1278534596 -o /tmp/evaluation-result-2700286-1278534596/solver-2700286-1278534596 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700286-1278534596.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.85 1.11 4/176 18181
/proc/meminfo: memFree=29021804/32951132 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=8136 CPUtime=0
/proc/18181/stat : 18181 (pbscip.linux.x8) R 18179 18181 17444 0 -1 4202496 1540 0 0 0 0 0 0 0 25 0 1 0 21673293 8331264 1463 4089446400 4194304 7136930 140736003907552 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/18181/statm: 2034 1463 275 719 0 1313 0

[startup+0.0781339 s]
/proc/loadavg: 2.01 1.85 1.11 4/176 18181
/proc/meminfo: memFree=29021804/32951132 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=20392 CPUtime=0.07
/proc/18181/stat : 18181 (pbscip.linux.x8) R 18179 18181 17444 0 -1 4202496 5562 0 0 0 7 0 0 0 25 0 1 0 21673293 20881408 4360 4089446400 4194304 7136930 140736003907552 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18181/statm: 5098 4360 387 719 0 4377 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20392

[startup+0.101142 s]
/proc/loadavg: 2.01 1.85 1.11 4/176 18181
/proc/meminfo: memFree=29021804/32951132 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=20524 CPUtime=0.09
/proc/18181/stat : 18181 (pbscip.linux.x8) R 18179 18181 17444 0 -1 4202496 5616 0 0 0 9 0 0 0 25 0 1 0 21673293 21016576 4414 4089446400 4194304 7136930 140736003907552 18446744073709551615 4641963 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18181/statm: 5131 4414 387 719 0 4410 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20524

[startup+0.301107 s]
/proc/loadavg: 2.01 1.85 1.11 4/176 18181
/proc/meminfo: memFree=29021804/32951132 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=22264 CPUtime=0.29
/proc/18181/stat : 18181 (pbscip.linux.x8) R 18179 18181 17444 0 -1 4202496 6061 0 0 0 28 1 0 0 25 0 1 0 21673293 22798336 4859 4089446400 4194304 7136930 140736003907552 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18181/statm: 5566 4859 393 719 0 4845 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22264

[startup+0.701038 s]
/proc/loadavg: 2.01 1.85 1.11 4/176 18181
/proc/meminfo: memFree=29021804/32951132 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=23596 CPUtime=0.69
/proc/18181/stat : 18181 (pbscip.linux.x8) R 18179 18181 17444 0 -1 4202496 6390 0 0 0 66 3 0 0 25 0 1 0 21673293 24162304 5188 4089446400 4194304 7136930 140736003907552 18446744073709551615 5892370 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18181/statm: 5899 5188 394 719 0 5178 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23596

[startup+1.50091 s]
/proc/loadavg: 2.01 1.85 1.11 3/177 18182
/proc/meminfo: memFree=29000596/32951132 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=25760 CPUtime=1.49
/proc/18181/stat : 18181 (pbscip.linux.x8) R 18179 18181 17444 0 -1 4202496 6951 0 0 0 143 6 0 0 25 0 1 0 21673293 26378240 5749 4089446400 4194304 7136930 140736003907552 18446744073709551615 4642144 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18181/statm: 6440 5749 394 719 0 5719 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25760

[startup+3.10063 s]
/proc/loadavg: 2.01 1.85 1.11 3/177 18182
/proc/meminfo: memFree=28995016/32951132 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=32168 CPUtime=3.09
/proc/18181/stat : 18181 (pbscip.linux.x8) R 18179 18181 17444 0 -1 4202496 8530 0 0 0 296 13 0 0 25 0 1 0 21673293 32940032 7328 4089446400 4194304 7136930 140736003907552 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18181/statm: 8042 7328 394 719 0 7321 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32168

[startup+6.30109 s]
/proc/loadavg: 2.01 1.85 1.11 3/177 18182
/proc/meminfo: memFree=28982984/32951132 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=43948 CPUtime=6.29
/proc/18181/stat : 18181 (pbscip.linux.x8) R 18179 18181 17444 0 -1 4202496 11468 0 0 0 606 23 0 0 25 0 1 0 21673293 45002752 10266 4089446400 4194304 7136930 140736003907552 18446744073709551615 4981762 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18181/statm: 10987 10266 394 719 0 10266 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43948

[startup+12.701 s]
/proc/loadavg: 2.00 1.85 1.12 3/177 18182
/proc/meminfo: memFree=28955472/32951132 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=59544 CPUtime=12.69
/proc/18181/stat : 18181 (pbscip.linux.x8) R 18179 18181 17444 0 -1 4202496 15421 0 0 0 1226 43 0 0 25 0 1 0 21673293 60973056 14219 4089446400 4194304 7136930 140736003907552 18446744073709551615 4240388 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18181/statm: 14886 14219 394 719 0 14165 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59544

[startup+25.5008 s]
/proc/loadavg: 2.00 1.86 1.13 3/177 18183
/proc/meminfo: memFree=28912676/32951132 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=91552 CPUtime=25.49
/proc/18181/stat : 18181 (pbscip.linux.x8) R 18179 18181 17444 0 -1 4202496 22824 0 0 0 2473 76 0 0 25 0 1 0 21673293 93749248 21622 4089446400 4194304 7136930 140736003907552 18446744073709551615 4923914 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18181/statm: 22888 21622 394 719 0 22167 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 91552

[startup+51.1005 s]
/proc/loadavg: 2.00 1.87 1.16 3/177 18184
/proc/meminfo: memFree=28844200/32951132 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=150760 CPUtime=51.09
/proc/18181/stat : 18181 (pbscip.linux.x8) R 18179 18181 17444 0 -1 4202496 35430 0 0 0 4978 131 0 0 25 0 1 0 21673293 154378240 34228 4089446400 4194304 7136930 140736003907552 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18181/statm: 37690 34228 394 719 0 36969 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 150760

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

[startup+76.7002 s]
/proc/loadavg: 2.00 1.88 1.18 3/177 18184
/proc/meminfo: memFree=28787996/32951132 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=188896 CPUtime=76.68
/proc/18181/stat : 18181 (pbscip.linux.x8) R 18179 18181 17444 0 -1 4202496 43446 0 0 0 7493 175 0 0 25 0 1 0 21673293 193429504 42244 4089446400 4194304 7136930 140736003907552 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18181/statm: 47224 42244 394 719 0 46503 0
Current children cumulated CPU time (s) 76.68
Current children cumulated vsize (KiB) 188896

[startup+83.1011 s]
/proc/loadavg: 2.00 1.88 1.18 3/177 18184
/proc/meminfo: memFree=28771504/32951132 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=202432 CPUtime=83.08
/proc/18181/stat : 18181 (pbscip.linux.x8) R 18179 18181 17444 0 -1 4202496 46361 0 0 0 8124 184 0 0 25 0 1 0 21673293 207290368 45159 4089446400 4194304 7136930 140736003907552 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18181/statm: 50608 45159 394 719 0 49887 0
Current children cumulated CPU time (s) 83.08
Current children cumulated vsize (KiB) 202432

[startup+89.501 s]
/proc/loadavg: 2.00 1.88 1.19 3/177 18184
/proc/meminfo: memFree=28751656/32951132 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=216924 CPUtime=89.48
/proc/18181/stat : 18181 (pbscip.linux.x8) R 18179 18181 17444 0 -1 4202496 49332 0 0 0 8752 196 0 0 25 0 1 0 21673293 222130176 48130 4089446400 4194304 7136930 140736003907552 18446744073709551615 4923914 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18181/statm: 54231 48130 394 719 0 53510 0
Current children cumulated CPU time (s) 89.48
Current children cumulated vsize (KiB) 216924

[startup+91.1007 s]
/proc/loadavg: 2.00 1.88 1.19 3/177 18184
/proc/meminfo: memFree=28749176/32951132 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=218992 CPUtime=91.08
/proc/18181/stat : 18181 (pbscip.linux.x8) R 18179 18181 17444 0 -1 4202496 49683 0 0 0 8910 198 0 0 25 0 1 0 21673293 224247808 48481 4089446400 4194304 7136930 140736003907552 18446744073709551615 5952220 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18181/statm: 54748 48481 394 719 0 54027 0
Current children cumulated CPU time (s) 91.08
Current children cumulated vsize (KiB) 218992

[startup+92.7005 s]
/proc/loadavg: 2.00 1.89 1.19 3/177 18184
/proc/meminfo: memFree=28746192/32951132 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=220328 CPUtime=92.68
/proc/18181/stat : 18181 (pbscip.linux.x8) R 18179 18181 17444 0 -1 4202496 50011 0 0 0 9068 200 0 0 25 0 1 0 21673293 225615872 48809 4089446400 4194304 7136930 140736003907552 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18181/statm: 55082 48809 394 719 0 54361 0
Current children cumulated CPU time (s) 92.68
Current children cumulated vsize (KiB) 220328

[startup+93.1004 s]
/proc/loadavg: 2.00 1.89 1.19 3/177 18184
/proc/meminfo: memFree=28746192/32951132 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=220620 CPUtime=93.07
/proc/18181/stat : 18181 (pbscip.linux.x8) R 18179 18181 17444 0 -1 4202496 50099 0 0 0 9107 200 0 0 25 0 1 0 21673293 225914880 48897 4089446400 4194304 7136930 140736003907552 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18181/statm: 55155 48897 394 719 0 54434 0
Current children cumulated CPU time (s) 93.07
Current children cumulated vsize (KiB) 220620

[startup+93.3004 s]
/proc/loadavg: 2.00 1.89 1.19 3/177 18184
/proc/meminfo: memFree=28746192/32951132 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=221044 CPUtime=93.28
/proc/18181/stat : 18181 (pbscip.linux.x8) R 18179 18181 17444 0 -1 4202496 50217 0 0 0 9127 201 0 0 25 0 1 0 21673293 226349056 49015 4089446400 4194304 7136930 140736003907552 18446744073709551615 4703926 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18181/statm: 55261 49015 394 719 0 54540 0
Current children cumulated CPU time (s) 93.28
Current children cumulated vsize (KiB) 221044

[startup+93.4004 s]
/proc/loadavg: 2.00 1.89 1.19 3/177 18184
/proc/meminfo: memFree=28743836/32951132 swapFree=67111528/67111528
[pid=18181] ppid=18179 vsize=220404 CPUtime=93.38
/proc/18181/stat : 18181 (pbscip.linux.x8) R 18179 18181 17444 0 -1 4202496 50218 0 0 0 9137 201 0 0 25 0 1 0 21673293 225693696 48824 4089446400 4194304 7136930 140736003907552 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/18181/statm: 55101 48824 394 719 0 54380 0
Current children cumulated CPU time (s) 93.38
Current children cumulated vsize (KiB) 220404

Child status: 0
Real time (s): 93.4286
CPU time (s): 93.4148
CPU user time (s): 91.3901
CPU system time (s): 2.02469
CPU usage (%): 99.9852
Max. virtual memory (cumulated for all children) (KiB): 221044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.3901
system time used= 2.02469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50231
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= 4
involuntary context switches= 236

runsolver used 0.12998 second user time and 0.308953 second system time

The end

Launcher Data

Begin job on node129 at 2010-07-07 22:29:56
IDJOB=2700286
IDBENCH=79415
IDSOLVER=1206
FILE ID=node129/2700286-1278534596
PBS_JOBID= 11239220
Free space on /tmp= 73788 MiB

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

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

MD5SUM BENCH= 066a913179e37120802f974ea952f3b3
RANDOM SEED=1781300337

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.836
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:     32951132 kB
MemFree:      29022340 kB
Buffers:        137012 kB
Cached:        2866144 kB
SwapCached:          0 kB
Active:        1924708 kB
Inactive:      1865168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29022340 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3172 kB
Writeback:           0 kB
AnonPages:      786076 kB
Mapped:          15484 kB
Slab:            75444 kB
PageTables:       6160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   931436 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73784 MiB
End job on node129 at 2010-07-07 22:31:29