Trace number 2700034

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 solverMSAT (TO) 1802.03 1802.08

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh307_wcsp.wbo
MD5SUM944c5e420229bce90a366c23629af03a
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark540
Best CPU time to get the best result obtained on this benchmark2.22266
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-2700034-1278533909.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.03	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.03/0.06	c    (0.0s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.03/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.03/0.06	c presolving (3 rounds):
0.03/0.06	c  100 deleted vars, 101 deleted constraints, 900 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.06	c  1100 implications, 0 cliques
0.03/0.06	c presolved problem has 1900 variables (1000 bin, 0 int, 0 impl, 900 cont) and 1800 constraints
0.03/0.06	c     900 constraints of type <indicator>
0.03/0.06	c     900 constraints of type <linear>
0.03/0.06	c transformed objective value is always integral (scale: 1)
0.03/0.06	c Presolving Time: 0.04
0.03/0.06	c - non default parameters ----------------------------------------------------------------------
0.03/0.06	c # SCIP version 1.2.1.2
0.03/0.06	c 
0.03/0.06	c # frequency for displaying node information lines
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.06	c display/freq = 10000
0.03/0.06	c 
0.03/0.06	c # maximal time in seconds to run
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.06	c limits/time = 1799.99
0.03/0.06	c 
0.03/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.06	c limits/memory = 3420
0.03/0.06	c 
0.03/0.06	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c lp/solvefreq = -1
0.03/0.06	c 
0.03/0.06	c # should presolving try to simplify inequalities
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.06	c constraints/linear/simplifyinequalities = TRUE
0.03/0.06	c 
0.03/0.06	c # should presolving try to simplify knapsacks
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.03/0.06	c 
0.03/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.06	c separating/rapidlearning/freq = 0
0.03/0.06	c 
0.03/0.06	c -----------------------------------------------------------------------------------------------
0.03/0.06	c start solving
0.03/0.06	c 
0.03/0.06	o 444854
0.03/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.03/0.06	c t 0.0s|     1 |     0 |     0 |     - |6450k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.03/0.06	c   0.0s|     1 |     2 |     0 |     - |6402k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.49/0.58	o 11597
0.49/0.58	c * 0.5s|  4366 |  3922 |     0 |   0.0 |8517k| 905 |   - |1900 |1863 |   0 |   0 |   0 |  63 |   0 | 1.000000e+00 | 1.159700e+04 |  Large 
1.79/1.87	c   1.6s| 10000 |  8960 |     0 |   0.0 |  12M| 905 |   - |1900 |4794 |   0 |   0 |   0 |3268 |   0 | 1.000000e+00 | 1.159700e+04 |  Large 
4.40/4.41	c   3.9s| 20000 | 17635 |     0 |   0.0 |  19M| 905 |   - |1900 |5621 |   0 |   0 |   0 |  10k|   0 | 1.000000e+00 | 1.159700e+04 |  Large 
5.99/6.01	o 11363
5.99/6.01	c * 5.3s| 26287 | 22878 |     0 |   0.0 |  23M| 905 |   - |1900 |6289 |   0 |   0 |   0 |  15k|   0 | 1.000000e+00 | 1.136300e+04 |  Large 
6.99/7.03	c   6.2s| 30000 | 26043 |     0 |   0.0 |  25M| 905 |   - |1900 |5989 |   0 |   0 |   0 |  18k|   0 | 1.000000e+00 | 1.136300e+04 |  Large 
9.59/9.60	c   8.6s| 40000 | 34761 |     0 |   0.0 |  31M| 905 |   - |1900 |6559 |   0 |   0 |   0 |  26k|   0 | 1.000000e+00 | 1.136300e+04 |  Large 
12.19/12.28	c  11.0s| 50000 | 43346 |     0 |   0.0 |  37M| 905 |   - |1900 |7573 |   0 |   0 |   0 |  34k|   0 | 1.000000e+00 | 1.136300e+04 |  Large 
14.30/14.32	o 11232
14.30/14.32	c *12.8s| 57525 | 49564 |     0 |   0.0 |  41M| 905 |   - |1900 |8689 |   0 |   0 |   0 |  40k|   0 | 1.000000e+00 | 1.123200e+04 |  Large 
14.99/15.00	c  13.5s| 60000 | 51687 |     0 |   0.0 |  43M| 905 |   - |1900 |9120 |   0 |   0 |   0 |  42k|   0 | 1.000000e+00 | 1.123200e+04 |  Large 
15.40/15.45	o 11064
15.40/15.45	c *13.9s| 61658 | 52732 |     0 |   0.0 |  43M| 905 |   - |1900 |9489 |   0 |   0 |   0 |  43k|   0 | 1.000000e+00 | 1.106400e+04 |  Large 
15.40/15.45	o 10977
15.40/15.45	c *13.9s| 61659 | 52521 |     0 |   0.0 |  43M| 905 |   - |1900 |9489 |   0 |   0 |   0 |  43k|   0 | 1.000000e+00 | 1.097700e+04 |  Large 
17.79/17.84	c  16.1s| 70000 | 59576 |     0 |   0.0 |  48M| 905 |   - |1900 |  10k|   0 |   0 |   0 |  50k|   0 | 1.000000e+00 | 1.097700e+04 |  Large 
20.59/20.65	c  18.6s| 80000 | 68153 |     0 |   0.0 |  54M| 905 |   - |1900 |  11k|   0 |   0 |   0 |  59k|   0 | 1.000000e+00 | 1.097700e+04 |  Large 
23.48/23.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.48/23.53	c  21.3s| 90000 | 76619 |     0 |   0.0 |  61M| 905 |   - |1900 |  12k|   0 |   0 |   0 |  68k|   0 | 1.000000e+00 | 1.097700e+04 |  Large 
24.69/24.79	o 10945
24.69/24.79	c *22.4s| 94235 | 80058 |     0 |   0.0 |  63M| 905 |   - |1900 |  13k|   0 |   0 |   0 |  72k|   0 | 1.000000e+00 | 1.094500e+04 |  Large 
26.49/26.59	c  24.1s|100000 | 84915 |     0 |   0.0 |  66M| 905 |   - |1900 |  10k|   0 |   0 |   0 |  77k|   0 | 1.000000e+00 | 1.094500e+04 |  Large 
29.49/29.54	c  26.8s|110000 | 93486 |     0 |   0.0 |  72M| 905 |   - |1900 |  10k|   0 |   0 |   0 |  85k|   0 | 1.000000e+00 | 1.094500e+04 |  Large 
31.49/31.58	o 10859
31.49/31.58	c *28.6s|116811 | 98979 |     0 |   0.0 |  75M| 905 |   - |1900 |  11k|   0 |   0 |   0 |  91k|   0 | 1.000000e+00 | 1.085900e+04 |  Large 
32.49/32.51	c  29.5s|120000 |101714 |     0 |   0.0 |  77M| 905 |   - |1900 |  11k|   0 |   0 |   0 |  94k|   0 | 1.000000e+00 | 1.085900e+04 |  Large 
35.49/35.56	c  32.3s|130000 |110192 |     0 |   0.0 |  83M| 905 |   - |1900 |  12k|   0 |   0 |   0 | 103k|   0 | 1.000000e+00 | 1.085900e+04 |  Large 
38.68/38.73	c  35.2s|140000 |118553 |     0 |   0.0 |  90M| 905 |   - |1900 |  14k|   0 |   0 |   0 | 112k|   0 | 1.000000e+00 | 1.085900e+04 |  Large 
41.89/41.90	c  38.1s|150000 |127044 |     0 |   0.0 |  96M| 905 |   - |1900 |  15k|   0 |   0 |   0 | 121k|   0 | 1.000000e+00 | 1.085900e+04 |  Large 
43.29/43.37	o 10788
43.29/43.37	c *39.5s|154573 |130626 |     0 |   0.0 |  98M| 905 |   - |1900 |  16k|   0 |   0 |   0 | 125k|   0 | 1.000000e+00 | 1.078800e+04 |  Large 
43.29/43.37	o 10683
43.29/43.37	c *39.5s|154574 |130163 |     0 |   0.0 |  97M| 905 |   - |1900 |  16k|   0 |   0 |   0 | 125k|   0 | 1.000000e+00 | 1.068300e+04 |  Large 
44.19/44.23	o 10549
44.19/44.23	c *40.3s|157210 |131636 |     0 |   0.0 |  97M| 905 |   - |1900 |  16k|   0 |   0 |   0 | 127k|   0 | 1.000000e+00 | 1.054900e+04 |  Large 
44.19/44.24	o 10265
44.19/44.24	c *40.3s|157218 |129647 |     0 |   0.0 |  93M| 905 |   - |1900 |  16k|   0 |   0 |   0 | 127k|   0 | 1.000000e+00 | 1.026500e+04 |  Large 
45.09/45.17	c  41.2s|160000 |132002 |     0 |   0.0 |  95M| 905 |   - |1900 |  16k|   0 |   0 |   0 | 129k|   0 | 1.000000e+00 | 1.026500e+04 |  Large 
48.49/48.58	c  44.3s|170000 |140531 |     0 |   0.0 | 101M| 905 |   - |1900 |  18k|   0 |   0 |   0 | 138k|   0 | 1.000000e+00 | 1.026500e+04 |  Large 
49.09/49.13	o 10214
49.09/49.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.09/49.13	c *44.8s|171640 |141515 |     0 |   0.0 | 102M| 905 |   - |1900 |  18k|   0 |   0 |   0 | 139k|   0 | 1.000000e+00 | 1.021400e+04 |  Large 
51.98/52.05	c  47.5s|180000 |148582 |     0 |   0.0 | 107M| 905 |   - |1900 |  19k|   0 |   0 |   0 | 147k|   0 | 1.000000e+00 | 1.021400e+04 |  Large 
52.80/52.87	o 10079
52.80/52.87	c *48.3s|182376 |149437 |     0 |   0.0 | 106M| 905 |   - |1900 |  20k|   0 |   0 |   0 | 149k|   0 | 1.000000e+00 | 1.007900e+04 |  Large 
55.49/55.56	o 10057
55.49/55.56	c *50.8s|189540 |155132 |     0 |   0.0 | 111M| 905 |   - |1900 |  21k|   0 |   0 |   0 | 156k|   0 | 1.000000e+00 | 1.005700e+04 |  Large 
55.68/55.72	c  51.0s|190000 |155531 |     0 |   0.0 | 111M| 905 |   - |1900 |  21k|   0 |   0 |   0 | 156k|   0 | 1.000000e+00 | 1.005700e+04 |  Large 
59.49/59.52	c  54.5s|200000 |163858 |     0 |   0.0 | 118M| 905 |   - |1900 |  23k|   0 |   0 |   0 | 166k|   0 | 1.000000e+00 | 1.005700e+04 |  Large 
62.09/62.15	o 10026
62.09/62.15	c *57.0s|206810 |169185 |     0 |   0.0 | 122M| 905 |   - |1900 |  24k|   0 |   0 |   0 | 173k|   0 | 1.000000e+00 | 1.002600e+04 |  Large 
63.38/63.42	c  58.2s|210000 |171799 |     0 |   0.0 | 124M| 905 |   - |1900 |  25k|   0 |   0 |   0 | 176k|   0 | 1.000000e+00 | 1.002600e+04 |  Large 
64.99/65.03	o 9787
64.99/65.03	c *59.7s|214033 |171901 |     0 |   0.0 | 121M| 905 |   - |1900 |  25k|   0 |   0 |   0 | 180k|   0 | 1.000000e+00 | 9.787000e+03 |  Large 
67.48/67.50	c  62.0s|220000 |176786 |     0 |   0.0 | 125M| 905 |   - |1900 |  27k|   0 |   0 |   0 | 186k|   0 | 1.000000e+00 | 9.787000e+03 |  Large 
71.40/71.40	c  65.7s|230000 |185393 |     0 |   0.0 | 130M| 905 |   - |1900 |  23k|   0 |   0 |   0 | 195k|   0 | 1.000000e+00 | 9.787000e+03 |  Large 
75.08/75.16	c  69.2s|240000 |193867 |     0 |   0.0 | 137M| 905 |   - |1900 |  25k|   0 |   0 |   0 | 204k|   0 | 1.000000e+00 | 9.787000e+03 |  Large 
78.89/78.95	c  72.7s|250000 |202338 |     0 |   0.0 | 143M| 905 |   - |1900 |  26k|   0 |   0 |   0 | 212k|   0 | 1.000000e+00 | 9.787000e+03 |  Large 
82.79/82.80	c  76.3s|260000 |210753 |     0 |   0.0 | 149M| 905 |   - |1900 |  27k|   0 |   0 |   0 | 222k|   0 | 1.000000e+00 | 9.787000e+03 |  Large 
86.48/86.52	o 9775
86.48/86.52	c *79.8s|269009 |218052 |     0 |   0.0 | 155M| 905 |   - |1900 |  29k|   0 |   0 |   0 | 230k|   0 | 1.000000e+00 | 9.775000e+03 |  Large 
86.89/86.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
86.89/86.94	c  80.2s|270000 |218864 |     0 |   0.0 | 156M| 905 |   - |1900 |  29k|   0 |   0 |   0 | 231k|   0 | 1.000000e+00 | 9.775000e+03 |  Large 
91.29/91.39	c  84.4s|280000 |227048 |     0 |   0.0 | 162M| 905 |   - |1900 |  30k|   0 |   0 |   0 | 242k|   0 | 1.000000e+00 | 9.775000e+03 |  Large 
95.89/95.95	c  88.7s|290000 |235177 |     0 |   0.0 | 168M| 905 |   - |1900 |  31k|   0 |   0 |   0 | 253k|   0 | 1.000000e+00 | 9.775000e+03 |  Large 
97.28/97.37	o 9573
97.28/97.37	c *90.0s|293035 |234686 |     0 |   0.0 | 166M| 905 |   - |1900 |  32k|   0 |   0 |   0 | 256k|   0 | 1.000000e+00 | 9.573000e+03 |  Large 
100.48/100.58	c  93.1s|300000 |240269 |     0 |   0.0 | 170M| 905 |   - |1900 |  33k|   0 |   0 |   0 | 264k|   0 | 1.000000e+00 | 9.573000e+03 |  Large 
105.09/105.17	c  97.4s|310000 |248310 |     0 |   0.0 | 175M| 905 |   - |1900 |  31k|   0 |   0 |   0 | 276k|   0 | 1.000000e+00 | 9.573000e+03 |  Large 
108.98/109.06	c   101s|320000 |256465 |     0 |   0.0 | 181M| 905 |   - |1900 |  30k|   0 |   0 |   0 | 286k|   0 | 1.000000e+00 | 9.573000e+03 |  Large 
113.39/113.48	c   105s|330000 |264805 |     0 |   0.0 | 186M| 905 |   - |1900 |  23k|   0 |   0 |   0 | 296k|   0 | 1.000000e+00 | 9.573000e+03 |  Large 
117.79/117.86	c   109s|340000 |273188 |     0 |   0.0 | 192M| 905 |   - |1900 |  23k|   0 |   0 |   0 | 305k|   0 | 1.000000e+00 | 9.573000e+03 |  Large 
122.19/122.27	c   114s|350000 |281559 |     0 |   0.0 | 198M| 905 |   - |1900 |  24k|   0 |   0 |   0 | 314k|   0 | 1.000000e+00 | 9.573000e+03 |  Large 
126.79/126.82	c   118s|360000 |289865 |     0 |   0.0 | 205M| 905 |   - |1900 |  25k|   0 |   0 |   0 | 324k|   0 | 1.000000e+00 | 9.573000e+03 |  Large 
131.49/131.50	c   122s|370000 |298162 |     0 |   0.0 | 212M| 905 |   - |1900 |  27k|   0 |   0 |   0 | 334k|   0 | 1.000000e+00 | 9.573000e+03 |  Large 
135.98/136.03	c   127s|380000 |306622 |     0 |   0.0 | 217M| 905 |   - |1900 |  27k|   0 |   0 |   0 | 343k|   0 | 1.000000e+00 | 9.573000e+03 |  Large 
140.48/140.56	c   131s|390000 |315130 |     0 |   0.0 | 224M| 905 |   - |1900 |  28k|   0 |   0 |   0 | 351k|   0 | 1.000000e+00 | 9.573000e+03 |  Large 
143.39/143.44	o 9571
143.39/143.44	c * 134s|396193 |320345 |     0 |   0.0 | 227M| 905 |   - |1900 |  29k|   0 |   0 |   0 | 357k|   0 | 1.000000e+00 | 9.571000e+03 |  Large 
145.19/145.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.19/145.23	c   135s|400000 |323537 |     0 |   0.0 | 230M| 905 |   - |1900 |  29k|   0 |   0 |   0 | 360k|   0 | 1.000000e+00 | 9.571000e+03 |  Large 
149.98/150.02	c   140s|410000 |331914 |     0 |   0.0 | 236M| 905 |   - |1900 |  31k|   0 |   0 |   0 | 370k|   0 | 1.000000e+00 | 9.571000e+03 |  Large 
155.09/155.16	c   145s|420000 |340164 |     0 |   0.0 | 242M| 905 |   - |1900 |  32k|   0 |   0 |   0 | 380k|   0 | 1.000000e+00 | 9.571000e+03 |  Large 
160.09/160.18	c   149s|430000 |348639 |     0 |   0.0 | 248M| 905 |   - |1900 |  32k|   0 |   0 |   0 | 389k|   0 | 1.000000e+00 | 9.571000e+03 |  Large 
165.18/165.22	c   154s|440000 |357088 |     0 |   0.0 | 255M| 905 |   - |1900 |  34k|   0 |   0 |   0 | 398k|   0 | 1.000000e+00 | 9.571000e+03 |  Large 
170.28/170.39	c   159s|450000 |365589 |     0 |   0.0 | 261M| 905 |   - |1900 |  34k|   0 |   0 |   0 | 407k|   0 | 1.000000e+00 | 9.571000e+03 |  Large 
175.78/175.87	c   164s|460000 |373862 |     0 |   0.0 | 267M| 905 |   - |1900 |  35k|   0 |   0 |   0 | 417k|   0 | 1.000000e+00 | 9.571000e+03 |  Large 
181.29/181.30	c   170s|470000 |382220 |     0 |   0.0 | 273M| 905 |   - |1900 |  36k|   0 |   0 |   0 | 426k|   0 | 1.000000e+00 | 9.571000e+03 |  Large 
186.08/186.20	o 9391
186.08/186.20	c * 174s|478668 |385930 |     0 |   0.0 | 273M| 905 |   - |1900 |  38k|   0 |   0 |   0 | 435k|   0 | 1.000000e+00 | 9.391000e+03 |  Large 
186.79/186.89	c   175s|480000 |387051 |     0 |   0.0 | 274M| 905 |   - |1900 |  38k|   0 |   0 |   0 | 436k|   0 | 1.000000e+00 | 9.391000e+03 |  Large 
192.78/192.80	c   181s|490000 |395400 |     0 |   0.0 | 280M| 905 |   - |1900 |  39k|   0 |   0 |   0 | 446k|   0 | 1.000000e+00 | 9.391000e+03 |  Large 
198.58/198.69	c   186s|500000 |403667 |     0 |   0.0 | 286M| 905 |   - |1900 |  40k|   0 |   0 |   0 | 456k|   0 | 1.000000e+00 | 9.391000e+03 |  Large 
204.68/204.73	o 9309
204.68/204.73	c * 192s|509949 |410025 |     0 |   0.0 | 289M| 905 |   - |1900 |  40k|   0 |   0 |   0 | 466k|   0 | 1.000000e+00 | 9.309000e+03 |  Large 
204.68/204.78	c   192s|510000 |410064 |     0 |   0.0 | 289M| 905 |   - |1900 |  40k|   0 |   0 |   0 | 466k|   0 | 1.000000e+00 | 9.309000e+03 |  Large 
210.98/211.09	c   198s|520000 |418128 |     0 |   0.0 | 295M| 905 |   - |1900 |  42k|   0 |   0 |   0 | 477k|   0 | 1.000000e+00 | 9.309000e+03 |  Large 
217.58/217.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
217.58/217.65	c   204s|530000 |426161 |     0 |   0.0 | 302M| 905 |   - |1900 |  44k|   0 |   0 |   0 | 489k|   0 | 1.000000e+00 | 9.309000e+03 |  Large 
224.29/224.33	c   211s|540000 |434308 |     0 |   0.0 | 308M| 905 |   - |1900 |  45k|   0 |   0 |   0 | 500k|   0 | 1.000000e+00 | 9.309000e+03 |  Large 
225.28/225.39	o 9242
225.28/225.39	c * 212s|541510 |434019 |     0 |   0.0 | 306M| 905 |   - |1900 |  45k|   0 |   0 |   0 | 501k|   0 | 1.000000e+00 | 9.242000e+03 |  Large 
228.79/228.87	o 9134
228.79/228.87	c * 215s|546444 |435341 |     0 |   0.0 | 305M| 905 |   - |1900 |  46k|   0 |   0 |   0 | 507k|   0 | 1.000000e+00 | 9.134000e+03 |  Large 
231.48/231.55	c   218s|550000 |438158 |     0 |   0.0 | 308M| 905 |   - |1900 |  47k|   0 |   0 |   0 | 511k|   0 | 1.000000e+00 | 9.134000e+03 |  Large 
238.18/238.27	c   224s|560000 |446221 |     0 |   0.0 | 314M| 905 |   - |1900 |  48k|   0 |   0 |   0 | 522k|   0 | 1.000000e+00 | 9.134000e+03 |  Large 
245.18/245.21	c   231s|570000 |454307 |     0 |   0.0 | 320M| 905 |   - |1900 |  50k|   0 |   0 |   0 | 533k|   0 | 1.000000e+00 | 9.134000e+03 |  Large 
251.98/252.05	c   237s|580000 |462523 |     0 |   0.0 | 327M| 905 |   - |1900 |  52k|   0 |   0 |   0 | 543k|   0 | 1.000000e+00 | 9.134000e+03 |  Large 
259.08/259.10	c   244s|590000 |470707 |     0 |   0.0 | 333M| 905 |   - |1900 |  53k|   0 |   0 |   0 | 554k|   0 | 1.000000e+00 | 9.134000e+03 |  Large 
265.88/265.92	c   251s|600000 |478925 |     0 |   0.0 | 339M| 905 |   - |1900 |  53k|   0 |   0 |   0 | 565k|   0 | 1.000000e+00 | 9.134000e+03 |  Large 
272.48/272.54	c   257s|610000 |487104 |     0 |   0.0 | 345M| 905 |   - |1900 |  55k|   0 |   0 |   0 | 575k|   0 | 1.000000e+00 | 9.134000e+03 |  Large 
279.18/279.21	c   264s|620000 |495120 |     0 |   0.0 | 351M| 905 |   - |1900 |  54k|   0 |   0 |   0 | 587k|   0 | 1.000000e+00 | 9.134000e+03 |  Large 
285.78/285.85	c   270s|630000 |503681 |     0 |   0.0 | 357M| 905 |   - |1900 |  51k|   0 |   0 |   0 | 595k|   0 | 1.000000e+00 | 9.134000e+03 |  Large 
292.38/292.48	c   276s|640000 |512129 |     0 |   0.0 | 363M| 905 |   - |1900 |  53k|   0 |   0 |   0 | 604k|   0 | 1.000000e+00 | 9.134000e+03 |  Large 
298.98/299.06	c   283s|650000 |520541 |     0 |   0.0 | 370M| 905 |   - |1900 |  54k|   0 |   0 |   0 | 614k|   0 | 1.000000e+00 | 9.134000e+03 |  Large 
305.88/305.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
305.88/305.98	c   289s|660000 |528855 |     0 |   0.0 | 376M| 905 |   - |1900 |  55k|   0 |   0 |   0 | 623k|   0 | 1.000000e+00 | 9.134000e+03 |  Large 
312.58/312.62	c   296s|670000 |536976 |     0 |   0.0 | 382M| 905 |   - |1900 |  56k|   0 |   0 |   0 | 634k|   0 | 1.000000e+00 | 9.134000e+03 |  Large 
319.18/319.25	c   302s|680000 |545218 |     0 |   0.0 | 388M| 905 |   - |1900 |  57k|   0 |   0 |   0 | 644k|   0 | 1.000000e+00 | 9.134000e+03 |  Large 
325.49/325.55	c   308s|690000 |553599 |     0 |   0.0 | 395M| 905 |   - |1900 |  59k|   0 |   0 |   0 | 653k|   0 | 1.000000e+00 | 9.134000e+03 |  Large 
332.48/332.51	o 9016
332.48/332.51	c * 315s|699364 |557868 |     0 |   0.0 | 395M| 905 |   - |1900 |  60k|   0 |   0 |   0 | 663k|   0 | 1.000000e+00 | 9.016000e+03 |  Large 
332.88/332.91	c   315s|700000 |558400 |     0 |   0.0 | 395M| 905 |   - |1900 |  60k|   0 |   0 |   0 | 664k|   0 | 1.000000e+00 | 9.016000e+03 |  Large 
339.79/339.86	c   322s|710000 |566714 |     0 |   0.0 | 401M| 905 |   - |1900 |  61k|   0 |   0 |   0 | 674k|   0 | 1.000000e+00 | 9.016000e+03 |  Large 
346.78/346.80	c   329s|720000 |574861 |     0 |   0.0 | 407M| 905 |   - |1900 |  62k|   0 |   0 |   0 | 684k|   0 | 1.000000e+00 | 9.016000e+03 |  Large 
353.78/353.85	c   336s|730000 |583146 |     0 |   0.0 | 414M| 905 |   - |1900 |  64k|   0 |   0 |   0 | 694k|   0 | 1.000000e+00 | 9.016000e+03 |  Large 
361.08/361.13	c   343s|740000 |591293 |     0 |   0.0 | 420M| 905 |   - |1900 |  64k|   0 |   0 |   0 | 705k|   0 | 1.000000e+00 | 9.016000e+03 |  Large 
367.98/368.07	c   349s|750000 |599435 |     0 |   0.0 | 426M| 905 |   - |1900 |  66k|   0 |   0 |   0 | 716k|   0 | 1.000000e+00 | 9.016000e+03 |  Large 
372.18/372.21	o 8849
372.18/372.21	c * 353s|755630 |598551 |     0 |   0.0 | 420M| 905 |   - |1900 |  66k|   0 |   0 |   0 | 722k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
375.38/375.43	c   356s|760000 |602080 |     0 |   0.0 | 422M| 905 |   - |1900 |  67k|   0 |   0 |   0 | 727k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
383.38/383.41	c   364s|770000 |610107 |     0 |   0.0 | 429M| 905 |   - |1900 |  69k|   0 |   0 |   0 | 739k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
390.48/390.57	c   371s|780000 |618164 |     0 |   0.0 | 436M| 905 |   - |1900 |  70k|   0 |   0 |   0 | 750k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
398.18/398.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
398.18/398.21	c   378s|790000 |626057 |     0 |   0.0 | 442M| 905 |   - |1900 |  72k|   0 |   0 |   0 | 762k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
406.28/406.30	c   386s|800000 |634000 |     0 |   0.0 | 449M| 905 |   - |1900 |  74k|   0 |   0 |   0 | 774k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
414.27/414.34	c   394s|810000 |641879 |     0 |   0.0 | 456M| 905 |   - |1900 |  75k|   0 |   0 |   0 | 787k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
422.38/422.49	c   402s|820000 |649905 |     0 |   0.0 | 460M| 905 |   - |1900 |  70k|   0 |   0 |   0 | 798k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
429.27/429.32	c   408s|830000 |657697 |     0 |   0.0 | 467M| 905 |   - |1900 |  72k|   0 |   0 |   0 | 811k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
436.17/436.27	c   415s|840000 |665589 |     0 |   0.0 | 472M| 905 |   - |1900 |  67k|   0 |   0 |   0 | 823k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
444.17/444.25	c   423s|850000 |673932 |     0 |   0.0 | 476M| 905 |   - |1900 |  58k|   0 |   0 |   0 | 832k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
452.47/452.55	c   431s|860000 |682228 |     0 |   0.0 | 482M| 905 |   - |1900 |  60k|   0 |   0 |   0 | 842k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
460.88/460.93	c   439s|870000 |690574 |     0 |   0.0 | 489M| 905 |   - |1900 |  60k|   0 |   0 |   0 | 852k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
469.58/469.68	c   448s|880000 |698889 |     0 |   0.0 | 495M| 905 |   - |1900 |  61k|   0 |   0 |   0 | 861k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
478.17/478.23	c   456s|890000 |707296 |     0 |   0.0 | 502M| 905 |   - |1900 |  63k|   0 |   0 |   0 | 870k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
486.48/486.54	c   464s|900000 |715710 |     0 |   0.0 | 508M| 905 |   - |1900 |  64k|   0 |   0 |   0 | 880k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
495.27/495.35	c   472s|910000 |724066 |     0 |   0.0 | 514M| 905 |   - |1900 |  65k|   0 |   0 |   0 | 889k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
504.47/504.51	c   481s|920000 |732204 |     0 |   0.0 | 521M| 905 |   - |1900 |  67k|   0 |   0 |   0 | 900k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
514.17/514.24	c   491s|930000 |740250 |     0 |   0.0 | 527M| 905 |   - |1900 |  69k|   0 |   0 |   0 | 911k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
523.48/523.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
523.48/523.56	c   500s|940000 |748478 |     0 |   0.0 | 533M| 905 |   - |1900 |  70k|   0 |   0 |   0 | 921k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
532.98/533.04	c   509s|950000 |756836 |     0 |   0.0 | 539M| 905 |   - |1900 |  70k|   0 |   0 |   0 | 931k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
542.28/542.32	c   518s|960000 |765169 |     0 |   0.0 | 546M| 905 |   - |1900 |  71k|   0 |   0 |   0 | 940k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
552.37/552.43	c   528s|970000 |773221 |     0 |   0.0 | 552M| 905 |   - |1900 |  74k|   0 |   0 |   0 | 951k|   0 | 1.000000e+00 | 8.849000e+03 |  Large 
555.87/555.95	o 8672
555.87/555.95	c * 531s|973446 |767822 |     0 |   0.0 | 539M| 905 |   - |1900 |  74k|   0 |   0 |   0 | 955k|   0 | 1.000000e+00 | 8.672000e+03 |  Large 
562.58/562.61	c   538s|980000 |773183 |     0 |   0.0 | 543M| 905 |   - |1900 |  75k|   0 |   0 |   0 | 962k|   0 | 1.000000e+00 | 8.672000e+03 |  Large 
563.47/563.58	o 8638
563.47/563.58	c * 539s|980958 |772300 |     0 |   0.0 | 540M| 905 |   - |1900 |  75k|   0 |   0 |   0 | 963k|   0 | 1.000000e+00 | 8.638000e+03 |  Large 
572.67/572.70	c   548s|990000 |779809 |     0 |   0.0 | 546M| 905 |   - |1900 |  75k|   0 |   0 |   0 | 972k|   0 | 1.000000e+00 | 8.638000e+03 |  Large 
582.67/582.79	c   558s|  1000k|788084 |     0 |   0.0 | 552M| 905 |   - |1900 |  76k|   0 |   0 |   0 | 981k|   0 | 1.000000e+00 | 8.638000e+03 |  Large 
592.47/592.54	c   567s|  1010k|796452 |     0 |   0.0 | 558M| 905 |   - |1900 |  77k|   0 |   0 |   0 | 991k|   0 | 1.000000e+00 | 8.638000e+03 |  Large 
603.97/604.08	c   578s|  1020k|804477 |     0 |   0.0 | 566M| 905 |   - |1900 |  80k|   0 |   0 |   0 |1002k|   0 | 1.000000e+00 | 8.638000e+03 |  Large 
614.78/614.81	c   589s|  1030k|812645 |     0 |   0.0 | 572M| 905 |   - |1900 |  82k|   0 |   0 |   0 |1012k|   0 | 1.000000e+00 | 8.638000e+03 |  Large 
625.17/625.29	c   599s|  1040k|821070 |     0 |   0.0 | 578M| 905 |   - |1900 |  83k|   0 |   0 |   0 |1021k|   0 | 1.000000e+00 | 8.638000e+03 |  Large 
635.97/636.03	c   610s|  1050k|829317 |     0 |   0.0 | 584M| 905 |   - |1900 |  84k|   0 |   0 |   0 |1032k|   0 | 1.000000e+00 | 8.638000e+03 |  Large 
646.77/646.88	c   620s|  1060k|837547 |     0 |   0.0 | 591M| 905 |   - |1900 |  85k|   0 |   0 |   0 |1042k|   0 | 1.000000e+00 | 8.638000e+03 |  Large 
658.07/658.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
658.07/658.11	c   631s|  1070k|845775 |     0 |   0.0 | 597M| 905 |   - |1900 |  86k|   0 |   0 |   0 |1052k|   0 | 1.000000e+00 | 8.638000e+03 |  Large 
667.47/667.51	o 8629
667.47/667.51	c * 640s|  1078k|851928 |     0 |   0.0 | 601M| 905 |   - |1900 |  87k|   0 |   0 |   0 |1060k|   0 | 1.000000e+00 | 8.629000e+03 |  Large 
669.67/669.79	c   643s|  1080k|853444 |     0 |   0.0 | 602M| 905 |   - |1900 |  87k|   0 |   0 |   0 |1062k|   0 | 1.000000e+00 | 8.629000e+03 |  Large 
682.27/682.38	c   655s|  1090k|861373 |     0 |   0.0 | 610M| 905 |   - |1900 |  90k|   0 |   0 |   0 |1074k|   0 | 1.000000e+00 | 8.629000e+03 |  Large 
691.26/691.30	o 8585
691.26/691.30	c * 664s|  1097k|864523 |     0 |   0.0 | 611M| 905 |   - |1900 |  91k|   0 |   0 |   0 |1082k|   0 | 1.000000e+00 | 8.585000e+03 |  Large 
694.47/694.52	c   667s|  1100k|866742 |     0 |   0.0 | 612M| 905 |   - |1900 |  91k|   0 |   0 |   0 |1085k|   0 | 1.000000e+00 | 8.585000e+03 |  Large 
706.57/706.68	c   679s|  1110k|875058 |     0 |   0.0 | 618M| 905 |   - |1900 |  92k|   0 |   0 |   0 |1094k|   0 | 1.000000e+00 | 8.585000e+03 |  Large 
718.67/718.71	c   690s|  1120k|883241 |     0 |   0.0 | 625M| 905 |   - |1900 |  94k|   0 |   0 |   0 |1105k|   0 | 1.000000e+00 | 8.585000e+03 |  Large 
730.47/730.59	c   702s|  1130k|891505 |     0 |   0.0 | 631M| 905 |   - |1900 |  95k|   0 |   0 |   0 |1115k|   0 | 1.000000e+00 | 8.585000e+03 |  Large 
742.37/742.45	c   714s|  1140k|899785 |     0 |   0.0 | 638M| 905 |   - |1900 |  97k|   0 |   0 |   0 |1125k|   0 | 1.000000e+00 | 8.585000e+03 |  Large 
753.37/753.46	o 8537
753.37/753.46	c * 724s|  1148k|903707 |     0 |   0.0 | 638M| 905 |   - |1900 |  98k|   0 |   0 |   0 |1134k|   0 | 1.000000e+00 | 8.537000e+03 |  Large 
755.27/755.39	c   726s|  1150k|904850 |     0 |   0.0 | 639M| 905 |   - |1900 |  98k|   0 |   0 |   0 |1136k|   0 | 1.000000e+00 | 8.537000e+03 |  Large 
769.07/769.17	c   740s|  1160k|912855 |     0 |   0.0 | 646M| 905 |   - |1900 | 100k|   0 |   0 |   0 |1147k|   0 | 1.000000e+00 | 8.537000e+03 |  Large 
782.16/782.22	c   753s|  1170k|920941 |     0 |   0.0 | 653M| 905 |   - |1900 | 101k|   0 |   0 |   0 |1158k|   0 | 1.000000e+00 | 8.537000e+03 |  Large 
794.97/795.01	c   765s|  1180k|929150 |     0 |   0.0 | 659M| 905 |   - |1900 | 103k|   0 |   0 |   0 |1169k|   0 | 1.000000e+00 | 8.537000e+03 |  Large 
807.67/807.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
807.67/807.70	c   778s|  1190k|937351 |     0 |   0.0 | 665M| 905 |   - |1900 | 104k|   0 |   0 |   0 |1179k|   0 | 1.000000e+00 | 8.537000e+03 |  Large 
820.47/820.58	c   790s|  1200k|945505 |     0 |   0.0 | 672M| 905 |   - |1900 | 105k|   0 |   0 |   0 |1190k|   0 | 1.000000e+00 | 8.537000e+03 |  Large 
833.97/834.02	c   803s|  1210k|953623 |     0 |   0.0 | 679M| 905 |   - |1900 | 107k|   0 |   0 |   0 |1201k|   0 | 1.000000e+00 | 8.537000e+03 |  Large 
846.87/846.99	c   816s|  1220k|961825 |     0 |   0.0 | 685M| 905 |   - |1900 | 108k|   0 |   0 |   0 |1211k|   0 | 1.000000e+00 | 8.537000e+03 |  Large 
861.06/861.12	c   830s|  1230k|969845 |     0 |   0.0 | 692M| 905 |   - |1900 | 109k|   0 |   0 |   0 |1222k|   0 | 1.000000e+00 | 8.537000e+03 |  Large 
874.86/874.94	c   844s|  1240k|977943 |     0 |   0.0 | 698M| 905 |   - |1900 | 110k|   0 |   0 |   0 |1233k|   0 | 1.000000e+00 | 8.537000e+03 |  Large 
888.86/888.93	c   857s|  1250k|986003 |     0 |   0.0 | 704M| 905 |   - |1900 | 112k|   0 |   0 |   0 |1245k|   0 | 1.000000e+00 | 8.537000e+03 |  Large 
903.07/903.15	c   871s|  1260k|994027 |     0 |   0.0 | 711M| 905 |   - |1900 | 114k|   0 |   0 |   0 |1256k|   0 | 1.000000e+00 | 8.537000e+03 |  Large 
917.46/917.50	c   885s|  1270k|  1002k|     0 |   0.0 | 718M| 905 |   - |1900 | 116k|   0 |   0 |   0 |1268k|   0 | 1.000000e+00 | 8.537000e+03 |  Large 
932.17/932.27	c   900s|  1280k|  1009k|     0 |   0.0 | 724M| 905 |   - |1900 | 118k|   0 |   0 |   0 |1279k|   0 | 1.000000e+00 | 8.537000e+03 |  Large 
946.36/946.40	c   914s|  1290k|  1017k|     0 |   0.0 | 730M| 905 |   - |1900 | 120k|   0 |   0 |   0 |1291k|   0 | 1.000000e+00 | 8.537000e+03 |  Large 
961.47/961.54	c   929s|  1300k|  1025k|     0 |   0.0 | 737M| 905 |   - |1900 | 122k|   0 |   0 |   0 |1302k|   0 | 1.000000e+00 | 8.537000e+03 |  Large 
976.47/976.56	c   943s|  1310k|  1034k|     0 |   0.0 | 743M| 905 |   - |1900 | 123k|   0 |   0 |   0 |1313k|   0 | 1.000000e+00 | 8.537000e+03 |  Large 
992.17/992.20	c   959s|  1320k|  1042k|     0 |   0.0 | 750M| 905 |   - |1900 | 125k|   0 |   0 |   0 |1325k|   0 | 1.000000e+00 | 8.537000e+03 |  Large 
995.97/996.07	o 8457
995.97/996.07	c * 963s|  1322k|  1038k|     0 |   0.0 | 742M| 905 |   - |1900 | 125k|   0 |   0 |   0 |1328k|   0 | 1.000000e+00 | 8.457000e+03 |  Large 
1007.27/1007.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1007.27/1007.40	c   974s|  1330k|  1044k|     0 |   0.0 | 747M| 905 |   - |1900 | 127k|   0 |   0 |   0 |1336k|   0 | 1.000000e+00 | 8.457000e+03 |  Large 
1023.16/1023.20	c   989s|  1340k|  1052k|     0 |   0.0 | 754M| 905 |   - |1900 | 129k|   0 |   0 |   0 |1348k|   0 | 1.000000e+00 | 8.457000e+03 |  Large 
1038.86/1038.97	c  1005s|  1350k|  1060k|     0 |   0.0 | 761M| 905 |   - |1900 | 131k|   0 |   0 |   0 |1360k|   0 | 1.000000e+00 | 8.457000e+03 |  Large 
1055.76/1055.85	c  1021s|  1360k|  1068k|     0 |   0.0 | 768M| 905 |   - |1900 | 134k|   0 |   0 |   0 |1371k|   0 | 1.000000e+00 | 8.457000e+03 |  Large 
1071.86/1071.92	c  1037s|  1370k|  1076k|     0 |   0.0 | 775M| 905 |   - |1900 | 136k|   0 |   0 |   0 |1383k|   0 | 1.000000e+00 | 8.457000e+03 |  Large 
1087.46/1087.57	c  1053s|  1380k|  1084k|     0 |   0.0 | 781M| 905 |   - |1900 | 138k|   0 |   0 |   0 |1394k|   0 | 1.000000e+00 | 8.457000e+03 |  Large 
1104.56/1104.63	c  1069s|  1390k|  1091k|     0 |   0.0 | 788M| 905 |   - |1900 | 141k|   0 |   0 |   0 |1407k|   0 | 1.000000e+00 | 8.457000e+03 |  Large 
1121.16/1121.29	c  1086s|  1400k|  1099k|     0 |   0.0 | 795M| 905 |   - |1900 | 143k|   0 |   0 |   0 |1420k|   0 | 1.000000e+00 | 8.457000e+03 |  Large 
1122.46/1122.54	o 8376
1122.46/1122.54	c *1087s|  1400k|  1094k|     0 |   0.0 | 785M| 905 |   - |1900 | 143k|   0 |   0 |   0 |1420k|   0 | 1.000000e+00 | 8.376000e+03 |  Large 
1138.37/1138.45	c  1103s|  1410k|  1101k|     0 |   0.0 | 791M| 905 |   - |1900 | 145k|   0 |   0 |   0 |1432k|   0 | 1.000000e+00 | 8.376000e+03 |  Large 
1156.16/1156.25	c  1120s|  1420k|  1109k|     0 |   0.0 | 798M| 905 |   - |1900 | 147k|   0 |   0 |   0 |1444k|   0 | 1.000000e+00 | 8.376000e+03 |  Large 
1172.05/1172.12	c  1136s|  1430k|  1117k|     0 |   0.0 | 804M| 905 |   - |1900 | 150k|   0 |   0 |   0 |1456k|   0 | 1.000000e+00 | 8.376000e+03 |  Large 
1187.96/1188.03	c  1152s|  1440k|  1125k|     0 |   0.0 | 812M| 905 |   - |1900 | 153k|   0 |   0 |   0 |1468k|   0 | 1.000000e+00 | 8.376000e+03 |  Large 
1205.46/1205.54	c  1169s|  1450k|  1133k|     0 |   0.0 | 818M| 905 |   - |1900 | 155k|   0 |   0 |   0 |1480k|   0 | 1.000000e+00 | 8.376000e+03 |  Large 
1222.16/1222.21	c  1185s|  1460k|  1141k|     0 |   0.0 | 821M| 905 |   - |1900 | 143k|   0 |   0 |   0 |1490k|   0 | 1.000000e+00 | 8.376000e+03 |  Large 
1238.06/1238.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1238.06/1238.11	c  1201s|  1470k|  1149k|     0 |   0.0 | 826M| 905 |   - |1900 | 138k|   0 |   0 |   0 |1500k|   0 | 1.000000e+00 | 8.376000e+03 |  Large 
1249.56/1249.66	o 8282
1249.56/1249.66	c *1212s|  1477k|  1148k|     0 |   0.0 | 818M| 905 |   - |1900 | 139k|   0 |   0 |   0 |1507k|   0 | 1.000000e+00 | 8.282000e+03 |  Large 
1254.25/1254.30	c  1217s|  1480k|  1150k|     0 |   0.0 | 820M| 905 |   - |1900 | 140k|   0 |   0 |   0 |1510k|   0 | 1.000000e+00 | 8.282000e+03 |  Large 
1270.65/1270.78	c  1233s|  1490k|  1158k|     0 |   0.0 | 827M| 905 |   - |1900 | 142k|   0 |   0 |   0 |1520k|   0 | 1.000000e+00 | 8.282000e+03 |  Large 
1286.55/1286.69	c  1249s|  1500k|  1166k|     0 |   0.0 | 834M| 905 |   - |1900 | 144k|   0 |   0 |   0 |1531k|   0 | 1.000000e+00 | 8.282000e+03 |  Large 
1302.26/1302.30	c  1264s|  1510k|  1175k|     0 |   0.0 | 840M| 905 |   - |1900 | 145k|   0 |   0 |   0 |1541k|   0 | 1.000000e+00 | 8.282000e+03 |  Large 
1317.36/1317.43	c  1279s|  1520k|  1183k|     0 |   0.0 | 846M| 905 |   - |1900 | 145k|   0 |   0 |   0 |1551k|   0 | 1.000000e+00 | 8.282000e+03 |  Large 
1333.56/1333.66	c  1295s|  1530k|  1191k|     0 |   0.0 | 852M| 905 |   - |1900 | 147k|   0 |   0 |   0 |1562k|   0 | 1.000000e+00 | 8.282000e+03 |  Large 
1348.35/1348.48	c  1309s|  1540k|  1199k|     0 |   0.0 | 858M| 905 |   - |1900 | 147k|   0 |   0 |   0 |1572k|   0 | 1.000000e+00 | 8.282000e+03 |  Large 
1363.75/1363.82	c  1324s|  1550k|  1207k|     0 |   0.0 | 864M| 905 |   - |1900 | 148k|   0 |   0 |   0 |1583k|   0 | 1.000000e+00 | 8.282000e+03 |  Large 
1379.76/1379.86	c  1340s|  1560k|  1215k|     0 |   0.0 | 870M| 905 |   - |1900 | 149k|   0 |   0 |   0 |1594k|   0 | 1.000000e+00 | 8.282000e+03 |  Large 
1394.76/1394.80	c  1355s|  1570k|  1224k|     0 |   0.0 | 877M| 905 |   - |1900 | 151k|   0 |   0 |   0 |1605k|   0 | 1.000000e+00 | 8.282000e+03 |  Large 
1409.15/1409.21	c  1369s|  1580k|  1232k|     0 |   0.0 | 883M| 905 |   - |1900 | 152k|   0 |   0 |   0 |1615k|   0 | 1.000000e+00 | 8.282000e+03 |  Large 
1420.95/1421.04	o 8188
1420.95/1421.04	c *1381s|  1586k|  1229k|     0 |   0.0 | 874M| 905 |   - |1900 | 153k|   0 |   0 |   0 |1623k|   0 | 1.000000e+00 | 8.188000e+03 |  Large 
1420.95/1421.06	o 8183
1420.95/1421.06	c *1381s|  1586k|  1229k|     0 |   0.0 | 874M| 905 |   - |1900 | 153k|   0 |   0 |   0 |1623k|   0 | 1.000000e+00 | 8.183000e+03 |  Large 
1426.65/1426.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1426.65/1426.77	c  1386s|  1590k|  1231k|     0 |   0.0 | 876M| 905 |   - |1900 | 154k|   0 |   0 |   0 |1627k|   0 | 1.000000e+00 | 8.183000e+03 |  Large 
1442.85/1442.95	c  1402s|  1600k|  1239k|     0 |   0.0 | 882M| 905 |   - |1900 | 155k|   0 |   0 |   0 |1639k|   0 | 1.000000e+00 | 8.183000e+03 |  Large 
1458.35/1458.47	c  1418s|  1610k|  1247k|     0 |   0.0 | 888M| 905 |   - |1900 | 157k|   0 |   0 |   0 |1650k|   0 | 1.000000e+00 | 8.183000e+03 |  Large 
1475.65/1475.70	c  1435s|  1620k|  1255k|     0 |   0.0 | 895M| 905 |   - |1900 | 158k|   0 |   0 |   0 |1663k|   0 | 1.000000e+00 | 8.183000e+03 |  Large 
1492.56/1492.61	c  1451s|  1630k|  1263k|     0 |   0.0 | 901M| 905 |   - |1900 | 159k|   0 |   0 |   0 |1674k|   0 | 1.000000e+00 | 8.183000e+03 |  Large 
1502.25/1502.32	o 8074
1502.25/1502.32	c *1461s|  1635k|  1257k|     0 |   0.0 | 886M| 905 |   - |1900 | 160k|   0 |   0 |   0 |1681k|   0 | 1.000000e+00 | 8.074000e+03 |  Large 
1508.55/1508.68	c  1467s|  1640k|  1260k|     0 |   0.0 | 889M| 905 |   - |1900 | 161k|   0 |   0 |   0 |1686k|   0 | 1.000000e+00 | 8.074000e+03 |  Large 
1526.15/1526.26	c  1484s|  1650k|  1268k|     0 |   0.0 | 896M| 905 |   - |1900 | 162k|   0 |   0 |   0 |1698k|   0 | 1.000000e+00 | 8.074000e+03 |  Large 
1542.75/1542.85	o 8033
1542.75/1542.85	c *1501s|  1659k|  1272k|     0 |   0.0 | 896M| 905 |   - |1900 | 164k|   0 |   0 |   0 |1709k|   0 | 1.000000e+00 | 8.033000e+03 |  Large 
1542.75/1542.88	o 7989
1542.75/1542.88	c *1501s|  1659k|  1267k|     0 |   0.0 | 888M| 905 |   - |1900 | 164k|   0 |   0 |   0 |1709k|   0 | 1.000000e+00 | 7.989000e+03 |  Large 
1543.44/1543.53	c  1501s|  1660k|  1267k|     0 |   0.0 | 888M| 905 |   - |1900 | 164k|   0 |   0 |   0 |1709k|   0 | 1.000000e+00 | 7.989000e+03 |  Large 
1560.75/1560.84	c  1518s|  1670k|  1275k|     0 |   0.0 | 895M| 905 |   - |1900 | 167k|   0 |   0 |   0 |1721k|   0 | 1.000000e+00 | 7.989000e+03 |  Large 
1577.85/1577.97	c  1535s|  1680k|  1283k|     0 |   0.0 | 902M| 905 |   - |1900 | 169k|   0 |   0 |   0 |1734k|   0 | 1.000000e+00 | 7.989000e+03 |  Large 
1594.96/1595.06	c  1552s|  1690k|  1291k|     0 |   0.0 | 909M| 905 |   - |1900 | 171k|   0 |   0 |   0 |1746k|   0 | 1.000000e+00 | 7.989000e+03 |  Large 
1601.25/1601.39	o 7958
1601.25/1601.39	c *1558s|  1693k|  1290k|     0 |   0.0 | 906M| 905 |   - |1900 | 171k|   0 |   0 |   0 |1751k|   0 | 1.000000e+00 | 7.958000e+03 |  Large 
1612.65/1612.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1612.65/1612.78	c  1570s|  1700k|  1295k|     0 |   0.0 | 911M| 905 |   - |1900 | 173k|   0 |   0 |   0 |1759k|   0 | 1.000000e+00 | 7.958000e+03 |  Large 
1631.15/1631.20	c  1588s|  1710k|  1303k|     0 |   0.0 | 917M| 905 |   - |1900 | 175k|   0 |   0 |   0 |1772k|   0 | 1.000000e+00 | 7.958000e+03 |  Large 
1649.35/1649.43	c  1606s|  1720k|  1311k|     0 |   0.0 | 921M| 905 |   - |1900 | 169k|   0 |   0 |   0 |1784k|   0 | 1.000000e+00 | 7.958000e+03 |  Large 
1669.25/1669.39	c  1625s|  1730k|  1319k|     0 |   0.0 | 923M| 905 |   - |1900 | 161k|   0 |   0 |   0 |1795k|   0 | 1.000000e+00 | 7.958000e+03 |  Large 
1686.65/1686.73	c  1642s|  1740k|  1326k|     0 |   0.0 | 930M| 905 |   - |1900 | 162k|   0 |   0 |   0 |1809k|   0 | 1.000000e+00 | 7.958000e+03 |  Large 
1701.95/1702.02	c  1657s|  1750k|  1334k|     0 |   0.0 | 937M| 905 |   - |1900 | 164k|   0 |   0 |   0 |1823k|   0 | 1.000000e+00 | 7.958000e+03 |  Large 
1712.04/1712.11	o 5400
1712.04/1712.11	c *1667s|  1756k|959038 |     0 |   0.0 | 621M| 905 |   - |1900 | 162k|   0 |   0 |   0 |1833k|   0 | 1.000000e+00 | 5.400000e+03 |  Large 
1712.04/1712.13	o 5366
1712.04/1712.13	c *1667s|  1756k|954325 |     0 |   0.0 | 619M| 905 |   - |1900 | 162k|   0 |   0 |   0 |1833k|   0 | 1.000000e+00 | 5.366000e+03 |  Large 
1719.74/1719.89	c  1675s|  1760k|957331 |     0 |   0.0 | 612M| 905 |   - |1900 | 127k|   0 |   0 |   0 |1836k|   0 | 1.000000e+00 | 5.366000e+03 |  Large 
1737.95/1738.03	c  1693s|  1770k|965243 |     0 |   0.0 | 616M| 905 |   - |1900 | 118k|   0 |   0 |   0 |1847k|   0 | 1.000000e+00 | 5.366000e+03 |  Large 
1756.05/1756.10	c  1711s|  1780k|972789 |     0 |   0.0 | 623M| 905 |   - |1900 | 119k|   0 |   0 |   0 |1859k|   0 | 1.000000e+00 | 5.366000e+03 |  Large 
1774.45/1774.51	c  1729s|  1790k|980297 |     0 |   0.0 | 631M| 905 |   - |1900 | 120k|   0 |   0 |   0 |1871k|   0 | 1.000000e+00 | 5.366000e+03 |  Large 
1789.15/1789.22	c  1743s|  1800k|987806 |     0 |   0.0 | 638M| 905 |   - |1900 | 121k|   0 |   0 |   0 |1883k|   0 | 1.000000e+00 | 5.366000e+03 |  Large 
1800.05/1800.10	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.14	c 
1800.05/1800.14	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.14	c Solving Time (sec) : 1754.08
1800.05/1800.14	c Solving Nodes      : 1805238
1800.05/1800.14	c Primal Bound       : +5.36600000000000e+03 (43 solutions)
1800.05/1800.14	c Dual Bound         : +1.00000000000000e+00
1800.05/1800.14	c Gap                : 536500.00 %
1800.05/1800.15	s SATISFIABLE
1800.05/1800.15	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 
1800.05/1800.15	v x176 -x175 x174 -x173 -x172 x171 x170 -x169 x168 -x167 -x166 x165 -x164 x163 -x162 x161 x160 -x159 x158 -x157 -x156 x155 
1800.05/1800.15	v -x154 x153 x152 -x151 x150 -x149 -x148 x147 x146 -x145 -x144 x143 x142 -x141 x140 -x139 -x138 x137 x136 -x135 x134 -x133 x132 
1800.05/1800.15	v -x131 -x130 x129 x128 -x127 -x126 x125 x124 -x123 x122 -x121 -x120 x119 x118 -x117 x116 -x115 x114 -x113 x112 -x111 x110 -x109 
1800.05/1800.15	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 
1800.05/1800.15	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 
1800.05/1800.15	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 
1800.05/1800.15	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 
1800.05/1800.15	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.15	c Solving Time       :    1754.08
1800.05/1800.15	c Original Problem   :
1800.05/1800.15	c   Problem name     : HOME/instance-2700034-1278533909.wbo
1800.05/1800.15	c   Variables        : 2000 (1100 binary, 0 integer, 0 implicit integer, 900 continuous)
1800.05/1800.15	c   Constraints      : 1901 initial, 1901 maximal
1800.05/1800.15	c Presolved Problem  :
1800.05/1800.15	c   Problem name     : t_HOME/instance-2700034-1278533909.wbo
1800.05/1800.15	c   Variables        : 1900 (1000 binary, 0 integer, 0 implicit integer, 900 continuous)
1800.05/1800.15	c   Constraints      : 1800 initial, 177681 maximal
1800.05/1800.15	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.15	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.15	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.15	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.15	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.15	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.15	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.05/1800.15	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.15	c   linear           :       0.02          0        100          0        900          0        101          0          0
1800.05/1800.15	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.15	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.15	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.15	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.15	c   indicator        :        900          0    3695756          0    1675404       2494   16286068          0          0          0
1800.05/1800.15	c   linear           :        900          0    3693198          0    1675384      33484    3526223          0          0          0
1800.05/1800.15	c   logicor          :          0+         0    2556862          0          0       3805    2029003          0          0          0
1800.05/1800.15	c   countsols        :          0          0          0          0    1675411          0          0          0          0          0
1800.05/1800.15	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.15	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.15	c   indicator        :     102.30       0.00      41.40       0.00      60.90
1800.05/1800.15	c   linear           :      68.50       0.00      68.15       0.00       0.35
1800.05/1800.15	c   logicor          :     686.64       0.00     686.64       0.00       0.00
1800.05/1800.15	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.15	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.15	c   vbounds          :       0.06          2          0          0
1800.05/1800.15	c   rootredcost      :       0.03          0          0          0
1800.05/1800.15	c   pseudoobj        :      96.05    3848115     152524   16102383
1800.05/1800.15	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.15	c   propagation      :      18.25     189813     189813    2244902       41.9     703899        4.0          -
1800.05/1800.15	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.15	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.15	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.15	c   pseudo solution  :       0.49       2688       2688      31826       38.6      11762        4.1          -
1800.05/1800.15	c   applied globally :          -          -          -    1889978       25.3          -          -          -
1800.05/1800.15	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.15	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.15	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.15	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.15	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.15	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.15	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.15	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.15	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.15	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.15	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.15	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.15	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.15	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.15	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.15	c Pricers            :       Time      Calls       Vars
1800.05/1800.15	c   problem variables:       0.00          0          0
1800.05/1800.15	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.15	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.15	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.15	c   inference        :     113.69    1675370          0          0          0          0    3350740
1800.05/1800.15	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.15	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.15	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.15	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.15	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.15	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.15	c   LP solutions     :       0.00          -          0
1800.05/1800.15	c   pseudo solutions :       1.19          -         41
1800.05/1800.15	c   oneopt           :       0.04          0          0
1800.05/1800.15	c   trivial          :       0.00          2          1
1800.05/1800.15	c   simplerounding   :       0.00          0          0
1800.05/1800.15	c   zirounding       :       0.00          0          0
1800.05/1800.15	c   rounding         :       0.00          0          0
1800.05/1800.15	c   shifting         :       0.00          0          0
1800.05/1800.15	c   intshifting      :       0.00          0          0
1800.05/1800.15	c   twoopt           :       0.00          0          0
1800.05/1800.15	c   fixandinfer      :       0.00          0          0
1800.05/1800.15	c   feaspump         :       0.00          0          0
1800.05/1800.15	c   coefdiving       :       0.00          0          0
1800.05/1800.15	c   pscostdiving     :       0.00          0          0
1800.05/1800.15	c   fracdiving       :       0.00          0          0
1800.05/1800.15	c   veclendiving     :       0.00          0          0
1800.05/1800.15	c   intdiving        :       0.00          0          0
1800.05/1800.15	c   actconsdiving    :       0.00          0          0
1800.05/1800.15	c   objpscostdiving  :       0.00          0          0
1800.05/1800.15	c   rootsoldiving    :       0.00          0          0
1800.05/1800.15	c   linesearchdiving :       0.00          0          0
1800.05/1800.15	c   guideddiving     :       0.00          0          0
1800.05/1800.15	c   octane           :       0.00          0          0
1800.05/1800.15	c   rens             :       0.00          0          0
1800.05/1800.15	c   rins             :       0.00          0          0
1800.05/1800.15	c   localbranching   :       0.00          0          0
1800.05/1800.15	c   mutation         :       0.00          0          0
1800.05/1800.15	c   crossover        :       0.00          0          0
1800.05/1800.15	c   dins             :       0.00          0          0
1800.05/1800.15	c   undercover       :       0.00          0          0
1800.05/1800.15	c   nlp              :       0.00          0          0
1800.05/1800.15	c   trysol           :       0.00          1          1
1800.05/1800.15	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.15	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.15	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.15	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.15	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.15	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.15	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.15	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.15	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.15	c B&B Tree           :
1800.05/1800.15	c   number of runs   :          1
1800.05/1800.15	c   nodes            :    1805238
1800.05/1800.15	c   nodes (total)    :    1805238
1800.05/1800.15	c   nodes left       :     991613
1800.05/1800.15	c   max depth        :        905
1800.05/1800.15	c   max depth (total):        905
1800.05/1800.15	c   backtracks       :      71667 (4.0%)
1800.05/1800.15	c   delayed cutoffs  :      65206
1800.05/1800.15	c   repropagations   :     187269 (11785622 domain reductions, 65168 cutoffs)
1800.05/1800.15	c   avg switch length:       3.55
1800.05/1800.15	c   switching time   :     432.26
1800.05/1800.15	c Solution           :
1800.05/1800.15	c   Solutions found  :         43 (42 improvements)
1800.05/1800.15	c   First Solution   : +4.44854000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
1800.05/1800.15	c   Primal Bound     : +5.36600000000000e+03   (in run 1, after 1756283 nodes, 1667.37 seconds, depth 783, found by <relaxation>)
1800.05/1800.15	c   Dual Bound       : +1.00000000000000e+00
1800.05/1800.15	c   Gap              :  536500.00 %
1800.05/1800.15	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.15	c   Root Iterations  :          0
1801.95/1802.07	c Time complete: 1802.02.

Verifier Data

OK	5360

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700034-1278533909/watcher-2700034-1278533909 -o /tmp/evaluation-result-2700034-1278533909/solver-2700034-1278533909 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700034-1278533909.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.90 0.65 0.23 3/176 22134
/proc/meminfo: memFree=29103956/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=8264 CPUtime=0
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 1543 0 0 0 0 0 0 0 21 0 1 0 21604707 8462336 1466 4089446400 4194304 7136930 140737057185136 18446744073709551615 6328580 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22134/statm: 2066 1466 275 719 0 1345 0

[startup+0.040545 s]
/proc/loadavg: 1.90 0.65 0.23 3/176 22134
/proc/meminfo: memFree=29103956/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=19060 CPUtime=0.03
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 4955 0 0 0 3 0 0 0 21 0 1 0 21604707 19517440 4010 4089446400 4194304 7136930 140737057185136 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 4765 4010 353 719 0 4044 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19060

[startup+0.100547 s]
/proc/loadavg: 1.90 0.65 0.23 3/176 22134
/proc/meminfo: memFree=29103956/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=20660 CPUtime=0.09
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 5630 0 0 0 8 1 0 0 21 0 1 0 21604707 21155840 4428 4089446400 4194304 7136930 140737057185136 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 5165 4428 387 719 0 4444 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20660

[startup+0.300512 s]
/proc/loadavg: 1.90 0.65 0.23 3/176 22134
/proc/meminfo: memFree=29103956/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=22248 CPUtime=0.29
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 6060 0 0 0 25 4 0 0 21 0 1 0 21604707 22781952 4858 4089446400 4194304 7136930 140737057185136 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 5562 4858 393 719 0 4841 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22248

[startup+0.700441 s]
/proc/loadavg: 1.90 0.65 0.23 3/176 22134
/proc/meminfo: memFree=29103956/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=23568 CPUtime=0.69
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 6366 0 0 0 59 10 0 0 22 0 1 0 21604707 24133632 5164 4089446400 4194304 7136930 140737057185136 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 5892 5166 394 719 0 5171 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23568

[startup+1.5003 s]
/proc/loadavg: 1.91 0.67 0.24 3/177 22136
/proc/meminfo: memFree=29081752/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=27824 CPUtime=1.49
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 7432 0 0 0 130 19 0 0 25 0 1 0 21604707 28491776 6230 4089446400 4194304 7136930 140737057185136 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 6956 6230 394 719 0 6235 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27824

[startup+3.10102 s]
/proc/loadavg: 1.91 0.67 0.24 3/177 22136
/proc/meminfo: memFree=29073568/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=35276 CPUtime=3.1
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 9307 0 0 0 275 35 0 0 25 0 1 0 21604707 36122624 8105 4089446400 4194304 7136930 140737057185136 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 8819 8105 394 719 0 8098 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 35276

[startup+6.30047 s]
/proc/loadavg: 1.92 0.70 0.25 3/177 22136
/proc/meminfo: memFree=29056880/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=46544 CPUtime=6.29
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 12098 0 0 0 557 72 0 0 25 0 1 0 21604707 47661056 10896 4089446400 4194304 7136930 140737057185136 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 11636 10896 394 719 0 10915 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46544

[startup+12.7004 s]
/proc/loadavg: 1.93 0.72 0.26 3/177 22136
/proc/meminfo: memFree=29026208/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=65012 CPUtime=12.69
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 16675 0 0 0 1137 132 0 0 25 0 1 0 21604707 66572288 15473 4089446400 4194304 7136930 140737057185136 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 16253 15473 394 719 0 15532 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65012

[startup+25.5011 s]
/proc/loadavg: 1.94 0.76 0.28 3/177 22136
/proc/meminfo: memFree=28980812/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=98396 CPUtime=25.49
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 24441 0 0 0 2305 244 0 0 25 0 1 0 21604707 100757504 23239 4089446400 4194304 7136930 140737057185136 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 24599 23239 394 719 0 23878 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 98396

[startup+51.1007 s]
/proc/loadavg: 1.96 0.88 0.33 3/177 22137
/proc/meminfo: memFree=28901260/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=148996 CPUtime=51.09
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 36943 0 0 0 4668 441 0 0 25 0 1 0 21604707 152571904 35741 4089446400 4194304 7136930 140737057185136 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 37249 35741 394 719 0 36528 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 148996

[startup+102.307 s]
/proc/loadavg: 1.98 1.05 0.41 3/177 22142
/proc/meminfo: memFree=28766772/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=227132 CPUtime=102.29
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 55099 0 0 0 9473 756 0 0 25 0 1 0 21604707 232583168 53897 4089446400 4194304 7136930 140737057185136 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 56783 53897 394 719 0 56062 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 227132

[startup+162.3 s]
/proc/loadavg: 1.99 1.22 0.51 3/177 22143
/proc/meminfo: memFree=28617888/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=312580 CPUtime=162.29
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 76086 0 0 0 15146 1083 0 0 25 0 1 0 21604707 320081920 74884 4089446400 4194304 7136930 140737057185136 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 78145 74884 394 719 0 77424 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 312580

[startup+222.301 s]
/proc/loadavg: 1.99 1.36 0.60 3/177 22144
/proc/meminfo: memFree=28494448/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=374172 CPUtime=222.28
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 90874 0 0 0 20878 1350 0 0 25 0 1 0 21604707 383152128 89672 4089446400 4194304 7136930 140737057185136 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 93543 89672 394 719 0 92822 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 374172

[startup+282.3 s]
/proc/loadavg: 1.99 1.47 0.68 3/177 22146
/proc/meminfo: memFree=28374000/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=434888 CPUtime=282.28
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 103742 0 0 0 26660 1568 0 0 25 0 1 0 21604707 445325312 102540 4089446400 4194304 7136930 140737057185136 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 108722 102540 394 719 0 108001 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 434888

[startup+342.301 s]
/proc/loadavg: 1.99 1.56 0.76 3/177 22148
/proc/meminfo: memFree=28248328/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=489952 CPUtime=342.28
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 117450 0 0 0 32439 1789 0 0 25 0 1 0 21604707 501710848 116248 4089446400 4194304 7136930 140737057185136 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 122488 116248 394 719 0 121767 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 489952

[startup+402.301 s]
/proc/loadavg: 2.03 1.65 0.84 3/177 22149
/proc/meminfo: memFree=28133212/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=540216 CPUtime=402.27
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 129894 0 0 0 38230 1997 0 0 25 0 1 0 21604707 553181184 128692 4089446400 4194304 7136930 140737057185136 18446744073709551615 5955597 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 135054 128692 394 719 0 134333 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 540216

[startup+462.301 s]
/proc/loadavg: 2.01 1.71 0.91 3/177 22151
/proc/meminfo: memFree=28021796/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=588620 CPUtime=462.28
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 141531 0 0 0 44036 2192 0 0 25 0 1 0 21604707 602746880 140329 4089446400 4194304 7136930 140737057185136 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 147155 140329 394 719 0 146434 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 588620

[startup+522.301 s]
/proc/loadavg: 2.00 1.76 0.98 3/177 22152
/proc/meminfo: memFree=27914488/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=629328 CPUtime=522.27
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 151757 0 0 0 49860 2367 0 0 25 0 1 0 21604707 644431872 150555 4089446400 4194304 7136930 140737057185136 18446744073709551615 4210324 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 157332 150555 394 719 0 156611 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 629328

[startup+582.301 s]
/proc/loadavg: 2.07 1.82 1.04 3/177 22154
/proc/meminfo: memFree=27815232/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=661748 CPUtime=582.28
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 159746 0 0 0 55708 2520 0 0 25 0 1 0 21604707 677629952 158544 4089446400 4194304 7136930 140737057185136 18446744073709551615 4999850 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 165437 158544 394 719 0 164716 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 661748

[startup+642.301 s]
/proc/loadavg: 2.02 1.85 1.10 3/177 22156
/proc/meminfo: memFree=27717720/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=693564 CPUtime=642.28
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 167561 0 0 0 61569 2659 0 0 25 0 1 0 21604707 710209536 166359 4089446400 4194304 7136930 140737057185136 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 173391 166359 394 719 0 172670 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 693564

[startup+702.3 s]

################
# More data... #
################

[startup+1002.3 s]
/proc/loadavg: 2.01 1.95 1.38 3/177 22166
/proc/meminfo: memFree=27147036/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=882592 CPUtime=1002.26
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 208990 0 0 0 96870 3356 0 0 25 0 1 0 21604707 903774208 207788 4089446400 4194304 7136930 140737057185136 18446744073709551615 4210595 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 220648 207788 394 719 0 219927 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 882592

[startup+1062.3 s]
/proc/loadavg: 2.00 1.96 1.42 3/177 22167
/proc/meminfo: memFree=27058824/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=908240 CPUtime=1062.26
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 214805 0 0 0 102778 3448 0 0 25 0 1 0 21604707 930037760 213603 4089446400 4194304 7136930 140737057185136 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 227060 213603 394 719 0 226339 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 908240

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.45 3/177 22168
/proc/meminfo: memFree=26959080/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=939608 CPUtime=1122.26
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 222494 0 0 0 108679 3547 0 0 25 0 1 0 21604707 962158592 221292 4089446400 4194304 7136930 140737057185136 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 234902 221292 394 719 0 234181 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 939608

[startup+1182.3 s]
/proc/loadavg: 2.03 1.98 1.49 3/177 22170
/proc/meminfo: memFree=26874088/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=958852 CPUtime=1182.26
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 227154 0 0 0 114589 3637 0 0 25 0 1 0 21604707 981864448 225952 4089446400 4194304 7136930 140737057185136 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 239713 225952 394 719 0 238992 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 958852

[startup+1242.3 s]
/proc/loadavg: 2.01 1.98 1.52 3/177 22172
/proc/meminfo: memFree=26782660/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=978628 CPUtime=1242.25
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 231947 0 0 0 120498 3727 0 0 25 0 1 0 21604707 1002115072 230745 4089446400 4194304 7136930 140737057185136 18446744073709551615 4999661 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 244657 230745 394 719 0 243936 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 978628

[startup+1302.3 s]
/proc/loadavg: 2.00 1.98 1.55 3/177 22174
/proc/meminfo: memFree=26700040/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=994444 CPUtime=1302.26
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 235928 0 0 0 126400 3826 0 0 25 0 1 0 21604707 1018310656 234726 4089446400 4194304 7136930 140737057185136 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 248611 234726 394 719 0 247890 0
Current children cumulated CPU time (s) 1302.26
Current children cumulated vsize (KiB) 994444

[startup+1362.3 s]
/proc/loadavg: 2.00 1.98 1.57 3/177 22175
/proc/meminfo: memFree=26611088/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=1016480 CPUtime=1362.25
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 241153 0 0 0 132296 3929 0 0 25 0 1 0 21604707 1040875520 239951 4089446400 4194304 7136930 140737057185136 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 254120 239951 394 719 0 253399 0
Current children cumulated CPU time (s) 1362.25
Current children cumulated vsize (KiB) 1016480

[startup+1422.31 s]
/proc/loadavg: 2.00 1.98 1.59 3/177 22176
/proc/meminfo: memFree=26521760/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=1041992 CPUtime=1422.26
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 247371 0 0 0 138199 4027 0 0 25 0 1 0 21604707 1066999808 246169 4089446400 4194304 7136930 140737057185136 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 260498 246169 394 719 0 259777 0
Current children cumulated CPU time (s) 1422.26
Current children cumulated vsize (KiB) 1041992

[startup+1482.3 s]
/proc/loadavg: 2.00 1.98 1.62 3/177 22178
/proc/meminfo: memFree=26437028/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=1057212 CPUtime=1482.25
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 251273 0 0 0 144100 4125 0 0 25 0 1 0 21604707 1082585088 250071 4089446400 4194304 7136930 140737057185136 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 264303 250071 394 719 0 263582 0
Current children cumulated CPU time (s) 1482.25
Current children cumulated vsize (KiB) 1057212

[startup+1542.3 s]
/proc/loadavg: 2.00 1.98 1.64 3/177 22180
/proc/meminfo: memFree=26357752/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=1070964 CPUtime=1542.24
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 254857 0 0 0 150014 4210 0 0 25 0 1 0 21604707 1096667136 253655 4089446400 4194304 7136930 140737057185136 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 267741 253655 394 719 0 267020 0
Current children cumulated CPU time (s) 1542.24
Current children cumulated vsize (KiB) 1070964

[startup+1602.3 s]
/proc/loadavg: 2.00 1.98 1.66 3/177 22181
/proc/meminfo: memFree=26274000/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=1084464 CPUtime=1602.25
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 258174 0 0 0 155925 4300 0 0 25 0 1 0 21604707 1110491136 256972 4089446400 4194304 7136930 140737057185136 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 271116 256972 394 719 0 270395 0
Current children cumulated CPU time (s) 1602.25
Current children cumulated vsize (KiB) 1084464

[startup+1662.3 s]
/proc/loadavg: 2.00 1.98 1.67 3/177 22183
/proc/meminfo: memFree=26191120/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=1100644 CPUtime=1662.25
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 262076 0 0 0 161840 4385 0 0 25 0 1 0 21604707 1127059456 260874 4089446400 4194304 7136930 140737057185136 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 275161 260874 394 719 0 274440 0
Current children cumulated CPU time (s) 1662.25
Current children cumulated vsize (KiB) 1100644

[startup+1722.3 s]
/proc/loadavg: 2.00 1.98 1.69 3/177 22184
/proc/meminfo: memFree=26109856/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=1113760 CPUtime=1722.25
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 265444 0 0 0 167742 4483 0 0 25 0 1 0 21604707 1140490240 264242 4089446400 4194304 7136930 140737057185136 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 278440 264242 394 719 0 277719 0
Current children cumulated CPU time (s) 1722.25
Current children cumulated vsize (KiB) 1113760

[startup+1782.3 s]
/proc/loadavg: 2.00 1.98 1.71 3/177 22186
/proc/meminfo: memFree=26037152/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=1114220 CPUtime=1782.25
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 265571 0 0 0 173649 4576 0 0 25 0 1 0 21604707 1140961280 264369 4089446400 4194304 7136930 140737057185136 18446744073709551615 4210635 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 278555 264369 394 719 0 277834 0
Current children cumulated CPU time (s) 1782.25
Current children cumulated vsize (KiB) 1114220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.00 1.98 1.72 3/178 22187
/proc/meminfo: memFree=26021000/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=1114512 CPUtime=1800.05
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 265618 0 0 0 175405 4600 0 0 25 0 1 0 21604707 1141260288 264416 4089446400 4194304 7136930 140737057185136 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22134/statm: 278628 264416 394 719 0 277907 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1114512

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1801.4 s]
/proc/loadavg: 2.00 1.98 1.72 3/173 22210
/proc/meminfo: memFree=28054996/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=1114512 CPUtime=1801.35
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 265625 0 0 0 175535 4600 0 0 25 0 1 0 21604707 1141260288 264423 4089446400 4194304 7136930 140737057185136 18446744073709551615 6165648 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22134/statm: 278628 264423 400 719 0 277907 0
Current children cumulated CPU time (s) 1801.35
Current children cumulated vsize (KiB) 1114512

