Trace number 2700093

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverOPTIMUM 303.492 304.23

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh218_wcsp.wbo
MD5SUMe9977e481ed86e7573c7f989943259e1
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.158974
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints900
Number of soft constraints800
Number of constraints which are clauses800
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [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-2700093-1278533968.wbo>
0.00/0.01	c original problem has 1800 variables (1000 bin, 0 int, 0 impl, 800 cont) and 1701 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.00/0.05	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1000 implications, 0 cliques
0.00/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 0 impl, 800 cont) and 1600 constraints
0.00/0.05	c     800 constraints of type <indicator>
0.00/0.05	c     800 constraints of type <linear>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.04
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 1.2.1.2
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1799.99
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 3420
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	o 394238
0.00/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.05	c t 0.0s|     1 |     0 |     0 |     - |5795k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |     0 |     - |6167k|   0 |   0 |1700 |1600 |1700 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |    41 |     - |6207k|   0 |   0 |1700 |1600 |1700 |  68 |  68 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.00/0.06	c   0.1s|     1 |     0 |   145 |     - |6263k|   0 |  57 |1700 |1600 |1700 | 124 | 124 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.06/0.07	c   0.1s|     1 |     0 |   208 |     - |6460k|   0 |  60 |1700 |1600 |1700 | 162 | 162 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.06/0.09	c   0.1s|     1 |     0 |   263 |     - |6498k|   0 |  58 |1700 |1600 |1700 | 178 | 178 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   276 |     - |6524k|   0 |  59 |1700 |1600 |1700 | 182 | 182 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   277 |     - |6549k|   0 |  59 |1700 |1600 |1700 | 183 | 183 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.29/0.32	c   0.3s|     1 |     2 |   443 |     - |6577k|   0 |  59 |1700 |1600 |1700 | 183 | 183 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
1.49/1.57	o 7608
1.49/1.57	c * 1.5s|   678 |   472 |  2574 |   3.4 |7648k| 677 |   - |1700 |1600 |1700 | 302 | 302 |   0 | 455 | 0.000000e+00 | 7.608000e+03 |    Inf 
6.88/7.68	o 7370
6.88/7.68	c * 6.6s|  7105 |  6607 | 17560 |   2.4 |  16M| 677 |   - |1700 |2383 |1700 | 264 |1895 | 783 | 762 | 0.000000e+00 | 7.370000e+03 |    Inf 
6.88/7.70	o 7092
6.88/7.70	c * 6.6s|  7130 |  6458 | 17633 |   2.4 |  16M| 677 |   - |1700 |2383 |1700 | 264 |1895 | 783 | 762 | 0.000000e+00 | 7.092000e+03 |    Inf 
7.17/7.95	o 6913
7.17/7.95	c * 6.8s|  7355 |  6506 | 19172 |   2.6 |  16M| 677 |   - |1700 |2601 |1700 | 291 |2059 |1001 | 768 | 0.000000e+00 | 6.913000e+03 |    Inf 
7.17/7.98	o 6845
7.17/7.98	c * 6.9s|  7389 |  6483 | 19291 |   2.6 |  16M| 677 |   - |1700 |2624 |1700 | 290 |2066 |1024 | 768 | 0.000000e+00 | 6.845000e+03 |    Inf 
7.17/7.98	o 6731
7.17/7.98	c * 6.9s|  7390 |  6401 | 19296 |   2.6 |  16M| 677 |   - |1700 |2624 |1700 | 290 |2066 |1024 | 768 | 0.000000e+00 | 6.731000e+03 |    Inf 
9.17/9.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.17/9.91	c   8.7s| 10000 |  8602 | 24781 |   2.5 |  19M| 677 |   0 |1700 |4265 |1700 | 191 |2584 |2669 | 774 | 0.000000e+00 | 6.731000e+03 |    Inf 
13.27/14.07	o 6712
13.27/14.07	c *12.6s| 15587 | 13441 | 35702 |   2.3 |  26M| 677 |   - |1700 |4846 |1700 | 278 |3908 |5593 | 778 | 0.000000e+00 | 6.712000e+03 |    Inf 
13.27/14.07	o 6512
13.27/14.07	c *12.6s| 15588 | 13152 | 35708 |   2.3 |  26M| 677 |   - |1700 |4846 |1700 | 278 |3908 |5593 | 778 | 0.000000e+00 | 6.512000e+03 |    Inf 
16.57/17.32	c  15.7s| 20000 | 16931 | 42739 |   2.1 |  31M| 677 |   0 |1700 |4746 |1700 | 203 |4831 |8155 | 778 | 0.000000e+00 | 6.512000e+03 |    Inf 
23.77/24.55	c  22.6s| 30000 | 25658 | 59559 |   2.0 |  43M| 677 |   0 |1700 |4761 |1700 | 195 |6789 |  13k| 782 | 0.000000e+00 | 6.512000e+03 |    Inf 
24.27/25.09	o 6508
24.27/25.09	c *23.1s| 30732 | 26261 | 61063 |   2.0 |  44M| 677 |   - |1700 |4975 |1700 | 261 |6958 |  13k| 782 | 0.000000e+00 | 6.508000e+03 |    Inf 
29.97/30.79	o 6507
29.97/30.79	c *28.4s| 37738 | 32125 | 78992 |   2.1 |  53M| 677 |   - |1700 |5144 |1700 | 258 |9183 |  17k| 782 | 0.000000e+00 | 6.507000e+03 |    Inf 
30.08/30.89	o 6456
30.08/30.89	c *28.5s| 37863 | 32088 | 79362 |   2.1 |  53M| 677 |   - |1700 |5110 |1700 | 282 |9199 |  17k| 782 | 0.000000e+00 | 6.456000e+03 |    Inf 
31.77/32.57	c  30.1s| 40000 | 33880 | 83982 |   2.1 |  56M| 677 |   0 |1700 |5452 |1700 | 210 |9893 |  19k| 782 | 0.000000e+00 | 6.456000e+03 |    Inf 
39.46/40.29	c  37.3s| 50000 | 42341 |103792 |   2.1 |  69M| 677 |   0 |1700 |5158 |1700 | 205 |  12k|  25k| 784 | 0.000000e+00 | 6.456000e+03 |    Inf 
42.56/43.36	o 6426
42.56/43.36	c *40.2s| 53991 | 45592 |111121 |   2.1 |  74M| 677 |   - |1700 |5249 |1700 | 217 |  13k|  27k| 784 | 0.000000e+00 | 6.426000e+03 |    Inf 
47.07/47.80	c  44.4s| 60000 | 50847 |122062 |   2.0 |  81M| 677 |   0 |1700 |5142 |1700 | 271 |  14k|  29k| 784 | 0.000000e+00 | 6.426000e+03 |    Inf 
54.97/55.75	c  51.8s| 70000 | 59269 |143679 |   2.0 |  94M| 677 |   0 |1700 |5095 |1700 | 203 |  17k|  35k| 784 | 0.000000e+00 | 6.426000e+03 |    Inf 
59.16/59.96	o 6407
59.16/59.96	c *55.7s| 75395 | 63756 |154445 |   2.0 | 101M| 677 |   - |1700 |4804 |1700 | 201 |  18k|  38k| 795 | 0.000000e+00 | 6.407000e+03 |    Inf 
59.16/59.96	o 6316
59.16/59.96	c *55.7s| 75396 | 63016 |154449 |   2.0 | 100M| 677 |   - |1700 |4804 |1700 | 201 |  18k|  38k| 795 | 0.000000e+00 | 6.316000e+03 |    Inf 
59.56/60.32	o 6277
59.56/60.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.56/60.32	c *56.1s| 75813 | 63047 |155581 |   2.0 | 100M| 677 |   - |1700 |4768 |1700 | 230 |  18k|  38k| 795 | 0.000000e+00 | 6.277000e+03 |    Inf 
62.87/63.60	c  59.1s| 80000 | 66650 |164586 |   2.1 | 105M| 677 |   0 |1700 |5170 |1700 | 197 |  19k|  41k| 808 | 0.000000e+00 | 6.277000e+03 |    Inf 
68.57/69.36	o 6134
68.57/69.36	c *64.6s| 87513 | 71847 |180141 |   2.1 | 113M| 677 |   - |1700 |4995 |1700 | 244 |  21k|  44k| 840 | 0.000000e+00 | 6.134000e+03 |    Inf 
70.67/71.46	c  66.5s| 90000 | 73996 |187236 |   2.1 | 116M| 677 |   0 |1700 |5271 |1700 | 190 |  22k|  45k| 867 | 0.000000e+00 | 6.134000e+03 |    Inf 
78.37/79.13	c  73.7s|100000 | 82654 |206423 |   2.1 | 128M| 677 |   0 |1700 |5279 |1700 | 205 |  25k|  50k| 902 | 0.000000e+00 | 6.134000e+03 |    Inf 
80.26/81.00	o 6034
80.26/81.00	c *75.5s|102461 | 83560 |211054 |   2.1 | 129M| 677 |   - |1700 |5542 |1700 | 247 |  25k|  51k| 918 | 0.000000e+00 | 6.034000e+03 |    Inf 
80.26/81.03	o 5819
80.26/81.03	c *75.5s|102484 | 80497 |211168 |   2.1 | 123M| 677 |   - |1700 |5547 |1700 | 250 |  25k|  51k| 918 | 0.000000e+00 | 5.819000e+03 |    Inf 
86.17/86.99	c  81.0s|110000 | 86790 |226165 |   2.1 | 132M| 677 |   0 |1700 |4818 |1700 | 206 |  27k|  55k| 970 | 0.000000e+00 | 5.819000e+03 |    Inf 
93.86/94.64	c  88.3s|120000 | 95442 |244846 |   2.0 | 145M| 677 |   0 |1700 |5953 |1700 | 194 |  30k|  60k|1023 | 0.000000e+00 | 5.819000e+03 |    Inf 
101.57/102.31	c  95.5s|130000 |104167 |264986 |   2.0 | 157M| 677 |   0 |1700 |4706 |1700 | 207 |  32k|  64k|1085 | 0.000000e+00 | 5.819000e+03 |    Inf 
102.66/103.43	o 5703
102.66/103.43	c *96.6s|131478 |103117 |267326 |   2.0 | 153M| 677 |   - |1700 |4791 |1700 | 232 |  33k|  65k|1091 | 0.000000e+00 | 5.703000e+03 |    Inf 
103.16/103.92	o 5564
103.16/103.92	c *97.0s|132088 |100529 |268229 |   2.0 | 145M| 677 |   - |1700 |5031 |1700 | 229 |  33k|  65k|1091 | 0.000000e+00 | 5.564000e+03 |    Inf 
109.46/110.26	c   103s|140000 |107190 |283659 |   2.0 | 155M| 677 |   0 |1700 |5556 |1700 | 193 |  35k|  69k|1132 | 0.000000e+00 | 5.564000e+03 |    Inf 
117.36/118.10	c   110s|150000 |115774 |304069 |   2.0 | 167M| 677 |   0 |1700 |5042 |1700 | 225 |  37k|  74k|1213 | 0.000000e+00 | 5.564000e+03 |    Inf 
125.36/126.15	c   118s|160000 |124232 |327299 |   2.0 | 180M| 677 |   0 |1700 |5507 |1700 | 199 |  40k|  79k|1286 | 0.000000e+00 | 5.564000e+03 |    Inf 
133.06/133.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
133.06/133.88	c   125s|170000 |132813 |346990 |   2.0 | 193M| 677 |   0 |1700 |5415 |1700 | 248 |  43k|  83k|1334 | 0.000000e+00 | 5.564000e+03 |    Inf 
133.16/133.96	o 5515
133.16/133.96	c * 125s|170110 |131588 |347262 |   2.0 | 190M| 677 |   - |1700 |5465 |1700 | 248 |  43k|  83k|1334 | 0.000000e+00 | 5.515000e+03 |    Inf 
133.26/134.02	o 5508
133.26/134.02	c * 125s|170182 |131450 |347473 |   2.0 | 189M| 677 |   - |1700 |5460 |1700 | 248 |  43k|  83k|1334 | 0.000000e+00 | 5.508000e+03 |    Inf 
133.26/134.03	o 5423
133.26/134.03	c * 125s|170183 |128943 |347475 |   2.0 | 182M| 677 |   - |1700 |5460 |1700 | 248 |  43k|  83k|1334 | 0.000000e+00 | 5.423000e+03 |    Inf 
133.26/134.09	o 5393
133.26/134.09	c * 125s|170260 |128119 |347690 |   2.0 | 181M| 677 |   - |1700 |5462 |1700 | 248 |  43k|  83k|1334 | 0.000000e+00 | 5.393000e+03 |    Inf 
133.37/134.10	o 5292
133.37/134.10	c * 125s|170261 |124863 |347691 |   2.0 | 173M| 677 |   - |1700 |5462 |1700 | 248 |  43k|  83k|1334 | 0.000000e+00 | 5.292000e+03 |    Inf 
139.66/140.45	o 5274
139.66/140.45	c * 131s|178167 |131076 |363266 |   2.0 | 182M| 677 |   - |1700 |5280 |1700 | 223 |  45k|  87k|1386 | 0.000000e+00 | 5.274000e+03 |    Inf 
139.66/140.46	o 5273
139.66/140.46	c * 131s|178168 |131030 |363267 |   2.0 | 182M| 677 |   - |1700 |5280 |1700 | 223 |  45k|  87k|1386 | 0.000000e+00 | 5.273000e+03 |    Inf 
141.07/141.88	c   133s|180000 |132673 |366407 |   2.0 | 184M| 677 |   0 |1700 |5041 |1700 | 211 |  45k|  88k|1392 | 0.000000e+00 | 5.273000e+03 |    Inf 
141.26/142.09	o 5265
141.26/142.09	c * 133s|180231 |132648 |367167 |   2.0 | 184M| 677 |   - |1700 |5021 |1700 | 224 |  45k|  88k|1405 | 0.000000e+00 | 5.265000e+03 |    Inf 
144.16/144.92	o 5238
144.16/144.92	c * 136s|183744 |134721 |375069 |   2.0 | 187M| 677 |   - |1700 |5913 |1700 | 253 |  46k|  90k|1422 | 0.000000e+00 | 5.238000e+03 |    Inf 
144.76/145.59	o 5116
144.76/145.59	c * 136s|184555 |131329 |376877 |   2.0 | 179M| 677 |   - |1700 |6097 |1700 | 261 |  46k|  90k|1422 | 0.000000e+00 | 5.116000e+03 |    Inf 
144.86/145.66	o 5115
144.86/145.66	c * 136s|184638 |131364 |377031 |   2.0 | 179M| 677 |   - |1700 |6129 |1700 | 265 |  46k|  90k|1422 | 0.000000e+00 | 5.115000e+03 |    Inf 
145.75/146.56	o 4794
145.75/146.56	c * 137s|185739 |121625 |379285 |   2.0 | 157M| 677 |   - |1700 |6307 |1700 | 238 |  47k|  91k|1425 | 0.000000e+00 | 4.794000e+03 |    Inf 
145.75/146.57	o 4770
145.75/146.57	c * 137s|185740 |120771 |379289 |   2.0 | 156M| 677 |   - |1700 |6307 |1700 | 238 |  47k|  91k|1425 | 0.000000e+00 | 4.770000e+03 |    Inf 
148.46/149.28	o 4705
148.46/149.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
148.46/149.28	c * 140s|188913 |121218 |386490 |   2.0 | 155M| 677 |   - |1700 |6724 |1700 | 245 |  48k|  93k|1449 | 0.000000e+00 | 4.705000e+03 |    Inf 
148.46/149.29	o 4626
148.46/149.29	c * 140s|188914 |118353 |386493 |   2.0 | 149M| 677 |   - |1700 |6724 |1700 | 245 |  48k|  93k|1449 | 0.000000e+00 | 4.626000e+03 |    Inf 
149.45/150.29	c   141s|190000 |119213 |389553 |   2.0 | 151M| 677 |   0 |1700 |6655 |1700 | 255 |  48k|  93k|1451 | 0.000000e+00 | 4.626000e+03 |    Inf 
152.36/153.17	o 4612
152.36/153.17	c * 143s|194109 |122593 |392884 |   2.0 | 155M| 677 |   - |1700 |6417 |1700 | 239 |  49k|  94k|1457 | 0.000000e+00 | 4.612000e+03 |    Inf 
152.36/153.18	o 4534
152.36/153.18	c * 143s|194110 |119842 |392884 |   2.0 | 149M| 677 |   - |1700 |6417 |1700 | 239 |  49k|  94k|1457 | 0.000000e+00 | 4.534000e+03 |    Inf 
153.16/153.99	o 4488
153.16/153.99	c * 144s|195100 |119227 |394693 |   2.0 | 148M| 677 |   - |1700 |6109 |1700 | 229 |  49k|  95k|1459 | 0.000000e+00 | 4.488000e+03 |    Inf 
153.16/153.99	o 4487
153.16/153.99	c * 144s|195101 |119184 |394695 |   2.0 | 147M| 677 |   - |1700 |6109 |1700 | 229 |  49k|  95k|1459 | 0.000000e+00 | 4.487000e+03 |    Inf 
154.45/155.22	o 4413
154.45/155.22	c * 145s|196588 |118015 |397331 |   2.0 | 145M| 677 |   - |1700 |5590 |1700 | 251 |  49k|  95k|1465 | 0.000000e+00 | 4.413000e+03 |    Inf 
154.45/155.23	o 4397
154.45/155.23	c * 145s|196589 |117437 |397332 |   2.0 | 144M| 677 |   - |1700 |5590 |1700 | 251 |  49k|  95k|1465 | 0.000000e+00 | 4.397000e+03 |    Inf 
157.36/158.14	c   148s|200000 |120270 |406921 |   2.0 | 148M| 677 |   0 |1700 |5154 |1700 | 253 |  50k|  97k|1497 | 0.000000e+00 | 4.397000e+03 |    Inf 
158.76/159.53	o 4356
158.76/159.53	c * 149s|201690 |120235 |410837 |   2.0 | 149M| 677 |   - |1700 |5551 |1700 | 206 |  51k|  98k|1510 | 0.000000e+00 | 4.356000e+03 |    Inf 
158.76/159.57	o 4345
158.76/159.57	c * 149s|201708 |119888 |411086 |   2.0 | 148M| 677 |   - |1700 |5554 |1700 | 233 |  51k|  98k|1516 | 0.000000e+00 | 4.345000e+03 |    Inf 
160.56/161.35	o 4343
160.56/161.35	c * 151s|203635 |121351 |416442 |   2.0 | 151M| 677 |   - |1700 |6060 |1700 | 238 |  52k|  99k|1531 | 0.000000e+00 | 4.343000e+03 |    Inf 
160.66/161.43	o 4194
160.66/161.43	c * 151s|203715 |116452 |416738 |   2.0 | 143M| 677 |   - |1700 |6054 |1700 | 231 |  52k|  99k|1531 | 0.000000e+00 | 4.194000e+03 |    Inf 
160.66/161.44	o 4142
160.66/161.44	c * 151s|203716 |114861 |416742 |   2.0 | 140M| 677 |   - |1700 |6054 |1700 | 231 |  52k|  99k|1531 | 0.000000e+00 | 4.142000e+03 |    Inf 
166.36/167.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
166.36/167.17	c   156s|210000 |120045 |434374 |   2.1 | 149M| 677 |   0 |1700 |5554 |1700 | 207 |  54k| 103k|1559 | 0.000000e+00 | 4.142000e+03 |    Inf 
175.26/176.00	c   165s|220000 |128012 |460900 |   2.1 | 163M| 677 |   0 |1700 |6666 |1700 | 201 |  58k| 109k|1631 | 0.000000e+00 | 4.142000e+03 |    Inf 
183.85/184.67	c   173s|230000 |136292 |485450 |   2.1 | 177M| 677 |   0 |1700 |5792 |1700 | 252 |  61k| 114k|1702 | 0.000000e+00 | 4.142000e+03 |    Inf 
184.16/184.99	o 4102
184.16/184.99	c * 173s|230412 |135133 |486313 |   2.1 | 175M| 677 |   - |1700 |5754 |1700 | 225 |  61k| 114k|1709 | 0.000000e+00 | 4.102000e+03 |    Inf 
184.16/184.99	o 4093
184.16/184.99	c * 173s|230413 |134826 |486319 |   2.1 | 175M| 677 |   - |1700 |5754 |1700 | 225 |  61k| 114k|1709 | 0.000000e+00 | 4.093000e+03 |    Inf 
192.66/193.43	c   181s|240000 |142769 |512614 |   2.1 | 188M| 677 |  11 |1700 |5056 |1700 | 230 |  65k| 119k|1763 | 0.000000e+00 | 4.093000e+03 |    Inf 
196.26/197.06	o 4012
196.26/197.06	c * 185s|244298 |143476 |522527 |   2.1 | 191M| 677 |   - |1700 |5674 |1700 | 211 |  66k| 121k|1782 | 0.000000e+00 | 4.012000e+03 |    Inf 
196.26/197.06	o 4007
196.26/197.06	c * 185s|244299 |143307 |522529 |   2.1 | 190M| 677 |   - |1700 |5674 |1700 | 211 |  66k| 121k|1782 | 0.000000e+00 | 4.007000e+03 |    Inf 
196.45/197.22	o 3980
196.45/197.22	c * 185s|244440 |142427 |523390 |   2.1 | 189M| 677 |   - |1700 |5625 |1700 | 224 |  66k| 121k|1789 | 0.000000e+00 | 3.980000e+03 |    Inf 
196.45/197.23	o 3975
196.45/197.23	c * 185s|244441 |142227 |523391 |   2.1 | 189M| 677 |   - |1700 |5625 |1700 | 224 |  66k| 121k|1789 | 0.000000e+00 | 3.975000e+03 |    Inf 
196.56/197.31	o 3947
196.56/197.31	c * 185s|244507 |141283 |523839 |   2.1 | 188M| 677 |   - |1700 |5628 |1700 | 213 |  66k| 121k|1792 | 0.000000e+00 | 3.947000e+03 |    Inf 
197.86/198.64	o 3903
197.86/198.64	c R 186s|245904 |140926 |528920 |   2.1 | 187M| 677 |   - |1700 |5154 |1700 | 198 |  67k| 122k|1814 | 0.000000e+00 | 3.903000e+03 |    Inf 
201.36/202.16	c   189s|250000 |144351 |540081 |   2.2 | 193M| 677 |   7 |1700 |5087 |1700 | 245 |  68k| 124k|1859 | 0.000000e+00 | 3.903000e+03 |    Inf 
208.35/209.18	o 3902
208.35/209.18	c * 196s|257965 |150894 |562508 |   2.2 | 204M| 677 |   - |1700 |5805 |1700 | 243 |  71k| 127k|1908 | 0.000000e+00 | 3.902000e+03 |    Inf 
210.05/210.89	c   198s|260000 |152619 |566867 |   2.2 | 207M| 677 |   0 |1700 |5991 |1700 | 198 |  72k| 128k|1911 | 0.000000e+00 | 3.902000e+03 |    Inf 
212.06/212.87	o 3860
212.06/212.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
212.06/212.87	c * 199s|262408 |153007 |570800 |   2.2 | 208M| 677 |   - |1700 |5721 |1700 | 231 |  72k| 129k|1929 | 0.000000e+00 | 3.860000e+03 |    Inf 
218.76/219.58	c   206s|270000 |159150 |589209 |   2.2 | 220M| 677 |   0 |1700 |6039 |1700 | 200 |  75k| 134k|1964 | 0.000000e+00 | 3.860000e+03 |    Inf 
222.06/222.80	o 3703
222.06/222.80	c * 209s|273563 |155169 |599163 |   2.2 | 216M| 677 |   - |1700 |6099 |1700 | 252 |  76k| 136k|2004 | 0.000000e+00 | 3.703000e+03 |    Inf 
226.66/227.42	o 3648
226.66/227.42	c * 213s|278314 |156448 |616689 |   2.2 | 219M| 677 |   - |1700 |5053 |1700 | 203 |  79k| 138k|2050 | 0.000000e+00 | 3.648000e+03 |    Inf 
228.15/228.93	c   215s|280000 |157854 |622567 |   2.2 | 222M| 677 |   0 |1700 |4881 |1700 | 194 |  79k| 139k|2061 | 0.000000e+00 | 3.648000e+03 |    Inf 
230.26/231.06	o 3600
230.26/231.06	c * 217s|282343 |157689 |630429 |   2.2 | 222M| 677 |   - |1700 |4437 |1700 | 224 |  80k| 140k|2106 | 0.000000e+00 | 3.600000e+03 |    Inf 
230.26/231.07	o 3558
230.26/231.07	c * 217s|282344 |155776 |630460 |   2.2 | 220M| 677 |   - |1700 |4437 |1700 | 224 |  80k| 140k|2106 | 0.000000e+00 | 3.558000e+03 |    Inf 
230.36/231.12	o 3536
230.36/231.12	c * 217s|282369 |154677 |630806 |   2.2 | 218M| 677 |   - |1700 |4441 |1700 | 242 |  80k| 140k|2108 | 0.000000e+00 | 3.536000e+03 |    Inf 
234.15/234.96	o 3491
234.15/234.96	c * 220s|286301 |155755 |646102 |   2.3 | 221M| 677 |   - |1700 |5047 |1700 | 226 |  82k| 142k|2151 | 0.000000e+00 | 3.491000e+03 |    Inf 
235.36/236.12	o 3360
235.36/236.12	c * 221s|287492 |149919 |650583 |   2.3 | 210M| 677 |   - |1700 |5022 |1700 | 251 |  82k| 143k|2153 | 0.000000e+00 | 3.360000e+03 |    Inf 
235.36/236.13	o 3340
235.36/236.13	c * 221s|287493 |148882 |650584 |   2.3 | 208M| 677 |   - |1700 |5022 |1700 | 251 |  82k| 143k|2153 | 0.000000e+00 | 3.340000e+03 |    Inf 
237.75/238.54	c   224s|290000 |150879 |659364 |   2.3 | 212M| 677 |   - |1700 |5070 |   0 |   0 |  84k| 144k|2190 | 0.000000e+00 | 3.340000e+03 |    Inf 
242.16/243.00	o 3299
242.16/243.00	c * 228s|294780 |152594 |674249 |   2.3 | 215M| 677 |   - |1700 |4794 |1700 | 210 |  85k| 146k|2218 | 0.000000e+00 | 3.299000e+03 |    Inf 
244.15/244.92	o 3297
244.15/244.92	c * 230s|296722 |154078 |681869 |   2.3 | 218M| 677 |   - |1700 |4939 |1700 | 207 |  86k| 147k|2242 | 0.000000e+00 | 3.297000e+03 |    Inf 
244.56/245.33	o 3268
244.56/245.33	c * 230s|297157 |152885 |683236 |   2.3 | 216M| 677 |   - |1700 |5122 |1700 | 223 |  86k| 148k|2243 | 0.000000e+00 | 3.268000e+03 |    Inf 
244.56/245.34	o 3171
244.56/245.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
244.56/245.34	c * 230s|297158 |147508 |683237 |   2.3 | 205M| 677 |   - |1700 |5122 |1700 | 223 |  86k| 148k|2243 | 0.000000e+00 | 3.171000e+03 |    Inf 
244.86/245.67	o 3125
244.86/245.67	c * 230s|297456 |145360 |684469 |   2.3 | 200M| 677 |   - |1700 |5174 |1700 | 224 |  87k| 148k|2244 | 0.000000e+00 | 3.125000e+03 |    Inf 
244.86/245.69	o 2986
244.86/245.69	c * 230s|297462 |137411 |684494 |   2.3 | 183M| 677 |   - |1700 |5181 |1700 | 227 |  87k| 148k|2244 | 0.000000e+00 | 2.986000e+03 |    Inf 
245.05/245.86	o 2958
245.05/245.86	c * 230s|297580 |136036 |685515 |   2.3 | 181M| 677 |   - |1700 |5180 |1700 | 217 |  87k| 148k|2244 | 0.000000e+00 | 2.958000e+03 |    Inf 
247.55/248.34	c   233s|300000 |137877 |695542 |   2.3 | 185M| 677 |   0 |1700 |4725 |1700 | 232 |  88k| 149k|2254 | 0.000000e+00 | 2.958000e+03 |    Inf 
249.65/250.44	o 2943
249.65/250.44	c * 235s|302043 |138500 |704272 |   2.3 | 187M| 677 |   - |1700 |4423 |1700 | 241 |  89k| 150k|2292 | 0.000000e+00 | 2.943000e+03 |    Inf 
249.65/250.45	o 2894
249.65/250.45	c * 235s|302044 |135696 |704276 |   2.3 | 181M| 677 |   - |1700 |4423 |1700 | 241 |  89k| 150k|2292 | 0.000000e+00 | 2.894000e+03 |    Inf 
249.86/250.68	o 2881
249.86/250.68	c * 235s|302269 |135189 |705295 |   2.3 | 180M| 677 |   - |1700 |4445 |1700 | 236 |  89k| 150k|2294 | 0.000000e+00 | 2.881000e+03 |    Inf 
249.96/250.71	o 2692
249.96/250.71	c * 235s|302270 |124722 |705295 |   2.3 | 162M| 677 |   - |1700 |4445 |1700 | 236 |  89k| 150k|2294 | 0.000000e+00 | 2.692000e+03 |    Inf 
250.16/250.96	o 2662
250.16/250.96	c * 235s|302540 |123184 |706092 |   2.3 | 160M| 677 |   - |1700 |4443 |1700 | 237 |  89k| 151k|2294 | 0.000000e+00 | 2.662000e+03 |    Inf 
252.15/252.93	o 2647
252.15/252.93	c * 237s|304407 |123679 |714412 |   2.3 | 161M| 677 |   - |1700 |4432 |1700 | 260 |  90k| 152k|2305 | 0.000000e+00 | 2.647000e+03 |    Inf 
252.15/252.96	o 2505
252.15/252.96	c * 237s|304408 |116005 |714417 |   2.3 | 149M| 677 |   - |1700 |4432 |1700 | 260 |  90k| 152k|2305 | 0.000000e+00 | 2.505000e+03 |    Inf 
253.85/254.62	o 2481
253.85/254.62	c * 239s|305983 |115942 |721156 |   2.4 | 150M| 677 |   - |1700 |5037 |1700 | 212 |  91k| 153k|2323 | 0.000000e+00 | 2.481000e+03 |    Inf 
253.85/254.63	o 2429
253.85/254.63	c * 239s|305984 |113059 |721159 |   2.4 | 146M| 677 |   - |1700 |5037 |1700 | 212 |  91k| 153k|2323 | 0.000000e+00 | 2.429000e+03 |    Inf 
254.16/254.94	o 2426
254.16/254.94	c * 239s|306279 |113142 |722682 |   2.4 | 146M| 677 |   - |1700 |5054 |1700 | 222 |  91k| 153k|2332 | 0.000000e+00 | 2.426000e+03 |    Inf 
258.36/259.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
258.36/259.13	c   243s|310000 |115701 |741479 |   2.4 | 153M| 677 |   0 |1700 |4788 |1700 | 206 |  94k| 155k|2359 | 0.000000e+00 | 2.426000e+03 |    Inf 
263.26/264.01	o 2412
263.26/264.01	c * 247s|314713 |118255 |762916 |   2.4 | 161M| 677 |   - |1700 |5316 |1700 | 241 |  97k| 158k|2411 | 0.000000e+00 | 2.412000e+03 |    Inf 
266.46/267.21	o 2402
266.46/267.21	c * 250s|317651 |119704 |776097 |   2.4 | 165M| 677 |   - |1700 |4812 |1700 | 236 |  98k| 160k|2460 | 0.000000e+00 | 2.402000e+03 |    Inf 
266.46/267.22	o 2350
266.46/267.22	c * 250s|317652 |116807 |776097 |   2.4 | 161M| 677 |   - |1700 |4812 |1700 | 236 |  98k| 160k|2460 | 0.000000e+00 | 2.350000e+03 |    Inf 
266.46/267.29	o 2294
266.46/267.29	c * 250s|317684 |113680 |776704 |   2.4 | 156M| 677 |   - |1700 |4797 |1700 | 209 |  98k| 160k|2460 | 0.000000e+00 | 2.294000e+03 |    Inf 
267.86/268.68	o 2291
267.86/268.68	c * 252s|318786 |114229 |785241 |   2.5 | 159M| 677 |   - |1700 |4772 |1700 | 216 |  99k| 161k|2463 | 0.000000e+00 | 2.291000e+03 |    Inf 
269.16/269.93	c   253s|320000 |115152 |790249 |   2.5 | 161M| 677 |   0 |1700 |4686 |1700 | 202 | 100k| 162k|2473 | 0.000000e+00 | 2.291000e+03 |    Inf 
273.06/273.87	o 2264
273.06/273.87	c * 257s|323735 |116214 |807947 |   2.5 | 165M| 677 |   - |1700 |4520 |1700 | 252 | 102k| 164k|2524 | 0.000000e+00 | 2.264000e+03 |    Inf 
273.06/273.88	o 2231
273.06/273.88	c * 257s|323742 |114311 |807991 |   2.5 | 163M| 677 |   - |1700 |4520 |1700 | 253 | 102k| 164k|2524 | 0.000000e+00 | 2.231000e+03 |    Inf 
273.16/273.90	o 2173
273.16/273.90	c * 257s|323752 |111057 |808014 |   2.5 | 158M| 677 |   - |1700 |4520 |1700 | 252 | 102k| 164k|2524 | 0.000000e+00 | 2.173000e+03 |    Inf 
274.16/274.93	o 2167
274.16/274.93	c * 258s|324640 |111223 |812829 |   2.5 | 159M| 677 |   - |1700 |4367 |1700 | 232 | 102k| 164k|2526 | 0.000000e+00 | 2.167000e+03 |    Inf 
274.16/274.94	o 2119
274.16/274.94	c * 258s|324641 |108521 |812832 |   2.5 | 155M| 677 |   - |1700 |4367 |1700 | 232 | 102k| 164k|2526 | 0.000000e+00 | 2.119000e+03 |    Inf 
279.66/280.41	o 2019
279.66/280.41	c * 263s|329547 |106029 |839149 |   2.5 | 156M| 677 |   - |1700 |4277 |1700 | 233 | 105k| 168k|2586 | 0.000000e+00 | 2.019000e+03 |    Inf 
279.66/280.42	o 1932
279.66/280.42	c * 263s|329548 |101180 |839150 |   2.5 | 149M| 677 |   - |1700 |4277 |1700 | 233 | 105k| 168k|2586 | 0.000000e+00 | 1.932000e+03 |    Inf 
279.76/280.54	o 1891
279.76/280.54	c * 263s|329631 | 98862 |839917 |   2.5 | 145M| 677 |   - |1700 |4245 |1700 | 225 | 105k| 168k|2586 | 0.000000e+00 | 1.891000e+03 |    Inf 
279.76/280.57	o 1803
279.76/280.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
279.76/280.57	c * 263s|329656 | 93882 |839960 |   2.5 | 138M| 677 |   - |1700 |4245 |1700 | 227 | 105k| 168k|2586 | 0.000000e+00 | 1.803000e+03 |    Inf 
279.76/280.58	o 1716
279.76/280.58	c * 263s|329657 | 88781 |839962 |   2.5 | 130M| 677 |   - |1700 |4245 |1700 | 227 | 105k| 168k|2586 | 0.000000e+00 | 1.716000e+03 |    Inf 
280.15/280.95	o 1709
280.15/280.95	c * 263s|329878 | 88496 |842765 |   2.6 | 130M| 677 |   - |1700 |4160 |1700 | 228 | 106k| 168k|2598 | 0.000000e+00 | 1.709000e+03 |    Inf 
280.15/280.96	o 1673
280.15/280.96	c * 263s|329879 | 86423 |842767 |   2.6 | 127M| 677 |   - |1700 |4160 |1700 | 228 | 106k| 168k|2598 | 0.000000e+00 | 1.673000e+03 |    Inf 
280.36/281.15	c   264s|330000 | 86477 |843677 |   2.6 | 127M| 677 |   0 |1700 |4092 |1700 | 224 | 106k| 168k|2598 | 0.000000e+00 | 1.673000e+03 |    Inf 
283.46/284.27	o 1650
283.46/284.27	c * 266s|332443 | 86540 |860420 |   2.6 | 130M| 677 |   - |1700 |4124 |1700 | 236 | 108k| 170k|2640 | 0.000000e+00 | 1.650000e+03 |    Inf 
283.46/284.27	o 1649
283.46/284.27	c * 266s|332444 | 86479 |860428 |   2.6 | 130M| 677 |   - |1700 |4124 |1700 | 236 | 108k| 170k|2640 | 0.000000e+00 | 1.649000e+03 |    Inf 
287.46/288.22	o 1599
287.46/288.22	c * 270s|335549 | 85309 |882146 |   2.6 | 132M| 677 |   - |1700 |4201 |1700 | 231 | 111k| 172k|2688 | 0.000000e+00 | 1.599000e+03 |    Inf 
292.06/292.85	o 1551
292.06/292.85	c * 274s|339198 | 84374 |908432 |   2.7 | 135M| 677 |   - |1700 |4477 |1700 | 269 | 113k| 175k|2734 | 0.000000e+00 | 1.551000e+03 |    Inf 
292.65/293.47	o 1437
292.65/293.47	c * 275s|339646 | 77486 |911313 |   2.7 | 125M| 677 |   - |1700 |4388 |1700 | 241 | 114k| 175k|2746 | 0.000000e+00 | 1.437000e+03 |    Inf 
292.76/293.51	o 1372
292.76/293.51	c * 275s|339665 | 73862 |911675 |   2.7 | 119M| 677 |   - |1700 |4388 |1700 | 244 | 114k| 175k|2750 | 0.000000e+00 | 1.372000e+03 |    Inf 
292.76/293.52	o 1356
292.76/293.52	c * 275s|339666 | 72859 |911677 |   2.7 | 118M| 677 |   - |1700 |4388 |1700 | 244 | 114k| 175k|2750 | 0.000000e+00 | 1.356000e+03 |    Inf 
293.25/294.00	c   276s|340000 | 73033 |914512 |   2.7 | 119M| 677 |   - |1700 |4229 |1700 | 208 | 114k| 176k|2750 | 0.000000e+00 | 1.356000e+03 |    Inf 
294.86/295.63	o 1273
294.86/295.63	c * 277s|341025 | 68786 |927325 |   2.7 | 114M| 677 |   - |1700 |4093 |1700 | 235 | 115k| 176k|2764 | 0.000000e+00 | 1.273000e+03 |    Inf 
298.46/299.24	o 1244
298.46/299.24	c * 280s|343494 | 68097 |952109 |   2.8 | 118M| 677 |   - |1700 |4268 |1700 | 256 | 118k| 178k|2799 | 0.000000e+00 | 1.244000e+03 |    Inf 
299.05/299.89	o 1174
299.05/299.89	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
299.05/299.89	c * 281s|343946 | 64026 |955742 |   2.8 | 112M| 677 |   - |1700 |4277 |1700 | 260 | 118k| 179k|2814 | 0.000000e+00 | 1.174000e+03 |    Inf 
301.96/302.73	o 1129
301.96/302.73	c * 284s|345900 | 62331 |974316 |   2.8 | 113M| 677 |   - |1700 |4537 |1700 | 239 | 121k| 180k|2841 | 0.000000e+00 | 1.129000e+03 |    Inf 
301.96/302.74	o 1080
301.96/302.74	c * 284s|345901 | 59364 |974328 |   2.8 | 109M| 677 |   - |1700 |4537 |1700 | 239 | 121k| 180k|2841 | 0.000000e+00 | 1.080000e+03 |    Inf 
302.36/303.11	o 1063
302.36/303.11	c * 284s|346180 | 58449 |976149 |   2.8 | 108M| 677 |   - |1700 |4563 |1700 | 244 | 121k| 181k|2841 | 0.000000e+00 | 1.063000e+03 |    Inf 
302.36/303.12	o 1020
302.36/303.12	c * 284s|346181 | 55879 |976150 |   2.8 | 104M| 677 |   - |1700 |4563 |1700 | 244 | 121k| 181k|2841 | 0.000000e+00 | 1.020000e+03 |    Inf 
302.36/303.16	o 939
302.36/303.16	c * 284s|346190 | 49825 |976438 |   2.8 |  94M| 677 |   - |1700 |4558 |1700 | 250 | 121k| 181k|2841 | 0.000000e+00 | 9.390000e+02 |    Inf 
302.36/303.17	o 875
302.36/303.17	c * 284s|346191 | 45948 |976449 |   2.8 |  88M| 677 |   - |1700 |4558 |1700 | 250 | 121k| 181k|2841 | 0.000000e+00 | 8.750000e+02 |    Inf 
302.45/303.26	o 867
302.45/303.26	c * 284s|346242 | 45495 |977018 |   2.8 |  87M| 677 |   - |1700 |4415 |1700 | 250 | 121k| 181k|2841 | 0.000000e+00 | 8.670000e+02 |    Inf 
302.56/303.31	o 861
302.56/303.31	c * 284s|346268 | 45035 |977319 |   2.8 |  86M| 677 |   - |1700 |4384 |1700 | 262 | 121k| 181k|2841 | 0.000000e+00 | 8.610000e+02 |    Inf 
302.56/303.33	o 719
302.56/303.33	c * 284s|346269 | 36106 |977321 |   2.8 |  72M| 677 |   - |1700 |4384 |1700 | 262 | 121k| 181k|2841 | 0.000000e+00 | 7.190000e+02 |    Inf 
302.56/303.37	o 706
302.56/303.37	c * 284s|346282 | 35218 |977638 |   2.8 |  71M| 677 |   - |1700 |4177 |1700 | 270 | 121k| 181k|2841 | 0.000000e+00 | 7.060000e+02 |    Inf 
302.65/303.45	o 574
302.65/303.45	c * 284s|346319 | 26258 |978026 |   2.8 |  56M| 677 |   - |1700 |4157 |1700 | 227 | 121k| 181k|2841 | 0.000000e+00 | 5.740000e+02 |    Inf 
302.65/303.47	o 557
302.65/303.47	c * 284s|346321 | 25765 |978151 |   2.8 |  55M| 677 |   - |1700 |3905 |1700 | 236 | 121k| 181k|2841 | 0.000000e+00 | 5.570000e+02 |    Inf 
302.65/303.49	o 514
302.65/303.49	c * 284s|346326 | 24483 |978289 |   2.8 |  53M| 677 |   - |1700 |3859 |1700 | 234 | 121k| 181k|2841 | 0.000000e+00 | 5.140000e+02 |    Inf 
302.76/303.51	o 433
302.76/303.51	c * 284s|346331 | 20829 |978347 |   2.8 |  47M| 677 |   - |1700 |3790 |1700 | 241 | 121k| 181k|2841 | 0.000000e+00 | 4.330000e+02 |    Inf 
302.76/303.52	o 417
302.76/303.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
302.76/303.52	c * 284s|346332 | 19153 |978350 |   2.8 |  44M| 677 |   - |1700 |3790 |1700 | 241 | 121k| 181k|2841 | 0.000000e+00 | 4.170000e+02 |    Inf 
303.05/303.82	o 412
303.05/303.82	c * 285s|346482 | 19041 |980341 |   2.8 |  45M| 677 |   - |1700 |2970 |1700 | 263 | 121k| 181k|2844 | 0.000000e+00 | 4.120000e+02 |    Inf 
303.05/303.84	o 337
303.05/303.84	c * 285s|346483 | 14140 |980342 |   2.8 |  36M| 677 |   - |1700 |2970 |1700 | 263 | 121k| 181k|2844 | 0.000000e+00 | 3.370000e+02 |    Inf 
303.05/303.87	o 274
303.05/303.87	c * 285s|346498 | 11275 |980511 |   2.8 |  31M| 677 |   - |1700 |2748 |1700 | 270 | 121k| 181k|2851 | 0.000000e+00 | 2.740000e+02 |    Inf 
303.05/303.88	o 258
303.05/303.88	c * 285s|346499 | 11014 |980512 |   2.8 |  31M| 677 |   - |1700 |2748 |1700 | 270 | 121k| 181k|2851 | 0.000000e+00 | 2.580000e+02 |    Inf 
303.15/303.94	o 204
303.15/303.94	c * 285s|346513 |  8193 |980822 |   2.8 |  27M| 677 |   - |1700 |2481 |1700 | 232 | 121k| 181k|2851 | 0.000000e+00 | 2.040000e+02 |    Inf 
303.25/304.09	o 198
303.25/304.09	c * 285s|346551 |  7424 |982614 |   2.8 |  26M| 677 |   - |1700 |2213 |1700 | 242 | 122k| 181k|2855 | 0.000000e+00 | 1.980000e+02 |    Inf 
303.35/304.16	o 134
303.35/304.16	c * 285s|346578 |  4860 |983500 |   2.8 |  22M| 677 |   - |1700 |2170 |1700 | 240 | 122k| 181k|2860 | 0.000000e+00 | 1.340000e+02 |    Inf 
303.35/304.18	o 59
303.35/304.18	c * 285s|346590 |  3448 |983514 |   2.8 |  20M| 677 |   - |1700 |1675 |1700 | 240 | 122k| 181k|2860 | 0.000000e+00 | 5.900000e+01 |    Inf 
303.46/304.20	o 0
303.46/304.20	c * 285s|346591 |     0 |983555 |   2.8 |  11M| 677 |   - |1700 |1675 |1700 | 214 | 122k| 181k|2860 | 0.000000e+00 | 0.000000e+00 |   0.00%
303.46/304.20	c 
303.46/304.20	c SCIP Status        : problem is solved [optimal solution found]
303.46/304.20	c Solving Time (sec) : 285.12
303.46/304.20	c Solving Nodes      : 346591
303.46/304.20	c Primal Bound       : +0.00000000000000e+00 (231 solutions)
303.46/304.20	c Dual Bound         : +0.00000000000000e+00
303.46/304.20	c Gap                : 0.00 %
303.46/304.20	s OPTIMUM FOUND
303.46/304.20	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 
303.46/304.20	v x176 -x175 x174 -x173 x172 -x171 -x170 x169 x168 -x167 x166 -x165 x164 -x163 -x162 x161 x160 -x159 x158 -x157 x156 -x155 
303.46/304.20	v x154 -x153 -x152 x151 -x150 x149 x148 -x147 -x146 x145 -x144 x143 x142 -x141 x140 -x139 -x138 x137 x136 -x135 -x134 x133 x132 
303.46/304.20	v -x131 x130 -x129 x128 -x127 x126 -x125 -x124 x123 x122 -x121 -x120 x119 -x118 x117 x116 -x115 x114 -x113 x112 -x111 x110 -x109 
303.46/304.20	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 
303.46/304.20	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 
303.46/304.20	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 
303.46/304.20	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 
303.46/304.20	c SCIP Status        : problem is solved [optimal solution found]
303.46/304.20	c Solving Time       :     285.12
303.46/304.20	c Original Problem   :
303.46/304.20	c   Problem name     : HOME/instance-2700093-1278533968.wbo
303.46/304.20	c   Variables        : 1800 (1000 binary, 0 integer, 0 implicit integer, 800 continuous)
303.46/304.20	c   Constraints      : 1701 initial, 1701 maximal
303.46/304.20	c Presolved Problem  :
303.46/304.20	c   Problem name     : t_HOME/instance-2700093-1278533968.wbo
303.46/304.20	c   Variables        : 1700 (900 binary, 0 integer, 0 implicit integer, 800 continuous)
303.46/304.20	c   Constraints      : 1600 initial, 6841 maximal
303.46/304.20	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
303.46/304.20	c   trivial          :       0.00          0          0          0          0          0          0          0          0
303.46/304.20	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
303.46/304.20	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
303.46/304.20	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
303.46/304.20	c   implics          :       0.00          0          0          0          0          0          0          0          0
303.46/304.20	c   probing          :       0.02          0          0          0          0          0          0          0          0
303.46/304.20	c   indicator        :       0.00          0          0          0          0          0          0          0          0
303.46/304.20	c   linear           :       0.02          0        100          0        800          0        101          0          0
303.46/304.20	c   logicor          :       0.00          0          0          0          0          0          0          0          0
303.46/304.20	c   root node        :          -        777          -          -       1469          -          -          -          -
303.46/304.20	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
303.46/304.20	c   integral         :          0          0          0     363671          0          0         24          0          0      12942
303.46/304.20	c   indicator        :        800          0     762582     357170          0        723    7450539          0          0          0
303.46/304.20	c   linear           :        800          6     761722     357135          0       7355     593771     122237          0          0
303.46/304.20	c   logicor          :          0+         0     464606          0          0        784     253642          0          0          0
303.46/304.20	c   countsols        :          0          0          0     313212          0          0          0          0          0          0
303.46/304.20	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
303.46/304.20	c   integral         :       2.77       0.00       0.00       2.77       0.00
303.46/304.20	c   indicator        :      28.97       0.00      11.64      17.33       0.00
303.46/304.20	c   linear           :      21.19       0.00      10.08      11.11       0.00
303.46/304.20	c   logicor          :       7.09       0.00       7.09       0.00       0.00
303.46/304.20	c   countsols        :       0.00       0.00       0.00       0.00       0.00
303.46/304.20	c Propagators        :       Time      Calls    Cutoffs    DomReds
303.46/304.20	c   vbounds          :       0.01          2          0          0
303.46/304.20	c   rootredcost      :       0.01        131          0        765
303.46/304.20	c   pseudoobj        :      17.54     788987      26598    6270277
303.46/304.20	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
303.46/304.20	c   propagation      :       1.90      34737      34719     131927       24.3      76513        3.6          -
303.46/304.20	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
303.46/304.20	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
303.46/304.20	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
303.46/304.20	c   pseudo solution  :       0.01        116        116        658       24.4        547        3.7          -
303.46/304.20	c   applied globally :          -          -          -     181582       14.4          -          -          -
303.46/304.20	c   applied locally  :          -          -          -          0        0.0          -          -          -
303.46/304.20	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
303.46/304.20	c   cut pool         :       0.00          3          -          -          0          -    (maximal pool size: 42)
303.46/304.20	c   redcost          :      12.88     375016          0    1026648          0          0
303.46/304.20	c   impliedbounds    :       0.00          4          0          0          0          0
303.46/304.20	c   intobj           :       0.00          0          0          0          0          0
303.46/304.20	c   cgmip            :       0.00          0          0          0          0          0
303.46/304.20	c   gomory           :       0.00          4          0          0         43          0
303.46/304.20	c   strongcg         :       0.01          4          0          0          0          0
303.46/304.20	c   cmir             :       0.00          4          0          0          0          0
303.46/304.20	c   flowcover        :       0.02          4          0          0          0          0
303.46/304.20	c   clique           :       0.00          1          0          0          0          0
303.46/304.20	c   zerohalf         :       0.00          0          0          0          0          0
303.46/304.20	c   mcf              :       0.00          1          0          0          0          0
303.46/304.20	c   rapidlearning    :       0.00          0          0          0          0          0
303.46/304.20	c Pricers            :       Time      Calls       Vars
303.46/304.20	c   problem variables:       0.00          0          0
303.46/304.20	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
303.46/304.20	c   relpscost        :       2.77       6494          0         24          0          0      12942
303.46/304.20	c   pscost           :       0.00          0          0          0          0          0          0
303.46/304.20	c   inference        :      21.82     313081          0          0          0          0     626162
303.46/304.20	c   mostinf          :       0.00          0          0          0          0          0          0
303.46/304.20	c   leastinf         :       0.00          0          0          0          0          0          0
303.46/304.20	c   fullstrong       :       0.00          0          0          0          0          0          0
303.46/304.20	c   allfullstrong    :       0.00          0          0          0          0          0          0
303.46/304.20	c   random           :       0.00          0          0          0          0          0          0
303.46/304.20	c Primal Heuristics  :       Time      Calls      Found
303.46/304.20	c   LP solutions     :       0.86          -        131
303.46/304.20	c   pseudo solutions :       0.00          -          0
303.46/304.20	c   feaspump         :       0.00          0          0
303.46/304.20	c   oneopt           :       0.31         95          0
303.46/304.20	c   linesearchdiving :       0.16        359          0
303.46/304.20	c   guideddiving     :       0.20        359          0
303.46/304.20	c   pscostdiving     :       0.13        359          0
303.46/304.20	c   fracdiving       :       0.14        359          0
303.46/304.20	c   veclendiving     :       0.23        359          0
303.46/304.20	c   coefdiving       :       0.16        360          0
303.46/304.20	c   crossover        :       1.67        129          2
303.46/304.20	c   objpscostdiving  :       0.18        359          0
303.46/304.20	c   rootsoldiving    :       0.18        359          0
303.46/304.20	c   trivial          :       0.00          2          1
303.46/304.20	c   simplerounding   :       0.05       7515          0
303.46/304.20	c   zirounding       :       0.03       1000          0
303.46/304.20	c   rounding         :       0.11       2809          1
303.46/304.20	c   shifting         :       0.22        340          0
303.46/304.20	c   intshifting      :       0.00          3          0
303.46/304.20	c   twoopt           :       0.00          0          0
303.46/304.20	c   fixandinfer      :       0.00          0          0
303.46/304.20	c   intdiving        :       0.00          0          0
303.46/304.20	c   actconsdiving    :       0.00          0          0
303.46/304.20	c   octane           :       0.00          0          0
303.46/304.20	c   rens             :       0.01          1          0
303.46/304.20	c   rins             :       0.00          0          0
303.46/304.20	c   localbranching   :       0.00          0          0
303.46/304.20	c   mutation         :       0.00          0          0
303.46/304.20	c   dins             :       0.00          0          0
303.46/304.20	c   undercover       :       0.00          0          0
303.46/304.20	c   nlp              :       0.00          0          0
303.46/304.20	c   trysol           :       0.10       1238         96
303.46/304.20	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
303.46/304.20	c   primal LP        :       0.00          0          0       0.00          -
303.46/304.20	c   dual LP          :     107.55     106887     974340       9.12    9059.41
303.46/304.20	c   lex dual LP      :       0.00          0          0       0.00          -
303.46/304.20	c   barrier LP       :       0.00          0          0       0.00          -
303.46/304.20	c   diving/probing LP:       0.16         98       9215      94.03   57593.75
303.46/304.20	c   strong branching :       2.71       2860      57803      20.21   21329.52
303.46/304.20	c     (at root node) :          -         33       5093     154.33          -
303.46/304.20	c   conflict analysis:       0.00          0          0       0.00          -
303.46/304.20	c B&B Tree           :
303.46/304.20	c   number of runs   :          1
303.46/304.20	c   nodes            :     346591
303.46/304.20	c   nodes (total)    :     346591
303.46/304.20	c   nodes left       :          0
303.46/304.20	c   max depth        :        677
303.46/304.20	c   max depth (total):        677
303.46/304.20	c   backtracks       :      11384 (3.3%)
303.46/304.20	c   delayed cutoffs  :      10348
303.46/304.20	c   repropagations   :      64445 (3565020 domain reductions, 8668 cutoffs)
303.46/304.20	c   avg switch length:       3.26
303.46/304.20	c   switching time   :      18.45
303.46/304.20	c Solution           :
303.46/304.20	c   Solutions found  :        231 (133 improvements)
303.46/304.20	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
303.46/304.20	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 346591 nodes, 285.10 seconds, depth 21, found by <relaxation>)
303.46/304.20	c   Dual Bound       : +0.00000000000000e+00
303.46/304.20	c   Gap              :       0.00 %
303.46/304.20	c   Root Dual Bound  : +0.00000000000000e+00
303.46/304.20	c   Root Iterations  :        277
303.46/304.23	c Time complete: 303.48.

