Trace number 2700429

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

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: 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-2700429-1278535608.wbo>
0.00/0.01	c original problem has 2000 variables (1100 bin, 0 int, 0 impl, 900 cont) and 1901 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.03	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1100 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 900 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1100 impls, 0 clqs
0.00/0.06	c    (0.0s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.06	c presolving (3 rounds):
0.00/0.06	c  100 deleted vars, 101 deleted constraints, 900 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  1100 implications, 0 cliques
0.00/0.06	c presolved problem has 1900 variables (1000 bin, 0 int, 0 impl, 900 cont) and 1800 constraints
0.00/0.06	c     900 constraints of type <indicator>
0.00/0.06	c     900 constraints of type <linear>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.04
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 1.2.1.2
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1799.99
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 3420
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/0.06	c 
0.00/0.06	o 444854
0.00/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.00/0.06	c t 0.0s|     1 |     0 |     0 |     - |6451k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |     0 |     - |6873k|   0 |   0 |1900 |1800 |1900 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.00/0.07	c   0.0s|     1 |     0 |    36 |     - |6913k|   0 |   0 |1900 |1800 |1900 |  70 |  70 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.06/0.07	c   0.1s|     1 |     0 |   119 |     - |6964k|   0 |  60 |1900 |1800 |1900 | 118 | 118 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.06/0.08	c   0.1s|     1 |     0 |   208 |     - |7219k|   0 |  63 |1900 |1800 |1900 | 173 | 173 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   255 |     - |7260k|   0 |  63 |1900 |1800 |1900 | 192 | 192 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   283 |     - |7290k|   0 |  62 |1900 |1800 |1900 | 199 | 199 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.09/0.15	c   0.1s|     1 |     0 |   350 |     - |7364k|   0 |  60 |1900 |1800 |1900 | 207 | 207 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.89/0.98	c   0.9s|     1 |     2 |   608 |     - |7416k|   0 |  60 |1900 |1800 |1900 | 207 | 207 |   0 |  33 | 0.000000e+00 | 4.448540e+05 |    Inf 
11.00/11.06	c  10.5s| 10000 |  9991 | 34038 |   3.4 |  19M| 601 |   0 |1900 |1828 |1900 | 281 |2281 |  28 | 516 | 0.000000e+00 | 4.448540e+05 |    Inf 
13.40/13.40	o 9835
13.40/13.40	c *12.7s| 13344 |  9387 | 39513 |   2.9 |  20M| 601 |   - |1900 |1830 |1900 | 312 |2755 |  30 | 523 | 0.000000e+00 | 9.835000e+03 |    Inf 
19.90/19.99	c  19.0s| 20000 | 16041 | 79593 |   4.0 |  27M| 601 |   0 |1900 |1832 |1900 | 239 |5136 |  32 | 617 | 0.000000e+00 | 9.835000e+03 |    Inf 
28.69/28.79	c  27.4s| 30000 | 26039 |114091 |   3.8 |  37M| 601 |   0 |1900 |1837 |1900 | 226 |8456 |  37 | 678 | 0.000000e+00 | 9.835000e+03 |    Inf 
38.00/38.02	c  36.0s| 40000 | 36037 |150929 |   3.8 |  48M| 601 |   0 |1900 |1847 |1900 | 224 |  12k|  47 | 716 | 0.000000e+00 | 9.835000e+03 |    Inf 
46.59/46.67	c  44.2s| 50000 | 45772 |185762 |   3.7 |  58M| 601 |   0 |1900 |2872 |1900 | 231 |  15k|1077 | 737 | 0.000000e+00 | 9.835000e+03 |    Inf 
54.39/54.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.39/54.46	c  51.6s| 60000 | 55076 |203409 |   3.4 |  69M| 601 |   0 |1900 |3511 |1900 | 225 |  17k|3644 | 737 | 0.000000e+00 | 9.835000e+03 |    Inf 
62.09/62.17	c  58.9s| 70000 | 64469 |222391 |   3.2 |  80M| 601 |   0 |1900 |3346 |1900 | 221 |  19k|5902 | 738 | 0.000000e+00 | 9.835000e+03 |    Inf 
69.89/69.92	c  66.2s| 80000 | 73700 |239836 |   3.0 |  92M| 601 |   0 |1900 |3788 |1900 | 241 |  21k|9153 | 738 | 0.000000e+00 | 9.835000e+03 |    Inf 
77.70/77.71	c  73.5s| 90000 | 82875 |255801 |   2.8 | 103M| 601 |   0 |1900 |3887 |1900 | 228 |  23k|  12k| 738 | 0.000000e+00 | 9.835000e+03 |    Inf 
85.50/85.53	c  80.9s|100000 | 92083 |271933 |   2.7 | 115M| 601 |   0 |1900 |4269 |1900 | 226 |  24k|  15k| 738 | 0.000000e+00 | 9.835000e+03 |    Inf 
93.20/93.27	c  88.2s|110000 |101207 |286340 |   2.6 | 126M| 601 |   0 |1900 |4073 |1900 | 237 |  26k|  19k| 738 | 0.000000e+00 | 9.835000e+03 |    Inf 
100.79/100.85	c  95.4s|120000 |110423 |300085 |   2.5 | 137M| 601 |   0 |1900 |4094 |1900 | 226 |  27k|  22k| 738 | 0.000000e+00 | 9.835000e+03 |    Inf 
104.10/104.14	o 9816
104.10/104.14	c *98.5s|124131 |114158 |306599 |   2.5 | 143M| 601 |   - |1900 |4452 |1900 | 258 |  28k|  24k| 738 | 0.000000e+00 | 9.816000e+03 |    Inf 
104.10/104.14	o 9732
104.10/104.14	c *98.5s|124132 |113789 |306607 |   2.5 | 142M| 601 |   - |1900 |4452 |1900 | 258 |  28k|  24k| 738 | 0.000000e+00 | 9.732000e+03 |    Inf 
108.59/108.65	c   103s|130000 |119226 |314557 |   2.4 | 149M| 601 |   0 |1900 |4268 |1900 | 228 |  29k|  25k| 738 | 0.000000e+00 | 9.732000e+03 |    Inf 
115.70/115.77	o 9635
115.70/115.77	c * 109s|139080 |126999 |328636 |   2.4 | 159M| 601 |   - |1900 |4407 |1900 | 226 |  30k|  28k| 738 | 0.000000e+00 | 9.635000e+03 |    Inf 
116.40/116.49	o 9619
116.40/116.49	c * 110s|139964 |127710 |330360 |   2.4 | 159M| 601 |   - |1900 |4467 |1900 | 232 |  31k|  29k| 738 | 0.000000e+00 | 9.619000e+03 |    Inf 
116.50/116.51	o 9579
116.50/116.51	c * 110s|139974 |127432 |330416 |   2.4 | 159M| 601 |   - |1900 |4466 |1900 | 232 |  31k|  29k| 738 | 0.000000e+00 | 9.579000e+03 |    Inf 
116.50/116.51	o 9482
116.50/116.51	c * 110s|139975 |126750 |330419 |   2.4 | 158M| 601 |   - |1900 |4466 |1900 | 232 |  31k|  29k| 738 | 0.000000e+00 | 9.482000e+03 |    Inf 
116.50/116.54	c   110s|140000 |126775 |330555 |   2.4 | 158M| 601 |   0 |1900 |4456 |1900 | 228 |  31k|  29k| 738 | 0.000000e+00 | 9.482000e+03 |    Inf 
124.40/124.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
124.40/124.41	c   118s|150000 |135906 |345805 |   2.3 | 169M| 601 |   0 |1900 |4672 |1900 | 234 |  32k|  32k| 738 | 0.000000e+00 | 9.482000e+03 |    Inf 
132.40/132.41	c   125s|160000 |144975 |360841 |   2.3 | 181M| 601 |   0 |1900 |4754 |1900 | 216 |  34k|  36k| 738 | 0.000000e+00 | 9.482000e+03 |    Inf 
140.49/140.53	c   133s|170000 |153989 |376514 |   2.2 | 192M| 601 |   0 |1900 |4636 |1900 | 225 |  37k|  41k| 738 | 0.000000e+00 | 9.482000e+03 |    Inf 
144.80/144.88	o 9396
144.80/144.88	c * 137s|175312 |157724 |385297 |   2.2 | 198M| 601 |   - |1900 |5064 |1900 | 246 |  38k|  44k| 739 | 0.000000e+00 | 9.396000e+03 |    Inf 
148.70/148.78	c   141s|180000 |161854 |393264 |   2.2 | 204M| 601 |   0 |1900 |5029 |1900 | 239 |  39k|  46k| 745 | 0.000000e+00 | 9.396000e+03 |    Inf 
150.20/150.27	o 9385
150.20/150.27	c * 142s|181756 |163254 |395557 |   2.2 | 206M| 601 |   - |1900 |5493 |1900 | 275 |  39k|  47k| 748 | 0.000000e+00 | 9.385000e+03 |    Inf 
157.00/157.10	c   148s|190000 |170451 |409666 |   2.2 | 215M| 601 |   0 |1900 |5156 |1900 | 235 |  41k|  51k| 752 | 0.000000e+00 | 9.385000e+03 |    Inf 
164.70/164.79	c   156s|200000 |179380 |422522 |   2.1 | 227M| 601 |   0 |1900 |5374 |1900 | 243 |  43k|  56k| 765 | 0.000000e+00 | 9.385000e+03 |    Inf 
172.30/172.35	o 9251
172.30/172.35	c * 163s|209891 |186511 |433917 |   2.1 | 236M| 601 |   - |1900 |5577 |1900 | 226 |  44k|  61k| 774 | 0.000000e+00 | 9.251000e+03 |    Inf 
172.30/172.35	o 9192
172.30/172.35	c * 163s|209892 |185737 |433919 |   2.1 | 235M| 601 |   - |1900 |5577 |1900 | 226 |  44k|  61k| 774 | 0.000000e+00 | 9.192000e+03 |    Inf 
172.40/172.44	c   163s|210000 |185835 |434102 |   2.1 | 235M| 601 |   0 |1900 |5463 |1900 | 234 |  44k|  61k| 774 | 0.000000e+00 | 9.192000e+03 |    Inf 
180.50/180.51	c   170s|220000 |194779 |450893 |   2.0 | 247M| 601 |   0 |1900 |5056 |1900 | 225 |  46k|  65k| 812 | 0.000000e+00 | 9.192000e+03 |    Inf 
188.50/188.54	c   178s|230000 |203713 |465402 |   2.0 | 259M| 601 |   0 |1900 |5175 |1900 | 228 |  48k|  70k| 824 | 0.000000e+00 | 9.192000e+03 |    Inf 
196.40/196.40	c   185s|240000 |212534 |478042 |   2.0 | 270M| 601 |   0 |1900 |5379 |1900 | 232 |  49k|  75k| 830 | 0.000000e+00 | 9.192000e+03 |    Inf 
204.40/204.44	c   193s|250000 |221258 |491253 |   2.0 | 282M| 601 |   0 |1900 |6043 |1900 | 240 |  51k|  80k| 846 | 0.000000e+00 | 9.192000e+03 |    Inf 
212.41/212.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
212.41/212.43	c   200s|260000 |230275 |503978 |   1.9 | 293M| 601 |   0 |1900 |5088 |1900 | 237 |  53k|  85k| 856 | 0.000000e+00 | 9.192000e+03 |    Inf 
220.40/220.46	c   208s|270000 |238974 |518219 |   1.9 | 305M| 601 |   0 |1900 |6164 |1900 | 227 |  54k|  90k| 867 | 0.000000e+00 | 9.192000e+03 |    Inf 
228.21/228.26	c   215s|280000 |247941 |529669 |   1.9 | 317M| 601 |   0 |1900 |5741 |1900 | 226 |  56k|  95k| 882 | 0.000000e+00 | 9.192000e+03 |    Inf 
229.61/229.61	o 9188
229.61/229.61	c * 217s|281591 |249280 |532361 |   1.9 | 318M| 601 |   - |1900 |5870 |1900 | 231 |  56k|  95k| 884 | 0.000000e+00 | 9.188000e+03 |    Inf 
236.30/236.40	c   223s|290000 |256939 |544486 |   1.9 | 328M| 601 |   0 |1900 |4776 |1900 | 238 |  58k|  98k| 894 | 0.000000e+00 | 9.188000e+03 |    Inf 
244.40/244.45	c   231s|300000 |265775 |559197 |   1.9 | 339M| 601 |   0 |1900 |5608 |1900 | 218 |  60k| 103k| 920 | 0.000000e+00 | 9.188000e+03 |    Inf 
252.30/252.37	c   238s|310000 |274786 |571018 |   1.8 | 351M| 601 |   0 |1900 |6106 |1900 | 279 |  62k| 107k| 924 | 0.000000e+00 | 9.188000e+03 |    Inf 
256.61/256.65	o 9070
256.61/256.65	c * 242s|315511 |277481 |576549 |   1.8 | 354M| 601 |   - |1900 |6571 |1900 | 236 |  63k| 110k| 924 | 0.000000e+00 | 9.070000e+03 |    Inf 
260.71/260.71	c   246s|320000 |281379 |585004 |   1.8 | 360M| 601 |   0 |1900 |7087 |1900 | 230 |  64k| 112k| 934 | 0.000000e+00 | 9.070000e+03 |    Inf 
269.00/269.09	c   254s|330000 |290360 |601459 |   1.8 | 371M| 601 |   0 |1900 |6293 |1900 | 232 |  66k| 117k| 958 | 0.000000e+00 | 9.070000e+03 |    Inf 
277.21/277.27	c   262s|340000 |299097 |616758 |   1.8 | 383M| 601 |   0 |1900 |5771 |1900 | 224 |  68k| 122k| 985 | 0.000000e+00 | 9.070000e+03 |    Inf 
285.30/285.35	c   269s|350000 |307725 |630026 |   1.8 | 395M| 601 |   0 |1900 |6917 |1900 | 246 |  70k| 127k| 997 | 0.000000e+00 | 9.070000e+03 |    Inf 
293.61/293.64	c   277s|360000 |316365 |646582 |   1.8 | 406M| 601 |   0 |1900 |6481 |1900 | 254 |  72k| 133k|1029 | 0.000000e+00 | 9.070000e+03 |    Inf 
301.50/301.54	c   284s|370000 |325345 |659699 |   1.8 | 418M| 601 |   0 |1900 |6007 |1900 | 232 |  74k| 137k|1044 | 0.000000e+00 | 9.070000e+03 |    Inf 
309.51/309.59	c   292s|380000 |334039 |672198 |   1.8 | 430M| 601 |   0 |1900 |6808 |1900 | 236 |  76k| 143k|1049 | 0.000000e+00 | 9.070000e+03 |    Inf 
317.31/317.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
317.31/317.36	c   299s|390000 |342934 |682428 |   1.7 | 441M| 601 |   0 |1900 |5905 |1900 | 221 |  77k| 148k|1064 | 0.000000e+00 | 9.070000e+03 |    Inf 
325.21/325.29	c   307s|400000 |351760 |695147 |   1.7 | 452M| 601 |   0 |1900 |5714 |1900 | 231 |  79k| 152k|1080 | 0.000000e+00 | 9.070000e+03 |    Inf 
333.32/333.31	c   314s|410000 |360279 |706805 |   1.7 | 464M| 601 |   0 |1900 |6780 |1900 | 229 |  81k| 159k|1094 | 0.000000e+00 | 9.070000e+03 |    Inf 
341.21/341.21	c   322s|420000 |369422 |716453 |   1.7 | 476M| 601 |   0 |1900 |6429 |1900 | 236 |  82k| 162k|1096 | 0.000000e+00 | 9.070000e+03 |    Inf 
348.11/348.10	o 9047
348.11/348.10	c * 328s|428620 |376466 |727096 |   1.7 | 484M| 601 |   - |1900 |5947 |1900 | 254 |  84k| 166k|1096 | 0.000000e+00 | 9.047000e+03 |    Inf 
349.21/349.25	c   329s|430000 |377767 |728792 |   1.7 | 485M| 601 |   0 |1900 |5901 |1900 | 266 |  84k| 167k|1097 | 0.000000e+00 | 9.047000e+03 |    Inf 
353.31/353.39	o 8872
353.31/353.39	c * 333s|435073 |376825 |735131 |   1.7 | 481M| 601 |   - |1900 |6730 |1900 | 243 |  85k| 169k|1099 | 0.000000e+00 | 8.872000e+03 |    Inf 
353.41/353.41	o 8654
353.41/353.41	c * 333s|435074 |368444 |735133 |   1.7 | 464M| 601 |   - |1900 |6730 |1900 | 243 |  85k| 169k|1099 | 0.000000e+00 | 8.654000e+03 |    Inf 
353.41/353.46	o 8621
353.41/353.46	c * 333s|435114 |367175 |735288 |   1.7 | 462M| 601 |   - |1900 |6722 |1900 | 245 |  85k| 169k|1099 | 0.000000e+00 | 8.621000e+03 |    Inf 
357.61/357.62	c   337s|440000 |371397 |742046 |   1.7 | 468M| 601 |   0 |1900 |7284 |1900 | 234 |  86k| 172k|1101 | 0.000000e+00 | 8.621000e+03 |    Inf 
366.51/366.51	c   346s|450000 |380027 |758571 |   1.7 | 480M| 601 |   0 |1900 |7049 |1900 | 243 |  89k| 178k|1109 | 0.000000e+00 | 8.621000e+03 |    Inf 
369.91/369.93	o 8499
369.91/369.93	c * 349s|454040 |378365 |764248 |   1.7 | 475M| 601 |   - |1900 |7040 |1900 | 243 |  90k| 180k|1115 | 0.000000e+00 | 8.499000e+03 |    Inf 
369.91/369.94	o 8488
369.91/369.94	c * 349s|454041 |377874 |764252 |   1.7 | 474M| 601 |   - |1900 |7040 |1900 | 243 |  90k| 180k|1115 | 0.000000e+00 | 8.488000e+03 |    Inf 
375.21/375.21	c   354s|460000 |383022 |775296 |   1.7 | 481M| 601 |   0 |1900 |6878 |1900 | 249 |  92k| 183k|1141 | 0.000000e+00 | 8.488000e+03 |    Inf 
383.21/383.21	c   361s|470000 |391999 |787505 |   1.7 | 493M| 601 |   0 |1900 |6652 |1900 | 226 |  94k| 187k|1143 | 0.000000e+00 | 8.488000e+03 |    Inf 
391.21/391.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
391.21/391.24	c   369s|480000 |400579 |799369 |   1.7 | 505M| 601 |   0 |1900 |7009 |1900 | 231 |  95k| 193k|1159 | 0.000000e+00 | 8.488000e+03 |    Inf 
399.41/399.43	c   377s|490000 |409445 |813065 |   1.7 | 516M| 601 |   0 |1900 |5708 |1900 | 217 |  97k| 197k|1177 | 0.000000e+00 | 8.488000e+03 |    Inf 
407.21/407.28	c   384s|500000 |418169 |826200 |   1.7 | 528M| 601 |   0 |1900 |5196 |1900 | 222 |  99k| 202k|1202 | 0.000000e+00 | 8.488000e+03 |    Inf 
415.21/415.20	c   392s|510000 |426857 |840054 |   1.6 | 540M| 601 |   0 |1900 |5917 |1900 | 226 | 101k| 207k|1229 | 0.000000e+00 | 8.488000e+03 |    Inf 
423.31/423.36	c   399s|520000 |435527 |854081 |   1.6 | 552M| 601 |   0 |1900 |6487 |1900 | 231 | 102k| 212k|1239 | 0.000000e+00 | 8.488000e+03 |    Inf 
431.91/431.90	c   407s|530000 |444253 |871910 |   1.6 | 564M| 601 |   0 |1900 |6177 |1900 | 228 | 105k| 218k|1273 | 0.000000e+00 | 8.488000e+03 |    Inf 
439.81/439.87	c   415s|540000 |453202 |886049 |   1.6 | 575M| 601 |   0 |1900 |6410 |1900 | 225 | 107k| 222k|1281 | 0.000000e+00 | 8.488000e+03 |    Inf 
447.62/447.68	c   422s|550000 |462178 |897422 |   1.6 | 587M| 601 |   0 |1900 |6393 |1900 | 231 | 109k| 226k|1290 | 0.000000e+00 | 8.488000e+03 |    Inf 
455.61/455.67	c   430s|560000 |471083 |909113 |   1.6 | 598M| 601 |   0 |1900 |5868 |1900 | 226 | 110k| 231k|1311 | 0.000000e+00 | 8.488000e+03 |    Inf 
463.71/463.74	c   437s|570000 |479753 |924540 |   1.6 | 610M| 601 |   0 |1900 |5122 |1900 | 239 | 112k| 236k|1345 | 0.000000e+00 | 8.488000e+03 |    Inf 
471.71/471.75	c   445s|580000 |488454 |938861 |   1.6 | 622M| 601 |   - |1900 |6076 |   0 |   0 | 114k| 241k|1354 | 0.000000e+00 | 8.488000e+03 |    Inf 
479.72/479.73	o 8469
479.72/479.73	c * 452s|589570 |495758 |953430 |   1.6 | 631M| 601 |   - |1900 |6171 |1900 | 235 | 116k| 246k|1381 | 0.000000e+00 | 8.469000e+03 |    Inf 
480.11/480.13	c   453s|590000 |496134 |954391 |   1.6 | 632M| 601 |   0 |1900 |6136 |1900 | 235 | 116k| 246k|1381 | 0.000000e+00 | 8.469000e+03 |    Inf 
488.31/488.39	c   461s|600000 |505023 |969781 |   1.6 | 644M| 601 |   0 |1900 |5958 |1900 | 230 | 118k| 251k|1401 | 0.000000e+00 | 8.469000e+03 |    Inf 
496.21/496.23	c   468s|610000 |514249 |982808 |   1.6 | 654M| 601 |   0 |1900 |4864 |1900 | 239 | 119k| 254k|1416 | 0.000000e+00 | 8.469000e+03 |    Inf 
504.31/504.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
504.31/504.35	c   476s|620000 |523397 |997634 |   1.6 | 666M| 601 |   0 |1900 |5114 |1900 | 220 | 121k| 257k|1433 | 0.000000e+00 | 8.469000e+03 |    Inf 
512.42/512.41	c   483s|630000 |532233 |  1010k|   1.6 | 677M| 601 |   0 |1900 |5151 |1900 | 234 | 123k| 262k|1467 | 0.000000e+00 | 8.469000e+03 |    Inf 
520.32/520.33	c   491s|640000 |541054 |  1024k|   1.6 | 689M| 601 |   0 |1900 |5425 |1900 | 233 | 125k| 267k|1469 | 0.000000e+00 | 8.469000e+03 |    Inf 
528.31/528.33	c   498s|650000 |549955 |  1036k|   1.6 | 701M| 601 |   0 |1900 |5714 |1900 | 237 | 126k| 271k|1477 | 0.000000e+00 | 8.469000e+03 |    Inf 
536.62/536.65	c   506s|660000 |558456 |  1051k|   1.6 | 713M| 601 |   0 |1900 |6714 |1900 | 234 | 129k| 277k|1520 | 0.000000e+00 | 8.469000e+03 |    Inf 
544.52/544.59	c   514s|670000 |567135 |  1063k|   1.6 | 724M| 601 |   0 |1900 |5770 |1900 | 255 | 130k| 282k|1527 | 0.000000e+00 | 8.469000e+03 |    Inf 
552.92/552.99	c   522s|680000 |575834 |  1079k|   1.6 | 737M| 601 |   0 |1900 |6051 |1900 | 229 | 132k| 287k|1552 | 0.000000e+00 | 8.469000e+03 |    Inf 
560.21/560.26	o 8412
560.21/560.26	c * 528s|689172 |580741 |  1090k|   1.6 | 741M| 601 |   - |1900 |6138 |1900 | 240 | 134k| 291k|1558 | 0.000000e+00 | 8.412000e+03 |    Inf 
560.21/560.28	o 8322
560.21/560.28	c * 528s|689173 |575058 |  1090k|   1.6 | 729M| 601 |   - |1900 |6138 |1900 | 240 | 134k| 291k|1558 | 0.000000e+00 | 8.322000e+03 |    Inf 
561.03/561.01	c   529s|690000 |575776 |  1092k|   1.6 | 730M| 601 |   0 |1900 |6363 |1900 | 245 | 134k| 291k|1558 | 0.000000e+00 | 8.322000e+03 |    Inf 
569.02/569.07	c   537s|700000 |584642 |  1105k|   1.6 | 741M| 601 |   0 |1900 |5286 |1900 | 233 | 136k| 295k|1583 | 0.000000e+00 | 8.322000e+03 |    Inf 
577.32/577.38	c   545s|710000 |593295 |  1124k|   1.6 | 753M| 601 |   - |1900 |5563 |   0 |   0 | 138k| 301k|1606 | 0.000000e+00 | 8.322000e+03 |    Inf 
585.71/585.74	c   552s|720000 |601970 |  1141k|   1.6 | 766M| 601 |   0 |1900 |6492 |1900 | 249 | 140k| 306k|1633 | 0.000000e+00 | 8.322000e+03 |    Inf 
589.32/589.32	o 8219
589.32/589.32	c * 556s|724272 |598309 |  1147k|   1.6 | 754M| 601 |   - |1900 |6845 |1900 | 261 | 141k| 308k|1640 | 0.000000e+00 | 8.219000e+03 |    Inf 
589.32/589.35	o 8095
589.32/589.35	c * 556s|724273 |588778 |  1147k|   1.6 | 732M| 601 |   - |1900 |6845 |1900 | 261 | 141k| 308k|1640 | 0.000000e+00 | 8.095000e+03 |    Inf 
593.93/593.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
593.93/593.98	c   560s|730000 |593816 |  1155k|   1.6 | 738M| 601 |   - |1900 |5707 |   0 |   0 | 142k| 311k|1655 | 0.000000e+00 | 8.095000e+03 |    Inf 
602.83/602.81	c   569s|740000 |602652 |  1176k|   1.6 | 750M| 601 |   0 |1900 |6710 |1900 | 234 | 145k| 316k|1673 | 0.000000e+00 | 8.095000e+03 |    Inf 
610.92/610.97	c   576s|750000 |611551 |  1190k|   1.6 | 762M| 601 |   0 |1900 |5627 |1900 | 252 | 147k| 320k|1681 | 0.000000e+00 | 8.095000e+03 |    Inf 
611.02/611.03	o 7772
611.02/611.03	c * 576s|750012 |585468 |  1190k|   1.6 | 710M| 601 |   - |1900 |5636 |1900 | 252 | 147k| 320k|1681 | 0.000000e+00 | 7.772000e+03 |    Inf 
619.42/619.45	c   584s|760000 |594179 |  1204k|   1.6 | 723M| 601 |   0 |1900 |6010 |1900 | 224 | 149k| 325k|1698 | 0.000000e+00 | 7.772000e+03 |    Inf 
625.02/625.08	o 7731
625.02/625.08	c * 590s|766693 |596751 |  1215k|   1.6 | 724M| 601 |   - |1900 |5702 |1900 | 239 | 151k| 328k|1718 | 0.000000e+00 | 7.731000e+03 |    Inf 
627.82/627.81	c   592s|770000 |599661 |  1220k|   1.6 | 728M| 601 |   0 |1900 |5567 |1900 | 245 | 151k| 329k|1719 | 0.000000e+00 | 7.731000e+03 |    Inf 
636.13/636.10	c   600s|780000 |608341 |  1234k|   1.6 | 740M| 601 |   0 |1900 |6458 |1900 | 231 | 153k| 334k|1745 | 0.000000e+00 | 7.731000e+03 |    Inf 
644.32/644.35	c   608s|790000 |616967 |  1248k|   1.6 | 752M| 601 |   0 |1900 |6645 |1900 | 251 | 155k| 340k|1760 | 0.000000e+00 | 7.731000e+03 |    Inf 
652.62/652.65	c   616s|800000 |625576 |  1262k|   1.6 | 764M| 601 |   0 |1900 |6425 |1900 | 253 | 157k| 344k|1771 | 0.000000e+00 | 7.731000e+03 |    Inf 
660.52/660.58	o 7646
660.52/660.58	c * 623s|809732 |627086 |  1275k|   1.6 | 761M| 601 |   - |1900 |7328 |1900 | 240 | 159k| 349k|1790 | 0.000000e+00 | 7.646000e+03 |    Inf 
660.82/660.84	c   623s|810000 |627320 |  1276k|   1.6 | 762M| 601 |   0 |1900 |7455 |1900 | 248 | 159k| 349k|1790 | 0.000000e+00 | 7.646000e+03 |    Inf 
669.12/669.13	c   631s|820000 |636099 |  1289k|   1.6 | 773M| 601 |   0 |1900 |6557 |1900 | 248 | 162k| 354k|1810 | 0.000000e+00 | 7.646000e+03 |    Inf 
675.92/675.90	o 7615
675.92/675.90	c * 638s|827814 |640226 |  1301k|   1.6 | 777M| 601 |   - |1900 |6606 |1900 | 254 | 163k| 358k|1818 | 0.000000e+00 | 7.615000e+03 |    Inf 
677.82/677.88	c   639s|830000 |642134 |  1305k|   1.6 | 780M| 601 |   0 |1900 |6873 |1900 | 250 | 164k| 359k|1819 | 0.000000e+00 | 7.615000e+03 |    Inf 
686.33/686.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
686.33/686.36	c   647s|840000 |650710 |  1321k|   1.6 | 791M| 601 |   0 |1900 |6526 |1900 | 260 | 166k| 365k|1832 | 0.000000e+00 | 7.615000e+03 |    Inf 
694.73/694.74	c   655s|850000 |659248 |  1336k|   1.6 | 804M| 601 |   0 |1900 |7011 |1900 | 231 | 169k| 370k|1870 | 0.000000e+00 | 7.615000e+03 |    Inf 
702.83/702.81	c   663s|860000 |667959 |  1349k|   1.6 | 815M| 601 |   0 |1900 |6112 |1900 | 240 | 170k| 375k|1885 | 0.000000e+00 | 7.615000e+03 |    Inf 
710.92/710.99	c   671s|870000 |676401 |  1362k|   1.6 | 827M| 601 |   0 |1900 |5900 |1900 | 230 | 172k| 380k|1891 | 0.000000e+00 | 7.615000e+03 |    Inf 
719.53/719.52	c   679s|880000 |684975 |  1380k|   1.6 | 839M| 601 |   0 |1900 |6070 |1900 | 261 | 174k| 385k|1933 | 0.000000e+00 | 7.615000e+03 |    Inf 
728.13/728.19	c   687s|890000 |693439 |  1399k|   1.6 | 851M| 601 |   0 |1900 |6200 |1900 | 240 | 177k| 391k|1939 | 0.000000e+00 | 7.615000e+03 |    Inf 
736.52/736.57	c   695s|900000 |701971 |  1415k|   1.6 | 863M| 601 |   0 |1900 |5940 |1900 | 227 | 179k| 397k|1976 | 0.000000e+00 | 7.615000e+03 |    Inf 
740.73/740.71	o 7607
740.73/740.71	c * 698s|905014 |705530 |  1423k|   1.6 | 868M| 601 |   - |1900 |5751 |1900 | 237 | 181k| 399k|1982 | 0.000000e+00 | 7.607000e+03 |    Inf 
744.82/744.89	c   702s|910000 |709845 |  1430k|   1.6 | 873M| 601 |   0 |1900 |5910 |1900 | 238 | 182k| 402k|1982 | 0.000000e+00 | 7.607000e+03 |    Inf 
753.12/753.15	c   710s|920000 |718273 |  1443k|   1.6 | 886M| 601 |   0 |1900 |6932 |1900 | 231 | 184k| 408k|1997 | 0.000000e+00 | 7.607000e+03 |    Inf 
761.23/761.21	c   718s|930000 |726795 |  1456k|   1.6 | 898M| 601 |   0 |1900 |6435 |1900 | 230 | 186k| 413k|2003 | 0.000000e+00 | 7.607000e+03 |    Inf 
769.53/769.58	c   726s|940000 |735279 |  1470k|   1.6 | 910M| 601 |   0 |1900 |6317 |1900 | 235 | 188k| 419k|2029 | 0.000000e+00 | 7.607000e+03 |    Inf 
777.73/777.74	c   733s|950000 |743926 |  1485k|   1.6 | 922M| 601 |   0 |1900 |5745 |1900 | 248 | 190k| 424k|2051 | 0.000000e+00 | 7.607000e+03 |    Inf 
786.03/786.07	c   741s|960000 |752534 |  1500k|   1.6 | 933M| 601 |   0 |1900 |6057 |1900 | 230 | 193k| 428k|2075 | 0.000000e+00 | 7.607000e+03 |    Inf 
788.13/788.15	o 7540
788.13/788.15	c * 743s|962400 |748208 |  1505k|   1.6 | 923M| 601 |   - |1900 |6226 |1900 | 228 | 193k| 429k|2084 | 0.000000e+00 | 7.540000e+03 |    Inf 
794.83/794.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
794.83/794.81	c   749s|970000 |754649 |  1519k|   1.6 | 933M| 601 |   0 |1900 |6845 |1900 | 243 | 195k| 434k|2100 | 0.000000e+00 | 7.540000e+03 |    Inf 
803.03/803.02	c   757s|980000 |763206 |  1532k|   1.6 | 945M| 601 |   0 |1900 |7174 |1900 | 221 | 197k| 440k|2100 | 0.000000e+00 | 7.540000e+03 |    Inf 
812.13/812.18	c   766s|990000 |771801 |  1554k|   1.6 | 958M| 601 |   0 |1900 |7465 |1900 | 243 | 201k| 446k|2129 | 0.000000e+00 | 7.540000e+03 |    Inf 
821.83/821.86	c   775s|  1000k|780640 |  1584k|   1.6 | 972M| 601 |   0 |1900 |7454 |1900 | 230 | 205k| 451k|2178 | 0.000000e+00 | 7.540000e+03 |    Inf 
824.03/824.02	o 7496
824.03/824.02	c * 777s|  1002k|778145 |  1589k|   1.6 | 965M| 601 |   - |1900 |7572 |1900 | 249 | 206k| 452k|2179 | 0.000000e+00 | 7.496000e+03 |    Inf 
824.03/824.05	o 7431
824.03/824.05	c * 777s|  1002k|770877 |  1589k|   1.6 | 949M| 601 |   - |1900 |7572 |1900 | 249 | 206k| 452k|2179 | 0.000000e+00 | 7.431000e+03 |    Inf 
824.13/824.14	o 7337
824.13/824.14	c * 777s|  1002k|760454 |  1589k|   1.6 | 928M| 601 |   - |1900 |7583 |1900 | 266 | 206k| 452k|2179 | 0.000000e+00 | 7.337000e+03 |    Inf 
824.13/824.17	o 7306
824.13/824.17	c * 777s|  1002k|756914 |  1589k|   1.6 | 921M| 601 |   - |1900 |7583 |1900 | 266 | 206k| 452k|2179 | 0.000000e+00 | 7.306000e+03 |    Inf 
830.93/830.94	c   784s|  1010k|763519 |  1607k|   1.6 | 929M| 601 |   0 |1900 |6055 |1900 | 241 | 208k| 455k|2202 | 0.000000e+00 | 7.306000e+03 |    Inf 
832.33/832.33	o 7287
832.33/832.33	c * 785s|  1011k|762854 |  1611k|   1.6 | 928M| 601 |   - |1900 |6273 |1900 | 246 | 208k| 456k|2206 | 0.000000e+00 | 7.287000e+03 |    Inf 
834.44/834.48	o 7285
834.44/834.48	c * 787s|  1013k|764678 |  1616k|   1.6 | 930M| 601 |   - |1900 |5820 |1900 | 256 | 209k| 457k|2214 | 0.000000e+00 | 7.285000e+03 |    Inf 
834.53/834.51	o 7215
834.53/834.51	c * 787s|  1013k|756684 |  1616k|   1.6 | 916M| 601 |   - |1900 |5820 |1900 | 256 | 209k| 457k|2214 | 0.000000e+00 | 7.215000e+03 |    Inf 
839.73/839.76	c   792s|  1020k|762000 |  1628k|   1.6 | 922M| 601 |   0 |1900 |5921 |1900 | 239 | 210k| 460k|2237 | 0.000000e+00 | 7.215000e+03 |    Inf 
848.73/848.72	c   800s|  1030k|770588 |  1646k|   1.6 | 935M| 601 |   0 |1900 |6423 |1900 | 226 | 213k| 465k|2250 | 0.000000e+00 | 7.215000e+03 |    Inf 
857.94/857.92	c   809s|  1040k|779068 |  1667k|   1.6 | 948M| 601 |   0 |1900 |6787 |1900 | 237 | 216k| 471k|2275 | 0.000000e+00 | 7.215000e+03 |    Inf 
866.54/866.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
866.54/866.58	c   817s|  1050k|787604 |  1685k|   1.6 | 960M| 601 |   0 |1900 |5865 |1900 | 236 | 218k| 477k|2291 | 0.000000e+00 | 7.215000e+03 |    Inf 
875.14/875.11	c   825s|  1060k|795960 |  1698k|   1.6 | 972M| 601 |   0 |1900 |6734 |1900 | 249 | 220k| 483k|2304 | 0.000000e+00 | 7.215000e+03 |    Inf 
883.73/883.71	c   833s|  1070k|804396 |  1715k|   1.6 | 985M| 601 |   0 |1900 |6469 |1900 | 231 | 223k| 489k|2325 | 0.000000e+00 | 7.215000e+03 |    Inf 
892.44/892.41	c   842s|  1080k|812764 |  1734k|   1.6 | 998M| 601 |   0 |1900 |6321 |1900 | 236 | 225k| 495k|2357 | 0.000000e+00 | 7.215000e+03 |    Inf 
900.84/900.88	c   850s|  1090k|821630 |  1753k|   1.6 |1011M| 601 |   0 |1900 |6782 |1900 | 242 | 227k| 500k|2378 | 0.000000e+00 | 7.215000e+03 |    Inf 
909.33/909.30	c   857s|  1100k|830257 |  1768k|   1.6 |1023M| 601 |   0 |1900 |6868 |1900 | 259 | 230k| 505k|2391 | 0.000000e+00 | 7.215000e+03 |    Inf 
918.34/918.37	c   866s|  1110k|838868 |  1788k|   1.6 |1035M| 601 |   0 |1900 |6392 |1900 | 230 | 233k| 511k|2418 | 0.000000e+00 | 7.215000e+03 |    Inf 
927.24/927.26	c   874s|  1120k|847327 |  1807k|   1.6 |1047M| 601 |   0 |1900 |6371 |1900 | 258 | 236k| 517k|2444 | 0.000000e+00 | 7.215000e+03 |    Inf 
935.53/935.55	c   882s|  1130k|855952 |  1823k|   1.6 |1060M| 601 |   0 |1900 |6514 |1900 | 231 | 238k| 522k|2469 | 0.000000e+00 | 7.215000e+03 |    Inf 
943.94/943.90	c   890s|  1140k|864567 |  1837k|   1.6 |1072M| 601 |   0 |1900 |6458 |1900 | 224 | 240k| 527k|2472 | 0.000000e+00 | 7.215000e+03 |    Inf 
952.33/952.30	c   898s|  1150k|873096 |  1852k|   1.6 |1084M| 601 |   0 |1900 |6529 |1900 | 230 | 242k| 532k|2483 | 0.000000e+00 | 7.215000e+03 |    Inf 
960.83/960.85	c   906s|  1160k|881414 |  1869k|   1.6 |1096M| 601 |   0 |1900 |5887 |1900 | 268 | 244k| 538k|2501 | 0.000000e+00 | 7.215000e+03 |    Inf 
969.84/969.81	c   915s|  1170k|889861 |  1894k|   1.6 |1108M| 601 |   0 |1900 |5532 |1900 | 224 | 247k| 543k|2545 | 0.000000e+00 | 7.215000e+03 |    Inf 
978.54/978.58	c   923s|  1180k|898394 |  1917k|   1.6 |1121M| 601 |   0 |1900 |5796 |1900 | 233 | 249k| 548k|2592 | 0.000000e+00 | 7.215000e+03 |    Inf 
982.94/982.98	o 7106
982.94/982.98	c * 927s|  1184k|889726 |  1928k|   1.6 |1105M| 601 |   - |1900 |5804 |1900 | 244 | 251k| 550k|2607 | 0.000000e+00 | 7.106000e+03 |    Inf 
986.44/986.43	o 6864
986.44/986.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
986.44/986.43	c * 930s|  1188k|863097 |  1936k|   1.6 |1059M| 601 |   - |1900 |5727 |1900 | 248 | 252k| 552k|2610 | 0.000000e+00 | 6.864000e+03 |    Inf 
987.64/987.64	c   931s|  1190k|864261 |  1939k|   1.6 |1061M| 601 |   0 |1900 |5812 |1900 | 230 | 252k| 552k|2612 | 0.000000e+00 | 6.864000e+03 |    Inf 
996.34/996.35	c   940s|  1200k|872965 |  1955k|   1.6 |1073M| 601 |   0 |1900 |6049 |1900 | 237 | 254k| 557k|2634 | 0.000000e+00 | 6.864000e+03 |    Inf 
1005.14/1005.16	c   948s|  1210k|881230 |  1971k|   1.6 |1085M| 601 |   - |1900 |5872 |1900 | 251 | 257k| 563k|2649 | 0.000000e+00 | 6.864000e+03 |    Inf 
1014.04/1014.03	c   956s|  1220k|889722 |  1988k|   1.6 |1098M| 601 |   0 |1900 |5785 |1900 | 249 | 259k| 568k|2657 | 0.000000e+00 | 6.864000e+03 |    Inf 
1023.14/1023.10	c   965s|  1230k|898008 |  2006k|   1.6 |1110M| 601 |   0 |1900 |6914 |1900 | 240 | 263k| 574k|2672 | 0.000000e+00 | 6.864000e+03 |    Inf 
1031.64/1031.69	c   973s|  1240k|906526 |  2021k|   1.6 |1123M| 601 |   0 |1900 |6769 |1900 | 248 | 265k| 580k|2675 | 0.000000e+00 | 6.864000e+03 |    Inf 
1040.44/1040.43	c   981s|  1250k|915014 |  2039k|   1.6 |1135M| 601 |   0 |1900 |5921 |1900 | 236 | 267k| 585k|2716 | 0.000000e+00 | 6.864000e+03 |    Inf 
1042.44/1042.46	o 6759
1042.44/1042.46	c * 983s|  1252k|903131 |  2042k|   1.6 |1111M| 601 |   - |1900 |5825 |1900 | 234 | 268k| 586k|2721 | 0.000000e+00 | 6.759000e+03 |    Inf 
1042.54/1042.54	o 6586
1042.54/1042.54	c * 983s|  1252k|878709 |  2042k|   1.6 |1060M| 601 |   - |1900 |5825 |1900 | 234 | 268k| 586k|2721 | 0.000000e+00 | 6.586000e+03 |    Inf 
1048.94/1048.92	c   989s|  1260k|885086 |  2054k|   1.6 |1070M| 601 |   - |1900 |5945 |1900 | 233 | 269k| 590k|2730 | 0.000000e+00 | 6.586000e+03 |    Inf 
1055.35/1055.36	o 6555
1055.35/1055.36	c * 995s|  1266k|886068 |  2067k|   1.6 |1069M| 601 |   - |1900 |6685 |1900 | 271 | 272k| 595k|2743 | 0.000000e+00 | 6.555000e+03 |    Inf 
1058.04/1058.05	c   998s|  1270k|888564 |  2072k|   1.6 |1073M| 601 |   0 |1900 |6336 |1900 | 258 | 273k| 596k|2747 | 0.000000e+00 | 6.555000e+03 |    Inf 
1067.24/1067.21	c  1007s|  1280k|896808 |  2091k|   1.6 |1085M| 601 |   0 |1900 |7163 |1900 | 255 | 276k| 603k|2751 | 0.000000e+00 | 6.555000e+03 |    Inf 
1075.94/1075.92	c  1015s|  1290k|905418 |  2109k|   1.6 |1097M| 601 |   0 |1900 |6192 |1900 | 248 | 278k| 608k|2769 | 0.000000e+00 | 6.555000e+03 |    Inf 
1084.35/1084.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1084.35/1084.39	c  1023s|  1300k|913982 |  2125k|   1.6 |1109M| 601 |   0 |1900 |5808 |1900 | 248 | 280k| 613k|2776 | 0.000000e+00 | 6.555000e+03 |    Inf 
1093.14/1093.10	c  1031s|  1310k|922509 |  2143k|   1.6 |1121M| 601 |   0 |1900 |6385 |1900 | 231 | 283k| 618k|2785 | 0.000000e+00 | 6.555000e+03 |    Inf 
1101.64/1101.66	c  1039s|  1320k|931216 |  2161k|   1.6 |1133M| 601 |   0 |1900 |5865 |1900 | 250 | 285k| 622k|2814 | 0.000000e+00 | 6.555000e+03 |    Inf 
1110.65/1110.65	c  1048s|  1330k|939643 |  2185k|   1.6 |1146M| 601 |   0 |1900 |5273 |1900 | 246 | 288k| 628k|2858 | 0.000000e+00 | 6.555000e+03 |    Inf 
1119.35/1119.32	o 6547
1119.35/1119.32	c *1056s|  1339k|946761 |  2201k|   1.6 |1156M| 601 |   - |1900 |6038 |1900 | 243 | 291k| 633k|2864 | 0.000000e+00 | 6.547000e+03 |    Inf 
1119.35/1119.33	o 6541
1119.35/1119.33	c *1056s|  1339k|945821 |  2201k|   1.6 |1154M| 601 |   - |1900 |6038 |1900 | 243 | 291k| 633k|2864 | 0.000000e+00 | 6.541000e+03 |    Inf 
1119.44/1119.41	c  1056s|  1340k|945883 |  2201k|   1.6 |1154M| 601 |   0 |1900 |6045 |1900 | 219 | 291k| 633k|2864 | 0.000000e+00 | 6.541000e+03 |    Inf 
1128.15/1128.11	c  1064s|  1350k|954567 |  2218k|   1.6 |1166M| 601 |   0 |1900 |6256 |1900 | 249 | 293k| 638k|2883 | 0.000000e+00 | 6.541000e+03 |    Inf 
1136.85/1136.80	c  1072s|  1360k|962935 |  2236k|   1.6 |1179M| 601 |   0 |1900 |6652 |1900 | 233 | 296k| 643k|2894 | 0.000000e+00 | 6.541000e+03 |    Inf 
1136.95/1136.97	o 6494
1136.95/1136.97	c *1072s|  1360k|956004 |  2236k|   1.6 |1165M| 601 |   - |1900 |6710 |1900 | 237 | 296k| 643k|2894 | 0.000000e+00 | 6.494000e+03 |    Inf 
1137.04/1137.02	o 6414
1137.04/1137.02	c *1072s|  1360k|943937 |  2236k|   1.6 |1140M| 601 |   - |1900 |6711 |1900 | 237 | 296k| 643k|2894 | 0.000000e+00 | 6.414000e+03 |    Inf 
1145.35/1145.39	c  1080s|  1370k|952083 |  2249k|   1.6 |1152M| 601 |   0 |1900 |6331 |1900 | 230 | 298k| 649k|2899 | 0.000000e+00 | 6.414000e+03 |    Inf 
1154.25/1154.26	c  1089s|  1380k|960482 |  2267k|   1.6 |1164M| 601 |   0 |1900 |5733 |1900 | 238 | 301k| 654k|2923 | 0.000000e+00 | 6.414000e+03 |    Inf 
1162.85/1162.88	c  1097s|  1390k|968956 |  2284k|   1.6 |1178M| 601 |   0 |1900 |5585 |1900 | 234 | 303k| 659k|2938 | 0.000000e+00 | 6.414000e+03 |    Inf 
1171.45/1171.43	c  1105s|  1400k|977438 |  2299k|   1.6 |1190M| 601 |   0 |1900 |5803 |1900 | 229 | 305k| 664k|2961 | 0.000000e+00 | 6.414000e+03 |    Inf 
1180.05/1180.05	o 6404
1180.05/1180.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1180.05/1180.05	c *1113s|  1409k|984012 |  2316k|   1.6 |1199M| 601 |   - |1900 |6041 |1900 | 261 | 308k| 669k|2966 | 0.000000e+00 | 6.404000e+03 |    Inf 
1180.05/1180.09	o 6318
1180.05/1180.09	c *1113s|  1409k|970421 |  2316k|   1.6 |1173M| 601 |   - |1900 |6041 |1900 | 261 | 308k| 669k|2966 | 0.000000e+00 | 6.318000e+03 |    Inf 
1180.26/1180.25	c  1113s|  1410k|970598 |  2317k|   1.6 |1173M| 601 |   0 |1900 |5962 |1900 | 222 | 308k| 669k|2966 | 0.000000e+00 | 6.318000e+03 |    Inf 
1189.55/1189.54	c  1122s|  1420k|978776 |  2337k|   1.6 |1186M| 601 |   0 |1900 |6996 |1900 | 234 | 311k| 675k|2990 | 0.000000e+00 | 6.318000e+03 |    Inf 
1198.65/1198.62	c  1131s|  1430k|987054 |  2354k|   1.6 |1199M| 601 |   0 |1900 |6984 |1900 | 235 | 314k| 680k|3008 | 0.000000e+00 | 6.318000e+03 |    Inf 
1207.54/1207.53	c  1139s|  1440k|995181 |  2372k|   1.6 |1211M| 601 |   0 |1900 |6311 |1900 | 242 | 317k| 686k|3038 | 0.000000e+00 | 6.318000e+03 |    Inf 
1216.85/1216.83	c  1148s|  1450k|  1003k|  2392k|   1.7 |1224M| 601 |   0 |1900 |5599 |1900 | 247 | 320k| 692k|3067 | 0.000000e+00 | 6.318000e+03 |    Inf 
1225.85/1225.85	c  1156s|  1460k|  1011k|  2411k|   1.7 |1237M| 601 |   0 |1900 |6270 |1900 | 238 | 323k| 698k|3081 | 0.000000e+00 | 6.318000e+03 |    Inf 
1234.85/1234.83	c  1165s|  1470k|  1020k|  2430k|   1.7 |1250M| 601 |   0 |1900 |6155 |1900 | 245 | 325k| 703k|3104 | 0.000000e+00 | 6.318000e+03 |    Inf 
1243.65/1243.61	c  1173s|  1480k|  1028k|  2447k|   1.7 |1263M| 601 |   0 |1900 |6397 |1900 | 248 | 328k| 708k|3117 | 0.000000e+00 | 6.318000e+03 |    Inf 
1247.85/1247.89	o 6198
1247.85/1247.89	c *1177s|  1484k|  1012k|  2458k|   1.7 |1230M| 601 |   - |1900 |7324 |1900 | 241 | 329k| 711k|3132 | 0.000000e+00 | 6.198000e+03 |    Inf 
1252.95/1252.93	c  1182s|  1490k|  1016k|  2469k|   1.7 |1237M| 601 |   0 |1900 |7085 |1900 | 232 | 331k| 715k|3150 | 0.000000e+00 | 6.198000e+03 |    Inf 
1262.15/1262.11	c  1191s|  1500k|  1024k|  2488k|   1.7 |1250M| 601 |   0 |1900 |6498 |1900 | 242 | 333k| 721k|3160 | 0.000000e+00 | 6.198000e+03 |    Inf 
1271.66/1271.61	c  1200s|  1510k|  1033k|  2511k|   1.7 |1263M| 601 |   0 |1900 |7073 |1900 | 251 | 337k| 727k|3192 | 0.000000e+00 | 6.198000e+03 |    Inf 
1272.45/1272.46	o 6183
1272.45/1272.46	c *1200s|  1511k|  1031k|  2512k|   1.7 |1260M| 601 |   - |1900 |7320 |1900 | 256 | 337k| 728k|3192 | 0.000000e+00 | 6.183000e+03 |    Inf 
1280.75/1280.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1280.75/1280.73	c  1208s|  1520k|  1039k|  2530k|   1.7 |1271M| 601 |   0 |1900 |6930 |1900 | 248 | 340k| 732k|3199 | 0.000000e+00 | 6.183000e+03 |    Inf 
1289.66/1289.66	c  1217s|  1530k|  1047k|  2546k|   1.7 |1284M| 601 |   0 |1900 |6561 |1900 | 256 | 342k| 738k|3217 | 0.000000e+00 | 6.183000e+03 |    Inf 
1298.85/1298.84	c  1225s|  1540k|  1055k|  2567k|   1.7 |1297M| 601 |   0 |1900 |5679 |1900 | 278 | 346k| 744k|3233 | 0.000000e+00 | 6.183000e+03 |    Inf 
1307.76/1307.79	c  1234s|  1550k|  1064k|  2589k|   1.7 |1310M| 601 |   0 |1900 |5136 |1900 | 228 | 348k| 749k|3276 | 0.000000e+00 | 6.183000e+03 |    Inf 
1316.45/1316.43	c  1242s|  1560k|  1072k|  2607k|   1.7 |1322M| 601 |   - |1900 |5345 |   0 |   0 | 351k| 755k|3283 | 0.000000e+00 | 6.183000e+03 |    Inf 
1321.86/1321.83	o 6118
1321.86/1321.83	c *1247s|  1565k|  1065k|  2618k|   1.7 |1311M| 601 |   - |1900 |6350 |1900 | 240 | 352k| 758k|3289 | 0.000000e+00 | 6.118000e+03 |    Inf 
1325.35/1325.33	c  1250s|  1570k|  1069k|  2625k|   1.7 |1315M| 601 |   0 |1900 |6276 |1900 | 228 | 353k| 760k|3297 | 0.000000e+00 | 6.118000e+03 |    Inf 
1334.26/1334.22	c  1259s|  1580k|  1077k|  2642k|   1.7 |1328M| 601 |   0 |1900 |5922 |1900 | 246 | 356k| 765k|3302 | 0.000000e+00 | 6.118000e+03 |    Inf 
1343.06/1343.00	c  1267s|  1590k|  1086k|  2660k|   1.7 |1340M| 601 |   - |1900 |6207 |   0 |   0 | 358k| 771k|3323 | 0.000000e+00 | 6.118000e+03 |    Inf 
1351.56/1351.51	c  1275s|  1600k|  1094k|  2674k|   1.7 |1352M| 601 |   0 |1900 |6297 |1900 | 239 | 360k| 776k|3347 | 0.000000e+00 | 6.118000e+03 |    Inf 
1355.16/1355.20	o 6096
1355.16/1355.20	c *1278s|  1604k|  1093k|  2680k|   1.7 |1351M| 601 |   - |1900 |6104 |1900 | 267 | 361k| 779k|3353 | 0.000000e+00 | 6.096000e+03 |    Inf 
1360.55/1360.52	c  1283s|  1610k|  1098k|  2696k|   1.7 |1358M| 601 |   - |1900 |6143 |1900 | 256 | 363k| 782k|3365 | 0.000000e+00 | 6.096000e+03 |    Inf 
1369.06/1369.08	c  1292s|  1620k|  1107k|  2712k|   1.7 |1370M| 601 |   0 |1900 |5759 |1900 | 246 | 365k| 787k|3386 | 0.000000e+00 | 6.096000e+03 |    Inf 
1378.06/1378.04	c  1300s|  1630k|  1115k|  2734k|   1.7 |1383M| 601 |   0 |1900 |5614 |1900 | 242 | 368k| 791k|3397 | 0.000000e+00 | 6.096000e+03 |    Inf 
1386.76/1386.75	c  1308s|  1640k|  1124k|  2753k|   1.7 |1396M| 601 |   0 |1900 |6179 |1900 | 243 | 371k| 796k|3435 | 0.000000e+00 | 6.096000e+03 |    Inf 
1395.65/1395.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1395.65/1395.66	c  1317s|  1650k|  1132k|  2770k|   1.7 |1410M| 601 |   0 |1900 |6171 |1900 | 231 | 373k| 802k|3451 | 0.000000e+00 | 6.096000e+03 |    Inf 
1404.77/1404.77	c  1325s|  1660k|  1140k|  2792k|   1.7 |1423M| 601 |   - |1900 |6751 |   0 |   0 | 377k| 808k|3463 | 0.000000e+00 | 6.096000e+03 |    Inf 
1413.76/1413.72	c  1334s|  1670k|  1148k|  2810k|   1.7 |1435M| 601 |   - |1900 |6606 |   0 |   0 | 379k| 814k|3485 | 0.000000e+00 | 6.096000e+03 |    Inf 
1419.56/1419.53	o 6044
1419.56/1419.53	c *1339s|  1676k|  1144k|  2820k|   1.7 |1427M| 601 |   - |1900 |6871 |1900 | 264 | 381k| 818k|3494 | 0.000000e+00 | 6.044000e+03 |    Inf 
1422.85/1422.85	c  1342s|  1680k|  1147k|  2827k|   1.7 |1432M| 601 |   0 |1900 |7483 |1900 | 244 | 382k| 821k|3496 | 0.000000e+00 | 6.044000e+03 |    Inf 
1431.56/1431.54	c  1350s|  1690k|  1155k|  2844k|   1.7 |1444M| 601 |   0 |1900 |6235 |1900 | 231 | 384k| 826k|3517 | 0.000000e+00 | 6.044000e+03 |    Inf 
1440.36/1440.33	c  1359s|  1700k|  1164k|  2863k|   1.7 |1456M| 601 |   0 |1900 |6200 |1900 | 236 | 387k| 832k|3526 | 0.000000e+00 | 6.044000e+03 |    Inf 
1448.96/1448.92	c  1367s|  1710k|  1172k|  2881k|   1.7 |1469M| 601 |   0 |1900 |5783 |1900 | 243 | 389k| 837k|3554 | 0.000000e+00 | 6.044000e+03 |    Inf 
1457.57/1457.58	c  1375s|  1720k|  1180k|  2896k|   1.7 |1481M| 601 |   0 |1900 |5962 |1900 | 246 | 391k| 842k|3568 | 0.000000e+00 | 6.044000e+03 |    Inf 
1466.46/1466.41	c  1383s|  1730k|  1189k|  2913k|   1.7 |1495M| 601 |   0 |1900 |7246 |1900 | 223 | 394k| 847k|3577 | 0.000000e+00 | 6.044000e+03 |    Inf 
1475.17/1475.12	c  1391s|  1740k|  1197k|  2930k|   1.7 |1508M| 601 |   0 |1900 |6202 |1900 | 234 | 396k| 853k|3595 | 0.000000e+00 | 6.044000e+03 |    Inf 
1483.97/1483.95	c  1400s|  1750k|  1205k|  2949k|   1.7 |1521M| 601 |   0 |1900 |6766 |1900 | 242 | 399k| 858k|3604 | 0.000000e+00 | 6.044000e+03 |    Inf 
1493.26/1493.28	c  1409s|  1760k|  1214k|  2974k|   1.7 |1534M| 601 |   0 |1900 |6768 |1900 | 237 | 402k| 864k|3642 | 0.000000e+00 | 6.044000e+03 |    Inf 
1502.47/1502.44	c  1417s|  1770k|  1222k|  2995k|   1.7 |1548M| 601 |   0 |1900 |7044 |1900 | 242 | 405k| 869k|3654 | 0.000000e+00 | 6.044000e+03 |    Inf 
1511.16/1511.19	c  1425s|  1780k|  1230k|  3011k|   1.7 |1560M| 601 |   0 |1900 |6932 |1900 | 242 | 407k| 876k|3670 | 0.000000e+00 | 6.044000e+03 |    Inf 
1519.66/1519.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1519.66/1519.60	c  1433s|  1790k|  1238k|  3028k|   1.7 |1573M| 601 |   0 |1900 |6395 |1900 | 227 | 409k| 881k|3691 | 0.000000e+00 | 6.044000e+03 |    Inf 
1528.27/1528.27	c  1442s|  1800k|  1247k|  3045k|   1.7 |1586M| 601 |   - |1900 |7136 |   0 |   0 | 412k| 886k|3696 | 0.000000e+00 | 6.044000e+03 |    Inf 
1537.27/1537.21	c  1450s|  1810k|  1255k|  3064k|   1.7 |1599M| 601 |   0 |1900 |5923 |1900 | 229 | 414k| 891k|3724 | 0.000000e+00 | 6.044000e+03 |    Inf 
1546.76/1546.75	c  1459s|  1820k|  1263k|  3087k|   1.7 |1613M| 601 |   0 |1900 |6987 |1900 | 248 | 418k| 898k|3734 | 0.000000e+00 | 6.044000e+03 |    Inf 
1550.37/1550.39	o 6034
1550.37/1550.39	c *1462s|  1823k|  1264k|  3095k|   1.7 |1615M| 601 |   - |1900 |6773 |1900 | 264 | 419k| 900k|3741 | 0.000000e+00 | 6.034000e+03 |    Inf 
1550.47/1550.41	o 6018
1550.47/1550.41	c *1462s|  1823k|  1261k|  3095k|   1.7 |1610M| 601 |   - |1900 |6773 |1900 | 264 | 419k| 900k|3741 | 0.000000e+00 | 6.018000e+03 |    Inf 
1556.37/1556.33	c  1468s|  1830k|  1266k|  3110k|   1.7 |1618M| 601 |   0 |1900 |6281 |1900 | 248 | 421k| 904k|3747 | 0.000000e+00 | 6.018000e+03 |    Inf 
1557.36/1557.31	o 5995
1557.36/1557.31	c *1469s|  1830k|  1262k|  3112k|   1.7 |1612M| 601 |   - |1900 |6550 |1900 | 284 | 421k| 905k|3751 | 0.000000e+00 | 5.995000e+03 |    Inf 
1566.06/1566.05	c  1477s|  1840k|  1270k|  3138k|   1.7 |1624M| 601 |   0 |1900 |6495 |1900 | 245 | 425k| 910k|3789 | 0.000000e+00 | 5.995000e+03 |    Inf 
1575.47/1575.40	c  1486s|  1850k|  1278k|  3181k|   1.7 |1637M| 601 |   0 |1900 |6130 |1900 | 238 | 427k| 915k|3818 | 0.000000e+00 | 5.995000e+03 |    Inf 
1584.87/1584.80	c  1495s|  1860k|  1286k|  3202k|   1.7 |1650M| 601 |   0 |1900 |6303 |1900 | 242 | 431k| 921k|3842 | 0.000000e+00 | 5.995000e+03 |    Inf 
1591.07/1591.06	o 5974
1591.07/1591.06	c *1501s|  1866k|  1288k|  3215k|   1.7 |1652M| 601 |   - |1900 |6568 |1900 | 244 | 433k| 925k|3849 | 0.000000e+00 | 5.974000e+03 |    Inf 
1594.07/1594.01	c  1504s|  1870k|  1291k|  3223k|   1.7 |1656M| 601 |   - |1900 |6127 |   0 |   0 | 434k| 927k|3861 | 0.000000e+00 | 5.974000e+03 |    Inf 
1603.07/1603.06	o 5951
1603.07/1603.06	c *1512s|  1879k|  1295k|  3242k|   1.7 |1662M| 601 |   - |1900 |6869 |1900 | 252 | 437k| 932k|3883 | 0.000000e+00 | 5.951000e+03 |    Inf 
1603.07/1603.08	o 5945
1603.07/1603.08	c *1512s|  1879k|  1293k|  3242k|   1.7 |1660M| 601 |   - |1900 |6869 |1900 | 252 | 437k| 932k|3883 | 0.000000e+00 | 5.945000e+03 |    Inf 
1603.17/1603.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1603.17/1603.16	c  1512s|  1880k|  1294k|  3242k|   1.7 |1660M| 601 |   0 |1900 |6895 |1900 | 239 | 437k| 932k|3883 | 0.000000e+00 | 5.945000e+03 |    Inf 
1613.07/1613.01	c  1522s|  1890k|  1302k|  3266k|   1.7 |1675M| 601 |   0 |1900 |7951 |1900 | 243 | 441k| 939k|3892 | 0.000000e+00 | 5.945000e+03 |    Inf 
1615.37/1615.38	o 5942
1615.37/1615.38	c *1524s|  1892k|  1303k|  3272k|   1.7 |1677M| 601 |   - |1900 |7328 |1900 | 248 | 442k| 940k|3894 | 0.000000e+00 | 5.942000e+03 |    Inf 
1622.48/1622.44	c  1530s|  1900k|  1309k|  3286k|   1.7 |1687M| 601 |   0 |1900 |6116 |1900 | 246 | 444k| 945k|3903 | 0.000000e+00 | 5.942000e+03 |    Inf 
1631.28/1631.29	c  1539s|  1910k|  1318k|  3306k|   1.7 |1699M| 601 |   - |1900 |6174 |   0 |   0 | 447k| 950k|3919 | 0.000000e+00 | 5.942000e+03 |    Inf 
1640.57/1640.56	c  1548s|  1920k|  1326k|  3329k|   1.7 |1712M| 601 |   0 |1900 |6484 |1900 | 232 | 450k| 955k|3938 | 0.000000e+00 | 5.942000e+03 |    Inf 
1647.47/1647.45	o 5775
1647.47/1647.45	c *1554s|  1927k|  1297k|  3347k|   1.7 |1664M| 601 |   - |1900 |6853 |1900 | 251 | 453k| 959k|3947 | 0.000000e+00 | 5.775000e+03 |    Inf 
1647.47/1647.48	o 5764
1647.47/1647.48	c *1554s|  1927k|  1294k|  3347k|   1.7 |1661M| 601 |   - |1900 |6853 |1900 | 251 | 453k| 959k|3947 | 0.000000e+00 | 5.764000e+03 |    Inf 
1650.27/1650.27	c  1557s|  1930k|  1296k|  3354k|   1.7 |1664M| 601 |   0 |1900 |7216 |1900 | 252 | 454k| 961k|3965 | 0.000000e+00 | 5.764000e+03 |    Inf 
1659.67/1659.62	c  1566s|  1940k|  1305k|  3376k|   1.7 |1677M| 601 |   0 |1900 |6316 |1900 | 227 | 458k| 966k|3969 | 0.000000e+00 | 5.764000e+03 |    Inf 
1668.97/1668.93	c  1574s|  1950k|  1313k|  3395k|   1.7 |1689M| 601 |   0 |1900 |5931 |1900 | 225 | 461k| 972k|3987 | 0.000000e+00 | 5.764000e+03 |    Inf 
1677.97/1677.91	c  1583s|  1960k|  1321k|  3413k|   1.7 |1703M| 601 |   0 |1900 |6836 |1900 | 241 | 463k| 978k|4003 | 0.000000e+00 | 5.764000e+03 |    Inf 
1687.07/1687.08	c  1591s|  1970k|  1329k|  3431k|   1.7 |1715M| 601 |   0 |1900 |6601 |1900 | 248 | 466k| 984k|4016 | 0.000000e+00 | 5.764000e+03 |    Inf 
1696.18/1696.17	c  1600s|  1980k|  1337k|  3450k|   1.7 |1729M| 601 |   0 |1900 |6497 |1900 | 253 | 468k| 990k|4047 | 0.000000e+00 | 5.764000e+03 |    Inf 
1705.28/1705.28	c  1609s|  1990k|  1345k|  3469k|   1.7 |1742M| 601 |   0 |1900 |6331 |1900 | 241 | 471k| 996k|4059 | 0.000000e+00 | 5.764000e+03 |    Inf 
1714.17/1714.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1714.17/1714.18	c  1617s|  2000k|  1354k|  3488k|   1.7 |1755M| 601 |   0 |1900 |6142 |1900 | 268 | 474k|1001k|4069 | 0.000000e+00 | 5.764000e+03 |    Inf 
1723.07/1723.01	c  1625s|  2010k|  1362k|  3506k|   1.7 |1768M| 601 |   0 |1900 |5784 |1900 | 228 | 476k|1006k|4102 | 0.000000e+00 | 5.764000e+03 |    Inf 
1731.97/1731.97	c  1634s|  2020k|  1370k|  3523k|   1.7 |1781M| 601 |   0 |1900 |6731 |1900 | 245 | 479k|1012k|4108 | 0.000000e+00 | 5.764000e+03 |    Inf 
1740.97/1740.96	c  1642s|  2030k|  1378k|  3541k|   1.7 |1795M| 601 |   0 |1900 |6860 |1900 | 240 | 481k|1017k|4141 | 0.000000e+00 | 5.764000e+03 |    Inf 
1749.88/1749.85	c  1651s|  2040k|  1386k|  3559k|   1.7 |1807M| 601 |   0 |1900 |6145 |1900 | 246 | 484k|1022k|4151 | 0.000000e+00 | 5.764000e+03 |    Inf 
1758.47/1758.46	c  1659s|  2050k|  1395k|  3574k|   1.7 |1820M| 601 |   0 |1900 |6439 |1900 | 232 | 486k|1027k|4153 | 0.000000e+00 | 5.764000e+03 |    Inf 
1767.38/1767.36	c  1667s|  2060k|  1403k|  3595k|   1.7 |1832M| 601 |   0 |1900 |6085 |1900 | 242 | 489k|1032k|4182 | 0.000000e+00 | 5.764000e+03 |    Inf 
1769.68/1769.66	o 5762
1769.68/1769.66	c *1669s|  2062k|  1405k|  3600k|   1.7 |1835M| 601 |   - |1900 |6659 |1900 | 268 | 490k|1034k|4184 | 0.000000e+00 | 5.762000e+03 |    Inf 
1776.67/1776.60	c  1676s|  2070k|  1411k|  3616k|   1.7 |1845M| 601 |   0 |1900 |5647 |1900 | 227 | 492k|1038k|4190 | 0.000000e+00 | 5.762000e+03 |    Inf 
1785.78/1785.72	c  1685s|  2080k|  1419k|  3640k|   1.7 |1858M| 601 |   0 |1900 |6080 |1900 | 238 | 495k|1043k|4226 | 0.000000e+00 | 5.762000e+03 |    Inf 
1795.29/1795.25	c  1694s|  2090k|  1427k|  3665k|   1.8 |1871M| 601 |   0 |1900 |7009 |1900 | 234 | 498k|1049k|4247 | 0.000000e+00 | 5.762000e+03 |    Inf 
1800.08/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.00	c 
1800.08/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.00	c Solving Time (sec) : 1698.05
1800.08/1800.00	c Solving Nodes      : 2094946
1800.08/1800.00	c Primal Bound       : +5.76200000000000e+03 (162 solutions)
1800.08/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.08/1800.00	c Gap                : infinite
1800.08/1800.01	s SATISFIABLE
1800.08/1800.01	v -x200 x199 -x198 x197 -x196 x195 -x194 x193 x192 -x191 x190 -x189 x188 -x187 -x186 x185 x184 -x183 -x182 x181 x180 -x179 x178 -x177 
1800.08/1800.01	v x176 -x175 x174 -x173 x172 -x171 x170 -x169 -x168 x167 x166 -x165 x164 -x163 x162 -x161 x160 -x159 x158 -x157 x156 -x155 
1800.08/1800.01	v -x154 x153 -x152 x151 x150 -x149 x148 -x147 -x146 x145 x144 -x143 -x142 x141 -x140 x139 x138 -x137 x136 -x135 x134 -x133 x132 
1800.08/1800.01	v -x131 x130 -x129 x128 -x127 -x126 x125 x124 -x123 x122 -x121 -x120 x119 x118 -x117 x116 -x115 x114 -x113 x112 -x111 -x110 x109 
1800.08/1800.01	v x108 -x107 -x106 x105 x104 -x103 x102 -x101 x100 -x99 -x98 x97 -x96 x95 -x94 x93 x92 -x91 x90 -x89 -x88 x87 -x86 x85 -x84 
1800.08/1800.01	v x83 -x82 x81 x80 -x79 x78 -x77 x76 -x75 -x74 x73 -x72 x71 x70 -x69 x68 -x67 -x66 x65 x64 -x63 x62 -x61 x60 -x59 -x58 x57 x56 
1800.08/1800.01	v -x55 -x54 x53 x52 -x51 x50 -x49 -x48 x47 -x46 x45 -x44 x43 x42 -x41 x40 -x39 x38 -x37 x36 -x35 -x34 x33 -x32 x31 -x30 x29 x28 
1800.08/1800.01	v -x27 -x26 x25 -x24 x23 x22 -x21 -x20 x19 x18 -x17 -x16 x15 x14 -x13 -x12 x11 -x10 x9 -x8 x7 x6 -x5 -x4 x3 x2 -x1 
1800.08/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.01	c Solving Time       :    1698.05
1800.08/1800.01	c Original Problem   :
1800.08/1800.01	c   Problem name     : HOME/instance-2700429-1278535608.wbo
1800.08/1800.01	c   Variables        : 2000 (1100 binary, 0 integer, 0 implicit integer, 900 continuous)
1800.08/1800.01	c   Constraints      : 1901 initial, 1901 maximal
1800.08/1800.01	c Presolved Problem  :
1800.08/1800.01	c   Problem name     : t_HOME/instance-2700429-1278535608.wbo
1800.08/1800.01	c   Variables        : 1900 (1000 binary, 0 integer, 0 implicit integer, 900 continuous)
1800.08/1800.01	c   Constraints      : 1800 initial, 8305 maximal
1800.08/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.01	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.08/1800.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.01	c   linear           :       0.02          0        100          0        900          0        101          0          0
1800.08/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.01	c   integral         :          0          0          0    2175398          0          0         49          0          0      15528
1800.08/1800.01	c   indicator        :        900          0    4065462    2167588          0       4150   31675199          0          0          0
1800.08/1800.01	c   linear           :        900          6    4061163    2167559          0      29212    2828937     500427          0          0
1800.08/1800.01	c   logicor          :          0+         0    2452837          0          0       1255    1362455          0          0          0
1800.08/1800.01	c   countsols        :          0          0          0    1960023          0          0          0          0          0          0
1800.08/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.01	c   integral         :       6.19       0.00       0.00       6.19       0.00
1800.08/1800.01	c   indicator        :     190.44       0.00      63.98     126.46       0.00
1800.08/1800.01	c   linear           :     107.82       0.00      45.88      61.94       0.00
1800.08/1800.01	c   logicor          :      37.07       0.00      37.07       0.00       0.00
1800.08/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.01	c   vbounds          :       0.00          2          0          0
1800.08/1800.01	c   rootredcost      :       0.00         63          0          0
1800.08/1800.01	c   pseudoobj        :      95.95    4194371     129109   24530246
1800.08/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.01	c   propagation      :       9.81     159576     159545     934867       31.6     315912        3.7          -
1800.08/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.01	c   pseudo solution  :       0.10       1089       1089       6490       26.1       2713        4.0          -
1800.08/1800.01	c   applied globally :          -          -          -    1052812       21.9          -          -          -
1800.08/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.01	c   cut pool         :       0.00          3          -          -         16          -    (maximal pool size: 89)
1800.08/1800.01	c   redcost          :      87.45    2217730          0    6422566          0          0
1800.08/1800.01	c   impliedbounds    :       0.00          4          0          0          0          0
1800.08/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.01	c   gomory           :       0.00          4          0          0         92          0
1800.08/1800.01	c   strongcg         :       0.00          4          0          0          0          0
1800.08/1800.01	c   cmir             :       0.03          4          0          0          0          0
1800.08/1800.01	c   flowcover        :       0.02          4          0          0          0          0
1800.08/1800.01	c   clique           :       0.00          1          0          0          0          0
1800.08/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.08/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.08/1800.01	c Pricers            :       Time      Calls       Vars
1800.08/1800.01	c   problem variables:       0.00          0          0
1800.08/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.01	c   relpscost        :       6.18       7810          0         49          0          0      15528
1800.08/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.01	c   inference        :     158.14    1959960          0          0          0          0    3919920
1800.08/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.01	c   LP solutions     :       1.34          -         63
1800.08/1800.01	c   pseudo solutions :       0.00          -          0
1800.08/1800.01	c   feaspump         :       0.00          0          0
1800.08/1800.01	c   oneopt           :       0.13         48          0
1800.08/1800.01	c   intshifting      :       0.01          6          0
1800.08/1800.01	c   crossover        :       2.19        146          4
1800.08/1800.01	c   linesearchdiving :       2.53       4936          0
1800.08/1800.01	c   guideddiving     :       2.76       4936          0
1800.08/1800.01	c   coefdiving       :       2.61       4936          0
1800.08/1800.01	c   pscostdiving     :       2.82       4937          0
1800.08/1800.01	c   fracdiving       :       2.56       4937          0
1800.08/1800.01	c   veclendiving     :       2.45       4937          0
1800.08/1800.01	c   rootsoldiving    :       2.59       4934          0
1800.08/1800.01	c   objpscostdiving  :       2.98       4935          0
1800.08/1800.01	c   trivial          :       0.00          2          1
1800.08/1800.01	c   simplerounding   :       0.12       9549          0
1800.08/1800.01	c   zirounding       :       0.03       1000          0
1800.08/1800.01	c   rounding         :       0.08       1332          0
1800.08/1800.01	c   shifting         :       0.22        390          0
1800.08/1800.01	c   twoopt           :       0.00          0          0
1800.08/1800.01	c   fixandinfer      :       0.00          0          0
1800.08/1800.01	c   intdiving        :       0.00          0          0
1800.08/1800.01	c   actconsdiving    :       0.00          0          0
1800.08/1800.01	c   octane           :       0.00          0          0
1800.08/1800.01	c   rens             :       0.01          1          0
1800.08/1800.01	c   rins             :       0.00          0          0
1800.08/1800.01	c   localbranching   :       0.00          0          0
1800.08/1800.01	c   mutation         :       0.00          0          0
1800.08/1800.01	c   dins             :       0.00          0          0
1800.08/1800.01	c   undercover       :       0.00          0          0
1800.08/1800.01	c   nlp              :       0.00          0          0
1800.08/1800.01	c   trysol           :       0.08       5590         94
1800.08/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.01	c   dual LP          :     638.32     515425    3674861       7.13    5757.08
1800.08/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.01	c   diving/probing LP:       0.09         70       4696      67.09   52177.78
1800.08/1800.01	c   strong branching :       6.08       4256     124761      29.31   20519.90
1800.08/1800.01	c     (at root node) :          -         33      19767     599.00          -
1800.08/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.01	c B&B Tree           :
1800.08/1800.01	c   number of runs   :          1
1800.08/1800.01	c   nodes            :    2094946
1800.08/1800.01	c   nodes (total)    :    2094946
1800.08/1800.01	c   nodes left       :    1431908
1800.08/1800.01	c   max depth        :        601
1800.08/1800.01	c   max depth (total):        601
1800.08/1800.01	c   backtracks       :      53953 (2.6%)
1800.08/1800.01	c   delayed cutoffs  :      37657
1800.08/1800.01	c   repropagations   :     262483 (13334934 domain reductions, 37644 cutoffs)
1800.08/1800.01	c   avg switch length:       2.70
1800.08/1800.01	c   switching time   :     101.73
1800.08/1800.01	c Solution           :
1800.08/1800.01	c   Solutions found  :        162 (64 improvements)
1800.08/1800.01	c   First Solution   : +4.44854000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
1800.08/1800.01	c   Primal Bound     : +5.76200000000000e+03   (in run 1, after 2062474 nodes, 1669.39 seconds, depth 120, found by <relaxation>)
1800.08/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.08/1800.01	c   Gap              :   infinite
1800.08/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.08/1800.01	c   Root Iterations  :        350

Verifier Data

OK	5762

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700429-1278535608/watcher-2700429-1278535608 -o /tmp/evaluation-result-2700429-1278535608/solver-2700429-1278535608 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700429-1278535608.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 1.98 1.70 3/178 27441
/proc/meminfo: memFree=28290376/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=10844 CPUtime=0
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 1636 0 0 0 0 0 0 0 22 0 1 0 21772803 11104256 1557 4089446400 4194304 9819077 140737374212096 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27441/statm: 2711 1560 392 1374 0 1332 0

[startup+0.071495 s]
/proc/loadavg: 1.92 1.98 1.70 3/178 27441
/proc/meminfo: memFree=28290376/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=25288 CPUtime=0.06
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 6112 0 0 0 5 1 0 0 22 0 1 0 21772803 25894912 4898 4089446400 4194304 9819077 140737374212096 18446744073709551615 8678556 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 6322 4898 644 1374 0 4943 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25288

[startup+0.100517 s]
/proc/loadavg: 1.92 1.98 1.70 3/178 27441
/proc/meminfo: memFree=28290376/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=28920 CPUtime=0.09
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 6874 0 0 0 8 1 0 0 22 0 1 0 21772803 29614080 5614 4089446400 4194304 9819077 140737374212096 18446744073709551615 4866079 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 7230 5630 674 1374 0 5851 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28920

[startup+0.300481 s]
/proc/loadavg: 1.92 1.98 1.70 3/178 27441
/proc/meminfo: memFree=28290376/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=33804 CPUtime=0.29
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 12127 0 0 0 27 2 0 0 22 0 1 0 21772803 34615296 6526 4089446400 4194304 9819077 140737374212096 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 8451 6526 695 1374 0 7072 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33804

[startup+0.700416 s]
/proc/loadavg: 1.92 1.98 1.70 3/178 27441
/proc/meminfo: memFree=28290376/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=33688 CPUtime=0.69
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 16022 0 0 0 66 3 0 0 24 0 1 0 21772803 34496512 6527 4089446400 4194304 9819077 140737374212096 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 8422 6527 695 1374 0 7043 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33688

[startup+1.50024 s]
/proc/loadavg: 1.92 1.98 1.70 3/179 27442
/proc/meminfo: memFree=28265320/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=33616 CPUtime=1.49
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 23889 0 0 0 142 7 0 0 25 0 1 0 21772803 34422784 6523 4089446400 4194304 9819077 140737374212096 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 8263 6515 695 1374 0 6884 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33616

[startup+3.10091 s]
/proc/loadavg: 1.92 1.98 1.70 3/179 27442
/proc/meminfo: memFree=28264452/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=33568 CPUtime=3.09
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 42290 0 0 0 295 14 0 0 25 0 1 0 21772803 34373632 6506 4089446400 4194304 9819077 140737374212096 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 8392 6506 696 1374 0 7013 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33568

[startup+6.30028 s]
/proc/loadavg: 1.93 1.98 1.70 3/179 27442
/proc/meminfo: memFree=28255376/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=39256 CPUtime=6.29
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 62718 0 0 0 599 30 0 0 25 0 1 0 21772803 40198144 8219 4089446400 4194304 9819077 140737374212096 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 9814 8219 704 1374 0 8435 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39256

[startup+12.701 s]
/proc/loadavg: 1.93 1.98 1.70 3/179 27443
/proc/meminfo: memFree=28236044/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=50592 CPUtime=12.7
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 74478 0 0 0 1208 62 0 0 25 0 1 0 21772803 51806208 11145 4089446400 4194304 9819077 140737374212096 18446744073709551615 6589128 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 12648 11145 704 1374 0 11269 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 50592

[startup+25.5004 s]
/proc/loadavg: 1.95 1.98 1.71 3/179 27443
/proc/meminfo: memFree=28204216/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=62072 CPUtime=25.49
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 126926 0 0 0 2423 126 0 0 25 0 1 0 21772803 63561728 14064 4089446400 4194304 9819077 140737374212096 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 15518 14064 704 1374 0 14139 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62072

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.72 3/179 27443
/proc/meminfo: memFree=28137024/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=95392 CPUtime=51.09
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 216039 0 0 0 4840 269 0 0 25 0 1 0 21772803 97681408 22343 4089446400 4194304 9819077 140737374212096 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 23848 22343 704 1374 0 22469 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 95392

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.73 3/179 27445
/proc/meminfo: memFree=27981732/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=179912 CPUtime=102.3
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 361144 0 0 0 9674 556 0 0 25 0 1 0 21772803 184229888 42955 4089446400 4194304 9819077 140737374212096 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 44978 42955 704 1374 0 43599 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 179912

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.74 3/179 27447
/proc/meminfo: memFree=27808812/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=274452 CPUtime=162.3
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 611881 0 0 0 15319 911 0 0 25 0 1 0 21772803 281038848 66232 4089446400 4194304 9819077 140737374212096 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 68613 66232 704 1374 0 67234 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 274452

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.75 3/179 27448
/proc/meminfo: memFree=27640116/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=366684 CPUtime=222.31
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 792396 0 0 0 20975 1256 0 0 25 0 1 0 21772803 375484416 87708 4089446400 4194304 9819077 140737374212096 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 91671 87708 704 1374 0 90292 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 366684

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.77 3/179 27449
/proc/meminfo: memFree=27471792/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=458120 CPUtime=282.31
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 999584 0 0 0 26631 1600 0 0 25 0 1 0 21772803 469114880 109877 4089446400 4194304 9819077 140737374212096 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 114530 109877 704 1374 0 113151 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 458120

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.78 3/179 27451
/proc/meminfo: memFree=27301860/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=548720 CPUtime=342.31
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 1170234 0 0 0 32286 1945 0 0 25 0 1 0 21772803 561889280 132008 4089446400 4194304 9819077 140737374212096 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 137180 132008 704 1374 0 135801 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 548720

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.79 3/179 27453
/proc/meminfo: memFree=27163276/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=609740 CPUtime=402.31
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 1372293 0 0 0 37942 2289 0 0 25 0 1 0 21772803 624373760 146635 4089446400 4194304 9819077 140737374212096 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 152435 146635 704 1374 0 151056 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 609740

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.80 3/179 27455
/proc/meminfo: memFree=27000656/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=699640 CPUtime=462.32
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 1547757 0 0 0 43599 2633 0 0 25 0 1 0 21772803 716431360 166680 4089446400 4194304 9819077 140737374212096 18446744073709551615 6590513 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 174910 166680 704 1374 0 173531 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 699640

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.81 3/179 27455
/proc/meminfo: memFree=26835916/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=791552 CPUtime=522.31
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 1738930 0 0 0 49260 2971 0 0 25 0 1 0 21772803 810549248 188792 4089446400 4194304 9819077 140737374212096 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 197888 188792 704 1374 0 196509 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 791552

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.82 3/179 27457
/proc/meminfo: memFree=26676864/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=866492 CPUtime=582.32
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 1923681 0 0 0 54919 3313 0 0 25 0 1 0 21772803 887287808 206977 4089446400 4194304 9819077 140737374212096 18446744073709551615 5955580 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 216623 206977 704 1374 0 215244 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 866492

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.83 3/179 27459
/proc/meminfo: memFree=26565188/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=897192 CPUtime=642.33
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 2115205 0 0 0 60579 3654 0 0 25 0 1 0 21772803 918724608 214192 4089446400 4194304 9819077 140737374212096 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 224298 214192 704 1374 0 222919 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 897192

[startup+702.301 s]

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

/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 3334198 0 0 0 94534 5700 0 0 25 0 1 0 21772803 1293762560 303055 4089446400 4194304 9819077 140737374212096 18446744073709551615 6590677 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 315860 303055 721 1374 0 314481 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 1263440

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/197 27553
/proc/meminfo: memFree=28466252/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=1287940 CPUtime=1062.35
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 3534970 0 0 0 100192 6043 0 0 25 0 1 0 21772803 1318850560 309035 4089446400 4194304 9819077 140737374212096 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 321985 309035 721 1374 0 320606 0
Current children cumulated CPU time (s) 1062.35
Current children cumulated vsize (KiB) 1287940

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 1.88 3/197 27553
/proc/meminfo: memFree=28425772/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=1327988 CPUtime=1122.35
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 3733895 0 0 0 105859 6376 0 0 25 0 1 0 21772803 1359859712 319054 4089446400 4194304 9819077 140737374212096 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 331997 319054 721 1374 0 330618 0
Current children cumulated CPU time (s) 1122.35
Current children cumulated vsize (KiB) 1327988

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 1.89 3/197 27555
/proc/meminfo: memFree=28382304/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=1388804 CPUtime=1182.35
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 3933414 0 0 0 111522 6713 0 0 25 0 1 0 21772803 1422135296 329827 4089446400 4194304 9819077 140737374212096 18446744073709551615 6181120 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 347201 329827 721 1374 0 345822 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 1388804

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/197 27557
/proc/meminfo: memFree=28330664/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=1443844 CPUtime=1242.35
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 4140038 0 0 0 117183 7052 0 0 25 0 1 0 21772803 1478496256 343074 4089446400 4194304 9819077 140737374212096 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 360961 343074 721 1374 0 359582 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 1443844

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/197 27559
/proc/meminfo: memFree=28292656/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=1481392 CPUtime=1302.36
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 4363957 0 0 0 122849 7387 0 0 25 0 1 0 21772803 1516945408 352136 4089446400 4194304 9819077 140737374212096 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 370348 352136 721 1374 0 368969 0
Current children cumulated CPU time (s) 1302.36
Current children cumulated vsize (KiB) 1481392

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 27561
/proc/meminfo: memFree=28239888/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=1534028 CPUtime=1362.36
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 4573451 0 0 0 128513 7723 0 0 25 0 1 0 21772803 1570844672 365089 4089446400 4194304 9819077 140737374212096 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 383507 365089 721 1374 0 382128 0
Current children cumulated CPU time (s) 1362.36
Current children cumulated vsize (KiB) 1534028

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 27562
/proc/meminfo: memFree=28164188/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=1614976 CPUtime=1422.37
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 4782751 0 0 0 134167 8070 0 0 25 0 1 0 21772803 1653735424 383912 4089446400 4194304 9819077 140737374212096 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 403744 383912 721 1374 0 402365 0
Current children cumulated CPU time (s) 1422.37
Current children cumulated vsize (KiB) 1614976

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 27563
/proc/meminfo: memFree=28088376/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=1695680 CPUtime=1482.36
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 4971831 0 0 0 139817 8419 0 0 25 0 1 0 21772803 1736376320 403098 4089446400 4194304 9819077 140737374212096 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 423920 403098 721 1374 0 422541 0
Current children cumulated CPU time (s) 1482.36
Current children cumulated vsize (KiB) 1695680

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 27565
/proc/meminfo: memFree=28006964/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=1782052 CPUtime=1542.37
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 5171964 0 0 0 145479 8758 0 0 25 0 1 0 21772803 1824821248 423179 4089446400 4194304 9819077 140737374212096 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 445513 423179 721 1374 0 444134 0
Current children cumulated CPU time (s) 1542.37
Current children cumulated vsize (KiB) 1782052

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 1.91 3/197 27567
/proc/meminfo: memFree=27940556/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=1854088 CPUtime=1602.37
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 5422905 0 0 0 151141 9096 0 0 25 0 1 0 21772803 1898586112 439738 4089446400 4194304 9819077 140737374212096 18446744073709551615 6590247 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 463522 439738 721 1374 0 462143 0
Current children cumulated CPU time (s) 1602.37
Current children cumulated vsize (KiB) 1854088

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/197 27569
/proc/meminfo: memFree=27883224/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=1916168 CPUtime=1662.37
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 5676210 0 0 0 156807 9430 0 0 25 0 1 0 21772803 1962156032 453754 4089446400 4194304 9819077 140737374212096 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 479042 453754 721 1374 0 477663 0
Current children cumulated CPU time (s) 1662.37
Current children cumulated vsize (KiB) 1916168

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/197 27569
/proc/meminfo: memFree=27835680/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=1970396 CPUtime=1722.38
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 5868961 0 0 0 162466 9772 0 0 25 0 1 0 21772803 2017685504 466063 4089446400 4194304 9819077 140737374212096 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 492599 466063 721 1374 0 491220 0
Current children cumulated CPU time (s) 1722.38
Current children cumulated vsize (KiB) 1970396

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 27571
/proc/meminfo: memFree=27753660/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=2053248 CPUtime=1782.38
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 6083734 0 0 0 168138 10100 0 0 25 0 1 0 21772803 2102525952 486114 4089446400 4194304 9819077 140737374212096 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 513312 486114 721 1374 0 511933 0
Current children cumulated CPU time (s) 1782.38
Current children cumulated vsize (KiB) 2053248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.91 3/197 27572
/proc/meminfo: memFree=27728224/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=2079604 CPUtime=1800.08
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 6150211 0 0 0 169806 10202 0 0 25 0 1 0 21772803 2129514496 492336 4089446400 4194304 9819077 140737374212096 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27441/statm: 519901 492336 721 1374 0 518522 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2079604

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -27441

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.91 3/198 27573
/proc/meminfo: memFree=27728092/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=2079604 CPUtime=1801.48
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 6150221 0 0 0 169946 10202 0 0 19 0 1 0 21772803 2129514496 492339 4089446400 4194304 9819077 140737374212096 18446744073709551615 4670058 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27441/statm: 519901 492339 724 1374 0 518522 0
Current children cumulated CPU time (s) 1801.48
Current children cumulated vsize (KiB) 2079604

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 1.91 3/198 27573
/proc/meminfo: memFree=27728092/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=2079604 CPUtime=1801.88
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 6150221 0 0 0 169986 10202 0 0 20 0 1 0 21772803 2129514496 492339 4089446400 4194304 9819077 140737374212096 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27441/statm: 519901 492339 724 1374 0 518522 0
Current children cumulated CPU time (s) 1801.88
Current children cumulated vsize (KiB) 2079604

[startup+1802 s]
/proc/loadavg: 2.00 2.00 1.91 3/198 27573
/proc/meminfo: memFree=27728092/32950928 swapFree=67111528/67111528
[pid=27441] ppid=27439 vsize=2079604 CPUtime=1802.08
/proc/27441/stat : 27441 (pbscip.linux.x8) R 27439 27441 26340 0 -1 4202496 6150221 0 0 0 170006 10202 0 0 21 0 1 0 21772803 2129514496 492339 4089446400 4194304 9819077 140737374212096 18446744073709551615 6180095 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27441/statm: 519901 492339 724 1374 0 518522 0
Current children cumulated CPU time (s) 1802.08
Current children cumulated vsize (KiB) 2079604

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.08
CPU time (s): 1802.16
CPU user time (s): 1700.07
CPU system time (s): 102.096
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 2079608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1700.07
system time used= 102.096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6150221
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= 3
involuntary context switches= 904

runsolver used 2.48662 second user time and 5.75413 second system time

The end

Launcher Data

Begin job on node149 at 2010-07-07 22:46:49
IDJOB=2700429
IDBENCH=79427
IDSOLVER=1205
FILE ID=node149/2700429-1278535608
PBS_JOBID= 11239179
Free space on /tmp= 73424 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-jnh310_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-2700429-1278535608/watcher-2700429-1278535608 -o /tmp/evaluation-result-2700429-1278535608/solver-2700429-1278535608 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2700429-1278535608.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 9767c89dfda19e08df7810305b3128ba
RANDOM SEED=1672803092

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28291152 kB
Buffers:        146640 kB
Cached:        2822604 kB
SwapCached:          0 kB
Active:        2524892 kB
Inactive:      1967152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28291152 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6220 kB
Writeback:           0 kB
AnonPages:     1522804 kB
Mapped:          16452 kB
Slab:           100348 kB
PageTables:       7532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1677064 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= 73424 MiB
End job on node149 at 2010-07-07 23:16:51