Trace number 2694004

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) 1800.44 1800.39

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226368--soft-33-100-0.wbo
MD5SUMae60804d96363031fd1d95f40cdae528
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark0.158975
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints69
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1270
Number of bits of the biggest sum of numbers11
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-2694004-1277899667.wbo>
0.00/0.00	c original problem has 307 variables (238 bin, 0 int, 0 impl, 69 cont) and 171 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	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.00	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 75 impls, 20 clqs
0.00/0.01	c (round 2) 0 del vars, 4 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 75 impls, 20 clqs
0.00/0.01	c (round 3) 1 del vars, 5 del conss, 68 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 75 impls, 20 clqs
0.00/0.01	c (round 4) 2 del vars, 5 del conss, 68 chg bounds, 1 chg sides, 0 chg coeffs, 30 upgd conss, 75 impls, 20 clqs
0.00/0.02	c    (0.0s) probing: 101/237 (42.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (5 rounds):
0.00/0.02	c  2 deleted vars, 5 deleted constraints, 68 tightened bounds, 0 added holes, 1 changed sides, 0 changed coefficients
0.00/0.02	c  75 implications, 20 cliques
0.00/0.02	c presolved problem has 305 variables (237 bin, 0 int, 0 impl, 68 cont) and 166 constraints
0.00/0.02	c      68 constraints of type <indicator>
0.00/0.02	c      20 constraints of type <setppc>
0.00/0.02	c      68 constraints of type <linear>
0.00/0.02	c      10 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	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.02	c   0.0s|     1 |     2 |     0 |     - | 950k|   0 |   - | 305 | 166 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.53	c   1.4s| 10000 |  6259 |     0 |   0.0 |7315k| 159 |   - | 305 |4987 |   0 |   0 |   0 |8049 |   0 | 0.000000e+00 |      --      |    Inf 
3.69/3.72	c   3.5s| 20000 | 11912 |     0 |   0.0 |  12M| 159 |   - | 305 |7288 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
7.09/7.17	c   6.9s| 30000 | 15634 |     0 |   0.0 |  18M| 159 |   - | 305 |  11k|   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
11.89/11.93	c  11.5s| 40000 | 17193 |     0 |   0.0 |  23M| 159 |   - | 305 |  16k|   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
14.19/14.28	c  13.8s| 50000 | 23645 |     0 |   0.0 |  24M| 159 |   - | 305 |6288 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
15.40/15.46	c  14.9s| 60000 | 31937 |     0 |   0.0 |  27M| 159 |   - | 305 |4447 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
19.89/19.98	c  19.3s| 70000 | 33739 |     0 |   0.0 |  33M| 159 |   - | 305 |  12k|   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
27.50/27.51	c  26.7s| 80000 | 33485 |     0 |   0.0 |  39M| 159 |   - | 305 |  20k|   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
37.40/37.48	c  36.6s| 90000 | 32400 |     0 |   0.0 |  42M| 159 |   - | 305 |  25k|   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
46.29/46.34	c  45.3s|100000 | 33378 |     0 |   0.0 |  37M| 159 |   - | 305 |6245 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
49.39/49.43	c  48.3s|110000 | 38702 |     0 |   0.0 |  42M| 159 |   - | 305 |8172 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
53.19/53.23	c  52.0s|120000 | 42948 |     0 |   0.0 |  47M| 159 |   - | 305 |  11k|   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
57.79/57.85	o 659
57.79/57.85	c *56.5s|128698 | 44947 |     0 |   0.0 |  51M| 159 |   - | 305 |  14k|   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 6.590000e+02 |    Inf 
57.89/57.90	o 616
57.89/57.90	c *56.6s|129135 | 45373 |     0 |   0.0 |  51M| 159 |   - | 305 |  14k|   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 6.160000e+02 |    Inf 
57.89/57.95	o 608
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 *56.6s|129574 | 45806 |     0 |   0.0 |  51M| 159 |   - | 305 |  13k|   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 6.080000e+02 |    Inf 
57.89/57.95	o 455
57.89/57.95	c *56.6s|129575 | 45803 |     0 |   0.0 |  51M| 159 |   - | 305 |  13k|   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 4.550000e+02 |    Inf 
57.99/58.01	c  56.6s|130000 | 46212 |     0 |   0.0 |  51M| 159 |   - | 305 |  12k|   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 4.550000e+02 |    Inf 
58.59/58.62	o 153
58.59/58.62	c *57.2s|136860 | 51757 |     0 |   0.0 |  49M| 159 |   - | 305 | 754 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
58.79/58.89	c  57.5s|140000 | 54595 |     0 |   0.0 |  50M| 159 |   - | 305 | 959 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 | 1.530000e+02 |    Inf 
59.40/59.41	o 150
59.40/59.41	c *58.0s|145291 | 58861 |     0 |   0.0 |  53M| 159 |   - | 305 |1407 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 | 1.500000e+02 |    Inf 
59.79/59.88	o 140
59.79/59.88	c *58.4s|149570 | 62285 |     0 |   0.0 |  54M| 159 |   - | 305 |1708 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 1.400000e+02 |    Inf 
59.89/59.90	o 136
59.89/59.90	c *58.4s|149772 | 62367 |     0 |   0.0 |  54M| 159 |   - | 305 |1720 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 1.360000e+02 |    Inf 
59.89/59.93	c  58.4s|150000 | 62551 |     0 |   0.0 |  54M| 159 |   - | 305 |1762 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 | 1.360000e+02 |    Inf 
60.49/60.54	o 131
60.49/60.54	c *59.0s|155368 | 66972 |     0 |   0.0 |  57M| 159 |   - | 305 |2245 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 | 1.310000e+02 |    Inf 
61.09/61.13	c  59.5s|160000 | 70766 |     0 |   0.0 |  59M| 159 |   - | 305 |2789 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 1.310000e+02 |    Inf 
61.29/61.36	o 124
61.29/61.36	c *59.8s|161617 | 71916 |     0 |   0.0 |  60M| 159 |   - | 305 |2972 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 | 1.240000e+02 |    Inf 
61.79/61.87	o 123
61.79/61.87	c *60.2s|164923 | 74444 |     0 |   0.0 |  61M| 159 |   - | 305 |3468 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 1.230000e+02 |    Inf 
61.79/61.87	o 118
61.79/61.87	c *60.2s|164924 | 73315 |     0 |   0.0 |  61M| 159 |   - | 305 |3468 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 | 1.180000e+02 |    Inf 
62.10/62.15	o 115
62.10/62.15	c *60.5s|166516 | 74185 |     0 |   0.0 |  62M| 159 |   - | 305 |3748 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 | 1.150000e+02 |    Inf 
62.29/62.36	o 100
62.29/62.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.29/62.36	c *60.7s|167643 | 74448 |     0 |   0.0 |  62M| 159 |   - | 305 |3934 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 1.000000e+02 |    Inf 
62.39/62.43	o 73
62.39/62.43	c *60.8s|167928 | 65930 |     0 |   0.0 |  58M| 159 |   - | 305 |3918 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
62.89/62.91	c  61.2s|170000 | 67034 |     0 |   0.0 |  59M| 159 |   - | 305 |3907 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
69.60/69.65	c  67.8s|180000 | 65244 |     0 |   0.0 |  64M| 159 |   - | 305 |  15k|   0 |   0 |   0 | 205k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
84.49/84.57	c  82.6s|190000 | 59567 |     0 |   0.0 |  61M| 159 |   - | 305 |  28k|   0 |   0 |   0 | 230k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
95.10/95.18	c  93.1s|200000 | 60406 |     0 |   0.0 |  55M| 159 |   - | 305 |  12k|   0 |   0 |   0 | 248k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
102.39/102.44	c   100s|210000 | 62056 |     0 |   0.0 |  59M| 159 |   - | 305 |  16k|   0 |   0 |   0 | 265k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
111.10/111.17	c   109s|220000 | 63271 |     0 |   0.0 |  64M| 159 |   - | 305 |  21k|   0 |   0 |   0 | 283k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
121.69/121.70	c   119s|230000 | 63743 |     0 |   0.0 |  67M| 159 |   - | 305 |  25k|   0 |   0 |   0 | 301k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
134.10/134.13	c   132s|240000 | 63148 |     0 |   0.0 |  69M| 159 |   - | 305 |  30k|   0 |   0 |   0 | 320k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
138.30/138.30	c   136s|250000 | 70367 |     0 |   0.0 |  66M| 159 |   - | 305 |5477 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
140.39/140.47	c   138s|260000 | 77872 |     0 |   0.0 |  71M| 159 |   - | 305 |6457 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
142.90/142.98	c   140s|270000 | 85148 |     0 |   0.0 |  76M| 159 |   - | 305 |8547 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
146.10/146.19	c   143s|280000 | 92171 |     0 |   0.0 |  81M| 159 |   - | 305 |9875 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
149.50/149.51	c   146s|290000 | 99194 |     0 |   0.0 |  85M| 159 |   - | 305 |  10k|   0 |   0 |   0 | 350k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
153.09/153.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
153.09/153.15	c   150s|300000 |106059 |     0 |   0.0 |  89M| 159 |   - | 305 |  11k|   0 |   0 |   0 | 357k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
156.79/156.82	c   154s|310000 |112712 |     0 |   0.0 |  94M| 159 |   - | 305 |  11k|   0 |   0 |   0 | 363k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
160.79/160.80	c   157s|320000 |119067 |     0 |   0.0 |  98M| 159 |   - | 305 |  11k|   0 |   0 |   0 | 370k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
164.60/164.69	c   161s|330000 |125213 |     0 |   0.0 | 102M| 159 |   - | 305 |  11k|   0 |   0 |   0 | 376k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
168.69/168.75	c   165s|340000 |131064 |     0 |   0.0 | 106M| 159 |   - | 305 |  11k|   0 |   0 |   0 | 384k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
173.29/173.36	c   170s|350000 |136327 |     0 |   0.0 | 110M| 159 |   - | 305 |  12k|   0 |   0 |   0 | 391k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
178.20/178.22	c   174s|360000 |141077 |     0 |   0.0 | 114M| 159 |   - | 305 |  12k|   0 |   0 |   0 | 400k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
183.89/183.95	c   180s|370000 |144842 |     0 |   0.0 | 118M| 159 |   - | 305 |  13k|   0 |   0 |   0 | 409k|   0 | 0.000000e+00 | 7.300000e+01 |    Inf 
191.19/191.21	c   187s|380000 |146859 |     0 |   0.0 | 121M| 159 |   - | 305 |  14k|   0 |   0 |   0 | 421k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
198.70/198.77	c   195s|390000 |148339 |     0 |   0.0 | 124M| 159 |   - | 305 |  12k|   0 |   0 |   0 | 434k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
210.29/210.35	c   206s|400000 |146799 |     0 |   0.0 | 128M| 159 |   - | 305 |  23k|   0 |   0 |   0 | 456k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
227.10/227.16	c   223s|410000 |144155 |     0 |   0.0 | 129M| 159 |   - | 305 |  32k|   0 |   0 |   0 | 478k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
247.60/247.65	c   243s|420000 |140986 |     0 |   0.0 | 130M| 159 |   - | 305 |  41k|   0 |   0 |   0 | 500k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
260.39/260.49	c   256s|430000 |144607 |     0 |   0.0 | 124M| 159 |   - | 305 |  15k|   0 |   0 |   0 | 512k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
265.01/265.02	c   260s|440000 |151002 |     0 |   0.0 | 128M| 159 |   - | 305 |  12k|   0 |   0 |   0 | 520k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
269.59/269.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
269.59/269.68	c   265s|450000 |157044 |     0 |   0.0 | 132M| 159 |   - | 305 |  12k|   0 |   0 |   0 | 529k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
274.20/274.30	c   269s|460000 |163154 |     0 |   0.0 | 137M| 159 |   - | 305 |  12k|   0 |   0 |   0 | 537k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
279.10/279.12	c   274s|470000 |168969 |     0 |   0.0 | 141M| 159 |   - | 305 |  13k|   0 |   0 |   0 | 545k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
284.10/284.17	c   279s|480000 |174382 |     0 |   0.0 | 145M| 159 |   - | 305 |  11k|   0 |   0 |   0 | 554k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
288.39/288.40	c   283s|490000 |179895 |     0 |   0.0 | 149M| 159 |   - | 305 |  10k|   0 |   0 |   0 | 563k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
292.51/292.57	c   287s|500000 |185221 |     0 |   0.0 | 153M| 159 |   - | 305 |  10k|   0 |   0 |   0 | 572k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
296.60/296.67	c   291s|510000 |190551 |     0 |   0.0 | 158M| 159 |   - | 305 |  10k|   0 |   0 |   0 | 581k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
300.80/300.83	c   295s|520000 |195705 |     0 |   0.0 | 162M| 159 |   - | 305 |  11k|   0 |   0 |   0 | 591k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
305.20/305.24	c   300s|530000 |200619 |     0 |   0.0 | 166M| 159 |   - | 305 |  11k|   0 |   0 |   0 | 601k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
309.40/309.45	c   304s|540000 |205659 |     0 |   0.0 | 171M| 159 |   - | 305 |  11k|   0 |   0 |   0 | 611k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
314.10/314.15	c   308s|550000 |210129 |     0 |   0.0 | 175M| 159 |   - | 305 |  11k|   0 |   0 |   0 | 621k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
318.71/318.76	c   313s|560000 |214839 |     0 |   0.0 | 179M| 159 |   - | 305 |  11k|   0 |   0 |   0 | 632k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
323.20/323.21	c   317s|570000 |219338 |     0 |   0.0 | 184M| 159 |   - | 305 |  11k|   0 |   0 |   0 | 642k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
327.60/327.63	c   321s|580000 |223729 |     0 |   0.0 | 188M| 159 |   - | 305 |  12k|   0 |   0 |   0 | 653k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
332.00/332.02	c   326s|590000 |228480 |     0 |   0.0 | 193M| 159 |   - | 305 |  12k|   0 |   0 |   0 | 663k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
336.80/336.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
336.80/336.84	c   330s|600000 |232702 |     0 |   0.0 | 197M| 159 |   - | 305 |  12k|   0 |   0 |   0 | 674k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
341.50/341.51	c   335s|610000 |237097 |     0 |   0.0 | 201M| 159 |   - | 305 |  12k|   0 |   0 |   0 | 684k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
346.20/346.20	c   340s|620000 |241630 |     0 |   0.0 | 205M| 159 |   - | 305 |  13k|   0 |   0 |   0 | 695k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
350.91/350.98	c   344s|630000 |246137 |     0 |   0.0 | 209M| 159 |   - | 305 |  14k|   0 |   0 |   0 | 705k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
356.10/356.12	c   349s|640000 |250272 |     0 |   0.0 | 213M| 159 |   - | 305 |  13k|   0 |   0 |   0 | 716k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
361.60/361.68	c   355s|650000 |253980 |     0 |   0.0 | 217M| 159 |   - | 305 |  13k|   0 |   0 |   0 | 728k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
367.41/367.41	c   360s|660000 |257629 |     0 |   0.0 | 221M| 159 |   - | 305 |  13k|   0 |   0 |   0 | 740k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
373.20/373.26	c   366s|670000 |261170 |     0 |   0.0 | 225M| 159 |   - | 305 |  14k|   0 |   0 |   0 | 752k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
378.80/378.88	c   372s|680000 |264529 |     0 |   0.0 | 225M| 159 |   - | 305 |3816 |   0 |   0 |   0 | 764k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
382.60/382.60	c   375s|690000 |267588 |     0 |   0.0 | 229M| 159 |   - | 305 |5116 |   0 |   0 |   0 | 774k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
386.60/386.62	c   379s|700000 |270241 |     0 |   0.0 | 233M| 159 |   - | 305 |6897 |   0 |   0 |   0 | 784k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
391.10/391.13	c   384s|710000 |272283 |     0 |   0.0 | 236M| 159 |   - | 305 |7000 |   0 |   0 |   0 | 795k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
396.00/396.05	c   388s|720000 |274306 |     0 |   0.0 | 239M| 159 |   - | 305 |7773 |   0 |   0 |   0 | 806k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
401.51/401.57	c   394s|730000 |275632 |     0 |   0.0 | 242M| 159 |   - | 305 |8719 |   0 |   0 |   0 | 817k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
407.60/407.68	c   400s|740000 |276140 |     0 |   0.0 | 245M| 159 |   - | 305 |8942 |   0 |   0 |   0 | 830k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
414.40/414.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
414.40/414.41	c   406s|750000 |275558 |     0 |   0.0 | 248M| 159 |   - | 305 |  10k|   0 |   0 |   0 | 842k|   0 | 1.000000e+00 | 7.300000e+01 |7200.00%
420.00/420.03	c   412s|760000 |276764 |     0 |   0.0 | 248M| 159 |   - | 305 |3258 |   0 |   0 |   0 | 853k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
422.10/422.14	c   414s|770000 |282774 |     0 |   0.0 | 251M| 159 |   - | 305 |2693 |   0 |   0 |   0 | 859k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
424.50/424.57	c   416s|780000 |287943 |     0 |   0.0 | 256M| 159 |   - | 305 |3744 |   0 |   0 |   0 | 867k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
427.61/427.62	c   419s|790000 |292800 |     0 |   0.0 | 260M| 159 |   - | 305 |5057 |   0 |   0 |   0 | 876k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
431.00/431.06	c   422s|800000 |297213 |     0 |   0.0 | 265M| 159 |   - | 305 |6575 |   0 |   0 |   0 | 886k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
434.91/434.93	c   426s|810000 |301107 |     0 |   0.0 | 269M| 159 |   - | 305 |7033 |   0 |   0 |   0 | 896k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
438.71/438.78	c   430s|820000 |305087 |     0 |   0.0 | 274M| 159 |   - | 305 |7944 |   0 |   0 |   0 | 905k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
443.00/443.07	c   434s|830000 |308794 |     0 |   0.0 | 278M| 159 |   - | 305 |8749 |   0 |   0 |   0 | 915k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
447.31/447.30	c   438s|840000 |312459 |     0 |   0.0 | 282M| 159 |   - | 305 |9012 |   0 |   0 |   0 | 925k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
451.70/451.75	c   443s|850000 |315843 |     0 |   0.0 | 286M| 159 |   - | 305 |9151 |   0 |   0 |   0 | 935k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
456.31/456.34	c   447s|860000 |319027 |     0 |   0.0 | 289M| 159 |   - | 305 |9157 |   0 |   0 |   0 | 945k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
460.50/460.55	c   451s|870000 |322721 |     0 |   0.0 | 293M| 159 |   - | 305 |8945 |   0 |   0 |   0 | 955k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
465.11/465.20	c   456s|880000 |326089 |     0 |   0.0 | 297M| 159 |   - | 305 |9097 |   0 |   0 |   0 | 964k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
470.21/470.28	c   461s|890000 |328693 |     0 |   0.0 | 301M| 159 |   - | 305 |  10k|   0 |   0 |   0 | 975k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
475.31/475.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
475.31/475.38	c   466s|900000 |331399 |     0 |   0.0 | 304M| 159 |   - | 305 |  10k|   0 |   0 |   0 | 985k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
480.41/480.43	c   471s|910000 |334456 |     0 |   0.0 | 308M| 159 |   - | 305 |  10k|   0 |   0 |   0 | 995k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
485.50/485.52	c   476s|920000 |337363 |     0 |   0.0 | 312M| 159 |   - | 305 |  11k|   0 |   0 |   0 |1006k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
490.70/490.71	c   481s|930000 |339996 |     0 |   0.0 | 315M| 159 |   - | 305 |  11k|   0 |   0 |   0 |1016k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
496.21/496.26	c   486s|940000 |342702 |     0 |   0.0 | 318M| 159 |   - | 305 |  11k|   0 |   0 |   0 |1027k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
501.80/501.84	c   492s|950000 |345526 |     0 |   0.0 | 322M| 159 |   - | 305 |  12k|   0 |   0 |   0 |1037k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
507.90/507.99	c   498s|960000 |347522 |     0 |   0.0 | 325M| 159 |   - | 305 |  12k|   0 |   0 |   0 |1048k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
513.50/513.57	c   503s|970000 |350372 |     0 |   0.0 | 329M| 159 |   - | 305 |  12k|   0 |   0 |   0 |1058k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
519.71/519.73	c   509s|980000 |352626 |     0 |   0.0 | 333M| 159 |   - | 305 |  14k|   0 |   0 |   0 |1069k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
526.31/526.31	c   516s|990000 |354546 |     0 |   0.0 | 336M| 159 |   - | 305 |  14k|   0 |   0 |   0 |1081k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
532.31/532.39	c   522s|  1000k|357430 |     0 |   0.0 | 340M| 159 |   - | 305 |  13k|   0 |   0 |   0 |1091k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
539.71/539.73	c   529s|  1010k|358569 |     0 |   0.0 | 343M| 159 |   - | 305 |  14k|   0 |   0 |   0 |1102k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
546.71/546.72	c   536s|  1020k|360326 |     0 |   0.0 | 346M| 159 |   - | 305 |  15k|   0 |   0 |   0 |1114k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
553.81/553.84	c   543s|  1030k|362386 |     0 |   0.0 | 350M| 159 |   - | 305 |  14k|   0 |   0 |   0 |1125k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
562.41/562.46	c   551s|  1040k|363332 |     0 |   0.0 | 353M| 159 |   - | 305 |  16k|   0 |   0 |   0 |1137k|   0 | 2.000000e+00 | 7.300000e+01 |3550.00%
567.81/567.89	o 60
567.81/567.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
567.81/567.89	c * 556s|  1046k|348710 |     0 |   0.0 | 333M| 159 |   - | 305 |  16k|   0 |   0 |   0 |1144k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
571.60/571.62	c   560s|  1050k|348265 |     0 |   0.0 | 333M| 159 |   - | 305 |  12k|   0 |   0 |   0 |1151k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
580.91/580.90	c   569s|  1060k|346747 |     0 |   0.0 | 335M| 159 |   - | 305 |  11k|   0 |   0 |   0 |1167k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
589.31/589.32	c   577s|  1070k|345199 |     0 |   0.0 | 337M| 159 |   - | 305 |  10k|   0 |   0 |   0 |1184k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
599.31/599.32	c   586s|  1080k|341623 |     0 |   0.0 | 338M| 159 |   - | 305 |  10k|   0 |   0 |   0 |1203k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
610.20/610.27	c   597s|  1090k|338391 |     0 |   0.0 | 339M| 159 |   - | 305 |  12k|   0 |   0 |   0 |1221k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
622.71/622.78	c   609s|  1100k|334969 |     0 |   0.0 | 341M| 159 |   - | 305 |  13k|   0 |   0 |   0 |1240k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
637.21/637.23	c   623s|  1110k|330607 |     0 |   0.0 | 342M| 159 |   - | 305 |  16k|   0 |   0 |   0 |1258k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
654.91/654.95	c   640s|  1120k|324375 |     0 |   0.0 | 340M| 159 |   - | 305 |  17k|   0 |   0 |   0 |1277k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
668.41/668.46	c   653s|  1130k|321443 |     0 |   0.0 | 337M| 159 |   - | 305 |  10k|   0 |   0 |   0 |1293k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
673.41/673.45	c   658s|  1140k|324457 |     0 |   0.0 | 339M| 159 |   - | 305 |9811 |   0 |   0 |   0 |1305k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
678.52/678.58	c   662s|  1150k|327572 |     0 |   0.0 | 340M| 159 |   - | 305 |9326 |   0 |   0 |   0 |1316k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
682.61/682.64	c   666s|  1160k|332034 |     0 |   0.0 | 343M| 159 |   - | 305 |8795 |   0 |   0 |   0 |1325k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
686.51/686.53	c   670s|  1170k|336983 |     0 |   0.0 | 346M| 159 |   - | 305 |9117 |   0 |   0 |   0 |1334k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
690.82/690.89	c   674s|  1180k|341470 |     0 |   0.0 | 350M| 159 |   - | 305 |  10k|   0 |   0 |   0 |1344k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
697.11/697.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
697.11/697.14	c   680s|  1190k|343438 |     0 |   0.0 | 354M| 159 |   - | 305 |  11k|   0 |   0 |   0 |1357k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
700.42/700.40	c   683s|  1200k|349076 |     0 |   0.0 | 356M| 159 |   - | 305 |5934 |   0 |   0 |   0 |1365k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
705.31/705.38	c   687s|  1210k|349887 |     0 |   0.0 | 360M| 159 |   - | 305 |8557 |   0 |   0 |   0 |1379k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
713.41/713.40	c   695s|  1220k|350289 |     0 |   0.0 | 365M| 159 |   - | 305 |  12k|   0 |   0 |   0 |1396k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
725.02/725.03	c   706s|  1230k|349463 |     0 |   0.0 | 369M| 159 |   - | 305 |  16k|   0 |   0 |   0 |1414k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
739.41/739.42	c   720s|  1240k|347902 |     0 |   0.0 | 371M| 159 |   - | 305 |  17k|   0 |   0 |   0 |1432k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
755.72/755.75	c   736s|  1250k|345823 |     0 |   0.0 | 374M| 159 |   - | 305 |  19k|   0 |   0 |   0 |1451k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
774.02/774.03	c   754s|  1260k|343103 |     0 |   0.0 | 376M| 159 |   - | 305 |  21k|   0 |   0 |   0 |1470k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
793.72/793.73	c   773s|  1270k|340005 |     0 |   0.0 | 378M| 159 |   - | 305 |  22k|   0 |   0 |   0 |1490k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
814.81/814.85	c   794s|  1280k|336410 |     0 |   0.0 | 379M| 159 |   - | 305 |  23k|   0 |   0 |   0 |1509k|   0 | 2.000000e+00 | 6.000000e+01 |2900.00%
818.72/818.75	o 56
818.72/818.75	c * 797s|  1281k|333947 |     0 |   0.0 | 376M| 159 |   - | 305 |  23k|   0 |   0 |   0 |1513k|   0 | 2.000000e+00 | 5.600000e+01 |2700.00%
836.91/836.91	c   815s|  1290k|330714 |     0 |   0.0 | 377M| 159 |   - | 305 |  23k|   0 |   0 |   0 |1528k|   0 | 2.000000e+00 | 5.600000e+01 |2700.00%
861.23/861.20	c   839s|  1300k|325940 |     0 |   0.0 | 378M| 159 |   - | 305 |  24k|   0 |   0 |   0 |1549k|   0 | 2.000000e+00 | 5.600000e+01 |2700.00%
887.81/887.85	c   865s|  1310k|319904 |     0 |   0.0 | 377M| 159 |   - | 305 |  26k|   0 |   0 |   0 |1570k|   0 | 2.000000e+00 | 5.600000e+01 |2700.00%
917.72/917.79	c   895s|  1320k|312894 |     0 |   0.0 | 376M| 159 |   - | 305 |  28k|   0 |   0 |   0 |1592k|   0 | 2.000000e+00 | 5.600000e+01 |2700.00%
949.72/949.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
949.72/949.73	c   926s|  1330k|305859 |     0 |   0.0 | 373M| 159 |   - | 305 |  29k|   0 |   0 |   0 |1613k|   0 | 2.000000e+00 | 5.600000e+01 |2700.00%
983.32/983.33	c   959s|  1340k|298238 |     0 |   0.0 | 368M| 159 |   - | 305 |  31k|   0 |   0 |   0 |1634k|   0 | 2.000000e+00 | 5.600000e+01 |2700.00%
1022.52/1022.52	c   998s|  1350k|288987 |     0 |   0.0 | 363M| 159 |   - | 305 |  37k|   0 |   0 |   0 |1655k|   0 | 2.000000e+00 | 5.600000e+01 |2700.00%
1029.53/1029.56	o 45
1029.53/1029.56	c *1004s|  1351k|274406 |     0 |   0.0 | 343M| 159 |   - | 305 |  38k|   0 |   0 |   0 |1658k|   0 | 2.000000e+00 | 4.500000e+01 |2150.00%
1056.72/1056.79	c  1031s|  1360k|270257 |     0 |   0.0 | 336M| 159 |   - | 305 |  19k|   0 |   0 |   0 |1675k|   0 | 2.000000e+00 | 4.500000e+01 |2150.00%
1073.92/1073.96	c  1048s|  1370k|268460 |     0 |   0.0 | 336M| 159 |   - | 305 |  21k|   0 |   0 |   0 |1693k|   0 | 2.000000e+00 | 4.500000e+01 |2150.00%
1085.52/1085.58	c  1059s|  1380k|270347 |     0 |   0.0 | 335M| 159 |   - | 305 |  16k|   0 |   0 |   0 |1706k|   0 | 2.000000e+00 | 4.500000e+01 |2150.00%
1093.12/1093.13	c  1066s|  1390k|274217 |     0 |   0.0 | 338M| 159 |   - | 305 |  16k|   0 |   0 |   0 |1716k|   0 | 2.000000e+00 | 4.500000e+01 |2150.00%
1101.32/1101.34	c  1074s|  1400k|277639 |     0 |   0.0 | 342M| 159 |   - | 305 |  17k|   0 |   0 |   0 |1728k|   0 | 2.000000e+00 | 4.500000e+01 |2150.00%
1110.32/1110.36	c  1083s|  1410k|280401 |     0 |   0.0 | 345M| 159 |   - | 305 |  17k|   0 |   0 |   0 |1741k|   0 | 2.000000e+00 | 4.500000e+01 |2150.00%
1120.42/1120.49	c  1093s|  1420k|282382 |     0 |   0.0 | 349M| 159 |   - | 305 |  18k|   0 |   0 |   0 |1755k|   0 | 2.000000e+00 | 4.500000e+01 |2150.00%
1132.22/1132.24	c  1104s|  1430k|283447 |     0 |   0.0 | 352M| 159 |   - | 305 |  19k|   0 |   0 |   0 |1770k|   0 | 2.000000e+00 | 4.500000e+01 |2150.00%
1146.32/1146.37	c  1118s|  1440k|282702 |     0 |   0.0 | 355M| 159 |   - | 305 |  22k|   0 |   0 |   0 |1787k|   0 | 2.000000e+00 | 4.500000e+01 |2150.00%
1160.92/1160.98	c  1132s|  1450k|282701 |     0 |   0.0 | 351M| 159 |   - | 305 |9082 |   0 |   0 |   0 |1801k|   0 | 2.000000e+00 | 4.500000e+01 |2150.00%
1163.92/1163.95	c  1135s|  1460k|288906 |     0 |   0.0 | 354M| 159 |   - | 305 |7293 |   0 |   0 |   0 |1809k|   0 | 2.000000e+00 | 4.500000e+01 |2150.00%
1167.72/1167.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1167.72/1167.79	c  1138s|  1470k|293042 |     0 |   0.0 | 359M| 159 |   - | 305 |7917 |   0 |   0 |   0 |1820k|   0 | 2.000000e+00 | 4.500000e+01 |2150.00%
1174.52/1174.51	c  1145s|  1480k|293068 |     0 |   0.0 | 362M| 159 |   - | 305 |  12k|   0 |   0 |   0 |1836k|   0 | 2.000000e+00 | 4.500000e+01 |2150.00%
1177.92/1177.98	c  1148s|  1490k|298689 |     0 |   0.0 | 364M| 159 |   - | 305 |4341 |   0 |   0 |   0 |1844k|   0 | 2.000000e+00 | 4.500000e+01 |2150.00%
1187.32/1187.35	c  1157s|  1500k|293388 |     0 |   0.0 | 362M| 159 |   - | 305 |  13k|   0 |   0 |   0 |1864k|   0 | 2.000000e+00 | 4.500000e+01 |2150.00%
1190.63/1190.68	o 17
1190.63/1190.68	c *1160s|  1501k|158567 |     0 |   0.0 | 194M| 159 |   - | 305 |  15k|   0 |   0 |   0 |1868k|   0 | 2.000000e+00 | 1.700000e+01 | 750.00%
1217.03/1217.06	c  1186s|  1510k|136102 |     0 |   0.0 | 161M| 159 |   - | 305 |  16k|   0 |   0 |   0 |1895k|   0 | 4.000000e+00 | 1.700000e+01 | 325.00%
1238.64/1238.68	c  1207s|  1520k|131097 |     0 |   0.0 | 162M| 159 |   - | 305 |  24k|   0 |   0 |   0 |1918k|   0 | 4.000000e+00 | 1.700000e+01 | 325.00%
1271.92/1271.91	c  1240s|  1530k|122895 |     0 |   0.0 | 160M| 159 |   - | 305 |  31k|   0 |   0 |   0 |1943k|   0 | 4.000000e+00 | 1.700000e+01 | 325.00%
1297.83/1297.83	c  1265s|  1540k|113870 |     0 |   0.0 | 144M| 159 |   - | 305 |  13k|   0 |   0 |   0 |1968k|   0 | 4.000000e+00 | 1.700000e+01 | 325.00%
1305.83/1305.83	c  1273s|  1550k|115540 |     0 |   0.0 | 148M| 159 |   - | 305 |  13k|   0 |   0 |   0 |1983k|   0 | 4.000000e+00 | 1.700000e+01 | 325.00%
1317.13/1317.11	c  1284s|  1560k|115004 |     0 |   0.0 | 150M| 159 |   - | 305 |  18k|   0 |   0 |   0 |2000k|   0 | 4.000000e+00 | 1.700000e+01 | 325.00%
1331.13/1331.12	c  1297s|  1570k|112701 |     0 |   0.0 | 150M| 159 |   - | 305 |  18k|   0 |   0 |   0 |2020k|   0 | 4.000000e+00 | 1.700000e+01 | 325.00%
1341.13/1341.15	c  1307s|  1580k|114486 |     0 |   0.0 | 148M| 159 |   - | 305 |  13k|   0 |   0 |   0 |2034k|   0 | 4.000000e+00 | 1.700000e+01 | 325.00%
1345.73/1345.78	c  1311s|  1590k|119748 |     0 |   0.0 | 151M| 159 |   - | 305 |  13k|   0 |   0 |   0 |2043k|   0 | 4.000000e+00 | 1.700000e+01 | 325.00%
1353.33/1353.35	c  1319s|  1600k|121888 |     0 |   0.0 | 154M| 159 |   - | 305 |  15k|   0 |   0 |   0 |2057k|   0 | 4.000000e+00 | 1.700000e+01 | 325.00%
1362.63/1362.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1362.63/1362.69	c  1328s|  1610k|120863 |     0 |   0.0 | 152M| 159 |   - | 305 |  10k|   0 |   0 |   0 |2074k|   0 | 4.000000e+00 | 1.700000e+01 | 325.00%
1367.53/1367.56	c  1332s|  1620k|121307 |     0 |   0.0 | 153M| 159 |   - | 305 |5173 |   0 |   0 |   0 |2088k|   0 | 4.000000e+00 | 1.700000e+01 | 325.00%
1378.03/1378.08	c  1342s|  1630k|110288 |     0 |   0.0 | 150M| 159 |   - | 305 |8322 |   0 |   0 |   0 |2110k|   0 | 4.000000e+00 | 1.700000e+01 | 325.00%
1394.23/1394.28	c  1358s|  1640k| 91301 |     0 |   0.0 | 130M| 159 |   - | 305 |  12k|   0 |   0 |   0 |2133k|   0 | 4.000000e+00 | 1.700000e+01 | 325.00%
1409.14/1409.19	c  1372s|  1650k| 89136 |     0 |   0.0 | 132M| 159 |   - | 305 |  24k|   0 |   0 |   0 |2158k|   0 | 5.000000e+00 | 1.700000e+01 | 240.00%
1435.54/1435.53	c  1398s|  1660k| 84813 |     0 |   0.0 | 133M| 159 |   - | 305 |  36k|   0 |   0 |   0 |2183k|   0 | 5.000000e+00 | 1.700000e+01 | 240.00%
1461.03/1461.04	c  1423s|  1670k| 83908 |     0 |   0.0 | 129M| 159 |   - | 305 |  30k|   0 |   0 |   0 |2202k|   0 | 5.000000e+00 | 1.700000e+01 | 240.00%
1474.13/1474.19	c  1436s|  1680k| 87193 |     0 |   0.0 | 130M| 159 |   - | 305 |  22k|   0 |   0 |   0 |2215k|   0 | 5.000000e+00 | 1.700000e+01 | 240.00%
1487.33/1487.37	c  1449s|  1690k| 89038 |     0 |   0.0 | 133M| 159 |   - | 305 |  24k|   0 |   0 |   0 |2230k|   0 | 5.000000e+00 | 1.700000e+01 | 240.00%
1503.83/1503.88	c  1465s|  1700k| 89112 |     0 |   0.0 | 136M| 159 |   - | 305 |  27k|   0 |   0 |   0 |2247k|   0 | 5.000000e+00 | 1.700000e+01 | 240.00%
1525.23/1525.21	c  1486s|  1710k| 86654 |     0 |   0.0 | 136M| 159 |   - | 305 |  29k|   0 |   0 |   0 |2267k|   0 | 5.000000e+00 | 1.700000e+01 | 240.00%
1546.43/1546.49	c  1507s|  1720k| 83887 |     0 |   0.0 | 128M| 159 |   - | 305 |  13k|   0 |   0 |   0 |2286k|   0 | 5.000000e+00 | 1.700000e+01 | 240.00%
1549.43/1549.43	c  1510s|  1730k| 90398 |     0 |   0.0 | 129M| 159 |   - | 305 |5301 |   0 |   0 |   0 |2294k|   0 | 5.000000e+00 | 1.700000e+01 | 240.00%
1553.94/1553.97	c  1514s|  1740k| 93161 |     0 |   0.0 | 132M| 159 |   - | 305 |6546 |   0 |   0 |   0 |2308k|   0 | 5.000000e+00 | 1.700000e+01 | 240.00%
1560.13/1560.17	c  1520s|  1750k| 92783 |     0 |   0.0 | 133M| 159 |   - | 305 |9067 |   0 |   0 |   0 |2324k|   0 | 5.000000e+00 | 1.700000e+01 | 240.00%
1567.93/1567.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1567.93/1567.97	c  1527s|  1760k| 90067 |     0 |   0.0 | 123M| 159 |   - | 305 |7954 |   0 |   0 |   0 |2341k|   0 | 5.000000e+00 | 1.700000e+01 | 240.00%
1580.03/1580.08	c  1539s|  1770k| 87114 |     0 |   0.0 | 123M| 159 |   - | 305 |  18k|   0 |   0 |   0 |2364k|   0 | 6.000000e+00 | 1.700000e+01 | 183.33%
1602.53/1602.51	c  1561s|  1780k| 81859 |     0 |   0.0 | 124M| 159 |   - | 305 |  24k|   0 |   0 |   0 |2388k|   0 | 6.000000e+00 | 1.700000e+01 | 183.33%
1634.14/1634.10	c  1592s|  1790k| 73038 |     0 |   0.0 | 119M| 159 |   - | 305 |  31k|   0 |   0 |   0 |2412k|   0 | 6.000000e+00 | 1.700000e+01 | 183.33%
1651.04/1651.08	c  1609s|  1800k| 73648 |     0 |   0.0 | 108M| 159 |   - | 305 |  12k|   0 |   0 |   0 |2426k|   0 | 6.000000e+00 | 1.700000e+01 | 183.33%
1655.14/1655.10	c  1612s|  1810k| 79927 |     0 |   0.0 | 111M| 159 |   - | 305 |  10k|   0 |   0 |   0 |2435k|   0 | 6.000000e+00 | 1.700000e+01 | 183.33%
1659.43/1659.48	c  1616s|  1820k| 85555 |     0 |   0.0 | 115M| 159 |   - | 305 |  11k|   0 |   0 |   0 |2446k|   0 | 6.000000e+00 | 1.700000e+01 | 183.33%
1664.64/1664.62	c  1621s|  1830k| 90304 |     0 |   0.0 | 118M| 159 |   - | 305 |  12k|   0 |   0 |   0 |2458k|   0 | 6.000000e+00 | 1.700000e+01 | 183.33%
1671.44/1671.40	c  1628s|  1840k| 93606 |     0 |   0.0 | 122M| 159 |   - | 305 |  13k|   0 |   0 |   0 |2473k|   0 | 6.000000e+00 | 1.700000e+01 | 183.33%
1680.94/1680.90	c  1637s|  1850k| 94289 |     0 |   0.0 | 125M| 159 |   - | 305 |  14k|   0 |   0 |   0 |2490k|   0 | 6.000000e+00 | 1.700000e+01 | 183.33%
1691.94/1691.98	c  1648s|  1860k| 91757 |     0 |   0.0 | 124M| 159 |   - | 305 |  13k|   0 |   0 |   0 |2509k|   0 | 6.000000e+00 | 1.700000e+01 | 183.33%
1699.24/1699.26	c  1654s|  1870k| 93063 |     0 |   0.0 | 123M| 159 |   - | 305 |7676 |   0 |   0 |   0 |2522k|   0 | 6.000000e+00 | 1.700000e+01 | 183.33%
1703.84/1703.89	c  1659s|  1880k| 95638 |     0 |   0.0 | 123M| 159 |   - | 305 |7469 |   0 |   0 |   0 |2534k|   0 | 6.000000e+00 | 1.700000e+01 | 183.33%
1710.54/1710.51	c  1665s|  1890k| 95309 |     0 |   0.0 | 123M| 159 |   - | 305 |  10k|   0 |   0 |   0 |2550k|   0 | 6.000000e+00 | 1.700000e+01 | 183.33%
1722.04/1722.09	c  1676s|  1900k| 91751 |     0 |   0.0 | 113M| 159 |   - | 305 |  12k|   0 |   0 |   0 |2570k|   0 | 8.000000e+00 | 1.700000e+01 | 112.50%
1728.05/1728.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1728.05/1728.04	c  1682s|  1910k| 96264 |     0 |   0.0 | 117M| 159 |   - | 305 |  13k|   0 |   0 |   0 |2582k|   0 | 8.000000e+00 | 1.700000e+01 | 112.50%
1735.24/1735.23	c  1689s|  1920k| 99853 |     0 |   0.0 | 121M| 159 |   - | 305 |  15k|   0 |   0 |   0 |2596k|   0 | 8.000000e+00 | 1.700000e+01 | 112.50%
1744.15/1744.12	c  1697s|  1930k|102715 |     0 |   0.0 | 125M| 159 |   - | 305 |  17k|   0 |   0 |   0 |2611k|   0 | 8.000000e+00 | 1.700000e+01 | 112.50%
1754.74/1754.74	c  1708s|  1940k|104784 |     0 |   0.0 | 129M| 159 |   - | 305 |  19k|   0 |   0 |   0 |2627k|   0 | 8.000000e+00 | 1.700000e+01 | 112.50%
1766.64/1766.66	c  1719s|  1950k|106437 |     0 |   0.0 | 133M| 159 |   - | 305 |  21k|   0 |   0 |   0 |2644k|   0 | 8.000000e+00 | 1.700000e+01 | 112.50%
1779.94/1779.95	c  1732s|  1960k|107601 |     0 |   0.0 | 137M| 159 |   - | 305 |  23k|   0 |   0 |   0 |2662k|   0 | 8.000000e+00 | 1.700000e+01 | 112.50%
1795.05/1795.07	c  1747s|  1970k|108084 |     0 |   0.0 | 140M| 159 |   - | 305 |  24k|   0 |   0 |   0 |2680k|   0 | 8.000000e+00 | 1.700000e+01 | 112.50%
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1751.68
1800.05/1800.00	c Solving Nodes      : 1973152
1800.05/1800.00	c Primal Bound       : +1.70000000000000e+01 (19 solutions)
1800.05/1800.00	c Dual Bound         : +8.00000000000000e+00
1800.05/1800.00	c Gap                : 112.50 %
1800.05/1800.00	s SATISFIABLE
1800.05/1800.00	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 x148 
1800.05/1800.00	v -x147 -x146 -x145 -x144 -x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
1800.05/1800.00	v x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
1800.05/1800.00	v -x105 x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 
1800.05/1800.00	v -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 
1800.05/1800.00	v -x56 -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 
1800.05/1800.00	v -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 
1800.05/1800.00	v -x4 -x3 x2 -x1 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time       :    1751.68
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-2694004-1277899667.wbo
1800.05/1800.00	c   Variables        : 307 (238 binary, 0 integer, 0 implicit integer, 69 continuous)
1800.05/1800.00	c   Constraints      : 171 initial, 171 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-2694004-1277899667.wbo
1800.05/1800.00	c   Variables        : 305 (237 binary, 0 integer, 0 implicit integer, 68 continuous)
1800.05/1800.00	c   Constraints      : 166 initial, 43991 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          2          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0          1          0          0
1800.05/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.00          0          0          0         68          0          4          1          0
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -         14          -          -         28          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   indicator        :         68          0    5686875          0    1276684       9600    2487376          0          0          0
1800.05/1800.00	c   setppc           :         20          0    6075810          0    1354212      23763    4624968          0          0          0
1800.05/1800.00	c   linear           :         68          0    6052118          0    1354245     579768   29840918          0          0          0
1800.05/1800.00	c   logicor          :         10+         0    2939978          0    1354010     252155    1590800          0          0          0
1800.05/1800.00	c   bounddisjunction :          0+         0     593883          0          0        121      10248          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0          0    1354263          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c   indicator        :       5.17       0.00       3.64       0.00       1.53
1800.05/1800.00	c   setppc           :      13.03       0.00      10.19       0.00       2.84
1800.05/1800.00	c   linear           :     147.60       0.00     147.14       0.00       0.46
1800.05/1800.00	c   logicor          :     762.38       0.00     761.24       0.00       1.14
1800.05/1800.00	c   bounddisjunction :      25.43       0.00      25.43       0.00       0.00
1800.05/1800.00	c   countsols        :       0.13       0.00       0.00       0.00       0.13
1800.05/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :       0.70          2          0          0
1800.05/1800.00	c   rootredcost      :       0.56          0          0          0
1800.05/1800.00	c   pseudoobj        :      17.12    6096676      11362    2371795
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :      51.10     867167     867045    4613973       23.1     266654       14.1          -
1800.05/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.01         98         98        278       12.2         31       16.1          -
1800.05/1800.00	c   applied globally :          -          -          -    2639521       17.3          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -      46852       36.5          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :      11.88    1354244          0          0          0          0    2708488
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.00	c   LP solutions     :       0.00          -          0
1800.05/1800.00	c   pseudo solutions :       0.54          -         19
1800.05/1800.00	c   oneopt           :       0.36          0          0
1800.05/1800.00	c   trivial          :       0.00          2          0
1800.05/1800.00	c   simplerounding   :       0.00          0          0
1800.05/1800.00	c   zirounding       :       0.00          0          0
1800.05/1800.00	c   rounding         :       0.00          0          0
1800.05/1800.00	c   shifting         :       0.00          0          0
1800.05/1800.00	c   intshifting      :       0.00          0          0
1800.05/1800.00	c   twoopt           :       0.00          0          0
1800.05/1800.00	c   fixandinfer      :       0.00          0          0
1800.05/1800.00	c   feaspump         :       0.00          0          0
1800.05/1800.00	c   coefdiving       :       0.00          0          0
1800.05/1800.00	c   pscostdiving     :       0.00          0          0
1800.05/1800.00	c   fracdiving       :       0.00          0          0
1800.05/1800.00	c   veclendiving     :       0.00          0          0
1800.05/1800.00	c   intdiving        :       0.00          0          0
1800.05/1800.00	c   actconsdiving    :       0.00          0          0
1800.05/1800.00	c   objpscostdiving  :       0.00          0          0
1800.05/1800.00	c   rootsoldiving    :       0.00          0          0
1800.05/1800.00	c   linesearchdiving :       0.00          0          0
1800.05/1800.00	c   guideddiving     :       0.00          0          0
1800.05/1800.00	c   octane           :       0.00          0          0
1800.05/1800.00	c   rens             :       0.00          0          0
1800.05/1800.00	c   rins             :       0.00          0          0
1800.05/1800.00	c   localbranching   :       0.00          0          0
1800.05/1800.00	c   mutation         :       0.00          0          0
1800.05/1800.00	c   crossover        :       0.00          0          0
1800.05/1800.00	c   dins             :       0.00          0          0
1800.05/1800.00	c   undercover       :       0.00          0          0
1800.05/1800.00	c   nlp              :       0.29          0          0
1800.05/1800.00	c   trysol           :       0.20          1          0
1800.05/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :    1973152
1800.05/1800.00	c   nodes (total)    :    1973152
1800.05/1800.00	c   nodes left       :     108124
1800.05/1800.00	c   max depth        :        159
1800.05/1800.00	c   max depth (total):        159
1800.05/1800.00	c   backtracks       :     673614 (34.1%)
1800.05/1800.00	c   delayed cutoffs  :     450239
1800.05/1800.00	c   repropagations   :    2485419 (10441449 domain reductions, 257978 cutoffs)
1800.05/1800.00	c   avg switch length:      22.78
1800.05/1800.00	c   switching time   :     576.95
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :         19 (19 improvements)
1800.05/1800.00	c   First Solution   : +6.59000000000000e+02   (in run 1, after 128698 nodes, 56.51 seconds, depth 107, found by <relaxation>)
1800.05/1800.00	c   Primal Bound     : +1.70000000000000e+01   (in run 1, after 1501392 nodes, 1159.64 seconds, depth 59, found by <relaxation>)
1800.05/1800.00	c   Dual Bound       : +8.00000000000000e+00
1800.05/1800.00	c   Gap              :     112.50 %
1800.05/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.00	c   Root Iterations  :          0
1800.35/1800.39	c Time complete: 1800.44.

Verifier Data

OK	15

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 23205
/proc/meminfo: memFree=29681884/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=8252 CPUtime=0
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 1539 0 0 0 0 0 0 0 25 0 1 0 163558412 8450048 1462 4089446400 4194304 7136930 140734053564816 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23205/statm: 2063 1462 275 719 0 1342 0

[startup+0.0271751 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 23205
/proc/meminfo: memFree=29681884/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=11976 CPUtime=0.02
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 4490 0 0 0 2 0 0 0 25 0 1 0 163558412 12263424 2261 4089446400 4194304 7136930 140734053564816 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23205/statm: 2994 2261 391 719 0 2273 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11976

[startup+0.101101 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 23205
/proc/meminfo: memFree=29681884/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=12860 CPUtime=0.09
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 4741 0 0 0 9 0 0 0 25 0 1 0 163558412 13168640 2512 4089446400 4194304 7136930 140734053564816 18446744073709551615 4978095 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23205/statm: 3215 2512 395 719 0 2494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12860

[startup+0.301065 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 23205
/proc/meminfo: memFree=29681884/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=14816 CPUtime=0.29
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 5220 0 0 0 26 3 0 0 25 0 1 0 163558412 15171584 2991 4089446400 4194304 7136930 140734053564816 18446744073709551615 4660982 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23205/statm: 3704 2991 395 719 0 2983 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14816

[startup+0.700991 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 23205
/proc/meminfo: memFree=29681884/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=17632 CPUtime=0.69
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 5926 0 0 0 63 6 0 0 25 0 1 0 163558412 18055168 3697 4089446400 4194304 7136930 140734053564816 18446744073709551615 5382429 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23205/statm: 4408 3697 395 719 0 3687 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17632

[startup+1.50084 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23206
/proc/meminfo: memFree=29666004/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=20916 CPUtime=1.49
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 6766 0 0 0 139 10 0 0 25 0 1 0 163558412 21417984 4537 4089446400 4194304 7136930 140734053564816 18446744073709551615 4976511 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23205/statm: 5229 4537 395 719 0 4508 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20916

[startup+3.10055 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23206
/proc/meminfo: memFree=29660672/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=26440 CPUtime=3.09
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 8170 0 0 0 293 16 0 0 25 0 1 0 163558412 27074560 5941 4089446400 4194304 7136930 140734053564816 18446744073709551615 4223056 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23205/statm: 6610 5941 395 719 0 5889 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26440

[startup+6.30097 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23206
/proc/meminfo: memFree=29646104/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=33528 CPUtime=6.29
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 9909 0 0 0 604 25 0 0 25 0 1 0 163558412 34332672 7680 4089446400 4194304 7136930 140734053564816 18446744073709551615 4675288 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23205/statm: 8382 7680 395 719 0 7661 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33528

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23206
/proc/meminfo: memFree=29625504/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=44036 CPUtime=12.69
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 12567 0 0 0 1227 42 0 0 25 0 1 0 163558412 45092864 10335 4089446400 4194304 7136930 140734053564816 18446744073709551615 4224183 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23205/statm: 11009 10335 395 719 0 10288 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44036

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23206
/proc/meminfo: memFree=29594044/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=61640 CPUtime=25.49
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 16943 0 0 0 2475 74 0 0 25 0 1 0 163558412 63119360 14711 4089446400 4194304 7136930 140734053564816 18446744073709551615 4210611 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23205/statm: 15410 14711 395 719 0 14689 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61640

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23207
/proc/meminfo: memFree=29548444/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=75904 CPUtime=51.09
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 20424 0 0 0 4993 116 0 0 25 0 1 0 163558412 77725696 18192 4089446400 4194304 7136930 140734053564816 18446744073709551615 5953094 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23205/statm: 18976 18192 395 719 0 18255 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 75904

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23208
/proc/meminfo: memFree=29456392/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=107496 CPUtime=102.3
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 27819 0 0 0 10011 219 0 0 25 0 1 0 163558412 110075904 25587 4089446400 4194304 7136930 140734053564816 18446744073709551615 5955728 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23205/statm: 26874 25587 398 719 0 26153 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 107496

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23210
/proc/meminfo: memFree=29352424/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=145588 CPUtime=162.29
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 37534 0 0 0 15891 338 0 0 25 0 1 0 163558412 149082112 35302 4089446400 4194304 7136930 140734053564816 18446744073709551615 4925973 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23205/statm: 36397 35302 398 719 0 35676 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 145588

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23212
/proc/meminfo: memFree=29239788/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=182328 CPUtime=222.3
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 46730 0 0 0 21792 438 0 0 25 0 1 0 163558412 186703872 44498 4089446400 4194304 7136930 140734053564816 18446744073709551615 4238233 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23205/statm: 45582 44498 398 719 0 44861 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 182328

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23214
/proc/meminfo: memFree=29172664/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=203804 CPUtime=282.3
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 51979 0 0 0 27715 515 0 0 25 0 1 0 163558412 208695296 49747 4089446400 4194304 7136930 140734053564816 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23205/statm: 50951 49747 398 719 0 50230 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 203804

[startup+342.301 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 23215
/proc/meminfo: memFree=29035704/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=271120 CPUtime=342.3
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 67950 0 0 0 33584 646 0 0 25 0 1 0 163558412 277626880 65718 4089446400 4194304 7136930 140734053564816 18446744073709551615 4788522 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23205/statm: 67780 65718 398 719 0 67059 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 271120

[startup+402.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23216
/proc/meminfo: memFree=28922192/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=318348 CPUtime=402.3
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 79737 0 0 0 39453 777 0 0 25 0 1 0 163558412 325988352 77505 4089446400 4194304 7136930 140734053564816 18446744073709551615 5955613 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23205/statm: 79587 77505 398 719 0 78866 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 318348

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23218
/proc/meminfo: memFree=28792052/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=378592 CPUtime=462.3
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 94991 0 0 0 45286 944 0 0 25 0 1 0 163558412 387678208 92759 4089446400 4194304 7136930 140734053564816 18446744073709551615 4999910 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23205/statm: 94648 92759 398 719 0 93927 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 378592

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23220
/proc/meminfo: memFree=28685840/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=414120 CPUtime=522.31
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 103906 0 0 0 51163 1068 0 0 25 0 1 0 163558412 424058880 101674 4089446400 4194304 7136930 140734053564816 18446744073709551615 5953052 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23205/statm: 103530 101674 398 719 0 102809 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 414120

[startup+582.301 s]
/proc/loadavg: 1.95 1.98 1.99 3/197 23289
/proc/meminfo: memFree=30938656/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=430220 CPUtime=582.31
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 108004 0 0 0 56996 1235 0 0 25 0 1 0 163558412 440545280 105772 4089446400 4194304 7136930 140734053564816 18446744073709551615 5952185 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23205/statm: 107555 105772 398 719 0 106834 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 430220

[startup+642.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/197 23290
/proc/meminfo: memFree=30912032/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=437356 CPUtime=642.31
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 109802 0 0 0 62755 1476 0 0 25 0 1 0 163558412 447852544 107570 4089446400 4194304 7136930 140734053564816 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23205/statm: 109339 107570 398 719 0 108618 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 437356

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 23298
/proc/meminfo: memFree=30821776/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=477920 CPUtime=942.31
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 119801 0 0 0 91859 2372 0 0 25 0 1 0 163558412 489390080 117569 4089446400 4194304 7136930 140734053564816 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23205/statm: 119480 117569 398 719 0 118759 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 477920

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/197 23299
/proc/meminfo: memFree=30821232/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=478128 CPUtime=1002.32
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 119891 0 0 0 97760 2472 0 0 25 0 1 0 163558412 489603072 117659 4089446400 4194304 7136930 140734053564816 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23205/statm: 119532 117659 398 719 0 118811 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 478128

[startup+1062.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/197 23301
/proc/meminfo: memFree=30820312/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=478128 CPUtime=1062.33
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 120002 0 0 0 103662 2571 0 0 25 0 1 0 163558412 489603072 117770 4089446400 4194304 7136930 140734053564816 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23205/statm: 119532 117770 398 719 0 118811 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 478128

[startup+1122.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 23303
/proc/meminfo: memFree=30810456/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=478128 CPUtime=1122.32
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 120005 0 0 0 109451 2781 0 0 25 0 1 0 163558412 489603072 117773 4089446400 4194304 7136930 140734053564816 18446744073709551615 5955622 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23205/statm: 119532 117773 398 719 0 118811 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 478128

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 23305
/proc/meminfo: memFree=30803600/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=484448 CPUtime=1182.32
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 121569 0 0 0 115190 3042 0 0 25 0 1 0 163558412 496074752 119337 4089446400 4194304 7136930 140734053564816 18446744073709551615 4210590 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23205/statm: 121112 119337 398 719 0 120391 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 484448

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 23306
/proc/meminfo: memFree=30797228/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=484448 CPUtime=1242.32
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 121580 0 0 0 121058 3174 0 0 25 0 1 0 163558412 496074752 119348 4089446400 4194304 7136930 140734053564816 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23205/statm: 121112 119348 398 719 0 120391 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 484448

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 23307
/proc/meminfo: memFree=30784280/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=484760 CPUtime=1302.33
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 121643 0 0 0 126944 3289 0 0 25 0 1 0 163558412 496394240 119411 4089446400 4194304 7136930 140734053564816 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23205/statm: 121190 119411 398 719 0 120469 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 484760

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 23309
/proc/meminfo: memFree=30781616/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=484760 CPUtime=1362.33
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 121643 0 0 0 132713 3520 0 0 25 0 1 0 163558412 496394240 119411 4089446400 4194304 7136930 140734053564816 18446744073709551615 4999948 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23205/statm: 121190 119411 398 719 0 120469 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 484760

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 23311
/proc/meminfo: memFree=30781328/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=485156 CPUtime=1422.34
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 121688 0 0 0 138506 3728 0 0 25 0 1 0 163558412 496799744 119456 4089446400 4194304 7136930 140734053564816 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23205/statm: 121289 119456 398 719 0 120568 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 485156

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 23313
/proc/meminfo: memFree=30769260/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=485336 CPUtime=1482.33
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 121715 0 0 0 144402 3831 0 0 25 0 1 0 163558412 496984064 119483 4089446400 4194304 7136930 140734053564816 18446744073709551615 4221561 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23205/statm: 121334 119483 398 719 0 120613 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 485336

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 23314
/proc/meminfo: memFree=30764744/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=485336 CPUtime=1542.33
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 121715 0 0 0 150280 3953 0 0 25 0 1 0 163558412 496984064 119483 4089446400 4194304 7136930 140734053564816 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23205/statm: 121334 119483 398 719 0 120613 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 485336

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/197 23315
/proc/meminfo: memFree=30759092/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=485336 CPUtime=1602.34
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 121715 0 0 0 156062 4172 0 0 25 0 1 0 163558412 496984064 119483 4089446400 4194304 7136930 140734053564816 18446744073709551615 5004476 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23205/statm: 121334 119483 398 719 0 120613 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 485336

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/197 23317
/proc/meminfo: memFree=30747024/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=485908 CPUtime=1662.34
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 121760 0 0 0 161909 4325 0 0 25 0 1 0 163558412 497569792 119528 4089446400 4194304 7136930 140734053564816 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23205/statm: 121477 119528 398 719 0 120756 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 485908

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/197 23319
/proc/meminfo: memFree=30744852/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=486244 CPUtime=1722.34
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 121818 0 0 0 167637 4597 0 0 25 0 1 0 163558412 497913856 119586 4089446400 4194304 7136930 140734053564816 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23205/statm: 121561 119586 398 719 0 120840 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 486244

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 23321
/proc/meminfo: memFree=30739112/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=486244 CPUtime=1782.34
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 121822 0 0 0 173440 4794 0 0 25 0 1 0 163558412 497913856 119590 4089446400 4194304 7136930 140734053564816 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23205/statm: 121561 119590 398 719 0 120840 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 486244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 23321
/proc/meminfo: memFree=30739108/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=486244 CPUtime=1800.05
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 121840 0 0 0 175168 4837 0 0 25 0 1 0 163558412 497913856 119608 4089446400 4194304 7136930 140734053564816 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23205/statm: 121561 119608 398 719 0 120840 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 486244

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 23321
/proc/meminfo: memFree=30739108/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=486244 CPUtime=1800.25
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 121845 0 0 0 175188 4837 0 0 18 0 1 0 163558412 497913856 119613 4089446400 4194304 7136930 140734053564816 18446744073709551615 4670052 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/23205/statm: 121561 119613 403 719 0 120840 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 486244

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 23321
/proc/meminfo: memFree=30739108/32950928 swapFree=67111528/67111528
[pid=23205] ppid=23203 vsize=486244 CPUtime=1800.35
/proc/23205/stat : 23205 (pbscip.linux.x8) R 23203 23205 22969 0 -1 4202496 121845 0 0 0 175198 4837 0 0 18 0 1 0 163558412 497913856 119613 4089446400 4194304 7136930 140734053564816 18446744073709551615 4670052 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/23205/statm: 121561 119613 403 719 0 120840 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 486244

Child status: 0
Real time (s): 1800.39
CPU time (s): 1800.44
CPU user time (s): 1752.05
CPU system time (s): 48.3906
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 486244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1752.05
system time used= 48.3906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121852
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= 5
involuntary context switches= 2941

runsolver used 2.78258 second user time and 5.99509 second system time

The end

Launcher Data

Begin job on node116 at 2010-06-30 14:07:47
IDJOB=2694004
IDBENCH=78863
IDSOLVER=1206
FILE ID=node116/2694004-1277899667
PBS_JOBID= 11197183
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111226368--soft-33-100-0.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-2694004-1277899667/watcher-2694004-1277899667 -o /tmp/evaluation-result-2694004-1277899667/solver-2694004-1277899667 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2694004-1277899667.wbo -t 1800 -m 3800

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

MD5SUM BENCH= ae60804d96363031fd1d95f40cdae528
RANDOM SEED=1996636920

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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:      29682536 kB
Buffers:        180520 kB
Cached:        1004476 kB
SwapCached:          0 kB
Active:        2412540 kB
Inactive:       710232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29682536 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3188 kB
Writeback:           0 kB
AnonPages:     1937700 kB
Mapped:          15288 kB
Slab:            78032 kB
PageTables:       8440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2088160 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= 74208 MiB
End job on node116 at 2010-06-30 14:37:49