Verifier Data

OK	0

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700093-1278533968/watcher-2700093-1278533968 -o /tmp/evaluation-result-2700093-1278533968/solver-2700093-1278533968 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700093-1278533968.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.81 0.76 0.28 4/176 17962
/proc/meminfo: memFree=29634808/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=10972 CPUtime=0
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 1668 0 0 0 0 0 0 0 25 0 1 0 21610512 11235328 1588 4089446400 4194304 9819077 140736252764144 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17962/statm: 2743 1588 392 1374 0 1364 0

[startup+0.0719751 s]
/proc/loadavg: 1.81 0.76 0.28 4/176 17962
/proc/meminfo: memFree=29634808/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=25192 CPUtime=0.06
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 6118 0 0 0 6 0 0 0 25 0 1 0 21610512 25796608 4884 4089446400 4194304 9819077 140736252764144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17962/statm: 6298 4884 658 1374 0 4919 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25192

[startup+0.100971 s]
/proc/loadavg: 1.81 0.76 0.28 4/176 17962
/proc/meminfo: memFree=29634808/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=25736 CPUtime=0.09
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 6322 0 0 0 9 0 0 0 25 0 1 0 21610512 26353664 5049 4089446400 4194304 9819077 140736252764144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17962/statm: 6434 5049 674 1374 0 5055 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25736

