Trace number 2700357

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 1159.03 1159.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh07_wcsp.wbo
MD5SUM124b6775b7bb4e390bc62510a681a702
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.166974
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 constraints950
Number of soft constraints850
Number of constraints which are clauses850
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 constraint10
Top cost 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 19
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-2700357-1278535014.wbo>
0.00/0.01	c original problem has 1900 variables (1050 bin, 0 int, 0 impl, 850 cont) and 1801 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.03	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1050 impls, 0 clqs
0.03/0.04	c (round 2) 100 del vars, 101 del conss, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1050 impls, 0 clqs
0.03/0.06	c    (0.0s) probing: 101/950 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.03/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.03/0.06	c presolving (3 rounds):
0.03/0.06	c  100 deleted vars, 101 deleted constraints, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.06	c  1050 implications, 0 cliques
0.03/0.06	c presolved problem has 1800 variables (950 bin, 0 int, 0 impl, 850 cont) and 1700 constraints
0.03/0.06	c     850 constraints of type <indicator>
0.03/0.06	c     850 constraints of type <linear>
0.03/0.06	c transformed objective value is always integral (scale: 1)
0.03/0.06	c Presolving Time: 0.04
0.03/0.06	c - non default parameters ----------------------------------------------------------------------
0.03/0.06	c # SCIP version 1.2.1.2
0.03/0.06	c 
0.03/0.06	c # frequency for displaying node information lines
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.06	c display/freq = 10000
0.03/0.06	c 
0.03/0.06	c # maximal time in seconds to run
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.06	c limits/time = 1799.99
0.03/0.06	c 
0.03/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.06	c limits/memory = 3420
0.03/0.06	c 
0.03/0.06	c # should presolving try to simplify inequalities
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.06	c constraints/linear/simplifyinequalities = TRUE
0.03/0.06	c 
0.03/0.06	c # should presolving try to simplify knapsacks
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.03/0.06	c 
0.03/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.06	c separating/rapidlearning/freq = 0
0.03/0.06	c 
0.03/0.06	c -----------------------------------------------------------------------------------------------
0.03/0.06	c start solving
0.03/0.06	c 
0.03/0.06	o 420925
0.03/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.03/0.06	c t 0.0s|     1 |     0 |     0 |     - |6127k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.03/0.07	c   0.1s|     1 |     0 |     0 |     - |6524k|   0 |   0 |1800 |1700 |1800 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.03/0.07	c   0.1s|     1 |     0 |    40 |     - |6564k|   0 |   0 |1800 |1700 |1800 |  68 |  68 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.03/0.07	c   0.1s|     1 |     0 |   142 |     - |6619k|   0 |  43 |1800 |1700 |1800 | 124 | 124 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.03/0.09	c   0.1s|     1 |     0 |   225 |     - |6780k|   0 |  54 |1800 |1700 |1800 | 165 | 165 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   329 |     - |6891k|   0 |  55 |1800 |1700 |1800 | 173 | 173 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   363 |     - |6926k|   0 |  55 |1800 |1700 |1800 | 184 | 184 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   428 |     - |6955k|   0 |  55 |1800 |1700 |1800 | 189 | 189 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     2 |   592 |     - |7006k|   0 |  55 |1800 |1700 |1800 | 189 | 189 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
4.49/4.56	o 10069
4.49/4.56	c * 4.4s|  5184 |  3716 |  5795 |   1.0 |  12M| 673 |   - |1800 |1747 |1800 | 265 | 807 |  47 | 634 | 0.000000e+00 | 1.006900e+04 |    Inf 
7.79/7.86	o 9838
7.79/7.86	c * 7.6s|  9358 |  7707 | 11507 |   1.2 |  17M| 673 |   - |1800 |2001 |1800 | 233 |1408 | 301 | 721 | 0.000000e+00 | 9.838000e+03 |    Inf 
8.29/8.35	o 9819
8.29/8.35	c * 8.1s|  9960 |  8211 | 12525 |   1.2 |  18M| 673 |   - |1800 |2336 |1800 | 237 |1539 | 636 | 726 | 0.000000e+00 | 9.819000e+03 |    Inf 
8.29/8.38	c   8.1s| 10000 |  8245 | 12695 |   1.2 |  18M| 673 |   0 |1800 |2366 |1800 | 198 |1556 | 666 | 726 | 0.000000e+00 | 9.819000e+03 |    Inf 
8.50/8.56	o 9664
8.50/8.56	c * 8.3s| 10228 |  8332 | 12939 |   1.2 |  18M| 673 |   - |1800 |2404 |1800 | 247 |1583 | 704 | 726 | 0.000000e+00 | 9.664000e+03 |    Inf 
8.50/8.57	o 9610
8.50/8.57	c * 8.3s| 10235 |  8281 | 12958 |   1.2 |  18M| 673 |   - |1800 |2404 |1800 | 247 |1583 | 704 | 726 | 0.000000e+00 | 9.610000e+03 |    Inf 
8.89/8.92	o 9581
8.89/8.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.89/8.92	c * 8.7s| 10678 |  8641 | 13461 |   1.2 |  19M| 673 |   - |1800 |2595 |1800 | 236 |1644 | 895 | 726 | 0.000000e+00 | 9.581000e+03 |    Inf 
8.89/8.93	o 9419
8.89/8.93	c * 8.7s| 10695 |  8452 | 13470 |   1.2 |  19M| 673 |   - |1800 |2595 |1800 | 236 |1644 | 895 | 726 | 0.000000e+00 | 9.419000e+03 |    Inf 
15.99/16.06	c  15.6s| 20000 | 17017 | 22760 |   1.1 |  30M| 673 |   0 |1800 |3945 |1800 | 205 |2652 |4255 | 728 | 0.000000e+00 | 9.419000e+03 |    Inf 
17.09/17.17	o 9310
17.09/17.17	c *16.7s| 21401 | 18055 | 24427 |   1.1 |  31M| 673 |   - |1800 |4085 |1800 | 235 |2881 |4886 | 728 | 0.000000e+00 | 9.310000e+03 |    Inf 
17.09/17.17	o 9250
17.09/17.17	c *16.7s| 21402 | 17959 | 24433 |   1.1 |  31M| 673 |   - |1800 |4085 |1800 | 235 |2881 |4886 | 728 | 0.000000e+00 | 9.250000e+03 |    Inf 
17.19/17.22	o 9211
17.19/17.22	c *16.7s| 21454 | 17939 | 24581 |   1.1 |  31M| 673 |   - |1800 |4093 |1800 | 238 |2889 |4906 | 728 | 0.000000e+00 | 9.211000e+03 |    Inf 
17.19/17.22	o 9151
17.19/17.22	c *16.7s| 21455 | 17816 | 24585 |   1.1 |  31M| 673 |   - |1800 |4093 |1800 | 238 |2889 |4906 | 728 | 0.000000e+00 | 9.151000e+03 |    Inf 
17.29/17.32	o 8997
17.29/17.32	c *16.8s| 21584 | 17608 | 24784 |   1.1 |  31M| 673 |   - |1800 |4147 |1800 | 237 |2900 |4983 | 728 | 0.000000e+00 | 8.997000e+03 |    Inf 
17.39/17.44	o 8975
17.39/17.44	c *16.9s| 21725 | 17660 | 24922 |   1.1 |  31M| 673 |   - |1800 |4184 |1800 | 238 |2913 |5053 | 730 | 0.000000e+00 | 8.975000e+03 |    Inf 
17.39/17.45	o 8896
17.39/17.45	c *16.9s| 21726 | 17502 | 24923 |   1.1 |  30M| 673 |   - |1800 |4184 |1800 | 238 |2913 |5053 | 730 | 0.000000e+00 | 8.896000e+03 |    Inf 
24.10/24.10	c  23.4s| 30000 | 24878 | 34565 |   1.1 |  41M| 673 |   0 |1800 |5665 |1800 | 208 |4154 |9229 | 742 | 0.000000e+00 | 8.896000e+03 |    Inf 
32.29/32.35	o 8816
32.29/32.35	c *31.5s| 39851 | 33191 | 46310 |   1.2 |  52M| 673 |   - |1800 |6040 |1800 | 235 |5830 |  15k| 746 | 0.000000e+00 | 8.816000e+03 |    Inf 
32.39/32.47	c  31.6s| 40000 | 33324 | 46557 |   1.2 |  52M| 673 |   0 |1800 |5913 |1800 | 205 |5835 |  15k| 746 | 0.000000e+00 | 8.816000e+03 |    Inf 
40.49/40.53	c  39.4s| 50000 | 41936 | 59763 |   1.2 |  63M| 673 |   0 |1800 |4197 |1800 | 243 |7451 |  20k| 760 | 0.000000e+00 | 8.816000e+03 |    Inf 
48.49/48.53	c  47.2s| 60000 | 50739 | 74295 |   1.2 |  75M| 673 |   0 |1800 |4597 |1800 | 201 |9418 |  25k| 768 | 0.000000e+00 | 8.816000e+03 |    Inf 
56.39/56.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
56.39/56.49	c  55.0s| 70000 | 59465 | 85804 |   1.2 |  86M| 673 |   0 |1800 |4943 |1800 | 216 |  11k|  31k| 769 | 0.000000e+00 | 8.816000e+03 |    Inf 
64.20/64.24	c  62.5s| 80000 | 68280 | 95523 |   1.2 |  98M| 673 |   0 |1800 |5098 |1800 | 218 |  12k|  36k| 770 | 0.000000e+00 | 8.816000e+03 |    Inf 
71.89/71.98	c  70.1s| 90000 | 77266 |104555 |   1.2 | 109M| 673 |   0 |1800 |4373 |1800 | 197 |  13k|  40k| 772 | 0.000000e+00 | 8.816000e+03 |    Inf 
80.19/80.23	c  78.2s|100000 | 86017 |118060 |   1.2 | 121M| 673 |   0 |1800 |5585 |1800 | 207 |  15k|  46k| 777 | 0.000000e+00 | 8.816000e+03 |    Inf 
88.09/88.12	c  85.8s|110000 | 94799 |129008 |   1.2 | 133M| 673 |   0 |1800 |5567 |1800 | 222 |  17k|  51k| 793 | 0.000000e+00 | 8.816000e+03 |    Inf 
94.29/94.38	o 8798
94.29/94.38	c *91.9s|117608 |101368 |138461 |   1.2 | 142M| 673 |   - |1800 |5784 |1800 | 240 |  18k|  55k| 813 | 0.000000e+00 | 8.798000e+03 |    Inf 
96.39/96.40	c  93.9s|120000 |103521 |141421 |   1.2 | 145M| 673 |   0 |1800 |5455 |1800 | 216 |  19k|  57k| 817 | 0.000000e+00 | 8.798000e+03 |    Inf 
104.59/104.60	c   102s|130000 |112268 |151878 |   1.2 | 157M| 673 |   0 |1800 |5618 |1800 | 213 |  20k|  62k| 843 | 0.000000e+00 | 8.798000e+03 |    Inf 
112.59/112.60	c   110s|140000 |121042 |161922 |   1.2 | 169M| 673 |   0 |1800 |6384 |1800 | 220 |  22k|  67k| 877 | 0.000000e+00 | 8.798000e+03 |    Inf 
120.39/120.46	c   117s|150000 |129887 |170382 |   1.1 | 181M| 673 |   0 |1800 |7029 |1800 | 211 |  23k|  72k| 894 | 0.000000e+00 | 8.798000e+03 |    Inf 
128.89/128.94	c   126s|160000 |138692 |183778 |   1.1 | 192M| 673 |   0 |1800 |6879 |1800 | 218 |  25k|  77k| 943 | 0.000000e+00 | 8.798000e+03 |    Inf 
137.29/137.37	c   134s|170000 |147722 |197229 |   1.2 | 203M| 673 |   0 |1800 |6342 |1800 | 220 |  28k|  82k| 965 | 0.000000e+00 | 8.798000e+03 |    Inf 
144.59/144.62	o 8748
144.59/144.62	c * 141s|178827 |155130 |207948 |   1.2 | 212M| 673 |   - |1800 |6527 |1800 | 235 |  29k|  86k| 996 | 0.000000e+00 | 8.748000e+03 |    Inf 
145.49/145.55	c   142s|180000 |156200 |209089 |   1.2 | 213M| 673 |   0 |1800 |6117 |1800 | 206 |  29k|  86k|1014 | 0.000000e+00 | 8.748000e+03 |    Inf 
153.30/153.35	c   149s|190000 |164786 |219344 |   1.2 | 225M| 673 |   0 |1800 |6980 |1800 | 213 |  31k|  92k|1041 | 0.000000e+00 | 8.748000e+03 |    Inf 
161.39/161.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
161.39/161.46	c   157s|200000 |173434 |229448 |   1.1 | 236M| 673 |   0 |1800 |5757 |1800 | 223 |  32k|  97k|1070 | 0.000000e+00 | 8.748000e+03 |    Inf 
169.80/169.89	c   166s|210000 |182324 |241291 |   1.1 | 247M| 673 |   0 |1800 |5747 |1800 | 206 |  35k| 102k|1101 | 0.000000e+00 | 8.748000e+03 |    Inf 
178.10/178.17	c   174s|220000 |191264 |252667 |   1.1 | 259M| 673 |   0 |1800 |6155 |1800 | 202 |  37k| 106k|1125 | 0.000000e+00 | 8.748000e+03 |    Inf 
179.59/179.67	o 8569
179.59/179.67	c * 175s|221920 |189900 |254623 |   1.1 | 258M| 673 |   - |1800 |6498 |1800 | 229 |  37k| 107k|1133 | 0.000000e+00 | 8.569000e+03 |    Inf 
179.59/179.68	o 8514
179.59/179.68	c * 175s|221921 |188754 |254624 |   1.1 | 256M| 673 |   - |1800 |6498 |1800 | 229 |  37k| 107k|1133 | 0.000000e+00 | 8.514000e+03 |    Inf 
186.20/186.23	c   182s|230000 |195771 |262751 |   1.1 | 265M| 673 |   - |1800 |6753 |   0 |   0 |  38k| 112k|1166 | 0.000000e+00 | 8.514000e+03 |    Inf 
194.09/194.15	c   189s|240000 |204670 |272367 |   1.1 | 276M| 673 |   0 |1800 |5149 |1800 | 207 |  39k| 116k|1193 | 0.000000e+00 | 8.514000e+03 |    Inf 
202.50/202.54	c   197s|250000 |213398 |283472 |   1.1 | 288M| 673 |   0 |1800 |5402 |1800 | 207 |  41k| 120k|1240 | 0.000000e+00 | 8.514000e+03 |    Inf 
210.29/210.32	o 8088
210.29/210.32	c * 205s|259433 |210070 |294419 |   1.1 | 280M| 673 |   - |1800 |6152 |1800 | 252 |  43k| 125k|1303 | 0.000000e+00 | 8.088000e+03 |    Inf 
210.29/210.34	o 7841
210.29/210.34	c * 205s|259434 |202155 |294434 |   1.1 | 258M| 673 |   - |1800 |6152 |1800 | 251 |  43k| 125k|1303 | 0.000000e+00 | 7.841000e+03 |    Inf 
210.80/210.83	c   206s|260000 |202651 |295228 |   1.1 | 258M| 673 |   0 |1800 |6032 |1800 | 224 |  43k| 125k|1305 | 0.000000e+00 | 7.841000e+03 |    Inf 
218.90/218.95	o 7817
218.90/218.95	c * 213s|269318 |209764 |310559 |   1.2 | 267M| 673 |   - |1800 |6324 |1800 | 218 |  45k| 130k|1365 | 0.000000e+00 | 7.817000e+03 |    Inf 
219.60/219.63	c   214s|270000 |210323 |312013 |   1.2 | 268M| 673 |   0 |1800 |6076 |1800 | 236 |  46k| 131k|1388 | 0.000000e+00 | 7.817000e+03 |    Inf 
228.30/228.31	c   223s|280000 |218969 |325827 |   1.2 | 279M| 673 |   0 |1800 |5538 |1800 | 223 |  48k| 137k|1462 | 0.000000e+00 | 7.817000e+03 |    Inf 
234.39/234.42	o 7757
234.39/234.42	c * 229s|287214 |222764 |335776 |   1.2 | 280M| 673 |   - |1800 |5441 |1800 | 207 |  50k| 140k|1502 | 0.000000e+00 | 7.757000e+03 |    Inf 
236.79/236.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
236.79/236.88	c   231s|290000 |225126 |339147 |   1.2 | 284M| 673 |   0 |1800 |5374 |1800 | 233 |  50k| 141k|1513 | 0.000000e+00 | 7.757000e+03 |    Inf 
243.11/243.20	o 7541
243.11/243.20	c * 237s|297579 |222706 |348543 |   1.2 | 269M| 673 |   - |1800 |5367 |1800 | 257 |  51k| 145k|1545 | 0.000000e+00 | 7.541000e+03 |    Inf 
244.00/244.01	o 7467
244.00/244.01	c * 238s|298485 |220508 |349943 |   1.2 | 263M| 673 |   - |1800 |5610 |1800 | 237 |  51k| 146k|1554 | 0.000000e+00 | 7.467000e+03 |    Inf 
245.20/245.27	c   239s|300000 |221767 |352085 |   1.2 | 265M| 673 |   0 |1800 |5494 |1800 | 207 |  52k| 147k|1568 | 0.000000e+00 | 7.467000e+03 |    Inf 
254.00/254.06	c   248s|310000 |230380 |365003 |   1.2 | 277M| 673 |   0 |1800 |5783 |1800 | 225 |  54k| 152k|1601 | 0.000000e+00 | 7.467000e+03 |    Inf 
262.50/262.54	c   256s|320000 |238793 |376705 |   1.2 | 290M| 673 |   0 |1800 |6127 |1800 | 220 |  56k| 158k|1637 | 0.000000e+00 | 7.467000e+03 |    Inf 
270.30/270.30	o 7460
270.30/270.30	c * 264s|329195 |246493 |387561 |   1.2 | 301M| 673 |   - |1800 |6175 |1800 | 244 |  57k| 163k|1700 | 0.000000e+00 | 7.460000e+03 |    Inf 
270.30/270.31	o 7425
270.30/270.31	c * 264s|329196 |245006 |387563 |   1.2 | 298M| 673 |   - |1800 |6175 |1800 | 244 |  57k| 163k|1700 | 0.000000e+00 | 7.425000e+03 |    Inf 
270.90/270.95	c   264s|330000 |245679 |388412 |   1.2 | 299M| 673 |   0 |1800 |6133 |1800 | 222 |  58k| 164k|1701 | 0.000000e+00 | 7.425000e+03 |    Inf 
279.40/279.41	c   272s|340000 |254096 |399926 |   1.2 | 311M| 673 |   0 |1800 |6010 |1800 | 220 |  59k| 169k|1720 | 0.000000e+00 | 7.425000e+03 |    Inf 
279.40/279.48	o 7354
279.40/279.48	c * 272s|340070 |251264 |399998 |   1.2 | 305M| 673 |   - |1800 |6065 |1800 | 261 |  59k| 169k|1721 | 0.000000e+00 | 7.354000e+03 |    Inf 
287.90/287.97	c   281s|350000 |259607 |410910 |   1.2 | 317M| 673 |   0 |1800 |6756 |1800 | 215 |  61k| 175k|1765 | 0.000000e+00 | 7.354000e+03 |    Inf 
293.20/293.20	o 7303
293.20/293.20	c * 286s|355975 |262613 |417508 |   1.2 | 321M| 673 |   - |1800 |6856 |1800 | 228 |  62k| 178k|1777 | 0.000000e+00 | 7.303000e+03 |    Inf 
296.60/296.67	c   289s|360000 |266005 |422001 |   1.2 | 325M| 673 |   0 |1800 |5746 |1800 | 207 |  63k| 181k|1797 | 0.000000e+00 | 7.303000e+03 |    Inf 
305.09/305.12	c   297s|370000 |274717 |435286 |   1.2 | 338M| 673 |   0 |1800 |6220 |1800 | 212 |  65k| 185k|1842 | 0.000000e+00 | 7.303000e+03 |    Inf 
313.30/313.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
313.30/313.35	c   305s|380000 |283446 |446630 |   1.2 | 349M| 673 |   0 |1800 |5817 |1800 | 193 |  67k| 190k|1919 | 0.000000e+00 | 7.303000e+03 |    Inf 
321.69/321.79	c   314s|390000 |292044 |459065 |   1.2 | 361M| 673 |   0 |1800 |5500 |1800 | 251 |  69k| 194k|1949 | 0.000000e+00 | 7.303000e+03 |    Inf 
325.60/325.63	o 7301
325.60/325.63	c * 317s|394655 |295800 |465594 |   1.2 | 367M| 673 |   - |1800 |5886 |1800 | 211 |  69k| 197k|1962 | 0.000000e+00 | 7.301000e+03 |    Inf 
325.60/325.64	o 7205
325.60/325.64	c * 317s|394656 |291683 |465598 |   1.2 | 360M| 673 |   - |1800 |5886 |1800 | 211 |  69k| 197k|1962 | 0.000000e+00 | 7.205000e+03 |    Inf 
326.30/326.36	o 7153
326.30/326.36	c * 318s|395401 |290100 |466686 |   1.2 | 358M| 673 |   - |1800 |5893 |1800 | 229 |  70k| 197k|1968 | 0.000000e+00 | 7.153000e+03 |    Inf 
330.20/330.26	c   322s|400000 |293952 |472620 |   1.2 | 363M| 673 |   0 |1800 |5193 |1800 | 201 |  71k| 200k|2013 | 0.000000e+00 | 7.153000e+03 |    Inf 
338.60/338.67	c   330s|410000 |302374 |484622 |   1.2 | 375M| 673 |   0 |1800 |5632 |1800 | 212 |  72k| 205k|2085 | 0.000000e+00 | 7.153000e+03 |    Inf 
342.50/342.51	o 7145
342.50/342.51	c * 334s|414624 |305969 |489783 |   1.2 | 380M| 673 |   - |1800 |5558 |1800 | 211 |  73k| 208k|2091 | 0.000000e+00 | 7.145000e+03 |    Inf 
343.70/343.72	o 7067
343.70/343.72	c * 335s|416159 |303754 |491047 |   1.2 | 377M| 673 |   - |1800 |5654 |1800 | 260 |  73k| 208k|2091 | 0.000000e+00 | 7.067000e+03 |    Inf 
343.70/343.73	o 7042
343.70/343.73	c * 335s|416160 |302609 |491048 |   1.2 | 376M| 673 |   - |1800 |5654 |1800 | 260 |  73k| 208k|2091 | 0.000000e+00 | 7.042000e+03 |    Inf 
347.10/347.19	c   338s|420000 |305861 |496445 |   1.2 | 380M| 673 |   0 |1800 |5663 |1800 | 216 |  74k| 211k|2106 | 0.000000e+00 | 7.042000e+03 |    Inf 
355.60/355.69	c   347s|430000 |314467 |510375 |   1.2 | 392M| 673 |   0 |1800 |5479 |1800 | 215 |  76k| 216k|2146 | 0.000000e+00 | 7.042000e+03 |    Inf 
363.70/363.79	c   355s|440000 |323311 |522058 |   1.2 | 404M| 673 |   0 |1800 |5462 |1800 | 230 |  78k| 220k|2183 | 0.000000e+00 | 7.042000e+03 |    Inf 
372.10/372.16	c   363s|450000 |332061 |533569 |   1.2 | 416M| 673 |   - |1800 |5703 |   0 |   0 |  79k| 224k|2218 | 0.000000e+00 | 7.042000e+03 |    Inf 
380.80/380.89	c   371s|460000 |340553 |547638 |   1.2 | 428M| 673 |   0 |1800 |6081 |1800 | 213 |  82k| 229k|2266 | 0.000000e+00 | 7.042000e+03 |    Inf 
389.10/389.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
389.10/389.19	c   379s|470000 |348901 |560455 |   1.2 | 440M| 673 |   0 |1800 |5848 |1800 | 233 |  84k| 236k|2304 | 0.000000e+00 | 7.042000e+03 |    Inf 
389.70/389.74	o 6935
389.70/389.74	c * 380s|470619 |343941 |561618 |   1.2 | 432M| 673 |   - |1800 |5977 |1800 | 225 |  84k| 236k|2316 | 0.000000e+00 | 6.935000e+03 |    Inf 
397.80/397.86	c   388s|480000 |351931 |574319 |   1.2 | 444M| 673 |   0 |1800 |5340 |1800 | 218 |  86k| 241k|2344 | 0.000000e+00 | 6.935000e+03 |    Inf 
404.90/404.97	o 6933
404.90/404.97	c * 395s|488044 |358509 |586502 |   1.2 | 454M| 673 |   - |1800 |5463 |1800 | 269 |  88k| 245k|2372 | 0.000000e+00 | 6.933000e+03 |    Inf 
404.90/404.99	o 6873
404.90/404.99	c * 395s|488045 |355306 |586503 |   1.2 | 449M| 673 |   - |1800 |5463 |1800 | 269 |  88k| 245k|2372 | 0.000000e+00 | 6.873000e+03 |    Inf 
406.80/406.83	c   397s|490000 |356886 |589382 |   1.2 | 452M| 673 |   0 |1800 |5695 |1800 | 221 |  88k| 246k|2377 | 0.000000e+00 | 6.873000e+03 |    Inf 
415.20/415.23	c   405s|500000 |365315 |601208 |   1.2 | 464M| 673 |   - |1800 |6521 |   0 |   0 |  90k| 251k|2410 | 0.000000e+00 | 6.873000e+03 |    Inf 
422.21/422.24	o 6839
422.21/422.24	c * 412s|508132 |370373 |613518 |   1.2 | 472M| 673 |   - |1800 |6053 |1800 | 231 |  92k| 256k|2444 | 0.000000e+00 | 6.839000e+03 |    Inf 
423.80/423.81	c   413s|510000 |372000 |615304 |   1.2 | 474M| 673 |   - |1800 |5607 |   0 |   0 |  92k| 257k|2448 | 0.000000e+00 | 6.839000e+03 |    Inf 
432.00/432.08	c   421s|520000 |380658 |625471 |   1.2 | 486M| 673 |   0 |1800 |5737 |1800 | 269 |  93k| 261k|2476 | 0.000000e+00 | 6.839000e+03 |    Inf 
440.51/440.52	c   429s|530000 |389398 |638177 |   1.2 | 498M| 673 |   0 |1800 |5437 |1800 | 213 |  96k| 265k|2519 | 0.000000e+00 | 6.839000e+03 |    Inf 
448.40/448.40	c   437s|540000 |398164 |647588 |   1.2 | 509M| 673 |   0 |1800 |5967 |1800 | 215 |  97k| 269k|2540 | 0.000000e+00 | 6.839000e+03 |    Inf 
456.60/456.65	c   445s|550000 |406819 |659711 |   1.2 | 521M| 673 |   0 |1800 |5859 |1800 | 215 |  99k| 274k|2565 | 0.000000e+00 | 6.839000e+03 |    Inf 
465.21/465.25	c   454s|560000 |415243 |672820 |   1.2 | 533M| 673 |   - |1800 |6196 |   0 |   0 | 101k| 280k|2622 | 0.000000e+00 | 6.839000e+03 |    Inf 
468.20/468.25	o 6780
468.20/468.25	c * 457s|563411 |414781 |678317 |   1.2 | 533M| 673 |   - |1800 |6400 |1800 | 210 | 102k| 281k|2624 | 0.000000e+00 | 6.780000e+03 |    Inf 
470.40/470.46	o 6720
470.40/470.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
470.40/470.46	c * 459s|565798 |413167 |681912 |   1.2 | 530M| 673 |   - |1800 |6876 |1800 | 224 | 103k| 282k|2630 | 0.000000e+00 | 6.720000e+03 |    Inf 
470.40/470.48	o 6623
470.40/470.48	c * 459s|565799 |406752 |681927 |   1.2 | 519M| 673 |   - |1800 |6876 |1800 | 224 | 103k| 282k|2630 | 0.000000e+00 | 6.623000e+03 |    Inf 
474.01/474.10	c   462s|570000 |410309 |687264 |   1.2 | 524M| 673 |   0 |1800 |6567 |1800 | 229 | 104k| 285k|2647 | 0.000000e+00 | 6.623000e+03 |    Inf 
476.41/476.42	o 6506
476.41/476.42	c * 464s|572887 |404797 |689986 |   1.2 | 513M| 673 |   - |1800 |6013 |1800 | 220 | 104k| 286k|2650 | 0.000000e+00 | 6.506000e+03 |    Inf 
481.00/481.05	o 6451
481.00/481.05	c * 469s|578394 |405611 |695301 |   1.2 | 511M| 673 |   - |1800 |6114 |1800 | 218 | 105k| 288k|2653 | 0.000000e+00 | 6.451000e+03 |    Inf 
482.50/482.53	c   470s|580000 |406952 |697337 |   1.2 | 513M| 673 |   0 |1800 |6329 |1800 | 237 | 105k| 289k|2665 | 0.000000e+00 | 6.451000e+03 |    Inf 
486.11/486.17	o 6435
486.11/486.17	c * 474s|584144 |409482 |702874 |   1.2 | 515M| 673 |   - |1800 |6419 |1800 | 226 | 106k| 291k|2682 | 0.000000e+00 | 6.435000e+03 |    Inf 
491.31/491.30	c   479s|590000 |414427 |710430 |   1.2 | 523M| 673 |   - |1800 |6724 |   0 |   0 | 107k| 295k|2705 | 0.000000e+00 | 6.435000e+03 |    Inf 
491.91/491.98	o 6415
491.91/491.98	c * 480s|590680 |413509 |711487 |   1.2 | 521M| 673 |   - |1800 |6965 |1800 | 220 | 108k| 295k|2708 | 0.000000e+00 | 6.415000e+03 |    Inf 
491.91/492.00	o 6400
491.91/492.00	c * 480s|590681 |412435 |711489 |   1.2 | 518M| 673 |   - |1800 |6965 |1800 | 220 | 108k| 295k|2708 | 0.000000e+00 | 6.400000e+03 |    Inf 
492.00/492.06	o 6326
492.00/492.06	c * 480s|590735 |407000 |711605 |   1.2 | 507M| 673 |   - |1800 |6963 |1800 | 221 | 108k| 295k|2708 | 0.000000e+00 | 6.326000e+03 |    Inf 
492.00/492.08	o 6266
492.00/492.08	c * 480s|590736 |402459 |711607 |   1.2 | 498M| 673 |   - |1800 |6963 |1800 | 221 | 108k| 295k|2708 | 0.000000e+00 | 6.266000e+03 |    Inf 
492.20/492.23	o 6134
492.20/492.23	c * 480s|590869 |392510 |711759 |   1.2 | 477M| 673 |   - |1800 |6973 |1800 | 225 | 108k| 295k|2708 | 0.000000e+00 | 6.134000e+03 |    Inf 
493.21/493.20	o 6014
493.21/493.20	c * 481s|591876 |384447 |712890 |   1.2 | 458M| 673 |   - |1800 |7340 |1800 | 232 | 108k| 296k|2708 | 0.000000e+00 | 6.014000e+03 |    Inf 
493.21/493.23	o 5947
493.21/493.23	c * 481s|591879 |378999 |712911 |   1.2 | 447M| 673 |   - |1800 |7339 |1800 | 232 | 108k| 296k|2708 | 0.000000e+00 | 5.947000e+03 |    Inf 
493.31/493.31	o 5682
493.31/493.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
493.31/493.31	c * 481s|591919 |358865 |712928 |   1.2 | 406M| 673 |   - |1800 |7338 |1800 | 232 | 108k| 296k|2708 | 0.000000e+00 | 5.682000e+03 |    Inf 
493.31/493.39	o 5670
493.31/493.39	c * 481s|591994 |358036 |713160 |   1.2 | 405M| 673 |   - |1800 |7356 |1800 | 226 | 108k| 296k|2708 | 0.000000e+00 | 5.670000e+03 |    Inf 
493.40/493.40	o 5610
493.40/493.40	c * 481s|591995 |353627 |713162 |   1.2 | 397M| 673 |   - |1800 |7356 |1800 | 226 | 108k| 296k|2708 | 0.000000e+00 | 5.610000e+03 |    Inf 
493.40/493.49	o 5519
493.40/493.49	c * 481s|592050 |347331 |713370 |   1.2 | 388M| 673 |   - |1800 |7367 |1800 | 229 | 108k| 296k|2708 | 0.000000e+00 | 5.519000e+03 |    Inf 
493.51/493.53	o 5402
493.51/493.53	c * 481s|592069 |339170 |713396 |   1.2 | 376M| 673 |   - |1800 |7365 |1800 | 229 | 108k| 296k|2708 | 0.000000e+00 | 5.402000e+03 |    Inf 
493.61/493.61	o 5386
493.61/493.61	c * 481s|592132 |338173 |713606 |   1.2 | 375M| 673 |   - |1800 |7396 |1800 | 226 | 108k| 296k|2708 | 0.000000e+00 | 5.386000e+03 |    Inf 
493.61/493.63	o 5326
493.61/493.63	c * 481s|592133 |334054 |713607 |   1.2 | 370M| 673 |   - |1800 |7396 |1800 | 226 | 108k| 296k|2708 | 0.000000e+00 | 5.326000e+03 |    Inf 
493.70/493.80	o 5177
493.70/493.80	c * 481s|592286 |324686 |713962 |   1.2 | 358M| 673 |   - |1800 |7489 |1800 | 234 | 108k| 296k|2708 | 0.000000e+00 | 5.177000e+03 |    Inf 
493.91/493.98	o 5053
493.91/493.98	c * 482s|592436 |316763 |714399 |   1.2 | 349M| 673 |   - |1800 |7548 |1800 | 258 | 108k| 296k|2710 | 0.000000e+00 | 5.053000e+03 |    Inf 
493.91/493.99	o 5028
493.91/493.99	c * 482s|592437 |315188 |714403 |   1.2 | 347M| 673 |   - |1800 |7548 |1800 | 258 | 108k| 296k|2710 | 0.000000e+00 | 5.028000e+03 |    Inf 
500.81/500.83	c   488s|600000 |321358 |724869 |   1.2 | 356M| 673 |   0 |1800 |6093 |1800 | 229 | 110k| 301k|2736 | 0.000000e+00 | 5.028000e+03 |    Inf 
510.00/510.06	c   497s|610000 |329211 |740438 |   1.2 | 369M| 673 |   0 |1800 |5383 |1800 | 223 | 112k| 307k|2788 | 0.000000e+00 | 5.028000e+03 |    Inf 
519.22/519.29	c   506s|620000 |337233 |755081 |   1.2 | 382M| 673 |   0 |1800 |6109 |1800 | 196 | 115k| 312k|2824 | 0.000000e+00 | 5.028000e+03 |    Inf 
528.11/528.13	c   515s|630000 |345501 |769982 |   1.2 | 395M| 673 |   0 |1800 |5926 |1800 | 217 | 117k| 317k|2840 | 0.000000e+00 | 5.028000e+03 |    Inf 
532.80/532.85	o 5001
532.80/532.85	c * 520s|635168 |347790 |776738 |   1.2 | 400M| 673 |   - |1800 |5409 |1800 | 223 | 118k| 320k|2850 | 0.000000e+00 | 5.001000e+03 |    Inf 
537.30/537.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
537.30/537.34	c   524s|640000 |351701 |784432 |   1.2 | 406M| 673 |   0 |1800 |5313 |1800 | 229 | 119k| 322k|2888 | 0.000000e+00 | 5.001000e+03 |    Inf 
546.50/546.54	c   533s|650000 |359821 |800996 |   1.2 | 420M| 673 |   - |1800 |6237 |   0 |   0 | 121k| 328k|2931 | 0.000000e+00 | 5.001000e+03 |    Inf 
556.21/556.27	c   542s|660000 |367627 |820430 |   1.2 | 433M| 673 |   - |1800 |5886 |   0 |   0 | 124k| 334k|2984 | 0.000000e+00 | 5.001000e+03 |    Inf 
556.61/556.68	o 4946
556.61/556.68	c * 543s|660413 |364217 |821278 |   1.2 | 429M| 673 |   - |1800 |5952 |1800 | 231 | 124k| 335k|2990 | 0.000000e+00 | 4.946000e+03 |    Inf 
565.91/565.95	c   552s|670000 |371626 |838872 |   1.3 | 442M| 673 |   - |1800 |5448 |   0 |   0 | 127k| 341k|3038 | 0.000000e+00 | 4.946000e+03 |    Inf 
575.01/575.09	c   561s|680000 |379604 |854710 |   1.3 | 455M| 673 |   0 |1800 |5832 |1800 | 223 | 129k| 347k|3080 | 0.000000e+00 | 4.946000e+03 |    Inf 
577.71/577.71	o 4826
577.71/577.71	c * 563s|682888 |373557 |858431 |   1.3 | 449M| 673 |   - |1800 |6010 |1800 | 228 | 130k| 348k|3082 | 0.000000e+00 | 4.826000e+03 |    Inf 
577.71/577.77	o 4776
577.71/577.77	c * 563s|682926 |369860 |858576 |   1.3 | 445M| 673 |   - |1800 |6012 |1800 | 234 | 130k| 348k|3082 | 0.000000e+00 | 4.776000e+03 |    Inf 
584.60/584.62	c   570s|690000 |375413 |871060 |   1.3 | 454M| 673 |   0 |1800 |5624 |1800 | 219 | 132k| 353k|3137 | 0.000000e+00 | 4.776000e+03 |    Inf 
593.70/593.72	c   579s|700000 |383326 |886451 |   1.3 | 467M| 673 |   0 |1800 |5215 |1800 | 211 | 135k| 358k|3164 | 0.000000e+00 | 4.776000e+03 |    Inf 
595.81/595.83	o 4760
595.81/595.83	c * 581s|702546 |384271 |889536 |   1.3 | 469M| 673 |   - |1800 |5306 |1800 | 218 | 135k| 359k|3165 | 0.000000e+00 | 4.760000e+03 |    Inf 
602.50/602.52	c   587s|710000 |390135 |902054 |   1.3 | 478M| 673 |   0 |1800 |5243 |1800 | 214 | 137k| 364k|3189 | 0.000000e+00 | 4.760000e+03 |    Inf 
611.30/611.32	c   595s|720000 |397906 |920262 |   1.3 | 492M| 673 |   0 |1800 |5565 |1800 | 207 | 140k| 371k|3240 | 0.000000e+00 | 4.760000e+03 |    Inf 
620.11/620.11	c   604s|730000 |405680 |938193 |   1.3 | 505M| 673 |   0 |1800 |5402 |1800 | 227 | 143k| 376k|3275 | 0.000000e+00 | 4.760000e+03 |    Inf 
628.81/628.80	c   612s|740000 |413464 |957366 |   1.3 | 519M| 673 |   - |1800 |5494 |   0 |   0 | 145k| 382k|3319 | 0.000000e+00 | 4.760000e+03 |    Inf 
637.01/637.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
637.01/637.09	c   620s|750000 |421662 |971961 |   1.3 | 531M| 673 |   0 |1800 |5159 |1800 | 217 | 148k| 387k|3354 | 0.000000e+00 | 4.760000e+03 |    Inf 
645.91/645.95	c   628s|760000 |429444 |988960 |   1.3 | 544M| 673 |   0 |1800 |5904 |1800 | 222 | 151k| 394k|3387 | 0.000000e+00 | 4.760000e+03 |    Inf 
654.31/654.34	c   636s|770000 |437250 |  1005k|   1.3 | 557M| 673 |   0 |1800 |5773 |1800 | 236 | 153k| 400k|3432 | 0.000000e+00 | 4.760000e+03 |    Inf 
657.21/657.26	o 4728
657.21/657.26	c * 639s|773357 |437282 |  1011k|   1.3 | 559M| 673 |   - |1800 |5932 |1800 | 226 | 154k| 402k|3447 | 0.000000e+00 | 4.728000e+03 |    Inf 
662.90/662.98	c   644s|780000 |442919 |  1027k|   1.3 | 567M| 673 |   0 |1800 |4526 |1800 | 216 | 156k| 405k|3488 | 0.000000e+00 | 4.728000e+03 |    Inf 
671.41/671.41	c   652s|790000 |450863 |  1041k|   1.3 | 581M| 673 |   0 |1800 |5935 |1800 | 217 | 158k| 411k|3504 | 0.000000e+00 | 4.728000e+03 |    Inf 
680.11/680.13	c   660s|800000 |458591 |  1062k|   1.3 | 594M| 673 |   0 |1800 |6100 |1800 | 205 | 161k| 418k|3563 | 0.000000e+00 | 4.728000e+03 |    Inf 
688.90/688.97	c   669s|810000 |466526 |  1080k|   1.3 | 607M| 673 |   0 |1800 |4968 |1800 | 221 | 164k| 424k|3592 | 0.000000e+00 | 4.728000e+03 |    Inf 
697.50/697.55	c   677s|820000 |474539 |  1096k|   1.3 | 621M| 673 |   0 |1800 |5276 |1800 | 236 | 167k| 429k|3615 | 0.000000e+00 | 4.728000e+03 |    Inf 
706.01/706.02	c   685s|830000 |482328 |  1111k|   1.3 | 635M| 673 |   0 |1800 |5508 |1800 | 221 | 169k| 435k|3639 | 0.000000e+00 | 4.728000e+03 |    Inf 
714.61/714.66	c   693s|840000 |490114 |  1130k|   1.3 | 647M| 673 |   0 |1800 |5293 |1800 | 214 | 172k| 441k|3700 | 0.000000e+00 | 4.728000e+03 |    Inf 
723.31/723.31	c   701s|850000 |497911 |  1148k|   1.4 | 660M| 673 |   0 |1800 |5172 |1800 | 223 | 175k| 448k|3749 | 0.000000e+00 | 4.728000e+03 |    Inf 
731.81/731.81	c   709s|860000 |505784 |  1165k|   1.4 | 674M| 673 |   0 |1800 |5310 |1800 | 240 | 178k| 453k|3771 | 0.000000e+00 | 4.728000e+03 |    Inf 
740.41/740.43	c   717s|870000 |513418 |  1182k|   1.4 | 686M| 673 |   0 |1800 |5504 |1800 | 205 | 180k| 460k|3808 | 0.000000e+00 | 4.728000e+03 |    Inf 
749.11/749.15	c   725s|880000 |521483 |  1203k|   1.4 | 699M| 673 |   0 |1800 |5085 |1800 | 219 | 183k| 466k|3851 | 0.000000e+00 | 4.728000e+03 |    Inf 
755.11/755.12	o 4690
755.11/755.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
755.11/755.12	c * 731s|887194 |523991 |  1215k|   1.4 | 704M| 673 |   - |1800 |4755 |1800 | 231 | 185k| 469k|3866 | 0.000000e+00 | 4.690000e+03 |    Inf 
757.61/757.63	c   733s|890000 |526182 |  1220k|   1.4 | 708M| 673 |   0 |1800 |4769 |1800 | 210 | 186k| 470k|3869 | 0.000000e+00 | 4.690000e+03 |    Inf 
766.21/766.25	c   742s|900000 |534262 |  1236k|   1.4 | 722M| 673 |   0 |1800 |4997 |1800 | 207 | 189k| 476k|3914 | 0.000000e+00 | 4.690000e+03 |    Inf 
774.51/774.52	c   749s|910000 |542288 |  1250k|   1.4 | 735M| 673 |   0 |1800 |5410 |1800 | 211 | 191k| 480k|3922 | 0.000000e+00 | 4.690000e+03 |    Inf 
783.01/783.06	c   757s|920000 |550338 |  1267k|   1.4 | 749M| 673 |   0 |1800 |5209 |1800 | 227 | 194k| 486k|3959 | 0.000000e+00 | 4.690000e+03 |    Inf 
791.51/791.57	c   765s|930000 |558195 |  1283k|   1.4 | 762M| 673 |   0 |1800 |5116 |1800 | 251 | 196k| 491k|3998 | 0.000000e+00 | 4.690000e+03 |    Inf 
794.22/794.28	o 4664
794.22/794.28	c * 768s|933075 |557951 |  1290k|   1.4 | 763M| 673 |   - |1800 |5292 |1800 | 228 | 197k| 493k|4005 | 0.000000e+00 | 4.664000e+03 |    Inf 
800.41/800.43	c   774s|940000 |563624 |  1304k|   1.4 | 773M| 673 |   0 |1800 |5152 |1800 | 216 | 200k| 497k|4034 | 0.000000e+00 | 4.664000e+03 |    Inf 
805.22/805.27	o 4624
805.22/805.27	c * 778s|945839 |564194 |  1312k|   1.4 | 775M| 673 |   - |1800 |5324 |1800 | 237 | 201k| 500k|4044 | 0.000000e+00 | 4.624000e+03 |    Inf 
805.22/805.29	o 4610
805.22/805.29	c * 778s|945840 |562737 |  1312k|   1.4 | 773M| 673 |   - |1800 |5324 |1800 | 237 | 201k| 500k|4044 | 0.000000e+00 | 4.610000e+03 |    Inf 
808.91/808.90	c   782s|950000 |565967 |  1319k|   1.4 | 779M| 673 |   0 |1800 |5476 |1800 | 243 | 202k| 502k|4050 | 0.000000e+00 | 4.610000e+03 |    Inf 
817.72/817.76	c   790s|960000 |573835 |  1337k|   1.4 | 793M| 673 |   0 |1800 |5300 |1800 | 237 | 205k| 508k|4078 | 0.000000e+00 | 4.610000e+03 |    Inf 
826.21/826.27	c   798s|970000 |581670 |  1354k|   1.4 | 806M| 673 |   0 |1800 |5941 |1800 | 209 | 208k| 514k|4124 | 0.000000e+00 | 4.610000e+03 |    Inf 
834.82/834.84	c   806s|980000 |589572 |  1372k|   1.4 | 820M| 673 |   0 |1800 |6038 |1800 | 224 | 210k| 520k|4166 | 0.000000e+00 | 4.610000e+03 |    Inf 
843.81/843.89	c   815s|990000 |597590 |  1393k|   1.4 | 833M| 673 |   0 |1800 |5244 |1800 | 224 | 213k| 525k|4203 | 0.000000e+00 | 4.610000e+03 |    Inf 
848.91/848.90	o 4509
848.91/848.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
848.91/848.90	c * 819s|995803 |590609 |  1402k|   1.4 | 827M| 673 |   - |1800 |5352 |1800 | 235 | 215k| 528k|4209 | 0.000000e+00 | 4.509000e+03 |    Inf 
852.62/852.60	c   823s|  1000k|593923 |  1409k|   1.4 | 833M| 673 |   0 |1800 |5450 |1800 | 224 | 216k| 531k|4220 | 0.000000e+00 | 4.509000e+03 |    Inf 
861.41/861.48	c   831s|  1010k|601741 |  1426k|   1.4 | 847M| 673 |   0 |1800 |5589 |1800 | 213 | 219k| 536k|4251 | 0.000000e+00 | 4.509000e+03 |    Inf 
870.52/870.51	c   840s|  1020k|609375 |  1444k|   1.4 | 861M| 673 |   0 |1800 |5405 |1800 | 221 | 222k| 542k|4279 | 0.000000e+00 | 4.509000e+03 |    Inf 
879.31/879.32	c   848s|  1030k|617080 |  1461k|   1.4 | 874M| 673 |   0 |1800 |5323 |1800 | 216 | 225k| 548k|4323 | 0.000000e+00 | 4.509000e+03 |    Inf 
888.31/888.33	c   857s|  1040k|624679 |  1481k|   1.4 | 888M| 673 |   0 |1800 |5797 |1800 | 209 | 228k| 554k|4357 | 0.000000e+00 | 4.509000e+03 |    Inf 
889.31/889.38	o 4480
889.31/889.38	c * 858s|  1041k|622047 |  1483k|   1.4 | 885M| 673 |   - |1800 |5767 |1800 | 228 | 228k| 555k|4359 | 0.000000e+00 | 4.480000e+03 |    Inf 
894.61/894.67	o 4447
894.61/894.67	c * 863s|  1047k|622381 |  1493k|   1.4 | 887M| 673 |   - |1800 |6921 |1800 | 264 | 230k| 559k|4381 | 0.000000e+00 | 4.447000e+03 |    Inf 
896.71/896.78	o 4408
896.71/896.78	c * 865s|  1049k|619025 |  1497k|   1.4 | 884M| 673 |   - |1800 |6451 |1800 | 232 | 230k| 561k|4382 | 0.000000e+00 | 4.408000e+03 |    Inf 
897.11/897.20	c   865s|  1050k|619442 |  1498k|   1.4 | 884M| 673 |   0 |1800 |6432 |1800 | 225 | 230k| 561k|4382 | 0.000000e+00 | 4.408000e+03 |    Inf 
897.32/897.38	o 4374
897.32/897.38	c * 865s|  1050k|614937 |  1498k|   1.4 | 878M| 673 |   - |1800 |6510 |1800 | 230 | 231k| 561k|4383 | 0.000000e+00 | 4.374000e+03 |    Inf 
897.42/897.41	o 4314
897.42/897.41	c * 865s|  1050k|606504 |  1498k|   1.4 | 866M| 673 |   - |1800 |6510 |1800 | 230 | 231k| 561k|4383 | 0.000000e+00 | 4.314000e+03 |    Inf 
897.42/897.48	o 4284
897.42/897.48	c * 865s|  1050k|602287 |  1499k|   1.4 | 860M| 673 |   - |1800 |6527 |1800 | 246 | 231k| 561k|4383 | 0.000000e+00 | 4.284000e+03 |    Inf 
897.71/897.72	o 4259
897.71/897.72	c * 865s|  1050k|598880 |  1499k|   1.4 | 855M| 673 |   - |1800 |6542 |1800 | 229 | 231k| 561k|4384 | 0.000000e+00 | 4.259000e+03 |    Inf 
897.82/897.84	o 4201
897.82/897.84	c * 866s|  1050k|590825 |  1499k|   1.4 | 842M| 673 |   - |1800 |6535 |1800 | 237 | 231k| 561k|4384 | 0.000000e+00 | 4.201000e+03 |    Inf 
897.92/897.91	o 4099
897.92/897.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
897.92/897.91	c * 866s|  1050k|575877 |  1499k|   1.4 | 816M| 673 |   - |1800 |6535 |1800 | 237 | 231k| 561k|4384 | 0.000000e+00 | 4.099000e+03 |    Inf 
897.92/897.95	o 4039
897.92/897.95	c * 866s|  1050k|566646 |  1499k|   1.4 | 798M| 673 |   - |1800 |6535 |1800 | 237 | 231k| 561k|4384 | 0.000000e+00 | 4.039000e+03 |    Inf 
898.22/898.20	o 3934
898.22/898.20	c * 866s|  1050k|550068 |  1500k|   1.4 | 761M| 673 |   - |1800 |6520 |1800 | 230 | 231k| 561k|4385 | 0.000000e+00 | 3.934000e+03 |    Inf 
898.41/898.46	o 3911
898.41/898.46	c * 866s|  1050k|546641 |  1500k|   1.4 | 752M| 673 |   - |1800 |6580 |1800 | 226 | 231k| 562k|4385 | 0.000000e+00 | 3.911000e+03 |    Inf 
898.51/898.50	o 3858
898.51/898.50	c * 866s|  1050k|538197 |  1500k|   1.4 | 731M| 673 |   - |1800 |6580 |1800 | 226 | 231k| 562k|4385 | 0.000000e+00 | 3.858000e+03 |    Inf 
898.62/898.68	o 3649
898.62/898.68	c * 866s|  1050k|501840 |  1500k|   1.4 | 639M| 673 |   - |1800 |6576 |1800 | 223 | 231k| 562k|4385 | 0.000000e+00 | 3.649000e+03 |    Inf 
898.81/898.86	o 3616
898.81/898.86	c * 867s|  1051k|496119 |  1500k|   1.4 | 625M| 673 |   - |1800 |6587 |1800 | 227 | 231k| 562k|4385 | 0.000000e+00 | 3.616000e+03 |    Inf 
898.81/898.90	o 3605
898.81/898.90	c * 867s|  1051k|494249 |  1500k|   1.4 | 621M| 673 |   - |1800 |6587 |1800 | 226 | 231k| 562k|4385 | 0.000000e+00 | 3.605000e+03 |    Inf 
898.92/898.94	o 3545
898.92/898.94	c * 867s|  1051k|483332 |  1500k|   1.4 | 595M| 673 |   - |1800 |6587 |1800 | 226 | 231k| 562k|4385 | 0.000000e+00 | 3.545000e+03 |    Inf 
899.22/899.20	o 3503
899.22/899.20	c * 867s|  1051k|475861 |  1501k|   1.4 | 578M| 673 |   - |1800 |6641 |1800 | 237 | 231k| 562k|4385 | 0.000000e+00 | 3.503000e+03 |    Inf 
899.22/899.25	o 3443
899.22/899.25	c * 867s|  1051k|465670 |  1501k|   1.4 | 556M| 673 |   - |1800 |6641 |1800 | 237 | 231k| 562k|4385 | 0.000000e+00 | 3.443000e+03 |    Inf 
900.81/900.89	o 3332
900.81/900.89	c * 868s|  1052k|448343 |  1504k|   1.4 | 523M| 673 |   - |1800 |6839 |1800 | 234 | 231k| 563k|4389 | 0.000000e+00 | 3.332000e+03 |    Inf 
908.22/908.21	c   875s|  1060k|453360 |  1523k|   1.4 | 533M| 673 |   0 |1800 |5024 |1800 | 240 | 234k| 567k|4428 | 0.000000e+00 | 3.332000e+03 |    Inf 
914.21/914.20	o 3286
914.21/914.20	c * 881s|  1066k|450339 |  1538k|   1.4 | 530M| 673 |   - |1800 |5006 |1800 | 221 | 237k| 571k|4467 | 0.000000e+00 | 3.286000e+03 |    Inf 
914.21/914.23	o 3271
914.21/914.23	c * 881s|  1066k|447807 |  1538k|   1.4 | 526M| 673 |   - |1800 |5006 |1800 | 221 | 237k| 571k|4467 | 0.000000e+00 | 3.271000e+03 |    Inf 
914.21/914.27	o 3266
914.21/914.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
914.21/914.27	c * 881s|  1066k|447061 |  1539k|   1.4 | 525M| 673 |   - |1800 |5002 |1800 | 221 | 237k| 571k|4467 | 0.000000e+00 | 3.266000e+03 |    Inf 
914.41/914.41	o 2969
914.41/914.41	c * 881s|  1066k|402579 |  1539k|   1.4 | 464M| 673 |   - |1800 |5002 |1800 | 221 | 237k| 571k|4467 | 0.000000e+00 | 2.969000e+03 |    Inf 
918.52/918.56	c   885s|  1070k|405294 |  1550k|   1.4 | 470M| 673 |   - |1800 |4388 |   0 |   0 | 239k| 573k|4474 | 0.000000e+00 | 2.969000e+03 |    Inf 
928.72/928.79	c   895s|  1080k|412088 |  1577k|   1.5 | 485M| 673 |   0 |1800 |4286 |1800 | 207 | 243k| 580k|4537 | 0.000000e+00 | 2.969000e+03 |    Inf 
938.61/938.66	c   904s|  1090k|418902 |  1603k|   1.5 | 500M| 673 |   0 |1800 |4711 |1800 | 218 | 247k| 586k|4580 | 0.000000e+00 | 2.969000e+03 |    Inf 
948.61/948.69	c   914s|  1100k|425573 |  1630k|   1.5 | 515M| 673 |   0 |1800 |4992 |1800 | 226 | 251k| 593k|4622 | 0.000000e+00 | 2.969000e+03 |    Inf 
951.02/951.00	o 2892
951.02/951.00	c * 916s|  1102k|416064 |  1638k|   1.5 | 505M| 673 |   - |1800 |4519 |1800 | 225 | 252k| 594k|4636 | 0.000000e+00 | 2.892000e+03 |    Inf 
958.71/958.72	c   923s|  1110k|421551 |  1658k|   1.5 | 518M| 673 |   0 |1800 |5240 |1800 | 214 | 255k| 599k|4668 | 0.000000e+00 | 2.892000e+03 |    Inf 
968.92/968.93	c   933s|  1120k|428447 |  1685k|   1.5 | 533M| 673 |   0 |1800 |4912 |1800 | 219 | 259k| 606k|4705 | 0.000000e+00 | 2.892000e+03 |    Inf 
971.32/971.31	o 2742
971.32/971.31	c * 935s|  1122k|407490 |  1691k|   1.5 | 511M| 673 |   - |1800 |5107 |1800 | 225 | 260k| 608k|4714 | 0.000000e+00 | 2.742000e+03 |    Inf 
971.32/971.37	o 2636
971.32/971.37	c * 935s|  1122k|391107 |  1691k|   1.5 | 492M| 673 |   - |1800 |5107 |1800 | 225 | 260k| 608k|4714 | 0.000000e+00 | 2.636000e+03 |    Inf 
971.41/971.44	o 2532
971.41/971.44	c * 935s|  1122k|374982 |  1691k|   1.5 | 473M| 673 |   - |1800 |5104 |1800 | 221 | 260k| 608k|4714 | 0.000000e+00 | 2.532000e+03 |    Inf 
971.52/971.51	o 2510
971.52/971.51	c * 935s|  1122k|371629 |  1691k|   1.5 | 469M| 673 |   - |1800 |5130 |1800 | 228 | 260k| 608k|4714 | 0.000000e+00 | 2.510000e+03 |    Inf 
971.52/971.55	o 2458
971.52/971.55	c * 935s|  1122k|363600 |  1691k|   1.5 | 459M| 673 |   - |1800 |5130 |1800 | 228 | 260k| 608k|4714 | 0.000000e+00 | 2.458000e+03 |    Inf 
971.52/971.58	o 2404
971.52/971.58	c * 935s|  1122k|355698 |  1691k|   1.5 | 449M| 673 |   - |1800 |5130 |1800 | 228 | 260k| 608k|4714 | 0.000000e+00 | 2.404000e+03 |    Inf 
974.62/974.66	o 2388
974.62/974.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
974.62/974.66	c * 938s|  1125k|354718 |  1701k|   1.5 | 450M| 673 |   - |1800 |4605 |1800 | 248 | 261k| 609k|4743 | 0.000000e+00 | 2.388000e+03 |    Inf 
974.71/974.70	o 2328
974.71/974.70	c * 938s|  1125k|345823 |  1701k|   1.5 | 438M| 673 |   - |1800 |4605 |1800 | 248 | 261k| 609k|4743 | 0.000000e+00 | 2.328000e+03 |    Inf 
980.02/980.02	c   943s|  1130k|348906 |  1715k|   1.5 | 447M| 673 |   7 |1800 |5033 |1800 | 235 | 264k| 613k|4748 | 0.000000e+00 | 2.328000e+03 |    Inf 
989.82/989.82	o 2275
989.82/989.82	c * 953s|  1139k|346393 |  1741k|   1.5 | 451M| 673 |   - |1800 |4709 |1800 | 228 | 268k| 619k|4783 | 0.000000e+00 | 2.275000e+03 |    Inf 
990.92/990.99	c   954s|  1140k|346952 |  1745k|   1.5 | 453M| 673 |   0 |1800 |4858 |1800 | 210 | 268k| 620k|4801 | 0.000000e+00 | 2.275000e+03 |    Inf 
1002.31/1002.34	c   964s|  1150k|353053 |  1780k|   1.5 | 470M| 673 |   0 |1800 |5178 |1800 | 238 | 273k| 627k|4843 | 0.000000e+00 | 2.275000e+03 |    Inf 
1013.42/1013.46	c   975s|  1160k|359186 |  1814k|   1.6 | 487M| 673 |   - |1800 |4993 |   0 |   0 | 278k| 634k|4904 | 0.000000e+00 | 2.275000e+03 |    Inf 
1017.02/1017.01	o 2230
1017.02/1017.01	c * 978s|  1163k|354279 |  1824k|   1.6 | 483M| 673 |   - |1800 |4809 |1800 | 236 | 280k| 636k|4907 | 0.000000e+00 | 2.230000e+03 |    Inf 
1017.02/1017.05	o 2162
1017.02/1017.05	c * 978s|  1163k|343629 |  1824k|   1.6 | 468M| 673 |   - |1800 |4809 |1800 | 236 | 280k| 636k|4907 | 0.000000e+00 | 2.162000e+03 |    Inf 
1024.52/1024.57	c   985s|  1170k|347514 |  1847k|   1.6 | 479M| 673 |   0 |1800 |4441 |1800 | 212 | 283k| 641k|4938 | 0.000000e+00 | 2.162000e+03 |    Inf 
1036.12/1036.20	c   996s|  1180k|353329 |  1889k|   1.6 | 496M| 673 |   - |1800 |4520 |   0 |   0 | 289k| 648k|5003 | 0.000000e+00 | 2.162000e+03 |    Inf 
1047.31/1047.33	c  1007s|  1190k|359833 |  1926k|   1.6 | 513M| 673 |   0 |1800 |4457 |1800 | 220 | 294k| 654k|5069 | 0.000000e+00 | 2.162000e+03 |    Inf 
1051.92/1051.97	o 2103
1051.92/1051.97	c *1011s|  1193k|352589 |  1944k|   1.6 | 506M| 673 |   - |1800 |4516 |1800 | 224 | 297k| 657k|5092 | 0.000000e+00 | 2.103000e+03 |    Inf 
1052.62/1052.61	o 2047
1052.62/1052.61	c *1012s|  1194k|343616 |  1946k|   1.6 | 493M| 673 |   - |1800 |4629 |1800 | 229 | 297k| 657k|5099 | 0.000000e+00 | 2.047000e+03 |    Inf 
1058.72/1058.76	c  1018s|  1200k|346819 |  1964k|   1.6 | 502M| 673 |   0 |1800 |4713 |1800 | 208 | 300k| 661k|5122 | 0.000000e+00 | 2.047000e+03 |    Inf 
1070.51/1070.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1070.51/1070.51	c  1029s|  1210k|352721 |  2005k|   1.7 | 520M| 673 |   0 |1800 |4203 |1800 | 205 | 306k| 668k|5173 | 0.000000e+00 | 2.047000e+03 |    Inf 
1082.12/1082.15	c  1040s|  1220k|358775 |  2046k|   1.7 | 538M| 673 |   - |1800 |4464 |   0 |   0 | 312k| 676k|5246 | 0.000000e+00 | 2.047000e+03 |    Inf 
1090.62/1090.60	o 1965
1090.62/1090.60	c *1048s|  1227k|349040 |  2074k|   1.7 | 529M| 673 |   - |1800 |5049 |1800 | 233 | 315k| 682k|5277 | 0.000000e+00 | 1.965000e+03 |    Inf 
1090.62/1090.62	o 1955
1090.62/1090.62	c *1048s|  1227k|347314 |  2074k|   1.7 | 526M| 673 |   - |1800 |5049 |1800 | 233 | 315k| 682k|5277 | 0.000000e+00 | 1.955000e+03 |    Inf 
1090.72/1090.70	o 1895
1090.72/1090.70	c *1048s|  1227k|336346 |  2074k|   1.7 | 509M| 673 |   - |1800 |5041 |1800 | 237 | 315k| 682k|5277 | 0.000000e+00 | 1.895000e+03 |    Inf 
1090.72/1090.78	o 1882
1090.72/1090.78	c *1048s|  1227k|334090 |  2074k|   1.7 | 506M| 673 |   - |1800 |5055 |1800 | 246 | 315k| 682k|5282 | 0.000000e+00 | 1.882000e+03 |    Inf 
1090.92/1090.91	o 1656
1090.92/1090.91	c *1048s|  1227k|293510 |  2074k|   1.7 | 447M| 673 |   - |1800 |5055 |1800 | 246 | 315k| 682k|5282 | 0.000000e+00 | 1.656000e+03 |    Inf 
1091.02/1091.03	o 1611
1091.02/1091.03	c *1048s|  1227k|285117 |  2075k|   1.7 | 434M| 673 |   - |1800 |5069 |1800 | 242 | 315k| 682k|5282 | 0.000000e+00 | 1.611000e+03 |    Inf 
1091.02/1091.07	o 1551
1091.02/1091.07	c *1048s|  1227k|273760 |  2075k|   1.7 | 418M| 673 |   - |1800 |5069 |1800 | 242 | 315k| 682k|5282 | 0.000000e+00 | 1.551000e+03 |    Inf 
1091.13/1091.18	o 1539
1091.13/1091.18	c *1048s|  1227k|271537 |  2075k|   1.7 | 414M| 673 |   - |1800 |5089 |1800 | 243 | 315k| 682k|5282 | 0.000000e+00 | 1.539000e+03 |    Inf 
1091.23/1091.28	o 1407
1091.23/1091.28	c *1048s|  1227k|246452 |  2075k|   1.7 | 374M| 673 |   - |1800 |5099 |1800 | 243 | 315k| 682k|5282 | 0.000000e+00 | 1.407000e+03 |    Inf 
1091.32/1091.31	o 1372
1091.32/1091.31	c *1049s|  1227k|240489 |  2075k|   1.7 | 364M| 673 |   - |1800 |5099 |1800 | 243 | 315k| 682k|5282 | 0.000000e+00 | 1.372000e+03 |    Inf 
1091.32/1091.34	o 1365
1091.32/1091.34	c *1049s|  1227k|239050 |  2075k|   1.7 | 362M| 673 |   - |1800 |5097 |1800 | 237 | 315k| 682k|5282 | 0.000000e+00 | 1.365000e+03 |    Inf 
1094.62/1094.65	c  1052s|  1230k|239868 |  2092k|   1.7 | 366M| 673 |   0 |1800 |4050 |1800 | 217 | 318k| 684k|5302 | 0.000000e+00 | 1.365000e+03 |    Inf 
1096.52/1096.58	o 1321
1096.52/1096.58	c *1053s|  1231k|230775 |  2101k|   1.7 | 352M| 673 |   - |1800 |3755 |1800 | 227 | 319k| 685k|5304 | 0.000000e+00 | 1.321000e+03 |    Inf 
1110.02/1110.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1110.02/1110.09	c  1066s|  1240k|233328 |  2166k|   1.7 | 373M| 673 |   0 |1800 |4160 |1800 | 215 | 327k| 694k|5391 | 0.000000e+00 | 1.321000e+03 |    Inf 
1125.33/1125.39	o 1254
1125.33/1125.39	c *1081s|  1249k|223645 |  2248k|   1.8 | 375M| 673 |   - |1800 |3926 |1800 | 255 | 337k| 704k|5506 | 0.000000e+00 | 1.254000e+03 |    Inf 
1125.42/1125.41	o 1245
1125.42/1125.41	c *1081s|  1249k|221508 |  2248k|   1.8 | 371M| 673 |   - |1800 |3926 |1800 | 258 | 337k| 704k|5506 | 0.000000e+00 | 1.245000e+03 |    Inf 
1125.52/1125.50	c  1081s|  1250k|221531 |  2249k|   1.8 | 371M| 673 |   0 |1800 |3947 |1800 | 244 | 337k| 704k|5509 | 0.000000e+00 | 1.245000e+03 |    Inf 
1125.52/1125.59	o 1219
1125.52/1125.59	c *1081s|  1250k|216535 |  2249k|   1.8 | 361M| 673 |   - |1800 |3961 |1800 | 242 | 337k| 704k|5510 | 0.000000e+00 | 1.219000e+03 |    Inf 
1128.12/1128.13	o 1203
1128.12/1128.13	c *1083s|  1251k|213809 |  2262k|   1.8 | 359M| 673 |   - |1800 |4073 |1800 | 248 | 338k| 706k|5521 | 0.000000e+00 | 1.203000e+03 |    Inf 
1132.52/1132.53	o 1154
1132.52/1132.53	c *1088s|  1254k|204754 |  2281k|   1.8 | 349M| 673 |   - |1800 |3983 |1800 | 214 | 341k| 708k|5552 | 0.000000e+00 | 1.154000e+03 |    Inf 
1132.52/1132.56	o 1128
1132.52/1132.56	c *1088s|  1254k|200168 |  2281k|   1.8 | 341M| 673 |   - |1800 |3983 |1800 | 214 | 341k| 708k|5552 | 0.000000e+00 | 1.128000e+03 |    Inf 
1139.12/1139.19	o 1101
1139.12/1139.19	c *1094s|  1258k|196472 |  2317k|   1.8 | 342M| 673 |   - |1800 |4619 |1800 | 239 | 345k| 713k|5595 | 0.000000e+00 | 1.101000e+03 |    Inf 
1139.42/1139.46	o 1028
1139.42/1139.46	c *1094s|  1258k|182248 |  2318k|   1.8 | 318M| 673 |   - |1800 |4696 |1800 | 227 | 345k| 713k|5596 | 0.000000e+00 | 1.028000e+03 |    Inf 
1139.62/1139.65	o 966
1139.62/1139.65	c *1094s|  1258k|168478 |  2319k|   1.8 | 297M| 673 |   - |1800 |4740 |1800 | 247 | 345k| 713k|5596 | 0.000000e+00 | 9.660000e+02 |    Inf 
1139.62/1139.67	o 962
1139.62/1139.67	c *1094s|  1258k|167815 |  2319k|   1.8 | 296M| 673 |   - |1800 |4663 |1800 | 247 | 345k| 713k|5596 | 0.000000e+00 | 9.620000e+02 |    Inf 
1139.72/1139.77	o 809
1139.72/1139.77	c *1094s|  1258k|139325 |  2319k|   1.8 | 253M| 673 |   - |1800 |4663 |1800 | 247 | 345k| 713k|5596 | 0.000000e+00 | 8.090000e+02 |    Inf 
1142.12/1142.16	c  1097s|  1260k|139351 |  2333k|   1.9 | 256M| 673 |   - |1800 |3120 |   0 |   0 | 348k| 715k|5604 | 0.000000e+00 | 8.090000e+02 |    Inf 
1147.72/1147.71	o 766
1147.72/1147.71	c *1102s|  1262k|132203 |  2365k|   1.9 | 255M| 673 |   - |1800 |3583 |1800 | 227 | 352k| 719k|5656 | 0.000000e+00 | 7.660000e+02 |    Inf 
1147.72/1147.74	o 731
1147.72/1147.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1147.72/1147.74	c *1102s|  1262k|124711 |  2365k|   1.9 | 243M| 673 |   - |1800 |3583 |1800 | 227 | 352k| 719k|5656 | 0.000000e+00 | 7.310000e+02 |    Inf 
1156.82/1156.81	o 662
1156.82/1156.81	c *1110s|  1266k|101367 |  2424k|   1.9 | 226M| 673 |   - |1800 |3201 |1800 | 239 | 360k| 725k|5715 | 0.000000e+00 | 6.620000e+02 |    Inf 
1156.82/1156.85	o 626
1156.82/1156.85	c *1110s|  1266k| 92599 |  2424k|   1.9 | 212M| 673 |   - |1800 |3201 |1800 | 239 | 360k| 725k|5715 | 0.000000e+00 | 6.260000e+02 |    Inf 
1158.22/1158.26	o 504
1158.22/1158.26	c *1112s|  1267k| 70446 |  2430k|   1.9 | 178M| 673 |   - |1800 |3394 |1800 | 253 | 361k| 726k|5731 | 0.000000e+00 | 5.040000e+02 |    Inf 
1158.33/1158.36	o 376
1158.33/1158.36	c *1112s|  1267k| 50164 |  2430k|   1.9 | 140M| 673 |   - |1800 |3210 |1800 | 253 | 361k| 726k|5731 | 0.000000e+00 | 3.760000e+02 |    Inf 
1158.52/1158.55	o 368
1158.52/1158.55	c *1112s|  1267k| 48955 |  2431k|   1.9 | 137M| 673 |   - |1800 |2981 |1800 | 236 | 361k| 726k|5731 | 0.000000e+00 | 3.680000e+02 |    Inf 
1158.62/1158.65	o 310
1158.62/1158.65	c *1112s|  1267k| 39117 |  2432k|   1.9 | 120M| 673 |   - |1800 |2950 |1800 | 254 | 361k| 726k|5731 | 0.000000e+00 | 3.100000e+02 |    Inf 
1158.72/1158.73	o 243
1158.72/1158.73	c *1112s|  1267k| 26997 |  2432k|   1.9 |  97M| 673 |   - |1800 |2845 |1800 | 255 | 361k| 726k|5731 | 0.000000e+00 | 2.430000e+02 |    Inf 
1158.72/1158.74	o 234
1158.72/1158.74	c *1112s|  1267k| 26868 |  2432k|   1.9 |  96M| 673 |   - |1800 |2656 |1800 | 255 | 361k| 726k|5731 | 0.000000e+00 | 2.340000e+02 |    Inf 
1158.72/1158.78	o 123
1158.72/1158.78	c *1112s|  1267k| 20278 |  2432k|   1.9 |  79M| 673 |   - |1800 |2612 |1800 | 255 | 361k| 726k|5731 | 0.000000e+00 | 1.230000e+02 |    Inf 
1158.82/1158.81	o 60
1158.82/1158.81	c *1112s|  1267k| 15970 |  2432k|   1.9 |  63M| 673 |   - |1800 |2612 |1800 | 255 | 361k| 726k|5731 | 0.000000e+00 | 6.000000e+01 |    Inf 
1158.92/1158.94	o 0
1158.92/1158.94	c *1112s|  1267k|     0 |  2432k|   1.9 |  12M| 673 |   - |1800 |2300 |1800 | 235 | 361k| 726k|5731 | 0.000000e+00 | 0.000000e+00 |   0.00%
1158.92/1158.94	c 
1158.92/1158.94	c SCIP Status        : problem is solved [optimal solution found]
1158.92/1158.94	c Solving Time (sec) : 1112.47
1158.92/1158.94	c Solving Nodes      : 1267972
1158.92/1158.94	c Primal Bound       : +0.00000000000000e+00 (245 solutions)
1158.92/1158.94	c Dual Bound         : +0.00000000000000e+00
1158.92/1158.94	c Gap                : 0.00 %
1158.92/1158.95	s OPTIMUM FOUND
1158.92/1158.95	v -x200 x199 -x198 x197 x196 -x195 -x194 x193 x192 -x191 -x190 x189 x188 -x187 -x186 x185 x184 -x183 x182 -x181 x180 -x179 -x178 
1158.92/1158.95	v x177 x176 -x175 x174 -x173 -x172 x171 x170 -x169 -x168 x167 -x166 x165 x164 -x163 -x162 x161 x160 -x159 x158 -x157 -x156 x155 
1158.92/1158.95	v x154 -x153 x152 -x151 x150 -x149 x148 -x147 x146 -x145 -x144 x143 x142 -x141 x140 -x139 -x138 x137 -x136 x135 -x134 x133 x132 
1158.92/1158.95	v -x131 x130 -x129 -x128 x127 x126 -x125 -x124 x123 -x122 x121 -x120 x119 -x118 x117 -x116 x115 x114 -x113 x112 -x111 x110 -x109 
1158.92/1158.95	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 
1158.92/1158.95	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 
1158.92/1158.95	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 
1158.92/1158.95	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 
1158.92/1158.95	c SCIP Status        : problem is solved [optimal solution found]
1158.92/1158.95	c Solving Time       :    1112.47
1158.92/1158.95	c Original Problem   :
1158.92/1158.95	c   Problem name     : HOME/instance-2700357-1278535014.wbo
1158.92/1158.95	c   Variables        : 1900 (1050 binary, 0 integer, 0 implicit integer, 850 continuous)
1158.92/1158.95	c   Constraints      : 1801 initial, 1801 maximal
1158.92/1158.95	c Presolved Problem  :
1158.92/1158.95	c   Problem name     : t_HOME/instance-2700357-1278535014.wbo
1158.92/1158.95	c   Variables        : 1800 (950 binary, 0 integer, 0 implicit integer, 850 continuous)
1158.92/1158.95	c   Constraints      : 1700 initial, 7631 maximal
1158.92/1158.95	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1158.92/1158.95	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1158.92/1158.95	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1158.92/1158.95	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1158.92/1158.95	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1158.92/1158.95	c   implics          :       0.00          0          0          0          0          0          0          0          0
1158.92/1158.95	c   probing          :       0.01          0          0          0          0          0          0          0          0
1158.92/1158.95	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1158.92/1158.95	c   linear           :       0.02          0        100          0        850          0        101          0          0
1158.92/1158.95	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1158.92/1158.95	c   root node        :          -        810          -          -       1619          -          -          -          -
1158.92/1158.95	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1158.92/1158.95	c   integral         :          0          0          0    1286568          0          1         70          0          0      26874
1158.92/1158.95	c   indicator        :        850          0    2751636    1273066          0       2184   25589987          0          0          0
1158.92/1158.95	c   linear           :        850          6    2748903    1272776          0      27177    2231814     361396          0          0
1158.92/1158.95	c   logicor          :          0+         0    1756393          0          0       4053    1123122          0          0          0
1158.92/1158.95	c   countsols        :          0          0          0    1144072          0          0          0          0          0          0
1158.92/1158.95	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1158.92/1158.95	c   integral         :       5.11       0.00       0.00       5.11       0.00
1158.92/1158.95	c   indicator        :     117.45       0.01      47.02      70.42       0.00
1158.92/1158.95	c   linear           :      83.03       0.01      41.97      41.05       0.00
1158.92/1158.95	c   logicor          :      32.59       0.00      32.59       0.00       0.00
1158.92/1158.95	c   countsols        :       0.18       0.00       0.00       0.18       0.00
1158.92/1158.95	c Propagators        :       Time      Calls    Cutoffs    DomReds
1158.92/1158.95	c   vbounds          :       0.38          2          0          0
1158.92/1158.95	c   rootredcost      :       0.33        146          0        809
1158.92/1158.95	c   pseudoobj        :      76.43    2869855     118397   21429998
1158.92/1158.95	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1158.92/1158.95	c   propagation      :       7.90     149627     149459     585263       26.0     242189        3.7          -
1158.92/1158.95	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1158.92/1158.95	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1158.92/1158.95	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1158.92/1158.95	c   pseudo solution  :       0.03        404        404       2131       24.0       1091        3.9          -
1158.92/1158.95	c   applied globally :          -          -          -     726794       17.5          -          -          -
1158.92/1158.95	c   applied locally  :          -          -          -          0        0.0          -          -          -
1158.92/1158.95	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1158.92/1158.95	c   cut pool         :       0.00          3          -          -         44          -    (maximal pool size: 68)
1158.92/1158.95	c   redcost          :      51.57    1321408          0    3680264          0          0
1158.92/1158.95	c   impliedbounds    :       0.00          4          0          0          0          0
1158.92/1158.95	c   intobj           :       0.00          0          0          0          0          0
1158.92/1158.95	c   cgmip            :       0.00          0          0          0          0          0
1158.92/1158.95	c   gomory           :       0.01          4          0          0         70          0
1158.92/1158.95	c   strongcg         :       0.00          4          0          0          0          0
1158.92/1158.95	c   cmir             :       0.00          4          0          0          0          0
1158.92/1158.95	c   flowcover        :       0.03          4          0          0          0          0
1158.92/1158.95	c   clique           :       0.00          1          0          0          0          0
1158.92/1158.95	c   zerohalf         :       0.00          0          0          0          0          0
1158.92/1158.95	c   mcf              :       0.00          1          0          0          0          0
1158.92/1158.95	c   rapidlearning    :       0.00          0          0          0          0          0
1158.92/1158.95	c Pricers            :       Time      Calls       Vars
1158.92/1158.95	c   problem variables:       0.00          0          0
1158.92/1158.95	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1158.92/1158.95	c   relpscost        :       4.80      13501          1         70          0          0      26874
1158.92/1158.95	c   pscost           :       0.00          0          0          0          0          0          0
1158.92/1158.95	c   inference        :      90.15    1143925          0          0          0          0    2287850
1158.92/1158.95	c   mostinf          :       0.00          0          0          0          0          0          0
1158.92/1158.95	c   leastinf         :       0.00          0          0          0          0          0          0
1158.92/1158.95	c   fullstrong       :       0.00          0          0          0          0          0          0
1158.92/1158.95	c   allfullstrong    :       0.00          0          0          0          0          0          0
1158.92/1158.95	c   random           :       0.00          0          0          0          0          0          0
1158.92/1158.95	c Primal Heuristics  :       Time      Calls      Found
1158.92/1158.95	c   LP solutions     :       3.82          -        147
1158.92/1158.95	c   pseudo solutions :       0.00          -          0
1158.92/1158.95	c   feaspump         :       0.00          0          0
1158.92/1158.95	c   oneopt           :       0.52        110          0
1158.92/1158.95	c   crossover        :       3.24        212          7
1158.92/1158.95	c   linesearchdiving :       0.50       1006          0
1158.92/1158.95	c   guideddiving     :       0.52       1006          0
1158.92/1158.95	c   pscostdiving     :       0.49       1006          0
1158.92/1158.95	c   fracdiving       :       0.60       1006          0
1158.92/1158.95	c   veclendiving     :       0.53       1006          0
1158.92/1158.95	c   coefdiving       :       0.60       1007          0
1158.92/1158.95	c   rootsoldiving    :       0.56       1006          0
1158.92/1158.95	c   objpscostdiving  :       0.65       1006          0
1158.92/1158.95	c   trivial          :       0.01          2          1
1158.92/1158.95	c   simplerounding   :       0.48      14937          0
1158.92/1158.95	c   zirounding       :       0.23       1000          0
1158.92/1158.95	c   rounding         :       0.22       1653          0
1158.92/1158.95	c   shifting         :       0.20        468          0
1158.92/1158.95	c   intshifting      :       0.02          3          0
1158.92/1158.95	c   twoopt           :       0.00          0          0
1158.92/1158.95	c   fixandinfer      :       0.00          0          0
1158.92/1158.95	c   intdiving        :       0.00          0          0
1158.92/1158.95	c   actconsdiving    :       0.00          0          0
1158.92/1158.95	c   octane           :       0.00          0          0
1158.92/1158.95	c   rens             :       0.01          1          0
1158.92/1158.95	c   rins             :       0.00          0          0
1158.92/1158.95	c   localbranching   :       0.00          0          0
1158.92/1158.95	c   mutation         :       0.00          0          0
1158.92/1158.95	c   dins             :       0.00          0          0
1158.92/1158.95	c   undercover       :       0.00          0          0
1158.92/1158.95	c   nlp              :       0.25          0          0
1158.92/1158.95	c   trysol           :       0.52       1819         90
1158.92/1158.95	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1158.92/1158.95	c   primal LP        :       0.00          0          0       0.00          -
1158.92/1158.95	c   dual LP          :     390.33     321624    2424859       7.54    6212.33
1158.92/1158.95	c   lex dual LP      :       0.00          0          0       0.00          -
1158.92/1158.95	c   barrier LP       :       0.00          0          0       0.00          -
1158.92/1158.95	c   diving/probing LP:       0.23        112       7434      66.38   32321.74
1158.92/1158.95	c   strong branching :       4.68       5731      66845      11.66   14283.12
1158.92/1158.95	c     (at root node) :          -         33       4511     136.70          -
1158.92/1158.95	c   conflict analysis:       0.00          0          0       0.00          -
1158.92/1158.95	c B&B Tree           :
1158.92/1158.95	c   number of runs   :          1
1158.92/1158.95	c   nodes            :    1267972
1158.92/1158.95	c   nodes (total)    :    1267972
1158.92/1158.95	c   nodes left       :          0
1158.92/1158.95	c   max depth        :        673
1158.92/1158.95	c   max depth (total):        673
1158.92/1158.95	c   backtracks       :      53479 (4.2%)
1158.92/1158.95	c   delayed cutoffs  :      46296
1158.92/1158.95	c   repropagations   :     248271 (13606329 domain reductions, 41753 cutoffs)
1158.92/1158.95	c   avg switch length:       3.98
1158.92/1158.95	c   switching time   :      82.06
1158.92/1158.95	c Solution           :
1158.92/1158.95	c   Solutions found  :        245 (148 improvements)
1158.92/1158.95	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
1158.92/1158.95	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 1267972 nodes, 1112.36 seconds, depth 26, found by <relaxation>)
1158.92/1158.95	c   Dual Bound       : +0.00000000000000e+00
1158.92/1158.95	c   Gap              :       0.00 %
1158.92/1158.95	c   Root Dual Bound  : +0.00000000000000e+00
1158.92/1158.95	c   Root Iterations  :        428
1159.02/1159.00	c Time complete: 1159.02.

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-2700357-1278535014/watcher-2700357-1278535014 -o /tmp/evaluation-result-2700357-1278535014/solver-2700357-1278535014 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700357-1278535014.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.92 2.06 1.79 4/178 17668
/proc/meminfo: memFree=28137480/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=10844 CPUtime=0
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 1663 0 0 0 0 0 0 0 25 0 1 0 21715192 11104256 1584 4089446400 4194304 9819077 140734838538128 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/17668/statm: 2711 1584 392 1374 0 1332 0

