Trace number 2703227

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 NameAnswerobjective functionCPU timeWall clock time
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT-51 1789.94 1790.34

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_60_1.opb
MD5SUM3262a45f0e59552e467da6c31a32418a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-69
Best CPU time to get the best result obtained on this benchmark1800.35
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -70
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint60
Maximum length of a constraint109
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)75586
Sum of products size (including duplicates)151172
Number of different products37793
Sum of products size75586

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: SoPlex 1.4.2]
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-2703227-1278568298.opb>
0.39/0.42	c original problem has 38793 variables (38793 bin, 0 int, 0 impl, 0 cont) and 38793 constraints
0.39/0.42	c problem read
0.39/0.43	c presolving settings loaded
0.89/0.94	o 0
0.89/0.94	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.89/0.94	c presolving:
1.99/2.09	c (round 1) 37793 del vars, 1000 del conss, 37793 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 151172 impls, 0 clqs
2.79/2.89	c    (2.5s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.79/2.89	c    (2.5s) probing aborted: 100/100 successive totally useless probings
2.79/2.90	c presolving (2 rounds):
2.79/2.90	c  37793 deleted vars, 1000 deleted constraints, 37793 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.79/2.90	c  226758 implications, 0 cliques
2.79/2.90	c presolved problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 37793 constraints
2.79/2.90	c   37793 constraints of type <logicor>
2.79/2.90	c transformed objective value is always integral (scale: 1)
2.79/2.90	c Presolving Time: 2.22
2.79/2.90	c - non default parameters ----------------------------------------------------------------------
2.79/2.90	c # SCIP version 1.2.1.3
2.79/2.90	c 
2.79/2.90	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
2.79/2.90	c # [type: int, range: [-1,2147483647], default: -1]
2.79/2.90	c conflict/interconss = 0
2.79/2.90	c 
2.79/2.90	c # should binary conflicts be preferred?
2.79/2.90	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.90	c conflict/preferbinary = TRUE
2.79/2.90	c 
2.79/2.90	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
2.79/2.90	c # [type: int, range: [-1,2147483647], default: 0]
2.79/2.90	c constraints/agelimit = 1
2.79/2.90	c 
2.79/2.90	c # should enforcement of pseudo solution be disabled?
2.79/2.90	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.90	c constraints/disableenfops = TRUE
2.79/2.90	c 
2.79/2.90	c # frequency for displaying node information lines
2.79/2.90	c # [type: int, range: [-1,2147483647], default: 100]
2.79/2.90	c display/freq = 10000
2.79/2.90	c 
2.79/2.90	c # maximal time in seconds to run
2.79/2.90	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.79/2.90	c limits/time = 1789.58
2.79/2.90	c 
2.79/2.90	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.79/2.90	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.79/2.90	c limits/memory = 1620
2.79/2.90	c 
2.79/2.90	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
2.79/2.90	c # [type: int, range: [-1,2147483647], default: 1]
2.79/2.90	c lp/solvefreq = 0
2.79/2.90	c 
2.79/2.90	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
2.79/2.90	c # [type: char, range: {lafpsqd}, default: l]
2.79/2.90	c lp/pricing = a
2.79/2.90	c 
2.79/2.90	c # default clock type (1: CPU user seconds, 2: wall clock time)
2.79/2.90	c # [type: int, range: [1,2], default: 1]
2.79/2.90	c timing/clocktype = 2
2.79/2.90	c 
2.79/2.90	c # should presolving try to simplify inequalities
2.79/2.90	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.90	c constraints/linear/simplifyinequalities = TRUE
2.79/2.90	c 
2.79/2.90	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
2.79/2.90	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.90	c constraints/indicator/addCouplingCons = TRUE
2.79/2.90	c 
2.79/2.90	c # should presolving try to simplify knapsacks
2.79/2.90	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.90	c constraints/knapsack/simplifyinequalities = TRUE
2.79/2.90	c 
2.79/2.90	c # priority of node selection rule <dfs> in standard mode
2.79/2.90	c # [type: int, range: [-536870912,536870911], default: 0]
2.79/2.90	c nodeselection/dfs/stdpriority = 1000000
2.79/2.90	c 
2.79/2.90	c -----------------------------------------------------------------------------------------------
2.79/2.90	c start solving
2.89/2.90	c 
4.49/4.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.49/4.58	c t 4.2s|     1 |     0 |  1006 |     - | 101M|   0 |1000 |1000 |  37k|1000 |  37k|   0 |   0 |   0 |-5.000000e+02 | 0.000000e+00 | 100.00%
4.59/4.67	o -1
4.59/4.67	c R 4.2s|     1 |     0 |  1006 |     - | 101M|   0 |1000 |1000 |  37k|1000 |  37k|   0 |   0 |   0 |-5.000000e+02 |-1.000000e+00 |  99.80%
4.69/4.78	o -2
4.69/4.78	c s 4.3s|     1 |     0 |  1006 |     - | 101M|   0 |1000 |1000 |  37k|1000 |  37k|   0 |   0 |   0 |-5.000000e+02 |-2.000000e+00 |  99.60%
7.19/7.24	c   6.8s|     1 |     0 |  1192 |     - | 101M|   0 | 984 |1000 |  37k|1000 |  37k|  13 |   0 |   0 |-4.920000e+02 |-2.000000e+00 |  99.59%
7.19/7.28	o -51
7.19/7.28	c b 6.9s|     1 |     0 |  1192 |     - | 101M|   0 | 984 |1000 |  37k|1000 |  37k|  13 |   0 |   0 |-4.920000e+02 |-5.100000e+01 |  89.63%
9.39/9.44	c   9.0s|     1 |     0 |  1279 |     - | 101M|   0 | 979 |1000 |  37k|1000 |  37k|  19 |   0 |   0 |-4.895000e+02 |-5.100000e+01 |  89.58%
12.49/12.50	c  12.1s|     1 |     0 |  1484 |     - | 101M|   0 | 971 |1000 |  37k|1000 |  37k|  26 |   0 |   0 |-4.855000e+02 |-5.100000e+01 |  89.50%
15.40/15.45	c  15.0s|     1 |     0 |  1685 |     - | 101M|   0 | 962 |1000 |  37k|1000 |  37k|  34 |   0 |   0 |-4.810000e+02 |-5.100000e+01 |  89.40%
18.08/18.12	c  17.7s|     1 |     0 |  1809 |     - | 101M|   0 | 956 |1000 |  37k|1000 |  37k|  39 |   0 |   0 |-4.780000e+02 |-5.100000e+01 |  89.33%
21.59/21.61	c  21.2s|     1 |     0 |  2091 |     - | 101M|   0 | 950 |1000 |  37k|1000 |  37k|  47 |   0 |   0 |-4.750000e+02 |-5.100000e+01 |  89.26%
24.88/24.92	c  24.5s|     1 |     0 |  2293 |     - | 101M|   0 | 941 |1000 |  37k|1000 |  37k|  53 |   0 |   0 |-4.705000e+02 |-5.100000e+01 |  89.16%
28.49/28.57	c  28.1s|     1 |     0 |  2519 |     - | 102M|   0 | 933 |1000 |  37k|1000 |  37k|  62 |   0 |   0 |-4.665000e+02 |-5.100000e+01 |  89.07%
31.89/31.99	c  31.6s|     1 |     0 |  2713 |     - | 102M|   0 | 930 |1000 |  37k|1000 |  37k|  67 |   0 |   0 |-4.650000e+02 |-5.100000e+01 |  89.03%
36.39/36.44	c  36.0s|     1 |     0 |  3031 |     - | 102M|   0 | 923 |1000 |  37k|1000 |  37k|  76 |   0 |   0 |-4.615000e+02 |-5.100000e+01 |  88.95%
39.98/40.07	c  39.6s|     1 |     0 |  3414 |     - | 102M|   0 | 915 |1000 |  37k|1000 |1315 |  85 |   0 |   0 |-4.575000e+02 |-5.100000e+01 |  88.85%
40.38/40.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.38/40.46	c  40.0s|     1 |     0 |  3670 |     - | 102M|   0 | 866 |1000 |  37k|1000 |1322 |  92 |   0 |   0 |-4.560000e+02 |-5.100000e+01 |  88.82%
41.28/41.34	c  40.9s|     1 |     0 |  4315 |     - | 102M|   0 | 882 |1000 |  37k|1000 |2697 |1467 |   0 |   0 |-4.520000e+02 |-5.100000e+01 |  88.72%
42.08/42.11	c  41.7s|     1 |     0 |  4742 |     - | 103M|   0 | 891 |1000 |  37k|1000 |3378 |2148 |   0 |   0 |-4.485000e+02 |-5.100000e+01 |  88.63%
42.68/42.75	c  42.3s|     1 |     0 |  5324 |     - | 103M|   0 | 892 |1000 |  37k|1000 |3561 |2331 |   0 |   0 |-4.460000e+02 |-5.100000e+01 |  88.57%
43.48/43.53	c  43.1s|     1 |     0 |  5977 |     - | 103M|   0 | 920 |1000 |  37k|1000 |3568 |2338 |   0 |   0 |-4.440000e+02 |-5.100000e+01 |  88.51%
46.68/46.70	c  46.3s|     1 |     0 |  6217 |     - | 103M|   0 | 887 |1000 |  37k|1000 |5172 |4338 |   0 |   0 |-4.435000e+02 |-5.100000e+01 |  88.50%
47.38/47.41	c  47.0s|     1 |     0 |  6550 |     - | 103M|   0 | 877 |1000 |  37k|1000 |5179 |4345 |   0 |   0 |-4.405000e+02 |-5.100000e+01 |  88.42%
48.07/48.18	c  47.8s|     1 |     0 |  6978 |     - | 103M|   0 | 879 |1000 |  37k|1000 |5309 |4475 |   0 |   0 |-4.395000e+02 |-5.100000e+01 |  88.40%
48.98/49.05	c  48.6s|     1 |     0 |  7665 |     - | 103M|   0 | 877 |1000 |  37k|1000 |5313 |4479 |   0 |   0 |-4.377500e+02 |-5.100000e+01 |  88.35%
49.88/49.98	c  49.6s|     1 |     0 |  8211 |     - | 103M|   0 | 873 |1000 |  37k|1000 |5381 |4547 |   0 |   0 |-4.365000e+02 |-5.100000e+01 |  88.32%
50.98/51.05	c  50.6s|     1 |     0 |  9169 |     - | 103M|   0 | 863 |1000 |  37k|1000 |5388 |4554 |   0 |   0 |-4.325000e+02 |-5.100000e+01 |  88.21%
51.59/51.65	c  51.2s|     1 |     0 |  9533 |     - | 103M|   0 | 861 |1000 |  37k|1000 |4011 |4629 |   0 |   0 |-4.315000e+02 |-5.100000e+01 |  88.18%
52.08/52.18	c  51.8s|     1 |     0 |  9956 |     - | 103M|   0 | 845 |1000 |  37k|1000 |4070 |4688 |   0 |   0 |-4.305000e+02 |-5.100000e+01 |  88.15%
52.78/52.86	c  52.4s|     1 |     0 | 10624 |     - | 103M|   0 | 847 |1000 |  37k|1000 |4602 |5220 |   0 |   0 |-4.275000e+02 |-5.100000e+01 |  88.07%
53.57/53.61	c  53.2s|     1 |     0 | 11381 |     - | 103M|   0 | 835 |1000 |  37k|1000 |4833 |5451 |   0 |   0 |-4.255000e+02 |-5.100000e+01 |  88.01%
54.28/54.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.28/54.34	c  53.9s|     1 |     0 | 11954 |     - | 103M|   0 | 840 |1000 |  37k|1000 |5308 |5926 |   0 |   0 |-4.210000e+02 |-5.100000e+01 |  87.89%
55.08/55.19	c  54.8s|     1 |     0 | 12776 |     - | 104M|   0 | 836 |1000 |  37k|1000 |5357 |5975 |   0 |   0 |-4.190000e+02 |-5.100000e+01 |  87.83%
55.78/55.86	c  55.4s|     1 |     0 | 13402 |     - | 104M|   0 | 824 |1000 |  37k|1000 |4328 |6046 |   0 |   0 |-4.173333e+02 |-5.100000e+01 |  87.78%
56.48/56.56	c  56.1s|     1 |     0 | 14136 |     - | 104M|   0 | 823 |1000 |  37k|1000 |4671 |6389 |   0 |   0 |-4.148333e+02 |-5.100000e+01 |  87.71%
57.28/57.35	c  56.9s|     1 |     0 | 14963 |     - | 104M|   0 | 874 |1000 |  37k|1000 |4939 |6657 |   0 |   0 |-4.120952e+02 |-5.100000e+01 |  87.62%
61.87/61.95	c  61.5s|     1 |     0 | 15204 |     - | 104M|   0 | 822 |1000 |  37k|1000 |6939 |8657 |   0 |   0 |-4.110000e+02 |-5.100000e+01 |  87.59%
62.68/62.75	c  62.3s|     1 |     0 | 15681 |     - | 104M|   0 | 816 |1000 |  37k|1000 |6948 |8666 |   0 |   0 |-4.090000e+02 |-5.100000e+01 |  87.53%
63.48/63.57	c  63.1s|     1 |     0 | 16166 |     - | 104M|   0 | 813 |1000 |  37k|1000 |6994 |8712 |   0 |   0 |-4.065000e+02 |-5.100000e+01 |  87.45%
64.17/64.27	c  63.8s|     1 |     0 | 16538 |     - | 104M|   0 | 810 |1000 |  37k|1000 |6128 |8718 |   0 |   0 |-4.050000e+02 |-5.100000e+01 |  87.41%
64.89/64.95	c  64.5s|     1 |     0 | 16890 |     - | 104M|   0 | 799 |1000 |  37k|1000 |6135 |8725 |   0 |   0 |-4.035000e+02 |-5.100000e+01 |  87.36%
65.68/65.75	c  65.3s|     1 |     0 | 17379 |     - | 104M|   0 | 807 |1000 |  37k|1000 |6394 |8984 |   0 |   0 |-4.020000e+02 |-5.100000e+01 |  87.31%
66.47/66.50	c  66.1s|     1 |     0 | 17755 |     - | 104M|   0 | 803 |1000 |  37k|1000 |6402 |8992 |   0 |   0 |-4.015000e+02 |-5.100000e+01 |  87.30%
67.38/67.43	c  67.0s|     1 |     0 | 18322 |     - | 104M|   0 | 797 |1000 |  37k|1000 |6482 |9072 |   0 |   0 |-3.995000e+02 |-5.100000e+01 |  87.23%
68.27/68.39	c  68.0s|     1 |     0 | 18841 |     - | 104M|   0 | 796 |1000 |  37k|1000 |6579 |9169 |   0 |   0 |-3.990000e+02 |-5.100000e+01 |  87.22%
69.28/69.39	c  69.0s|     1 |     0 | 19507 |     - | 104M|   0 | 797 |1000 |  37k|1000 |5217 |9281 |   0 |   0 |-3.985000e+02 |-5.100000e+01 |  87.20%
70.58/70.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.58/70.62	c  70.2s|     1 |     0 | 20522 |     - | 104M|   0 | 786 |1000 |  37k|1000 |5223 |9287 |   0 |   0 |-3.970000e+02 |-5.100000e+01 |  87.15%
71.57/71.62	c  71.2s|     1 |     0 | 21245 |     - | 105M|   0 | 791 |1000 |  37k|1000 |5441 |9505 |   0 |   0 |-3.947500e+02 |-5.100000e+01 |  87.08%
72.68/72.74	c  72.3s|     1 |     0 | 21970 |     - | 105M|   0 | 788 |1000 |  37k|1000 |5683 |9747 |   0 |   0 |-3.935000e+02 |-5.100000e+01 |  87.04%
73.97/74.08	c  73.7s|     1 |     0 | 22914 |     - | 105M|   0 | 784 |1000 |  37k|1000 |5755 |9819 |   0 |   0 |-3.920000e+02 |-5.100000e+01 |  86.99%
75.18/75.28	c  74.8s|     1 |     0 | 23792 |     - | 105M|   0 | 780 |1000 |  37k|1000 |5764 |9828 |   0 |   0 |-3.910000e+02 |-5.100000e+01 |  86.96%
75.88/75.96	c  75.5s|     1 |     0 | 24141 |     - | 105M|   0 | 778 |1000 |  37k|1000 |5391 |9878 |   0 |   0 |-3.900000e+02 |-5.100000e+01 |  86.92%
76.77/76.84	c  76.4s|     1 |     0 | 24807 |     - | 105M|   0 | 775 |1000 |  37k|1000 |5441 |9928 |   0 |   0 |-3.885000e+02 |-5.100000e+01 |  86.87%
77.68/77.79	c  77.4s|     1 |     0 | 25481 |     - | 105M|   0 | 763 |1000 |  37k|1000 |5492 |9979 |   0 |   0 |-3.875000e+02 |-5.100000e+01 |  86.84%
79.27/79.40	c  79.0s|     1 |     0 | 26592 |     - | 105M|   0 | 766 |1000 |  37k|1000 |5829 |  10k|   0 |   0 |-3.860000e+02 |-5.100000e+01 |  86.79%
80.38/80.46	c  80.0s|     1 |     0 | 27404 |     - | 105M|   0 | 788 |1000 |  37k|1000 |5978 |  10k|   0 |   0 |-3.843333e+02 |-5.100000e+01 |  86.73%
81.67/81.77	c  81.3s|     1 |     0 | 28131 |     - | 105M|   0 | 758 |1000 |  37k|1000 |6768 |  11k|   0 |   0 |-3.810000e+02 |-5.100000e+01 |  86.61%
82.78/82.84	c  82.4s|     1 |     0 | 28733 |     - | 106M|   0 | 756 |1000 |  37k|1000 |6365 |  11k|   0 |   0 |-3.800000e+02 |-5.100000e+01 |  86.58%
83.97/84.04	c  83.6s|     1 |     0 | 29496 |     - | 106M|   0 | 764 |1000 |  37k|1000 |6473 |  11k|   0 |   0 |-3.793750e+02 |-5.100000e+01 |  86.56%
84.88/84.94	c  84.5s|     1 |     0 | 30140 |     - | 106M|   0 | 759 |1000 |  37k|1000 |6626 |  11k|   0 |   0 |-3.767500e+02 |-5.100000e+01 |  86.46%
86.58/86.64	c  86.2s|     1 |     0 | 31392 |     - | 106M|   0 | 749 |1000 |  37k|1000 |6851 |  11k|   0 |   0 |-3.742500e+02 |-5.100000e+01 |  86.37%
87.37/87.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
87.37/87.47	c  87.0s|     1 |     0 | 31882 |     - | 106M|   0 | 750 |1000 |  37k|1000 |6951 |  11k|   0 |   0 |-3.732500e+02 |-5.100000e+01 |  86.34%
88.18/88.21	c  87.8s|     1 |     0 | 32247 |     - | 106M|   0 | 746 |1000 |  37k|1000 |6957 |  11k|   0 |   0 |-3.730000e+02 |-5.100000e+01 |  86.33%
88.98/89.09	c  88.7s|     1 |     0 | 32763 |     - | 106M|   0 | 745 |1000 |  37k|1000 |6457 |  11k|   0 |   0 |-3.725000e+02 |-5.100000e+01 |  86.31%
90.27/90.33	c  89.9s|     1 |     0 | 33704 |     - | 106M|   0 | 771 |1000 |  37k|1000 |6463 |  11k|   0 |   0 |-3.711667e+02 |-5.100000e+01 |  86.26%
91.37/91.49	c  91.1s|     1 |     0 | 34332 |     - | 106M|   0 | 746 |1000 |  37k|1000 |7099 |  12k|   0 |   0 |-3.702500e+02 |-5.100000e+01 |  86.23%
92.56/92.67	c  92.2s|     1 |     0 | 35156 |     - | 106M|   0 | 743 |1000 |  37k|1000 |7110 |  12k|   0 |   0 |-3.692500e+02 |-5.100000e+01 |  86.19%
93.87/93.91	c  93.5s|     1 |     0 | 36044 |     - | 106M|   0 | 734 |1000 |  37k|1000 |7118 |  12k|   0 |   0 |-3.680000e+02 |-5.100000e+01 |  86.14%
94.97/95.04	c  94.6s|     1 |     0 | 36718 |     - | 106M|   0 | 739 |1000 |  37k|1000 |7177 |  12k|   0 |   0 |-3.675000e+02 |-5.100000e+01 |  86.12%
97.57/97.67	c  97.2s|     1 |     0 | 38429 |     - | 106M|   0 | 730 |1000 |  37k|1000 |5810 |  12k|   0 |   0 |-3.660000e+02 |-5.100000e+01 |  86.07%
98.87/98.92	c  98.5s|     1 |     0 | 39263 |     - | 107M|   0 | 727 |1000 |  37k|1000 |5888 |  12k|   0 |   0 |-3.645000e+02 |-5.100000e+01 |  86.01%
100.37/100.49	c   100s|     1 |     0 | 40346 |     - | 107M|   0 | 737 |1000 |  37k|1000 |5956 |  12k|   0 |   0 |-3.632500e+02 |-5.100000e+01 |  85.96%
101.67/101.75	c   101s|     1 |     0 | 41159 |     - | 107M|   0 | 718 |1000 |  37k|1000 |6004 |  12k|   0 |   0 |-3.630000e+02 |-5.100000e+01 |  85.95%
103.07/103.12	c   103s|     1 |     0 | 42294 |     - | 107M|   0 | 757 |1000 |  37k|1000 |6204 |  13k|   0 |   0 |-3.618333e+02 |-5.100000e+01 |  85.91%
104.56/104.64	c   104s|     1 |     0 | 43285 |     - | 107M|   0 | 747 |1000 |  37k|1000 |6701 |  13k|   0 |   0 |-3.600000e+02 |-5.100000e+01 |  85.83%
106.67/106.71	c   106s|     1 |     0 | 44605 |     - | 107M|   0 | 708 |1000 |  37k|1000 |6145 |  13k|   0 |   0 |-3.580000e+02 |-5.100000e+01 |  85.75%
108.06/108.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.06/108.13	c   108s|     1 |     0 | 45549 |     - | 107M|   0 | 713 |1000 |  37k|1000 |6341 |  14k|   0 |   0 |-3.565000e+02 |-5.100000e+01 |  85.69%
109.66/109.74	c   109s|     1 |     0 | 46687 |     - | 107M|   0 | 714 |1000 |  37k|1000 |6350 |  14k|   0 |   0 |-3.552500e+02 |-5.100000e+01 |  85.64%
110.76/110.84	c   110s|     1 |     0 | 47496 |     - | 107M|   0 | 741 |1000 |  37k|1000 |6361 |  14k|   0 |   0 |-3.542500e+02 |-5.100000e+01 |  85.60%
111.97/112.02	c   112s|     1 |     0 | 48126 |     - | 107M|   0 | 712 |1000 |  37k|1000 |6629 |  14k|   0 |   0 |-3.522500e+02 |-5.100000e+01 |  85.52%
113.07/113.20	c   113s|     1 |     0 | 48910 |     - | 107M|   0 | 730 |1000 |  37k|1000 |6639 |  14k|   0 |   0 |-3.510833e+02 |-5.100000e+01 |  85.47%
114.47/114.51	c   114s|     1 |     0 | 49901 |     - | 108M|   0 | 705 |1000 |  37k|1000 |6546 |  14k|   0 |   0 |-3.482500e+02 |-5.100000e+01 |  85.36%
115.26/115.33	c   115s|     1 |     0 | 50402 |     - | 108M|   0 | 694 |1000 |  37k|1000 |6604 |  14k|   0 |   0 |-3.475000e+02 |-5.100000e+01 |  85.32%
116.27/116.30	c   116s|     1 |     0 | 51001 |     - | 108M|   0 | 700 |1000 |  37k|1000 |6708 |  14k|   0 |   0 |-3.465000e+02 |-5.100000e+01 |  85.28%
117.86/117.90	c   117s|     1 |     0 | 51995 |     - | 108M|   0 | 744 |1000 |  37k|1000 |6787 |  14k|   0 |   0 |-3.460000e+02 |-5.100000e+01 |  85.26%
120.27/120.38	c   120s|     1 |     0 | 53636 |     - | 108M|   0 | 700 |1000 |  37k|1000 |7544 |  15k|   0 |   0 |-3.440000e+02 |-5.100000e+01 |  85.17%
122.07/122.15	c   122s|     1 |     0 | 54851 |     - | 108M|   0 | 753 |1000 |  37k|1000 |7585 |  15k|   0 |   0 |-3.430357e+02 |-5.100000e+01 |  85.13%
125.37/125.44	c   125s|     1 |     0 | 56491 |     - | 109M|   0 | 696 |1000 |  37k|1000 |7250 |  16k|   0 |   0 |-3.418125e+02 |-5.100000e+01 |  85.08%
127.27/127.36	c   127s|     1 |     0 | 57612 |     - | 109M|   0 | 711 |1000 |  37k|1000 |7257 |  16k|   0 |   0 |-3.411667e+02 |-5.100000e+01 |  85.05%
128.77/128.83	c   128s|     1 |     0 | 58699 |     - | 109M|   0 | 724 |1000 |  37k|1000 |7271 |  16k|   0 |   0 |-3.395625e+02 |-5.100000e+01 |  84.98%
130.76/130.87	c   130s|     1 |     0 | 60138 |     - | 109M|   0 | 691 |1000 |  37k|1000 |7366 |  16k|   0 |   0 |-3.380000e+02 |-5.100000e+01 |  84.91%
132.86/132.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
132.86/132.95	c   133s|     1 |     0 | 61467 |     - | 109M|   0 | 702 |1000 |  37k|1000 |7376 |  16k|   0 |   0 |-3.370000e+02 |-5.100000e+01 |  84.87%
135.16/135.22	c   135s|     1 |     0 | 62881 |     - | 110M|   0 | 726 |1000 |  37k|1000 |7419 |  16k|   0 |   0 |-3.362500e+02 |-5.100000e+01 |  84.83%
138.96/139.00	c   139s|     1 |     0 | 65287 |     - | 110M|   0 | 717 |1000 |  37k|1000 |7064 |  16k|   0 |   0 |-3.350682e+02 |-5.100000e+01 |  84.78%
141.26/141.30	c   141s|     1 |     0 | 66882 |     - | 110M|   0 | 735 |1000 |  37k|1000 |7188 |  16k|   0 |   0 |-3.338125e+02 |-5.100000e+01 |  84.72%
143.06/143.14	c   143s|     1 |     0 | 68063 |     - | 111M|   0 | 765 |1000 |  37k|1000 |7368 |  16k|   0 |   0 |-3.331429e+02 |-5.100000e+01 |  84.69%
145.96/146.03	c   146s|     1 |     0 | 69826 |     - | 111M|   0 | 756 |1000 |  37k|1000 |7415 |  16k|   0 |   0 |-3.320980e+02 |-5.100000e+01 |  84.64%
148.16/148.23	c   148s|     1 |     0 | 71204 |     - | 112M|   0 | 745 |1000 |  37k|1000 |7551 |  16k|   0 |   0 |-3.307092e+02 |-5.100000e+01 |  84.58%
151.55/151.61	c   151s|     1 |     0 | 73177 |     - | 113M|   0 | 776 |1000 |  37k|1000 |7679 |  17k|   0 |   0 |-3.299947e+02 |-5.100000e+01 |  84.55%
154.56/154.68	c   154s|     1 |     0 | 75009 |     - | 114M|   0 | 763 |1000 |  37k|1000 |6660 |  17k|   0 |   0 |-3.286367e+02 |-5.100000e+01 |  84.48%
157.26/157.31	c   157s|     1 |     0 | 76825 |     - | 115M|   0 | 766 |1000 |  37k|1000 |6726 |  17k|   0 |   0 |-3.274403e+02 |-5.100000e+01 |  84.42%
160.76/160.88	c   160s|     1 |     0 | 79012 |     - | 115M|   0 | 780 |1000 |  37k|1000 |6846 |  17k|   0 |   0 |-3.251452e+02 |-5.100000e+01 |  84.31%
164.25/164.30	c   164s|     1 |     0 | 81125 |     - | 117M|   0 | 778 |1000 |  37k|1000 |7265 |  17k|   0 |   0 |-3.234870e+02 |-5.100000e+01 |  84.23%
166.85/166.94	c   167s|     1 |     0 | 82693 |     - | 119M|   0 | 780 |1000 |  37k|1000 |7530 |  18k|   0 |   0 |-3.229055e+02 |-5.100000e+01 |  84.21%
169.55/169.62	c   169s|     1 |     0 | 83992 |     - | 120M|   0 | 773 |1000 |  37k|1000 |7653 |  18k|   0 |   0 |-3.225173e+02 |-5.100000e+01 |  84.19%
171.85/171.98	c   172s|     1 |     0 | 85097 |     - | 122M|   0 | 778 |1000 |  37k|1000 |7259 |  18k|   0 |   0 |-3.219361e+02 |-5.100000e+01 |  84.16%
175.05/175.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
175.05/175.16	c   175s|     1 |     0 | 86855 |     - | 122M|   0 | 778 |1000 |  37k|1000 |7366 |  18k|   0 |   0 |-3.205015e+02 |-5.100000e+01 |  84.09%
177.96/178.00	c   178s|     1 |     0 | 88393 |     - | 123M|   0 | 800 |1000 |  37k|1000 |7537 |  18k|   0 |   0 |-3.196705e+02 |-5.100000e+01 |  84.05%
181.85/181.97	c   182s|     1 |     0 | 90169 |     - | 124M|   0 | 752 |1000 |  37k|1000 |7869 |  18k|   0 |   0 |-3.183493e+02 |-5.100000e+01 |  83.98%
185.05/185.13	c   185s|     1 |     0 | 91792 |     - | 124M|   0 | 768 |1000 |  37k|1000 |7987 |  18k|   0 |   0 |-3.177337e+02 |-5.100000e+01 |  83.95%
188.95/189.05	c   189s|     1 |     0 | 93563 |     - | 125M|   0 | 788 |1000 |  37k|1000 |8044 |  18k|   0 |   0 |-3.166239e+02 |-5.100000e+01 |  83.89%
191.54/191.64	c   191s|     1 |     0 | 94441 |     - | 125M|   0 | 779 |1000 |  37k|1000 |7735 |  19k|   0 |   0 |-3.162326e+02 |-5.100000e+01 |  83.87%
195.65/195.70	c   195s|     1 |     0 | 96205 |     - | 126M|   0 | 807 |1000 |  37k|1000 |7748 |  19k|   0 |   0 |-3.147727e+02 |-5.100000e+01 |  83.80%
200.15/200.23	c   200s|     1 |     0 | 98171 |     - | 126M|   0 | 797 |1000 |  37k|1000 |7911 |  19k|   0 |   0 |-3.140214e+02 |-5.100000e+01 |  83.76%
204.35/204.47	c   204s|     1 |     0 | 99924 |     - | 126M|   0 | 809 |1000 |  37k|1000 |7988 |  19k|   0 |   0 |-3.132813e+02 |-5.100000e+01 |  83.72%
209.65/209.78	c   209s|     1 |     0 |102189 |     - | 126M|   0 | 788 |1000 |  37k|1000 |8125 |  19k|   0 |   0 |-3.113402e+02 |-5.100000e+01 |  83.62%
215.45/215.56	c   215s|     1 |     0 |104671 |     - | 127M|   0 | 806 |1000 |  37k|1000 |8257 |  19k|   0 |   0 |-3.099082e+02 |-5.100000e+01 |  83.54%
220.34/220.40	c   220s|     1 |     0 |106652 |     - | 127M|   0 | 803 |1000 |  37k|1000 |7580 |  19k|   0 |   0 |-3.091952e+02 |-5.100000e+01 |  83.51%
226.14/226.23	c   226s|     1 |     0 |109199 |     - | 127M|   0 | 798 |1000 |  37k|1000 |7709 |  19k|   0 |   0 |-3.079197e+02 |-5.100000e+01 |  83.44%
229.85/229.94	c   230s|     1 |     0 |110549 |     - | 127M|   0 | 798 |1000 |  37k|1000 |7934 |  19k|   0 |   0 |-3.073923e+02 |-5.100000e+01 |  83.41%
233.74/233.86	c   233s|     1 |     0 |111908 |     - | 127M|   0 | 820 |1000 |  37k|1000 |7967 |  20k|   0 |   0 |-3.070938e+02 |-5.100000e+01 |  83.39%
238.84/238.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
238.84/238.97	c   239s|     1 |     0 |113550 |     - | 127M|   0 | 811 |1000 |  37k|1000 |8001 |  20k|   0 |   0 |-3.062459e+02 |-5.100000e+01 |  83.35%
243.73/243.82	c   243s|     1 |     0 |115202 |     - | 127M|   0 | 828 |1000 |  37k|1000 |8091 |  20k|   0 |   0 |-3.054397e+02 |-5.100000e+01 |  83.30%
250.33/250.42	c   250s|     1 |     0 |117333 |     - | 127M|   0 | 832 |1000 |  37k|1000 |7745 |  20k|   0 |   0 |-3.047455e+02 |-5.100000e+01 |  83.26%
256.84/256.92	c   256s|     1 |     0 |119800 |     - | 127M|   0 | 826 |1000 |  37k|1000 |7860 |  20k|   0 |   0 |-3.028617e+02 |-5.100000e+01 |  83.16%
262.53/262.66	c   262s|     1 |     0 |121704 |     - | 127M|   0 | 832 |1000 |  37k|1000 |7982 |  20k|   0 |   0 |-3.020145e+02 |-5.100000e+01 |  83.11%
268.03/268.15	c   268s|     1 |     0 |123556 |     - | 127M|   0 | 831 |1000 |  37k|1000 |8124 |  20k|   0 |   0 |-3.013318e+02 |-5.100000e+01 |  83.08%
273.83/273.97	c   274s|     1 |     0 |125384 |     - | 127M|   0 | 846 |1000 |  37k|1000 |8186 |  20k|   0 |   0 |-3.002569e+02 |-5.100000e+01 |  83.01%
280.93/281.08	c   281s|     1 |     0 |127374 |     - | 127M|   0 | 847 |1000 |  37k|1000 |8333 |  20k|   0 |   0 |-2.992493e+02 |-5.100000e+01 |  82.96%
287.42/287.52	c   287s|     1 |     0 |129043 |     - | 127M|   0 | 836 |1000 |  37k|1000 |7813 |  20k|   0 |   0 |-2.986509e+02 |-5.100000e+01 |  82.92%
293.33/293.48	c   293s|     1 |     0 |130923 |     - | 127M|   0 | 842 |1000 |  37k|1000 |7920 |  21k|   0 |   0 |-2.979175e+02 |-5.100000e+01 |  82.88%
299.92/300.05	c   300s|     1 |     0 |132754 |     - | 127M|   0 | 854 |1000 |  37k|1000 |7954 |  21k|   0 |   0 |-2.972798e+02 |-5.100000e+01 |  82.84%
308.43/308.58	c   308s|     1 |     0 |135286 |     - | 127M|   0 | 850 |1000 |  37k|1000 |8042 |  21k|   0 |   0 |-2.958270e+02 |-5.100000e+01 |  82.76%
316.53/316.67	c   316s|     1 |     0 |137647 |     - | 127M|   0 | 851 |1000 |  37k|1000 |8193 |  21k|   0 |   0 |-2.940355e+02 |-5.100000e+01 |  82.66%
323.62/323.71	c   323s|     1 |     0 |139232 |     - | 127M|   0 | 856 |1000 |  37k|1000 |8255 |  21k|   0 |   0 |-2.933579e+02 |-5.100000e+01 |  82.62%
332.32/332.47	c   332s|     1 |     0 |141448 |     - | 127M|   0 | 841 |1000 |  37k|1000 |7976 |  21k|   0 |   0 |-2.921078e+02 |-5.100000e+01 |  82.54%
338.73/338.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
338.73/338.83	c   338s|     1 |     0 |142954 |     - | 127M|   0 | 846 |1000 |  37k|1000 |8063 |  21k|   0 |   0 |-2.914226e+02 |-5.100000e+01 |  82.50%
346.11/346.27	c   346s|     1 |     0 |144595 |     - | 127M|   0 | 851 |1000 |  37k|1000 |8159 |  21k|   0 |   0 |-2.906192e+02 |-5.100000e+01 |  82.45%
354.81/354.90	c   354s|     1 |     0 |146663 |     - | 127M|   0 | 856 |1000 |  37k|1000 |8228 |  21k|   0 |   0 |-2.892494e+02 |-5.100000e+01 |  82.37%
364.71/364.87	c   364s|     1 |     0 |149328 |     - | 127M|   0 | 861 |1000 |  37k|1000 |8309 |  21k|   0 |   0 |-2.875736e+02 |-5.100000e+01 |  82.27%
374.20/374.36	c   374s|     1 |     0 |151426 |     - | 127M|   0 | 859 |1000 |  37k|1000 |8394 |  21k|   0 |   0 |-2.868697e+02 |-5.100000e+01 |  82.22%
383.00/383.13	c   383s|     1 |     0 |153422 |     - | 127M|   0 | 865 |1000 |  37k|1000 |8151 |  21k|   0 |   0 |-2.860133e+02 |-5.100000e+01 |  82.17%
391.11/391.27	c   391s|     1 |     0 |155241 |     - | 127M|   0 | 857 |1000 |  37k|1000 |8183 |  21k|   0 |   0 |-2.851947e+02 |-5.100000e+01 |  82.12%
399.00/399.17	c   399s|     1 |     0 |156919 |     - | 127M|   0 | 872 |1000 |  37k|1000 |8278 |  22k|   0 |   0 |-2.845858e+02 |-5.100000e+01 |  82.08%
407.10/407.23	c   407s|     1 |     0 |158606 |     - | 127M|   0 | 876 |1000 |  37k|1000 |8291 |  22k|   0 |   0 |-2.841757e+02 |-5.100000e+01 |  82.05%
416.99/417.15	c   417s|     1 |     0 |160499 |     - | 127M|   0 | 873 |1000 |  37k|1000 |8347 |  22k|   0 |   0 |-2.835528e+02 |-5.100000e+01 |  82.01%
427.50/427.62	c   427s|     1 |     0 |162448 |     - | 126M|   0 | 878 |1000 |  37k|1000 |8446 |  22k|   0 |   0 |-2.829638e+02 |-5.100000e+01 |  81.98%
438.10/438.28	c   438s|     1 |     0 |164320 |     - | 126M|   0 | 873 |1000 |  37k|1000 |8328 |  22k|   0 |   0 |-2.820229e+02 |-5.100000e+01 |  81.92%
447.99/448.13	c   448s|     1 |     0 |166220 |     - | 126M|   0 | 882 |1000 |  37k|1000 |8365 |  22k|   0 |   0 |-2.813865e+02 |-5.100000e+01 |  81.88%
459.29/459.46	c   459s|     1 |     0 |168386 |     - | 126M|   0 | 889 |1000 |  37k|1000 |8401 |  22k|   0 |   0 |-2.805569e+02 |-5.100000e+01 |  81.82%
470.89/471.08	c   471s|     1 |     0 |170346 |     - | 126M|   0 | 883 |1000 |  37k|1000 |8434 |  22k|   0 |   0 |-2.798206e+02 |-5.100000e+01 |  81.77%
483.09/483.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
483.09/483.24	c   483s|     1 |     0 |172759 |     - | 126M|   0 | 885 |1000 |  37k|1000 |8516 |  22k|   0 |   0 |-2.788019e+02 |-5.100000e+01 |  81.71%
494.58/494.75	c   494s|     1 |     0 |174604 |     - | 126M|   0 | 885 |1000 |  37k|1000 |8654 |  22k|   0 |   0 |-2.782600e+02 |-5.100000e+01 |  81.67%
505.68/505.87	c   505s|     1 |     0 |176411 |     - | 126M|   0 | 886 |1000 |  37k|1000 |8425 |  22k|   0 |   0 |-2.778828e+02 |-5.100000e+01 |  81.65%
517.67/517.87	c   517s|     1 |     0 |178462 |     - | 126M|   0 | 892 |1000 |  37k|1000 |8436 |  22k|   0 |   0 |-2.773643e+02 |-5.100000e+01 |  81.61%
528.98/529.16	c   529s|     1 |     0 |180232 |     - | 126M|   0 | 897 |1000 |  37k|1000 |8484 |  22k|   0 |   0 |-2.769591e+02 |-5.100000e+01 |  81.59%
541.47/541.62	c   541s|     1 |     0 |182368 |     - | 126M|   0 | 890 |1000 |  37k|1000 |8547 |  22k|   0 |   0 |-2.762764e+02 |-5.100000e+01 |  81.54%
555.07/555.23	c   555s|     1 |     0 |184834 |     - | 126M|   0 | 886 |1000 |  37k|1000 |8591 |  22k|   0 |   0 |-2.752225e+02 |-5.100000e+01 |  81.47%
565.96/566.14	c   566s|     1 |     0 |186279 |     - | 126M|   0 | 899 |1000 |  37k|1000 |8655 |  22k|   0 |   0 |-2.747429e+02 |-5.100000e+01 |  81.44%
578.16/578.38	c   578s|     1 |     0 |188229 |     - | 126M|   0 | 904 |1000 |  37k|1000 |8474 |  22k|   0 |   0 |-2.742501e+02 |-5.100000e+01 |  81.40%
589.46/589.65	c   589s|     1 |     0 |189692 |     - | 126M|   0 | 905 |1000 |  37k|1000 |8515 |  23k|   0 |   0 |-2.737426e+02 |-5.100000e+01 |  81.37%
601.35/601.53	c   601s|     1 |     0 |191364 |     - | 126M|   0 | 908 |1000 |  37k|1000 |8570 |  23k|   0 |   0 |-2.733917e+02 |-5.100000e+01 |  81.35%
616.05/616.20	c   616s|     1 |     0 |194214 |     - | 126M|   0 | 894 |1000 |  37k|1000 |8604 |  23k|   0 |   0 |-2.724374e+02 |-5.100000e+01 |  81.28%
629.05/629.24	c   629s|     1 |     0 |196407 |     - | 126M|   0 | 899 |1000 |  37k|1000 |8652 |  23k|   0 |   0 |-2.717525e+02 |-5.100000e+01 |  81.23%
642.64/642.87	c   642s|     1 |     0 |198681 |     - | 126M|   0 | 904 |1000 |  37k|1000 |8726 |  23k|   0 |   0 |-2.710266e+02 |-5.100000e+01 |  81.18%
656.14/656.36	c   656s|     1 |     0 |200451 |     - | 126M|   0 | 899 |1000 |  37k|1000 |8752 |  23k|   0 |   0 |-2.702673e+02 |-5.100000e+01 |  81.13%
670.34/670.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
670.34/670.52	c   670s|     1 |     0 |202843 |     - | 126M|   0 | 905 |1000 |  37k|1000 |8799 |  23k|   0 |   0 |-2.694715e+02 |-5.100000e+01 |  81.07%
683.94/684.14	c   684s|     1 |     0 |204819 |     - | 126M|   0 | 905 |1000 |  37k|1000 |8890 |  23k|   0 |   0 |-2.686863e+02 |-5.100000e+01 |  81.02%
697.63/697.87	c   697s|     1 |     0 |206876 |     - | 126M|   0 | 902 |1000 |  37k|1000 |8937 |  23k|   0 |   0 |-2.682823e+02 |-5.100000e+01 |  80.99%
712.13/712.36	c   712s|     1 |     0 |209008 |     - | 126M|   0 | 901 |1000 |  37k|1000 |8989 |  23k|   0 |   0 |-2.677929e+02 |-5.100000e+01 |  80.96%
729.63/729.81	c   729s|     1 |     0 |212163 |     - | 125M|   0 | 909 |1000 |  37k|1000 |9079 |  23k|   0 |   0 |-2.666866e+02 |-5.100000e+01 |  80.88%
744.62/744.81	c   744s|     1 |     0 |214150 |     - | 125M|   0 | 916 |1000 |  37k|1000 |9070 |  23k|   0 |   0 |-2.661025e+02 |-5.100000e+01 |  80.83%
759.51/759.73	c   759s|     1 |     0 |216213 |     - | 125M|   0 | 913 |1000 |  37k|1000 |9105 |  23k|   0 |   0 |-2.656139e+02 |-5.100000e+01 |  80.80%
775.01/775.27	c   775s|     1 |     0 |218484 |     - | 125M|   0 | 915 |1000 |  37k|1000 |9146 |  23k|   0 |   0 |-2.650012e+02 |-5.100000e+01 |  80.75%
788.11/788.36	c   788s|     1 |     0 |219781 |     - | 125M|   0 | 925 |1000 |  37k|1000 |9236 |  24k|   0 |   0 |-2.647023e+02 |-5.100000e+01 |  80.73%
803.82/804.10	c   804s|     1 |     0 |222065 |     - | 125M|   0 | 913 |1000 |  37k|1000 |9282 |  24k|   0 |   0 |-2.640422e+02 |-5.100000e+01 |  80.68%
820.60/820.84	c   820s|     1 |     0 |224445 |     - | 125M|   0 | 918 |1000 |  37k|1000 |9370 |  24k|   0 |   0 |-2.634782e+02 |-5.100000e+01 |  80.64%
836.60/836.81	c   836s|     1 |     0 |226380 |     - | 125M|   0 | 922 |1000 |  37k|1000 |9270 |  24k|   0 |   0 |-2.629482e+02 |-5.100000e+01 |  80.60%
850.29/850.52	c   850s|     1 |     0 |227886 |     - | 125M|   0 | 920 |1000 |  37k|1000 |9304 |  24k|   0 |   0 |-2.625779e+02 |-5.100000e+01 |  80.58%
863.20/863.42	c   863s|     1 |     0 |229011 |     - | 125M|   0 | 927 |1000 |  37k|1000 |9364 |  24k|   0 |   0 |-2.623423e+02 |-5.100000e+01 |  80.56%
879.89/880.12	c   880s|     1 |     0 |231121 |     - | 125M|   0 | 922 |1000 |  37k|1000 |9396 |  24k|   0 |   0 |-2.617900e+02 |-5.100000e+01 |  80.52%
893.19/893.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
893.19/893.44	c   893s|     1 |     0 |232196 |     - | 125M|   0 | 928 |1000 |  37k|1000 |9452 |  24k|   0 |   0 |-2.615986e+02 |-5.100000e+01 |  80.50%
908.39/908.61	c   908s|     1 |     0 |233915 |     - | 125M|   0 | 928 |1000 |  37k|1000 |9488 |  24k|   0 |   0 |-2.612356e+02 |-5.100000e+01 |  80.48%
922.89/923.10	c   923s|     1 |     0 |235311 |     - | 125M|   0 | 922 |1000 |  37k|1000 |9284 |  24k|   0 |   0 |-2.608544e+02 |-5.100000e+01 |  80.45%
937.08/937.33	c   937s|     1 |     0 |236776 |     - | 125M|   0 | 926 |1000 |  37k|1000 |9316 |  24k|   0 |   0 |-2.604469e+02 |-5.100000e+01 |  80.42%
951.18/951.47	c   951s|     1 |     0 |238012 |     - | 125M|   0 | 922 |1000 |  37k|1000 |9359 |  24k|   0 |   0 |-2.602217e+02 |-5.100000e+01 |  80.40%
966.27/966.51	c   966s|     1 |     0 |239630 |     - | 125M|   0 | 925 |1000 |  37k|1000 |9385 |  24k|   0 |   0 |-2.598862e+02 |-5.100000e+01 |  80.38%
980.57/980.82	c   980s|     1 |     0 |240804 |     - | 125M|   0 | 924 |1000 |  37k|1000 |9420 |  24k|   0 |   0 |-2.596350e+02 |-5.100000e+01 |  80.36%
996.47/996.71	c   996s|     1 |     0 |242318 |     - | 124M|   0 | 923 |1000 |  37k|1000 |9451 |  24k|   0 |   0 |-2.592907e+02 |-5.100000e+01 |  80.33%
1010.57/1010.90	c  1010s|     1 |     0 |243383 |     - | 124M|   0 | 933 |1000 |  37k|1000 |9280 |  24k|   0 |   0 |-2.590132e+02 |-5.100000e+01 |  80.31%
1022.86/1023.19	c  1023s|     1 |     0 |244132 |     - | 124M|   0 | 938 |1000 |  37k|1000 |9314 |  24k|   0 |   0 |-2.589183e+02 |-5.100000e+01 |  80.30%
1035.66/1035.90	c  1035s|     1 |     0 |244912 |     - | 124M|   0 | 936 |1000 |  37k|1000 |9341 |  24k|   0 |   0 |-2.587914e+02 |-5.100000e+01 |  80.29%
1049.85/1050.16	c  1050s|     1 |     0 |246088 |     - | 124M|   0 | 940 |1000 |  37k|1000 |9378 |  24k|   0 |   0 |-2.585762e+02 |-5.100000e+01 |  80.28%
1065.34/1065.65	c  1065s|     1 |     0 |247698 |     - | 124M|   0 | 935 |1000 |  37k|1000 |9431 |  24k|   0 |   0 |-2.580933e+02 |-5.100000e+01 |  80.24%
1080.44/1080.78	c  1080s|     1 |     0 |249018 |     - | 123M|   0 | 934 |1000 |  37k|1000 |9475 |  24k|   0 |   0 |-2.577454e+02 |-5.100000e+01 |  80.21%
1094.65/1094.94	c  1095s|     1 |     0 |249901 |     - | 123M|   0 | 939 |1000 |  37k|1000 |9375 |  24k|   0 |   0 |-2.575260e+02 |-5.100000e+01 |  80.20%
1107.45/1107.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1107.45/1107.79	c  1107s|     1 |     0 |250694 |     - | 123M|   0 | 940 |1000 |  37k|1000 |9409 |  24k|   0 |   0 |-2.573634e+02 |-5.100000e+01 |  80.18%
1122.75/1123.07	c  1123s|     1 |     0 |252196 |     - | 122M|   0 | 940 |1000 |  37k|1000 |9447 |  24k|   0 |   0 |-2.569919e+02 |-5.100000e+01 |  80.16%
1137.33/1137.64	c  1137s|     1 |     0 |253287 |     - | 122M|   0 | 943 |1000 |  37k|1000 |9473 |  25k|   0 |   0 |-2.568004e+02 |-5.100000e+01 |  80.14%
1151.83/1152.18	c  1152s|     1 |     0 |254178 |     - | 121M|   0 | 942 |1000 |  37k|1000 |9495 |  25k|   0 |   0 |-2.566632e+02 |-5.100000e+01 |  80.13%
1166.22/1166.51	c  1166s|     1 |     0 |255095 |     - | 120M|   0 | 945 |1000 |  37k|1000 |9518 |  25k|   0 |   0 |-2.565094e+02 |-5.100000e+01 |  80.12%
1179.82/1180.16	c  1180s|     1 |     0 |255909 |     - | 119M|   0 | 947 |1000 |  37k|1000 |9426 |  25k|   0 |   0 |-2.563759e+02 |-5.100000e+01 |  80.11%
1195.52/1195.80	c  1195s|     1 |     0 |257410 |     - | 118M|   0 | 942 |1000 |  37k|1000 |9442 |  25k|   0 |   0 |-2.559827e+02 |-5.100000e+01 |  80.08%
1210.92/1211.27	c  1211s|     1 |     0 |258650 |     - | 117M|   0 | 945 |1000 |  37k|1000 |9484 |  25k|   0 |   0 |-2.556296e+02 |-5.100000e+01 |  80.05%
1226.51/1226.80	c  1226s|     1 |     0 |259842 |     - | 116M|   0 | 951 |1000 |  37k|1000 |9527 |  25k|   0 |   0 |-2.553434e+02 |-5.100000e+01 |  80.03%
1240.22/1240.56	c  1240s|     1 |     0 |260452 |     - | 114M|   0 | 952 |1000 |  37k|1000 |9550 |  25k|   0 |   0 |-2.552115e+02 |-5.100000e+01 |  80.02%
1257.31/1257.67	c  1257s|     1 |     0 |262048 |     - | 113M|   0 | 955 |1000 |  37k|1000 |9581 |  25k|   0 |   0 |-2.548801e+02 |-5.100000e+01 |  79.99%
1272.31/1272.66	c  1272s|     1 |     0 |263097 |     - | 112M|   0 | 955 |1000 |  37k|1000 |9480 |  25k|   0 |   0 |-2.546742e+02 |-5.100000e+01 |  79.97%
1286.30/1286.69	c  1286s|     1 |     0 |264013 |     - | 111M|   0 | 960 |1000 |  37k|1000 |9504 |  25k|   0 |   0 |-2.545029e+02 |-5.100000e+01 |  79.96%
1301.70/1302.05	c  1302s|     1 |     0 |265083 |     - | 110M|   0 | 963 |1000 |  37k|1000 |9535 |  25k|   0 |   0 |-2.542749e+02 |-5.100000e+01 |  79.94%
1316.59/1316.92	c  1316s|     1 |     0 |265772 |     - | 110M|   0 | 959 |1000 |  37k|1000 |9569 |  25k|   0 |   0 |-2.541287e+02 |-5.100000e+01 |  79.93%
1331.99/1332.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1331.99/1332.33	c  1332s|     1 |     0 |266586 |     - | 109M|   0 | 960 |1000 |  37k|1000 |9589 |  25k|   0 |   0 |-2.539817e+02 |-5.100000e+01 |  79.92%
1348.08/1348.43	c  1348s|     1 |     0 |267673 |     - | 109M|   0 | 968 |1000 |  37k|1000 |9609 |  25k|   0 |   0 |-2.537130e+02 |-5.100000e+01 |  79.90%
1364.39/1364.72	c  1364s|     1 |     0 |268791 |     - | 109M|   0 | 970 |1000 |  37k|1000 |9548 |  25k|   0 |   0 |-2.534940e+02 |-5.100000e+01 |  79.88%
1380.58/1380.95	c  1381s|     1 |     0 |269882 |     - | 108M|   0 | 969 |1000 |  37k|1000 |9565 |  25k|   0 |   0 |-2.532652e+02 |-5.100000e+01 |  79.86%
1396.59/1396.93	c  1396s|     1 |     0 |270865 |     - | 108M|   0 | 966 |1000 |  37k|1000 |9580 |  25k|   0 |   0 |-2.530889e+02 |-5.100000e+01 |  79.85%
1412.57/1412.98	c  1413s|     1 |     0 |271921 |     - | 108M|   0 | 971 |1000 |  37k|1000 |9596 |  25k|   0 |   0 |-2.529057e+02 |-5.100000e+01 |  79.83%
1427.17/1427.56	c  1427s|     1 |     0 |272664 |     - | 107M|   0 | 970 |1000 |  37k|1000 |9608 |  25k|   0 |   0 |-2.527639e+02 |-5.100000e+01 |  79.82%
1442.46/1442.80	c  1442s|     1 |     0 |273539 |     - | 107M|   0 | 971 |1000 |  37k|1000 |9619 |  25k|   0 |   0 |-2.525821e+02 |-5.100000e+01 |  79.81%
1456.67/1457.08	c  1457s|     1 |     0 |274028 |     - | 106M|   0 | 976 |1000 |  37k|1000 |9561 |  25k|   0 |   0 |-2.524928e+02 |-5.100000e+01 |  79.80%
1472.47/1472.90	c  1472s|     1 |     0 |274802 |     - | 106M|   0 | 976 |1000 |  37k|1000 |9578 |  25k|   0 |   0 |-2.523246e+02 |-5.100000e+01 |  79.79%
1486.05/1486.45	c  1486s|     1 |     0 |275043 |     - | 106M|   0 | 978 |1000 |  37k|1000 |9592 |  25k|   0 |   0 |-2.522980e+02 |-5.100000e+01 |  79.79%
1502.35/1502.75	c  1502s|     1 |     0 |276034 |     - | 106M|   0 | 976 |1000 |  37k|1000 |9606 |  25k|   0 |   0 |-2.520582e+02 |-5.100000e+01 |  79.77%
1519.05/1519.43	c  1519s|     1 |     0 |277080 |     - | 106M|   0 | 974 |1000 |  37k|1000 |9631 |  25k|   0 |   0 |-2.518203e+02 |-5.100000e+01 |  79.75%
1534.24/1534.64	c  1534s|     1 |     0 |277751 |     - | 106M|   0 | 978 |1000 |  37k|1000 |9651 |  25k|   0 |   0 |-2.517285e+02 |-5.100000e+01 |  79.74%
1551.14/1551.51	c  1551s|     1 |     0 |278817 |     - | 106M|   0 | 977 |1000 |  37k|1000 |9597 |  25k|   0 |   0 |-2.514824e+02 |-5.100000e+01 |  79.72%
1567.15/1567.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1567.15/1567.57	c  1567s|     1 |     0 |279725 |     - | 106M|   0 | 976 |1000 |  37k|1000 |9613 |  25k|   0 |   0 |-2.512569e+02 |-5.100000e+01 |  79.70%
1582.54/1582.92	c  1582s|     1 |     0 |280413 |     - | 106M|   0 | 979 |1000 |  37k|1000 |9630 |  25k|   0 |   0 |-2.511112e+02 |-5.100000e+01 |  79.69%
1597.74/1598.10	c  1598s|     1 |     0 |281063 |     - | 106M|   0 | 979 |1000 |  37k|1000 |9643 |  25k|   0 |   0 |-2.509568e+02 |-5.100000e+01 |  79.68%
1612.72/1613.11	c  1613s|     1 |     0 |281729 |     - | 106M|   0 | 970 |1000 |  37k|1000 |9654 |  25k|   0 |   0 |-2.507932e+02 |-5.100000e+01 |  79.66%
1627.03/1627.49	c  1627s|     1 |     0 |282208 |     - | 106M|   0 | 978 |1000 |  37k|1000 |9664 |  25k|   0 |   0 |-2.506815e+02 |-5.100000e+01 |  79.66%
1641.32/1641.75	c  1641s|     1 |     0 |282683 |     - | 106M|   0 | 982 |1000 |  37k|1000 |9634 |  25k|   0 |   0 |-2.505715e+02 |-5.100000e+01 |  79.65%
1655.81/1656.26	c  1656s|     1 |     0 |283068 |     - | 106M|   0 | 979 |1000 |  37k|1000 |9643 |  25k|   0 |   0 |-2.504938e+02 |-5.100000e+01 |  79.64%
1671.11/1671.50	c  1671s|     1 |     0 |283825 |     - | 106M|   0 | 979 |1000 |  37k|1000 |9656 |  25k|   0 |   0 |-2.502791e+02 |-5.100000e+01 |  79.62%
1686.21/1686.61	c  1686s|     1 |     0 |284241 |     - | 106M|   0 | 979 |1000 |  37k|1000 |9672 |  25k|   0 |   0 |-2.501201e+02 |-5.100000e+01 |  79.61%
1701.71/1702.16	c  1702s|     1 |     0 |285034 |     - | 106M|   0 | 982 |1000 |  37k|1000 |9689 |  25k|   0 |   0 |-2.499390e+02 |-5.100000e+01 |  79.60%
1718.81/1719.26	c  1719s|     1 |     0 |286030 |     - | 106M|   0 | 986 |1000 |  37k|1000 |9705 |  25k|   0 |   0 |-2.497075e+02 |-5.100000e+01 |  79.58%
1735.20/1735.63	c  1735s|     1 |     0 |286906 |     - | 106M|   0 | 985 |1000 |  37k|1000 |9657 |  25k|   0 |   0 |-2.494756e+02 |-5.100000e+01 |  79.56%
1749.90/1750.34	c  1750s|     1 |     0 |287384 |     - | 106M|   0 | 986 |1000 |  37k|1000 |9668 |  25k|   0 |   0 |-2.493667e+02 |-5.100000e+01 |  79.55%
1765.80/1766.21	c  1766s|     1 |     0 |287968 |     - | 106M|   0 | 985 |1000 |  37k|1000 |9681 |  25k|   0 |   0 |-2.492288e+02 |-5.100000e+01 |  79.54%
1780.19/1780.65	c  1780s|     1 |     0 |288167 |     - | 106M|   0 | 987 |1000 |  37k|1000 |9687 |  25k|   0 |   0 |-2.492058e+02 |-5.100000e+01 |  79.53%
1789.59/1790.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1789.59/1790.01	c  1790s|     1 |     0 |288167 |     - | 106M|   0 |   - |1000 |  37k|1000 |9688 |  25k|   0 |   0 |-2.492058e+02 |-5.100000e+01 |  79.53%
1789.59/1790.01	c  1790s|     1 |     2 |288167 |     - | 106M|   0 |   - |1000 |  37k|1000 |9688 |  25k|   0 |   0 |-2.492058e+02 |-5.100000e+01 |  79.53%
1789.59/1790.01	c 
1789.59/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.59/1790.01	c Solving Time (sec) : 1789.58
1789.59/1790.01	c Solving Nodes      : 1
1789.59/1790.01	c Primal Bound       : -5.10000000000000e+01 (47 solutions)
1789.59/1790.01	c Dual Bound         : -2.49205769706217e+02
1789.59/1790.01	c Gap                : 79.53 %
1789.59/1790.10	s SATISFIABLE
1789.59/1790.10	v x1000 x999 -x998 -x997 x996 -x995 -x994 -x993 -x992 -x991 -x990 -x989 -x988 -x987 -x986 -x985 -x984 -x983 -x982 -x981 -x980 -x979 
1789.59/1790.10	v -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 -x968 -x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 -x958 
1789.59/1790.10	v -x957 -x956 -x955 -x954 -x953 -x952 -x951 -x950 -x949 -x948 -x947 -x946 -x945 -x944 -x943 -x942 -x941 -x940 -x939 -x938 -x937 
1789.59/1790.10	v -x936 -x935 -x934 -x933 -x932 -x931 -x930 -x929 -x928 -x927 -x926 -x925 -x924 -x923 -x922 -x921 -x920 -x919 -x918 -x917 
1789.59/1790.10	v -x916 -x915 -x914 -x913 -x912 -x911 x910 -x909 -x908 -x907 -x906 -x905 -x904 -x903 -x902 x901 -x900 -x899 -x898 -x897 -x896 -x895 
1789.59/1790.10	v -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 -x886 -x885 -x884 -x883 -x882 -x881 -x880 -x879 -x878 -x877 -x876 -x875 
1789.59/1790.10	v -x874 -x873 -x872 -x871 -x870 -x869 x868 -x867 -x866 -x865 -x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 
1789.59/1790.10	v -x853 -x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 -x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 
1789.59/1790.10	v -x832 -x831 -x830 -x829 -x828 -x827 -x826 x825 -x824 -x823 -x822 -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 
1789.59/1790.10	v -x811 -x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 -x802 -x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 -x791 
1789.59/1790.10	v -x790 -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 -x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 
1789.59/1790.10	v -x769 -x768 x767 -x766 -x765 -x764 -x763 -x762 -x761 -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 
1789.59/1790.10	v -x748 -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 
1789.59/1790.10	v -x727 -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 
1789.59/1790.10	v -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 
1789.59/1790.10	v -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 
1789.59/1790.10	v -x665 -x664 -x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 x648 -x647 -x646 -x645 
1789.59/1790.10	v -x644 -x643 -x642 -x641 -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 
1789.59/1790.10	v -x623 -x622 -x621 -x620 -x619 -x618 -x617 x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 
1789.59/1790.10	v -x602 -x601 -x600 -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 
1789.59/1790.10	v -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 x573 -x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 
1789.59/1790.10	v -x560 -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 -x540 
1789.59/1790.10	v -x539 -x538 -x537 -x536 -x535 -x534 -x533 x532 -x531 -x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 
1789.59/1790.10	v -x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 
1789.59/1790.10	v -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 
1789.59/1790.10	v -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 
1789.59/1790.10	v x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 
1789.59/1790.10	v -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 
1789.59/1790.10	v -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 
1789.59/1790.10	v -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 
1789.59/1790.10	v -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 
1789.59/1790.10	v -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 
1789.59/1790.10	v -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 
1789.59/1790.10	v -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 
1789.59/1790.10	v -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 
1789.59/1790.10	v -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 x253 -x252 -x251 -x250 -x249 x248 x247 
1789.59/1790.10	v -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 x233 x232 -x231 -x230 -x229 -x228 -x227 -x226 
1789.59/1790.10	v x225 -x224 x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 
1789.59/1790.10	v -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 
1789.59/1790.10	v -x183 -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 
1789.59/1790.10	v -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 
1789.59/1790.10	v -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 
1789.59/1790.10	v -x120 -x119 -x118 x117 -x116 x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 x99 
1789.59/1790.10	v -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 -x81 -x80 -x79 -x78 x77 -x76 -x75 x74 
1789.59/1790.10	v -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 x52 -x51 -x50 -x49 x48 
1789.59/1790.10	v -x47 -x46 x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 x27 -x26 -x25 x24 -x23 -x22 
1789.59/1790.10	v x21 -x20 -x19 x18 x17 -x16 -x15 -x14 -x13 -x12 -x11 x10 -x9 -x8 x7 -x6 x5 x4 x3 x2 x1 
1789.59/1790.10	c SCIP Status        : solving was interrupted [time limit reached]
1789.59/1790.10	c Solving Time       :    1789.58
1789.59/1790.10	c Original Problem   :
1789.59/1790.10	c   Problem name     : HOME/instance-2703227-1278568298.opb
1789.59/1790.10	c   Variables        : 38793 (38793 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.59/1790.10	c   Constraints      : 38793 initial, 38793 maximal
1789.59/1790.10	c Presolved Problem  :
1789.59/1790.10	c   Problem name     : t_HOME/instance-2703227-1278568298.opb
1789.59/1790.10	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.59/1790.10	c   Constraints      : 37793 initial, 37793 maximal
1789.59/1790.10	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.59/1790.10	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1789.59/1790.10	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1789.59/1790.10	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.59/1790.10	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.59/1790.10	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.59/1790.10	c   probing          :       0.54          0          0          0          0          0          0          0          0
1789.59/1790.10	c   linear           :       0.26      37793          0          0      37793          0       1000          0          0
1789.59/1790.10	c   logicor          :       0.10          0          0          0          0          0          0          0          0
1789.59/1790.10	c   root node        :          -          0          -          -          0          -          -          -          -
1789.59/1790.10	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.59/1790.10	c   integral         :          0          0          0          0          0          0          0          0          0          0
1789.59/1790.10	c   logicor          :      37793        237        201          0          0          0          0      33944          0          0
1789.59/1790.10	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.59/1790.10	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.59/1790.10	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.59/1790.10	c   logicor          :       2.50       2.21       0.29       0.00       0.00
1789.59/1790.10	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.59/1790.10	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.59/1790.10	c   vbounds          :       0.00          2          0          0
1789.59/1790.10	c   rootredcost      :       0.00          0          0          0
1789.59/1790.10	c   pseudoobj        :       0.01        238          0          0
1789.59/1790.10	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.59/1790.10	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.59/1790.10	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.59/1790.10	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.59/1790.10	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.59/1790.10	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.59/1790.10	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.59/1790.10	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.59/1790.10	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.59/1790.10	c   cut pool         :       1.14        236          -          -       4268          -    (maximal pool size: 16341)
1789.59/1790.10	c   redcost          :       0.02        237          0          0          0          0
1789.59/1790.10	c   impliedbounds    :       0.98        235          0          0      28257          0
1789.59/1790.10	c   intobj           :       0.00          0          0          0          0          0
1789.59/1790.10	c   cgmip            :       0.00          0          0          0          0          0
1789.59/1790.10	c   gomory           :    1100.31        235          0          0      81374          0
1789.59/1790.10	c   strongcg         :       5.25         20          0          0      10000          0
1789.59/1790.10	c   cmir             :       4.41         10          0          0          0          0
1789.59/1790.10	c   flowcover        :       4.01         10          0          0          0          0
1789.59/1790.10	c   clique           :      12.09        234          0          0       2128          0
1789.59/1790.10	c   zerohalf         :       0.00          0          0          0          0          0
1789.59/1790.10	c   mcf              :       0.19          1          0          0          0          0
1789.59/1790.10	c   rapidlearning    :       0.00          0          0          0          0          0
1789.59/1790.10	c Pricers            :       Time      Calls       Vars
1789.59/1790.10	c   problem variables:       0.00          0          0
1789.59/1790.10	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.59/1790.10	c   relpscost        :       0.00          0          0          0          0          0          0
1789.59/1790.10	c   pscost           :       0.00          0          0          0          0          0          0
1789.59/1790.10	c   inference        :       0.00          1          0          0          0          0          2
1789.59/1790.10	c   mostinf          :       0.00          0          0          0          0          0          0
1789.59/1790.10	c   leastinf         :       0.00          0          0          0          0          0          0
1789.59/1790.10	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.59/1790.10	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.59/1790.10	c   random           :       0.00          0          0          0          0          0          0
1789.59/1790.10	c Primal Heuristics  :       Time      Calls      Found
1789.59/1790.10	c   LP solutions     :       0.00          -          0
1789.59/1790.10	c   pseudo solutions :       0.00          -          0
1789.59/1790.10	c   oneopt           :       0.04          2          1
1789.59/1790.10	c   trivial          :       0.11          2          2
1789.59/1790.10	c   simplerounding   :       0.47        237         42
1789.59/1790.10	c   zirounding       :       0.00          0          0
1789.59/1790.10	c   rounding         :      12.24        237          1
1789.59/1790.10	c   shifting         :      13.38        237          1
1789.59/1790.10	c   intshifting      :       0.00          0          0
1789.59/1790.10	c   twoopt           :       0.00          0          0
1789.59/1790.10	c   fixandinfer      :       0.00          0          0
1789.59/1790.10	c   feaspump         :       0.00          0          0
1789.59/1790.10	c   coefdiving       :       0.00          0          0
1789.59/1790.10	c   pscostdiving     :       0.00          0          0
1789.59/1790.10	c   fracdiving       :       0.00          0          0
1789.59/1790.10	c   veclendiving     :       0.00          0          0
1789.59/1790.10	c   intdiving        :       0.00          0          0
1789.59/1790.10	c   actconsdiving    :       0.00          0          0
1789.59/1790.10	c   objpscostdiving  :       0.00          0          0
1789.59/1790.10	c   rootsoldiving    :       0.00          0          0
1789.59/1790.10	c   linesearchdiving :       0.00          0          0
1789.59/1790.10	c   guideddiving     :       0.00          0          0
1789.59/1790.10	c   octane           :       0.00          0          0
1789.59/1790.10	c   rens             :       0.00          0          0
1789.59/1790.10	c   rins             :       0.00          0          0
1789.59/1790.10	c   localbranching   :       0.00          0          0
1789.59/1790.10	c   mutation         :       0.00          0          0
1789.59/1790.10	c   crossover        :       0.00          0          0
1789.59/1790.10	c   dins             :       0.00          0          0
1789.59/1790.10	c   undercover       :       0.00          0          0
1789.59/1790.10	c   nlp              :       0.00          0          0
1789.59/1790.10	c   trysol           :       0.00          0          0
1789.59/1790.10	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.59/1790.10	c   primal LP        :       0.81          0          0       0.00       0.00
1789.59/1790.10	c   dual LP          :     619.43        237     288167    1215.89     465.21
1789.59/1790.10	c   lex dual LP      :       0.00          0          0       0.00          -
1789.59/1790.10	c   barrier LP       :       0.00          0          0       0.00          -
1789.59/1790.10	c   diving/probing LP:       0.00          0          0       0.00          -
1789.59/1790.10	c   strong branching :       0.00          0          0       0.00          -
1789.59/1790.10	c     (at root node) :          -          0          0       0.00          -
1789.59/1790.10	c   conflict analysis:       0.00          0          0       0.00          -
1789.59/1790.10	c B&B Tree           :
1789.59/1790.10	c   number of runs   :          1
1789.59/1790.10	c   nodes            :          1
1789.59/1790.10	c   nodes (total)    :          1
1789.59/1790.10	c   nodes left       :          2
1789.59/1790.10	c   max depth        :          0
1789.59/1790.10	c   max depth (total):          0
1789.59/1790.10	c   backtracks       :          0 (0.0%)
1789.59/1790.10	c   delayed cutoffs  :          0
1789.59/1790.10	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.59/1790.10	c   avg switch length:       1.00
1789.59/1790.10	c   switching time   :       0.00
1789.59/1790.10	c Solution           :
1789.59/1790.10	c   Solutions found  :         47 (4 improvements)
1789.59/1790.10	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.41 seconds, depth 0, found by <trivial>)
1789.59/1790.10	c   Primal Bound     : -5.10000000000000e+01   (in run 1, after 1 nodes, 6.82 seconds, depth 0, found by <oneopt>)
1789.59/1790.10	c   Dual Bound       : -2.49205769706217e+02
1789.59/1790.10	c   Gap              :      79.53 %
1789.59/1790.10	c   Root Dual Bound  : -2.49205769706217e+02
1789.59/1790.10	c   Root Iterations  :     288167
1789.89/1790.33	c Time complete: 1789.93.

Verifier Data

OK	-51

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2703227-1278568298/watcher-2703227-1278568298 -o /tmp/evaluation-result-2703227-1278568298/solver-2703227-1278568298 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703227-1278568298.opb -t 1800 -m 1800 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31047
/proc/meminfo: memFree=1666100/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=7904 CPUtime=0
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 1052 0 0 0 0 0 0 0 20 0 1 0 25041318 8093696 964 1992294400 4194304 8395647 140737176186576 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31047/statm: 1976 972 365 1026 0 946 0

[startup+0.044907 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31047
/proc/meminfo: memFree=1666100/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=16636 CPUtime=0.04
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 3393 0 0 0 3 1 0 0 20 0 1 0 25041318 17035264 3305 1992294400 4194304 8395647 140737176186576 18446744073709551615 7301302 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31047/statm: 4159 3305 393 1026 0 3129 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16636

[startup+0.10091 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31047
/proc/meminfo: memFree=1666100/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=24320 CPUtime=0.09
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 5309 0 0 0 8 1 0 0 20 0 1 0 25041318 24903680 5221 1992294400 4194304 8395647 140737176186576 18446744073709551615 5756725 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31047/statm: 6080 5222 393 1026 0 5050 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24320

[startup+0.300923 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31047
/proc/meminfo: memFree=1666100/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=45180 CPUtime=0.29
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 10548 0 0 0 25 4 0 0 20 0 1 0 25041318 46264320 10460 1992294400 4194304 8395647 140737176186576 18446744073709551615 5752405 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31047/statm: 11295 10460 393 1026 0 10265 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45180

[startup+0.700949 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 31047
/proc/meminfo: memFree=1666100/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=106084 CPUtime=0.69
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 26086 0 0 0 60 9 0 0 20 0 1 0 25041318 108630016 25570 1992294400 4194304 8395647 140737176186576 18446744073709551615 4601776 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 26521 25570 430 1026 0 25491 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 106084

[startup+1.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31048
/proc/meminfo: memFree=1555856/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=127132 CPUtime=1.49
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 30416 0 0 0 138 11 0 0 22 0 1 0 25041318 130183168 29900 1992294400 4194304 8395647 140737176186576 18446744073709551615 7382041 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 31783 29900 461 1026 0 30753 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 127132

[startup+3.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31048
/proc/meminfo: memFree=1540852/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=175472 CPUtime=3.09
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 43353 0 0 0 294 15 0 0 25 0 1 0 25041318 179683328 41535 1992294400 4194304 8395647 140737176186576 18446744073709551615 6587243 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 43868 41535 573 1026 0 42838 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 175472

[startup+6.30131 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31048
/proc/meminfo: memFree=1488276/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=194436 CPUtime=6.29
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 47609 0 0 0 612 17 0 0 25 0 1 0 25041318 199102464 45116 1992294400 4194304 8395647 140737176186576 18446744073709551615 6440883 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 48609 45116 663 1026 0 47579 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 194436

[startup+12.7007 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31048
/proc/meminfo: memFree=1484432/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=196568 CPUtime=12.69
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 48328 0 0 0 1250 19 0 0 25 0 1 0 25041318 201285632 45808 1992294400 4194304 8395647 140737176186576 18446744073709551615 7382056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 49142 45808 637 1026 0 48112 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 196568

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31048
/proc/meminfo: memFree=1483192/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=196864 CPUtime=25.48
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 48647 0 0 0 2526 22 0 0 25 0 1 0 25041318 201588736 46127 1992294400 4194304 8395647 140737176186576 18446744073709551615 6107082 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 49216 46127 638 1026 0 48186 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 196864

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31049
/proc/meminfo: memFree=1473396/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=204224 CPUtime=51.08
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 51532 0 0 0 5079 29 0 0 25 0 1 0 25041318 209125376 48994 1992294400 4194304 8395647 140737176186576 18446744073709551615 4601751 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 51056 48994 1077 1026 0 50026 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 204224

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31050
/proc/meminfo: memFree=1467196/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=209516 CPUtime=102.27
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 53129 0 0 0 10178 49 0 0 25 0 1 0 25041318 214544384 50146 1992294400 4194304 8395647 140737176186576 18446744073709551615 7385662 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 52379 50146 671 1026 0 51349 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 209516

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31052
/proc/meminfo: memFree=1450704/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=226188 CPUtime=162.25
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 57464 0 0 0 16152 73 0 0 25 0 1 0 25041318 231616512 54386 1992294400 4194304 8395647 140737176186576 18446744073709551615 6636342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 56547 54386 623 1026 0 55517 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 226188

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31054
/proc/meminfo: memFree=1435328/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=241548 CPUtime=222.24
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61184 0 0 0 22130 94 0 0 25 0 1 0 25041318 247345152 58064 1992294400 4194304 8395647 140737176186576 18446744073709551615 6698059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60387 58064 677 1026 0 59357 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 241548

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31056
/proc/meminfo: memFree=1435080/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=282.23
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61238 0 0 0 28112 111 0 0 25 0 1 0 25041318 248647680 58064 1992294400 4194304 8395647 140737176186576 18446744073709551615 6202552 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58064 623 1026 0 59675 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 242820

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31057
/proc/meminfo: memFree=1435080/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=342.22
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61238 0 0 0 34094 128 0 0 25 0 1 0 25041318 248647680 58064 1992294400 4194304 8395647 140737176186576 18446744073709551615 7385788 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58064 623 1026 0 59675 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 242820

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31058
/proc/meminfo: memFree=1434832/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=402.21
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61238 0 0 0 40076 145 0 0 25 0 1 0 25041318 248647680 58064 1992294400 4194304 8395647 140737176186576 18446744073709551615 6197823 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58064 623 1026 0 59675 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 242820

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31060
/proc/meminfo: memFree=1434832/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=462.19
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61238 0 0 0 46058 161 0 0 25 0 1 0 25041318 248647680 58064 1992294400 4194304 8395647 140737176186576 18446744073709551615 6440962 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58064 623 1026 0 59675 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 242820

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31062
/proc/meminfo: memFree=1434832/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=522.18
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61238 0 0 0 52038 180 0 0 25 0 1 0 25041318 248647680 58064 1992294400 4194304 8395647 140737176186576 18446744073709551615 6131824 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58064 623 1026 0 59675 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 242820

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31073
/proc/meminfo: memFree=1434088/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=582.16
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61238 0 0 0 58018 198 0 0 25 0 1 0 25041318 248647680 58064 1992294400 4194304 8395647 140737176186576 18446744073709551615 6440906 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58064 623 1026 0 59675 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 242820

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31074
/proc/meminfo: memFree=1434088/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=642.15
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61238 0 0 0 64003 212 0 0 25 0 1 0 25041318 248647680 58064 1992294400 4194304 8395647 140737176186576 18446744073709551615 6696995 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58064 623 1026 0 59675 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 242820

[startup+702.305 s]

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

/proc/meminfo: memFree=1433840/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=1002.07
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61240 0 0 0 99904 303 0 0 25 0 1 0 25041318 248647680 58066 1992294400 4194304 8395647 140737176186576 18446744073709551615 6197370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58066 623 1026 0 59675 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 242820

[startup+1062.3 s]
/proc/loadavg: 1.11 1.04 1.00 2/107 31085
/proc/meminfo: memFree=1433840/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=1062.05
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61240 0 0 0 105887 318 0 0 25 0 1 0 25041318 248647680 58066 1992294400 4194304 8395647 140737176186576 18446744073709551615 6390516 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58066 623 1026 0 59675 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 242820

[startup+1122.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/107 31087
/proc/meminfo: memFree=1433716/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=1122.03
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61240 0 0 0 111872 331 0 0 25 0 1 0 25041318 248647680 58066 1992294400 4194304 8395647 140737176186576 18446744073709551615 6697254 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58066 623 1026 0 59675 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 242820

[startup+1182.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 31089
/proc/meminfo: memFree=1433716/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=1182.02
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61240 0 0 0 117856 346 0 0 25 0 1 0 25041318 248647680 58066 1992294400 4194304 8395647 140737176186576 18446744073709551615 6198182 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58066 623 1026 0 59675 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 242820

[startup+1242.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 31090
/proc/meminfo: memFree=1433716/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=1242.01
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61240 0 0 0 123838 363 0 0 25 0 1 0 25041318 248647680 58066 1992294400 4194304 8395647 140737176186576 18446744073709551615 6202668 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58066 623 1026 0 59675 0
Current children cumulated CPU time (s) 1242.01
Current children cumulated vsize (KiB) 242820

[startup+1302.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 31091
/proc/meminfo: memFree=1433592/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=1302
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61240 0 0 0 129822 378 0 0 25 0 1 0 25041318 248647680 58066 1992294400 4194304 8395647 140737176186576 18446744073709551615 6197322 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58066 623 1026 0 59675 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 242820

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31093
/proc/meminfo: memFree=1433592/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=1361.98
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61240 0 0 0 135806 392 0 0 25 0 1 0 25041318 248647680 58066 1992294400 4194304 8395647 140737176186576 18446744073709551615 6702084 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58066 623 1026 0 59675 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 242820

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31095
/proc/meminfo: memFree=1433468/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=1421.97
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61240 0 0 0 141792 405 0 0 25 0 1 0 25041318 248647680 58066 1992294400 4194304 8395647 140737176186576 18446744073709551615 6440946 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58066 623 1026 0 59675 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 242820

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31097
/proc/meminfo: memFree=1433468/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=1481.96
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61240 0 0 0 147777 419 0 0 25 0 1 0 25041318 248647680 58066 1992294400 4194304 8395647 140737176186576 18446744073709551615 6123667 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58066 623 1026 0 59675 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 242820

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31098
/proc/meminfo: memFree=1433716/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=1541.94
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61240 0 0 0 153762 432 0 0 25 0 1 0 25041318 248647680 58066 1992294400 4194304 8395647 140737176186576 18446744073709551615 6440954 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58066 623 1026 0 59675 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 242820

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31099
/proc/meminfo: memFree=1433592/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=1601.94
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61240 0 0 0 159751 443 0 0 25 0 1 0 25041318 248647680 58066 1992294400 4194304 8395647 140737176186576 18446744073709551615 6440906 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58066 623 1026 0 59675 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 242820

[startup+1662.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/107 31104
/proc/meminfo: memFree=1433344/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=1661.92
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61240 0 0 0 165735 457 0 0 25 0 1 0 25041318 248647680 58066 1992294400 4194304 8395647 140737176186576 18446744073709551615 4719881 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58066 623 1026 0 59675 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 242820

[startup+1722.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 31106
/proc/meminfo: memFree=1433344/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=1721.9
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61240 0 0 0 171718 472 0 0 25 0 1 0 25041318 248647680 58066 1992294400 4194304 8395647 140737176186576 18446744073709551615 6440490 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58066 623 1026 0 59675 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 242820

[startup+1782.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 31108
/proc/meminfo: memFree=1433344/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=1781.89
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61240 0 0 0 177705 484 0 0 25 0 1 0 25041318 248647680 58066 1992294400 4194304 8395647 140737176186576 18446744073709551615 6197339 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58066 623 1026 0 59675 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 242820

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31108
/proc/meminfo: memFree=1433344/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=1785.09
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61240 0 0 0 178024 485 0 0 25 0 1 0 25041318 248647680 58066 1992294400 4194304 8395647 140737176186576 18446744073709551615 6123717 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58066 623 1026 0 59675 0
Current children cumulated CPU time (s) 1785.09
Current children cumulated vsize (KiB) 242820

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31108
/proc/meminfo: memFree=1433344/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=1788.29
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61240 0 0 0 178343 486 0 0 25 0 1 0 25041318 248647680 58066 1992294400 4194304 8395647 140737176186576 18446744073709551615 6203364 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58066 623 1026 0 59675 0
Current children cumulated CPU time (s) 1788.29
Current children cumulated vsize (KiB) 242820

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31108
/proc/meminfo: memFree=1433344/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=1789.09
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61240 0 0 0 178423 486 0 0 25 0 1 0 25041318 248647680 58066 1992294400 4194304 8395647 140737176186576 18446744073709551615 6198182 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58066 623 1026 0 59675 0
Current children cumulated CPU time (s) 1789.09
Current children cumulated vsize (KiB) 242820

[startup+1789.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31108
/proc/meminfo: memFree=1433344/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=242820 CPUtime=1789.49
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61240 0 0 0 178463 486 0 0 25 0 1 0 25041318 248647680 58066 1992294400 4194304 8395647 140737176186576 18446744073709551615 6198208 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/31047/statm: 60705 58066 623 1026 0 59675 0
Current children cumulated CPU time (s) 1789.49
Current children cumulated vsize (KiB) 242820

[startup+1790.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 31108
/proc/meminfo: memFree=1433344/2059040 swapFree=4162804/4192956
[pid=31047] ppid=31045 vsize=171184 CPUtime=1789.89
/proc/31047/stat : 31047 (pbscip.linux.x8) R 31045 31047 30686 0 -1 4202496 61247 0 0 0 178502 487 0 0 25 0 1 0 25041318 175292416 41307 1992294400 4194304 8395647 140737176186576 18446744073709551615 6345893 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31047/statm: 42796 41307 604 1026 0 41766 0
Current children cumulated CPU time (s) 1789.89
Current children cumulated vsize (KiB) 171184

Child status: 0
Real time (s): 1790.34
CPU time (s): 1789.94
CPU user time (s): 1785.04
CPU system time (s): 4.89326
CPU usage (%): 99.9776
Max. virtual memory (cumulated for all children) (KiB): 242820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.04
system time used= 4.89326
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61252
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2656

runsolver used 3.24051 second user time and 8.17576 second system time

The end

Launcher Data

Begin job on node030 at 2010-07-08 07:51:39
IDJOB=2703227
IDBENCH=48171
IDSOLVER=1213
FILE ID=node030/2703227-1278568298
PBS_JOBID= 11239550
Free space on /tmp= 62516 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_60_1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2703227-1278568298/watcher-2703227-1278568298 -o /tmp/evaluation-result-2703227-1278568298/solver-2703227-1278568298 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703227-1278568298.opb -t 1800 -m 1800

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

MD5SUM BENCH= 3262a45f0e59552e467da6c31a32418a
RANDOM SEED=1349993497

node030.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.217
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.217
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1666628 kB
Buffers:         66440 kB
Cached:         218120 kB
SwapCached:       1692 kB
Active:         151020 kB
Inactive:       165176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1666628 kB
SwapTotal:     4192956 kB
SwapFree:      4162804 kB
Dirty:           11312 kB
Writeback:           4 kB
AnonPages:       30036 kB
Mapped:          13196 kB
Slab:            54396 kB
PageTables:       4172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179976 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62508 MiB
End job on node030 at 2010-07-08 08:21:29