[startup+0.300939 s]
/proc/loadavg: 1.81 0.76 0.28 4/176 17962
/proc/meminfo: memFree=29634808/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=27344 CPUtime=0.29
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 11266 0 0 0 28 1 0 0 25 0 1 0 21610512 28000256 5190 4089446400 4194304 9819077 140736252764144 18446744073709551615 7309731 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17962/statm: 6836 5191 695 1374 0 5457 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27344

[startup+0.700871 s]
/proc/loadavg: 1.81 0.76 0.28 4/176 17962
/proc/meminfo: memFree=29634808/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=27316 CPUtime=0.69
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 17303 0 0 0 67 2 0 0 25 0 1 0 21610512 27971584 5186 4089446400 4194304 9819077 140736252764144 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17962/statm: 6829 5186 695 1374 0 5450 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27316

[startup+1.50073 s]
/proc/loadavg: 1.81 0.76 0.28 3/177 17963
/proc/meminfo: memFree=29606036/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=27564 CPUtime=1.49
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 32416 0 0 0 143 6 0 0 25 0 1 0 21610512 28225536 5464 4089446400 4194304 9819077 140736252764144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17962/statm: 6891 5464 698 1374 0 5512 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27564

[startup+3.10046 s]
/proc/loadavg: 1.81 0.76 0.28 3/177 17963
/proc/meminfo: memFree=29612484/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=30320 CPUtime=2.97
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 51943 0 0 0 282 15 0 0 25 0 1 0 21610512 31047680 6195 4089446400 4194304 9819077 140736252764144 18446744073709551615 7226332 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17962/statm: 7580 6195 704 1374 0 6201 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 30320