[startup+0.0403681 s]
/proc/loadavg: 1.92 2.06 1.79 4/178 17668
/proc/meminfo: memFree=28137480/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=21768 CPUtime=0.03
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 5080 0 0 0 3 0 0 0 25 0 1 0 21715192 22290432 4132 4089446400 4194304 9819077 140734838538128 18446744073709551615 5956080 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17668/statm: 5442 4132 497 1374 0 4063 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21768

[startup+0.100357 s]
/proc/loadavg: 1.92 2.06 1.79 4/178 17668
/proc/meminfo: memFree=28137480/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=25832 CPUtime=0.09
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 6324 0 0 0 9 0 0 0 25 0 1 0 21715192 26451968 5065 4089446400 4194304 9819077 140734838538128 18446744073709551615 5744314 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17668/statm: 6458 5065 674 1374 0 5079 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25832

[startup+0.300322 s]
/proc/loadavg: 1.92 2.06 1.79 4/178 17668
/proc/meminfo: memFree=28137480/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=28500 CPUtime=0.29
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 10110 0 0 0 28 1 0 0 25 0 1 0 21715192 29184000 5965 4089446400 4194304 9819077 140734838538128 18446744073709551615 7284151 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17668/statm: 7125 5965 697 1374 0 5746 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28500

[startup+0.700254 s]
/proc/loadavg: 1.92 2.06 1.79 4/178 17668
/proc/meminfo: memFree=28137480/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=28680 CPUtime=0.69
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 10303 0 0 0 68 1 0 0 25 0 1 0 21715192 29368320 5973 4089446400 4194304 9819077 140734838538128 18446744073709551615 6198368 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17668/statm: 7170 5973 700 1374 0 5791 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28680

