Trace number 2700130

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 73.9968 73.9957

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh219_wcsp.wbo
MD5SUM0a308225f12d2c01751496daa1233c60
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark82
Best CPU time to get the best result obtained on this benchmark0.986849
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 constraints900
Number of soft constraints800
Number of constraints which are clauses800
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 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
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-2700130-1278534073.wbo>
0.00/0.01	c original problem has 1800 variables (1000 bin, 0 int, 0 impl, 800 cont) and 1701 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, 1000 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.00/0.05	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1000 implications, 0 cliques
0.00/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 0 impl, 800 cont) and 1600 constraints
0.00/0.05	c     800 constraints of type <indicator>
0.00/0.05	c     800 constraints of type <linear>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.03
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 1.2.1.2
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1799.99
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 3420
0.00/0.05	c 
0.00/0.05	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.05	c lp/solvefreq = -1
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	o 394238
0.00/0.05	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.05	c t 0.0s|     1 |     0 |     0 |     - |5796k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.04/0.06	c   0.0s|     1 |     2 |     0 |     - |5747k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.29/0.36	o 15843
0.29/0.36	c * 0.3s|  2225 |  1805 |     0 |   0.0 |7006k| 811 |   - |1700 |1763 |   0 |   0 |   0 | 164 |   0 | 0.000000e+00 | 1.584300e+04 |    Inf 
0.29/0.39	o 15831
0.29/0.39	c * 0.3s|  2387 |  1956 |     0 |   0.0 |7184k| 813 |   - |1700 |1793 |   0 |   0 |   0 | 194 |   0 | 0.000000e+00 | 1.583100e+04 |    Inf 
1.69/1.71	c   1.6s| 10000 |  9324 |     0 |   0.0 |  10M| 813 |   - |1700 |2497 |   0 |   0 |   0 | 994 |   0 | 0.000000e+00 | 1.583100e+04 |    Inf 
3.30/3.31	c   3.1s| 20000 | 19304 |     0 |   0.0 |  15M| 813 |   - |1700 |1902 |   0 |   0 |   0 |1020 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
4.79/4.88	c   4.6s| 30000 | 29291 |     0 |   0.0 |  19M| 813 |   - |1700 |1759 |   0 |   0 |   0 |1053 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
6.39/6.48	c   6.1s| 40000 | 39289 |     0 |   0.0 |  23M| 813 |   - |1700 |1724 |   0 |   0 |   0 |1063 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
8.09/8.10	c   7.7s| 50000 | 49289 |     0 |   0.0 |  28M| 813 |   - |1700 |1694 |   0 |   0 |   0 |1063 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
9.70/9.71	c   9.2s| 60000 | 59289 |     0 |   0.0 |  32M| 813 |   - |1700 |1691 |   0 |   0 |   0 |1063 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
11.30/11.31	c  10.7s| 70000 | 69289 |     0 |   0.0 |  36M| 813 |   - |1700 |1689 |   0 |   0 |   0 |1063 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
12.90/12.90	c  12.2s| 80000 | 79289 |     0 |   0.0 |  41M| 813 |   - |1700 |1687 |   0 |   0 |   0 |1063 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
14.39/14.48	c  13.8s| 90000 | 89289 |     0 |   0.0 |  45M| 813 |   - |1700 |1686 |   0 |   0 |   0 |1063 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
15.99/16.05	c  15.2s|100000 | 99282 |     0 |   0.0 |  49M| 813 |   - |1700 |1712 |   0 |   0 |   0 |1094 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
17.49/17.60	c  16.7s|110000 |109282 |     0 |   0.0 |  53M| 813 |   - |1700 |1693 |   0 |   0 |   0 |1094 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
19.10/19.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.10/19.15	c  18.2s|120000 |119282 |     0 |   0.0 |  58M| 813 |   - |1700 |1682 |   0 |   0 |   0 |1094 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
20.59/20.69	c  19.7s|130000 |129282 |     0 |   0.0 |  62M| 813 |   - |1700 |1680 |   0 |   0 |   0 |1094 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
22.19/22.23	c  21.1s|140000 |139282 |     0 |   0.0 |  66M| 813 |   - |1700 |1680 |   0 |   0 |   0 |1094 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
23.69/23.77	c  22.6s|150000 |149282 |     0 |   0.0 |  71M| 813 |   - |1700 |1680 |   0 |   0 |   0 |1094 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
25.19/25.30	c  24.1s|160000 |159282 |     0 |   0.0 |  75M| 813 |   - |1700 |1680 |   0 |   0 |   0 |1094 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
26.79/26.83	c  25.6s|170000 |169282 |     0 |   0.0 |  79M| 813 |   - |1700 |1679 |   0 |   0 |   0 |1094 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
28.29/28.37	c  27.0s|180000 |179282 |     0 |   0.0 |  83M| 813 |   - |1700 |1677 |   0 |   0 |   0 |1094 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
29.89/29.91	c  28.4s|190000 |189282 |     0 |   0.0 |  88M| 813 |   - |1700 |1676 |   0 |   0 |   0 |1094 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
31.39/31.45	c  29.9s|200000 |199282 |     0 |   0.0 |  92M| 813 |   - |1700 |1676 |   0 |   0 |   0 |1094 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
32.90/32.99	c  31.4s|210000 |209282 |     0 |   0.0 |  96M| 813 |   - |1700 |1674 |   0 |   0 |   0 |1094 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
34.49/34.52	c  32.9s|220000 |219282 |     0 |   0.0 | 100M| 813 |   - |1700 |1674 |   0 |   0 |   0 |1094 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
35.99/36.04	c  34.3s|230000 |229282 |     0 |   0.0 | 105M| 813 |   - |1700 |1674 |   0 |   0 |   0 |1094 |   0 | 1.000000e+00 | 1.583100e+04 |  Large 
37.19/37.22	o 5351
37.19/37.22	c *35.4s|237317 |131383 |     0 |   0.0 |  68M| 813 |   - |1700 |1697 |   0 |   0 |   0 |1119 |   0 | 1.000000e+00 | 5.351000e+03 |  Large 
37.69/37.72	c  35.9s|240000 |133898 |     0 |   0.0 |  70M| 813 |   - |1700 |2497 |   0 |   0 |   0 |1929 |   0 | 1.000000e+00 | 5.351000e+03 |  Large 
38.29/38.32	o 5285
38.29/38.32	c *36.5s|243168 |135740 |     0 |   0.0 |  71M| 813 |   - |1700 |3153 |   0 |   0 |   0 |2769 |   0 | 1.000000e+00 | 5.285000e+03 |  Large 
39.70/39.71	o 5280
39.70/39.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.70/39.71	c *37.8s|249888 |141868 |     0 |   0.0 |  76M| 813 |   - |1700 |4066 |   0 |   0 |   0 |5217 |   0 | 1.000000e+00 | 5.280000e+03 |  Large 
39.70/39.71	o 5211
39.70/39.71	c *37.8s|249889 |140631 |     0 |   0.0 |  75M| 813 |   - |1700 |4066 |   0 |   0 |   0 |5217 |   0 | 1.000000e+00 | 5.211000e+03 |  Large 
39.70/39.74	c  37.8s|250000 |140732 |     0 |   0.0 |  75M| 813 |   - |1700 |4087 |   0 |   0 |   0 |5274 |   0 | 1.000000e+00 | 5.211000e+03 |  Large 
39.89/39.97	o 5174
39.89/39.97	c *38.0s|251005 |140996 |     0 |   0.0 |  76M| 813 |   - |1700 |4190 |   0 |   0 |   0 |5803 |   0 | 1.000000e+00 | 5.174000e+03 |  Large 
40.79/40.88	o 5161
40.79/40.88	c *38.9s|254846 |144143 |     0 |   0.0 |  78M| 813 |   - |1700 |4642 |   0 |   0 |   0 |7941 |   0 | 1.000000e+00 | 5.161000e+03 |  Large 
40.90/40.96	o 5006
40.90/40.96	c *39.0s|255102 |141563 |     0 |   0.0 |  77M| 813 |   - |1700 |4680 |   0 |   0 |   0 |8128 |   0 | 1.000000e+00 | 5.006000e+03 |  Large 
41.09/41.19	o 4831
41.09/41.19	c *39.2s|256021 |139054 |     0 |   0.0 |  76M| 813 |   - |1700 |4869 |   0 |   0 |   0 |8713 |   0 | 1.000000e+00 | 4.831000e+03 |  Large 
41.19/41.28	o 4744
41.19/41.28	c *39.3s|256356 |137828 |     0 |   0.0 |  76M| 813 |   - |1700 |4901 |   0 |   0 |   0 |8908 |   0 | 1.000000e+00 | 4.744000e+03 |  Large 
41.99/42.03	o 4636
41.99/42.03	c *40.0s|259505 |138577 |     0 |   0.0 |  77M| 813 |   - |1700 |4749 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 4.636000e+03 |  Large 
41.99/42.04	o 4566
41.99/42.04	c *40.0s|259506 |137256 |     0 |   0.0 |  76M| 813 |   - |1700 |4749 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 4.566000e+03 |  Large 
41.99/42.08	o 4487
41.99/42.08	c *40.0s|259649 |135964 |     0 |   0.0 |  75M| 813 |   - |1700 |4745 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 4.487000e+03 |  Large 
42.09/42.16	c  40.1s|260000 |136282 |     0 |   0.0 |  75M| 813 |   - |1700 |4685 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 4.487000e+03 |  Large 
42.99/43.09	o 4448
42.99/43.09	c *41.0s|263524 |138412 |     0 |   0.0 |  78M| 813 |   - |1700 |5130 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 4.448000e+03 |  Large 
42.99/43.09	o 4365
42.99/43.09	c *41.0s|263525 |136833 |     0 |   0.0 |  76M| 813 |   - |1700 |5130 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 4.365000e+03 |  Large 
43.49/43.51	o 4359
43.49/43.51	c *41.4s|265248 |138241 |     0 |   0.0 |  78M| 813 |   - |1700 |5056 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 4.359000e+03 |  Large 
43.49/43.52	o 4290
43.49/43.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.49/43.52	c *41.4s|265249 |136866 |     0 |   0.0 |  77M| 813 |   - |1700 |5056 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 4.290000e+03 |  Large 
43.49/43.53	o 4227
43.49/43.53	c *41.4s|265287 |135505 |     0 |   0.0 |  76M| 813 |   - |1700 |5050 |   0 |   0 |   0 |  13k|   0 | 1.000000e+00 | 4.227000e+03 |  Large 
43.59/43.62	o 4149
43.59/43.62	c *41.5s|265653 |134222 |     0 |   0.0 |  75M| 813 |   - |1700 |5074 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 4.149000e+03 |  Large 
43.59/43.63	o 4070
43.59/43.63	c *41.5s|265662 |132486 |     0 |   0.0 |  74M| 813 |   - |1700 |5074 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 4.070000e+03 |  Large 
43.59/43.63	o 3993
43.59/43.63	c *41.5s|265663 |130877 |     0 |   0.0 |  73M| 813 |   - |1700 |5074 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 3.993000e+03 |  Large 
43.80/43.89	o 3891
43.80/43.89	c *41.8s|266685 |129632 |     0 |   0.0 |  73M| 813 |   - |1700 |5170 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 3.891000e+03 |  Large 
43.80/43.90	o 3828
43.80/43.90	c *41.8s|266686 |128320 |     0 |   0.0 |  72M| 813 |   - |1700 |5170 |   0 |   0 |   0 |  14k|   0 | 1.000000e+00 | 3.828000e+03 |  Large 
44.80/44.81	c  42.7s|270000 |131069 |     0 |   0.0 |  75M| 813 |   - |1700 |5468 |   0 |   0 |   0 |  16k|   0 | 1.000000e+00 | 3.828000e+03 |  Large 
45.19/45.20	o 3814
45.19/45.20	c *43.0s|271268 |131799 |     0 |   0.0 |  76M| 813 |   - |1700 |5695 |   0 |   0 |   0 |  17k|   0 | 1.000000e+00 | 3.814000e+03 |  Large 
46.20/46.26	o 3749
46.20/46.26	c *44.1s|275213 |133634 |     0 |   0.0 |  78M| 813 |   - |1700 |6550 |   0 |   0 |   0 |  20k|   0 | 1.000000e+00 | 3.749000e+03 |  Large 
46.99/47.07	o 3743
46.99/47.07	c *44.9s|278057 |135823 |     0 |   0.0 |  80M| 813 |   - |1700 |6619 |   0 |   0 |   0 |  22k|   0 | 1.000000e+00 | 3.743000e+03 |  Large 
47.39/47.41	o 3626
47.39/47.41	c *45.2s|279224 |134226 |     0 |   0.0 |  80M| 813 |   - |1700 |6815 |   0 |   0 |   0 |  23k|   0 | 1.000000e+00 | 3.626000e+03 |  Large 
47.59/47.64	c  45.4s|280000 |134848 |     0 |   0.0 |  80M| 813 |   - |1700 |6870 |   0 |   0 |   0 |  24k|   0 | 1.000000e+00 | 3.626000e+03 |  Large 
47.79/47.87	o 3578
47.79/47.87	c *45.6s|280820 |134394 |     0 |   0.0 |  80M| 813 |   - |1700 |7083 |   0 |   0 |   0 |  24k|   0 | 1.000000e+00 | 3.578000e+03 |  Large 
48.09/48.12	o 3558
48.09/48.12	c *45.9s|281711 |134735 |     0 |   0.0 |  81M| 813 |   - |1700 |7213 |   0 |   0 |   0 |  25k|   0 | 1.000000e+00 | 3.558000e+03 |  Large 
48.19/48.22	o 3523
48.19/48.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.19/48.22	c *45.9s|282004 |134063 |     0 |   0.0 |  81M| 813 |   - |1700 |7260 |   0 |   0 |   0 |  25k|   0 | 1.000000e+00 | 3.523000e+03 |  Large 
48.49/48.57	o 3491
48.49/48.57	c *46.3s|283074 |134161 |     0 |   0.0 |  81M| 813 |   - |1700 |7387 |   0 |   0 |   0 |  26k|   0 | 1.000000e+00 | 3.491000e+03 |  Large 
50.09/50.17	o 3329
50.09/50.17	c *47.8s|288586 |134456 |     0 |   0.0 |  83M| 813 |   - |1700 |8040 |   0 |   0 |   0 |  30k|   0 | 1.000000e+00 | 3.329000e+03 |  Large 
50.09/50.17	o 3270
50.09/50.17	c *47.8s|288587 |132839 |     0 |   0.0 |  82M| 813 |   - |1700 |8040 |   0 |   0 |   0 |  30k|   0 | 1.000000e+00 | 3.270000e+03 |  Large 
50.19/50.20	o 3177
50.19/50.20	c *47.8s|288655 |130260 |     0 |   0.0 |  80M| 813 |   - |1700 |8012 |   0 |   0 |   0 |  30k|   0 | 1.000000e+00 | 3.177000e+03 |  Large 
50.59/50.62	c  48.2s|290000 |131364 |     0 |   0.0 |  82M| 813 |   - |1700 |7787 |   0 |   0 |   0 |  31k|   0 | 1.000000e+00 | 3.177000e+03 |  Large 
50.69/50.70	o 3167
50.69/50.70	c *48.3s|290258 |131309 |     0 |   0.0 |  82M| 813 |   - |1700 |7664 |   0 |   0 |   0 |  32k|   0 | 1.000000e+00 | 3.167000e+03 |  Large 
50.90/50.91	o 3064
50.90/50.91	c *48.5s|290828 |128651 |     0 |   0.0 |  80M| 813 |   - |1700 |7555 |   0 |   0 |   0 |  32k|   0 | 1.000000e+00 | 3.064000e+03 |  Large 
50.90/50.99	o 3054
50.90/50.99	c *48.6s|291130 |128711 |     0 |   0.0 |  80M| 813 |   - |1700 |7550 |   0 |   0 |   0 |  32k|   0 | 1.000000e+00 | 3.054000e+03 |  Large 
51.70/51.76	o 3046
51.70/51.76	c *49.4s|293750 |130601 |     0 |   0.0 |  82M| 813 |   - |1700 |7832 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 3.046000e+03 |  Large 
51.70/51.78	o 2987
51.70/51.78	c *49.4s|293802 |128759 |     0 |   0.0 |  81M| 813 |   - |1700 |7837 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 2.987000e+03 |  Large 
52.69/52.70	o 2968
52.69/52.70	c *50.3s|296577 |130419 |     0 |   0.0 |  83M| 813 |   - |1700 |8109 |   0 |   0 |   0 |  36k|   0 | 1.000000e+00 | 2.968000e+03 |  Large 
52.89/52.90	o 2939
52.89/52.90	c *50.5s|297160 |130054 |     0 |   0.0 |  83M| 813 |   - |1700 |8253 |   0 |   0 |   0 |  37k|   0 | 1.000000e+00 | 2.939000e+03 |  Large 
52.89/52.97	o 2925
52.89/52.97	c *50.5s|297342 |129764 |     0 |   0.0 |  83M| 813 |   - |1700 |8270 |   0 |   0 |   0 |  37k|   0 | 1.000000e+00 | 2.925000e+03 |  Large 
53.20/53.20	o 2857
53.20/53.20	c *50.8s|298136 |128123 |     0 |   0.0 |  82M| 813 |   - |1700 |8541 |   0 |   0 |   0 |  37k|   0 | 1.000000e+00 | 2.857000e+03 |  Large 
53.20/53.22	o 2810
53.20/53.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.20/53.22	c *50.8s|298159 |126605 |     0 |   0.0 |  81M| 813 |   - |1700 |8536 |   0 |   0 |   0 |  37k|   0 | 1.000000e+00 | 2.810000e+03 |  Large 
53.20/53.24	o 2770
53.20/53.24	c *50.8s|298226 |125179 |     0 |   0.0 |  80M| 813 |   - |1700 |8533 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 2.770000e+03 |  Large 
53.20/53.25	o 2613
53.20/53.25	c *50.8s|298227 |119633 |     0 |   0.0 |  75M| 813 |   - |1700 |8533 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 2.613000e+03 |  Large 
53.20/53.28	o 2394
53.20/53.28	c *50.8s|298277 |111255 |     0 |   0.0 |  69M| 813 |   - |1700 |8553 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 2.394000e+03 |  Large 
53.59/53.62	o 2380
53.59/53.62	c *51.2s|299111 |111176 |     0 |   0.0 |  70M| 813 |   - |1700 |8577 |   0 |   0 |   0 |  38k|   0 | 1.000000e+00 | 2.380000e+03 |  Large 
53.90/53.96	c  51.5s|300000 |111795 |     0 |   0.0 |  72M| 813 |   - |1700 |8660 |   0 |   0 |   0 |  39k|   0 | 1.000000e+00 | 2.380000e+03 |  Large 
53.99/54.07	o 2300
53.99/54.07	c *51.6s|300297 |108868 |     0 |   0.0 |  70M| 813 |   - |1700 |8751 |   0 |   0 |   0 |  39k|   0 | 1.000000e+00 | 2.300000e+03 |  Large 
54.29/54.33	o 2280
54.29/54.33	c *51.9s|301053 |108631 |     0 |   0.0 |  70M| 813 |   - |1700 |9039 |   0 |   0 |   0 |  40k|   0 | 1.000000e+00 | 2.280000e+03 |  Large 
55.29/55.35	o 2275
55.29/55.35	c *52.9s|303950 |110548 |     0 |   0.0 |  74M| 813 |   - |1700 |9464 |   0 |   0 |   0 |  42k|   0 | 1.000000e+00 | 2.275000e+03 |  Large 
55.39/55.46	o 2241
55.39/55.46	c *53.0s|304235 |109343 |     0 |   0.0 |  73M| 813 |   - |1700 |9559 |   0 |   0 |   0 |  43k|   0 | 1.000000e+00 | 2.241000e+03 |  Large 
56.30/56.37	o 2107
56.30/56.37	c *53.8s|306704 |105431 |     0 |   0.0 |  73M| 813 |   - |1700 |9980 |   0 |   0 |   0 |  45k|   0 | 1.000000e+00 | 2.107000e+03 |  Large 
57.70/57.75	o 2086
57.70/57.75	c *55.2s|309945 |106563 |     0 |   0.0 |  76M| 813 |   - |1700 |  10k|   0 |   0 |   0 |  48k|   0 | 1.000000e+00 | 2.086000e+03 |  Large 
57.70/57.75	o 2073
57.70/57.75	c *55.2s|309946 |105961 |     0 |   0.0 |  75M| 813 |   - |1700 |  10k|   0 |   0 |   0 |  48k|   0 | 1.000000e+00 | 2.073000e+03 |  Large 
57.70/57.79	c  55.2s|310000 |105987 |     0 |   0.0 |  75M| 813 |   - |1700 |  10k|   0 |   0 |   0 |  48k|   0 | 1.000000e+00 | 2.073000e+03 |  Large 
57.89/57.94	o 2013
57.89/57.94	c *55.4s|310314 |103350 |     0 |   0.0 |  74M| 813 |   - |1700 |  10k|   0 |   0 |   0 |  48k|   0 | 1.000000e+00 | 2.013000e+03 |  Large 
57.89/57.95	o 1954
57.89/57.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.89/57.95	c *55.4s|310315 |100749 |     0 |   0.0 |  73M| 813 |   - |1700 |  10k|   0 |   0 |   0 |  48k|   0 | 1.000000e+00 | 1.954000e+03 |  Large 
57.89/57.99	o 1948
57.89/57.99	c *55.4s|310398 |100472 |     0 |   0.0 |  73M| 813 |   - |1700 |  10k|   0 |   0 |   0 |  48k|   0 | 1.000000e+00 | 1.948000e+03 |  Large 
58.49/58.51	o 1906
58.49/58.51	c *55.9s|311537 | 99173 |     0 |   0.0 |  73M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  50k|   0 | 1.000000e+00 | 1.906000e+03 |  Large 
58.79/58.81	o 1743
58.79/58.81	c *56.2s|312329 | 91449 |     0 |   0.0 |  68M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  50k|   0 | 1.000000e+00 | 1.743000e+03 |  Large 
59.19/59.21	o 1713
59.19/59.21	c *56.6s|313354 | 90196 |     0 |   0.0 |  68M| 813 |   - |1700 |  12k|   0 |   0 |   0 |  52k|   0 | 1.000000e+00 | 1.713000e+03 |  Large 
59.19/59.29	o 1704
59.19/59.29	c *56.7s|313501 | 89970 |     0 |   0.0 |  68M| 813 |   - |1700 |  12k|   0 |   0 |   0 |  52k|   0 | 1.000000e+00 | 1.704000e+03 |  Large 
59.19/59.29	o 1691
59.19/59.29	c *56.7s|313503 | 88651 |     0 |   0.0 |  67M| 813 |   - |1700 |  12k|   0 |   0 |   0 |  52k|   0 | 1.000000e+00 | 1.691000e+03 |  Large 
59.19/59.29	o 1666
59.19/59.29	c *56.7s|313504 | 87767 |     0 |   0.0 |  67M| 813 |   - |1700 |  12k|   0 |   0 |   0 |  52k|   0 | 1.000000e+00 | 1.666000e+03 |  Large 
59.59/59.67	o 1637
59.59/59.67	c *57.1s|314305 | 86845 |     0 |   0.0 |  67M| 813 |   - |1700 |  13k|   0 |   0 |   0 |  53k|   0 | 1.000000e+00 | 1.637000e+03 |  Large 
60.09/60.17	o 1629
60.09/60.17	c *57.5s|315325 | 87036 |     0 |   0.0 |  69M| 813 |   - |1700 |  14k|   0 |   0 |   0 |  55k|   0 | 1.000000e+00 | 1.629000e+03 |  Large 
60.09/60.18	o 1625
60.09/60.18	c *57.5s|315332 | 86727 |     0 |   0.0 |  69M| 813 |   - |1700 |  14k|   0 |   0 |   0 |  55k|   0 | 1.000000e+00 | 1.625000e+03 |  Large 
60.09/60.18	o 1566
60.09/60.18	c *57.6s|315333 | 83733 |     0 |   0.0 |  67M| 813 |   - |1700 |  14k|   0 |   0 |   0 |  55k|   0 | 1.000000e+00 | 1.566000e+03 |  Large 
60.50/60.58	o 1531
60.50/60.58	c *57.9s|316011 | 82104 |     0 |   0.0 |  66M| 813 |   - |1700 |  14k|   0 |   0 |   0 |  56k|   0 | 1.000000e+00 | 1.531000e+03 |  Large 
60.69/60.70	o 1232
60.69/60.70	c *58.1s|316129 | 65553 |     0 |   0.0 |  56M| 813 |   - |1700 |  14k|   0 |   0 |   0 |  56k|   0 | 1.000000e+00 | 1.232000e+03 |  Large 
60.69/60.70	o 1169
60.69/60.70	c *58.1s|316130 | 62159 |     0 |   0.0 |  54M| 813 |   - |1700 |  14k|   0 |   0 |   0 |  56k|   0 | 1.000000e+00 | 1.169000e+03 |  Large 
61.10/61.18	o 1152
61.10/61.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.10/61.18	c *58.5s|316971 | 61675 |     0 |   0.0 |  54M| 813 |   - |1700 |  13k|   0 |   0 |   0 |  57k|   0 | 1.000000e+00 | 1.152000e+03 |  Large 
62.39/62.42	o 1083
62.39/62.42	c *59.7s|319306 | 59617 |     0 |   0.0 |  55M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  59k|   0 | 1.000000e+00 | 1.083000e+03 |  Large 
62.39/62.42	o 1074
62.39/62.42	c *59.7s|319307 | 58611 |     0 |   0.0 |  54M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  59k|   0 | 1.000000e+00 | 1.074000e+03 |  Large 
62.70/62.71	o 1059
62.70/62.71	c *60.0s|319818 | 58000 |     0 |   0.0 |  54M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  60k|   0 | 1.000000e+00 | 1.059000e+03 |  Large 
62.70/62.79	c  60.1s|320000 | 58133 |     0 |   0.0 |  55M| 813 |   - |1700 |  10k|   0 |   0 |   0 |  60k|   0 | 1.000000e+00 | 1.059000e+03 |  Large 
63.69/63.71	o 1039
63.69/63.71	c *61.0s|321693 | 58279 |     0 |   0.0 |  58M| 813 |   - |1700 |  10k|   0 |   0 |   0 |  61k|   0 | 1.000000e+00 | 1.039000e+03 |  Large 
64.09/64.17	o 1019
64.09/64.17	c *61.4s|322560 | 57900 |     0 |   0.0 |  59M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  62k|   0 | 1.000000e+00 | 1.019000e+03 |  Large 
64.59/64.66	o 1002
64.59/64.66	c *61.9s|323404 | 57710 |     0 |   0.0 |  60M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  63k|   0 | 1.000000e+00 | 1.002000e+03 |  Large 
64.69/64.75	o 989
64.69/64.75	c *62.0s|323528 | 57053 |     0 |   0.0 |  60M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  63k|   0 | 1.000000e+00 | 9.890000e+02 |  Large 
64.99/65.07	o 965
64.99/65.07	c *62.3s|324096 | 55455 |     0 |   0.0 |  60M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  64k|   0 | 1.000000e+00 | 9.650000e+02 |  Large 
64.99/65.07	o 964
64.99/65.07	c *62.3s|324097 | 55424 |     0 |   0.0 |  60M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  64k|   0 | 1.000000e+00 | 9.640000e+02 |  Large 
65.29/65.38	o 948
65.29/65.38	c *62.6s|324601 | 54266 |     0 |   0.0 |  60M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  64k|   0 | 1.000000e+00 | 9.480000e+02 |  Large 
65.40/65.44	o 893
65.40/65.44	c *62.7s|324676 | 50440 |     0 |   0.0 |  57M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  64k|   0 | 1.000000e+00 | 8.930000e+02 |  Large 
65.59/65.66	o 783
65.59/65.66	c *62.9s|325005 | 44521 |     0 |   0.0 |  53M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  65k|   0 | 1.000000e+00 | 7.830000e+02 |  Large 
65.90/65.97	o 732
65.90/65.97	c *63.2s|325374 | 40379 |     0 |   0.0 |  51M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  65k|   0 | 1.000000e+00 | 7.320000e+02 |  Large 
66.90/67.00	o 728
66.90/67.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.90/67.00	c *64.2s|326703 | 40565 |     0 |   0.0 |  55M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  67k|   0 | 1.000000e+00 | 7.280000e+02 |  Large 
67.10/67.18	o 725
67.10/67.18	c *64.4s|326978 | 40674 |     0 |   0.0 |  56M| 813 |   - |1700 |  10k|   0 |   0 |   0 |  67k|   0 | 1.000000e+00 | 7.250000e+02 |  Large 
67.79/67.86	o 689
67.79/67.86	c *65.0s|327766 | 37407 |     0 |   0.0 |  55M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  69k|   0 | 1.000000e+00 | 6.890000e+02 |  Large 
67.79/67.86	o 679
67.79/67.86	c *65.0s|327767 | 36686 |     0 |   0.0 |  55M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  69k|   0 | 1.000000e+00 | 6.790000e+02 |  Large 
68.40/68.49	o 616
68.40/68.49	c *65.7s|328424 | 33675 |     0 |   0.0 |  55M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  70k|   0 | 1.000000e+00 | 6.160000e+02 |  Large 
68.70/68.74	o 601
68.70/68.74	c *65.9s|328691 | 32241 |     0 |   0.0 |  54M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  70k|   0 | 1.000000e+00 | 6.010000e+02 |  Large 
68.70/68.76	o 573
68.70/68.76	c *65.9s|328734 | 31088 |     0 |   0.0 |  54M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  70k|   0 | 1.000000e+00 | 5.730000e+02 |  Large 
68.70/68.77	o 540
68.70/68.77	c *65.9s|328738 | 30365 |     0 |   0.0 |  53M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  70k|   0 | 1.000000e+00 | 5.400000e+02 |  Large 
68.89/68.91	o 498
68.89/68.91	c *66.0s|328892 | 27607 |     0 |   0.0 |  51M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  70k|   0 | 1.000000e+00 | 4.980000e+02 |  Large 
68.99/69.03	o 439
68.99/69.03	c *66.2s|328985 | 23940 |     0 |   0.0 |  48M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  71k|   0 | 1.000000e+00 | 4.390000e+02 |  Large 
68.99/69.07	o 393
68.99/69.07	c *66.2s|329008 | 22818 |     0 |   0.0 |  47M| 813 |   - |1700 |  11k|   0 |   0 |   0 |  71k|   0 | 1.000000e+00 | 3.930000e+02 |  Large 
69.79/69.88	o 363
69.79/69.88	c *67.0s|329450 | 21218 |     0 |   0.0 |  48M| 813 |   - |1700 |  10k|   0 |   0 |   0 |  72k|   0 | 1.000000e+00 | 3.630000e+02 |  Large 
70.29/70.37	o 336
70.29/70.37	c *67.5s|329633 | 20573 |     0 |   0.0 |  50M| 813 |   - |1700 |9865 |   0 |   0 |   0 |  72k|   0 | 1.000000e+00 | 3.360000e+02 |  Large 
71.29/71.35	c  68.5s|330000 | 19798 |     0 |   0.0 |  54M| 813 |   - |1700 |8523 |   0 |   0 |   0 |  74k|   0 | 1.000000e+00 | 3.360000e+02 |  Large 
71.99/72.02	o 311
71.99/72.02	c *69.1s|330341 | 17526 |     0 |   0.0 |  54M| 813 |   - |1700 |7750 |   0 |   0 |   0 |  74k|   0 | 1.000000e+00 | 3.110000e+02 |  Large 
71.99/72.03	o 262
71.99/72.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
71.99/72.03	c *69.1s|330342 | 14194 |     0 |   0.0 |  51M| 813 |   - |1700 |7750 |   0 |   0 |   0 |  74k|   0 | 1.000000e+00 | 2.620000e+02 |  Large 
71.99/72.04	o 261
71.99/72.04	c *69.1s|330349 | 14188 |     0 |   0.0 |  51M| 813 |   - |1700 |7748 |   0 |   0 |   0 |  74k|   0 | 1.000000e+00 | 2.610000e+02 |  Large 
72.69/72.71	o 260
72.69/72.71	c *69.8s|330592 | 12996 |     0 |   0.0 |  51M| 813 |   - |1700 |6243 |   0 |   0 |   0 |  75k|   0 | 1.000000e+00 | 2.600000e+02 |  Large 
72.69/72.76	o 245
72.69/72.76	c *69.8s|330624 | 11947 |     0 |   0.0 |  50M| 813 |   - |1700 |6258 |   0 |   0 |   0 |  75k|   0 | 1.000000e+00 | 2.450000e+02 |  Large 
73.20/73.25	o 215
73.20/73.25	c *70.3s|330797 |  6071 |     0 |   0.0 |  40M| 813 |   - |1700 |5853 |   0 |   0 |   0 |  76k|   0 | 1.000000e+00 | 2.150000e+02 |  Large 
73.20/73.27	o 142
73.20/73.27	c *70.3s|330804 |  3648 |     0 |   0.0 |  32M| 813 |   - |1700 |5860 |   0 |   0 |   0 |  76k|   0 | 1.000000e+00 | 1.420000e+02 |  Large 
73.50/73.53	o 83
73.50/73.53	c *70.6s|330889 |   766 |     0 |   0.0 |  21M| 813 |   - |1700 |5725 |   0 |   0 |   0 |  76k|   0 | 1.000000e+00 | 8.300000e+01 |8200.00%
73.70/73.72	o 82
73.70/73.72	c *70.8s|331023 |   366 |     0 |   0.0 |  18M| 813 |   - |1700 |5375 |   0 |   0 |   0 |  76k|   0 | 1.600000e+01 | 8.200000e+01 | 412.50%
73.90/73.97	c 
73.90/73.97	c SCIP Status        : problem is solved [optimal solution found]
73.90/73.97	c Solving Time (sec) : 71.02
73.90/73.97	c Solving Nodes      : 331130
73.90/73.97	c Primal Bound       : +8.20000000000000e+01 (110 solutions)
73.90/73.97	c Dual Bound         : +8.20000000000000e+01
73.90/73.97	c Gap                : 0.00 %
73.90/73.98	s OPTIMUM FOUND
73.90/73.98	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 
73.90/73.98	v x176 -x175 -x174 x173 -x172 x171 x170 -x169 -x168 x167 x166 -x165 x164 -x163 -x162 x161 -x160 x159 x158 -x157 -x156 x155 
73.90/73.98	v -x154 x153 -x152 x151 x150 -x149 -x148 x147 x146 -x145 -x144 x143 -x142 x141 -x140 x139 -x138 x137 -x136 x135 -x134 x133 -x132 
73.90/73.98	v x131 -x130 x129 x128 -x127 -x126 x125 -x124 x123 -x122 x121 -x120 x119 x118 -x117 -x116 x115 x114 -x113 x112 -x111 x110 -x109 
73.90/73.98	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 
73.90/73.98	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 
73.90/73.98	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 
73.90/73.98	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 
73.90/73.98	c SCIP Status        : problem is solved [optimal solution found]
73.90/73.98	c Solving Time       :      71.02
73.90/73.98	c Original Problem   :
73.90/73.98	c   Problem name     : HOME/instance-2700130-1278534073.wbo
73.90/73.98	c   Variables        : 1800 (1000 binary, 0 integer, 0 implicit integer, 800 continuous)
73.90/73.98	c   Constraints      : 1701 initial, 1701 maximal
73.90/73.98	c Presolved Problem  :
73.90/73.98	c   Problem name     : t_HOME/instance-2700130-1278534073.wbo
73.90/73.98	c   Variables        : 1700 (900 binary, 0 integer, 0 implicit integer, 800 continuous)
73.90/73.98	c   Constraints      : 1600 initial, 14915 maximal
73.90/73.98	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
73.90/73.98	c   trivial          :       0.00          0          0          0          0          0          0          0          0
73.90/73.98	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
73.90/73.98	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
73.90/73.98	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
73.90/73.98	c   implics          :       0.00          0          0          0          0          0          0          0          0
73.90/73.98	c   probing          :       0.01          0          0          0          0          0          0          0          0
73.90/73.98	c   indicator        :       0.00          0          0          0          0          0          0          0          0
73.90/73.98	c   linear           :       0.02          0        100          0        800          0        101          0          0
73.90/73.98	c   logicor          :       0.00          0          0          0          0          0          0          0          0
73.90/73.98	c   root node        :          -        751          -          -       1500          -          -          -          -
73.90/73.98	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
73.90/73.98	c   integral         :          0          0          0          0          0          0          0          0          0          0
73.90/73.98	c   indicator        :        800          0     599623          0     321648        232    2512851          0          0          0
73.90/73.98	c   linear           :        800          0     600239          0     321710       3183     376884          0          0          0
73.90/73.98	c   logicor          :          0+         0     213039          0          0       1361     147752          0          0          0
73.90/73.98	c   countsols        :          0          0          0          0     321776          0          0          0          0          0
73.90/73.98	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
73.90/73.98	c   integral         :       0.00       0.00       0.00       0.00       0.00
73.90/73.98	c   indicator        :      15.13       0.00       5.12       0.00      10.01
73.90/73.98	c   linear           :       7.66       0.00       7.47       0.00       0.19
73.90/73.98	c   logicor          :       4.97       0.00       4.97       0.00       0.00
73.90/73.98	c   countsols        :       0.05       0.00       0.00       0.00       0.05
73.90/73.98	c Propagators        :       Time      Calls    Cutoffs    DomReds
73.90/73.98	c   vbounds          :       0.15          2          0          0
73.90/73.98	c   rootredcost      :       0.10          0          0          0
73.90/73.98	c   pseudoobj        :      10.81     609524       9093    2287343
73.90/73.98	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
73.90/73.98	c   propagation      :       0.83      13637      13505      53685       23.8      37285        3.8          -
73.90/73.98	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
73.90/73.98	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
73.90/73.98	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
73.90/73.98	c   pseudo solution  :       0.00         89         89        558       31.3        515        4.1          -
73.90/73.98	c   applied globally :          -          -          -      77109       12.9          -          -          -
73.90/73.98	c   applied locally  :          -          -          -         17      123.4          -          -          -
73.90/73.98	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
73.90/73.98	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
73.90/73.98	c   redcost          :       0.00          0          0          0          0          0
73.90/73.98	c   impliedbounds    :       0.00          0          0          0          0          0
73.90/73.98	c   intobj           :       0.00          0          0          0          0          0
73.90/73.98	c   cgmip            :       0.00          0          0          0          0          0
73.90/73.98	c   gomory           :       0.00          0          0          0          0          0
73.90/73.98	c   strongcg         :       0.00          0          0          0          0          0
73.90/73.98	c   cmir             :       0.00          0          0          0          0          0
73.90/73.98	c   flowcover        :       0.00          0          0          0          0          0
73.90/73.98	c   clique           :       0.00          0          0          0          0          0
73.90/73.98	c   zerohalf         :       0.00          0          0          0          0          0
73.90/73.98	c   mcf              :       0.00          0          0          0          0          0
73.90/73.98	c   rapidlearning    :       0.00          0          0          0          0          0
73.90/73.98	c Pricers            :       Time      Calls       Vars
73.90/73.98	c   problem variables:       0.00          0          0
73.90/73.98	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
73.90/73.98	c   relpscost        :       0.00          0          0          0          0          0          0
73.90/73.98	c   pscost           :       0.00          0          0          0          0          0          0
73.90/73.98	c   inference        :      17.30     321668          0          0          0          0     643336
73.90/73.98	c   mostinf          :       0.00          0          0          0          0          0          0
73.90/73.98	c   leastinf         :       0.00          0          0          0          0          0          0
73.90/73.98	c   fullstrong       :       0.00          0          0          0          0          0          0
73.90/73.98	c   allfullstrong    :       0.00          0          0          0          0          0          0
73.90/73.98	c   random           :       0.00          0          0          0          0          0          0
73.90/73.98	c Primal Heuristics  :       Time      Calls      Found
73.90/73.98	c   LP solutions     :       0.00          -          0
73.90/73.98	c   pseudo solutions :       0.46          -        108
73.90/73.98	c   oneopt           :       0.07          0          0
73.90/73.98	c   trivial          :       0.00          2          1
73.90/73.98	c   simplerounding   :       0.00          0          0
73.90/73.98	c   zirounding       :       0.00          0          0
73.90/73.98	c   rounding         :       0.00          0          0
73.90/73.98	c   shifting         :       0.00          0          0
73.90/73.98	c   intshifting      :       0.00          0          0
73.90/73.98	c   twoopt           :       0.00          0          0
73.90/73.98	c   fixandinfer      :       0.00          0          0
73.90/73.98	c   feaspump         :       0.00          0          0
73.90/73.98	c   coefdiving       :       0.00          0          0
73.90/73.98	c   pscostdiving     :       0.00          0          0
73.90/73.98	c   fracdiving       :       0.00          0          0
73.90/73.98	c   veclendiving     :       0.00          0          0
73.90/73.98	c   intdiving        :       0.00          0          0
73.90/73.98	c   actconsdiving    :       0.00          0          0
73.90/73.98	c   objpscostdiving  :       0.00          0          0
73.90/73.98	c   rootsoldiving    :       0.00          0          0
73.90/73.98	c   linesearchdiving :       0.00          0          0
73.90/73.98	c   guideddiving     :       0.00          0          0
73.90/73.98	c   octane           :       0.00          0          0
73.90/73.98	c   rens             :       0.00          0          0
73.90/73.98	c   rins             :       0.00          0          0
73.90/73.98	c   localbranching   :       0.00          0          0
73.90/73.98	c   mutation         :       0.00          0          0
73.90/73.98	c   crossover        :       0.00          0          0
73.90/73.98	c   dins             :       0.00          0          0
73.90/73.98	c   undercover       :       0.00          0          0
73.90/73.98	c   nlp              :       0.08          0          0
73.90/73.98	c   trysol           :       0.06          1          1
73.90/73.98	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
73.90/73.98	c   primal LP        :       0.00          0          0       0.00          -
73.90/73.98	c   dual LP          :       0.00          0          0       0.00          -
73.90/73.98	c   lex dual LP      :       0.00          0          0       0.00          -
73.90/73.98	c   barrier LP       :       0.00          0          0       0.00          -
73.90/73.98	c   diving/probing LP:       0.00          0          0       0.00          -
73.90/73.98	c   strong branching :       0.00          0          0       0.00          -
73.90/73.98	c     (at root node) :          -          0          0       0.00          -
73.90/73.98	c   conflict analysis:       0.00          0          0       0.00          -
73.90/73.98	c B&B Tree           :
73.90/73.98	c   number of runs   :          1
73.90/73.98	c   nodes            :     331130
73.90/73.98	c   nodes (total)    :     331130
73.90/73.98	c   nodes left       :          0
73.90/73.98	c   max depth        :        813
73.90/73.98	c   max depth (total):        813
73.90/73.98	c   backtracks       :       8722 (2.6%)
73.90/73.98	c   delayed cutoffs  :      12098
73.90/73.98	c   repropagations   :      31328 (1293122 domain reductions, 4604 cutoffs)
73.90/73.98	c   avg switch length:       3.00
73.90/73.98	c   switching time   :       8.26
73.90/73.98	c Solution           :
73.90/73.98	c   Solutions found  :        110 (109 improvements)
73.90/73.98	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.03 seconds, depth 0, found by <trivial>)
73.90/73.98	c   Primal Bound     : +8.20000000000000e+01   (in run 1, after 331023 nodes, 70.77 seconds, depth 412, found by <relaxation>)
73.90/73.98	c   Dual Bound       : +8.20000000000000e+01
73.90/73.98	c   Gap              :       0.00 %
73.90/73.98	c   Root Dual Bound  : +0.00000000000000e+00
73.90/73.98	c   Root Iterations  :          0
73.90/73.99	c Time complete: 73.99.