[startup+6.30091 s]
/proc/loadavg: 1.91 0.80 0.29 3/177 17963
/proc/meminfo: memFree=29604024/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=36956 CPUtime=5.57
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 65024 0 0 0 526 31 0 0 25 0 1 0 21610512 37842944 7979 4089446400 4194304 9819077 140736252764144 18446744073709551615 7816453 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17962/statm: 9239 7979 704 1374 0 7860 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 36956

[startup+12.7008 s]
/proc/loadavg: 1.91 0.82 0.30 3/177 17963
/proc/meminfo: memFree=29583692/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=49984 CPUtime=11.97
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 97632 0 0 0 1134 63 0 0 25 0 1 0 21610512 51183616 11075 4089446400 4194304 9819077 140736252764144 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17962/statm: 12496 11075 704 1374 0 11117 0
Current children cumulated CPU time (s) 11.97
Current children cumulated vsize (KiB) 49984

[startup+25.5007 s]
/proc/loadavg: 1.93 0.87 0.33 3/177 17965
/proc/meminfo: memFree=29544676/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=74124 CPUtime=24.77
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 150476 0 0 0 2346 131 0 0 25 0 1 0 21610512 75902976 17064 4089446400 4194304 9819077 140736252764144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17962/statm: 18531 17064 704 1374 0 17152 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 74124