[startup+1.50011 s]
/proc/loadavg: 1.92 2.06 1.79 3/179 17669
/proc/meminfo: memFree=28113792/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=40340 CPUtime=1.49
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 18091 0 0 0 146 3 0 0 25 0 1 0 21715192 41308160 8515 4089446400 4194304 9819077 140734838538128 18446744073709551615 4561048 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17668/statm: 10085 8515 703 1374 0 8706 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40340

[startup+3.10089 s]
/proc/loadavg: 1.92 2.06 1.79 3/179 17669
/proc/meminfo: memFree=28112180/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=32740 CPUtime=3.09
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 27844 0 0 0 301 8 0 0 25 0 1 0 21715192 33525760 6814 4089446400 4194304 9819077 140734838538128 18446744073709551615 6002989 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17668/statm: 8185 6814 707 1374 0 6806 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32740

[startup+6.30032 s]
/proc/loadavg: 1.93 2.06 1.79 3/179 17669
/proc/meminfo: memFree=28103512/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=37840 CPUtime=6.29
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 47854 0 0 0 612 17 0 0 25 0 1 0 21715192 38748160 7886 4089446400 4194304 9819077 140734838538128 18446744073709551615 5507381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17668/statm: 9460 7886 707 1374 0 8081 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37840

[startup+12.7001 s]
/proc/loadavg: 1.93 2.06 1.79 3/179 17669
/proc/meminfo: memFree=28085312/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=50120 CPUtime=12.69
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 89599 0 0 0 1234 35 0 0 25 0 1 0 21715192 51322880 11079 4089446400 4194304 9819077 140734838538128 18446744073709551615 6003349 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17668/statm: 12530 11079 707 1374 0 11151 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50120

