Trace number 2705761

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.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1795.51 1795.47

General information on the benchmark

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

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705761-1278580140.wbo>
0.00/0.01	c original problem has 1800 variables (1000 bin, 0 int, 800 impl, 0 cont) and 1701 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.03	c (round 2) 100 del vars, 101 del conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.05	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.05	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.05	c presolving (3 rounds):
0.00/0.05	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1800 implications, 0 cliques
0.00/0.05	c presolved problem has 1700 variables (900 bin, 0 int, 800 impl, 0 cont) and 1600 constraints
0.00/0.05	c     800 constraints of type <linear>
0.00/0.05	c     800 constraints of type <indicator>
0.00/0.05	c transformed objective value is always integral (scale: 1)
0.00/0.05	c Presolving Time: 0.03
0.00/0.05	c - non default parameters ----------------------------------------------------------------------
0.00/0.05	c # SCIP version 1.2.1.3
0.00/0.05	c 
0.00/0.05	c # frequency for displaying node information lines
0.00/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.05	c display/freq = 10000
0.00/0.05	c 
0.00/0.05	c # maximal time in seconds to run
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/time = 1789.99
0.00/0.05	c 
0.00/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.05	c limits/memory = 3420
0.00/0.05	c 
0.00/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.05	c # [type: int, range: [1,2], default: 1]
0.00/0.05	c timing/clocktype = 2
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify inequalities
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/linear/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/indicator/addCouplingCons = TRUE
0.00/0.05	c 
0.00/0.05	c # should presolving try to simplify knapsacks
0.00/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.05	c 
0.00/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.05	c separating/rapidlearning/freq = 0
0.00/0.05	c 
0.00/0.05	c -----------------------------------------------------------------------------------------------
0.00/0.05	c start solving
0.00/0.05	c 
0.00/0.05	o 394238
0.00/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.05	c t 0.0s|     1 |     0 |     0 |     - |5953k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |     0 |     - |6326k|   0 |   0 |1700 |1600 |1700 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |    44 |     - |6392k|   0 |   0 |1700 |1600 |1700 |  69 |  69 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   134 |     - |6411k|   0 |  59 |1700 |1600 |1700 | 105 | 105 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   196 |     - |6802k|   0 |  82 |1700 |1600 |1700 | 155 | 155 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.15	c   0.1s|     1 |     0 |   226 |     - |7342k|   0 |  85 |1700 |1600 |1700 | 167 | 167 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.18	c   0.2s|     1 |     0 |   248 |     - |8053k|   0 |  86 |1700 |1600 |1700 | 168 | 168 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |   265 |     - |8811k|   0 |  82 |1700 |1600 |1700 | 170 | 170 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.19/0.29	c   0.3s|     1 |     2 |   265 |     - |8836k|   0 |  82 |1700 |1600 |1700 | 170 | 170 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
9.59/9.60	c   9.6s| 10000 | 10001 | 46174 |   4.6 |  21M|  97 |   7 |1700 |1600 |1700 | 220 |  14k|   0 | 792 | 0.000000e+00 | 3.942380e+05 |    Inf 
17.39/17.49	c  17.5s| 20000 | 20001 | 72432 |   3.6 |  31M| 109 |   0 |1700 |1600 |1700 | 244 |  23k|   0 | 792 | 0.000000e+00 | 3.942380e+05 |    Inf 
25.30/25.37	c  25.4s| 30000 | 29997 |106392 |   3.5 |  40M| 115 |   0 |1700 |1601 |1700 | 241 |  32k|   1 | 823 | 0.000000e+00 | 3.942380e+05 |    Inf 
32.90/32.94	c  32.9s| 40000 | 39997 |123138 |   3.1 |  50M| 115 |   0 |1700 |1601 |1700 | 242 |  38k|   1 | 889 | 0.000000e+00 | 3.942380e+05 |    Inf 
40.49/40.55	c  40.5s| 50000 | 49997 |141861 |   2.8 |  60M| 117 |   0 |1700 |1601 |1700 | 253 |  44k|   1 | 948 | 0.000000e+00 | 3.942380e+05 |    Inf 
48.19/48.23	c  48.2s| 60000 | 59997 |164677 |   2.7 |  69M| 123 |   0 |1700 |1601 |1700 | 243 |  52k|   1 |1035 | 0.000000e+00 | 3.942380e+05 |    Inf 
55.89/55.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
55.89/55.92	c  55.9s| 70000 | 69997 |188226 |   2.7 |  79M| 123 |   0 |1700 |1601 |1700 | 246 |  60k|   1 |1108 | 0.000000e+00 | 3.942380e+05 |    Inf 
63.39/63.46	c  63.4s| 80000 | 79997 |207333 |   2.6 |  88M| 123 |   0 |1700 |1601 |1700 | 267 |  66k|   1 |1179 | 0.000000e+00 | 3.942380e+05 |    Inf 
70.90/70.97	c  71.0s| 90000 | 89995 |226336 |   2.5 |  98M| 123 |   0 |1700 |1602 |1700 | 231 |  73k|   2 |1242 | 0.000000e+00 | 3.942380e+05 |    Inf 
78.59/78.65	c  78.6s|100000 | 99995 |247779 |   2.5 | 108M| 123 |   0 |1700 |1602 |1700 | 248 |  80k|   2 |1354 | 0.000000e+00 | 3.942380e+05 |    Inf 
86.19/86.21	c  86.2s|110000 |109993 |266332 |   2.4 | 117M| 123 |   0 |1700 |1603 |1700 | 237 |  86k|   3 |1389 | 0.000000e+00 | 3.942380e+05 |    Inf 
93.30/93.30	c  93.3s|120000 |119991 |275782 |   2.3 | 127M| 127 |   0 |1700 |1603 |1700 | 233 |  89k|   3 |1412 | 0.000000e+00 | 3.942380e+05 |    Inf 
100.39/100.45	c   100s|130000 |129989 |284831 |   2.2 | 136M| 127 |   0 |1700 |1604 |1700 | 275 |  93k|   4 |1431 | 0.000000e+00 | 3.942380e+05 |    Inf 
107.70/107.76	c   108s|140000 |139989 |298864 |   2.1 | 146M| 127 |  20 |1700 |1604 |1700 | 226 |  97k|   4 |1478 | 0.000000e+00 | 3.942380e+05 |    Inf 
114.90/114.98	c   115s|150000 |149989 |311591 |   2.1 | 155M| 127 |   0 |1700 |1604 |1700 | 229 | 102k|   4 |1499 | 0.000000e+00 | 3.942380e+05 |    Inf 
122.19/122.30	c   122s|160000 |159989 |326047 |   2.0 | 165M| 127 |   0 |1700 |1604 |1700 | 242 | 107k|   4 |1526 | 0.000000e+00 | 3.942380e+05 |    Inf 
129.59/129.60	c   130s|170000 |169989 |337088 |   2.0 | 174M| 127 |   0 |1700 |1604 |1700 | 254 | 111k|   4 |1560 | 0.000000e+00 | 3.942380e+05 |    Inf 
136.99/137.00	c   137s|180000 |179989 |354484 |   2.0 | 184M| 127 |   0 |1700 |1604 |1700 | 238 | 116k|   4 |1591 | 0.000000e+00 | 3.942380e+05 |    Inf 
144.39/144.47	c   144s|190000 |189989 |370584 |   1.9 | 194M| 127 |   0 |1700 |1604 |1700 | 246 | 122k|   4 |1637 | 0.000000e+00 | 3.942380e+05 |    Inf 
151.80/151.85	c   152s|200000 |199987 |386672 |   1.9 | 203M| 127 |   0 |1700 |1604 |1700 | 227 | 128k|   4 |1659 | 0.000000e+00 | 3.942380e+05 |    Inf 
158.89/158.95	c   159s|210000 |209985 |395978 |   1.9 | 213M| 127 |   0 |1700 |1605 |1700 | 222 | 131k|   5 |1683 | 0.000000e+00 | 3.942380e+05 |    Inf 
166.30/166.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
166.30/166.38	c   166s|220000 |219985 |413185 |   1.9 | 222M| 127 |   0 |1700 |1605 |1700 | 205 | 137k|   5 |1738 | 0.000000e+00 | 3.942380e+05 |    Inf 
173.49/173.51	c   174s|230000 |229985 |423110 |   1.8 | 232M| 127 |  14 |1700 |1605 |1700 | 221 | 140k|   5 |1755 | 0.000000e+00 | 3.942380e+05 |    Inf 
180.60/180.67	c   181s|240000 |239985 |433093 |   1.8 | 241M| 127 |   0 |1700 |1605 |1700 | 238 | 144k|   5 |1771 | 0.000000e+00 | 3.942380e+05 |    Inf 
187.90/187.96	c   188s|250000 |249985 |447503 |   1.8 | 251M| 127 |   0 |1700 |1605 |1700 | 248 | 149k|   5 |1798 | 0.000000e+00 | 3.942380e+05 |    Inf 
195.39/195.46	c   195s|260000 |259985 |464840 |   1.8 | 260M| 127 |   0 |1700 |1605 |1700 | 228 | 155k|   5 |1840 | 0.000000e+00 | 3.942380e+05 |    Inf 
202.60/202.64	c   203s|270000 |269983 |476475 |   1.8 | 270M| 127 |   0 |1700 |1604 |1700 | 251 | 159k|   5 |1860 | 0.000000e+00 | 3.942380e+05 |    Inf 
209.89/209.98	c   210s|280000 |279981 |491286 |   1.8 | 279M| 127 |   0 |1700 |1605 |1700 | 231 | 164k|   6 |1885 | 0.000000e+00 | 3.942380e+05 |    Inf 
217.20/217.28	c   217s|290000 |289981 |506590 |   1.7 | 289M| 127 |   4 |1700 |1605 |1700 | 243 | 169k|   6 |1906 | 0.000000e+00 | 3.942380e+05 |    Inf 
224.50/224.51	c   224s|300000 |299981 |519366 |   1.7 | 299M| 127 |   0 |1700 |1605 |1700 | 272 | 173k|   6 |1934 | 0.000000e+00 | 3.942380e+05 |    Inf 
232.10/232.11	c   232s|310000 |309979 |537722 |   1.7 | 308M| 127 |   0 |1700 |1605 |1700 | 228 | 180k|   6 |1965 | 0.000000e+00 | 3.942380e+05 |    Inf 
239.30/239.39	c   239s|320000 |319979 |550999 |   1.7 | 318M| 127 |   0 |1700 |1605 |1700 | 294 | 184k|   6 |1985 | 0.000000e+00 | 3.942380e+05 |    Inf 
246.69/246.71	c   247s|330000 |329979 |564352 |   1.7 | 327M| 127 |   0 |1700 |1604 |1700 | 251 | 189k|   6 |2012 | 0.000000e+00 | 3.942380e+05 |    Inf 
254.10/254.16	c   254s|340000 |339979 |580337 |   1.7 | 337M| 127 |   0 |1700 |1604 |1700 | 280 | 195k|   6 |2051 | 0.000000e+00 | 3.942380e+05 |    Inf 
261.40/261.49	c   261s|350000 |349979 |595129 |   1.7 | 346M| 127 |   0 |1700 |1604 |1700 | 266 | 200k|   6 |2071 | 0.000000e+00 | 3.942380e+05 |    Inf 
268.50/268.50	c   268s|360000 |359979 |604164 |   1.7 | 356M| 127 |   0 |1700 |1604 |1700 | 226 | 204k|   6 |2087 | 0.000000e+00 | 3.942380e+05 |    Inf 
275.70/275.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
275.70/275.71	c   276s|370000 |369979 |615543 |   1.7 | 365M| 127 |   9 |1700 |1604 |1700 | 224 | 207k|   6 |2104 | 0.000000e+00 | 3.942380e+05 |    Inf 
282.89/282.93	c   283s|380000 |379979 |627088 |   1.6 | 375M| 131 |   0 |1700 |1604 |1700 | 278 | 211k|   6 |2124 | 0.000000e+00 | 3.942380e+05 |    Inf 
289.99/290.07	c   290s|390000 |389977 |636655 |   1.6 | 385M| 131 |   0 |1700 |1605 |1700 | 239 | 215k|   7 |2142 | 0.000000e+00 | 3.942380e+05 |    Inf 
297.00/297.07	c   297s|400000 |399975 |643943 |   1.6 | 394M| 167 |   0 |1700 |1606 |1700 | 233 | 218k|   8 |2142 | 0.000000e+00 | 3.942380e+05 |    Inf 
303.89/303.91	c   304s|410000 |409975 |651818 |   1.6 | 404M| 281 |   0 |1700 |1606 |1700 | 233 | 220k|   8 |2160 | 0.000000e+00 | 3.942380e+05 |    Inf 
310.39/310.40	c   310s|420000 |419973 |657113 |   1.6 | 413M| 281 |   0 |1700 |1607 |1700 | 245 | 222k|   9 |2174 | 0.000000e+00 | 3.942380e+05 |    Inf 
316.90/316.97	c   317s|430000 |429969 |662974 |   1.5 | 423M| 281 |   0 |1700 |1608 |1700 | 257 | 223k|  10 |2178 | 0.000000e+00 | 3.942380e+05 |    Inf 
323.30/323.35	c   323s|440000 |439965 |668870 |   1.5 | 432M| 281 |   0 |1700 |1610 |1700 | 236 | 225k|  12 |2194 | 0.000000e+00 | 3.942380e+05 |    Inf 
329.79/329.83	c   330s|450000 |449963 |676118 |   1.5 | 442M| 281 |   0 |1700 |1611 |1700 | 219 | 227k|  13 |2196 | 0.000000e+00 | 3.942380e+05 |    Inf 
336.20/336.29	c   336s|460000 |459963 |683744 |   1.5 | 451M| 281 |   0 |1700 |1611 |1700 | 230 | 230k|  13 |2210 | 0.000000e+00 | 3.942380e+05 |    Inf 
342.60/342.66	c   343s|470000 |469963 |689014 |   1.5 | 461M| 281 |   0 |1700 |1611 |1700 | 216 | 232k|  13 |2210 | 0.000000e+00 | 3.942380e+05 |    Inf 
349.30/349.30	c   349s|480000 |479961 |703124 |   1.5 | 470M| 281 |   0 |1700 |1611 |1700 | 222 | 236k|  13 |2238 | 0.000000e+00 | 3.942380e+05 |    Inf 
355.70/355.72	c   356s|490000 |489961 |710577 |   1.4 | 480M| 281 |   0 |1700 |1611 |1700 | 267 | 239k|  13 |2238 | 0.000000e+00 | 3.942380e+05 |    Inf 
362.10/362.14	c   362s|500000 |499961 |717578 |   1.4 | 489M| 281 |   0 |1700 |1611 |1700 | 243 | 241k|  13 |2253 | 0.000000e+00 | 3.942380e+05 |    Inf 
368.60/368.60	c   369s|510000 |509961 |724293 |   1.4 | 499M| 281 |   0 |1700 |1611 |1700 | 258 | 243k|  13 |2263 | 0.000000e+00 | 3.942380e+05 |    Inf 
374.80/374.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
374.80/374.88	c   375s|520000 |519957 |729783 |   1.4 | 508M| 281 |   0 |1700 |1612 |1700 | 246 | 245k|  15 |2267 | 0.000000e+00 | 3.942380e+05 |    Inf 
381.30/381.31	c   381s|530000 |529957 |738541 |   1.4 | 518M| 281 |   0 |1700 |1612 |1700 | 224 | 248k|  15 |2290 | 0.000000e+00 | 3.942380e+05 |    Inf 
387.59/387.62	c   388s|540000 |539955 |744040 |   1.4 | 527M| 281 |   4 |1700 |1612 |1700 | 235 | 250k|  16 |2293 | 0.000000e+00 | 3.942380e+05 |    Inf 
393.89/393.91	c   394s|550000 |549955 |747883 |   1.4 | 537M| 281 |   0 |1700 |1611 |1700 | 243 | 251k|  16 |2293 | 0.000000e+00 | 3.942380e+05 |    Inf 
400.30/400.32	c   400s|560000 |559955 |754968 |   1.3 | 546M| 281 |   0 |1700 |1611 |1700 | 245 | 254k|  16 |2308 | 0.000000e+00 | 3.942380e+05 |    Inf 
406.69/406.71	c   407s|570000 |569955 |760276 |   1.3 | 556M| 281 |   0 |1700 |1611 |1700 | 246 | 255k|  16 |2308 | 0.000000e+00 | 3.942380e+05 |    Inf 
412.99/413.09	c   413s|580000 |579955 |765952 |   1.3 | 565M| 281 |   0 |1700 |1611 |1700 | 254 | 257k|  16 |2326 | 0.000000e+00 | 3.942380e+05 |    Inf 
419.40/419.41	c   419s|590000 |589949 |771854 |   1.3 | 575M| 281 |   0 |1700 |1614 |1700 | 247 | 259k|  19 |2328 | 0.000000e+00 | 3.942380e+05 |    Inf 
425.61/425.67	c   426s|600000 |599949 |776938 |   1.3 | 584M| 281 |   0 |1700 |1614 |1700 | 237 | 261k|  19 |2343 | 0.000000e+00 | 3.942380e+05 |    Inf 
431.89/431.99	c   432s|610000 |609947 |782471 |   1.3 | 593M| 281 |   0 |1700 |1612 |1700 | 259 | 263k|  19 |2344 | 0.000000e+00 | 3.942380e+05 |    Inf 
438.40/438.42	c   438s|620000 |619945 |787983 |   1.3 | 603M| 281 |   0 |1700 |1612 |1700 | 246 | 264k|  19 |2359 | 0.000000e+00 | 3.942380e+05 |    Inf 
444.60/444.68	c   445s|630000 |629945 |792900 |   1.3 | 612M| 281 |   0 |1700 |1612 |1700 | 240 | 266k|  19 |2360 | 0.000000e+00 | 3.942380e+05 |    Inf 
450.69/450.76	c   451s|640000 |639945 |795872 |   1.2 | 622M| 281 |   0 |1700 |1612 |1700 | 244 | 267k|  19 |2360 | 0.000000e+00 | 3.942380e+05 |    Inf 
457.10/457.14	c   457s|650000 |649943 |801745 |   1.2 | 631M| 281 |   0 |1700 |1612 |1700 | 260 | 269k|  19 |2375 | 0.000000e+00 | 3.942380e+05 |    Inf 
463.40/463.42	c   463s|660000 |659943 |806498 |   1.2 | 641M| 281 |   0 |1700 |1610 |1700 | 242 | 271k|  19 |2375 | 0.000000e+00 | 3.942380e+05 |    Inf 
469.70/469.72	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
469.70/469.72	c   470s|670000 |669943 |811387 |   1.2 | 650M| 281 |   0 |1700 |1610 |1700 | 218 | 272k|  19 |2390 | 0.000000e+00 | 3.942380e+05 |    Inf 
476.10/476.10	c   476s|680000 |679943 |816602 |   1.2 | 660M| 281 |   0 |1700 |1610 |1700 | 275 | 274k|  19 |2391 | 0.000000e+00 | 3.942380e+05 |    Inf 
482.30/482.37	c   482s|690000 |689941 |821281 |   1.2 | 669M| 281 |   0 |1700 |1611 |1700 | 238 | 275k|  20 |2400 | 0.000000e+00 | 3.942380e+05 |    Inf 
488.60/488.68	c   489s|700000 |699941 |825839 |   1.2 | 679M| 281 |   0 |1700 |1611 |1700 | 247 | 277k|  20 |2408 | 0.000000e+00 | 3.942380e+05 |    Inf 
494.80/494.86	c   495s|710000 |709941 |828427 |   1.2 | 688M| 281 |   0 |1700 |1611 |1700 | 255 | 278k|  20 |2408 | 0.000000e+00 | 3.942380e+05 |    Inf 
501.20/501.26	c   501s|720000 |719941 |836840 |   1.2 | 698M| 281 |   0 |1700 |1611 |1700 | 231 | 281k|  20 |2422 | 0.000000e+00 | 3.942380e+05 |    Inf 
507.60/507.69	c   508s|730000 |729941 |844719 |   1.2 | 707M| 281 |   0 |1700 |1611 |1700 | 269 | 283k|  20 |2423 | 0.000000e+00 | 3.942380e+05 |    Inf 
514.00/514.05	c   514s|740000 |739941 |850514 |   1.1 | 717M| 281 |   0 |1700 |1611 |1700 | 223 | 285k|  20 |2438 | 0.000000e+00 | 3.942380e+05 |    Inf 
520.21/520.29	c   520s|750000 |749941 |854106 |   1.1 | 726M| 281 |   0 |1700 |1611 |1700 | 228 | 287k|  20 |2438 | 0.000000e+00 | 3.942380e+05 |    Inf 
526.50/526.57	c   527s|760000 |759941 |857718 |   1.1 | 735M| 281 |   0 |1700 |1611 |1700 | 254 | 288k|  20 |2441 | 0.000000e+00 | 3.942380e+05 |    Inf 
532.70/532.77	c   533s|770000 |769941 |861366 |   1.1 | 745M| 281 |   0 |1700 |1611 |1700 | 243 | 289k|  20 |2454 | 0.000000e+00 | 3.942380e+05 |    Inf 
538.91/538.99	c   539s|780000 |779937 |864064 |   1.1 | 754M| 281 |   0 |1700 |1612 |1700 | 254 | 290k|  21 |2454 | 0.000000e+00 | 3.942380e+05 |    Inf 
545.30/545.30	c   545s|790000 |789937 |867936 |   1.1 | 764M| 281 |   0 |1700 |1612 |1700 | 260 | 291k|  21 |2455 | 0.000000e+00 | 3.942380e+05 |    Inf 
551.50/551.55	c   552s|800000 |799937 |872435 |   1.1 | 773M| 281 |   0 |1700 |1612 |1700 | 265 | 292k|  21 |2470 | 0.000000e+00 | 3.942380e+05 |    Inf 
557.90/557.90	c   558s|810000 |809937 |877830 |   1.1 | 783M| 281 |   0 |1700 |1612 |1700 | 256 | 294k|  21 |2470 | 0.000000e+00 | 3.942380e+05 |    Inf 
564.21/564.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
564.21/564.24	c   564s|820000 |819937 |883030 |   1.1 | 792M| 281 |   0 |1700 |1611 |1700 | 259 | 295k|  21 |2479 | 0.000000e+00 | 3.942380e+05 |    Inf 
570.41/570.49	c   570s|830000 |829937 |886293 |   1.1 | 802M| 281 |   0 |1700 |1611 |1700 | 243 | 297k|  21 |2485 | 0.000000e+00 | 3.942380e+05 |    Inf 
576.70/576.75	c   577s|840000 |839937 |890534 |   1.1 | 811M| 281 |   0 |1700 |1611 |1700 | 228 | 298k|  21 |2485 | 0.000000e+00 | 3.942380e+05 |    Inf 
583.01/583.05	c   583s|850000 |849937 |895004 |   1.1 | 821M| 281 |   0 |1700 |1611 |1700 | 213 | 299k|  21 |2499 | 0.000000e+00 | 3.942380e+05 |    Inf 
589.10/589.16	c   589s|860000 |859937 |897405 |   1.0 | 830M| 281 |   0 |1700 |1611 |1700 | 242 | 300k|  21 |2502 | 0.000000e+00 | 3.942380e+05 |    Inf 
595.41/595.42	c   595s|870000 |869935 |901583 |   1.0 | 839M| 281 |   3 |1700 |1611 |1700 | 229 | 301k|  21 |2509 | 0.000000e+00 | 3.942380e+05 |    Inf 
601.61/601.67	c   602s|880000 |879935 |905363 |   1.0 | 849M| 281 |   0 |1700 |1611 |1700 | 259 | 302k|  21 |2509 | 0.000000e+00 | 3.942380e+05 |    Inf 
608.00/608.07	c   608s|890000 |889935 |910956 |   1.0 | 858M| 281 |   0 |1700 |1611 |1700 | 241 | 304k|  21 |2524 | 0.000000e+00 | 3.942380e+05 |    Inf 
614.30/614.39	c   614s|900000 |899935 |916078 |   1.0 | 868M| 281 |   0 |1700 |1610 |1700 | 231 | 306k|  21 |2525 | 0.000000e+00 | 3.942380e+05 |    Inf 
620.30/620.36	c   620s|910000 |909935 |917231 |   1.0 | 877M| 281 |   0 |1700 |1610 |1700 | 230 | 306k|  21 |2525 | 0.000000e+00 | 3.942380e+05 |    Inf 
626.40/626.45	c   626s|920000 |919935 |919269 |   1.0 | 887M| 281 |   0 |1700 |1610 |1700 | 229 | 307k|  21 |2535 | 0.000000e+00 | 3.942380e+05 |    Inf 
632.70/632.73	c   633s|930000 |929935 |924816 |   1.0 | 896M| 281 |  16 |1700 |1609 |1700 | 229 | 309k|  21 |2541 | 0.000000e+00 | 3.942380e+05 |    Inf 
639.11/639.13	c   639s|940000 |939935 |931551 |   1.0 | 906M| 281 |  23 |1700 |1608 |1700 | 210 | 311k|  21 |2543 | 0.000000e+00 | 3.942380e+05 |    Inf 
645.30/645.34	c   645s|950000 |949935 |935195 |   1.0 | 915M| 281 |   0 |1700 |1608 |1700 | 241 | 312k|  21 |2558 | 0.000000e+00 | 3.942380e+05 |    Inf 
651.60/651.63	c   652s|960000 |959935 |940514 |   1.0 | 924M| 281 |   0 |1700 |1608 |1700 | 274 | 313k|  21 |2559 | 0.000000e+00 | 3.942380e+05 |    Inf 
657.91/657.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
657.91/657.95	c   658s|970000 |969935 |945222 |   1.0 | 934M| 281 |   0 |1700 |1608 |1700 | 237 | 315k|  21 |2562 | 0.000000e+00 | 3.942380e+05 |    Inf 
664.10/664.18	c   664s|980000 |979935 |949697 |   1.0 | 943M| 281 |   0 |1700 |1608 |1700 | 275 | 316k|  21 |2575 | 0.000000e+00 | 3.942380e+05 |    Inf 
670.50/670.55	c   671s|990000 |989935 |954185 |   1.0 | 953M| 281 |   0 |1700 |1607 |1700 | 249 | 317k|  21 |2576 | 0.000000e+00 | 3.942380e+05 |    Inf 
676.71/676.76	c   677s|  1000k|999935 |957828 |   1.0 | 962M| 281 |   0 |1700 |1607 |1700 | 224 | 318k|  21 |2576 | 0.000000e+00 | 3.942380e+05 |    Inf 
682.90/682.96	c   683s|  1010k|  1009k|963815 |   1.0 | 972M| 281 |   0 |1700 |1608 |1700 | 238 | 320k|  22 |2590 | 0.000000e+00 | 3.942380e+05 |    Inf 
689.20/689.26	c   689s|  1020k|  1019k|969262 |   0.9 | 981M| 281 |   0 |1700 |1608 |1700 | 230 | 322k|  23 |2591 | 0.000000e+00 | 3.942380e+05 |    Inf 
695.30/695.32	c   695s|  1030k|  1029k|971147 |   0.9 | 991M| 281 |   0 |1700 |1608 |1700 | 227 | 322k|  23 |2591 | 0.000000e+00 | 3.942380e+05 |    Inf 
701.51/701.59	c   702s|  1040k|  1039k|975774 |   0.9 |1000M| 281 |   0 |1700 |1608 |1700 | 264 | 324k|  23 |2605 | 0.000000e+00 | 3.942380e+05 |    Inf 
707.70/707.77	c   708s|  1050k|  1049k|979471 |   0.9 |1009M| 281 |   0 |1700 |1608 |1700 | 236 | 325k|  23 |2605 | 0.000000e+00 | 3.942380e+05 |    Inf 
713.91/713.98	c   714s|  1060k|  1059k|982230 |   0.9 |1019M| 281 |   0 |1700 |1608 |1700 | 240 | 326k|  23 |2605 | 0.000000e+00 | 3.942380e+05 |    Inf 
720.00/720.08	c   720s|  1070k|  1069k|984511 |   0.9 |1028M| 281 |   0 |1700 |1609 |1700 | 242 | 327k|  24 |2614 | 0.000000e+00 | 3.942380e+05 |    Inf 
726.41/726.44	c   726s|  1080k|  1079k|989579 |   0.9 |1038M| 281 |   0 |1700 |1609 |1700 | 243 | 328k|  24 |2620 | 0.000000e+00 | 3.942380e+05 |    Inf 
732.70/732.78	c   733s|  1090k|  1089k|995421 |   0.9 |1047M| 281 |   0 |1700 |1609 |1700 | 214 | 330k|  24 |2624 | 0.000000e+00 | 3.942380e+05 |    Inf 
739.01/739.01	c   739s|  1100k|  1099k|999128 |   0.9 |1057M| 281 |   0 |1700 |1609 |1700 | 243 | 331k|  24 |2635 | 0.000000e+00 | 3.942380e+05 |    Inf 
745.21/745.28	c   745s|  1110k|  1109k|  1003k|   0.9 |1066M| 281 |   0 |1700 |1609 |1700 | 235 | 333k|  24 |2635 | 0.000000e+00 | 3.942380e+05 |    Inf 
751.61/751.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
751.61/751.64	c   752s|  1120k|  1119k|  1009k|   0.9 |1076M| 281 |   0 |1700 |1609 |1700 | 245 | 335k|  24 |2649 | 0.000000e+00 | 3.942380e+05 |    Inf 
757.82/757.84	c   758s|  1130k|  1129k|  1012k|   0.9 |1085M| 281 |   0 |1700 |1609 |1700 | 235 | 336k|  24 |2650 | 0.000000e+00 | 3.942380e+05 |    Inf 
764.01/764.02	c   764s|  1140k|  1139k|  1016k|   0.9 |1094M| 281 |   0 |1700 |1608 |1700 | 228 | 337k|  24 |2650 | 0.000000e+00 | 3.942380e+05 |    Inf 
770.21/770.21	c   770s|  1150k|  1149k|  1020k|   0.9 |1104M| 281 |   0 |1700 |1609 |1700 | 239 | 338k|  25 |2659 | 0.000000e+00 | 3.942380e+05 |    Inf 
776.40/776.40	c   776s|  1160k|  1159k|  1023k|   0.9 |1113M| 281 |   0 |1700 |1609 |1700 | 233 | 339k|  25 |2664 | 0.000000e+00 | 3.942380e+05 |    Inf 
782.61/782.62	c   783s|  1170k|  1169k|  1026k|   0.9 |1123M| 281 |   0 |1700 |1609 |1700 | 259 | 340k|  25 |2664 | 0.000000e+00 | 3.942380e+05 |    Inf 
788.91/788.90	c   789s|  1180k|  1179k|  1030k|   0.9 |1132M| 281 |   0 |1700 |1609 |1700 | 264 | 341k|  25 |2664 | 0.000000e+00 | 3.942380e+05 |    Inf 
795.00/795.01	c   795s|  1190k|  1189k|  1033k|   0.9 |1142M| 281 |   0 |1700 |1609 |1700 | 226 | 342k|  25 |2672 | 0.000000e+00 | 3.942380e+05 |    Inf 
801.20/801.24	c   801s|  1200k|  1199k|  1037k|   0.9 |1151M| 281 |   0 |1700 |1609 |1700 | 235 | 343k|  25 |2673 | 0.000000e+00 | 3.942380e+05 |    Inf 
807.41/807.48	c   807s|  1210k|  1209k|  1042k|   0.9 |1161M| 281 |   0 |1700 |1609 |1700 | 229 | 345k|  25 |2673 | 0.000000e+00 | 3.942380e+05 |    Inf 
813.51/813.59	c   814s|  1220k|  1219k|  1044k|   0.9 |1170M| 281 |   2 |1700 |1609 |1700 | 262 | 345k|  25 |2674 | 0.000000e+00 | 3.942380e+05 |    Inf 
819.91/819.90	c   820s|  1230k|  1229k|  1050k|   0.9 |1179M| 281 |   0 |1700 |1608 |1700 | 258 | 347k|  25 |2683 | 0.000000e+00 | 3.942380e+05 |    Inf 
826.21/826.20	c   826s|  1240k|  1239k|  1054k|   0.9 |1189M| 281 |   0 |1700 |1608 |1700 | 264 | 349k|  25 |2684 | 0.000000e+00 | 3.942380e+05 |    Inf 
832.41/832.41	c   832s|  1250k|  1249k|  1057k|   0.8 |1198M| 281 |   0 |1700 |1606 |1700 | 226 | 350k|  25 |2691 | 0.000000e+00 | 3.942380e+05 |    Inf 
838.50/838.52	c   839s|  1260k|  1259k|  1059k|   0.8 |1208M| 281 |   0 |1700 |1606 |1700 | 232 | 350k|  25 |2693 | 0.000000e+00 | 3.942380e+05 |    Inf 
844.71/844.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
844.71/844.77	c   845s|  1270k|  1269k|  1062k|   0.8 |1217M| 281 |   0 |1700 |1606 |1700 | 263 | 351k|  25 |2693 | 0.000000e+00 | 3.942380e+05 |    Inf 
851.01/851.06	c   851s|  1280k|  1279k|  1067k|   0.8 |1227M| 281 |   0 |1700 |1606 |1700 | 226 | 353k|  25 |2697 | 0.000000e+00 | 3.942380e+05 |    Inf 
857.31/857.32	c   857s|  1290k|  1289k|  1071k|   0.8 |1236M| 281 |   0 |1700 |1606 |1700 | 224 | 354k|  25 |2704 | 0.000000e+00 | 3.942380e+05 |    Inf 
863.61/863.61	c   864s|  1300k|  1299k|  1077k|   0.8 |1245M| 281 |   0 |1700 |1605 |1700 | 258 | 356k|  25 |2704 | 0.000000e+00 | 3.942380e+05 |    Inf 
869.81/869.89	c   870s|  1310k|  1309k|  1082k|   0.8 |1255M| 281 |   0 |1700 |1605 |1700 | 258 | 358k|  25 |2716 | 0.000000e+00 | 3.942380e+05 |    Inf 
876.11/876.12	c   876s|  1320k|  1319k|  1086k|   0.8 |1264M| 281 |   0 |1700 |1606 |1700 | 252 | 359k|  26 |2716 | 0.000000e+00 | 3.942380e+05 |    Inf 
882.31/882.36	c   882s|  1330k|  1329k|  1089k|   0.8 |1274M| 281 |   4 |1700 |1606 |1700 | 261 | 360k|  26 |2716 | 0.000000e+00 | 3.942380e+05 |    Inf 
888.51/888.59	c   889s|  1340k|  1339k|  1093k|   0.8 |1283M| 281 |   0 |1700 |1606 |1700 | 257 | 361k|  26 |2726 | 0.000000e+00 | 3.942380e+05 |    Inf 
894.71/894.76	c   895s|  1350k|  1349k|  1096k|   0.8 |1293M| 281 |   0 |1700 |1606 |1700 | 229 | 362k|  26 |2726 | 0.000000e+00 | 3.942380e+05 |    Inf 
900.82/900.87	c   901s|  1360k|  1359k|  1098k|   0.8 |1302M| 281 |   0 |1700 |1606 |1700 | 229 | 362k|  26 |2726 | 0.000000e+00 | 3.942380e+05 |    Inf 
907.12/907.11	c   907s|  1370k|  1369k|  1101k|   0.8 |1312M| 281 |   0 |1700 |1606 |1700 | 231 | 363k|  26 |2727 | 0.000000e+00 | 3.942380e+05 |    Inf 
913.32/913.38	c   913s|  1380k|  1379k|  1107k|   0.8 |1321M| 281 |   0 |1700 |1606 |1700 | 226 | 365k|  26 |2740 | 0.000000e+00 | 3.942380e+05 |    Inf 
919.61/919.63	c   920s|  1390k|  1389k|  1111k|   0.8 |1330M| 281 |   0 |1700 |1606 |1700 | 242 | 367k|  26 |2740 | 0.000000e+00 | 3.942380e+05 |    Inf 
925.91/925.90	c   926s|  1400k|  1399k|  1115k|   0.8 |1340M| 281 |   0 |1700 |1606 |1700 | 237 | 368k|  26 |2745 | 0.000000e+00 | 3.942380e+05 |    Inf 
932.12/932.16	c   932s|  1410k|  1409k|  1118k|   0.8 |1349M| 281 |   0 |1700 |1606 |1700 | 256 | 369k|  26 |2753 | 0.000000e+00 | 3.942380e+05 |    Inf 
938.42/938.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
938.42/938.49	c   938s|  1420k|  1419k|  1125k|   0.8 |1359M| 281 |   0 |1700 |1606 |1700 | 254 | 371k|  26 |2753 | 0.000000e+00 | 3.942380e+05 |    Inf 
944.71/944.79	c   945s|  1430k|  1429k|  1131k|   0.8 |1368M| 281 |   0 |1700 |1606 |1700 | 234 | 373k|  26 |2763 | 0.000000e+00 | 3.942380e+05 |    Inf 
951.02/951.05	c   951s|  1440k|  1439k|  1136k|   0.8 |1378M| 281 |   0 |1700 |1606 |1700 | 252 | 375k|  26 |2763 | 0.000000e+00 | 3.942380e+05 |    Inf 
957.41/957.42	c   957s|  1450k|  1449k|  1143k|   0.8 |1387M| 281 |   0 |1700 |1606 |1700 | 273 | 377k|  26 |2788 | 0.000000e+00 | 3.942380e+05 |    Inf 
963.62/963.64	c   964s|  1460k|  1459k|  1147k|   0.8 |1397M| 281 |   0 |1700 |1606 |1700 | 225 | 378k|  26 |2790 | 0.000000e+00 | 3.942380e+05 |    Inf 
969.91/969.91	c   970s|  1470k|  1469k|  1150k|   0.8 |1406M| 281 |   0 |1700 |1606 |1700 | 252 | 379k|  26 |2791 | 0.000000e+00 | 3.942380e+05 |    Inf 
976.11/976.18	c   976s|  1480k|  1479k|  1154k|   0.8 |1416M| 281 |   0 |1700 |1606 |1700 | 267 | 380k|  26 |2791 | 0.000000e+00 | 3.942380e+05 |    Inf 
982.32/982.39	c   982s|  1490k|  1489k|  1158k|   0.8 |1425M| 281 |   0 |1700 |1606 |1700 | 256 | 381k|  26 |2798 | 0.000000e+00 | 3.942380e+05 |    Inf 
988.61/988.62	c   989s|  1500k|  1499k|  1162k|   0.8 |1435M| 281 |   0 |1700 |1605 |1700 | 256 | 383k|  26 |2802 | 0.000000e+00 | 3.942380e+05 |    Inf 
994.92/994.91	c   995s|  1510k|  1509k|  1169k|   0.8 |1444M| 281 |   0 |1700 |1605 |1700 | 240 | 385k|  26 |2807 | 0.000000e+00 | 3.942380e+05 |    Inf 
1001.02/1001.02	c  1001s|  1520k|  1519k|  1171k|   0.8 |1453M| 281 |   0 |1700 |1605 |1700 | 234 | 386k|  26 |2814 | 0.000000e+00 | 3.942380e+05 |    Inf 
1007.12/1007.12	c  1007s|  1530k|  1529k|  1174k|   0.8 |1463M| 281 |   0 |1700 |1605 |1700 | 254 | 387k|  26 |2817 | 0.000000e+00 | 3.942380e+05 |    Inf 
1013.31/1013.33	c  1013s|  1540k|  1539k|  1178k|   0.8 |1472M| 281 |   0 |1700 |1605 |1700 | 229 | 388k|  26 |2818 | 0.000000e+00 | 3.942380e+05 |    Inf 
1019.52/1019.56	c  1020s|  1550k|  1549k|  1183k|   0.8 |1482M| 281 |   0 |1700 |1605 |1700 | 268 | 389k|  26 |2822 | 0.000000e+00 | 3.942380e+05 |    Inf 
1025.81/1025.82	c  1026s|  1560k|  1559k|  1188k|   0.8 |1491M| 281 |   0 |1700 |1605 |1700 | 243 | 391k|  26 |2829 | 0.000000e+00 | 3.942380e+05 |    Inf 
1032.01/1032.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1032.01/1032.07	c  1032s|  1570k|  1569k|  1192k|   0.8 |1501M| 281 |   0 |1700 |1605 |1700 | 249 | 392k|  26 |2830 | 0.000000e+00 | 3.942380e+05 |    Inf 
1038.32/1038.31	c  1038s|  1580k|  1579k|  1195k|   0.8 |1510M| 281 |   0 |1700 |1605 |1700 | 248 | 393k|  26 |2830 | 0.000000e+00 | 3.942380e+05 |    Inf 
1044.51/1044.54	c  1045s|  1590k|  1589k|  1197k|   0.8 |1519M| 281 |   0 |1700 |1605 |1700 | 253 | 394k|  26 |2838 | 0.000000e+00 | 3.942380e+05 |    Inf 
1050.72/1050.71	c  1051s|  1600k|  1599k|  1200k|   0.7 |1529M| 281 |   0 |1700 |1605 |1700 | 263 | 395k|  26 |2838 | 0.000000e+00 | 3.942380e+05 |    Inf 
1056.81/1056.84	c  1057s|  1610k|  1609k|  1202k|   0.7 |1538M| 281 |   0 |1700 |1605 |1700 | 251 | 395k|  26 |2838 | 0.000000e+00 | 3.942380e+05 |    Inf 
1063.01/1063.06	c  1063s|  1620k|  1619k|  1205k|   0.7 |1548M| 281 |   0 |1700 |1605 |1700 | 250 | 396k|  26 |2838 | 0.000000e+00 | 3.942380e+05 |    Inf 
1069.22/1069.22	c  1069s|  1630k|  1629k|  1208k|   0.7 |1557M| 281 |   0 |1700 |1605 |1700 | 278 | 397k|  26 |2845 | 0.000000e+00 | 3.942380e+05 |    Inf 
1075.42/1075.43	c  1075s|  1640k|  1639k|  1211k|   0.7 |1567M| 281 |   0 |1700 |1605 |1700 | 250 | 398k|  26 |2853 | 0.000000e+00 | 3.942380e+05 |    Inf 
1081.62/1081.65	c  1082s|  1650k|  1649k|  1216k|   0.7 |1576M| 281 |   0 |1700 |1605 |1700 | 264 | 400k|  26 |2853 | 0.000000e+00 | 3.942380e+05 |    Inf 
1087.83/1087.90	c  1088s|  1660k|  1659k|  1221k|   0.7 |1585M| 281 |   0 |1700 |1605 |1700 | 235 | 401k|  26 |2853 | 0.000000e+00 | 3.942380e+05 |    Inf 
1094.12/1094.12	c  1094s|  1670k|  1669k|  1224k|   0.7 |1595M| 281 |   0 |1700 |1605 |1700 | 256 | 402k|  26 |2862 | 0.000000e+00 | 3.942380e+05 |    Inf 
1100.32/1100.35	c  1100s|  1680k|  1679k|  1227k|   0.7 |1604M| 281 |   0 |1700 |1605 |1700 | 247 | 403k|  26 |2866 | 0.000000e+00 | 3.942380e+05 |    Inf 
1106.52/1106.51	c  1107s|  1690k|  1689k|  1230k|   0.7 |1614M| 281 |   0 |1700 |1605 |1700 | 266 | 404k|  26 |2866 | 0.000000e+00 | 3.942380e+05 |    Inf 
1112.62/1112.65	c  1113s|  1700k|  1699k|  1233k|   0.7 |1623M| 281 |   0 |1700 |1605 |1700 | 224 | 405k|  26 |2866 | 0.000000e+00 | 3.942380e+05 |    Inf 
1118.82/1118.82	c  1119s|  1710k|  1709k|  1236k|   0.7 |1633M| 281 |   0 |1700 |1605 |1700 | 245 | 406k|  26 |2871 | 0.000000e+00 | 3.942380e+05 |    Inf 
1124.81/1124.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1124.81/1124.88	c  1125s|  1720k|  1719k|  1240k|   0.7 |1642M| 281 |   0 |1700 |1605 |1700 | 235 | 407k|  26 |2877 | 0.000000e+00 | 3.942380e+05 |    Inf 
1131.02/1131.08	c  1131s|  1730k|  1729k|  1245k|   0.7 |1651M| 281 |  33 |1700 |1605 |1700 | 217 | 408k|  26 |2879 | 0.000000e+00 | 3.942380e+05 |    Inf 
1137.32/1137.39	c  1137s|  1740k|  1739k|  1252k|   0.7 |1661M| 281 |   0 |1700 |1605 |1700 | 231 | 411k|  26 |2884 | 0.000000e+00 | 3.942380e+05 |    Inf 
1143.62/1143.60	c  1144s|  1750k|  1749k|  1256k|   0.7 |1670M| 281 |   0 |1700 |1605 |1700 | 252 | 412k|  26 |2895 | 0.000000e+00 | 3.942380e+05 |    Inf 
1149.92/1149.91	c  1150s|  1760k|  1759k|  1261k|   0.7 |1680M| 281 |   0 |1700 |1605 |1700 | 235 | 414k|  26 |2896 | 0.000000e+00 | 3.942380e+05 |    Inf 
1156.12/1156.17	c  1156s|  1770k|  1769k|  1264k|   0.7 |1689M| 281 |   0 |1700 |1605 |1700 | 240 | 415k|  26 |2896 | 0.000000e+00 | 3.942380e+05 |    Inf 
1162.31/1162.32	c  1162s|  1780k|  1779k|  1267k|   0.7 |1699M| 281 |   0 |1700 |1605 |1700 | 236 | 416k|  26 |2902 | 0.000000e+00 | 3.942380e+05 |    Inf 
1168.61/1168.62	c  1169s|  1790k|  1789k|  1272k|   0.7 |1708M| 281 |   0 |1700 |1605 |1700 | 246 | 417k|  26 |2908 | 0.000000e+00 | 3.942380e+05 |    Inf 
1174.92/1174.97	c  1175s|  1800k|  1799k|  1279k|   0.7 |1718M| 281 |   0 |1700 |1605 |1700 | 268 | 419k|  26 |2910 | 0.000000e+00 | 3.942380e+05 |    Inf 
1181.43/1181.44	c  1181s|  1810k|  1809k|  1288k|   0.7 |1727M| 281 |   0 |1700 |1605 |1700 | 267 | 423k|  26 |2927 | 0.000000e+00 | 3.942380e+05 |    Inf 
1187.71/1187.79	c  1188s|  1820k|  1819k|  1295k|   0.7 |1737M| 281 |   0 |1700 |1605 |1700 | 249 | 425k|  26 |2935 | 0.000000e+00 | 3.942380e+05 |    Inf 
1194.02/1194.03	c  1194s|  1830k|  1829k|  1300k|   0.7 |1746M| 281 |   0 |1700 |1605 |1700 | 228 | 427k|  26 |2938 | 0.000000e+00 | 3.942380e+05 |    Inf 
1200.12/1200.19	c  1200s|  1840k|  1839k|  1303k|   0.7 |1756M| 281 |   0 |1700 |1605 |1700 | 229 | 428k|  26 |2938 | 0.000000e+00 | 3.942380e+05 |    Inf 
1206.42/1206.41	c  1206s|  1850k|  1849k|  1306k|   0.7 |1765M| 281 |   0 |1700 |1605 |1700 | 241 | 428k|  26 |2938 | 0.000000e+00 | 3.942380e+05 |    Inf 
1212.52/1212.57	c  1213s|  1860k|  1859k|  1309k|   0.7 |1774M| 281 |   0 |1700 |1605 |1700 | 213 | 429k|  26 |2949 | 0.000000e+00 | 3.942380e+05 |    Inf 
1218.83/1218.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1218.83/1218.85	c  1219s|  1870k|  1869k|  1315k|   0.7 |1784M| 281 |   0 |1700 |1605 |1700 | 250 | 431k|  26 |2950 | 0.000000e+00 | 3.942380e+05 |    Inf 
1225.02/1225.01	c  1225s|  1880k|  1879k|  1319k|   0.7 |1793M| 281 |   0 |1700 |1605 |1700 | 231 | 432k|  26 |2950 | 0.000000e+00 | 3.942380e+05 |    Inf 
1231.32/1231.30	c  1231s|  1890k|  1889k|  1325k|   0.7 |1803M| 281 |   0 |1700 |1605 |1700 | 292 | 434k|  26 |2964 | 0.000000e+00 | 3.942380e+05 |    Inf 
1237.53/1237.51	c  1238s|  1900k|  1899k|  1329k|   0.7 |1812M| 281 |   0 |1700 |1605 |1700 | 225 | 435k|  26 |2966 | 0.000000e+00 | 3.942380e+05 |    Inf 
1243.72/1243.75	c  1244s|  1910k|  1909k|  1333k|   0.7 |1822M| 281 |   0 |1700 |1605 |1700 | 245 | 436k|  26 |2966 | 0.000000e+00 | 3.942380e+05 |    Inf 
1250.22/1250.20	c  1250s|  1920k|  1919k|  1339k|   0.7 |1831M| 281 |   0 |1700 |1605 |1700 | 250 | 439k|  26 |2977 | 0.000000e+00 | 3.942380e+05 |    Inf 
1256.52/1256.59	c  1257s|  1930k|  1929k|  1344k|   0.7 |1841M| 281 |   0 |1700 |1605 |1700 | 260 | 440k|  26 |2977 | 0.000000e+00 | 3.942380e+05 |    Inf 
1262.83/1262.84	c  1263s|  1940k|  1939k|  1348k|   0.7 |1850M| 281 |  35 |1700 |1605 |1700 | 227 | 442k|  26 |2983 | 0.000000e+00 | 3.942380e+05 |    Inf 
1269.02/1269.06	c  1269s|  1950k|  1949k|  1352k|   0.7 |1860M| 281 |   0 |1700 |1605 |1700 | 244 | 443k|  26 |2989 | 0.000000e+00 | 3.942380e+05 |    Inf 
1275.22/1275.28	c  1275s|  1960k|  1959k|  1357k|   0.7 |1869M| 281 |   0 |1700 |1605 |1700 | 245 | 444k|  26 |2990 | 0.000000e+00 | 3.942380e+05 |    Inf 
1281.52/1281.56	c  1282s|  1970k|  1969k|  1362k|   0.7 |1878M| 281 |   0 |1700 |1605 |1700 | 232 | 446k|  26 |2993 | 0.000000e+00 | 3.942380e+05 |    Inf 
1287.62/1287.69	c  1288s|  1980k|  1979k|  1364k|   0.7 |1888M| 281 |   0 |1700 |1605 |1700 | 222 | 447k|  26 |3001 | 0.000000e+00 | 3.942380e+05 |    Inf 
1293.93/1293.94	c  1294s|  1990k|  1989k|  1369k|   0.7 |1897M| 281 |   0 |1700 |1605 |1700 | 239 | 449k|  26 |3004 | 0.000000e+00 | 3.942380e+05 |    Inf 
1300.23/1300.21	c  1300s|  2000k|  1999k|  1373k|   0.7 |1907M| 281 |   0 |1700 |1605 |1700 | 233 | 450k|  26 |3004 | 0.000000e+00 | 3.942380e+05 |    Inf 
1306.62/1306.64	c  1307s|  2010k|  2009k|  1380k|   0.7 |1916M| 281 |   0 |1700 |1605 |1700 | 245 | 452k|  26 |3017 | 0.000000e+00 | 3.942380e+05 |    Inf 
1313.02/1313.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1313.02/1313.02	c  1313s|  2020k|  2019k|  1385k|   0.7 |1926M| 281 |  13 |1700 |1605 |1700 | 257 | 454k|  26 |3018 | 0.000000e+00 | 3.942380e+05 |    Inf 
1319.23/1319.29	c  1319s|  2030k|  2029k|  1390k|   0.7 |1935M| 281 |   0 |1700 |1605 |1700 | 262 | 456k|  26 |3018 | 0.000000e+00 | 3.942380e+05 |    Inf 
1325.62/1325.62	c  1326s|  2040k|  2039k|  1396k|   0.7 |1945M| 281 |   0 |1700 |1605 |1700 | 232 | 458k|  26 |3031 | 0.000000e+00 | 3.942380e+05 |    Inf 
1332.03/1332.06	c  1332s|  2050k|  2049k|  1405k|   0.7 |1954M| 281 |   0 |1700 |1605 |1700 | 220 | 460k|  26 |3037 | 0.000000e+00 | 3.942380e+05 |    Inf 
1338.32/1338.36	c  1338s|  2060k|  2059k|  1410k|   0.7 |1963M| 281 |   0 |1700 |1605 |1700 | 270 | 462k|  26 |3046 | 0.000000e+00 | 3.942380e+05 |    Inf 
1344.63/1344.68	c  1345s|  2070k|  2069k|  1413k|   0.7 |1973M| 281 |   0 |1700 |1605 |1700 | 243 | 463k|  26 |3047 | 0.000000e+00 | 3.942380e+05 |    Inf 
1351.02/1351.04	c  1351s|  2080k|  2079k|  1417k|   0.7 |1982M| 281 |   0 |1700 |1605 |1700 | 246 | 464k|  26 |3047 | 0.000000e+00 | 3.942380e+05 |    Inf 
1357.22/1357.30	c  1357s|  2090k|  2089k|  1422k|   0.7 |1992M| 281 |   0 |1700 |1605 |1700 | 268 | 465k|  26 |3059 | 0.000000e+00 | 3.942380e+05 |    Inf 
1363.52/1363.54	c  1364s|  2100k|  2099k|  1427k|   0.7 |2001M| 281 |   0 |1700 |1605 |1700 | 254 | 466k|  26 |3063 | 0.000000e+00 | 3.942380e+05 |    Inf 
1369.82/1369.84	c  1370s|  2110k|  2109k|  1432k|   0.7 |2011M| 281 |   0 |1700 |1605 |1700 | 258 | 468k|  26 |3063 | 0.000000e+00 | 3.942380e+05 |    Inf 
1376.03/1376.06	c  1376s|  2120k|  2119k|  1435k|   0.7 |2020M| 281 |   0 |1700 |1605 |1700 | 248 | 469k|  26 |3074 | 0.000000e+00 | 3.942380e+05 |    Inf 
1382.43/1382.40	c  1382s|  2130k|  2129k|  1439k|   0.7 |2030M| 281 |   0 |1700 |1605 |1700 | 248 | 470k|  26 |3074 | 0.000000e+00 | 3.942380e+05 |    Inf 
1388.62/1388.68	c  1389s|  2140k|  2139k|  1444k|   0.7 |2039M| 281 |   0 |1700 |1605 |1700 | 236 | 471k|  26 |3075 | 0.000000e+00 | 3.942380e+05 |    Inf 
1394.83/1394.80	c  1395s|  2150k|  2149k|  1446k|   0.7 |2049M| 281 |   0 |1700 |1605 |1700 | 260 | 472k|  26 |3080 | 0.000000e+00 | 3.942380e+05 |    Inf 
1400.93/1400.91	c  1401s|  2160k|  2159k|  1449k|   0.7 |2058M| 281 |   0 |1700 |1605 |1700 | 252 | 473k|  26 |3085 | 0.000000e+00 | 3.942380e+05 |    Inf 
1407.23/1407.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1407.23/1407.23	c  1407s|  2170k|  2169k|  1453k|   0.7 |2067M| 281 |   0 |1700 |1605 |1700 | 267 | 474k|  26 |3085 | 0.000000e+00 | 3.942380e+05 |    Inf 
1413.72/1413.70	c  1414s|  2180k|  2179k|  1459k|   0.7 |2077M| 281 |   0 |1700 |1605 |1700 | 268 | 477k|  26 |3092 | 0.000000e+00 | 3.942380e+05 |    Inf 
1420.13/1420.11	c  1420s|  2190k|  2189k|  1464k|   0.7 |2086M| 281 |   0 |1700 |1605 |1700 | 241 | 478k|  26 |3095 | 0.000000e+00 | 3.942380e+05 |    Inf 
1426.43/1426.45	c  1426s|  2200k|  2199k|  1467k|   0.7 |2096M| 281 |   0 |1700 |1605 |1700 | 263 | 479k|  26 |3097 | 0.000000e+00 | 3.942380e+05 |    Inf 
1432.92/1432.94	c  1433s|  2210k|  2209k|  1471k|   0.7 |2105M| 281 |   3 |1700 |1605 |1700 | 254 | 480k|  26 |3097 | 0.000000e+00 | 3.942380e+05 |    Inf 
1439.43/1439.43	c  1439s|  2220k|  2219k|  1475k|   0.7 |2115M| 281 |   0 |1700 |1604 |1700 | 261 | 482k|  26 |3108 | 0.000000e+00 | 3.942380e+05 |    Inf 
1445.62/1445.69	c  1446s|  2230k|  2229k|  1479k|   0.7 |2124M| 281 |   0 |1700 |1604 |1700 | 258 | 483k|  26 |3109 | 0.000000e+00 | 3.942380e+05 |    Inf 
1452.03/1452.08	c  1452s|  2240k|  2239k|  1485k|   0.7 |2134M| 281 |   0 |1700 |1604 |1700 | 255 | 485k|  26 |3118 | 0.000000e+00 | 3.942380e+05 |    Inf 
1458.53/1458.51	c  1458s|  2250k|  2249k|  1494k|   0.7 |2143M| 281 |   0 |1700 |1604 |1700 | 276 | 487k|  26 |3121 | 0.000000e+00 | 3.942380e+05 |    Inf 
1464.72/1464.77	c  1465s|  2260k|  2259k|  1498k|   0.7 |2153M| 281 |   0 |1700 |1604 |1700 | 232 | 489k|  26 |3128 | 0.000000e+00 | 3.942380e+05 |    Inf 
1470.92/1470.90	c  1471s|  2270k|  2269k|  1501k|   0.7 |2162M| 281 |   0 |1700 |1605 |1700 | 261 | 490k|  27 |3137 | 0.000000e+00 | 3.942380e+05 |    Inf 
1476.82/1476.84	c  1477s|  2280k|  2279k|  1503k|   0.7 |2172M| 281 |   0 |1700 |1605 |1700 | 253 | 490k|  27 |3137 | 0.000000e+00 | 3.942380e+05 |    Inf 
1483.03/1483.05	c  1483s|  2290k|  2289k|  1505k|   0.7 |2181M| 281 |   0 |1700 |1605 |1700 | 250 | 491k|  27 |3137 | 0.000000e+00 | 3.942380e+05 |    Inf 
1489.33/1489.34	c  1489s|  2300k|  2299k|  1510k|   0.7 |2191M| 281 |   0 |1700 |1605 |1700 | 264 | 493k|  27 |3137 | 0.000000e+00 | 3.942380e+05 |    Inf 
1495.42/1495.48	c  1495s|  2310k|  2309k|  1513k|   0.7 |2200M| 281 |   0 |1700 |1605 |1700 | 238 | 494k|  27 |3147 | 0.000000e+00 | 3.942380e+05 |    Inf 
1501.73/1501.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1501.73/1501.77	c  1502s|  2320k|  2319k|  1520k|   0.7 |2210M| 281 |   0 |1700 |1605 |1700 | 247 | 496k|  27 |3149 | 0.000000e+00 | 3.942380e+05 |    Inf 
1508.03/1508.06	c  1508s|  2330k|  2329k|  1525k|   0.7 |2219M| 281 |   0 |1700 |1605 |1700 | 236 | 498k|  27 |3149 | 0.000000e+00 | 3.942380e+05 |    Inf 
1514.22/1514.29	c  1514s|  2340k|  2339k|  1529k|   0.7 |2228M| 281 |   0 |1700 |1605 |1700 | 252 | 499k|  27 |3162 | 0.000000e+00 | 3.942380e+05 |    Inf 
1520.42/1520.49	c  1520s|  2350k|  2349k|  1533k|   0.7 |2238M| 281 |   0 |1700 |1605 |1700 | 226 | 501k|  27 |3162 | 0.000000e+00 | 3.942380e+05 |    Inf 
1526.74/1526.77	c  1527s|  2360k|  2359k|  1536k|   0.7 |2247M| 281 |   0 |1700 |1605 |1700 | 264 | 502k|  27 |3162 | 0.000000e+00 | 3.942380e+05 |    Inf 
1533.03/1533.03	c  1533s|  2370k|  2369k|  1539k|   0.6 |2257M| 281 |   0 |1700 |1605 |1700 | 248 | 503k|  27 |3164 | 0.000000e+00 | 3.942380e+05 |    Inf 
1539.23/1539.25	c  1539s|  2380k|  2379k|  1543k|   0.6 |2266M| 281 |   0 |1700 |1605 |1700 | 261 | 504k|  27 |3174 | 0.000000e+00 | 3.942380e+05 |    Inf 
1545.32/1545.35	c  1545s|  2390k|  2389k|  1545k|   0.6 |2276M| 281 |   0 |1700 |1605 |1700 | 240 | 505k|  27 |3174 | 0.000000e+00 | 3.942380e+05 |    Inf 
1551.53/1551.50	c  1551s|  2400k|  2399k|  1548k|   0.6 |2285M| 281 |   0 |1700 |1605 |1700 | 245 | 506k|  27 |3175 | 0.000000e+00 | 3.942380e+05 |    Inf 
1557.64/1557.68	c  1558s|  2410k|  2409k|  1550k|   0.6 |2294M| 281 |   0 |1700 |1605 |1700 | 256 | 506k|  27 |3175 | 0.000000e+00 | 3.942380e+05 |    Inf 
1563.93/1563.93	c  1564s|  2420k|  2419k|  1554k|   0.6 |2304M| 281 |   0 |1700 |1605 |1700 | 263 | 507k|  27 |3177 | 0.000000e+00 | 3.942380e+05 |    Inf 
1570.12/1570.11	c  1570s|  2430k|  2429k|  1556k|   0.6 |2313M| 281 |   0 |1700 |1605 |1700 | 275 | 508k|  27 |3186 | 0.000000e+00 | 3.942380e+05 |    Inf 
1576.33/1576.31	c  1576s|  2440k|  2439k|  1559k|   0.6 |2323M| 281 |   0 |1700 |1605 |1700 | 245 | 509k|  27 |3188 | 0.000000e+00 | 3.942380e+05 |    Inf 
1582.42/1582.42	c  1582s|  2450k|  2449k|  1561k|   0.6 |2332M| 281 |   0 |1700 |1605 |1700 | 271 | 510k|  27 |3188 | 0.000000e+00 | 3.942380e+05 |    Inf 
1588.62/1588.63	c  1589s|  2460k|  2459k|  1565k|   0.6 |2342M| 281 |   0 |1700 |1605 |1700 | 254 | 512k|  27 |3188 | 0.000000e+00 | 3.942380e+05 |    Inf 
1594.83/1594.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1594.83/1594.84	c  1595s|  2470k|  2469k|  1569k|   0.6 |2351M| 281 |   0 |1700 |1605 |1700 | 271 | 513k|  27 |3198 | 0.000000e+00 | 3.942380e+05 |    Inf 
1601.13/1601.15	c  1601s|  2480k|  2479k|  1573k|   0.6 |2361M| 281 |   0 |1700 |1605 |1700 | 266 | 514k|  27 |3210 | 0.000000e+00 | 3.942380e+05 |    Inf 
1607.43/1607.42	c  1607s|  2490k|  2489k|  1576k|   0.6 |2370M| 281 |   0 |1700 |1605 |1700 | 275 | 515k|  27 |3211 | 0.000000e+00 | 3.942380e+05 |    Inf 
1613.63/1613.67	c  1614s|  2500k|  2499k|  1579k|   0.6 |2380M| 281 |   0 |1700 |1605 |1700 | 245 | 516k|  27 |3211 | 0.000000e+00 | 3.942380e+05 |    Inf 
1619.83/1619.90	c  1620s|  2510k|  2509k|  1582k|   0.6 |2389M| 281 |   0 |1700 |1605 |1700 | 257 | 517k|  27 |3211 | 0.000000e+00 | 3.942380e+05 |    Inf 
1626.12/1626.14	c  1626s|  2520k|  2519k|  1586k|   0.6 |2398M| 281 |   0 |1700 |1605 |1700 | 236 | 518k|  27 |3222 | 0.000000e+00 | 3.942380e+05 |    Inf 
1632.23/1632.28	c  1632s|  2530k|  2529k|  1589k|   0.6 |2408M| 281 |   4 |1700 |1605 |1700 | 264 | 519k|  27 |3223 | 0.000000e+00 | 3.942380e+05 |    Inf 
1638.33/1638.34	c  1638s|  2540k|  2539k|  1590k|   0.6 |2417M| 281 |  10 |1700 |1605 |1700 | 233 | 519k|  27 |3224 | 0.000000e+00 | 3.942380e+05 |    Inf 
1644.73/1644.77	c  1645s|  2550k|  2549k|  1595k|   0.6 |2427M| 281 |   0 |1700 |1605 |1700 | 261 | 521k|  27 |3224 | 0.000000e+00 | 3.942380e+05 |    Inf 
1651.13/1651.12	c  1651s|  2560k|  2559k|  1600k|   0.6 |2436M| 281 |   0 |1700 |1605 |1700 | 230 | 523k|  27 |3237 | 0.000000e+00 | 3.942380e+05 |    Inf 
1657.43/1657.44	c  1657s|  2570k|  2569k|  1604k|   0.6 |2446M| 281 |   0 |1700 |1605 |1700 | 278 | 524k|  27 |3237 | 0.000000e+00 | 3.942380e+05 |    Inf 
1663.83/1663.82	c  1664s|  2580k|  2579k|  1609k|   0.6 |2455M| 281 |   0 |1700 |1605 |1700 | 244 | 526k|  27 |3237 | 0.000000e+00 | 3.942380e+05 |    Inf 
1670.02/1670.04	c  1670s|  2590k|  2589k|  1612k|   0.6 |2465M| 281 |   0 |1700 |1605 |1700 | 257 | 527k|  27 |3243 | 0.000000e+00 | 3.942380e+05 |    Inf 
1676.22/1676.21	c  1676s|  2600k|  2599k|  1614k|   0.6 |2474M| 281 |   0 |1700 |1605 |1700 | 261 | 527k|  27 |3250 | 0.000000e+00 | 3.942380e+05 |    Inf 
1682.43/1682.50	c  1682s|  2610k|  2609k|  1617k|   0.6 |2484M| 281 |   0 |1700 |1605 |1700 | 270 | 528k|  27 |3250 | 0.000000e+00 | 3.942380e+05 |    Inf 
1688.83/1688.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1688.83/1688.81	c  1689s|  2620k|  2619k|  1620k|   0.6 |2493M| 281 |   0 |1700 |1605 |1700 | 252 | 529k|  27 |3251 | 0.000000e+00 | 3.942380e+05 |    Inf 
1695.03/1695.06	c  1695s|  2630k|  2629k|  1622k|   0.6 |2503M| 281 |   0 |1700 |1605 |1700 | 248 | 530k|  27 |3251 | 0.000000e+00 | 3.942380e+05 |    Inf 
1701.33/1701.39	c  1701s|  2640k|  2639k|  1626k|   0.6 |2512M| 281 |   0 |1700 |1605 |1700 | 245 | 531k|  27 |3262 | 0.000000e+00 | 3.942380e+05 |    Inf 
1707.63/1707.68	c  1708s|  2650k|  2649k|  1629k|   0.6 |2522M| 281 |   0 |1700 |1606 |1700 | 268 | 532k|  28 |3263 | 0.000000e+00 | 3.942380e+05 |    Inf 
1713.93/1713.90	c  1714s|  2660k|  2659k|  1632k|   0.6 |2531M| 281 |   0 |1700 |1606 |1700 | 241 | 533k|  28 |3269 | 0.000000e+00 | 3.942380e+05 |    Inf 
1720.03/1720.09	c  1720s|  2670k|  2669k|  1636k|   0.6 |2541M| 281 |   0 |1700 |1606 |1700 | 251 | 534k|  28 |3270 | 0.000000e+00 | 3.942380e+05 |    Inf 
1726.33/1726.32	c  1726s|  2680k|  2679k|  1640k|   0.6 |2550M| 281 |   0 |1700 |1606 |1700 | 246 | 535k|  28 |3279 | 0.000000e+00 | 3.942380e+05 |    Inf 
1732.44/1732.46	c  1732s|  2690k|  2689k|  1641k|   0.6 |2559M| 281 |   0 |1700 |1605 |1700 | 271 | 536k|  28 |3281 | 0.000000e+00 | 3.942380e+05 |    Inf 
1738.73/1738.72	c  1739s|  2700k|  2699k|  1644k|   0.6 |2569M| 281 |   0 |1700 |1606 |1700 | 254 | 537k|  29 |3281 | 0.000000e+00 | 3.942380e+05 |    Inf 
1744.93/1744.94	c  1745s|  2710k|  2709k|  1647k|   0.6 |2578M| 281 |   0 |1700 |1605 |1700 | 271 | 537k|  29 |3281 | 0.000000e+00 | 3.942380e+05 |    Inf 
1751.13/1751.18	c  1751s|  2720k|  2719k|  1650k|   0.6 |2588M| 281 |   0 |1700 |1603 |1700 | 248 | 538k|  29 |3281 | 0.000000e+00 | 3.942380e+05 |    Inf 
1757.44/1757.43	c  1757s|  2730k|  2729k|  1655k|   0.6 |2597M| 281 |   0 |1700 |1603 |1700 | 243 | 540k|  29 |3293 | 0.000000e+00 | 3.942380e+05 |    Inf 
1763.63/1763.65	c  1764s|  2740k|  2739k|  1659k|   0.6 |2607M| 281 |   0 |1700 |1603 |1700 | 235 | 541k|  29 |3293 | 0.000000e+00 | 3.942380e+05 |    Inf 
1769.83/1769.88	c  1770s|  2750k|  2749k|  1663k|   0.6 |2616M| 281 |   0 |1700 |1603 |1700 | 231 | 543k|  29 |3294 | 0.000000e+00 | 3.942380e+05 |    Inf 
1776.03/1776.05	c  1776s|  2760k|  2759k|  1666k|   0.6 |2626M| 281 |   0 |1700 |1603 |1700 | 250 | 544k|  29 |3298 | 0.000000e+00 | 3.942380e+05 |    Inf 
1782.13/1782.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1782.13/1782.13	c  1782s|  2770k|  2769k|  1668k|   0.6 |2635M| 281 |   0 |1700 |1603 |1700 | 239 | 544k|  29 |3305 | 0.000000e+00 | 3.942380e+05 |    Inf 
1788.24/1788.29	c  1788s|  2780k|  2779k|  1670k|   0.6 |2644M| 281 |   0 |1700 |1603 |1700 | 251 | 545k|  29 |3308 | 0.000000e+00 | 3.942380e+05 |    Inf 
1790.04/1790.00	c 
1790.04/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.00	c Solving Time (sec) : 1789.99
1790.04/1790.00	c Solving Nodes      : 2782725
1790.04/1790.00	c Primal Bound       : +3.94238000000000e+05 (100 solutions)
1790.04/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.00	c Gap                : infinite
1790.04/1790.01	s SATISFIABLE
1790.04/1790.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 
1790.04/1790.01	v x176 -x175 x174 -x173 x172 -x171 x170 -x169 x168 -x167 x166 -x165 x164 -x163 x162 -x161 x160 -x159 x158 -x157 x156 -x155 
1790.04/1790.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 
1790.04/1790.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 
1790.04/1790.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 
1790.04/1790.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 
1790.04/1790.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 
1790.04/1790.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 
1790.04/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.01	c Solving Time       :    1789.99
1790.04/1790.01	c Original Problem   :
1790.04/1790.01	c   Problem name     : HOME/instance-2705761-1278580140.wbo
1790.04/1790.01	c   Variables        : 1800 (1000 binary, 0 integer, 800 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 1701 initial, 1701 maximal
1790.04/1790.01	c Presolved Problem  :
1790.04/1790.01	c   Problem name     : t_HOME/instance-2705761-1278580140.wbo
1790.04/1790.01	c   Variables        : 1700 (900 binary, 0 integer, 800 implicit integer, 0 continuous)
1790.04/1790.01	c   Constraints      : 1600 initial, 1614 maximal
1790.04/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.04/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1790.04/1790.01	c   linear           :       0.02          0        100          0        800          0        101          0          0
1790.04/1790.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.04/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1790.04/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   integral         :          0          0          0    2922894          0          0          0          0          0     345814
1790.04/1790.01	c   linear           :        800          6    3709290    2749987          0         27     676283     545670          0          0
1790.04/1790.01	c   indicator        :        800          0    3709263    2749987          0         19    2747141          0          0          0
1790.04/1790.01	c   logicor          :          0+         0      80700          0          0          1       9884          0          0          0
1790.04/1790.01	c   countsols        :          0          0          0    2609770          0          0          0          0          0          0
1790.04/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.01	c   integral         :       4.31       0.00       0.00       4.31       0.00
1790.04/1790.01	c   linear           :      30.19       0.00      10.31      19.88       0.00
1790.04/1790.01	c   indicator        :     239.79       0.06      87.16     152.58       0.00
1790.04/1790.01	c   logicor          :       0.09       0.00       0.09       0.00       0.00
1790.04/1790.01	c   countsols        :       0.32       0.00       0.00       0.32       0.00
1790.04/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.01	c   vbounds          :       0.72          2          0          0
1790.04/1790.01	c   rootredcost      :       0.68          0          0          0
1790.04/1790.01	c   pseudoobj        :      43.96    3709090          0          0
1790.04/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.04/1790.01	c   propagation      :       0.00         28         28         28        7.4          0        0.0          -
1790.04/1790.01	c   infeasible LP    :       0.00          1          1          1       10.0          0        0.0          0
1790.04/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.04/1790.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.04/1790.01	c   applied globally :          -          -          -         29        7.5          -          -          -
1790.04/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.04/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.04/1790.01	c   cut pool         :       0.00          3          -          -        126          -    (maximal pool size: 514)
1790.04/1790.01	c   redcost          :     111.58    2922631          0          0          0          0
1790.04/1790.01	c   impliedbounds    :       0.00          4          0          0          0          0
1790.04/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.04/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.04/1790.01	c   gomory           :       0.03          4          0          0         91          0
1790.04/1790.01	c   strongcg         :       0.03          4          0          0        524          0
1790.04/1790.01	c   cmir             :       0.01          4          0          0          0          0
1790.04/1790.01	c   flowcover        :       0.01          4          0          0          0          0
1790.04/1790.01	c   clique           :       0.00          1          0          0          0          0
1790.04/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.04/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.04/1790.01	c   rapidlearning    :       0.05          1          0          0          0          0
1790.04/1790.01	c Pricers            :       Time      Calls       Vars
1790.04/1790.01	c   problem variables:       0.00          0          0
1790.04/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.04/1790.01	c   relpscost        :       3.47     172907          0          0          0          0     345814
1790.04/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   inference        :     283.12    2609770          0          0          0          0    5219540
1790.04/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.04/1790.01	c   LP solutions     :       0.00          -          0
1790.04/1790.01	c   pseudo solutions :       0.00          -          0
1790.04/1790.01	c   intshifting      :       0.01          0          0
1790.04/1790.01	c   feaspump         :       0.01          0          0
1790.04/1790.01	c   oneopt           :       1.13          1          0
1790.04/1790.01	c   crossover        :       0.82         13          2
1790.04/1790.01	c   coefdiving       :      13.47      22805          0
1790.04/1790.01	c   pscostdiving     :      13.41      22805          0
1790.04/1790.01	c   veclendiving     :      13.39      22805          0
1790.04/1790.01	c   linesearchdiving :      13.36      22806          0
1790.04/1790.01	c   guideddiving     :      13.37      22806          0
1790.04/1790.01	c   fracdiving       :      13.36      22806          0
1790.04/1790.01	c   rootsoldiving    :      14.12      22790          0
1790.04/1790.01	c   objpscostdiving  :      13.90      22791          0
1790.04/1790.01	c   trivial          :       0.00          2          1
1790.04/1790.01	c   simplerounding   :       0.81     172900          0
1790.04/1790.01	c   zirounding       :       0.56       1000          0
1790.04/1790.01	c   rounding         :       0.59       5849          0
1790.04/1790.01	c   shifting         :       0.26       1850          0
1790.04/1790.01	c   twoopt           :       0.00          0          0
1790.04/1790.01	c   fixandinfer      :       0.00          0          0
1790.04/1790.01	c   intdiving        :       0.00          0          0
1790.04/1790.01	c   actconsdiving    :       0.00          0          0
1790.04/1790.01	c   octane           :       0.00          0          0
1790.04/1790.01	c   rens             :       0.01          1          0
1790.04/1790.01	c   rins             :       0.00          0          0
1790.04/1790.01	c   localbranching   :       0.00          0          0
1790.04/1790.01	c   mutation         :       0.00          0          0
1790.04/1790.01	c   dins             :       0.00          0          0
1790.04/1790.01	c   undercover       :       0.00          0          0
1790.04/1790.01	c   nlp              :       0.39          0          0
1790.04/1790.01	c   trysol           :       0.70      22995         97
1790.04/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.04/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.04/1790.01	c   dual LP          :     600.06     427535    1671298       3.91    2785.20
1790.04/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.04/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.04/1790.01	c   diving/probing LP:       0.09        210        393       1.87    4365.07
1790.04/1790.01	c   strong branching :       2.33       3309      39466      11.93   16964.14
1790.04/1790.01	c     (at root node) :          -         33       1747      52.94          -
1790.04/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.04/1790.01	c B&B Tree           :
1790.04/1790.01	c   number of runs   :          1
1790.04/1790.01	c   nodes            :    2782725
1790.04/1790.01	c   nodes (total)    :    2782725
1790.04/1790.01	c   nodes left       :    2782630
1790.04/1790.01	c   max depth        :        281
1790.04/1790.01	c   max depth (total):        281
1790.04/1790.01	c   backtracks       :      22884 (0.8%)
1790.04/1790.01	c   delayed cutoffs  :          0
1790.04/1790.01	c   repropagations   :         73 (129 domain reductions, 0 cutoffs)
1790.04/1790.01	c   avg switch length:       2.25
1790.04/1790.01	c   switching time   :      51.23
1790.04/1790.01	c Solution           :
1790.04/1790.01	c   Solutions found  :        100 (1 improvements)
1790.04/1790.01	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
1790.04/1790.01	c   Primal Bound     : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
1790.04/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.04/1790.01	c   Gap              :   infinite
1790.04/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.04/1790.01	c   Root Iterations  :        265
1795.43/1795.46	c Time complete: 1795.5.

Verifier Data

OK	23932

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705761-1278580140/watcher-2705761-1278580140 -o /tmp/evaluation-result-2705761-1278580140/solver-2705761-1278580140 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705761-1278580140.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.00 1.00 0.93 2/170 19974
/proc/meminfo: memFree=30189068/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=12540 CPUtime=0
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 1971 0 0 0 0 0 0 0 21 0 1 0 26228145 12840960 1890 4089446400 4194304 10345943 140734061163232 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19974/statm: 3135 1890 429 1502 0 1628 0

[startup+0.086091 s]
/proc/loadavg: 1.00 1.00 0.93 2/170 19974
/proc/meminfo: memFree=30189068/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=39380 CPUtime=0.08
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 8730 0 0 0 7 1 0 0 21 0 1 0 26228145 40325120 8295 4089446400 4194304 10345943 140734061163232 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19974/statm: 9845 8295 636 1502 0 8338 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39380

[startup+0.101098 s]
/proc/loadavg: 1.00 1.00 0.93 2/170 19974
/proc/meminfo: memFree=30189068/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=39380 CPUtime=0.09
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 8748 0 0 0 8 1 0 0 21 0 1 0 26228145 40325120 8313 4089446400 4194304 10345943 140734061163232 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19974/statm: 9845 8313 636 1502 0 8338 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39380

[startup+0.301062 s]
/proc/loadavg: 1.00 1.00 0.93 2/170 19974
/proc/meminfo: memFree=30189068/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=35664 CPUtime=0.29
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 10179 0 0 0 27 2 0 0 21 0 1 0 26228145 36519936 7782 4089446400 4194304 10345943 140734061163232 18446744073709551615 6520255 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19974/statm: 8916 7782 758 1502 0 7409 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35664

[startup+0.701022 s]
/proc/loadavg: 1.00 1.00 0.93 2/170 19974
/proc/meminfo: memFree=30189068/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=35664 CPUtime=0.69
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 10179 0 0 0 67 2 0 0 22 0 1 0 26228145 36519936 7782 4089446400 4194304 10345943 140734061163232 18446744073709551615 7510132 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19974/statm: 8916 7782 758 1502 0 7409 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35664

[startup+1.50088 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19975
/proc/meminfo: memFree=30160600/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=36040 CPUtime=1.49
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 11600 0 0 0 145 4 0 0 25 0 1 0 26228145 36904960 7884 4089446400 4194304 10345943 140734061163232 18446744073709551615 6803014 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19974/statm: 9010 7884 761 1502 0 7503 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36040

[startup+3.10057 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19975
/proc/meminfo: memFree=30159484/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=35664 CPUtime=3.09
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 15045 0 0 0 304 5 0 0 25 0 1 0 26228145 36519936 7797 4089446400 4194304 10345943 140734061163232 18446744073709551615 4688109 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19974/statm: 8916 7797 761 1502 0 7409 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35664

[startup+6.30094 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19976
/proc/meminfo: memFree=30157812/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=41604 CPUtime=6.29
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 18471 0 0 0 621 8 0 0 25 0 1 0 26228145 42602496 8806 4089446400 4194304 10345943 140734061163232 18446744073709551615 6702715 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19974/statm: 10401 8806 761 1502 0 8894 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41604

[startup+12.7008 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19977
/proc/meminfo: memFree=30147428/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=50848 CPUtime=12.69
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 25650 0 0 0 1256 13 0 0 25 0 1 0 26228145 52068352 11331 4089446400 4194304 10345943 140734061163232 18446744073709551615 18446744073699066034 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 12712 11331 761 1502 0 11205 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50848

[startup+25.5004 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19977
/proc/meminfo: memFree=30133464/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=65756 CPUtime=25.49
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 31653 0 0 0 2528 21 0 0 25 0 1 0 26228145 67334144 14928 4089446400 4194304 10345943 140734061163232 18446744073709551615 4966136 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 16439 14928 764 1502 0 14932 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65756

[startup+51.1007 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19977
/proc/meminfo: memFree=30100116/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=101120 CPUtime=51.09
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 42444 0 0 0 5074 35 0 0 25 0 1 0 26228145 103546880 23653 4089446400 4194304 10345943 140734061163232 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 25280 23653 764 1502 0 23773 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 101120

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19979
/proc/meminfo: memFree=30031736/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=168396 CPUtime=102.29
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 61034 0 0 0 10175 54 0 0 25 0 1 0 26228145 172437504 40307 4089446400 4194304 10345943 140734061163232 18446744073709551615 6119731 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 42099 40307 764 1502 0 40592 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 168396

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19981
/proc/meminfo: memFree=29951080/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=251628 CPUtime=162.29
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 83021 0 0 0 16153 76 0 0 25 0 1 0 26228145 257667072 60394 4089446400 4194304 10345943 140734061163232 18446744073709551615 6777432 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 62907 60394 765 1502 0 61400 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 251628

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19981
/proc/meminfo: memFree=29873524/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=329816 CPUtime=222.29
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 102586 0 0 0 22131 98 0 0 25 0 1 0 26228145 337731584 79958 4089446400 4194304 10345943 140734061163232 18446744073709551615 4476327 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 82454 79958 765 1502 0 80947 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 329816

[startup+282.301 s]
/proc/loadavg: 1.07 1.02 0.93 2/171 19983
/proc/meminfo: memFree=29795112/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=408752 CPUtime=282.29
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 122248 0 0 0 28112 117 0 0 25 0 1 0 26228145 418562048 99619 4089446400 4194304 10345943 140734061163232 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 102188 99619 765 1502 0 100681 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 408752

[startup+342.301 s]
/proc/loadavg: 1.02 1.01 0.93 2/171 19985
/proc/meminfo: memFree=29705040/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=505416 CPUtime=342.3
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 146350 0 0 0 34097 133 0 0 25 0 1 0 26228145 517545984 121852 4089446400 4194304 10345943 140734061163232 18446744073709551615 4696469 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 126354 121852 766 1502 0 124847 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 505416

[startup+402.301 s]
/proc/loadavg: 1.01 1.00 0.93 2/171 19987
/proc/meminfo: memFree=29615332/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=594724 CPUtime=402.3
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 168706 0 0 0 40082 148 0 0 25 0 1 0 26228145 608997376 144207 4089446400 4194304 10345943 140734061163232 18446744073709551615 5926381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 148681 144207 766 1502 0 147174 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 594724

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19989
/proc/meminfo: memFree=29527232/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=682340 CPUtime=462.3
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 190581 0 0 0 46067 163 0 0 25 0 1 0 26228145 698716160 166082 4089446400 4194304 10345943 140734061163232 18446744073709551615 4872604 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 170585 166082 766 1502 0 169078 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 682340

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19989
/proc/meminfo: memFree=29437012/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=773708 CPUtime=522.3
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 213501 0 0 0 52048 182 0 0 25 0 1 0 26228145 792276992 189002 4089446400 4194304 10345943 140734061163232 18446744073709551615 6002307 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 193427 189002 766 1502 0 191920 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 773708

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19994
/proc/meminfo: memFree=29343976/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=863428 CPUtime=582.3
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 238038 0 0 0 58037 193 0 0 25 0 1 0 26228145 884150272 211670 4089446400 4194304 10345943 140734061163232 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 215857 211670 766 1502 0 214350 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 863428

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 19996
/proc/meminfo: memFree=29251864/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=955388 CPUtime=642.31
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 260978 0 0 0 64025 206 0 0 25 0 1 0 26228145 978317312 234610 4089446400 4194304 10345943 140734061163232 18446744073709551615 6757720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 238847 234610 766 1502 0 237340 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 955388

[startup+702.3 s]

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

/proc/meminfo: memFree=28523980/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=1699548 CPUtime=1122.32
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 444452 0 0 0 111925 307 0 0 25 0 1 0 26228145 1740337152 416214 4089446400 4194304 10345943 140734061163232 18446744073709551615 6787788 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 424887 416214 766 1502 0 423380 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1699548

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 20010
/proc/meminfo: memFree=28435868/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=1791088 CPUtime=1182.32
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 467421 0 0 0 117913 319 0 0 25 0 1 0 26228145 1834074112 439183 4089446400 4194304 10345943 140734061163232 18446744073709551615 6864707 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 447772 439183 766 1502 0 446265 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1791088

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 20012
/proc/meminfo: memFree=28342204/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=1881068 CPUtime=1242.32
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 489787 0 0 0 123899 333 0 0 25 0 1 0 26228145 1926213632 461548 4089446400 4194304 10345943 140734061163232 18446744073709551615 8160015 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 470267 461548 766 1502 0 468760 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1881068

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 20014
/proc/meminfo: memFree=28250876/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=1971632 CPUtime=1302.32
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 512411 0 0 0 129883 349 0 0 25 0 1 0 26228145 2018951168 484172 4089446400 4194304 10345943 140734061163232 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 492908 484172 766 1502 0 491401 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 1971632

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 20016
/proc/meminfo: memFree=28159812/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=2096344 CPUtime=1362.32
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 535372 0 0 0 135867 365 0 0 25 0 1 0 26228145 2146656256 507132 4089446400 4194304 10345943 140734061163232 18446744073709551615 4246743 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 524086 507132 766 1502 0 522579 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 2096344

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 20016
/proc/meminfo: memFree=28069120/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=2187212 CPUtime=1422.33
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 557756 0 0 0 141854 379 0 0 25 0 1 0 26228145 2239705088 529515 4089446400 4194304 10345943 140734061163232 18446744073709551615 6865868 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 546803 529515 766 1502 0 545296 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 2187212

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 20018
/proc/meminfo: memFree=27979408/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=2276296 CPUtime=1482.33
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 580207 0 0 0 147841 392 0 0 25 0 1 0 26228145 2330927104 551966 4089446400 4194304 10345943 140734061163232 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 569074 551966 766 1502 0 567567 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 2276296

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 20020
/proc/meminfo: memFree=27889460/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=2366624 CPUtime=1542.33
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 602813 0 0 0 153828 405 0 0 25 0 1 0 26228145 2423422976 574572 4089446400 4194304 10345943 140734061163232 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 591656 574572 766 1502 0 590149 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 2366624

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 20022
/proc/meminfo: memFree=27797876/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=2458464 CPUtime=1602.33
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 625808 0 0 0 159817 416 0 0 25 0 1 0 26228145 2517467136 597567 4089446400 4194304 10345943 140734061163232 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 614616 597567 766 1502 0 613109 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 2458464

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 20024
/proc/meminfo: memFree=27706684/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=2548528 CPUtime=1662.33
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 648209 0 0 0 165803 430 0 0 25 0 1 0 26228145 2609692672 619968 4089446400 4194304 10345943 140734061163232 18446744073709551615 6864980 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 637132 619968 766 1502 0 635625 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 2548528

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 20024
/proc/meminfo: memFree=27618328/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=2637568 CPUtime=1722.33
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 670410 0 0 0 171791 442 0 0 25 0 1 0 26228145 2700869632 642169 4089446400 4194304 10345943 140734061163232 18446744073709551615 6866204 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 659392 642169 766 1502 0 657885 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 2637568

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 20026
/proc/meminfo: memFree=27526128/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=2728828 CPUtime=1782.33
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 693017 0 0 0 177780 453 0 0 25 0 1 0 26228145 2794319872 664776 4089446400 4194304 10345943 140734061163232 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 682207 664776 766 1502 0 680700 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 2728828

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 20026
/proc/meminfo: memFree=27521656/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=2734364 CPUtime=1785.53
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 694416 0 0 0 178099 454 0 0 25 0 1 0 26228145 2799988736 666175 4089446400 4194304 10345943 140734061163232 18446744073709551615 9137947 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/19974/statm: 683591 666175 766 1502 0 682084 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 2734364

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 20026
/proc/meminfo: memFree=27511972/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=2743044 CPUtime=1791.94
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 696587 0 0 0 178738 456 0 0 25 0 1 0 26228145 2808877056 668346 4089446400 4194304 10345943 140734061163232 18446744073709551615 6325130 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19974/statm: 685761 668346 770 1502 0 684254 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 2743044

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 20026
/proc/meminfo: memFree=27511972/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=2743044 CPUtime=1793.53
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 696587 0 0 0 178897 456 0 0 25 0 1 0 26228145 2808877056 668346 4089446400 4194304 10345943 140734061163232 18446744073709551615 6325133 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19974/statm: 685761 668346 770 1502 0 684254 0
Current children cumulated CPU time (s) 1793.53
Current children cumulated vsize (KiB) 2743044

[startup+1794.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 20026
/proc/meminfo: memFree=27511848/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=2743044 CPUtime=1794.33
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 696587 0 0 0 178977 456 0 0 25 0 1 0 26228145 2808877056 668346 4089446400 4194304 10345943 140734061163232 18446744073709551615 6325130 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19974/statm: 685761 668346 770 1502 0 684254 0
Current children cumulated CPU time (s) 1794.33
Current children cumulated vsize (KiB) 2743044

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 20026
/proc/meminfo: memFree=27511848/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=2743044 CPUtime=1795.14
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 696587 0 0 0 179058 456 0 0 25 0 1 0 26228145 2808877056 668346 4089446400 4194304 10345943 140734061163232 18446744073709551615 6325130 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19974/statm: 685761 668346 770 1502 0 684254 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 2743044

[startup+1795.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 20026
/proc/meminfo: memFree=27511848/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=2743044 CPUtime=1795.33
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 696587 0 0 0 179077 456 0 0 25 0 1 0 26228145 2808877056 668346 4089446400 4194304 10345943 140734061163232 18446744073709551615 6325130 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19974/statm: 685761 668346 770 1502 0 684254 0
Current children cumulated CPU time (s) 1795.33
Current children cumulated vsize (KiB) 2743044

[startup+1795.4 s]
/proc/loadavg: 1.00 1.00 0.93 2/171 20026
/proc/meminfo: memFree=27511848/32951124 swapFree=67111528/67111528
[pid=19974] ppid=19972 vsize=2678520 CPUtime=1795.43
/proc/19974/stat : 19974 (pbscip.linux.x8) R 19972 19974 19595 0 -1 4202496 696587 0 0 0 179085 458 0 0 25 0 1 0 26228145 2742804480 492394 4089446400 4194304 10345943 140734061163232 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19974/statm: 669630 491906 770 1502 0 668123 0
Current children cumulated CPU time (s) 1795.43
Current children cumulated vsize (KiB) 2678520

Child status: 0
Real time (s): 1795.47
CPU time (s): 1795.51
CPU user time (s): 1790.86
CPU system time (s): 4.65229
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2743044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.86
system time used= 4.65229
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 696590
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 19319

runsolver used 2.96255 second user time and 5.22021 second system time

The end

Launcher Data

Begin job on node105 at 2010-07-08 11:09:00
IDJOB=2705761
IDBENCH=79425
IDSOLVER=1214
FILE ID=node105/2705761-1278580140
PBS_JOBID= 11240243
Free space on /tmp= 73616 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh220_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-2705761-1278580140/watcher-2705761-1278580140 -o /tmp/evaluation-result-2705761-1278580140/solver-2705761-1278580140 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705761-1278580140.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 862c57b9a103de4e976a73e17aca1258
RANDOM SEED=1165751902

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30189472 kB
Buffers:        141496 kB
Cached:        2414740 kB
SwapCached:          0 kB
Active:        1093132 kB
Inactive:      1524536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30189472 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12852 kB
Writeback:           0 kB
AnonPages:       61612 kB
Mapped:          14588 kB
Slab:            80172 kB
PageTables:       4204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   181988 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= 73604 MiB
End job on node105 at 2010-07-08 11:38:56