Verifier Data

OK	82

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700130-1278534073/watcher-2700130-1278534073 -o /tmp/evaluation-result-2700130-1278534073/solver-2700130-1278534073 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700130-1278534073.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.96 1.10 0.45 4/178 1447
/proc/meminfo: memFree=29181468/32950928 swapFree=67109624/67111528
[pid=1447] ppid=1445 vsize=6584 CPUtime=0
/proc/1447/stat : 1447 (pbscip.linux.x8) R 1445 1447 927 0 -1 4202496 1050 0 0 0 0 0 0 0 25 0 1 0 21620793 6742016 973 4089446400 4194304 7136930 140735745881104 18446744073709551615 6346856 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/1447/statm: 1646 985 254 719 0 925 0

[startup+0.0594609 s]
/proc/loadavg: 1.96 1.10 0.45 4/178 1447
/proc/meminfo: memFree=29181468/32950928 swapFree=67109624/67111528
[pid=1447] ppid=1445 vsize=19948 CPUtime=0.04
/proc/1447/stat : 1447 (pbscip.linux.x8) R 1445 1447 927 0 -1 4202496 5469 0 0 0 4 0 0 0 25 0 1 0 21620793 20426752 4267 4089446400 4194304 7136930 140735745881104 18446744073709551615 4207131 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/1447/statm: 4987 4267 381 719 0 4266 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19948