[startup+25.5009 s]
/proc/loadavg: 1.95 2.06 1.79 3/179 17669
/proc/meminfo: memFree=28049864/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=70340 CPUtime=25.49
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 137301 0 0 0 2478 71 0 0 25 0 1 0 21715192 72028160 16086 4089446400 4194304 9819077 140734838538128 18446744073709551615 6590721 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17668/statm: 17585 16086 707 1374 0 16206 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70340

[startup+51.1004 s]
/proc/loadavg: 2.02 2.07 1.80 3/179 17671
/proc/meminfo: memFree=27986348/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=111032 CPUtime=51.09
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 220413 0 0 0 4975 134 0 0 25 0 1 0 21715192 113696768 26190 4089446400 4194304 9819077 140734838538128 18446744073709551615 6519532 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17668/statm: 27758 26190 707 1374 0 26379 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 111032

[startup+102.306 s]
/proc/loadavg: 2.01 2.05 1.81 3/179 17671
/proc/meminfo: memFree=27850596/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=198272 CPUtime=102.29
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 361271 0 0 0 9967 262 0 0 25 0 1 0 21715192 203030528 46849 4089446400 4194304 9819077 140734838538128 18446744073709551615 6568800 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17668/statm: 49568 46849 707 1374 0 48189 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 198272