[startup+51.1003 s]
/proc/loadavg: 1.95 0.96 0.37 3/177 17966
/proc/meminfo: memFree=29471628/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=123276 CPUtime=50.36
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 256060 0 0 0 4745 291 0 0 25 0 1 0 21610512 126234624 28912 4089446400 4194304 9819077 140736252764144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17962/statm: 30819 28912 704 1374 0 29440 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 123276

[startup+102.307 s]
/proc/loadavg: 1.98 1.12 0.46 3/177 17968
/proc/meminfo: memFree=29335796/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=209776 CPUtime=101.57
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 452958 0 0 0 9551 606 0 0 25 0 1 0 21610512 214810624 48989 4089446400 4194304 9819077 140736252764144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17962/statm: 52444 48989 704 1374 0 51065 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 209776

[startup+162.301 s]
/proc/loadavg: 1.99 1.28 0.55 3/177 17970
/proc/meminfo: memFree=29217968/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=265008 CPUtime=161.55
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 698982 0 0 0 15188 967 0 0 25 0 1 0 21610512 271368192 62094 4089446400 4194304 9819077 140736252764144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17962/statm: 66252 62094 704 1374 0 64873 0
Current children cumulated CPU time (s) 161.55
Current children cumulated vsize (KiB) 265008

[startup+222.3 s]
/proc/loadavg: 1.99 1.41 0.64 3/177 17972
/proc/meminfo: memFree=29119336/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=309420 CPUtime=221.56
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 953636 0 0 0 20828 1328 0 0 25 0 1 0 21610512 316846080 72400 4089446400 4194304 9819077 140736252764144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17962/statm: 77355 72400 704 1374 0 75976 0
Current children cumulated CPU time (s) 221.56
Current children cumulated vsize (KiB) 309420