[startup+0.10045 s]
/proc/loadavg: 1.96 1.10 0.45 4/178 1447
/proc/meminfo: memFree=29181468/32950928 swapFree=67109624/67111528
[pid=1447] ppid=1445 vsize=20380 CPUtime=0.09
/proc/1447/stat : 1447 (pbscip.linux.x8) R 1445 1447 927 0 -1 4202496 5550 0 0 0 8 1 0 0 25 0 1 0 21620793 20869120 4348 4089446400 4194304 7136930 140735745881104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/1447/statm: 5095 4348 387 719 0 4374 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20380

[startup+0.300363 s]
/proc/loadavg: 1.96 1.10 0.45 4/178 1447
/proc/meminfo: memFree=29181468/32950928 swapFree=67109624/67111528
[pid=1447] ppid=1445 vsize=21124 CPUtime=0.29
/proc/1447/stat : 1447 (pbscip.linux.x8) R 1445 1447 927 0 -1 4202496 5775 0 0 0 27 2 0 0 25 0 1 0 21620793 21630976 4573 4089446400 4194304 7136930 140735745881104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/1447/statm: 5281 4573 393 719 0 4560 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21124

[startup+0.700352 s]
/proc/loadavg: 1.96 1.10 0.45 4/178 1447
/proc/meminfo: memFree=29181468/32950928 swapFree=67109624/67111528
[pid=1447] ppid=1445 vsize=23384 CPUtime=0.69
/proc/1447/stat : 1447 (pbscip.linux.x8) R 1445 1447 927 0 -1 4202496 6318 0 0 0 66 3 0 0 25 0 1 0 21620793 23945216 5116 4089446400 4194304 7136930 140735745881104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/1447/statm: 5846 5117 394 719 0 5125 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23384