[startup+162.301 s]
/proc/loadavg: 2.00 2.04 1.82 3/179 17673
/proc/meminfo: memFree=27700252/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=291016 CPUtime=162.29
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 531180 0 0 0 15818 411 0 0 25 0 1 0 21715192 298000384 69294 4089446400 4194304 9819077 140734838538128 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17668/statm: 72754 69294 707 1374 0 71375 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 291016

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 1.83 3/179 17675
/proc/meminfo: memFree=27574348/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=363560 CPUtime=222.3
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 720430 0 0 0 21672 558 0 0 25 0 1 0 21715192 372285440 85562 4089446400 4194304 9819077 140734838538128 18446744073709551615 6590493 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17668/statm: 90890 85562 707 1374 0 89511 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 363560

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 1.83 3/179 17677
/proc/meminfo: memFree=27469768/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=408740 CPUtime=282.3
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 911142 0 0 0 27518 712 0 0 25 0 1 0 21715192 418549760 96777 4089446400 4194304 9819077 140734838538128 18446744073709551615 6543167 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17668/statm: 102185 96777 707 1374 0 100806 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 408740

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 1.84 3/179 17679
/proc/meminfo: memFree=27348844/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=471340 CPUtime=342.3
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 1092230 0 0 0 33368 862 0 0 25 0 1 0 21715192 482652160 112266 4089446400 4194304 9819077 140734838538128 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17668/statm: 117835 112267 707 1374 0 116456 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 471340

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.84 3/179 17679
/proc/meminfo: memFree=27226052/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=538456 CPUtime=402.3
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 1270850 0 0 0 39221 1009 0 0 25 0 1 0 21715192 551378944 128467 4089446400 4194304 9819077 140734838538128 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17668/statm: 134614 128467 707 1374 0 133235 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 538456

