Trace number 2705738

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.07 1795.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh219_wcsp.wbo
MD5SUM0a308225f12d2c01751496daa1233c60
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark82
Best CPU time to get the best result obtained on this benchmark0.986849
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-2705738-1278580124.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 |     - |5948k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.00/0.05	c   0.0s|     1 |     0 |     0 |     - |6320k|   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 |    30 |     - |6379k|   0 |   0 |1700 |1600 |1700 |  58 |  58 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   100 |     - |6398k|   0 |  33 |1700 |1600 |1700 |  94 |  94 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   146 |     - |6457k|   0 |  65 |1700 |1600 |1700 | 138 | 138 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.14	c   0.1s|     1 |     0 |   188 |     - |6856k|   0 |  78 |1700 |1600 |1700 | 158 | 158 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.16	c   0.2s|     1 |     0 |   214 |     - |7399k|   0 |  74 |1700 |1600 |1700 | 167 | 167 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.19	c   0.2s|     1 |     0 |   233 |     - |8027k|   0 |  79 |1700 |1600 |1700 | 175 | 175 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.29/0.30	c   0.3s|     1 |     2 |   233 |     - |8052k|   0 |  79 |1700 |1600 |1700 | 175 | 175 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
10.18/10.23	c  10.2s| 10000 | 10001 | 48172 |   4.8 |  20M|  85 |  12 |1700 |1600 |1700 | 277 |  17k|   0 | 791 | 0.000000e+00 | 3.942380e+05 |    Inf 
18.48/18.57	c  18.6s| 20000 | 19999 | 84110 |   4.2 |  30M| 111 |  34 |1700 |1600 |1700 | 172 |  29k|   0 | 791 | 0.000000e+00 | 3.942380e+05 |    Inf 
26.88/26.97	c  27.0s| 30000 | 29999 |130655 |   4.3 |  40M| 111 |   5 |1700 |1600 |1700 | 274 |  43k|   0 | 905 | 0.000000e+00 | 3.942380e+05 |    Inf 
35.28/35.38	c  35.4s| 40000 | 39999 |162983 |   4.1 |  50M| 111 |   0 |1700 |1600 |1700 | 257 |  55k|   0 |1055 | 0.000000e+00 | 3.942380e+05 |    Inf 
43.69/43.79	c  43.8s| 50000 | 49997 |196366 |   3.9 |  59M| 115 |   0 |1700 |1600 |1700 | 265 |  67k|   0 |1175 | 0.000000e+00 | 3.942380e+05 |    Inf 
51.98/52.04	c  52.0s| 60000 | 59997 |229977 |   3.8 |  69M| 115 |  18 |1700 |1600 |1700 | 282 |  79k|   0 |1305 | 0.000000e+00 | 3.942380e+05 |    Inf 
59.88/59.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
59.88/59.97	c  60.0s| 70000 | 69997 |256970 |   3.7 |  79M| 115 |   0 |1700 |1600 |1700 | 288 |  89k|   0 |1401 | 0.000000e+00 | 3.942380e+05 |    Inf 
67.98/68.05	c  68.0s| 80000 | 79995 |287598 |   3.6 |  89M| 115 |   0 |1700 |1601 |1700 | 288 | 100k|   1 |1501 | 0.000000e+00 | 3.942380e+05 |    Inf 
75.98/76.01	c  76.0s| 90000 | 89995 |313973 |   3.5 |  98M| 115 |  14 |1700 |1601 |1700 | 172 | 109k|   1 |1582 | 0.000000e+00 | 3.942380e+05 |    Inf 
83.98/84.01	c  84.0s|100000 | 99995 |341309 |   3.4 | 108M| 115 |   9 |1700 |1601 |1700 | 243 | 119k|   1 |1675 | 0.000000e+00 | 3.942380e+05 |    Inf 
91.89/91.98	c  92.0s|110000 |109995 |367722 |   3.3 | 118M| 117 |   0 |1700 |1601 |1700 | 277 | 128k|   1 |1749 | 0.000000e+00 | 3.942380e+05 |    Inf 
99.99/100.06	c   100s|120000 |119993 |397126 |   3.3 | 127M| 117 |   6 |1700 |1601 |1700 | 239 | 138k|   1 |1850 | 0.000000e+00 | 3.942380e+05 |    Inf 
107.98/108.04	c   108s|130000 |129993 |427247 |   3.3 | 137M| 117 |   0 |1700 |1601 |1700 | 263 | 147k|   1 |1942 | 0.000000e+00 | 3.942380e+05 |    Inf 
116.09/116.10	c   116s|140000 |139991 |453954 |   3.2 | 147M| 117 |   0 |1700 |1601 |1700 | 242 | 156k|   1 |2022 | 0.000000e+00 | 3.942380e+05 |    Inf 
123.79/123.86	c   124s|150000 |149989 |472633 |   3.1 | 156M| 117 |   0 |1700 |1601 |1700 | 266 | 163k|   1 |2073 | 0.000000e+00 | 3.942380e+05 |    Inf 
131.59/131.66	c   132s|160000 |159989 |495308 |   3.1 | 166M| 117 |   0 |1700 |1601 |1700 | 254 | 170k|   1 |2111 | 0.000000e+00 | 3.942380e+05 |    Inf 
139.29/139.37	c   139s|170000 |169989 |515334 |   3.0 | 176M| 117 |   0 |1700 |1601 |1700 | 237 | 177k|   1 |2173 | 0.000000e+00 | 3.942380e+05 |    Inf 
146.99/147.05	c   147s|180000 |179989 |534722 |   3.0 | 185M| 117 |   0 |1700 |1601 |1700 | 262 | 183k|   1 |2226 | 0.000000e+00 | 3.942380e+05 |    Inf 
154.49/154.51	c   155s|190000 |189989 |548979 |   2.9 | 195M| 129 |   0 |1700 |1601 |1700 | 258 | 188k|   1 |2250 | 0.000000e+00 | 3.942380e+05 |    Inf 
161.89/161.99	c   162s|200000 |199989 |567539 |   2.8 | 204M| 129 |   0 |1700 |1601 |1700 | 295 | 194k|   1 |2281 | 0.000000e+00 | 3.942380e+05 |    Inf 
169.39/169.47	c   169s|210000 |209989 |583726 |   2.8 | 214M| 129 |   0 |1700 |1601 |1700 | 252 | 200k|   1 |2328 | 0.000000e+00 | 3.942380e+05 |    Inf 
176.99/177.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
176.99/177.07	c   177s|220000 |219989 |603606 |   2.7 | 224M| 129 |   0 |1700 |1601 |1700 | 264 | 207k|   1 |2351 | 0.000000e+00 | 3.942380e+05 |    Inf 
184.59/184.60	c   185s|230000 |229989 |621237 |   2.7 | 233M| 129 |   0 |1700 |1601 |1700 | 257 | 213k|   1 |2399 | 0.000000e+00 | 3.942380e+05 |    Inf 
192.19/192.27	c   192s|240000 |239989 |642796 |   2.7 | 243M| 129 |   0 |1700 |1601 |1700 | 246 | 221k|   1 |2434 | 0.000000e+00 | 3.942380e+05 |    Inf 
199.59/199.62	c   200s|250000 |249989 |655643 |   2.6 | 252M| 129 |   0 |1700 |1601 |1700 | 253 | 225k|   1 |2458 | 0.000000e+00 | 3.942380e+05 |    Inf 
207.30/207.34	c   207s|260000 |259989 |676670 |   2.6 | 262M| 129 |   0 |1700 |1601 |1700 | 271 | 233k|   1 |2504 | 0.000000e+00 | 3.942380e+05 |    Inf 
214.59/214.64	c   215s|270000 |269989 |690238 |   2.6 | 272M| 129 |   0 |1700 |1601 |1700 | 258 | 238k|   1 |2526 | 0.000000e+00 | 3.942380e+05 |    Inf 
221.79/221.86	c   222s|280000 |279989 |702259 |   2.5 | 281M| 129 |   0 |1700 |1601 |1700 | 272 | 242k|   1 |2547 | 0.000000e+00 | 3.942380e+05 |    Inf 
229.20/229.22	c   229s|290000 |289989 |717183 |   2.5 | 291M| 129 |   0 |1700 |1601 |1700 | 270 | 247k|   1 |2566 | 0.000000e+00 | 3.942380e+05 |    Inf 
236.59/236.64	c   237s|300000 |299989 |733483 |   2.4 | 300M| 129 |   0 |1700 |1601 |1700 | 265 | 253k|   1 |2587 | 0.000000e+00 | 3.942380e+05 |    Inf 
244.29/244.33	c   244s|310000 |309989 |755538 |   2.4 | 310M| 129 |  12 |1700 |1600 |1700 | 276 | 261k|   1 |2628 | 0.000000e+00 | 3.942380e+05 |    Inf 
251.59/251.65	c   252s|320000 |319989 |771103 |   2.4 | 320M| 129 |   0 |1700 |1600 |1700 | 262 | 266k|   1 |2647 | 0.000000e+00 | 3.942380e+05 |    Inf 
258.79/258.85	c   259s|330000 |329987 |782093 |   2.4 | 329M| 129 |   0 |1700 |1601 |1700 | 272 | 270k|   2 |2665 | 0.000000e+00 | 3.942380e+05 |    Inf 
265.79/265.89	c   266s|340000 |339987 |787994 |   2.3 | 339M| 129 |   0 |1700 |1601 |1700 | 266 | 272k|   2 |2685 | 0.000000e+00 | 3.942380e+05 |    Inf 
273.30/273.35	c   273s|350000 |349987 |804514 |   2.3 | 348M| 129 |   0 |1700 |1601 |1700 | 261 | 278k|   2 |2707 | 0.000000e+00 | 3.942380e+05 |    Inf 
280.79/280.80	c   281s|360000 |359987 |823578 |   2.3 | 358M| 129 |   0 |1700 |1601 |1700 | 270 | 285k|   2 |2730 | 0.000000e+00 | 3.942380e+05 |    Inf 
288.00/288.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
288.00/288.09	c   288s|370000 |369987 |838348 |   2.3 | 367M| 129 |   0 |1700 |1601 |1700 | 288 | 290k|   2 |2751 | 0.000000e+00 | 3.942380e+05 |    Inf 
295.49/295.56	c   296s|380000 |379987 |854987 |   2.2 | 377M| 129 |  23 |1700 |1601 |1700 | 206 | 296k|   2 |2786 | 0.000000e+00 | 3.942380e+05 |    Inf 
302.69/302.79	c   303s|390000 |389987 |868029 |   2.2 | 387M| 129 |   0 |1700 |1601 |1700 | 230 | 301k|   2 |2804 | 0.000000e+00 | 3.942380e+05 |    Inf 
310.20/310.22	c   310s|400000 |399987 |883921 |   2.2 | 396M| 129 |   0 |1700 |1601 |1700 | 246 | 306k|   2 |2826 | 0.000000e+00 | 3.942380e+05 |    Inf 
317.70/317.75	c   318s|410000 |409987 |901719 |   2.2 | 406M| 129 |   0 |1700 |1601 |1700 | 266 | 312k|   2 |2850 | 0.000000e+00 | 3.942380e+05 |    Inf 
325.09/325.14	c   325s|420000 |419987 |917904 |   2.2 | 415M| 129 |  13 |1700 |1601 |1700 | 277 | 318k|   2 |2869 | 0.000000e+00 | 3.942380e+05 |    Inf 
332.70/332.72	c   333s|430000 |429987 |937238 |   2.2 | 425M| 129 |  10 |1700 |1601 |1700 | 240 | 325k|   2 |2905 | 0.000000e+00 | 3.942380e+05 |    Inf 
340.19/340.22	c   340s|440000 |439987 |955352 |   2.2 | 435M| 129 |   0 |1700 |1601 |1700 | 250 | 332k|   2 |2923 | 0.000000e+00 | 3.942380e+05 |    Inf 
347.70/347.77	c   348s|450000 |449987 |973755 |   2.2 | 444M| 129 |  34 |1700 |1601 |1700 | 267 | 338k|   2 |2944 | 0.000000e+00 | 3.942380e+05 |    Inf 
355.09/355.15	c   355s|460000 |459987 |989614 |   2.2 | 454M| 129 |   0 |1700 |1601 |1700 | 273 | 343k|   2 |3003 | 0.000000e+00 | 3.942380e+05 |    Inf 
362.30/362.38	c   362s|470000 |469985 |  1001k|   2.1 | 463M| 129 |   0 |1700 |1602 |1700 | 282 | 348k|   3 |3017 | 0.000000e+00 | 3.942380e+05 |    Inf 
369.40/369.48	c   369s|480000 |479985 |  1011k|   2.1 | 473M| 129 |   0 |1700 |1602 |1700 | 268 | 351k|   3 |3023 | 0.000000e+00 | 3.942380e+05 |    Inf 
376.89/376.97	c   377s|490000 |489985 |  1028k|   2.1 | 483M| 129 |  16 |1700 |1602 |1700 | 193 | 357k|   3 |3053 | 0.000000e+00 | 3.942380e+05 |    Inf 
384.30/384.35	c   384s|500000 |499985 |  1044k|   2.1 | 492M| 129 |   5 |1700 |1602 |1700 | 259 | 363k|   3 |3074 | 0.000000e+00 | 3.942380e+05 |    Inf 
391.69/391.78	c   392s|510000 |509985 |  1062k|   2.1 | 502M| 129 |   0 |1700 |1602 |1700 | 270 | 369k|   3 |3091 | 0.000000e+00 | 3.942380e+05 |    Inf 
399.20/399.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
399.20/399.21	c   399s|520000 |519985 |  1077k|   2.1 | 511M| 129 |   0 |1700 |1602 |1700 | 264 | 374k|   3 |3132 | 0.000000e+00 | 3.942380e+05 |    Inf 
406.60/406.60	c   407s|530000 |529985 |  1093k|   2.1 | 521M| 131 |   0 |1700 |1602 |1700 | 250 | 380k|   3 |3149 | 0.000000e+00 | 3.942380e+05 |    Inf 
413.80/413.87	c   414s|540000 |539985 |  1105k|   2.0 | 530M| 131 |   0 |1700 |1602 |1700 | 263 | 384k|   3 |3166 | 0.000000e+00 | 3.942380e+05 |    Inf 
421.20/421.26	c   421s|550000 |549985 |  1120k|   2.0 | 540M| 131 |   0 |1700 |1602 |1700 | 254 | 390k|   3 |3182 | 0.000000e+00 | 3.942380e+05 |    Inf 
428.50/428.58	c   429s|560000 |559985 |  1134k|   2.0 | 550M| 131 |  10 |1700 |1602 |1700 | 247 | 395k|   3 |3197 | 0.000000e+00 | 3.942380e+05 |    Inf 
435.90/435.95	c   436s|570000 |569985 |  1149k|   2.0 | 559M| 131 |   0 |1700 |1602 |1700 | 250 | 400k|   3 |3215 | 0.000000e+00 | 3.942380e+05 |    Inf 
443.50/443.50	c   443s|580000 |579985 |  1169k|   2.0 | 569M| 131 |   0 |1700 |1602 |1700 | 289 | 407k|   3 |3233 | 0.000000e+00 | 3.942380e+05 |    Inf 
450.60/450.68	c   451s|590000 |589985 |  1182k|   2.0 | 578M| 159 |   0 |1700 |1602 |1700 | 266 | 412k|   3 |3249 | 0.000000e+00 | 3.942380e+05 |    Inf 
457.80/457.81	c   458s|600000 |599985 |  1195k|   2.0 | 588M| 161 |   8 |1700 |1602 |1700 | 271 | 416k|   3 |3264 | 0.000000e+00 | 3.942380e+05 |    Inf 
464.80/464.84	c   465s|610000 |609985 |  1206k|   2.0 | 598M| 161 |   5 |1700 |1602 |1700 | 278 | 420k|   3 |3283 | 0.000000e+00 | 3.942380e+05 |    Inf 
472.10/472.15	c   472s|620000 |619985 |  1219k|   2.0 | 607M| 161 |   3 |1700 |1602 |1700 | 232 | 425k|   3 |3296 | 0.000000e+00 | 3.942380e+05 |    Inf 
479.40/479.41	c   479s|630000 |629985 |  1236k|   2.0 | 617M| 161 |   0 |1700 |1602 |1700 | 267 | 430k|   3 |3324 | 0.000000e+00 | 3.942380e+05 |    Inf 
486.50/486.55	c   487s|640000 |639985 |  1248k|   2.0 | 626M| 161 |   0 |1700 |1602 |1700 | 258 | 434k|   3 |3330 | 0.000000e+00 | 3.942380e+05 |    Inf 
493.60/493.69	c   494s|650000 |649985 |  1261k|   1.9 | 636M| 161 |   0 |1700 |1602 |1700 | 301 | 439k|   3 |3342 | 0.000000e+00 | 3.942380e+05 |    Inf 
500.70/500.78	c   501s|660000 |659985 |  1274k|   1.9 | 646M| 163 |   0 |1700 |1602 |1700 | 289 | 443k|   3 |3360 | 0.000000e+00 | 3.942380e+05 |    Inf 
507.90/507.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
507.90/507.92	c   508s|670000 |669985 |  1286k|   1.9 | 655M| 171 |   0 |1700 |1602 |1700 | 282 | 448k|   3 |3374 | 0.000000e+00 | 3.942380e+05 |    Inf 
515.00/515.01	c   515s|680000 |679985 |  1298k|   1.9 | 665M| 171 |   0 |1700 |1602 |1700 | 278 | 452k|   3 |3394 | 0.000000e+00 | 3.942380e+05 |    Inf 
522.10/522.16	c   522s|690000 |689985 |  1311k|   1.9 | 675M| 171 |   0 |1700 |1602 |1700 | 278 | 456k|   3 |3410 | 0.000000e+00 | 3.942380e+05 |    Inf 
529.11/529.17	c   529s|700000 |699985 |  1324k|   1.9 | 684M| 171 |   0 |1700 |1602 |1700 | 277 | 460k|   3 |3422 | 0.000000e+00 | 3.942380e+05 |    Inf 
536.30/536.39	c   536s|710000 |709983 |  1340k|   1.9 | 694M| 171 |   0 |1700 |1603 |1700 | 283 | 465k|   4 |3442 | 0.000000e+00 | 3.942380e+05 |    Inf 
543.30/543.39	c   543s|720000 |719983 |  1353k|   1.9 | 703M| 171 |   0 |1700 |1603 |1700 | 272 | 470k|   4 |3454 | 0.000000e+00 | 3.942380e+05 |    Inf 
550.51/550.51	c   550s|730000 |729983 |  1364k|   1.9 | 713M| 171 |   0 |1700 |1603 |1700 | 258 | 474k|   4 |3475 | 0.000000e+00 | 3.942380e+05 |    Inf 
557.40/557.48	c   557s|740000 |739983 |  1375k|   1.9 | 722M| 171 |   0 |1700 |1603 |1700 | 269 | 478k|   4 |3492 | 0.000000e+00 | 3.942380e+05 |    Inf 
564.51/564.55	c   565s|750000 |749983 |  1387k|   1.9 | 732M| 171 |   0 |1700 |1603 |1700 | 288 | 482k|   4 |3507 | 0.000000e+00 | 3.942380e+05 |    Inf 
571.71/571.72	c   572s|760000 |759983 |  1402k|   1.8 | 742M| 171 |   0 |1700 |1603 |1700 | 263 | 487k|   4 |3527 | 0.000000e+00 | 3.942380e+05 |    Inf 
578.61/578.69	c   579s|770000 |769981 |  1413k|   1.8 | 751M| 171 |   0 |1700 |1604 |1700 | 286 | 491k|   5 |3528 | 0.000000e+00 | 3.942380e+05 |    Inf 
585.40/585.42	c   585s|780000 |779981 |  1418k|   1.8 | 761M| 171 |   0 |1700 |1604 |1700 | 278 | 493k|   5 |3542 | 0.000000e+00 | 3.942380e+05 |    Inf 
592.40/592.46	c   592s|790000 |789981 |  1428k|   1.8 | 770M| 171 |   0 |1700 |1603 |1700 | 272 | 496k|   5 |3550 | 0.000000e+00 | 3.942380e+05 |    Inf 
599.61/599.64	c   600s|800000 |799981 |  1445k|   1.8 | 780M| 171 |   0 |1700 |1603 |1700 | 254 | 502k|   5 |3566 | 0.000000e+00 | 3.942380e+05 |    Inf 
606.81/606.89	c   607s|810000 |809981 |  1461k|   1.8 | 790M| 171 |   0 |1700 |1603 |1700 | 264 | 507k|   5 |3586 | 0.000000e+00 | 3.942380e+05 |    Inf 
613.90/613.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
613.90/613.97	c   614s|820000 |819981 |  1474k|   1.8 | 799M| 171 |   0 |1700 |1603 |1700 | 217 | 512k|   5 |3609 | 0.000000e+00 | 3.942380e+05 |    Inf 
620.81/620.86	c   621s|830000 |829979 |  1487k|   1.8 | 809M| 213 |   0 |1700 |1603 |1700 | 292 | 516k|   5 |3628 | 0.000000e+00 | 3.942380e+05 |    Inf 
627.71/627.72	c   628s|840000 |839975 |  1499k|   1.8 | 818M| 213 |   0 |1700 |1604 |1700 | 254 | 520k|   6 |3645 | 0.000000e+00 | 3.942380e+05 |    Inf 
634.41/634.44	c   634s|850000 |849973 |  1508k|   1.8 | 828M| 213 |   0 |1700 |1604 |1700 | 274 | 523k|   6 |3646 | 0.000000e+00 | 3.942380e+05 |    Inf 
641.21/641.27	c   641s|860000 |859973 |  1518k|   1.8 | 838M| 213 |   0 |1700 |1604 |1700 | 268 | 527k|   6 |3661 | 0.000000e+00 | 3.942380e+05 |    Inf 
647.81/647.86	c   648s|870000 |869973 |  1524k|   1.8 | 847M| 213 |   0 |1700 |1604 |1700 | 276 | 529k|   6 |3663 | 0.000000e+00 | 3.942380e+05 |    Inf 
654.51/654.57	c   655s|880000 |879973 |  1532k|   1.7 | 857M| 213 |   0 |1700 |1604 |1700 | 274 | 531k|   6 |3682 | 0.000000e+00 | 3.942380e+05 |    Inf 
661.30/661.38	c   661s|890000 |889973 |  1542k|   1.7 | 866M| 213 |   0 |1700 |1604 |1700 | 266 | 535k|   6 |3689 | 0.000000e+00 | 3.942380e+05 |    Inf 
668.00/668.04	c   668s|900000 |899973 |  1549k|   1.7 | 876M| 213 |   0 |1700 |1604 |1700 | 281 | 538k|   6 |3700 | 0.000000e+00 | 3.942380e+05 |    Inf 
674.81/674.86	c   675s|910000 |909973 |  1559k|   1.7 | 885M| 213 |   0 |1700 |1604 |1700 | 275 | 541k|   6 |3712 | 0.000000e+00 | 3.942380e+05 |    Inf 
681.41/681.42	c   681s|920000 |919973 |  1566k|   1.7 | 895M| 213 |   0 |1700 |1604 |1700 | 271 | 543k|   6 |3719 | 0.000000e+00 | 3.942380e+05 |    Inf 
687.80/687.89	c   688s|930000 |929973 |  1571k|   1.7 | 904M| 213 |   0 |1700 |1604 |1700 | 281 | 545k|   6 |3719 | 0.000000e+00 | 3.942380e+05 |    Inf 
694.50/694.53	c   695s|940000 |939973 |  1578k|   1.7 | 914M| 213 |   0 |1700 |1604 |1700 | 273 | 547k|   6 |3732 | 0.000000e+00 | 3.942380e+05 |    Inf 
701.30/701.32	c   701s|950000 |949973 |  1588k|   1.7 | 923M| 213 |   7 |1700 |1603 |1700 | 263 | 550k|   6 |3743 | 0.000000e+00 | 3.942380e+05 |    Inf 
708.01/708.06	c   708s|960000 |959973 |  1597k|   1.7 | 933M| 213 |   0 |1700 |1603 |1700 | 275 | 553k|   6 |3764 | 0.000000e+00 | 3.942380e+05 |    Inf 
714.81/714.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
714.81/714.87	c   715s|970000 |969971 |  1607k|   1.7 | 943M| 213 |   0 |1700 |1604 |1700 | 265 | 557k|   7 |3764 | 0.000000e+00 | 3.942380e+05 |    Inf 
721.52/721.51	c   722s|980000 |979971 |  1614k|   1.6 | 952M| 213 |   0 |1700 |1604 |1700 | 311 | 559k|   7 |3784 | 0.000000e+00 | 3.942380e+05 |    Inf 
728.31/728.36	c   728s|990000 |989971 |  1626k|   1.6 | 962M| 213 |   0 |1700 |1604 |1700 | 266 | 564k|   7 |3798 | 0.000000e+00 | 3.942380e+05 |    Inf 
735.10/735.15	c   735s|  1000k|999971 |  1637k|   1.6 | 971M| 213 |   0 |1700 |1604 |1700 | 269 | 568k|   7 |3804 | 0.000000e+00 | 3.942380e+05 |    Inf 
741.91/741.91	c   742s|  1010k|  1009k|  1645k|   1.6 | 981M| 213 |   0 |1700 |1604 |1700 | 258 | 570k|   7 |3819 | 0.000000e+00 | 3.942380e+05 |    Inf 
748.51/748.51	c   748s|  1020k|  1019k|  1651k|   1.6 | 990M| 213 |   0 |1700 |1604 |1700 | 264 | 572k|   7 |3820 | 0.000000e+00 | 3.942380e+05 |    Inf 
754.81/754.88	c   755s|  1030k|  1029k|  1654k|   1.6 |1000M| 213 |   0 |1700 |1604 |1700 | 282 | 573k|   7 |3820 | 0.000000e+00 | 3.942380e+05 |    Inf 
761.31/761.35	c   761s|  1040k|  1039k|  1658k|   1.6 |1009M| 213 |   0 |1700 |1604 |1700 | 257 | 574k|   7 |3832 | 0.000000e+00 | 3.942380e+05 |    Inf 
767.82/767.86	c   768s|  1050k|  1049k|  1662k|   1.6 |1019M| 213 |   0 |1700 |1604 |1700 | 271 | 575k|   7 |3838 | 0.000000e+00 | 3.942380e+05 |    Inf 
774.51/774.50	c   774s|  1060k|  1059k|  1669k|   1.6 |1028M| 213 |   0 |1700 |1604 |1700 | 269 | 578k|   7 |3838 | 0.000000e+00 | 3.942380e+05 |    Inf 
780.92/780.94	c   781s|  1070k|  1069k|  1673k|   1.6 |1038M| 213 |   0 |1700 |1604 |1700 | 245 | 579k|   7 |3846 | 0.000000e+00 | 3.942380e+05 |    Inf 
787.61/787.63	c   788s|  1080k|  1079k|  1680k|   1.6 |1047M| 213 |   0 |1700 |1604 |1700 | 253 | 581k|   7 |3858 | 0.000000e+00 | 3.942380e+05 |    Inf 
794.22/794.21	c   794s|  1090k|  1089k|  1686k|   1.5 |1057M| 213 |   0 |1700 |1604 |1700 | 280 | 583k|   7 |3858 | 0.000000e+00 | 3.942380e+05 |    Inf 
800.81/800.86	c   801s|  1100k|  1099k|  1692k|   1.5 |1067M| 213 |   0 |1700 |1604 |1700 | 271 | 585k|   7 |3875 | 0.000000e+00 | 3.942380e+05 |    Inf 
807.41/807.40	c   807s|  1110k|  1109k|  1697k|   1.5 |1076M| 213 |   0 |1700 |1604 |1700 | 274 | 587k|   7 |3877 | 0.000000e+00 | 3.942380e+05 |    Inf 
813.81/813.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
813.81/813.83	c   814s|  1120k|  1119k|  1700k|   1.5 |1086M| 213 |   0 |1700 |1603 |1700 | 285 | 588k|   7 |3877 | 0.000000e+00 | 3.942380e+05 |    Inf 
820.42/820.46	c   820s|  1130k|  1129k|  1707k|   1.5 |1095M| 213 |   0 |1700 |1603 |1700 | 258 | 590k|   7 |3883 | 0.000000e+00 | 3.942380e+05 |    Inf 
827.01/827.09	c   827s|  1140k|  1139k|  1714k|   1.5 |1105M| 213 |   0 |1700 |1603 |1700 | 238 | 593k|   7 |3903 | 0.000000e+00 | 3.942380e+05 |    Inf 
833.61/833.62	c   834s|  1150k|  1149k|  1718k|   1.5 |1114M| 213 |   0 |1700 |1603 |1700 | 230 | 594k|   7 |3903 | 0.000000e+00 | 3.942380e+05 |    Inf 
840.21/840.27	c   840s|  1160k|  1159k|  1725k|   1.5 |1124M| 213 |   0 |1700 |1603 |1700 | 238 | 597k|   7 |3918 | 0.000000e+00 | 3.942380e+05 |    Inf 
846.62/846.65	c   847s|  1170k|  1169k|  1728k|   1.5 |1133M| 213 |   0 |1700 |1603 |1700 | 279 | 598k|   7 |3920 | 0.000000e+00 | 3.942380e+05 |    Inf 
853.21/853.24	c   853s|  1180k|  1179k|  1734k|   1.5 |1143M| 213 |   0 |1700 |1602 |1700 | 273 | 600k|   7 |3920 | 0.000000e+00 | 3.942380e+05 |    Inf 
859.72/859.76	c   860s|  1190k|  1189k|  1739k|   1.5 |1152M| 213 |   0 |1700 |1603 |1700 | 230 | 601k|   8 |3928 | 0.000000e+00 | 3.942380e+05 |    Inf 
866.12/866.18	c   866s|  1200k|  1199k|  1743k|   1.5 |1161M| 213 |   0 |1700 |1603 |1700 | 276 | 603k|   8 |3934 | 0.000000e+00 | 3.942380e+05 |    Inf 
872.51/872.58	c   873s|  1210k|  1209k|  1746k|   1.4 |1171M| 213 |   0 |1700 |1603 |1700 | 271 | 604k|   8 |3934 | 0.000000e+00 | 3.942380e+05 |    Inf 
879.01/879.02	c   879s|  1220k|  1219k|  1748k|   1.4 |1181M| 213 |   0 |1700 |1603 |1700 | 280 | 605k|   8 |3934 | 0.000000e+00 | 3.942380e+05 |    Inf 
885.42/885.49	c   885s|  1230k|  1229k|  1751k|   1.4 |1190M| 213 |   0 |1700 |1603 |1700 | 286 | 606k|   8 |3934 | 0.000000e+00 | 3.942380e+05 |    Inf 
892.12/892.17	c   892s|  1240k|  1239k|  1756k|   1.4 |1200M| 213 |   0 |1700 |1603 |1700 | 271 | 607k|   8 |3950 | 0.000000e+00 | 3.942380e+05 |    Inf 
898.91/898.90	c   899s|  1250k|  1249k|  1767k|   1.4 |1209M| 213 |   0 |1700 |1603 |1700 | 284 | 611k|   8 |3950 | 0.000000e+00 | 3.942380e+05 |    Inf 
905.52/905.55	c   906s|  1260k|  1259k|  1773k|   1.4 |1219M| 213 |   0 |1700 |1603 |1700 | 264 | 613k|   8 |3963 | 0.000000e+00 | 3.942380e+05 |    Inf 
912.01/912.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
912.01/912.01	c   912s|  1270k|  1269k|  1776k|   1.4 |1228M| 213 |   0 |1700 |1603 |1700 | 282 | 614k|   8 |3963 | 0.000000e+00 | 3.942380e+05 |    Inf 
918.31/918.36	c   918s|  1280k|  1279k|  1778k|   1.4 |1238M| 213 |   0 |1700 |1603 |1700 | 267 | 615k|   8 |3963 | 0.000000e+00 | 3.942380e+05 |    Inf 
924.81/924.81	c   925s|  1290k|  1289k|  1782k|   1.4 |1247M| 213 |  13 |1700 |1603 |1700 | 215 | 616k|   8 |3963 | 0.000000e+00 | 3.942380e+05 |    Inf 
931.42/931.43	c   931s|  1300k|  1299k|  1789k|   1.4 |1257M| 213 |   0 |1700 |1604 |1700 | 278 | 618k|   9 |3976 | 0.000000e+00 | 3.942380e+05 |    Inf 
938.01/938.06	c   938s|  1310k|  1309k|  1795k|   1.4 |1266M| 213 |   0 |1700 |1604 |1700 | 283 | 620k|   9 |3979 | 0.000000e+00 | 3.942380e+05 |    Inf 
944.62/944.60	c   945s|  1320k|  1319k|  1800k|   1.4 |1276M| 213 |   0 |1700 |1604 |1700 | 289 | 622k|   9 |3988 | 0.000000e+00 | 3.942380e+05 |    Inf 
951.31/951.39	c   951s|  1330k|  1329k|  1808k|   1.4 |1285M| 213 |   0 |1700 |1604 |1700 | 278 | 624k|   9 |3995 | 0.000000e+00 | 3.942380e+05 |    Inf 
958.02/958.03	c   958s|  1340k|  1339k|  1813k|   1.4 |1295M| 213 |   0 |1700 |1604 |1700 | 277 | 626k|   9 |3996 | 0.000000e+00 | 3.942380e+05 |    Inf 
964.73/964.71	c   965s|  1350k|  1349k|  1820k|   1.3 |1304M| 213 |   0 |1700 |1604 |1700 | 285 | 628k|   9 |4009 | 0.000000e+00 | 3.942380e+05 |    Inf 
971.42/971.42	c   971s|  1360k|  1359k|  1827k|   1.3 |1314M| 213 |   0 |1700 |1604 |1700 | 265 | 631k|   9 |4011 | 0.000000e+00 | 3.942380e+05 |    Inf 
978.01/978.09	c   978s|  1370k|  1369k|  1835k|   1.3 |1323M| 213 |   2 |1700 |1604 |1700 | 286 | 633k|   9 |4022 | 0.000000e+00 | 3.942380e+05 |    Inf 
984.71/984.70	c   985s|  1380k|  1379k|  1841k|   1.3 |1333M| 213 |   0 |1700 |1604 |1700 | 279 | 635k|   9 |4027 | 0.000000e+00 | 3.942380e+05 |    Inf 
991.22/991.27	c   991s|  1390k|  1389k|  1847k|   1.3 |1342M| 213 |   0 |1700 |1604 |1700 | 299 | 637k|   9 |4027 | 0.000000e+00 | 3.942380e+05 |    Inf 
997.81/997.82	c   998s|  1400k|  1399k|  1854k|   1.3 |1352M| 213 |   0 |1700 |1604 |1700 | 242 | 640k|   9 |4040 | 0.000000e+00 | 3.942380e+05 |    Inf 
1004.32/1004.37	c  1004s|  1410k|  1409k|  1859k|   1.3 |1361M| 213 |   0 |1700 |1604 |1700 | 263 | 642k|   9 |4041 | 0.000000e+00 | 3.942380e+05 |    Inf 
1010.82/1010.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1010.82/1010.84	c  1011s|  1420k|  1419k|  1864k|   1.3 |1371M| 213 |   0 |1700 |1604 |1700 | 253 | 643k|   9 |4041 | 0.000000e+00 | 3.942380e+05 |    Inf 
1017.22/1017.25	c  1017s|  1430k|  1429k|  1868k|   1.3 |1380M| 213 |   0 |1700 |1604 |1700 | 267 | 645k|   9 |4052 | 0.000000e+00 | 3.942380e+05 |    Inf 
1023.61/1023.68	c  1024s|  1440k|  1439k|  1871k|   1.3 |1390M| 213 |   0 |1700 |1604 |1700 | 279 | 646k|   9 |4052 | 0.000000e+00 | 3.942380e+05 |    Inf 
1030.32/1030.30	c  1030s|  1450k|  1449k|  1877k|   1.3 |1399M| 213 |   0 |1700 |1604 |1700 | 263 | 648k|   9 |4056 | 0.000000e+00 | 3.942380e+05 |    Inf 
1036.62/1036.66	c  1037s|  1460k|  1459k|  1880k|   1.3 |1409M| 213 |   0 |1700 |1604 |1700 | 265 | 649k|   9 |4056 | 0.000000e+00 | 3.942380e+05 |    Inf 
1043.12/1043.20	c  1043s|  1470k|  1469k|  1884k|   1.3 |1418M| 213 |   0 |1700 |1604 |1700 | 258 | 651k|   9 |4068 | 0.000000e+00 | 3.942380e+05 |    Inf 
1049.62/1049.66	c  1050s|  1480k|  1479k|  1887k|   1.3 |1428M| 213 |   0 |1700 |1604 |1700 | 262 | 652k|   9 |4069 | 0.000000e+00 | 3.942380e+05 |    Inf 
1056.03/1056.07	c  1056s|  1490k|  1489k|  1889k|   1.3 |1437M| 213 |   0 |1700 |1604 |1700 | 273 | 653k|   9 |4069 | 0.000000e+00 | 3.942380e+05 |    Inf 
1062.52/1062.53	c  1063s|  1500k|  1499k|  1892k|   1.3 |1447M| 213 |   0 |1700 |1604 |1700 | 269 | 654k|   9 |4069 | 0.000000e+00 | 3.942380e+05 |    Inf 
1068.92/1068.98	c  1069s|  1510k|  1509k|  1896k|   1.3 |1456M| 213 |   0 |1700 |1604 |1700 | 243 | 655k|   9 |4069 | 0.000000e+00 | 3.942380e+05 |    Inf 
1075.52/1075.53	c  1076s|  1520k|  1519k|  1901k|   1.3 |1466M| 213 |   0 |1700 |1603 |1700 | 291 | 657k|   9 |4085 | 0.000000e+00 | 3.942380e+05 |    Inf 
1082.12/1082.14	c  1082s|  1530k|  1529k|  1906k|   1.2 |1475M| 213 |   0 |1700 |1603 |1700 | 287 | 658k|   9 |4085 | 0.000000e+00 | 3.942380e+05 |    Inf 
1088.83/1088.82	c  1089s|  1540k|  1539k|  1914k|   1.2 |1485M| 213 |   0 |1700 |1603 |1700 | 215 | 661k|   9 |4090 | 0.000000e+00 | 3.942380e+05 |    Inf 
1095.63/1095.62	c  1096s|  1550k|  1549k|  1919k|   1.2 |1494M| 213 |   0 |1700 |1603 |1700 | 287 | 663k|   9 |4100 | 0.000000e+00 | 3.942380e+05 |    Inf 
1102.42/1102.42	c  1102s|  1560k|  1559k|  1923k|   1.2 |1504M| 213 |   0 |1700 |1603 |1700 | 293 | 665k|   9 |4100 | 0.000000e+00 | 3.942380e+05 |    Inf 
1109.22/1109.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1109.22/1109.23	c  1109s|  1570k|  1569k|  1929k|   1.2 |1513M| 213 |  16 |1700 |1603 |1700 | 269 | 667k|   9 |4100 | 0.000000e+00 | 3.942380e+05 |    Inf 
1116.02/1116.05	c  1116s|  1580k|  1579k|  1940k|   1.2 |1523M| 213 |   0 |1700 |1603 |1700 | 255 | 671k|   9 |4116 | 0.000000e+00 | 3.942380e+05 |    Inf 
1122.72/1122.73	c  1123s|  1590k|  1589k|  1947k|   1.2 |1532M| 213 |   0 |1700 |1603 |1700 | 257 | 674k|   9 |4127 | 0.000000e+00 | 3.942380e+05 |    Inf 
1129.42/1129.48	c  1129s|  1600k|  1599k|  1954k|   1.2 |1542M| 213 |   0 |1700 |1603 |1700 | 265 | 676k|   9 |4132 | 0.000000e+00 | 3.942380e+05 |    Inf 
1136.12/1136.12	c  1136s|  1610k|  1609k|  1961k|   1.2 |1551M| 213 |   0 |1700 |1603 |1700 | 289 | 679k|   9 |4137 | 0.000000e+00 | 3.942380e+05 |    Inf 
1142.72/1142.77	c  1143s|  1620k|  1619k|  1966k|   1.2 |1561M| 213 |   0 |1700 |1603 |1700 | 255 | 681k|   9 |4146 | 0.000000e+00 | 3.942380e+05 |    Inf 
1149.43/1149.43	c  1149s|  1630k|  1629k|  1973k|   1.2 |1570M| 213 |   0 |1700 |1603 |1700 | 279 | 683k|   9 |4146 | 0.000000e+00 | 3.942380e+05 |    Inf 
1156.13/1156.14	c  1156s|  1640k|  1639k|  1979k|   1.2 |1580M| 213 |   0 |1700 |1603 |1700 | 215 | 685k|   9 |4160 | 0.000000e+00 | 3.942380e+05 |    Inf 
1162.73/1162.77	c  1163s|  1650k|  1649k|  1985k|   1.2 |1590M| 213 |   0 |1700 |1603 |1700 | 288 | 687k|   9 |4160 | 0.000000e+00 | 3.942380e+05 |    Inf 
1169.43/1169.48	c  1169s|  1660k|  1659k|  1991k|   1.2 |1599M| 213 |   0 |1700 |1603 |1700 | 267 | 689k|   9 |4166 | 0.000000e+00 | 3.942380e+05 |    Inf 
1175.83/1175.87	c  1176s|  1670k|  1669k|  1994k|   1.2 |1608M| 213 |   0 |1700 |1603 |1700 | 285 | 690k|   9 |4175 | 0.000000e+00 | 3.942380e+05 |    Inf 
1182.23/1182.20	c  1182s|  1680k|  1679k|  1995k|   1.2 |1618M| 213 |   0 |1700 |1603 |1700 | 250 | 690k|   9 |4175 | 0.000000e+00 | 3.942380e+05 |    Inf 
1188.73/1188.75	c  1189s|  1690k|  1689k|  1999k|   1.2 |1627M| 213 |   0 |1700 |1603 |1700 | 238 | 692k|   9 |4175 | 0.000000e+00 | 3.942380e+05 |    Inf 
1195.32/1195.33	c  1195s|  1700k|  1699k|  2004k|   1.2 |1637M| 213 |   0 |1700 |1603 |1700 | 256 | 693k|   9 |4191 | 0.000000e+00 | 3.942380e+05 |    Inf 
1201.93/1201.91	c  1202s|  1710k|  1709k|  2010k|   1.2 |1647M| 213 |   0 |1700 |1603 |1700 | 271 | 695k|   9 |4204 | 0.000000e+00 | 3.942380e+05 |    Inf 
1208.62/1208.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1208.62/1208.67	c  1209s|  1720k|  1719k|  2019k|   1.2 |1656M| 213 |   0 |1700 |1603 |1700 | 265 | 698k|   9 |4207 | 0.000000e+00 | 3.942380e+05 |    Inf 
1215.02/1215.05	c  1215s|  1730k|  1729k|  2026k|   1.2 |1666M| 363 |   0 |1700 |1603 |1700 | 287 | 701k|   9 |4212 | 0.000000e+00 | 3.942380e+05 |    Inf 
1221.43/1221.48	c  1221s|  1740k|  1739k|  2034k|   1.2 |1675M| 363 |   0 |1700 |1603 |1700 | 269 | 703k|   9 |4223 | 0.000000e+00 | 3.942380e+05 |    Inf 
1227.72/1227.72	c  1228s|  1750k|  1749k|  2039k|   1.2 |1685M| 363 |   0 |1700 |1603 |1700 | 266 | 705k|   9 |4223 | 0.000000e+00 | 3.942380e+05 |    Inf 
1233.82/1233.84	c  1234s|  1760k|  1759k|  2042k|   1.2 |1694M| 363 |   0 |1700 |1604 |1700 | 252 | 706k|  10 |4233 | 0.000000e+00 | 3.942380e+05 |    Inf 
1240.13/1240.13	c  1240s|  1770k|  1769k|  2048k|   1.2 |1704M| 363 |   0 |1700 |1605 |1700 | 271 | 708k|  11 |4238 | 0.000000e+00 | 3.942380e+05 |    Inf 
1246.33/1246.34	c  1246s|  1780k|  1779k|  2053k|   1.2 |1713M| 363 |   0 |1700 |1605 |1700 | 280 | 710k|  11 |4238 | 0.000000e+00 | 3.942380e+05 |    Inf 
1252.53/1252.55	c  1253s|  1790k|  1789k|  2058k|   1.1 |1723M| 363 |   0 |1700 |1605 |1700 | 241 | 711k|  11 |4243 | 0.000000e+00 | 3.942380e+05 |    Inf 
1258.72/1258.72	c  1259s|  1800k|  1799k|  2062k|   1.1 |1732M| 363 |   0 |1700 |1606 |1700 | 275 | 712k|  12 |4252 | 0.000000e+00 | 3.942380e+05 |    Inf 
1264.83/1264.80	c  1265s|  1810k|  1809k|  2065k|   1.1 |1742M| 363 |   0 |1700 |1606 |1700 | 233 | 713k|  12 |4252 | 0.000000e+00 | 3.942380e+05 |    Inf 
1270.83/1270.85	c  1271s|  1820k|  1819k|  2067k|   1.1 |1751M| 363 |   0 |1700 |1605 |1700 | 258 | 714k|  12 |4252 | 0.000000e+00 | 3.942380e+05 |    Inf 
1276.93/1276.99	c  1277s|  1830k|  1829k|  2071k|   1.1 |1761M| 363 |   0 |1700 |1605 |1700 | 270 | 715k|  12 |4252 | 0.000000e+00 | 3.942380e+05 |    Inf 
1283.32/1283.30	c  1283s|  1840k|  1839k|  2079k|   1.1 |1770M| 363 |   0 |1700 |1605 |1700 | 278 | 718k|  12 |4271 | 0.000000e+00 | 3.942380e+05 |    Inf 
1289.43/1289.47	c  1289s|  1850k|  1849k|  2086k|   1.1 |1779M| 363 |   0 |1700 |1605 |1700 | 235 | 721k|  12 |4271 | 0.000000e+00 | 3.942380e+05 |    Inf 
1295.53/1295.54	c  1296s|  1860k|  1859k|  2091k|   1.1 |1789M| 363 |   0 |1700 |1604 |1700 | 267 | 723k|  12 |4275 | 0.000000e+00 | 3.942380e+05 |    Inf 
1301.73/1301.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1301.73/1301.71	c  1302s|  1870k|  1869k|  2097k|   1.1 |1798M| 363 |   0 |1700 |1604 |1700 | 238 | 726k|  12 |4285 | 0.000000e+00 | 3.942380e+05 |    Inf 
1307.83/1307.89	c  1308s|  1880k|  1879k|  2103k|   1.1 |1808M| 363 |   0 |1700 |1603 |1700 | 266 | 728k|  12 |4286 | 0.000000e+00 | 3.942380e+05 |    Inf 
1314.02/1314.05	c  1314s|  1890k|  1889k|  2109k|   1.1 |1817M| 363 |   0 |1700 |1603 |1700 | 263 | 730k|  12 |4294 | 0.000000e+00 | 3.942380e+05 |    Inf 
1320.23/1320.22	c  1320s|  1900k|  1899k|  2116k|   1.1 |1827M| 363 |   0 |1700 |1603 |1700 | 268 | 732k|  12 |4301 | 0.000000e+00 | 3.942380e+05 |    Inf 
1326.42/1326.44	c  1326s|  1910k|  1909k|  2124k|   1.1 |1836M| 363 |   0 |1700 |1603 |1700 | 233 | 735k|  12 |4301 | 0.000000e+00 | 3.942380e+05 |    Inf 
1332.63/1332.64	c  1333s|  1920k|  1919k|  2130k|   1.1 |1846M| 363 |   0 |1700 |1603 |1700 | 295 | 737k|  12 |4314 | 0.000000e+00 | 3.942380e+05 |    Inf 
1338.93/1338.96	c  1339s|  1930k|  1929k|  2135k|   1.1 |1855M| 363 |   0 |1700 |1603 |1700 | 258 | 739k|  12 |4316 | 0.000000e+00 | 3.942380e+05 |    Inf 
1345.13/1345.10	c  1345s|  1940k|  1939k|  2140k|   1.1 |1865M| 363 |   0 |1700 |1603 |1700 | 284 | 741k|  12 |4316 | 0.000000e+00 | 3.942380e+05 |    Inf 
1351.33/1351.31	c  1351s|  1950k|  1949k|  2146k|   1.1 |1874M| 363 |   0 |1700 |1603 |1700 | 213 | 743k|  12 |4330 | 0.000000e+00 | 3.942380e+05 |    Inf 
1357.43/1357.45	c  1357s|  1960k|  1959k|  2150k|   1.1 |1883M| 363 |   0 |1700 |1603 |1700 | 285 | 744k|  12 |4331 | 0.000000e+00 | 3.942380e+05 |    Inf 
1363.53/1363.52	c  1364s|  1970k|  1969k|  2152k|   1.1 |1893M| 363 |   0 |1700 |1603 |1700 | 293 | 745k|  12 |4331 | 0.000000e+00 | 3.942380e+05 |    Inf 
1369.73/1369.72	c  1370s|  1980k|  1979k|  2157k|   1.1 |1902M| 363 |  19 |1700 |1603 |1700 | 208 | 747k|  12 |4331 | 0.000000e+00 | 3.942380e+05 |    Inf 
1375.93/1375.94	c  1376s|  1990k|  1989k|  2163k|   1.1 |1912M| 363 |   0 |1700 |1604 |1700 | 255 | 748k|  13 |4343 | 0.000000e+00 | 3.942380e+05 |    Inf 
1381.93/1381.93	c  1382s|  2000k|  1999k|  2164k|   1.1 |1921M| 363 |   0 |1700 |1604 |1700 | 261 | 749k|  13 |4345 | 0.000000e+00 | 3.942380e+05 |    Inf 
1387.93/1387.96	c  1388s|  2010k|  2009k|  2166k|   1.1 |1931M| 363 |   0 |1700 |1604 |1700 | 291 | 749k|  13 |4345 | 0.000000e+00 | 3.942380e+05 |    Inf 
1394.13/1394.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1394.13/1394.13	c  1394s|  2020k|  2019k|  2169k|   1.1 |1940M| 363 |   0 |1700 |1604 |1700 | 251 | 750k|  13 |4345 | 0.000000e+00 | 3.942380e+05 |    Inf 
1400.13/1400.17	c  1400s|  2030k|  2029k|  2172k|   1.1 |1950M| 363 |   0 |1700 |1604 |1700 | 253 | 751k|  13 |4345 | 0.000000e+00 | 3.942380e+05 |    Inf 
1406.14/1406.17	c  1406s|  2040k|  2039k|  2174k|   1.1 |1959M| 363 |   0 |1700 |1604 |1700 | 275 | 752k|  13 |4345 | 0.000000e+00 | 3.942380e+05 |    Inf 
1412.33/1412.33	c  1412s|  2050k|  2049k|  2178k|   1.1 |1969M| 363 |   0 |1700 |1604 |1700 | 256 | 753k|  13 |4357 | 0.000000e+00 | 3.942380e+05 |    Inf 
1418.44/1418.42	c  1418s|  2060k|  2059k|  2181k|   1.1 |1978M| 363 |   0 |1700 |1604 |1700 | 277 | 754k|  13 |4357 | 0.000000e+00 | 3.942380e+05 |    Inf 
1424.54/1424.52	c  1425s|  2070k|  2069k|  2184k|   1.1 |1988M| 363 |   0 |1700 |1604 |1700 | 270 | 755k|  13 |4358 | 0.000000e+00 | 3.942380e+05 |    Inf 
1430.53/1430.58	c  1431s|  2080k|  2079k|  2186k|   1.1 |1997M| 363 |   0 |1700 |1604 |1700 | 286 | 756k|  13 |4358 | 0.000000e+00 | 3.942380e+05 |    Inf 
1436.73/1436.75	c  1437s|  2090k|  2089k|  2191k|   1.0 |2007M| 363 |   0 |1700 |1604 |1700 | 257 | 758k|  13 |4358 | 0.000000e+00 | 3.942380e+05 |    Inf 
1442.93/1442.92	c  1443s|  2100k|  2099k|  2196k|   1.0 |2016M| 363 |   0 |1700 |1605 |1700 | 238 | 759k|  14 |4372 | 0.000000e+00 | 3.942380e+05 |    Inf 
1449.14/1449.16	c  1449s|  2110k|  2109k|  2201k|   1.0 |2025M| 363 |   0 |1700 |1605 |1700 | 262 | 761k|  14 |4375 | 0.000000e+00 | 3.942380e+05 |    Inf 
1455.34/1455.32	c  1455s|  2120k|  2119k|  2204k|   1.0 |2035M| 363 |   0 |1700 |1605 |1700 | 232 | 762k|  14 |4375 | 0.000000e+00 | 3.942380e+05 |    Inf 
1461.33/1461.39	c  1461s|  2130k|  2129k|  2207k|   1.0 |2044M| 363 |   0 |1700 |1605 |1700 | 276 | 763k|  14 |4375 | 0.000000e+00 | 3.942380e+05 |    Inf 
1467.63/1467.60	c  1468s|  2140k|  2139k|  2212k|   1.0 |2054M| 363 |   0 |1700 |1605 |1700 | 222 | 764k|  14 |4385 | 0.000000e+00 | 3.942380e+05 |    Inf 
1473.63/1473.62	c  1474s|  2150k|  2149k|  2214k|   1.0 |2063M| 363 |   0 |1700 |1605 |1700 | 220 | 765k|  14 |4388 | 0.000000e+00 | 3.942380e+05 |    Inf 
1479.63/1479.60	c  1480s|  2160k|  2159k|  2216k|   1.0 |2073M| 363 |   0 |1700 |1606 |1700 | 256 | 766k|  15 |4388 | 0.000000e+00 | 3.942380e+05 |    Inf 
1485.63/1485.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1485.63/1485.69	c  1486s|  2170k|  2169k|  2219k|   1.0 |2082M| 363 |   0 |1700 |1604 |1700 | 222 | 767k|  15 |4388 | 0.000000e+00 | 3.942380e+05 |    Inf 
1491.74/1491.76	c  1492s|  2180k|  2179k|  2221k|   1.0 |2091M| 363 |   0 |1700 |1604 |1700 | 271 | 767k|  15 |4388 | 0.000000e+00 | 3.942380e+05 |    Inf 
1497.83/1497.83	c  1498s|  2190k|  2189k|  2224k|   1.0 |2101M| 363 |   0 |1700 |1605 |1700 | 290 | 768k|  16 |4389 | 0.000000e+00 | 3.942380e+05 |    Inf 
1504.03/1504.02	c  1504s|  2200k|  2199k|  2229k|   1.0 |2110M| 363 |   0 |1700 |1605 |1700 | 231 | 770k|  16 |4399 | 0.000000e+00 | 3.942380e+05 |    Inf 
1510.13/1510.15	c  1510s|  2210k|  2209k|  2233k|   1.0 |2120M| 363 |   0 |1700 |1605 |1700 | 248 | 771k|  16 |4403 | 0.000000e+00 | 3.942380e+05 |    Inf 
1516.23/1516.27	c  1516s|  2220k|  2219k|  2236k|   1.0 |2129M| 363 |   0 |1700 |1605 |1700 | 233 | 772k|  16 |4403 | 0.000000e+00 | 3.942380e+05 |    Inf 
1522.44/1522.43	c  1522s|  2230k|  2229k|  2239k|   1.0 |2139M| 363 |   0 |1700 |1605 |1700 | 232 | 774k|  16 |4403 | 0.000000e+00 | 3.942380e+05 |    Inf 
1528.44/1528.49	c  1528s|  2240k|  2239k|  2242k|   1.0 |2148M| 363 |   0 |1700 |1605 |1700 | 224 | 775k|  16 |4403 | 0.000000e+00 | 3.942380e+05 |    Inf 
1534.44/1534.49	c  1534s|  2250k|  2249k|  2244k|   1.0 |2157M| 363 |   0 |1700 |1605 |1700 | 238 | 775k|  16 |4406 | 0.000000e+00 | 3.942380e+05 |    Inf 
1540.63/1540.63	c  1541s|  2260k|  2259k|  2248k|   1.0 |2167M| 363 |   0 |1700 |1605 |1700 | 210 | 777k|  16 |4415 | 0.000000e+00 | 3.942380e+05 |    Inf 
1546.64/1546.64	c  1547s|  2270k|  2269k|  2250k|   1.0 |2176M| 363 |   0 |1700 |1605 |1700 | 235 | 777k|  16 |4415 | 0.000000e+00 | 3.942380e+05 |    Inf 
1552.73/1552.73	c  1553s|  2280k|  2279k|  2253k|   1.0 |2185M| 363 |   0 |1700 |1606 |1700 | 258 | 778k|  17 |4415 | 0.000000e+00 | 3.942380e+05 |    Inf 
1558.83/1558.85	c  1559s|  2290k|  2289k|  2256k|   1.0 |2195M| 363 |   0 |1700 |1606 |1700 | 240 | 779k|  17 |4415 | 0.000000e+00 | 3.942380e+05 |    Inf 
1564.94/1564.91	c  1565s|  2300k|  2299k|  2258k|   1.0 |2204M| 363 |   0 |1700 |1606 |1700 | 252 | 780k|  18 |4415 | 0.000000e+00 | 3.942380e+05 |    Inf 
1570.94/1570.90	c  1571s|  2310k|  2309k|  2260k|   1.0 |2214M| 363 |   0 |1700 |1605 |1700 | 230 | 781k|  18 |4421 | 0.000000e+00 | 3.942380e+05 |    Inf 
1576.83/1576.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1576.83/1576.86	c  1577s|  2320k|  2319k|  2262k|   1.0 |2223M| 363 |   0 |1700 |1603 |1700 | 239 | 782k|  18 |4425 | 0.000000e+00 | 3.942380e+05 |    Inf 
1582.84/1582.80	c  1583s|  2330k|  2329k|  2264k|   1.0 |2232M| 363 |   0 |1700 |1603 |1700 | 227 | 782k|  18 |4426 | 0.000000e+00 | 3.942380e+05 |    Inf 
1588.74/1588.77	c  1589s|  2340k|  2339k|  2266k|   1.0 |2242M| 363 |   0 |1700 |1603 |1700 | 226 | 783k|  18 |4426 | 0.000000e+00 | 3.942380e+05 |    Inf 
1594.74/1594.74	c  1595s|  2350k|  2349k|  2268k|   1.0 |2251M| 363 |   0 |1700 |1603 |1700 | 235 | 783k|  18 |4426 | 0.000000e+00 | 3.942380e+05 |    Inf 
1600.74/1600.71	c  1601s|  2360k|  2359k|  2270k|   1.0 |2260M| 363 |   0 |1700 |1603 |1700 | 292 | 784k|  18 |4426 | 0.000000e+00 | 3.942380e+05 |    Inf 
1606.74/1606.73	c  1607s|  2370k|  2369k|  2272k|   1.0 |2270M| 363 |   0 |1700 |1602 |1700 | 224 | 785k|  18 |4426 | 0.000000e+00 | 3.942380e+05 |    Inf 
1612.74/1612.72	c  1613s|  2380k|  2379k|  2274k|   1.0 |2279M| 363 |   0 |1700 |1602 |1700 | 236 | 785k|  18 |4426 | 0.000000e+00 | 3.942380e+05 |    Inf 
1618.73/1618.78	c  1619s|  2390k|  2389k|  2276k|   1.0 |2289M| 363 |   0 |1700 |1603 |1700 | 228 | 786k|  19 |4433 | 0.000000e+00 | 3.942380e+05 |    Inf 
1624.74/1624.71	c  1625s|  2400k|  2399k|  2278k|   0.9 |2298M| 363 |   0 |1700 |1603 |1700 | 228 | 787k|  19 |4437 | 0.000000e+00 | 3.942380e+05 |    Inf 
1630.64/1630.64	c  1631s|  2410k|  2409k|  2280k|   0.9 |2307M| 363 |   0 |1700 |1602 |1700 | 225 | 787k|  19 |4438 | 0.000000e+00 | 3.942380e+05 |    Inf 
1636.64/1636.67	c  1637s|  2420k|  2419k|  2282k|   0.9 |2317M| 363 |   0 |1700 |1602 |1700 | 219 | 788k|  19 |4438 | 0.000000e+00 | 3.942380e+05 |    Inf 
1642.64/1642.68	c  1643s|  2430k|  2429k|  2285k|   0.9 |2326M| 363 |   0 |1700 |1602 |1700 | 236 | 789k|  19 |4438 | 0.000000e+00 | 3.942380e+05 |    Inf 
1648.74/1648.71	c  1649s|  2440k|  2439k|  2288k|   0.9 |2335M| 363 |   0 |1700 |1602 |1700 | 226 | 790k|  19 |4438 | 0.000000e+00 | 3.942380e+05 |    Inf 
1654.74/1654.71	c  1655s|  2450k|  2449k|  2290k|   0.9 |2345M| 363 |   0 |1700 |1602 |1700 | 244 | 791k|  19 |4438 | 0.000000e+00 | 3.942380e+05 |    Inf 
1660.74/1660.75	c  1661s|  2460k|  2459k|  2294k|   0.9 |2354M| 363 |   0 |1700 |1602 |1700 | 229 | 792k|  19 |4450 | 0.000000e+00 | 3.942380e+05 |    Inf 
1666.74/1666.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1666.74/1666.75	c  1667s|  2470k|  2469k|  2296k|   0.9 |2364M| 363 |   0 |1700 |1602 |1700 | 238 | 793k|  19 |4450 | 0.000000e+00 | 3.942380e+05 |    Inf 
1672.74/1672.75	c  1673s|  2480k|  2479k|  2298k|   0.9 |2373M| 363 |   0 |1700 |1602 |1700 | 263 | 793k|  19 |4450 | 0.000000e+00 | 3.942380e+05 |    Inf 
1678.74/1678.73	c  1679s|  2490k|  2489k|  2300k|   0.9 |2382M| 363 |   0 |1700 |1602 |1700 | 243 | 794k|  19 |4450 | 0.000000e+00 | 3.942380e+05 |    Inf 
1684.64/1684.64	c  1685s|  2500k|  2499k|  2301k|   0.9 |2392M| 363 |   0 |1700 |1602 |1700 | 251 | 794k|  19 |4450 | 0.000000e+00 | 3.942380e+05 |    Inf 
1690.54/1690.59	c  1691s|  2510k|  2509k|  2303k|   0.9 |2401M| 363 |   0 |1700 |1602 |1700 | 237 | 794k|  19 |4450 | 0.000000e+00 | 3.942380e+05 |    Inf 
1696.54/1696.58	c  1697s|  2520k|  2519k|  2304k|   0.9 |2411M| 363 |   0 |1700 |1602 |1700 | 242 | 795k|  19 |4450 | 0.000000e+00 | 3.942380e+05 |    Inf 
1702.54/1702.56	c  1703s|  2530k|  2529k|  2306k|   0.9 |2420M| 363 |   0 |1700 |1602 |1700 | 241 | 795k|  19 |4450 | 0.000000e+00 | 3.942380e+05 |    Inf 
1708.54/1708.54	c  1709s|  2540k|  2539k|  2308k|   0.9 |2429M| 363 |   0 |1700 |1602 |1700 | 241 | 796k|  19 |4457 | 0.000000e+00 | 3.942380e+05 |    Inf 
1714.54/1714.52	c  1715s|  2550k|  2549k|  2309k|   0.9 |2439M| 363 |   0 |1700 |1602 |1700 | 251 | 796k|  19 |4459 | 0.000000e+00 | 3.942380e+05 |    Inf 
1720.45/1720.47	c  1720s|  2560k|  2559k|  2310k|   0.9 |2448M| 363 |   0 |1700 |1602 |1700 | 248 | 797k|  19 |4459 | 0.000000e+00 | 3.942380e+05 |    Inf 
1726.44/1726.49	c  1726s|  2570k|  2569k|  2312k|   0.9 |2457M| 363 |   0 |1700 |1602 |1700 | 229 | 797k|  19 |4459 | 0.000000e+00 | 3.942380e+05 |    Inf 
1732.45/1732.44	c  1732s|  2580k|  2579k|  2314k|   0.9 |2467M| 363 |   0 |1700 |1602 |1700 | 232 | 798k|  19 |4459 | 0.000000e+00 | 3.942380e+05 |    Inf 
1738.44/1738.42	c  1738s|  2590k|  2589k|  2316k|   0.9 |2476M| 363 |   0 |1700 |1602 |1700 | 256 | 798k|  19 |4459 | 0.000000e+00 | 3.942380e+05 |    Inf 
1744.44/1744.43	c  1744s|  2600k|  2599k|  2318k|   0.9 |2486M| 363 |   0 |1700 |1602 |1700 | 237 | 799k|  19 |4459 | 0.000000e+00 | 3.942380e+05 |    Inf 
1750.44/1750.48	c  1750s|  2610k|  2609k|  2320k|   0.9 |2495M| 363 |   0 |1700 |1602 |1700 | 238 | 799k|  19 |4459 | 0.000000e+00 | 3.942380e+05 |    Inf 
1756.54/1756.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1756.54/1756.52	c  1757s|  2620k|  2619k|  2322k|   0.9 |2504M| 363 |   0 |1700 |1602 |1700 | 247 | 800k|  19 |4467 | 0.000000e+00 | 3.942380e+05 |    Inf 
1762.44/1762.45	c  1762s|  2630k|  2629k|  2323k|   0.9 |2514M| 363 |   0 |1700 |1602 |1700 | 244 | 800k|  19 |4468 | 0.000000e+00 | 3.942380e+05 |    Inf 
1768.54/1768.50	c  1768s|  2640k|  2639k|  2326k|   0.9 |2523M| 363 |  10 |1700 |1602 |1700 | 234 | 801k|  19 |4468 | 0.000000e+00 | 3.942380e+05 |    Inf 
1774.54/1774.53	c  1775s|  2650k|  2649k|  2328k|   0.9 |2532M| 363 |   0 |1700 |1602 |1700 | 237 | 802k|  19 |4468 | 0.000000e+00 | 3.942380e+05 |    Inf 
1780.55/1780.54	c  1781s|  2660k|  2659k|  2331k|   0.9 |2542M| 363 |   0 |1700 |1602 |1700 | 234 | 803k|  19 |4468 | 0.000000e+00 | 3.942380e+05 |    Inf 
1786.45/1786.46	c  1786s|  2670k|  2669k|  2332k|   0.9 |2551M| 363 |   0 |1700 |1602 |1700 | 252 | 803k|  19 |4468 | 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      : 2675921
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-2705738-1278580124.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-2705738-1278580124.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, 1606 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    2849286          0          0          0          0          0     547876
1790.04/1790.01	c   linear           :        800          6    3524518    2575348          1         19     684816     804149          0          0
1790.04/1790.01	c   indicator        :        800          0    3524499    2575348          1         11    2554836          0          0          0
1790.04/1790.01	c   logicor          :          0+         0      44933          0          0          0       5718          0          0          0
1790.04/1790.01	c   countsols        :          0          0          0    2401952          1          0          0          0          0          0
1790.04/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.04/1790.01	c   integral         :       5.69       0.00       0.00       5.69       0.00
1790.04/1790.01	c   linear           :      33.00       0.00      11.09      21.91       0.00
1790.04/1790.01	c   indicator        :     229.74       0.05      84.02     145.67       0.00
1790.04/1790.01	c   logicor          :       0.06       0.00       0.06       0.00       0.00
1790.04/1790.01	c   countsols        :       0.29       0.00       0.00       0.29       0.00
1790.04/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.04/1790.01	c   vbounds          :       0.70          2          0          0
1790.04/1790.01	c   rootredcost      :       0.64          0          0          0
1790.04/1790.01	c   pseudoobj        :      41.97    3524318          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         19         19         19        8.7          0        0.0          -
1790.04/1790.01	c   infeasible LP    :       0.00          0          0          0        0.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 :          -          -          -         19        8.7          -          -          -
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          -          -         43          -    (maximal pool size: 368)
1790.04/1790.01	c   redcost          :     106.88    2848779          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.02          4          0          0         53          0
1790.04/1790.01	c   strongcg         :       0.03          4          0          0        455          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        :       4.84     273938          0          0          0          0     547876
1790.04/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.04/1790.01	c   inference        :     262.82    2401953          0          0          0          0    4803906
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   oneopt           :       1.11          1          0
1790.04/1790.01	c   crossover        :       0.79         13          2
1790.04/1790.01	c   trivial          :       0.00          2          1
1790.04/1790.01	c   simplerounding   :       0.85     273940          0
1790.04/1790.01	c   zirounding       :       0.54       1000          0
1790.04/1790.01	c   rounding         :       0.56       7398          0
1790.04/1790.01	c   shifting         :       0.28       2310          0
1790.04/1790.01	c   intshifting      :       0.01          0          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   feaspump         :       0.01          0          0
1790.04/1790.01	c   coefdiving       :      14.76      25268          0
1790.04/1790.01	c   pscostdiving     :      14.68      25269          0
1790.04/1790.01	c   fracdiving       :      14.71      25269          0
1790.04/1790.01	c   veclendiving     :      14.72      25268          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   objpscostdiving  :      15.29      25246          0
1790.04/1790.01	c   rootsoldiving    :      15.47      25246          0
1790.04/1790.01	c   linesearchdiving :      14.74      25268          0
1790.04/1790.01	c   guideddiving     :      14.68      25269          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.37          0          0
1790.04/1790.01	c   trysol           :       0.70      25440         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          :     627.56     541401    2332780       4.31    3717.21
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.14        291        649       2.23    4756.91
1790.04/1790.01	c   strong branching :       3.07       4470      46733      10.45   15226.85
1790.04/1790.01	c     (at root node) :          -         33       2495      75.61          -
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            :    2675921
1790.04/1790.01	c   nodes (total)    :    2675921
1790.04/1790.01	c   nodes left       :    2675862
1790.04/1790.01	c   max depth        :        363
1790.04/1790.01	c   max depth (total):        363
1790.04/1790.01	c   backtracks       :      25392 (0.9%)
1790.04/1790.01	c   delayed cutoffs  :          0
1790.04/1790.01	c   repropagations   :         40 (87 domain reductions, 0 cutoffs)
1790.04/1790.01	c   avg switch length:       2.26
1790.04/1790.01	c   switching time   :      50.22
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  :        233
1795.04/1795.01	c Time complete: 1795.06.