[startup+1.50022 s]
/proc/loadavg: 1.96 1.11 0.46 3/179 1448
/proc/meminfo: memFree=29161000/32950928 swapFree=67109624/67111528
[pid=1447] ppid=1445 vsize=25280 CPUtime=1.49
/proc/1447/stat : 1447 (pbscip.linux.x8) R 1445 1447 927 0 -1 4202496 6802 0 0 0 143 6 0 0 25 0 1 0 21620793 25886720 5600 4089446400 4194304 7136930 140735745881104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/1447/statm: 6320 5600 394 719 0 5599 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25280

[startup+3.10095 s]
/proc/loadavg: 1.96 1.11 0.46 3/179 1448
/proc/meminfo: memFree=29155544/32950928 swapFree=67109624/67111528
[pid=1447] ppid=1445 vsize=31828 CPUtime=3.09
/proc/1447/stat : 1447 (pbscip.linux.x8) R 1445 1447 927 0 -1 4202496 8502 0 0 0 289 20 0 0 25 0 1 0 21620793 32591872 7300 4089446400 4194304 7136930 140735745881104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/1447/statm: 7957 7300 394 719 0 7236 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31828

[startup+6.30041 s]
/proc/loadavg: 1.96 1.11 0.46 3/179 1448
/proc/meminfo: memFree=29144756/32950928 swapFree=67109624/67111528
[pid=1447] ppid=1445 vsize=41120 CPUtime=6.29
/proc/1447/stat : 1447 (pbscip.linux.x8) R 1445 1447 927 0 -1 4202496 10875 0 0 0 595 34 0 0 25 0 1 0 21620793 42106880 9673 4089446400 4194304 7136930 140735745881104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/1447/statm: 10280 9673 394 719 0 9559 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41120