[startup+282.3 s]
/proc/loadavg: 1.99 1.51 0.72 3/177 17973
/proc/meminfo: memFree=29042284/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=329516 CPUtime=281.56
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 1301707 0 0 0 26458 1698 0 0 25 0 1 0 21610512 337424384 76904 4089446400 4194304 9819077 140736252764144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17962/statm: 82379 76904 704 1374 0 81000 0
Current children cumulated CPU time (s) 281.56
Current children cumulated vsize (KiB) 329516

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

[startup+294.3 s]
/proc/loadavg: 1.99 1.54 0.74 3/177 17973
/proc/meminfo: memFree=29028380/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=333580 CPUtime=293.55
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 1382261 0 0 0 27580 1775 0 0 25 0 1 0 21610512 341585920 77717 4089446400 4194304 9819077 140736252764144 18446744073709551615 7487771 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17962/statm: 83395 77717 704 1374 0 82016 0
Current children cumulated CPU time (s) 293.55
Current children cumulated vsize (KiB) 333580

[startup+300.701 s]
/proc/loadavg: 1.99 1.54 0.75 3/177 17974
/proc/meminfo: memFree=29020316/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=336716 CPUtime=299.96
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 1427299 0 0 0 28185 1811 0 0 25 0 1 0 21610512 344797184 78346 4089446400 4194304 9819077 140736252764144 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17962/statm: 84179 78346 704 1374 0 82800 0
Current children cumulated CPU time (s) 299.96
Current children cumulated vsize (KiB) 336716