[startup+1801.81 s]
/proc/loadavg: 2.00 1.98 1.72 8/186 22245
/proc/meminfo: memFree=28040500/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=1093376 CPUtime=1801.75
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 265625 0 0 0 175575 4600 0 0 25 0 1 0 21604707 1119617024 259140 4089446400 4194304 7136930 140737057185136 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22134/statm: 273344 259140 400 719 0 272623 0
Current children cumulated CPU time (s) 1801.75
Current children cumulated vsize (KiB) 1093376

[startup+1802 s]
/proc/loadavg: 2.00 1.98 1.72 8/186 22245
/proc/meminfo: memFree=28040500/32951132 swapFree=67111528/67111528
[pid=22134] ppid=22132 vsize=953388 CPUtime=1801.95
/proc/22134/stat : 22134 (pbscip.linux.x8) R 22132 22134 21732 0 -1 4202496 265625 0 0 0 175594 4601 0 0 25 0 1 0 21604707 976269312 224144 4089446400 4194304 7136930 140737057185136 18446744073709551615 4332856 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22134/statm: 238347 224144 400 719 0 237626 0
Current children cumulated CPU time (s) 1801.95
Current children cumulated vsize (KiB) 953388

Child status: 0
Real time (s): 1802.08
CPU time (s): 1802.03
CPU user time (s): 1755.98
CPU system time (s): 46.048
CPU usage (%): 99.9975
Max. virtual memory (cumulated for all children) (KiB): 1114512

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

runsolver used 2.53961 second user time and 5.69413 second system time

The end

Launcher Data

Begin job on node131 at 2010-07-07 22:18:29
IDJOB=2700034
IDBENCH=79394
IDSOLVER=1206
FILE ID=node131/2700034-1278533909
PBS_JOBID= 11239216
Free space on /tmp= 73616 MiB

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

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

MD5SUM BENCH= 944c5e420229bce90a366c23629af03a
RANDOM SEED=449897597

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      29104608 kB
Buffers:        141936 kB
Cached:        3466180 kB
SwapCached:          0 kB
Active:        1212912 kB
Inactive:      2476532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29104608 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9640 kB
Writeback:           0 kB
AnonPages:       81144 kB
Mapped:          17460 kB
Slab:            92144 kB
PageTables:       4256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   224104 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= 73604 MiB
End job on node131 at 2010-07-07 22:48:31