[startup+12.7003 s]
/proc/loadavg: 1.97 1.14 0.47 3/179 1449
/proc/meminfo: memFree=29120300/32950928 swapFree=67109624/67111528
[pid=1447] ppid=1445 vsize=60868 CPUtime=12.7
/proc/1447/stat : 1447 (pbscip.linux.x8) R 1445 1447 927 0 -1 4202496 15486 0 0 0 1207 63 0 0 25 0 1 0 21620793 62328832 14284 4089446400 4194304 7136930 140735745881104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/1447/statm: 15217 14284 394 719 0 14496 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 60868

[startup+25.5002 s]
/proc/loadavg: 1.97 1.17 0.49 3/179 1449
/proc/meminfo: memFree=29072684/32950928 swapFree=67109624/67111528
[pid=1447] ppid=1445 vsize=95824 CPUtime=25.5
/proc/1447/stat : 1447 (pbscip.linux.x8) R 1445 1447 927 0 -1 4202496 24522 0 0 0 2429 121 0 0 25 0 1 0 21620793 98123776 23320 4089446400 4194304 7136930 140735745881104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/1447/statm: 23956 23320 394 719 0 23235 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 95824

[startup+51.1009 s]
/proc/loadavg: 1.98 1.24 0.53 3/179 1450
/proc/meminfo: memFree=28991408/32950928 swapFree=67109624/67111528
[pid=1447] ppid=1445 vsize=164348 CPUtime=51.09
/proc/1447/stat : 1447 (pbscip.linux.x8) R 1445 1447 927 0 -1 4202496 40332 0 0 0 4872 237 0 0 25 0 1 0 21620793 168292352 39130 4089446400 4194304 7136930 140735745881104 18446744073709551615 4642976 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/1447/statm: 41087 39130 394 719 0 40366 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 164348

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