[startup+462.301 s]
/proc/loadavg: 2.03 2.02 1.86 3/179 17681
/proc/meminfo: memFree=27086876/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=618304 CPUtime=462.3
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 1446334 0 0 0 45072 1158 0 0 25 0 1 0 21715192 633143296 147821 4089446400 4194304 9819077 140734838538128 18446744073709551615 6003318 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17668/statm: 154576 147821 707 1374 0 153197 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 618304

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 1.86 3/179 17683
/proc/meminfo: memFree=27012528/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=633516 CPUtime=522.31
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 1660653 0 0 0 50921 1310 0 0 25 0 1 0 21715192 648720384 151284 4089446400 4194304 9819077 140734838538128 18446744073709551615 5892359 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17668/statm: 158379 151284 707 1374 0 157000 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 633516

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 1.87 3/179 17685
/proc/meminfo: memFree=26942560/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=639464 CPUtime=582.3
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 1847739 0 0 0 56773 1457 0 0 25 0 1 0 21715192 654811136 152592 4089446400 4194304 9819077 140734838538128 18446744073709551615 4827005 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/17668/statm: 159866 152592 707 1374 0 158487 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 639464

[startup+642.301 s]
/proc/loadavg: 2.03 2.02 1.88 3/179 17761
/proc/meminfo: memFree=28678352/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=661236 CPUtime=642.31
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 2040101 0 0 0 62463 1768 0 0 25 0 1 0 21715192 677105664 157481 4089446400 4194304 9819077 140734838538128 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17668/statm: 165309 157481 707 1374 0 163930 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 661236