[startup+302.301 s]
/proc/loadavg: 1.99 1.54 0.75 3/177 17974
/proc/meminfo: memFree=29018332/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=337236 CPUtime=301.55
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 1439789 0 0 0 28334 1821 0 0 25 0 1 0 21610512 345329664 78466 4089446400 4194304 9819077 140736252764144 18446744073709551615 6389028 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17962/statm: 84309 78466 704 1374 0 82930 0
Current children cumulated CPU time (s) 301.55
Current children cumulated vsize (KiB) 337236

[startup+303.101 s]
/proc/loadavg: 1.99 1.54 0.75 3/177 17974
/proc/meminfo: memFree=29017088/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=337708 CPUtime=302.36
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 1445924 0 0 0 28410 1826 0 0 25 0 1 0 21610512 345812992 78584 4089446400 4194304 9819077 140736252764144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17962/statm: 84427 78584 704 1374 0 83048 0
Current children cumulated CPU time (s) 302.36
Current children cumulated vsize (KiB) 337708

[startup+303.901 s]
/proc/loadavg: 1.99 1.55 0.75 3/177 17974
/proc/meminfo: memFree=29015104/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=338108 CPUtime=303.15
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 1448882 0 0 0 28485 1830 0 0 25 0 1 0 21610512 346222592 78644 4089446400 4194304 9819077 140736252764144 18446744073709551615 4209991 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17962/statm: 84527 78644 704 1374 0 83148 0
Current children cumulated CPU time (s) 303.15
Current children cumulated vsize (KiB) 338108