[startup+63.9007 s]
/proc/loadavg: 1.98 1.27 0.55 3/179 1450
/proc/meminfo: memFree=28958284/32950928 swapFree=67109624/67111528
[pid=1447] ppid=1445 vsize=189628 CPUtime=63.9
/proc/1447/stat : 1447 (pbscip.linux.x8) R 1445 1447 927 0 -1 4202496 45739 0 0 0 6117 273 0 0 25 0 1 0 21620793 194179072 44537 4089446400 4194304 7136930 140735745881104 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/1447/statm: 47407 44537 394 719 0 46686 0
Current children cumulated CPU time (s) 63.9
Current children cumulated vsize (KiB) 189628

[startup+70.3006 s]
/proc/loadavg: 1.98 1.28 0.56 3/179 1450
/proc/meminfo: memFree=28938180/32950928 swapFree=67109624/67111528
[pid=1447] ppid=1445 vsize=207088 CPUtime=70.29
/proc/1447/stat : 1447 (pbscip.linux.x8) R 1445 1447 927 0 -1 4202496 49437 0 0 0 6742 287 0 0 25 0 1 0 21620793 212058112 48235 4089446400 4194304 7136930 140735745881104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/1447/statm: 51772 48235 394 719 0 51051 0
Current children cumulated CPU time (s) 70.29
Current children cumulated vsize (KiB) 207088