[startup+702.3 s]
/proc/loadavg: 2.01 2.02 1.88 3/179 17761
/proc/meminfo: memFree=28516848/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=753308 CPUtime=702.3
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 2245616 0 0 0 68122 2108 0 0 25 0 1 0 21715192 771387392 177113 4089446400 4194304 9819077 140734838538128 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17668/statm: 188327 177113 707 1374 0 186948 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 753308

[startup+762.306 s]
/proc/loadavg: 2.00 2.01 1.89 3/179 17763
/proc/meminfo: memFree=28358404/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=834944 CPUtime=762.31
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 2446000 0 0 0 73776 2455 0 0 25 0 1 0 21715192 854982656 196130 4089446400 4194304 9819077 140734838538128 18446744073709551615 5506837 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17668/statm: 208736 196130 707 1374 0 207357 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 834944

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 17765
/proc/meminfo: memFree=28190204/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=929648 CPUtime=822.31
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 2670770 0 0 0 79437 2794 0 0 25 0 1 0 21715192 951959552 217171 4089446400 4194304 9819077 140734838538128 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17668/statm: 232412 217171 707 1374 0 231033 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 929648

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 17767
/proc/meminfo: memFree=28023376/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=1017104 CPUtime=882.31
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 2884010 0 0 0 85097 3134 0 0 25 0 1 0 21715192 1041514496 237306 4089446400 4194304 9819077 140734838538128 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17668/statm: 254276 237306 707 1374 0 252897 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1017104

