Trace number 2705762

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 1792.66 1792.61

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh09_wcsp.wbo
MD5SUMf2d449aa8c80edec7a2d4cb4a780c49d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark333
Best CPU time to get the best result obtained on this benchmark2.84657
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints950
Number of soft constraints850
Number of constraints which are clauses850
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
Top cost 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 19
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.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-2705762-1278580141.wbo>
0.00/0.01	c original problem has 1900 variables (1050 bin, 0 int, 850 impl, 0 cont) and 1801 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.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, 850 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.00/0.05	c    (0.0s) probing: 101/950 (10.6%) - 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, 850 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.05	c  1900 implications, 0 cliques
0.00/0.05	c presolved problem has 1800 variables (950 bin, 0 int, 850 impl, 0 cont) and 1700 constraints
0.00/0.05	c     850 constraints of type <linear>
0.00/0.05	c     850 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 420925
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 |     - |6287k|   0 |   - |1800 |1700 |   0 |   0 |   0 |   0 |   0 |      --      | 4.209250e+05 |    Inf 
0.00/0.06	c   0.0s|     1 |     0 |     0 |     - |6684k|   0 |   0 |1800 |1700 |1800 |   0 |   0 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |    41 |     - |6752k|   0 |   0 |1800 |1700 |1800 |  71 |  71 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   143 |     - |6779k|   0 |  54 |1800 |1700 |1800 | 119 | 119 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   194 |     - |7128k|   0 |  61 |1800 |1700 |1800 | 158 | 158 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.15	c   0.1s|     1 |     0 |   223 |     - |7323k|   0 |  64 |1800 |1700 |1800 | 178 | 178 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.09/0.18	c   0.2s|     1 |     0 |   238 |     - |7558k|   0 |  60 |1800 |1700 |1800 | 183 | 183 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.20	c   0.2s|     1 |     0 |   263 |     - |7804k|   0 |  58 |1800 |1700 |1800 | 185 | 185 |   0 |   0 | 0.000000e+00 | 4.209250e+05 |    Inf 
0.19/0.28	c   0.3s|     1 |     2 |   263 |     - |7829k|   0 |  58 |1800 |1700 |1800 | 185 | 185 |   0 |  33 | 0.000000e+00 | 4.209250e+05 |    Inf 
8.80/8.80	c   8.8s| 10000 |  9999 |  9197 |   0.9 |  20M| 111 |   0 |1800 |1700 |1800 | 215 |3126 |   0 | 706 | 0.000000e+00 | 4.209250e+05 |    Inf 
16.99/17.02	c  17.0s| 20000 | 19997 | 19537 |   1.0 |  29M| 111 |   0 |1800 |1702 |1800 | 216 |6664 |   2 | 745 | 0.000000e+00 | 4.209250e+05 |    Inf 
24.59/24.66	o 6781
24.59/24.66	c *24.7s| 29922 | 29846 | 27462 |   0.9 |  39M| 826 |   - |1800 |1705 |1800 | 252 |9601 |   5 | 752 | 0.000000e+00 | 6.781000e+03 |    Inf 
24.69/24.72	c  24.7s| 30000 | 29924 | 27552 |   0.9 |  39M| 826 |   0 |1800 |1705 |1800 | 244 |9621 |   5 | 752 | 0.000000e+00 | 6.781000e+03 |    Inf 
30.49/30.56	o 6699
30.49/30.56	c *30.5s| 38394 | 38289 | 31985 |   0.8 |  47M| 826 |   - |1800 |1709 |1800 | 257 |  11k|   9 | 769 | 0.000000e+00 | 6.699000e+03 |    Inf 
31.69/31.77	c  31.8s| 40000 | 39892 | 32974 |   0.8 |  49M| 826 |   0 |1800 |1723 |1800 | 245 |  11k|  23 | 769 | 0.000000e+00 | 6.699000e+03 |    Inf 
39.20/39.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.20/39.25	c  39.2s| 50000 | 49892 | 39039 |   0.8 |  58M| 826 |   0 |1800 |1723 |1800 | 216 |  13k|  23 | 772 | 0.000000e+00 | 6.699000e+03 |    Inf 
46.69/46.77	c  46.8s| 60000 | 59892 | 45439 |   0.8 |  68M| 826 |   0 |1800 |1723 |1800 | 226 |  15k|  23 | 772 | 0.000000e+00 | 6.699000e+03 |    Inf 
54.29/54.33	c  54.3s| 70000 | 69892 | 52157 |   0.7 |  78M| 826 |   0 |1800 |1723 |1800 | 228 |  17k|  23 | 772 | 0.000000e+00 | 6.699000e+03 |    Inf 
61.60/61.68	c  61.7s| 80000 | 78894 | 58600 |   0.7 |  90M| 826 |   0 |1800 |3985 |1800 | 229 |  20k|2316 | 776 | 0.000000e+00 | 6.699000e+03 |    Inf 
69.70/69.75	c  69.7s| 90000 | 87339 | 73147 |   0.8 | 103M| 826 |   0 |1800 |4820 |1800 | 212 |  24k|5489 | 832 | 0.000000e+00 | 6.699000e+03 |    Inf 
77.50/77.59	c  77.6s|100000 | 95903 | 80541 |   0.8 | 115M| 826 |   0 |1800 |4056 |1800 | 215 |  26k|8504 | 853 | 0.000000e+00 | 6.699000e+03 |    Inf 
85.39/85.45	c  85.4s|110000 |104401 | 87620 |   0.8 | 127M| 826 |   0 |1800 |3606 |1800 | 224 |  29k|  11k| 877 | 0.000000e+00 | 6.699000e+03 |    Inf 
92.99/93.03	c  93.0s|120000 |113054 | 93864 |   0.8 | 139M| 826 |   4 |1800 |2756 |1800 | 212 |  31k|  14k| 904 | 0.000000e+00 | 6.699000e+03 |    Inf 
93.59/93.62	o 6685
93.59/93.62	c *93.6s|120788 |113699 | 94249 |   0.8 | 140M| 826 |   - |1800 |2858 |1800 | 252 |  31k|  15k| 904 | 0.000000e+00 | 6.685000e+03 |    Inf 
93.59/93.63	o 6611
93.59/93.63	c *93.6s|120789 |113517 | 94250 |   0.8 | 139M| 826 |   - |1800 |2858 |1800 | 252 |  31k|  15k| 904 | 0.000000e+00 | 6.611000e+03 |    Inf 
94.89/94.99	o 6568
94.89/94.99	c *95.0s|122546 |114891 | 95464 |   0.8 | 141M| 826 |   - |1800 |2653 |1800 | 251 |  31k|  15k| 909 | 0.000000e+00 | 6.568000e+03 |    Inf 
94.89/94.99	o 6509
94.89/94.99	c *95.0s|122547 |114720 | 95464 |   0.8 | 141M| 826 |   - |1800 |2653 |1800 | 251 |  31k|  15k| 909 | 0.000000e+00 | 6.509000e+03 |    Inf 
100.69/100.77	c   101s|130000 |121012 |101269 |   0.8 | 150M| 826 |   0 |1800 |2809 |1800 | 214 |  33k|  18k| 926 | 0.000000e+00 | 6.509000e+03 |    Inf 
108.40/108.43	c   108s|140000 |129492 |106947 |   0.8 | 162M| 826 |   0 |1800 |2919 |1800 | 226 |  35k|  21k| 948 | 0.000000e+00 | 6.509000e+03 |    Inf 
115.99/116.01	c   116s|150000 |138070 |112239 |   0.7 | 174M| 826 |   0 |1800 |2924 |1800 | 202 |  37k|  24k| 970 | 0.000000e+00 | 6.509000e+03 |    Inf 
123.70/123.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
123.70/123.78	c   124s|160000 |146345 |118759 |   0.7 | 186M| 826 |   0 |1800 |3017 |1800 | 204 |  40k|  28k| 994 | 0.000000e+00 | 6.509000e+03 |    Inf 
131.60/131.64	c   132s|170000 |154747 |124816 |   0.7 | 199M| 826 |   0 |1800 |3016 |1800 | 220 |  42k|  31k|1019 | 0.000000e+00 | 6.509000e+03 |    Inf 
139.49/139.57	c   140s|180000 |163056 |131715 |   0.7 | 211M| 826 |  10 |1800 |3403 |1800 | 210 |  44k|  35k|1056 | 0.000000e+00 | 6.509000e+03 |    Inf 
142.09/142.18	o 6411
142.09/142.18	c * 142s|183299 |165239 |133809 |   0.7 | 214M| 826 |   - |1800 |3338 |1800 | 214 |  45k|  36k|1060 | 0.000000e+00 | 6.411000e+03 |    Inf 
142.09/142.18	o 6410
142.09/142.18	c * 142s|183300 |165229 |133811 |   0.7 | 214M| 826 |   - |1800 |3338 |1800 | 214 |  45k|  36k|1060 | 0.000000e+00 | 6.410000e+03 |    Inf 
147.50/147.56	c   148s|190000 |170884 |138454 |   0.7 | 222M| 826 |   0 |1800 |3096 |1800 | 216 |  47k|  39k|1076 | 0.000000e+00 | 6.410000e+03 |    Inf 
155.30/155.32	c   155s|200000 |179211 |144827 |   0.7 | 234M| 826 |   - |1800 |3325 |   0 |   0 |  49k|  42k|1095 | 0.000000e+00 | 6.410000e+03 |    Inf 
163.20/163.28	c   163s|210000 |187488 |151359 |   0.7 | 246M| 826 |   0 |1800 |3352 |1800 | 208 |  51k|  46k|1121 | 0.000000e+00 | 6.410000e+03 |    Inf 
171.10/171.17	c   171s|220000 |195866 |157390 |   0.7 | 259M| 826 |   - |1800 |3330 |   0 |   0 |  53k|  49k|1150 | 0.000000e+00 | 6.410000e+03 |    Inf 
179.10/179.16	c   179s|230000 |204329 |164230 |   0.7 | 272M| 826 |   0 |1800 |3318 |1800 | 223 |  56k|  53k|1180 | 0.000000e+00 | 6.410000e+03 |    Inf 
184.30/184.34	o 6332
184.30/184.34	c * 184s|236386 |208836 |169001 |   0.7 | 279M| 826 |   - |1800 |3743 |1800 | 219 |  57k|  56k|1208 | 0.000000e+00 | 6.332000e+03 |    Inf 
187.19/187.24	c   187s|240000 |211887 |171787 |   0.7 | 283M| 826 |   0 |1800 |3347 |1800 | 214 |  58k|  57k|1209 | 0.000000e+00 | 6.332000e+03 |    Inf 
195.30/195.38	c   195s|250000 |220508 |179591 |   0.7 | 296M| 826 |   0 |1800 |4249 |1800 | 215 |  61k|  60k|1235 | 0.000000e+00 | 6.332000e+03 |    Inf 
200.49/200.56	o 6306
200.49/200.56	c * 201s|256114 |225278 |184683 |   0.7 | 303M| 826 |   - |1800 |3769 |1800 | 252 |  62k|  62k|1260 | 0.000000e+00 | 6.306000e+03 |    Inf 
203.79/203.86	c   204s|260000 |228546 |187896 |   0.7 | 308M| 826 |   0 |1800 |3562 |1800 | 211 |  63k|  64k|1270 | 0.000000e+00 | 6.306000e+03 |    Inf 
211.70/211.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
211.70/211.77	c   212s|270000 |236936 |193610 |   0.7 | 321M| 826 |   0 |1800 |3232 |1800 | 200 |  65k|  67k|1300 | 0.000000e+00 | 6.306000e+03 |    Inf 
219.60/219.60	c   220s|280000 |245452 |199466 |   0.7 | 333M| 826 |   0 |1800 |3195 |1800 | 215 |  67k|  71k|1320 | 0.000000e+00 | 6.306000e+03 |    Inf 
227.70/227.71	c   228s|290000 |253890 |206718 |   0.7 | 345M| 826 |   0 |1800 |3195 |1800 | 214 |  70k|  74k|1347 | 0.000000e+00 | 6.306000e+03 |    Inf 
235.60/235.67	c   236s|300000 |262187 |213448 |   0.7 | 357M| 826 |   0 |1800 |3645 |1800 | 240 |  72k|  78k|1385 | 0.000000e+00 | 6.306000e+03 |    Inf 
240.90/240.98	o 6303
240.90/240.98	c * 241s|306558 |267577 |217910 |   0.7 | 366M| 826 |   - |1800 |3272 |1800 | 221 |  73k|  81k|1401 | 0.000000e+00 | 6.303000e+03 |    Inf 
240.90/240.99	o 6274
240.90/240.99	c * 241s|306572 |267128 |217922 |   0.7 | 365M| 826 |   - |1800 |3272 |1800 | 221 |  73k|  81k|1401 | 0.000000e+00 | 6.274000e+03 |    Inf 
241.00/241.00	o 6168
241.00/241.00	c * 241s|306573 |265226 |217922 |   0.7 | 362M| 826 |   - |1800 |3272 |1800 | 221 |  73k|  81k|1401 | 0.000000e+00 | 6.168000e+03 |    Inf 
243.80/243.87	c   244s|310000 |268062 |221827 |   0.7 | 367M| 826 |   0 |1800 |3238 |1800 | 244 |  74k|  82k|1422 | 0.000000e+00 | 6.168000e+03 |    Inf 
252.30/252.33	c   252s|320000 |276355 |229694 |   0.7 | 379M| 826 |   0 |1800 |3697 |1800 | 228 |  77k|  86k|1440 | 0.000000e+00 | 6.168000e+03 |    Inf 
260.20/260.29	c   260s|330000 |284652 |235762 |   0.7 | 391M| 826 |   0 |1800 |3705 |1800 | 225 |  79k|  89k|1482 | 0.000000e+00 | 6.168000e+03 |    Inf 
268.09/268.16	c   268s|340000 |292970 |241354 |   0.7 | 404M| 826 |   0 |1800 |3781 |1800 | 214 |  81k|  93k|1517 | 0.000000e+00 | 6.168000e+03 |    Inf 
276.10/276.15	c   276s|350000 |301220 |247923 |   0.7 | 416M| 826 |   0 |1800 |3693 |1800 | 234 |  83k|  97k|1544 | 0.000000e+00 | 6.168000e+03 |    Inf 
284.10/284.16	c   284s|360000 |309571 |254343 |   0.7 | 428M| 826 |   0 |1800 |3722 |1800 | 224 |  85k| 100k|1569 | 0.000000e+00 | 6.168000e+03 |    Inf 
292.00/292.02	c   292s|370000 |317972 |260676 |   0.7 | 441M| 826 |   0 |1800 |3502 |1800 | 215 |  87k| 103k|1604 | 0.000000e+00 | 6.168000e+03 |    Inf 
299.10/299.12	o 6120
299.10/299.12	c R 299s|378720 |324183 |266570 |   0.7 | 450M| 826 |   - |1800 |3938 |1800 | 231 |  89k| 107k|1625 | 0.000000e+00 | 6.120000e+03 |    Inf 
300.21/300.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
300.21/300.22	c   300s|380000 |325261 |267695 |   0.7 | 451M| 826 |   0 |1800 |4244 |1800 | 215 |  89k| 107k|1628 | 0.000000e+00 | 6.120000e+03 |    Inf 
308.29/308.33	c   308s|390000 |333572 |274392 |   0.7 | 464M| 826 |   0 |1800 |3835 |1800 | 213 |  91k| 111k|1643 | 0.000000e+00 | 6.120000e+03 |    Inf 
316.20/316.21	c   316s|400000 |341978 |280111 |   0.7 | 476M| 826 |   0 |1800 |4086 |1800 | 222 |  93k| 114k|1669 | 0.000000e+00 | 6.120000e+03 |    Inf 
324.40/324.45	c   324s|410000 |350299 |287303 |   0.7 | 488M| 826 |   0 |1800 |3624 |1800 | 215 |  96k| 118k|1715 | 0.000000e+00 | 6.120000e+03 |    Inf 
332.70/332.73	o 6108
332.70/332.73	c * 333s|419944 |358145 |294471 |   0.7 | 500M| 826 |   - |1800 |4060 |1800 | 222 |  98k| 121k|1728 | 0.000000e+00 | 6.108000e+03 |    Inf 
332.70/332.78	c   333s|420000 |358194 |294564 |   0.7 | 500M| 826 |   0 |1800 |4065 |1800 | 229 |  98k| 121k|1728 | 0.000000e+00 | 6.108000e+03 |    Inf 
340.70/340.75	c   341s|430000 |366557 |300328 |   0.7 | 512M| 826 |   0 |1800 |3099 |1800 | 210 | 100k| 125k|1774 | 0.000000e+00 | 6.108000e+03 |    Inf 
346.70/346.70	o 6059
346.70/346.70	c * 347s|437583 |371482 |304621 |   0.7 | 519M| 826 |   - |1800 |3836 |1800 | 233 | 102k| 128k|1788 | 0.000000e+00 | 6.059000e+03 |    Inf 
348.71/348.71	c   349s|440000 |373479 |306217 |   0.7 | 522M| 826 |   0 |1800 |3823 |1800 | 212 | 102k| 128k|1791 | 0.000000e+00 | 6.059000e+03 |    Inf 
356.80/356.88	c   357s|450000 |381914 |313236 |   0.7 | 536M| 826 |   0 |1800 |4141 |1800 | 210 | 105k| 132k|1809 | 0.000000e+00 | 6.059000e+03 |    Inf 
357.80/357.87	o 5978
357.80/357.87	c * 358s|451260 |380190 |313779 |   0.7 | 532M| 826 |   - |1800 |4221 |1800 | 217 | 105k| 132k|1810 | 0.000000e+00 | 5.978000e+03 |    Inf 
357.90/357.90	o 5769
357.90/357.90	c * 358s|451267 |372124 |313787 |   0.7 | 514M| 826 |   - |1800 |4218 |1800 | 217 | 105k| 132k|1810 | 0.000000e+00 | 5.769000e+03 |    Inf 
358.80/358.87	o 5758
358.80/358.87	c * 359s|452468 |372680 |314421 |   0.7 | 515M| 826 |   - |1800 |4278 |1800 | 212 | 105k| 133k|1810 | 0.000000e+00 | 5.758000e+03 |    Inf 
359.40/359.49	o 5747
359.40/359.49	c * 359s|453216 |372856 |314834 |   0.7 | 514M| 826 |   - |1800 |4381 |1800 | 217 | 105k| 133k|1811 | 0.000000e+00 | 5.747000e+03 |    Inf 
359.50/359.52	o 5538
359.50/359.52	c * 360s|453225 |362725 |314841 |   0.7 | 485M| 826 |   - |1800 |4381 |1800 | 218 | 105k| 133k|1811 | 0.000000e+00 | 5.538000e+03 |    Inf 
360.40/360.41	o 5330
360.40/360.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
360.40/360.41	c * 360s|454277 |350944 |315461 |   0.7 | 444M| 826 |   - |1800 |4298 |1800 | 220 | 105k| 133k|1811 | 0.000000e+00 | 5.330000e+03 |    Inf 
360.70/360.77	o 5236
360.70/360.77	c * 361s|454654 |344972 |315691 |   0.7 | 424M| 826 |   - |1800 |4334 |1800 | 212 | 106k| 133k|1811 | 0.000000e+00 | 5.236000e+03 |    Inf 
360.70/360.79	o 5145
360.70/360.79	c * 361s|454655 |338302 |315691 |   0.7 | 402M| 826 |   - |1800 |4334 |1800 | 212 | 106k| 133k|1811 | 0.000000e+00 | 5.145000e+03 |    Inf 
361.00/361.03	o 5120
361.00/361.03	c * 361s|454924 |336647 |315873 |   0.7 | 397M| 826 |   - |1800 |4300 |1800 | 209 | 106k| 133k|1811 | 0.000000e+00 | 5.120000e+03 |    Inf 
361.00/361.07	o 5058
361.00/361.07	c * 361s|454939 |331891 |315937 |   0.7 | 383M| 826 |   - |1800 |4298 |1800 | 214 | 106k| 133k|1811 | 0.000000e+00 | 5.058000e+03 |    Inf 
361.20/361.21	o 5050
361.20/361.21	c R 361s|455092 |331428 |316078 |   0.7 | 382M| 826 |   - |1800 |4308 |1800 | 219 | 106k| 133k|1812 | 0.000000e+00 | 5.050000e+03 |    Inf 
361.20/361.26	o 5047
361.20/361.26	c * 361s|455141 |331240 |316144 |   0.7 | 381M| 826 |   - |1800 |4321 |1800 | 219 | 106k| 133k|1812 | 0.000000e+00 | 5.047000e+03 |    Inf 
361.20/361.29	o 4936
361.20/361.29	c * 361s|455152 |323380 |316149 |   0.7 | 362M| 826 |   - |1800 |4321 |1800 | 219 | 106k| 133k|1812 | 0.000000e+00 | 4.936000e+03 |    Inf 
361.70/361.70	o 4914
361.70/361.70	c * 362s|455645 |322342 |316418 |   0.7 | 359M| 826 |   - |1800 |4253 |1800 | 217 | 106k| 134k|1812 | 0.000000e+00 | 4.914000e+03 |    Inf 
361.70/361.79	o 4823
361.70/361.79	c * 362s|455719 |316363 |316502 |   0.7 | 347M| 826 |   - |1800 |4266 |1800 | 223 | 106k| 134k|1812 | 0.000000e+00 | 4.823000e+03 |    Inf 
361.70/361.80	o 4793
361.70/361.80	c * 362s|455720 |314547 |316503 |   0.7 | 344M| 826 |   - |1800 |4266 |1800 | 223 | 106k| 134k|1812 | 0.000000e+00 | 4.793000e+03 |    Inf 
365.60/365.62	c   366s|460000 |317891 |320286 |   0.7 | 349M| 826 |   0 |1800 |3707 |1800 | 220 | 107k| 135k|1835 | 0.000000e+00 | 4.793000e+03 |    Inf 
374.20/374.20	c   374s|470000 |325972 |328183 |   0.7 | 362M| 826 |   0 |1800 |3703 |1800 | 226 | 110k| 138k|1870 | 0.000000e+00 | 4.793000e+03 |    Inf 
382.71/382.75	c   383s|480000 |333984 |336063 |   0.7 | 375M| 826 |   - |1800 |3274 |1800 | 226 | 112k| 142k|1896 | 0.000000e+00 | 4.793000e+03 |    Inf 
391.70/391.74	c   392s|490000 |341838 |346082 |   0.7 | 389M| 826 |   0 |1800 |3934 |1800 | 231 | 116k| 146k|1935 | 0.000000e+00 | 4.793000e+03 |    Inf 
400.60/400.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
400.60/400.60	c   401s|500000 |349809 |355010 |   0.7 | 402M| 826 |   0 |1800 |3707 |1800 | 222 | 118k| 149k|1978 | 0.000000e+00 | 4.793000e+03 |    Inf 
409.10/409.17	c   409s|510000 |357852 |362686 |   0.7 | 416M| 826 |   - |1800 |3384 |   0 |   0 | 121k| 152k|2011 | 0.000000e+00 | 4.793000e+03 |    Inf 
417.80/417.83	c   418s|520000 |365798 |371423 |   0.7 | 429M| 826 |   0 |1800 |3472 |1800 | 213 | 124k| 155k|2041 | 0.000000e+00 | 4.793000e+03 |    Inf 
426.60/426.62	c   427s|530000 |373834 |380101 |   0.7 | 442M| 826 |   0 |1800 |4099 |1800 | 216 | 127k| 159k|2073 | 0.000000e+00 | 4.793000e+03 |    Inf 
435.20/435.26	c   435s|540000 |381923 |388305 |   0.7 | 456M| 826 |   0 |1800 |3698 |1800 | 225 | 130k| 163k|2109 | 0.000000e+00 | 4.793000e+03 |    Inf 
444.00/444.06	c   444s|550000 |389902 |396883 |   0.7 | 469M| 826 |   0 |1800 |4105 |1800 | 228 | 133k| 166k|2133 | 0.000000e+00 | 4.793000e+03 |    Inf 
452.90/452.91	c   453s|560000 |397889 |405498 |   0.7 | 482M| 826 |   0 |1800 |4186 |1800 | 229 | 136k| 170k|2162 | 0.000000e+00 | 4.793000e+03 |    Inf 
461.50/461.59	c   462s|570000 |405917 |413937 |   0.7 | 496M| 826 |   0 |1800 |4242 |1800 | 227 | 139k| 174k|2186 | 0.000000e+00 | 4.793000e+03 |    Inf 
470.10/470.12	c   470s|580000 |413838 |421980 |   0.7 | 509M| 826 |   0 |1800 |4448 |1800 | 224 | 141k| 177k|2231 | 0.000000e+00 | 4.793000e+03 |    Inf 
478.60/478.69	c   479s|590000 |422099 |430705 |   0.7 | 522M| 826 |   0 |1800 |3539 |1800 | 205 | 144k| 180k|2253 | 0.000000e+00 | 4.793000e+03 |    Inf 
487.31/487.35	c   487s|600000 |430263 |439272 |   0.7 | 535M| 826 |   - |1800 |3841 |   0 |   0 | 147k| 183k|2283 | 0.000000e+00 | 4.793000e+03 |    Inf 
496.10/496.12	c   496s|610000 |438212 |447662 |   0.7 | 550M| 826 |   0 |1800 |4224 |1800 | 208 | 150k| 187k|2304 | 0.000000e+00 | 4.793000e+03 |    Inf 
504.21/504.29	c   504s|620000 |446420 |454254 |   0.7 | 562M| 826 |   0 |1800 |3883 |1800 | 219 | 152k| 191k|2341 | 0.000000e+00 | 4.793000e+03 |    Inf 
512.80/512.87	c   513s|630000 |454497 |462486 |   0.7 | 575M| 826 |   0 |1800 |3635 |1800 | 220 | 155k| 194k|2362 | 0.000000e+00 | 4.793000e+03 |    Inf 
521.71/521.73	c   522s|640000 |462332 |471704 |   0.7 | 588M| 826 |   0 |1800 |3243 |1800 | 215 | 159k| 198k|2396 | 0.000000e+00 | 4.793000e+03 |    Inf 
530.50/530.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
530.50/530.55	c   531s|650000 |470206 |480611 |   0.7 | 602M| 826 |   0 |1800 |3171 |1800 | 206 | 162k| 201k|2434 | 0.000000e+00 | 4.793000e+03 |    Inf 
539.31/539.35	c   539s|660000 |478207 |490192 |   0.7 | 615M| 826 |   0 |1800 |3110 |1800 | 231 | 165k| 205k|2467 | 0.000000e+00 | 4.793000e+03 |    Inf 
548.20/548.26	c   548s|670000 |486093 |499372 |   0.7 | 629M| 826 |   0 |1800 |3391 |1800 | 210 | 168k| 209k|2495 | 0.000000e+00 | 4.793000e+03 |    Inf 
556.61/556.68	c   557s|680000 |494034 |506792 |   0.7 | 642M| 826 |   0 |1800 |3673 |1800 | 234 | 171k| 213k|2514 | 0.000000e+00 | 4.793000e+03 |    Inf 
565.50/565.58	c   566s|690000 |501846 |516463 |   0.7 | 655M| 826 |   0 |1800 |3674 |1800 | 248 | 174k| 217k|2546 | 0.000000e+00 | 4.793000e+03 |    Inf 
574.31/574.32	c   574s|700000 |509870 |525391 |   0.8 | 668M| 826 |   0 |1800 |3691 |1800 | 222 | 177k| 220k|2564 | 0.000000e+00 | 4.793000e+03 |    Inf 
583.01/583.01	c   583s|710000 |517760 |533107 |   0.8 | 682M| 826 |   0 |1800 |3950 |1800 | 224 | 180k| 224k|2599 | 0.000000e+00 | 4.793000e+03 |    Inf 
592.10/592.19	c   592s|720000 |525569 |543137 |   0.8 | 696M| 826 |   0 |1800 |3675 |1800 | 212 | 184k| 228k|2628 | 0.000000e+00 | 4.793000e+03 |    Inf 
601.20/601.26	c   601s|730000 |533260 |552707 |   0.8 | 710M| 826 |   0 |1800 |3467 |1800 | 214 | 187k| 232k|2662 | 0.000000e+00 | 4.793000e+03 |    Inf 
610.00/610.02	c   610s|740000 |541165 |560737 |   0.8 | 724M| 826 |   0 |1800 |3784 |1800 | 223 | 190k| 236k|2683 | 0.000000e+00 | 4.793000e+03 |    Inf 
618.81/618.83	c   619s|750000 |548961 |569316 |   0.8 | 737M| 826 |   0 |1800 |3809 |1800 | 235 | 193k| 239k|2715 | 0.000000e+00 | 4.793000e+03 |    Inf 
627.41/627.42	c   627s|760000 |556913 |577050 |   0.8 | 751M| 826 |   0 |1800 |3665 |1800 | 213 | 195k| 243k|2737 | 0.000000e+00 | 4.793000e+03 |    Inf 
636.01/636.09	c   636s|770000 |564753 |584925 |   0.8 | 763M| 826 |   0 |1800 |3260 |1800 | 222 | 198k| 246k|2758 | 0.000000e+00 | 4.793000e+03 |    Inf 
644.91/644.91	c   645s|780000 |572597 |593540 |   0.8 | 776M| 826 |   0 |1800 |3663 |1800 | 233 | 201k| 250k|2782 | 0.000000e+00 | 4.793000e+03 |    Inf 
653.71/653.77	c   654s|790000 |580518 |602621 |   0.8 | 790M| 826 |   0 |1800 |3884 |1800 | 237 | 205k| 254k|2812 | 0.000000e+00 | 4.793000e+03 |    Inf 
662.91/662.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
662.91/662.93	c   663s|800000 |588599 |613709 |   0.8 | 804M| 826 |   0 |1800 |3561 |1800 | 236 | 209k| 258k|2847 | 0.000000e+00 | 4.793000e+03 |    Inf 
671.71/671.74	c   672s|810000 |596597 |622634 |   0.8 | 818M| 826 |   0 |1800 |4031 |1800 | 219 | 212k| 261k|2866 | 0.000000e+00 | 4.793000e+03 |    Inf 
680.60/680.60	c   681s|820000 |604618 |631010 |   0.8 | 831M| 826 |   0 |1800 |3891 |1800 | 242 | 215k| 264k|2888 | 0.000000e+00 | 4.793000e+03 |    Inf 
689.30/689.36	c   689s|830000 |612771 |639993 |   0.8 | 844M| 826 |   0 |1800 |4018 |1800 | 210 | 218k| 268k|2910 | 0.000000e+00 | 4.793000e+03 |    Inf 
698.21/698.21	c   698s|840000 |620627 |648741 |   0.8 | 858M| 826 |   - |1800 |3653 |   0 |   0 | 222k| 272k|2941 | 0.000000e+00 | 4.793000e+03 |    Inf 
706.91/706.95	c   707s|850000 |628662 |657114 |   0.8 | 872M| 826 |   0 |1800 |3831 |1800 | 209 | 225k| 276k|2955 | 0.000000e+00 | 4.793000e+03 |    Inf 
715.81/715.89	c   716s|860000 |636774 |666771 |   0.8 | 885M| 826 |   0 |1800 |4203 |1800 | 231 | 228k| 279k|2997 | 0.000000e+00 | 4.793000e+03 |    Inf 
722.71/722.75	o 4791
722.71/722.75	c * 723s|867602 |642647 |674100 |   0.8 | 895M| 826 |   - |1800 |4830 |1800 | 224 | 230k| 282k|3007 | 0.000000e+00 | 4.791000e+03 |    Inf 
722.71/722.76	o 4745
722.71/722.76	c * 723s|867603 |637981 |674100 |   0.8 | 888M| 826 |   - |1800 |4830 |1800 | 224 | 230k| 282k|3007 | 0.000000e+00 | 4.745000e+03 |    Inf 
724.82/724.84	c   725s|870000 |639908 |675787 |   0.8 | 891M| 826 |   0 |1800 |4805 |1800 | 231 | 231k| 282k|3009 | 0.000000e+00 | 4.745000e+03 |    Inf 
733.51/733.50	c   733s|880000 |648074 |683871 |   0.8 | 904M| 826 |   0 |1800 |3764 |1800 | 217 | 234k| 286k|3043 | 0.000000e+00 | 4.745000e+03 |    Inf 
742.11/742.10	c   742s|890000 |656077 |691866 |   0.8 | 917M| 826 |   0 |1800 |3668 |1800 | 224 | 237k| 289k|3056 | 0.000000e+00 | 4.745000e+03 |    Inf 
751.11/751.19	c   751s|900000 |663987 |700806 |   0.8 | 931M| 826 |   0 |1800 |4084 |1800 | 219 | 240k| 293k|3085 | 0.000000e+00 | 4.745000e+03 |    Inf 
759.81/759.88	c   760s|910000 |672066 |708895 |   0.8 | 945M| 826 |   0 |1800 |3831 |1800 | 223 | 243k| 296k|3103 | 0.000000e+00 | 4.745000e+03 |    Inf 
768.61/768.63	c   769s|920000 |679932 |717302 |   0.8 | 958M| 826 |   0 |1800 |4045 |1800 | 223 | 245k| 300k|3127 | 0.000000e+00 | 4.745000e+03 |    Inf 
777.62/777.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
777.62/777.63	c   778s|930000 |687637 |726206 |   0.8 | 971M| 826 |   - |1800 |4348 |   0 |   0 | 249k| 304k|3146 | 0.000000e+00 | 4.745000e+03 |    Inf 
786.11/786.13	c   786s|940000 |695635 |733080 |   0.8 | 984M| 826 |   0 |1800 |4100 |1800 | 216 | 251k| 308k|3177 | 0.000000e+00 | 4.745000e+03 |    Inf 
794.71/794.79	c   795s|950000 |703639 |740750 |   0.8 | 997M| 826 |   0 |1800 |4170 |1800 | 228 | 254k| 311k|3208 | 0.000000e+00 | 4.745000e+03 |    Inf 
803.31/803.32	c   803s|960000 |711444 |747715 |   0.8 |1011M| 826 |   0 |1800 |4096 |1800 | 226 | 256k| 315k|3215 | 0.000000e+00 | 4.745000e+03 |    Inf 
812.01/812.07	c   812s|970000 |719287 |756111 |   0.8 |1025M| 826 |   0 |1800 |3977 |1800 | 231 | 259k| 319k|3238 | 0.000000e+00 | 4.745000e+03 |    Inf 
820.61/820.67	c   821s|980000 |727140 |763585 |   0.8 |1037M| 826 |   0 |1800 |4063 |1800 | 231 | 261k| 322k|3252 | 0.000000e+00 | 4.745000e+03 |    Inf 
829.31/829.39	c   829s|990000 |735094 |771738 |   0.8 |1051M| 826 |   0 |1800 |4141 |1800 | 228 | 264k| 326k|3279 | 0.000000e+00 | 4.745000e+03 |    Inf 
838.11/838.17	c   838s|  1000k|743044 |780557 |   0.8 |1064M| 826 |   0 |1800 |3745 |1800 | 213 | 267k| 330k|3300 | 0.000000e+00 | 4.745000e+03 |    Inf 
846.92/846.91	c   847s|  1010k|751251 |789122 |   0.8 |1077M| 826 |   0 |1800 |3728 |1800 | 240 | 270k| 333k|3320 | 0.000000e+00 | 4.745000e+03 |    Inf 
855.41/855.46	c   855s|  1020k|759515 |797296 |   0.8 |1090M| 826 |   0 |1800 |3663 |1800 | 218 | 272k| 336k|3345 | 0.000000e+00 | 4.745000e+03 |    Inf 
862.71/862.79	o 4726
862.71/862.79	c * 863s|  1028k|763927 |804074 |   0.8 |1098M| 826 |   - |1800 |3728 |1800 | 231 | 274k| 339k|3349 | 0.000000e+00 | 4.726000e+03 |    Inf 
862.81/862.87	o 4713
862.81/862.87	c * 863s|  1028k|762470 |804162 |   0.8 |1095M| 826 |   - |1800 |3714 |1800 | 236 | 275k| 339k|3349 | 0.000000e+00 | 4.713000e+03 |    Inf 
862.91/862.90	o 4607
862.91/862.90	c * 863s|  1028k|749028 |804162 |   0.8 |1075M| 826 |   - |1800 |3714 |1800 | 236 | 275k| 339k|3349 | 0.000000e+00 | 4.607000e+03 |    Inf 
862.91/862.97	o 4580
862.91/862.97	c * 863s|  1028k|745361 |804218 |   0.8 |1070M| 826 |   - |1800 |3701 |1800 | 235 | 275k| 339k|3349 | 0.000000e+00 | 4.580000e+03 |    Inf 
863.01/863.06	o 4502
863.01/863.06	c * 863s|  1028k|734436 |804283 |   0.8 |1054M| 826 |   - |1800 |3724 |1800 | 234 | 275k| 339k|3349 | 0.000000e+00 | 4.502000e+03 |    Inf 
863.11/863.13	o 4457
863.11/863.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
863.11/863.13	c * 863s|  1028k|728164 |804355 |   0.8 |1044M| 826 |   - |1800 |3754 |1800 | 235 | 275k| 339k|3349 | 0.000000e+00 | 4.457000e+03 |    Inf 
863.11/863.14	o 4452
863.11/863.14	c * 863s|  1028k|727487 |804358 |   0.8 |1043M| 826 |   - |1800 |3754 |1800 | 235 | 275k| 339k|3349 | 0.000000e+00 | 4.452000e+03 |    Inf 
863.11/863.18	o 4346
863.11/863.18	c * 863s|  1028k|711838 |804358 |   0.8 |1020M| 826 |   - |1800 |3754 |1800 | 235 | 275k| 339k|3349 | 0.000000e+00 | 4.346000e+03 |    Inf 
864.31/864.30	c   864s|  1030k|712875 |805287 |   0.8 |1022M| 826 |   0 |1800 |3527 |1800 | 205 | 275k| 340k|3356 | 0.000000e+00 | 4.346000e+03 |    Inf 
867.91/867.90	o 4261
867.91/867.90	c * 868s|  1034k|703457 |808701 |   0.8 |1007M| 826 |   - |1800 |3314 |1800 | 236 | 276k| 341k|3368 | 0.000000e+00 | 4.261000e+03 |    Inf 
873.21/873.22	c   873s|  1040k|708150 |813427 |   0.8 |1014M| 826 |   0 |1800 |3460 |1800 | 205 | 278k| 343k|3374 | 0.000000e+00 | 4.261000e+03 |    Inf 
882.31/882.36	c   882s|  1050k|715976 |823153 |   0.8 |1028M| 826 |   0 |1800 |3361 |1800 | 224 | 281k| 347k|3396 | 0.000000e+00 | 4.261000e+03 |    Inf 
891.11/891.18	c   891s|  1060k|723932 |831220 |   0.8 |1042M| 826 |   0 |1800 |3439 |1800 | 217 | 284k| 350k|3414 | 0.000000e+00 | 4.261000e+03 |    Inf 
900.51/900.57	c   901s|  1070k|731977 |842003 |   0.8 |1056M| 826 |   0 |1800 |4082 |1800 | 231 | 288k| 353k|3441 | 0.000000e+00 | 4.261000e+03 |    Inf 
900.91/900.95	o 4256
900.91/900.95	c * 901s|  1070k|731558 |842475 |   0.8 |1055M| 826 |   - |1800 |4082 |1800 | 230 | 288k| 353k|3443 | 0.000000e+00 | 4.256000e+03 |    Inf 
907.61/907.69	o 4236
907.61/907.69	c * 908s|  1077k|734091 |849824 |   0.8 |1061M| 826 |   - |1800 |3893 |1800 | 229 | 291k| 356k|3471 | 0.000000e+00 | 4.236000e+03 |    Inf 
909.81/909.87	c   910s|  1080k|736023 |851933 |   0.8 |1064M| 826 |   0 |1800 |3875 |1800 | 214 | 291k| 357k|3472 | 0.000000e+00 | 4.236000e+03 |    Inf 
918.71/918.78	c   919s|  1090k|744035 |861506 |   0.8 |1078M| 826 |   0 |1800 |3501 |1800 | 234 | 295k| 360k|3499 | 0.000000e+00 | 4.236000e+03 |    Inf 
927.71/927.70	c   928s|  1100k|751881 |870135 |   0.8 |1092M| 826 |   0 |1800 |3504 |1800 | 225 | 297k| 364k|3513 | 0.000000e+00 | 4.236000e+03 |    Inf 
936.62/936.61	c   937s|  1110k|759828 |878924 |   0.8 |1106M| 826 |   0 |1800 |3664 |1800 | 214 | 300k| 367k|3533 | 0.000000e+00 | 4.236000e+03 |    Inf 
945.82/945.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
945.82/945.83	c   946s|  1120k|767442 |889767 |   0.8 |1120M| 826 |   0 |1800 |3842 |1800 | 220 | 304k| 371k|3558 | 0.000000e+00 | 4.236000e+03 |    Inf 
954.11/954.19	o 4207
954.11/954.19	c * 954s|  1129k|769538 |898945 |   0.8 |1125M| 826 |   - |1800 |4112 |1800 | 225 | 307k| 375k|3578 | 0.000000e+00 | 4.207000e+03 |    Inf 
955.01/955.06	c   955s|  1130k|770233 |899761 |   0.8 |1126M| 826 |   0 |1800 |3994 |1800 | 224 | 307k| 375k|3578 | 0.000000e+00 | 4.207000e+03 |    Inf 
961.92/961.90	o 4159
961.92/961.90	c * 962s|  1137k|768637 |906576 |   0.8 |1122M| 826 |   - |1800 |3730 |1800 | 240 | 309k| 378k|3597 | 0.000000e+00 | 4.159000e+03 |    Inf 
961.92/961.91	o 4128
961.92/961.91	c * 962s|  1137k|763811 |906577 |   0.8 |1113M| 826 |   - |1800 |3730 |1800 | 240 | 309k| 378k|3597 | 0.000000e+00 | 4.128000e+03 |    Inf 
964.12/964.14	c   964s|  1140k|765821 |908482 |   0.8 |1116M| 826 |   0 |1800 |3585 |1800 | 204 | 310k| 379k|3600 | 0.000000e+00 | 4.128000e+03 |    Inf 
972.91/972.99	c   973s|  1150k|773599 |916883 |   0.8 |1129M| 826 |   0 |1800 |4033 |1800 | 223 | 313k| 383k|3622 | 0.000000e+00 | 4.128000e+03 |    Inf 
982.11/982.11	c   982s|  1160k|781216 |925877 |   0.8 |1142M| 826 |   0 |1800 |3784 |1800 | 217 | 316k| 386k|3637 | 0.000000e+00 | 4.128000e+03 |    Inf 
991.61/991.62	c   992s|  1170k|788981 |938561 |   0.8 |1155M| 826 |   0 |1800 |3837 |1800 | 270 | 320k| 390k|3666 | 0.000000e+00 | 4.128000e+03 |    Inf 
1000.81/1000.81	c  1001s|  1180k|797034 |949905 |   0.8 |1169M| 826 |   0 |1800 |3465 |1800 | 227 | 324k| 393k|3691 | 0.000000e+00 | 4.128000e+03 |    Inf 
1010.72/1010.70	c  1011s|  1190k|804935 |965524 |   0.8 |1185M| 826 |   0 |1800 |3659 |1800 | 233 | 328k| 396k|3712 | 0.000000e+00 | 4.128000e+03 |    Inf 
1019.81/1019.85	c  1020s|  1200k|812499 |975192 |   0.8 |1199M| 826 |   0 |1800 |3360 |1800 | 231 | 332k| 400k|3738 | 0.000000e+00 | 4.128000e+03 |    Inf 
1029.11/1029.11	c  1029s|  1210k|820175 |985659 |   0.8 |1213M| 826 |   0 |1800 |3587 |1800 | 216 | 335k| 404k|3766 | 0.000000e+00 | 4.128000e+03 |    Inf 
1038.21/1038.28	c  1038s|  1220k|827656 |995249 |   0.8 |1227M| 826 |   0 |1800 |3607 |1800 | 238 | 338k| 407k|3786 | 0.000000e+00 | 4.128000e+03 |    Inf 
1047.52/1047.56	c  1048s|  1230k|835089 |  1006k|   0.8 |1242M| 826 |   - |1800 |3376 |   0 |   0 | 342k| 411k|3813 | 0.000000e+00 | 4.128000e+03 |    Inf 
1056.42/1056.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1056.42/1056.43	c  1056s|  1240k|842852 |  1014k|   0.8 |1255M| 826 |   0 |1800 |3498 |1800 | 211 | 345k| 415k|3835 | 0.000000e+00 | 4.128000e+03 |    Inf 
1065.21/1065.27	c  1065s|  1250k|850644 |  1023k|   0.8 |1269M| 826 |   0 |1800 |3792 |1800 | 228 | 348k| 418k|3859 | 0.000000e+00 | 4.128000e+03 |    Inf 
1073.52/1073.50	o 4070
1073.52/1073.50	c *1073s|  1258k|847764 |  1032k|   0.8 |1260M| 826 |   - |1800 |3359 |1800 | 234 | 351k| 421k|3885 | 0.000000e+00 | 4.070000e+03 |    Inf 
1073.52/1073.53	o 4034
1073.52/1073.53	c *1074s|  1258k|841551 |  1032k|   0.8 |1245M| 826 |   - |1800 |3359 |1800 | 234 | 351k| 421k|3885 | 0.000000e+00 | 4.034000e+03 |    Inf 
1073.52/1073.56	o 4004
1073.52/1073.56	c *1074s|  1258k|836246 |  1032k|   0.8 |1232M| 826 |   - |1800 |3359 |1800 | 234 | 351k| 421k|3885 | 0.000000e+00 | 4.004000e+03 |    Inf 
1074.51/1074.53	c  1075s|  1260k|837139 |  1033k|   0.8 |1234M| 826 |   0 |1800 |3322 |1800 | 207 | 351k| 422k|3885 | 0.000000e+00 | 4.004000e+03 |    Inf 
1084.01/1084.04	c  1084s|  1270k|844761 |  1044k|   0.8 |1248M| 826 |   0 |1800 |3707 |1800 | 217 | 355k| 425k|3906 | 0.000000e+00 | 4.004000e+03 |    Inf 
1093.02/1093.04	c  1093s|  1280k|852517 |  1052k|   0.8 |1262M| 826 |   0 |1800 |3970 |1800 | 209 | 358k| 429k|3917 | 0.000000e+00 | 4.004000e+03 |    Inf 
1102.31/1102.38	c  1102s|  1290k|860312 |  1063k|   0.8 |1276M| 826 |   - |1800 |3068 |   0 |   0 | 362k| 432k|3947 | 0.000000e+00 | 4.004000e+03 |    Inf 
1111.42/1111.48	c  1111s|  1300k|868386 |  1074k|   0.8 |1290M| 826 |   0 |1800 |3140 |1800 | 226 | 366k| 435k|3971 | 0.000000e+00 | 4.004000e+03 |    Inf 
1121.01/1121.07	c  1121s|  1310k|876017 |  1086k|   0.8 |1303M| 826 |   0 |1800 |2986 |1800 | 235 | 370k| 439k|3994 | 0.000000e+00 | 4.004000e+03 |    Inf 
1128.63/1128.63	o 3998
1128.63/1128.63	c *1129s|  1318k|881637 |  1095k|   0.8 |1312M| 826 |   - |1800 |3272 |1800 | 226 | 374k| 441k|4012 | 0.000000e+00 | 3.998000e+03 |    Inf 
1128.63/1128.67	o 3955
1128.63/1128.67	c *1129s|  1318k|873489 |  1095k|   0.8 |1291M| 826 |   - |1800 |3272 |1800 | 226 | 374k| 441k|4012 | 0.000000e+00 | 3.955000e+03 |    Inf 
1128.63/1128.69	o 3924
1128.63/1128.69	c *1129s|  1318k|867343 |  1095k|   0.8 |1275M| 826 |   - |1800 |3272 |1800 | 226 | 374k| 441k|4012 | 0.000000e+00 | 3.924000e+03 |    Inf 
1130.11/1130.15	c  1130s|  1320k|868623 |  1097k|   0.8 |1277M| 826 |   0 |1800 |3296 |1800 | 206 | 374k| 442k|4012 | 0.000000e+00 | 3.924000e+03 |    Inf 
1139.63/1139.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1139.63/1139.64	c  1140s|  1330k|876309 |  1109k|   0.8 |1291M| 826 |   - |1800 |3363 |   0 |   0 | 378k| 445k|4028 | 0.000000e+00 | 3.924000e+03 |    Inf 
1144.82/1144.88	o 3869
1144.82/1144.88	c *1145s|  1335k|869534 |  1115k|   0.8 |1269M| 826 |   - |1800 |3550 |1800 | 240 | 380k| 447k|4044 | 0.000000e+00 | 3.869000e+03 |    Inf 
1144.92/1144.92	o 3806
1144.92/1144.92	c *1145s|  1335k|854924 |  1115k|   0.8 |1227M| 826 |   - |1800 |3550 |1800 | 240 | 380k| 447k|4044 | 0.000000e+00 | 3.806000e+03 |    Inf 
1149.12/1149.14	c  1149s|  1340k|858101 |  1120k|   0.8 |1233M| 826 |   0 |1800 |3431 |1800 | 226 | 382k| 449k|4057 | 0.000000e+00 | 3.806000e+03 |    Inf 
1158.72/1158.73	c  1159s|  1350k|865601 |  1131k|   0.8 |1248M| 826 |   0 |1800 |3802 |1800 | 213 | 386k| 452k|4084 | 0.000000e+00 | 3.806000e+03 |    Inf 
1159.52/1159.50	o 3802
1159.52/1159.50	c *1159s|  1350k|865167 |  1132k|   0.8 |1246M| 826 |   - |1800 |3922 |1800 | 234 | 386k| 453k|4084 | 0.000000e+00 | 3.802000e+03 |    Inf 
1159.52/1159.59	o 3696
1159.52/1159.59	c *1160s|  1350k|835080 |  1132k|   0.8 |1161M| 826 |   - |1800 |3922 |1800 | 234 | 386k| 453k|4084 | 0.000000e+00 | 3.696000e+03 |    Inf 
1168.72/1168.70	c  1169s|  1360k|841826 |  1143k|   0.8 |1175M| 826 |   0 |1800 |3744 |1800 | 222 | 390k| 456k|4106 | 0.000000e+00 | 3.696000e+03 |    Inf 
1178.52/1178.58	c  1179s|  1370k|849480 |  1156k|   0.8 |1190M| 826 |   - |1800 |3770 |1800 | 236 | 394k| 460k|4125 | 0.000000e+00 | 3.696000e+03 |    Inf 
1187.52/1187.59	o 3684
1187.52/1187.59	c *1188s|  1379k|853243 |  1167k|   0.8 |1193M| 826 |   - |1800 |3192 |1800 | 247 | 397k| 463k|4144 | 0.000000e+00 | 3.684000e+03 |    Inf 
1187.62/1187.68	o 3578
1187.62/1187.68	c *1188s|  1379k|824819 |  1167k|   0.8 |1123M| 826 |   - |1800 |3192 |1800 | 247 | 397k| 463k|4144 | 0.000000e+00 | 3.578000e+03 |    Inf 
1188.32/1188.36	c  1188s|  1380k|825382 |  1168k|   0.8 |1124M| 826 |   0 |1800 |3242 |1800 | 236 | 398k| 463k|4149 | 0.000000e+00 | 3.578000e+03 |    Inf 
1192.32/1192.34	o 3542
1192.32/1192.34	c *1192s|  1384k|819013 |  1172k|   0.8 |1107M| 826 |   - |1800 |3346 |1800 | 239 | 399k| 464k|4159 | 0.000000e+00 | 3.542000e+03 |    Inf 
1197.83/1197.87	c  1198s|  1390k|823564 |  1178k|   0.8 |1115M| 826 |   0 |1800 |3933 |1800 | 256 | 401k| 467k|4163 | 0.000000e+00 | 3.542000e+03 |    Inf 
1207.12/1207.15	c  1207s|  1400k|831156 |  1188k|   0.8 |1129M| 826 |  11 |1800 |3413 |1800 | 250 | 404k| 470k|4192 | 0.000000e+00 | 3.542000e+03 |    Inf 
1216.92/1216.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1216.92/1216.91	c  1217s|  1410k|838441 |  1199k|   0.9 |1143M| 826 |   4 |1800 |3037 |1800 | 223 | 409k| 473k|4217 | 0.000000e+00 | 3.542000e+03 |    Inf 
1219.32/1219.33	o 3515
1219.32/1219.33	c *1219s|  1412k|833157 |  1202k|   0.9 |1131M| 826 |   - |1800 |3210 |1800 | 222 | 410k| 474k|4220 | 0.000000e+00 | 3.515000e+03 |    Inf 
1226.72/1226.77	c  1227s|  1420k|838922 |  1212k|   0.9 |1142M| 826 |   0 |1800 |3299 |1800 | 227 | 413k| 477k|4243 | 0.000000e+00 | 3.515000e+03 |    Inf 
1236.72/1236.75	c  1237s|  1430k|846689 |  1226k|   0.9 |1157M| 826 |   0 |1800 |3055 |1800 | 242 | 418k| 480k|4273 | 0.000000e+00 | 3.515000e+03 |    Inf 
1246.52/1246.52	c  1247s|  1440k|853929 |  1238k|   0.9 |1172M| 826 |   0 |1800 |3312 |1800 | 210 | 422k| 484k|4303 | 0.000000e+00 | 3.515000e+03 |    Inf 
1256.03/1256.08	c  1256s|  1450k|861428 |  1249k|   0.9 |1187M| 826 |   0 |1800 |3185 |1800 | 220 | 426k| 487k|4319 | 0.000000e+00 | 3.515000e+03 |    Inf 
1265.73/1265.79	c  1266s|  1460k|868830 |  1262k|   0.9 |1201M| 826 |   0 |1800 |3025 |1800 | 216 | 431k| 490k|4343 | 0.000000e+00 | 3.515000e+03 |    Inf 
1275.12/1275.14	c  1275s|  1470k|876320 |  1271k|   0.9 |1216M| 826 |   0 |1800 |3173 |1800 | 215 | 434k| 493k|4361 | 0.000000e+00 | 3.515000e+03 |    Inf 
1284.62/1284.69	c  1285s|  1480k|883933 |  1282k|   0.9 |1230M| 826 |   0 |1800 |3356 |1800 | 222 | 438k| 497k|4382 | 0.000000e+00 | 3.515000e+03 |    Inf 
1294.52/1294.57	c  1295s|  1490k|891439 |  1295k|   0.9 |1244M| 826 |   0 |1800 |3379 |1800 | 221 | 443k| 500k|4398 | 0.000000e+00 | 3.515000e+03 |    Inf 
1304.22/1304.28	c  1304s|  1500k|898694 |  1308k|   0.9 |1259M| 826 |   0 |1800 |3355 |1800 | 235 | 447k| 504k|4420 | 0.000000e+00 | 3.515000e+03 |    Inf 
1313.82/1313.86	c  1314s|  1510k|906097 |  1318k|   0.9 |1274M| 826 |   0 |1800 |3194 |1800 | 218 | 451k| 507k|4435 | 0.000000e+00 | 3.515000e+03 |    Inf 
1323.62/1323.66	c  1324s|  1520k|913517 |  1332k|   0.9 |1289M| 826 |   0 |1800 |3706 |1800 | 248 | 455k| 511k|4459 | 0.000000e+00 | 3.515000e+03 |    Inf 
1333.22/1333.24	c  1333s|  1530k|920825 |  1344k|   0.9 |1304M| 826 |   0 |1800 |3771 |1800 | 228 | 459k| 515k|4482 | 0.000000e+00 | 3.515000e+03 |    Inf 
1342.82/1342.85	c  1343s|  1540k|928208 |  1355k|   0.9 |1318M| 826 |   0 |1800 |3645 |1800 | 232 | 463k| 519k|4504 | 0.000000e+00 | 3.515000e+03 |    Inf 
1352.32/1352.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1352.32/1352.35	c  1352s|  1550k|935543 |  1366k|   0.9 |1333M| 826 |   0 |1800 |3567 |1800 | 241 | 467k| 522k|4523 | 0.000000e+00 | 3.515000e+03 |    Inf 
1362.03/1362.04	c  1362s|  1560k|942812 |  1378k|   0.9 |1348M| 826 |   0 |1800 |3140 |1800 | 218 | 471k| 526k|4543 | 0.000000e+00 | 3.515000e+03 |    Inf 
1371.42/1371.43	c  1371s|  1570k|950420 |  1388k|   0.9 |1363M| 826 |   0 |1800 |3556 |1800 | 228 | 474k| 529k|4556 | 0.000000e+00 | 3.515000e+03 |    Inf 
1381.13/1381.12	c  1381s|  1580k|957810 |  1400k|   0.9 |1379M| 826 |   0 |1800 |3415 |1800 | 228 | 478k| 533k|4581 | 0.000000e+00 | 3.515000e+03 |    Inf 
1390.33/1390.32	c  1390s|  1590k|965329 |  1409k|   0.9 |1392M| 826 |   - |1800 |3439 |   0 |   0 | 482k| 536k|4593 | 0.000000e+00 | 3.515000e+03 |    Inf 
1400.12/1400.12	c  1400s|  1600k|972835 |  1423k|   0.9 |1407M| 826 |   0 |1800 |3385 |1800 | 228 | 486k| 540k|4616 | 0.000000e+00 | 3.515000e+03 |    Inf 
1409.82/1409.85	c  1410s|  1610k|980316 |  1435k|   0.9 |1422M| 826 |   0 |1800 |3419 |1800 | 225 | 491k| 543k|4639 | 0.000000e+00 | 3.515000e+03 |    Inf 
1418.22/1418.22	o 3255
1418.22/1418.22	c *1418s|  1618k|912351 |  1445k|   0.9 |1278M| 826 |   - |1800 |3555 |1800 | 231 | 494k| 546k|4654 | 0.000000e+00 | 3.255000e+03 |    Inf 
1419.93/1419.97	c  1420s|  1620k|913686 |  1447k|   0.9 |1280M| 826 |   0 |1800 |3637 |1800 | 223 | 495k| 547k|4660 | 0.000000e+00 | 3.255000e+03 |    Inf 
1426.43/1426.47	o 3248
1426.43/1426.47	c *1426s|  1626k|916539 |  1456k|   0.9 |1285M| 826 |   - |1800 |3600 |1800 | 232 | 498k| 549k|4671 | 0.000000e+00 | 3.248000e+03 |    Inf 
1429.63/1429.68	c  1430s|  1630k|918878 |  1460k|   0.9 |1290M| 826 |   0 |1800 |3562 |1800 | 235 | 499k| 550k|4686 | 0.000000e+00 | 3.248000e+03 |    Inf 
1439.63/1439.66	c  1440s|  1640k|926086 |  1472k|   0.9 |1305M| 826 |   0 |1800 |3677 |1800 | 218 | 504k| 553k|4707 | 0.000000e+00 | 3.248000e+03 |    Inf 
1449.33/1449.34	c  1449s|  1650k|933547 |  1484k|   0.9 |1319M| 826 |   0 |1800 |3458 |1800 | 207 | 508k| 557k|4723 | 0.000000e+00 | 3.248000e+03 |    Inf 
1459.23/1459.29	c  1459s|  1660k|940947 |  1496k|   0.9 |1335M| 826 |   - |1800 |3277 |   0 |   0 | 512k| 560k|4744 | 0.000000e+00 | 3.248000e+03 |    Inf 
1469.42/1469.47	c  1469s|  1670k|948024 |  1510k|   0.9 |1350M| 826 |   0 |1800 |3141 |1800 | 213 | 517k| 564k|4771 | 0.000000e+00 | 3.248000e+03 |    Inf 
1479.82/1479.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1479.82/1479.84	c  1480s|  1680k|955296 |  1526k|   0.9 |1366M| 826 |   0 |1800 |3457 |1800 | 207 | 522k| 567k|4800 | 0.000000e+00 | 3.248000e+03 |    Inf 
1489.63/1489.65	c  1490s|  1690k|962601 |  1538k|   0.9 |1380M| 826 |   0 |1800 |3408 |1800 | 215 | 526k| 571k|4821 | 0.000000e+00 | 3.248000e+03 |    Inf 
1499.53/1499.52	c  1500s|  1700k|969902 |  1550k|   0.9 |1396M| 826 |   0 |1800 |3623 |1800 | 211 | 531k| 574k|4846 | 0.000000e+00 | 3.248000e+03 |    Inf 
1509.62/1509.69	c  1510s|  1710k|977132 |  1564k|   0.9 |1411M| 826 |   0 |1800 |3413 |1800 | 223 | 535k| 578k|4864 | 0.000000e+00 | 3.248000e+03 |    Inf 
1519.43/1519.46	c  1519s|  1720k|984583 |  1576k|   0.9 |1426M| 826 |   - |1800 |3395 |   0 |   0 | 539k| 581k|4886 | 0.000000e+00 | 3.248000e+03 |    Inf 
1529.13/1529.10	c  1529s|  1730k|992235 |  1588k|   0.9 |1441M| 826 |   0 |1800 |3335 |1800 | 229 | 543k| 584k|4908 | 0.000000e+00 | 3.248000e+03 |    Inf 
1539.02/1539.02	c  1539s|  1740k|999589 |  1601k|   0.9 |1456M| 826 |   0 |1800 |3411 |1800 | 235 | 548k| 587k|4931 | 0.000000e+00 | 3.248000e+03 |    Inf 
1548.93/1548.99	c  1549s|  1750k|  1006k|  1614k|   0.9 |1471M| 826 |   0 |1800 |3578 |1800 | 209 | 553k| 591k|4950 | 0.000000e+00 | 3.248000e+03 |    Inf 
1558.82/1558.88	c  1559s|  1760k|  1014k|  1627k|   0.9 |1486M| 826 |   0 |1800 |3080 |1800 | 216 | 557k| 594k|4971 | 0.000000e+00 | 3.248000e+03 |    Inf 
1569.02/1569.02	c  1569s|  1770k|  1021k|  1641k|   0.9 |1502M| 826 |   0 |1800 |3467 |1800 | 220 | 562k| 598k|4993 | 0.000000e+00 | 3.248000e+03 |    Inf 
1578.73/1578.71	c  1579s|  1780k|  1028k|  1654k|   0.9 |1517M| 826 |   0 |1800 |3000 |1800 | 214 | 566k| 600k|5018 | 0.000000e+00 | 3.248000e+03 |    Inf 
1588.03/1588.02	c  1588s|  1790k|  1036k|  1664k|   0.9 |1532M| 826 |   0 |1800 |3101 |1800 | 216 | 570k| 603k|5041 | 0.000000e+00 | 3.248000e+03 |    Inf 
1597.63/1597.63	c  1598s|  1800k|  1044k|  1676k|   0.9 |1547M| 826 |   - |1800 |3718 |   0 |   0 | 574k| 607k|5064 | 0.000000e+00 | 3.248000e+03 |    Inf 
1607.73/1607.73	c  1608s|  1810k|  1051k|  1690k|   0.9 |1563M| 826 |   0 |1800 |3437 |1800 | 227 | 579k| 610k|5090 | 0.000000e+00 | 3.248000e+03 |    Inf 
1617.43/1617.46	c  1617s|  1820k|  1058k|  1703k|   0.9 |1578M| 826 |   0 |1800 |3375 |1800 | 226 | 584k| 614k|5112 | 0.000000e+00 | 3.248000e+03 |    Inf 
1627.43/1627.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1627.43/1627.40	c  1627s|  1830k|  1065k|  1715k|   0.9 |1593M| 826 |   0 |1800 |3678 |1800 | 225 | 588k| 617k|5129 | 0.000000e+00 | 3.248000e+03 |    Inf 
1637.33/1637.34	c  1637s|  1840k|  1072k|  1728k|   0.9 |1608M| 826 |   0 |1800 |3522 |1800 | 218 | 592k| 621k|5147 | 0.000000e+00 | 3.248000e+03 |    Inf 
1648.23/1648.23	c  1648s|  1850k|  1080k|  1747k|   0.9 |1625M| 826 |   0 |1800 |3514 |1800 | 226 | 599k| 625k|5177 | 0.000000e+00 | 3.248000e+03 |    Inf 
1658.13/1658.10	c  1658s|  1860k|  1087k|  1761k|   0.9 |1640M| 826 |   0 |1800 |3314 |1800 | 236 | 603k| 628k|5202 | 0.000000e+00 | 3.248000e+03 |    Inf 
1668.03/1668.00	c  1668s|  1870k|  1094k|  1774k|   0.9 |1655M| 826 |   0 |1800 |3546 |1800 | 241 | 608k| 631k|5217 | 0.000000e+00 | 3.248000e+03 |    Inf 
1677.63/1677.69	c  1678s|  1880k|  1101k|  1785k|   0.9 |1670M| 826 |   0 |1800 |3630 |1800 | 239 | 612k| 635k|5232 | 0.000000e+00 | 3.248000e+03 |    Inf 
1687.73/1687.71	c  1688s|  1890k|  1109k|  1799k|   1.0 |1687M| 826 |   0 |1800 |3881 |1800 | 222 | 617k| 638k|5255 | 0.000000e+00 | 3.248000e+03 |    Inf 
1697.63/1697.68	c  1698s|  1900k|  1116k|  1812k|   1.0 |1702M| 826 |   - |1800 |3863 |   0 |   0 | 621k| 641k|5280 | 0.000000e+00 | 3.248000e+03 |    Inf 
1706.04/1706.09	o 3176
1706.04/1706.09	c *1706s|  1908k|  1098k|  1823k|   1.0 |1665M| 826 |   - |1800 |3814 |1800 | 267 | 625k| 644k|5302 | 0.000000e+00 | 3.176000e+03 |    Inf 
1706.14/1706.13	o 3145
1706.14/1706.13	c *1706s|  1908k|  1087k|  1823k|   1.0 |1642M| 826 |   - |1800 |3814 |1800 | 267 | 625k| 644k|5302 | 0.000000e+00 | 3.145000e+03 |    Inf 
1707.94/1707.93	c  1708s|  1910k|  1088k|  1825k|   1.0 |1645M| 826 |   - |1800 |3644 |1800 | 220 | 625k| 645k|5305 | 0.000000e+00 | 3.145000e+03 |    Inf 
1718.44/1718.49	c  1718s|  1920k|  1095k|  1841k|   1.0 |1661M| 826 |   - |1800 |3642 |   0 |   0 | 630k| 649k|5332 | 0.000000e+00 | 3.145000e+03 |    Inf 
1728.54/1728.55	c  1729s|  1930k|  1102k|  1852k|   1.0 |1676M| 826 |   2 |1800 |3474 |1800 | 201 | 634k| 652k|5350 | 0.000000e+00 | 3.145000e+03 |    Inf 
1738.34/1738.39	c  1738s|  1940k|  1110k|  1865k|   1.0 |1691M| 826 |   0 |1800 |3224 |1800 | 232 | 639k| 655k|5372 | 0.000000e+00 | 3.145000e+03 |    Inf 
1748.53/1748.57	c  1749s|  1950k|  1117k|  1877k|   1.0 |1706M| 826 |   0 |1800 |3298 |1800 | 229 | 643k| 659k|5391 | 0.000000e+00 | 3.145000e+03 |    Inf 
1759.04/1759.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1759.04/1759.03	c  1759s|  1960k|  1124k|  1892k|   1.0 |1723M| 826 |   5 |1800 |3582 |1800 | 231 | 648k| 663k|5417 | 0.000000e+00 | 3.145000e+03 |    Inf 
1769.04/1769.06	c  1769s|  1970k|  1131k|  1905k|   1.0 |1738M| 826 |   0 |1800 |4040 |1800 | 236 | 652k| 667k|5433 | 0.000000e+00 | 3.145000e+03 |    Inf 
1773.33/1773.37	o 3041
1773.33/1773.37	c *1773s|  1974k|  1095k|  1910k|   1.0 |1668M| 826 |   - |1800 |3737 |1800 | 246 | 654k| 669k|5446 | 0.000000e+00 | 3.041000e+03 |    Inf 
1773.43/1773.41	o 3011
1773.43/1773.41	c *1773s|  1974k|  1084k|  1910k|   1.0 |1646M| 826 |   - |1800 |3737 |1800 | 246 | 654k| 669k|5446 | 0.000000e+00 | 3.011000e+03 |    Inf 
1779.13/1779.16	c  1779s|  1980k|  1088k|  1917k|   1.0 |1655M| 826 |   0 |1800 |3618 |1800 | 247 | 656k| 671k|5454 | 0.000000e+00 | 3.011000e+03 |    Inf 
1790.03/1790.00	c  1790s|  1990k|  1095k|  1935k|   1.0 |1671M| 826 |   - |1800 |4054 |1800 | 235 | 662k| 674k|5478 | 0.000000e+00 | 3.011000e+03 |    Inf 
1790.03/1790.00	c 
1790.03/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.00	c Solving Time (sec) : 1789.99
1790.03/1790.00	c Solving Nodes      : 1990000
1790.03/1790.00	c Primal Bound       : +3.01100000000000e+03 (168 solutions)
1790.03/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.00	c Gap                : infinite
1790.03/1790.01	s SATISFIABLE
1790.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/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.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time       :    1789.99
1790.03/1790.01	c Original Problem   :
1790.03/1790.01	c   Problem name     : HOME/instance-2705762-1278580141.wbo
1790.03/1790.01	c   Variables        : 1900 (1050 binary, 0 integer, 850 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 1801 initial, 1801 maximal
1790.03/1790.01	c Presolved Problem  :
1790.03/1790.01	c   Problem name     : t_HOME/instance-2705762-1278580141.wbo
1790.03/1790.01	c   Variables        : 1800 (950 binary, 0 integer, 850 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 1700 initial, 4919 maximal
1790.03/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   probing          :       0.01          0          0          0          0          0          0          0          0
1790.03/1790.01	c   linear           :       0.02          0        100          0        850          0        101          0          0
1790.03/1790.01	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   root node        :          -          0          -          -          0          -          -          -          -
1790.03/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   integral         :          0          0          0    2087151          0          0         90          0          0     130476
1790.03/1790.01	c   linear           :        850          6    4615924    2021722          2      30489    2882216     662333          0          0
1790.03/1790.01	c   indicator        :        850          0    4585763    2021828          2      26353   50899078          0          0          0
1790.03/1790.01	c   logicor          :          0+         0    2233529          0          0      15384    1015577          0          0          0
1790.03/1790.01	c   countsols        :          0          0          0    1746747          2          0          0          0          0          0
1790.03/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.01	c   integral         :       4.39       0.00       0.00       4.39       0.00
1790.03/1790.01	c   linear           :     102.30       0.00      47.66      54.63       0.00
1790.03/1790.01	c   indicator        :     275.17       0.04     147.95     127.18       0.00
1790.03/1790.01	c   logicor          :      26.37       0.00      26.37       0.00       0.00
1790.03/1790.01	c   countsols        :       0.22       0.00       0.00       0.22       0.00
1790.03/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.01	c   vbounds          :       0.85          2          0          0
1790.03/1790.01	c   rootredcost      :       0.79         68          0          0
1790.03/1790.01	c   pseudoobj        :     103.28    4782970     166917   48982437
1790.03/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.01	c   propagation      :      10.65     212790     212010     770539       23.7       2789       14.6          -
1790.03/1790.01	c   infeasible LP    :       0.02        169        169        615       20.7          8       17.2          0
1790.03/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   pseudo solution  :       0.00         13         13         60       20.0          0        0.0          -
1790.03/1790.01	c   applied globally :          -          -          -     674365       22.8          -          -          -
1790.03/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.03/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.03/1790.01	c   cut pool         :       0.00          3          -          -         67          -    (maximal pool size: 259)
1790.03/1790.01	c   redcost          :      85.99    2133185          0    2832594          0          0
1790.03/1790.01	c   impliedbounds    :       0.00          4          0          0          0          0
1790.03/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.03/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.03/1790.01	c   gomory           :       0.03          4          0          0        107          0
1790.03/1790.01	c   strongcg         :       0.02          4          0          0        310          0
1790.03/1790.01	c   cmir             :       0.01          4          0          0          0          0
1790.03/1790.01	c   flowcover        :       0.02          4          0          0          0          0
1790.03/1790.01	c   clique           :       0.00          1          0          0          0          0
1790.03/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.03/1790.01	c   rapidlearning    :       0.06          1          0          0          0          0
1790.03/1790.01	c Pricers            :       Time      Calls       Vars
1790.03/1790.01	c   problem variables:       0.00          0          0
1790.03/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   relpscost        :       3.78      65322          0         90          0          0     130476
1790.03/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   inference        :     245.58    1746683          0          0          0          0    3493366
1790.03/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.01	c   LP solutions     :       1.48          -         66
1790.03/1790.01	c   pseudo solutions :       0.00          -          0
1790.03/1790.01	c   feaspump         :       0.00          0          0
1790.03/1790.01	c   intshifting      :       0.01          0          0
1790.03/1790.01	c   oneopt           :       0.52         52          0
1790.03/1790.01	c   linesearchdiving :       0.57        901          0
1790.03/1790.01	c   guideddiving     :       0.57        901          0
1790.03/1790.01	c   fracdiving       :       0.57        902          0
1790.03/1790.01	c   veclendiving     :       0.56        902          0
1790.03/1790.01	c   coefdiving       :       0.57        902          0
1790.03/1790.01	c   pscostdiving     :       0.57        902          0
1790.03/1790.01	c   objpscostdiving  :       0.58        897          0
1790.03/1790.01	c   rootsoldiving    :       0.59        897          0
1790.03/1790.01	c   trivial          :       0.00          2          1
1790.03/1790.01	c   simplerounding   :       0.70      67809          0
1790.03/1790.01	c   zirounding       :       0.40       1000          0
1790.03/1790.01	c   rounding         :       0.80      14830          2
1790.03/1790.01	c   shifting         :       0.25       1115          0
1790.03/1790.01	c   twoopt           :       0.00          0          0
1790.03/1790.01	c   fixandinfer      :       0.00          0          0
1790.03/1790.01	c   intdiving        :       0.00          0          0
1790.03/1790.01	c   actconsdiving    :       0.00          0          0
1790.03/1790.01	c   octane           :       0.00          0          0
1790.03/1790.01	c   rens             :       0.01          1          0
1790.03/1790.01	c   rins             :       0.00          0          0
1790.03/1790.01	c   localbranching   :       0.00          0          0
1790.03/1790.01	c   mutation         :       0.00          0          0
1790.03/1790.01	c   crossover        :       2.56        126          2
1790.03/1790.01	c   dins             :       0.00          0          0
1790.03/1790.01	c   undercover       :       0.00          0          0
1790.03/1790.01	c   nlp              :       0.28          0          0
1790.03/1790.01	c   trysol           :       0.51       1353         97
1790.03/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.03/1790.01	c   dual LP          :     552.86     614249    1934272       3.15    3498.65
1790.03/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.01	c   diving/probing LP:       0.06        100       1649      16.49   25405.97
1790.03/1790.01	c   strong branching :       3.38       5478      32394       5.91    9582.06
1790.03/1790.01	c     (at root node) :          -         33       1788      54.18          -
1790.03/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.01	c B&B Tree           :
1790.03/1790.01	c   number of runs   :          1
1790.03/1790.01	c   nodes            :    1990000
1790.03/1790.01	c   nodes (total)    :    1990000
1790.03/1790.01	c   nodes left       :    1095574
1790.03/1790.01	c   max depth        :        826
1790.03/1790.01	c   max depth (total):        826
1790.03/1790.01	c   backtracks       :      76866 (3.9%)
1790.03/1790.01	c   delayed cutoffs  :      61681
1790.03/1790.01	c   repropagations   :     352383 (25508665 domain reductions, 61312 cutoffs)
1790.03/1790.01	c   avg switch length:       3.18
1790.03/1790.01	c   switching time   :     115.50
1790.03/1790.01	c Solution           :
1790.03/1790.01	c   Solutions found  :        168 (69 improvements)
1790.03/1790.01	c   First Solution   : +4.20925000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
1790.03/1790.01	c   Primal Bound     : +3.01100000000000e+03   (in run 1, after 1974403 nodes, 1773.36 seconds, depth 53, found by <relaxation>)
1790.03/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.01	c   Gap              :   infinite
1790.03/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.01	c   Root Iterations  :        263
1792.63/1792.61	c Time complete: 1792.64.

Verifier Data

OK	3011

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705762-1278580141/watcher-2705762-1278580141 -o /tmp/evaluation-result-2705762-1278580141/solver-2705762-1278580141 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705762-1278580141.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.96 4/178 22355
/proc/meminfo: memFree=30109540/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=12540 CPUtime=0
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 1971 0 0 0 0 0 0 0 25 0 1 0 26228050 12840960 1890 4089446400 4194304 10345943 140736423833936 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22355/statm: 3135 1890 429 1502 0 1628 0

[startup+0.0935609 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 22355
/proc/meminfo: memFree=30109540/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=40168 CPUtime=0.08
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 8932 0 0 0 8 0 0 0 18 0 1 0 26228050 41132032 8497 4089446400 4194304 10345943 140736423833936 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 10042 8497 636 1502 0 8535 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 40168

[startup+0.100556 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 22355
/proc/meminfo: memFree=30109540/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=40316 CPUtime=0.09
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 8948 0 0 0 8 1 0 0 18 0 1 0 26228050 41283584 8513 4089446400 4194304 10345943 140736423833936 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 10079 8513 636 1502 0 8572 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40316

[startup+0.300523 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 22355
/proc/meminfo: memFree=30109540/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=37068 CPUtime=0.29
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 10024 0 0 0 28 1 0 0 18 0 1 0 26228050 37957632 8128 4089446400 4194304 10345943 140736423833936 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 9267 8128 757 1502 0 7760 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37068

[startup+0.700463 s]
/proc/loadavg: 2.00 2.00 1.96 4/178 22355
/proc/meminfo: memFree=30109540/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=37068 CPUtime=0.69
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 10026 0 0 0 68 1 0 0 18 0 1 0 26228050 37957632 8130 4089446400 4194304 10345943 140736423833936 18446744073709551615 5614786 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 9267 8130 759 1502 0 7760 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37068

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22356
/proc/meminfo: memFree=30076424/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=38152 CPUtime=1.49
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 11725 0 0 0 147 2 0 0 19 0 1 0 26228050 39067648 8406 4089446400 4194304 10345943 140736423833936 18446744073709551615 6119608 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 9538 8406 760 1502 0 8031 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38152

[startup+3.10104 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22356
/proc/meminfo: memFree=30075184/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=37948 CPUtime=3.09
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 13180 0 0 0 307 2 0 0 25 0 1 0 26228050 38858752 8363 4089446400 4194304 10345943 140736423833936 18446744073709551615 4966151 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 9487 8363 760 1502 0 7980 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37948

[startup+6.30048 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22356
/proc/meminfo: memFree=30059924/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=48704 CPUtime=6.29
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 16156 0 0 0 626 3 0 0 25 0 1 0 26228050 49872896 10950 4089446400 4194304 10345943 140736423833936 18446744073709551615 4696469 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 12176 10950 760 1502 0 10669 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48704

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22357
/proc/meminfo: memFree=30045460/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=49744 CPUtime=12.69
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 18416 0 0 0 1265 4 0 0 25 0 1 0 26228050 50937856 11115 4089446400 4194304 10345943 140736423833936 18446744073709551615 6777432 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 12436 11115 763 1502 0 10929 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49744

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22357
/proc/meminfo: memFree=30007908/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=65420 CPUtime=25.49
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 29459 0 0 0 2542 7 0 0 25 0 1 0 26228050 66990080 14994 4089446400 4194304 10345943 140736423833936 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 16355 14994 764 1502 0 14848 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65420

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22357
/proc/meminfo: memFree=29938528/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=101664 CPUtime=51.09
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 61400 0 0 0 5093 16 0 0 25 0 1 0 26228050 104103936 23867 4089446400 4194304 10345943 140736423833936 18446744073709551615 6323610 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 25416 23867 764 1502 0 23909 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 101664

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22359
/proc/meminfo: memFree=29783704/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=194620 CPUtime=102.3
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 105830 0 0 0 10199 31 0 0 25 0 1 0 26228050 199290880 46581 4089446400 4194304 10345943 140736423833936 18446744073709551615 6003044 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 48655 46581 764 1502 0 47148 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 194620

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22361
/proc/meminfo: memFree=29603596/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=299712 CPUtime=162.3
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 151163 0 0 0 16185 45 0 0 25 0 1 0 26228050 306905088 71790 4089446400 4194304 10345943 140736423833936 18446744073709551615 6325639 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 74928 71790 764 1502 0 73421 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 299712

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22362
/proc/meminfo: memFree=29475076/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=410676 CPUtime=222.3
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 203145 0 0 0 22167 63 0 0 25 0 1 0 26228050 420532224 96500 4089446400 4194304 10345943 140736423833936 18446744073709551615 7522118 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 102669 96500 764 1502 0 101162 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 410676

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22363
/proc/meminfo: memFree=29354848/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=510884 CPUtime=282.3
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 236535 0 0 0 28154 76 0 0 25 0 1 0 26228050 523145216 120765 4089446400 4194304 10345943 140736423833936 18446744073709551615 6362984 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 127721 120765 764 1502 0 126214 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 510884

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 22365
/proc/meminfo: memFree=29225080/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=614060 CPUtime=342.3
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 280230 0 0 0 34139 91 0 0 25 0 1 0 26228050 628797440 144167 4089446400 4194304 10345943 140736423833936 18446744073709551615 6119499 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 153515 144167 764 1502 0 152008 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 614060

[startup+402.301 s]
/proc/loadavg: 1.72 1.93 1.94 2/171 22388
/proc/meminfo: memFree=29566960/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=644136 CPUtime=402.3
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 319734 0 0 0 40125 105 0 0 25 0 1 0 26228050 659595264 151582 4089446400 4194304 10345943 140736423833936 18446744073709551615 4696445 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 161034 151582 764 1502 0 159527 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 644136

[startup+462.3 s]
/proc/loadavg: 1.26 1.76 1.88 2/171 22390
/proc/meminfo: memFree=29537052/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=675728 CPUtime=462.3
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 330556 0 0 0 46112 118 0 0 25 0 1 0 26228050 691945472 159126 4089446400 4194304 10345943 140736423833936 18446744073709551615 4626524 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 168932 159126 764 1502 0 167425 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 675728

[startup+522.301 s]
/proc/loadavg: 1.09 1.62 1.82 2/171 22391
/proc/meminfo: memFree=29471160/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=753648 CPUtime=522.3
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 347381 0 0 0 52099 131 0 0 25 0 1 0 26228050 771735552 175951 4089446400 4194304 10345943 140736423833936 18446744073709551615 6518879 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 188412 175951 764 1502 0 186905 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 753648

[startup+582.301 s]
/proc/loadavg: 1.08 1.52 1.77 2/171 22395
/proc/meminfo: memFree=29397184/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=831532 CPUtime=582.31
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 367780 0 0 0 58086 145 0 0 25 0 1 0 26228050 851488768 194120 4089446400 4194304 10345943 140736423833936 18446744073709551615 4701030 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 207883 194120 764 1502 0 206376 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 831532

[startup+642.3 s]
/proc/loadavg: 1.03 1.42 1.72 2/171 22397
/proc/meminfo: memFree=29314516/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=919960 CPUtime=642.31
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 388327 0 0 0 64072 159 0 0 25 0 1 0 26228050 942039040 214667 4089446400 4194304 10345943 140736423833936 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 229990 214667 764 1502 0 228483 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 919960

[startup+702.301 s]

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

/proc/meminfo: memFree=28749788/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=1532684 CPUtime=1122.32
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 622772 0 0 0 111958 274 0 0 25 0 1 0 26228050 1569468416 355508 4089446400 4194304 10345943 140736423833936 18446744073709551615 6519481 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 383171 355508 764 1502 0 381664 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1532684

[startup+1182.3 s]
/proc/loadavg: 1.00 1.06 1.38 2/171 22411
/proc/meminfo: memFree=28731772/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=1550056 CPUtime=1182.32
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 657030 0 0 0 117942 290 0 0 25 0 1 0 26228050 1587257344 359900 4089446400 4194304 10345943 140736423833936 18446744073709551615 8160015 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 387514 359900 764 1502 0 386007 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1550056

[startup+1242.3 s]
/proc/loadavg: 1.00 1.04 1.36 2/171 22413
/proc/meminfo: memFree=28726776/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=1555288 CPUtime=1242.32
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 689773 0 0 0 123927 305 0 0 25 0 1 0 26228050 1592614912 361118 4089446400 4194304 10345943 140736423833936 18446744073709551615 6307527 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 388822 361118 764 1502 0 387315 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1555288

[startup+1302.3 s]
/proc/loadavg: 1.00 1.03 1.33 2/171 22415
/proc/meminfo: memFree=28701932/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=1580332 CPUtime=1302.32
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 698184 0 0 0 129915 317 0 0 25 0 1 0 26228050 1618259968 367365 4089446400 4194304 10345943 140736423833936 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 395083 367365 764 1502 0 393576 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 1580332

[startup+1362.3 s]
/proc/loadavg: 1.00 1.03 1.31 2/171 22417
/proc/meminfo: memFree=28647700/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=1638920 CPUtime=1362.33
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 712960 0 0 0 135903 330 0 0 25 0 1 0 26228050 1678254080 381075 4089446400 4194304 10345943 140736423833936 18446744073709551615 6566392 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 409730 381075 764 1502 0 408223 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1638920

[startup+1422.31 s]
/proc/loadavg: 1.00 1.02 1.29 2/171 22418
/proc/meminfo: memFree=28581704/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=1722172 CPUtime=1422.33
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 735235 0 0 0 141888 345 0 0 25 0 1 0 26228050 1763504128 397191 4089446400 4194304 10345943 140736423833936 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 430543 397191 764 1502 0 429036 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1722172

[startup+1482.3 s]
/proc/loadavg: 1.00 1.01 1.26 2/171 22419
/proc/meminfo: memFree=28574836/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=1731100 CPUtime=1482.33
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 750969 0 0 0 147874 359 0 0 25 0 1 0 26228050 1772646400 399007 4089446400 4194304 10345943 140736423833936 18446744073709551615 4245969 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 432775 399007 764 1502 0 431268 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1731100

[startup+1542.3 s]
/proc/loadavg: 1.00 1.01 1.25 2/171 22421
/proc/meminfo: memFree=28544160/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=1764268 CPUtime=1542.33
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 759701 0 0 0 153862 371 0 0 25 0 1 0 26228050 1806610432 406672 4089446400 4194304 10345943 140736423833936 18446744073709551615 6804117 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 441067 406672 764 1502 0 439560 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1764268

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.23 2/171 22423
/proc/meminfo: memFree=28471072/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=1847996 CPUtime=1602.33
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 777976 0 0 0 159850 383 0 0 25 0 1 0 26228050 1892347904 424947 4089446400 4194304 10345943 140736423833936 18446744073709551615 5028137 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 461999 424947 764 1502 0 460492 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1847996

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/171 22425
/proc/meminfo: memFree=28390544/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=1939460 CPUtime=1662.33
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 800284 0 0 0 165837 396 0 0 25 0 1 0 26228050 1986007040 444979 4089446400 4194304 10345943 140736423833936 18446744073709551615 7522780 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 484865 444979 764 1502 0 483358 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1939460

[startup+1722.3 s]
/proc/loadavg: 1.03 1.01 1.20 2/171 22426
/proc/meminfo: memFree=28322672/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=2014988 CPUtime=1722.34
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 826291 0 0 0 171823 411 0 0 25 0 1 0 26228050 2063347712 461860 4089446400 4194304 10345943 140736423833936 18446744073709551615 4469808 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 503747 461860 764 1502 0 502240 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 2014988

[startup+1782.3 s]
/proc/loadavg: 1.01 1.01 1.18 2/171 22427
/proc/meminfo: memFree=28283428/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=2063632 CPUtime=1782.34
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 851833 0 0 0 177809 425 0 0 25 0 1 0 26228050 2113159168 471440 4089446400 4194304 10345943 140736423833936 18446744073709551615 6707175 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 515908 471440 764 1502 0 514401 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 2063632

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

[startup+1785.5 s]
/proc/loadavg: 1.01 1.00 1.18 2/171 22428
/proc/meminfo: memFree=28283304/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=2064680 CPUtime=1785.54
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 851970 0 0 0 178128 426 0 0 25 0 1 0 26228050 2114232320 471577 4089446400 4194304 10345943 140736423833936 18446744073709551615 8159993 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 516170 471577 764 1502 0 514663 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 2064680

[startup+1788.7 s]
/proc/loadavg: 1.01 1.00 1.18 2/171 22428
/proc/meminfo: memFree=28282924/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=2065904 CPUtime=1788.73
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 852096 0 0 0 178446 427 0 0 25 0 1 0 26228050 2115485696 471703 4089446400 4194304 10345943 140736423833936 18446744073709551615 4686801 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22355/statm: 516476 471703 764 1502 0 514969 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 2065904

[startup+1790.3 s]
/proc/loadavg: 1.01 1.00 1.18 2/171 22428
/proc/meminfo: memFree=28282924/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=2065904 CPUtime=1790.33
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 852132 0 0 0 178606 427 0 0 18 0 1 0 26228050 2115485696 471739 4089446400 4194304 10345943 140736423833936 18446744073709551615 6325130 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22355/statm: 516476 471739 768 1502 0 514969 0
Current children cumulated CPU time (s) 1790.33
Current children cumulated vsize (KiB) 2065904

[startup+1791.91 s]
/proc/loadavg: 1.01 1.00 1.18 2/171 22428
/proc/meminfo: memFree=28282800/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=2065904 CPUtime=1791.94
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 852132 0 0 0 178767 427 0 0 20 0 1 0 26228050 2115485696 471739 4089446400 4194304 10345943 140736423833936 18446744073709551615 6325130 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22355/statm: 516476 471739 768 1502 0 514969 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 2065904

[startup+1792.3 s]
/proc/loadavg: 1.01 1.00 1.18 2/171 22428
/proc/meminfo: memFree=28282800/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=2065904 CPUtime=1792.33
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 852132 0 0 0 178806 427 0 0 21 0 1 0 26228050 2115485696 471739 4089446400 4194304 10345943 140736423833936 18446744073709551615 6325130 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22355/statm: 516476 471739 768 1502 0 514969 0
Current children cumulated CPU time (s) 1792.33
Current children cumulated vsize (KiB) 2065904

[startup+1792.5 s]
/proc/loadavg: 1.01 1.00 1.18 2/171 22428
/proc/meminfo: memFree=28282800/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=2065904 CPUtime=1792.53
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 852132 0 0 0 178826 427 0 0 22 0 1 0 26228050 2115485696 471739 4089446400 4194304 10345943 140736423833936 18446744073709551615 6324984 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22355/statm: 516476 471739 768 1502 0 514969 0
Current children cumulated CPU time (s) 1792.53
Current children cumulated vsize (KiB) 2065904

[startup+1792.6 s]
/proc/loadavg: 1.01 1.00 1.18 2/171 22428
/proc/meminfo: memFree=28282800/32951124 swapFree=67111528/67111528
[pid=22355] ppid=22353 vsize=1947660 CPUtime=1792.63
/proc/22355/stat : 22355 (pbscip.linux.x8) R 22353 22355 21786 0 -1 4202496 852132 0 0 0 178830 433 0 0 22 0 1 0 26228050 1994403840 85327 4089446400 4194304 10345943 140736423833936 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22355/statm: 486915 84998 768 1502 0 485408 0
Current children cumulated CPU time (s) 1792.63
Current children cumulated vsize (KiB) 1947660

Child status: 0
Real time (s): 1792.61
CPU time (s): 1792.66
CPU user time (s): 1788.31
CPU system time (s): 4.34834
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2065904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.31
system time used= 4.34834
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 852135
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= 4
involuntary context switches= 953

runsolver used 2.6086 second user time and 5.74613 second system time

The end

Launcher Data

Begin job on node119 at 2010-07-08 11:09:01
IDJOB=2705762
IDBENCH=79426
IDSOLVER=1214
FILE ID=node119/2705762-1278580141
PBS_JOBID= 11240215
Free space on /tmp= 73216 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-jnh09_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-2705762-1278580141/watcher-2705762-1278580141 -o /tmp/evaluation-result-2705762-1278580141/solver-2705762-1278580141 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705762-1278580141.wbo -t 1800 -m 3800

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

MD5SUM BENCH= f2d449aa8c80edec7a2d4cb4a780c49d
RANDOM SEED=198113926

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30110068 kB
Buffers:        160468 kB
Cached:        2406444 kB
SwapCached:          0 kB
Active:        1206232 kB
Inactive:      1470096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30110068 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25856 kB
Writeback:           0 kB
AnonPages:      109408 kB
Mapped:          17564 kB
Slab:            99996 kB
PageTables:       4748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   251696 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= 73216 MiB
End job on node119 at 2010-07-08 11:38:53