[startup+71.9003 s]
/proc/loadavg: 1.99 1.30 0.56 3/179 1450
/proc/meminfo: memFree=28934212/32950928 swapFree=67109624/67111528
[pid=1447] ppid=1445 vsize=213068 CPUtime=71.89
/proc/1447/stat : 1447 (pbscip.linux.x8) R 1445 1447 927 0 -1 4202496 50687 0 0 0 6900 289 0 0 25 0 1 0 21620793 218181632 49485 4089446400 4194304 7136930 140735745881104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/1447/statm: 53267 49485 394 719 0 52546 0
Current children cumulated CPU time (s) 71.89
Current children cumulated vsize (KiB) 213068

[startup+72.7002 s]
/proc/loadavg: 1.99 1.30 0.56 3/179 1450
/proc/meminfo: memFree=28929004/32950928 swapFree=67109624/67111528
[pid=1447] ppid=1445 vsize=214948 CPUtime=72.69
/proc/1447/stat : 1447 (pbscip.linux.x8) R 1445 1447 927 0 -1 4202496 51129 0 0 0 6978 291 0 0 25 0 1 0 21620793 220106752 49927 4089446400 4194304 7136930 140735745881104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/1447/statm: 53737 49927 394 719 0 53016 0
Current children cumulated CPU time (s) 72.69
Current children cumulated vsize (KiB) 214948