Verifier Data

OK	28856

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22399
/proc/meminfo: memFree=29248952/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=12540 CPUtime=0
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 1983 0 0 0 0 0 0 0 25 0 1 0 26224699 12840960 1902 4089446400 4194304 10345943 140734392541168 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22399/statm: 3135 1902 429 1502 0 1628 0

[startup+0.0862721 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22399
/proc/meminfo: memFree=29248952/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=39244 CPUtime=0.08
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 8693 0 0 0 7 1 0 0 25 0 1 0 26224699 40185856 8258 4089446400 4194304 10345943 140734392541168 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22399/statm: 9811 8258 636 1502 0 8304 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39244

[startup+0.101264 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22399
/proc/meminfo: memFree=29248952/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=39244 CPUtime=0.09
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 8711 0 0 0 8 1 0 0 25 0 1 0 26224699 40185856 8276 4089446400 4194304 10345943 140734392541168 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22399/statm: 9811 8276 636 1502 0 8304 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39244

[startup+0.300225 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22399
/proc/meminfo: memFree=29248952/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=38192 CPUtime=0.29
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 9941 0 0 0 27 2 0 0 25 0 1 0 26224699 39108608 8410 4089446400 4194304 10345943 140734392541168 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22399/statm: 9548 8410 751 1502 0 8041 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38192

[startup+0.700164 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22399
/proc/meminfo: memFree=29248952/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=38192 CPUtime=0.69
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 9948 0 0 0 66 3 0 0 25 0 1 0 26224699 39108608 8417 4089446400 4194304 10345943 140734392541168 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/22399/statm: 9548 8417 758 1502 0 8041 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38192

[startup+1.501 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22400
/proc/meminfo: memFree=29216580/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=35544 CPUtime=1.49
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 10442 0 0 0 145 4 0 0 25 0 1 0 26224699 36397056 7759 4089446400 4194304 10345943 140734392541168 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22399/statm: 8886 7759 761 1502 0 7379 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35544

[startup+3.10071 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22400
/proc/meminfo: memFree=29217324/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=35544 CPUtime=3.09
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 13738 0 0 0 303 6 0 0 25 0 1 0 26224699 36397056 7766 4089446400 4194304 10345943 140734392541168 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22399/statm: 8886 7766 761 1502 0 7379 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35544

[startup+6.30012 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22400
/proc/meminfo: memFree=29212048/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=39744 CPUtime=6.28
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 16916 0 0 0 620 8 0 0 25 0 1 0 26224699 40697856 8604 4089446400 4194304 10345943 140734392541168 18446744073709551615 4476294 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 9936 8604 762 1502 0 8429 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 39744

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22400
/proc/meminfo: memFree=29197612/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=48692 CPUtime=12.69
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 23764 0 0 0 1257 12 0 0 25 0 1 0 26224699 49860608 10668 4089446400 4194304 10345943 140734392541168 18446744073709551615 6307434 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 12173 10668 762 1502 0 10666 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48692

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22400
/proc/meminfo: memFree=29167588/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=65304 CPUtime=25.49
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 30120 0 0 0 2529 20 0 0 25 0 1 0 26224699 66871296 14780 4089446400 4194304 10345943 140734392541168 18446744073709551615 4476294 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 16326 14780 762 1502 0 14819 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65304

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22401
/proc/meminfo: memFree=29110564/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=96048 CPUtime=51.09
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 39836 0 0 0 5078 31 0 0 25 0 1 0 26224699 98353152 22353 4089446400 4194304 10345943 140734392541168 18446744073709551615 6130432 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 24012 22353 762 1502 0 22505 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 96048

[startup+102.306 s]
/proc/loadavg: 2.04 2.01 1.95 3/179 22403
/proc/meminfo: memFree=28990588/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=160596 CPUtime=102.29
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 57684 0 0 0 10173 56 0 0 25 0 1 0 26224699 164450304 38400 4089446400 4194304 10345943 140734392541168 18446744073709551615 6518836 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 40149 38400 765 1502 0 38642 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 160596

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/179 22404
/proc/meminfo: memFree=28854132/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=238332 CPUtime=162.29
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 76096 0 0 0 16148 81 0 0 25 0 1 0 26224699 244051968 56811 4089446400 4194304 10345943 140734392541168 18446744073709551615 6777445 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 59583 56811 765 1502 0 58076 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 238332

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 1.95 3/179 22406
/proc/meminfo: memFree=28710228/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=315876 CPUtime=222.29
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 97673 0 0 0 22126 103 0 0 25 0 1 0 26224699 323457024 76519 4089446400 4194304 10345943 140734392541168 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 78969 76519 765 1502 0 77462 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 315876

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 22407
/proc/meminfo: memFree=28568904/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=397716 CPUtime=282.29
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 117836 0 0 0 28106 123 0 0 25 0 1 0 26224699 407261184 96682 4089446400 4194304 10345943 140734392541168 18446744073709551615 6307527 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 99429 96682 765 1502 0 97922 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 397716

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/179 22409
/proc/meminfo: memFree=28427600/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=472144 CPUtime=342.3
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 138545 0 0 0 34086 144 0 0 25 0 1 0 26224699 483475456 115586 4089446400 4194304 10345943 140734392541168 18446744073709551615 5926577 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 118036 115586 765 1502 0 116529 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 472144

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22410
/proc/meminfo: memFree=28283172/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=558716 CPUtime=402.3
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 158378 0 0 0 40067 163 0 0 25 0 1 0 26224699 572125184 135419 4089446400 4194304 10345943 140734392541168 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 139679 135419 765 1502 0 138172 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 558716

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22412
/proc/meminfo: memFree=28142968/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=637060 CPUtime=462.3
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 177862 0 0 0 46048 182 0 0 25 0 1 0 26224699 652349440 154903 4089446400 4194304 10345943 140734392541168 18446744073709551615 6120572 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 159265 154903 765 1502 0 157758 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 637060

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 22414
/proc/meminfo: memFree=27998140/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=720068 CPUtime=522.31
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 198405 0 0 0 52029 202 0 0 25 0 1 0 26224699 737349632 175446 4089446400 4194304 10345943 140734392541168 18446744073709551615 4476340 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 180017 175446 765 1502 0 178510 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 720068

[startup+582.301 s]
/proc/loadavg: 1.40 1.83 1.89 2/171 22436
/proc/meminfo: memFree=29862500/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=802232 CPUtime=582.3
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 218889 0 0 0 58006 224 0 0 25 0 1 0 26224699 821485568 195928 4089446400 4194304 10345943 140734392541168 18446744073709551615 7568815 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 200558 195928 765 1502 0 199051 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 802232

[startup+642.301 s]
/proc/loadavg: 1.14 1.68 1.84 2/171 22441
/proc/meminfo: memFree=29779024/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=886136 CPUtime=642.31
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 241846 0 0 0 63986 245 0 0 25 0 1 0 26224699 907403264 216938 4089446400 4194304 10345943 140734392541168 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 221534 216938 765 1502 0 220027 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 886136

[startup+702.301 s]

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

/proc/meminfo: memFree=29085680/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=1599472 CPUtime=1122.32
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 415045 0 0 0 111875 357 0 0 25 0 1 0 26224699 1637859328 390136 4089446400 4194304 10345943 140734392541168 18446744073709551615 5926615 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 399868 390136 765 1502 0 398361 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1599472

[startup+1182.3 s]
/proc/loadavg: 1.00 1.10 1.45 2/171 22455
/proc/meminfo: memFree=29000444/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=1684272 CPUtime=1182.33
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 438140 0 0 0 117861 372 0 0 25 0 1 0 26224699 1724694528 411426 4089446400 4194304 10345943 140734392541168 18446744073709551615 6714911 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 421068 411426 765 1502 0 419561 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1684272

[startup+1242.3 s]
/proc/loadavg: 1.00 1.08 1.42 2/171 22457
/proc/meminfo: memFree=28910980/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=1772592 CPUtime=1242.33
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 460091 0 0 0 123846 387 0 0 25 0 1 0 26224699 1815134208 433377 4089446400 4194304 10345943 140734392541168 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 443148 433377 765 1502 0 441641 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1772592

[startup+1302.3 s]
/proc/loadavg: 1.04 1.08 1.39 2/171 22459
/proc/meminfo: memFree=28817396/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=1865316 CPUtime=1302.33
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 483308 0 0 0 129832 401 0 0 25 0 1 0 26224699 1910083584 456593 4089446400 4194304 10345943 140734392541168 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 466329 456593 765 1502 0 464822 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 1865316

[startup+1362.3 s]
/proc/loadavg: 1.01 1.06 1.36 2/171 22460
/proc/meminfo: memFree=28725556/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=1957124 CPUtime=1362.33
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 506258 0 0 0 135816 417 0 0 25 0 1 0 26224699 2004094976 479542 4089446400 4194304 10345943 140734392541168 18446744073709551615 6866185 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 489281 479542 765 1502 0 487774 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1957124

[startup+1422.31 s]
/proc/loadavg: 1.00 1.05 1.34 2/171 22462
/proc/meminfo: memFree=28630752/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=2085096 CPUtime=1422.33
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 529980 0 0 0 141806 427 0 0 25 0 1 0 26224699 2135138304 503262 4089446400 4194304 10345943 140734392541168 18446744073709551615 6777620 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 521274 503262 765 1502 0 519767 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 2085096

[startup+1482.3 s]
/proc/loadavg: 1.00 1.04 1.32 2/171 22463
/proc/meminfo: memFree=28540548/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=2176352 CPUtime=1482.34
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 552748 0 0 0 147792 442 0 0 25 0 1 0 26224699 2228584448 526030 4089446400 4194304 10345943 140734392541168 18446744073709551615 18446744073699066094 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 544088 526030 765 1502 0 542581 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 2176352

[startup+1542.3 s]
/proc/loadavg: 1.00 1.03 1.29 2/171 22465
/proc/meminfo: memFree=28445008/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=2270844 CPUtime=1542.33
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 576192 0 0 0 153780 453 0 0 25 0 1 0 26224699 2325344256 549474 4089446400 4194304 10345943 140734392541168 18446744073709551615 6519498 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 567711 549474 765 1502 0 566204 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 2270844

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.27 2/171 22466
/proc/meminfo: memFree=28355404/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=2362784 CPUtime=1602.34
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 599246 0 0 0 159770 464 0 0 25 0 1 0 26224699 2419490816 572528 4089446400 4194304 10345943 140734392541168 18446744073709551615 4796440 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 590696 572528 765 1502 0 589189 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 2362784

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.25 2/171 22468
/proc/meminfo: memFree=28257136/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=2459696 CPUtime=1662.34
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 623218 0 0 0 165759 475 0 0 25 0 1 0 26224699 2518728704 596500 4089446400 4194304 10345943 140734392541168 18446744073709551615 9113898 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 614924 596500 765 1502 0 613417 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 2459696

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.24 2/171 22470
/proc/meminfo: memFree=28165332/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=2552116 CPUtime=1722.34
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 646176 0 0 0 171751 483 0 0 25 0 1 0 26224699 2613366784 619458 4089446400 4194304 10345943 140734392541168 18446744073709551615 5926431 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 638029 619458 765 1502 0 636522 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 2552116

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/171 22471
/proc/meminfo: memFree=28072876/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=2642204 CPUtime=1782.34
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 668993 0 0 0 177742 492 0 0 25 0 1 0 26224699 2705616896 642275 4089446400 4194304 10345943 140734392541168 18446744073709551615 9105031 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 660551 642275 765 1502 0 659044 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 2642204

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.22 2/171 22472
/proc/meminfo: memFree=28067164/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=2648448 CPUtime=1785.55
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 670457 0 0 0 178062 493 0 0 25 0 1 0 26224699 2712010752 643739 4089446400 4194304 10345943 140734392541168 18446744073709551615 4696445 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/22399/statm: 662112 643739 765 1502 0 660605 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 2648448

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.21 2/171 22472
/proc/meminfo: memFree=28057976/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=2657156 CPUtime=1791.95
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 672712 0 0 0 178702 493 0 0 25 0 1 0 26224699 2720927744 645994 4089446400 4194304 10345943 140734392541168 18446744073709551615 6324989 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22399/statm: 664289 645994 769 1502 0 662782 0
Current children cumulated CPU time (s) 1791.95
Current children cumulated vsize (KiB) 2657156

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.21 2/171 22472
/proc/meminfo: memFree=28057976/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=2657156 CPUtime=1793.54
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 672712 0 0 0 178861 493 0 0 25 0 1 0 26224699 2720927744 645994 4089446400 4194304 10345943 140734392541168 18446744073709551615 4723480 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22399/statm: 664289 645994 769 1502 0 662782 0
Current children cumulated CPU time (s) 1793.54
Current children cumulated vsize (KiB) 2657156

[startup+1794.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/171 22472
/proc/meminfo: memFree=28057976/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=2657156 CPUtime=1794.34
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 672712 0 0 0 178941 493 0 0 25 0 1 0 26224699 2720927744 645994 4089446400 4194304 10345943 140734392541168 18446744073709551615 6325102 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22399/statm: 664289 645994 769 1502 0 662782 0
Current children cumulated CPU time (s) 1794.34
Current children cumulated vsize (KiB) 2657156

[startup+1794.7 s]
/proc/loadavg: 1.00 1.00 1.21 2/171 22472
/proc/meminfo: memFree=28057976/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=2657156 CPUtime=1794.74
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 672712 0 0 0 178981 493 0 0 25 0 1 0 26224699 2720927744 645994 4089446400 4194304 10345943 140734392541168 18446744073709551615 4221235 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22399/statm: 664289 645994 769 1502 0 662782 0
Current children cumulated CPU time (s) 1794.74
Current children cumulated vsize (KiB) 2657156

[startup+1794.9 s]
/proc/loadavg: 1.00 1.00 1.21 2/171 22472
/proc/meminfo: memFree=28057976/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=2657156 CPUtime=1794.94
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 672712 0 0 0 179001 493 0 0 25 0 1 0 26224699 2720927744 645994 4089446400 4194304 10345943 140734392541168 18446744073709551615 6325540 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22399/statm: 664289 645994 769 1502 0 662782 0
Current children cumulated CPU time (s) 1794.94
Current children cumulated vsize (KiB) 2657156

[startup+1795 s]
/proc/loadavg: 1.00 1.00 1.21 2/171 22472
/proc/meminfo: memFree=28057976/32951124 swapFree=67111528/67111528
[pid=22399] ppid=22397 vsize=2330160 CPUtime=1795.04
/proc/22399/stat : 22399 (pbscip.linux.x8) R 22397 22399 21280 0 -1 4202496 672712 0 0 0 179004 500 0 0 25 0 1 0 26224699 2386083840 116973 4089446400 4194304 10345943 140734392541168 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22399/statm: 582540 116845 769 1502 0 581033 0
Current children cumulated CPU time (s) 1795.04
Current children cumulated vsize (KiB) 2330160

Child status: 0
Real time (s): 1795.02
CPU time (s): 1795.07
CPU user time (s): 1790.05
CPU system time (s): 5.02324
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2657156

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

runsolver used 2.36264 second user time and 5.81212 second system time

The end

Launcher Data

Begin job on node147 at 2010-07-08 11:08:44
IDJOB=2705738
IDBENCH=79402
IDSOLVER=1214
FILE ID=node147/2705738-1278580124
PBS_JOBID= 11240161
Free space on /tmp= 73816 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-jnh219_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-2705738-1278580124/watcher-2705738-1278580124 -o /tmp/evaluation-result-2705738-1278580124/solver-2705738-1278580124 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705738-1278580124.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 0a308225f12d2c01751496daa1233c60
RANDOM SEED=220041237

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29249356 kB
Buffers:        159496 kB
Cached:        1945800 kB
SwapCached:          0 kB
Active:        2284920 kB
Inactive:      1261464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29249356 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12832 kB
Writeback:           0 kB
AnonPages:     1441460 kB
Mapped:          17632 kB
Slab:            88640 kB
PageTables:       7920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1595648 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= 73816 MiB
End job on node147 at 2010-07-08 11:38:39