[startup+304.101 s]
/proc/loadavg: 1.99 1.55 0.75 3/177 17974
/proc/meminfo: memFree=29015104/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=338088 CPUtime=303.35
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 1449805 0 0 0 28503 1832 0 0 25 0 1 0 21610512 346202112 78648 4089446400 4194304 9819077 140736252764144 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17962/statm: 84522 78648 704 1374 0 83143 0
Current children cumulated CPU time (s) 303.35
Current children cumulated vsize (KiB) 338088

[startup+304.201 s]
/proc/loadavg: 1.99 1.55 0.75 3/177 17974
/proc/meminfo: memFree=29015104/32951132 swapFree=67111528/67111528
[pid=17962] ppid=17960 vsize=334796 CPUtime=303.46
/proc/17962/stat : 17962 (pbscip.linux.x8) R 17960 17962 17444 0 -1 4202496 1450312 0 0 0 28513 1833 0 0 25 0 1 0 21610512 342831104 77825 4089446400 4194304 9819077 140736252764144 18446744073709551615 4212546 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/17962/statm: 83699 77825 704 1374 0 82320 0
Current children cumulated CPU time (s) 303.46
Current children cumulated vsize (KiB) 334796

Child status: 0
Real time (s): 304.23
CPU time (s): 303.492
CPU user time (s): 285.147
CPU system time (s): 18.3452
CPU usage (%): 99.7572
Max. virtual memory (cumulated for all children) (KiB): 345620

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

runsolver used 0.411937 second user time and 0.992849 second system time

The end

Launcher Data

Begin job on node129 at 2010-07-07 22:19:28
IDJOB=2700093
IDBENCH=79399
IDSOLVER=1205
FILE ID=node129/2700093-1278533968
PBS_JOBID= 11239220
Free space on /tmp= 73788 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh218_wcsp.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2700093-1278533968/watcher-2700093-1278533968 -o /tmp/evaluation-result-2700093-1278533968/solver-2700093-1278533968 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700093-1278533968.wbo -t 1800 -m 3800

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

MD5SUM BENCH= e9977e481ed86e7573c7f989943259e1
RANDOM SEED=644751413

node129.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      29635212 kB
Buffers:        135976 kB
Cached:        2866336 kB
SwapCached:          0 kB
Active:        1312476 kB
Inactive:      1864940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29635212 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6144 kB
Writeback:           0 kB
AnonPages:      174924 kB
Mapped:          15308 kB
Slab:            75528 kB
PageTables:       4956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   317048 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

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