[startup+73.5011 s]
/proc/loadavg: 1.99 1.30 0.56 3/179 1450
/proc/meminfo: memFree=28929004/32950928 swapFree=67109624/67111528
[pid=1447] ppid=1445 vsize=216044 CPUtime=73.5
/proc/1447/stat : 1447 (pbscip.linux.x8) R 1445 1447 927 0 -1 4202496 51347 0 0 0 7057 293 0 0 25 0 1 0 21620793 221229056 50145 4089446400 4194304 7136930 140735745881104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/1447/statm: 54011 50145 394 719 0 53290 0
Current children cumulated CPU time (s) 73.5
Current children cumulated vsize (KiB) 216044

[startup+73.901 s]
/proc/loadavg: 1.99 1.30 0.56 3/179 1450
/proc/meminfo: memFree=28927268/32950928 swapFree=67109624/67111528
[pid=1447] ppid=1445 vsize=200292 CPUtime=73.9
/proc/1447/stat : 1447 (pbscip.linux.x8) R 1445 1447 927 0 -1 4202496 51347 0 0 0 7096 294 0 0 25 0 1 0 21620793 205099008 46207 4089446400 4194304 7136930 140735745881104 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/1447/statm: 50073 46207 394 719 0 49352 0
Current children cumulated CPU time (s) 73.9
Current children cumulated vsize (KiB) 200292

Child status: 0
Real time (s): 73.9957
CPU time (s): 73.9968
CPU user time (s): 71.0432
CPU system time (s): 2.95355
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 216044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.0432
system time used= 2.95355
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51360
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 49

runsolver used 0.107983 second user time and 0.26096 second system time

The end

Launcher Data

Begin job on node126 at 2010-07-07 22:21:13
IDJOB=2700130
IDBENCH=79402
IDSOLVER=1206
FILE ID=node126/2700130-1278534073
PBS_JOBID= 11239226
Free space on /tmp= 73532 MiB

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

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

MD5SUM BENCH= 0a308225f12d2c01751496daa1233c60
RANDOM SEED=1307867296

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29182120 kB
Buffers:        103192 kB
Cached:        3282948 kB
SwapCached:       1140 kB
Active:         857244 kB
Inactive:      2762160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29182120 kB
SwapTotal:    67111528 kB
SwapFree:     67109624 kB
Dirty:            3156 kB
Writeback:           0 kB
AnonPages:      231552 kB
Mapped:          16288 kB
Slab:            85588 kB
PageTables:       5168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   380244 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= 73532 MiB
End job on node126 at 2010-07-07 22:22:27