[startup+942.3 s]
/proc/loadavg: 2.08 2.02 1.91 3/179 17769
/proc/meminfo: memFree=27921752/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=1039268 CPUtime=942.32
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 3151035 0 0 0 90759 3473 0 0 25 0 1 0 21715192 1064210432 242286 4089446400 4194304 9819077 140734838538128 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17668/statm: 259817 242286 707 1374 0 258438 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1039268

[startup+1002.3 s]
/proc/loadavg: 2.07 2.03 1.92 3/179 17769
/proc/meminfo: memFree=27831428/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=1044168 CPUtime=1002.31
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 3414589 0 0 0 96432 3799 0 0 25 0 1 0 21715192 1069228032 243277 4089446400 4194304 9819077 140734838538128 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17668/statm: 261042 243277 707 1374 0 259663 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1044168

[startup+1062.3 s]
/proc/loadavg: 2.02 2.02 1.92 3/179 17771
/proc/meminfo: memFree=27741692/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=1050660 CPUtime=1062.31
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 3592407 0 0 0 102107 4124 0 0 25 0 1 0 21715192 1075875840 244710 4089446400 4194304 9819077 140734838538128 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17668/statm: 262665 244710 707 1374 0 261286 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1050660

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/179 17773
/proc/meminfo: memFree=27648756/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=1059980 CPUtime=1122.32
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 3839053 0 0 0 107782 4450 0 0 25 0 1 0 21715192 1085419520 246408 4089446400 4194304 9819077 140734838538128 18446744073709551615 6668695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17668/statm: 264995 246409 707 1374 0 263616 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1059980

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

[startup+1126.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/179 17773
/proc/meminfo: memFree=27642552/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=1062300 CPUtime=1126.33
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 3860154 0 0 0 108163 4470 0 0 25 0 1 0 21715192 1087795200 246823 4089446400 4194304 9819077 140734838538128 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17668/statm: 265575 246823 707 1374 0 264196 0
Current children cumulated CPU time (s) 1126.33
Current children cumulated vsize (KiB) 1062300

[startup+1139.1 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 17773
/proc/meminfo: memFree=27623564/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=1064788 CPUtime=1139.12
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 3939371 0 0 0 109374 4538 0 0 25 0 1 0 21715192 1090342912 247305 4089446400 4194304 9819077 140734838538128 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17668/statm: 266197 247305 707 1374 0 264818 0
Current children cumulated CPU time (s) 1139.12
Current children cumulated vsize (KiB) 1064788

[startup+1151.9 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 17773
/proc/meminfo: memFree=27604336/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=1065800 CPUtime=1151.92
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 4015334 0 0 0 110580 4612 0 0 25 0 1 0 21715192 1091379200 247538 4089446400 4194304 9819077 140734838538128 18446744073709551615 6180029 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17668/statm: 266450 247538 708 1374 0 265071 0
Current children cumulated CPU time (s) 1151.92
Current children cumulated vsize (KiB) 1065800

[startup+1155.1 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 17774
/proc/meminfo: memFree=27598880/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=1066476 CPUtime=1155.12
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 4033452 0 0 0 110883 4629 0 0 25 0 1 0 21715192 1092071424 247687 4089446400 4194304 9819077 140734838538128 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17668/statm: 266619 247687 708 1374 0 265240 0
Current children cumulated CPU time (s) 1155.12
Current children cumulated vsize (KiB) 1066476

[startup+1156.7 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 17774
/proc/meminfo: memFree=27597392/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=1066628 CPUtime=1156.72
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 4041556 0 0 0 111034 4638 0 0 25 0 1 0 21715192 1092227072 247718 4089446400 4194304 9819077 140734838538128 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17668/statm: 266657 247718 708 1374 0 265278 0
Current children cumulated CPU time (s) 1156.72
Current children cumulated vsize (KiB) 1066628

[startup+1158.31 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 17775
/proc/meminfo: memFree=27593036/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=1066704 CPUtime=1158.33
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 4053027 0 0 0 111187 4646 0 0 25 0 1 0 21715192 1092304896 247758 4089446400 4194304 9819077 140734838538128 18446744073709551615 4670079 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17668/statm: 266676 247758 708 1374 0 265297 0
Current children cumulated CPU time (s) 1158.33
Current children cumulated vsize (KiB) 1066704

[startup+1158.7 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 17775
/proc/meminfo: memFree=27593036/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=1066704 CPUtime=1158.72
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 4054456 0 0 0 111225 4647 0 0 25 0 1 0 21715192 1092304896 247762 4089446400 4194304 9819077 140734838538128 18446744073709551615 6179930 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17668/statm: 266676 247762 708 1374 0 265297 0
Current children cumulated CPU time (s) 1158.72
Current children cumulated vsize (KiB) 1066704

[startup+1158.9 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 17775
/proc/meminfo: memFree=27593036/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=1064636 CPUtime=1158.92
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 4054545 0 0 0 111244 4648 0 0 25 0 1 0 21715192 1090187264 247253 4089446400 4194304 9819077 140734838538128 18446744073709551615 4616598 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/17668/statm: 266159 247253 708 1374 0 264780 0
Current children cumulated CPU time (s) 1158.92
Current children cumulated vsize (KiB) 1064636

[startup+1159 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 17775
/proc/meminfo: memFree=27593036/32950928 swapFree=67111528/67111528
[pid=17668] ppid=17666 vsize=154632 CPUtime=1159.02
/proc/17668/stat : 17668 (pbscip.linux.x8) R 17666 17668 17281 0 -1 4202496 4054548 0 0 0 111250 4652 0 0 18 0 1 0 21715192 158343168 18119 4089446400 4194304 9819077 140734838538128 18446744073709551615 8875210 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17668/statm: 38658 17632 711 1374 0 37279 0
Current children cumulated CPU time (s) 1159.02
Current children cumulated vsize (KiB) 154632

Child status: 0
Real time (s): 1159.01
CPU time (s): 1159.03
CPU user time (s): 1112.5
CPU system time (s): 46.5289
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1073948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1112.5
system time used= 46.5289
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4054552
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= 2
involuntary context switches= 7201

runsolver used 1.62375 second user time and 3.72443 second system time

The end

Launcher Data

Begin job on node125 at 2010-07-07 22:36:54
IDJOB=2700357
IDBENCH=79421
IDSOLVER=1205
FILE ID=node125/2700357-1278535014
PBS_JOBID= 11239228
Free space on /tmp= 73536 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-jnh07_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-2700357-1278535014/watcher-2700357-1278535014 -o /tmp/evaluation-result-2700357-1278535014/solver-2700357-1278535014 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700357-1278535014.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 124b6775b7bb4e390bc62510a681a702
RANDOM SEED=1558813364

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28138008 kB
Buffers:        113176 kB
Cached:        3240376 kB
SwapCached:          0 kB
Active:        2127684 kB
Inactive:      2541148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28138008 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6260 kB
Writeback:           0 kB
AnonPages:     1315416 kB
Mapped:          17444 kB
Slab:            78444 kB
PageTables:       7212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1458196 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73532 MiB
End job on node125 at 2010-07-07 22:56:13