Trace number 2703226

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.91 1790.34

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_60_3.opb
MD5SUM18e694be8bacc67580164c28dde5ca1c
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-68
Best CPU time to get the best result obtained on this benchmark1800.31
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -71
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 constraint107
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)75294
Sum of products size (including duplicates)150588
Number of different products37647
Sum of products size75294

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-2703226-1278568236.opb>
0.40/0.43	c original problem has 38647 variables (38647 bin, 0 int, 0 impl, 0 cont) and 38647 constraints
0.40/0.43	c problem read
0.40/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) 37647 del vars, 1000 del conss, 37647 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 150588 impls, 0 clqs
2.79/2.88	c    (2.5s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.79/2.88	c    (2.5s) probing aborted: 100/100 successive totally useless probings
2.79/2.89	c presolving (2 rounds):
2.79/2.89	c  37647 deleted vars, 1000 deleted constraints, 37647 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.79/2.89	c  225882 implications, 0 cliques
2.79/2.89	c presolved problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 37647 constraints
2.79/2.89	c   37647 constraints of type <logicor>
2.79/2.89	c transformed objective value is always integral (scale: 1)
2.79/2.89	c Presolving Time: 2.21
2.79/2.89	c - non default parameters ----------------------------------------------------------------------
2.79/2.89	c # SCIP version 1.2.1.3
2.79/2.89	c 
2.79/2.89	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: -1]
2.79/2.89	c conflict/interconss = 0
2.79/2.89	c 
2.79/2.89	c # should binary conflicts be preferred?
2.79/2.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.89	c conflict/preferbinary = TRUE
2.79/2.89	c 
2.79/2.89	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 0]
2.79/2.89	c constraints/agelimit = 1
2.79/2.89	c 
2.79/2.89	c # should enforcement of pseudo solution be disabled?
2.79/2.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.89	c constraints/disableenfops = TRUE
2.79/2.89	c 
2.79/2.89	c # frequency for displaying node information lines
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 100]
2.79/2.89	c display/freq = 10000
2.79/2.89	c 
2.79/2.89	c # maximal time in seconds to run
2.79/2.89	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.79/2.89	c limits/time = 1789.57
2.79/2.89	c 
2.79/2.89	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.79/2.89	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.79/2.89	c limits/memory = 1620
2.79/2.89	c 
2.79/2.89	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
2.79/2.89	c # [type: int, range: [-1,2147483647], default: 1]
2.79/2.89	c lp/solvefreq = 0
2.79/2.89	c 
2.79/2.89	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.89	c # [type: char, range: {lafpsqd}, default: l]
2.79/2.89	c lp/pricing = a
2.79/2.89	c 
2.79/2.89	c # default clock type (1: CPU user seconds, 2: wall clock time)
2.79/2.89	c # [type: int, range: [1,2], default: 1]
2.79/2.89	c timing/clocktype = 2
2.79/2.89	c 
2.79/2.89	c # should presolving try to simplify inequalities
2.79/2.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.89	c constraints/linear/simplifyinequalities = TRUE
2.79/2.89	c 
2.79/2.89	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
2.79/2.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.89	c constraints/indicator/addCouplingCons = TRUE
2.79/2.89	c 
2.79/2.89	c # should presolving try to simplify knapsacks
2.79/2.89	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.79/2.89	c constraints/knapsack/simplifyinequalities = TRUE
2.79/2.89	c 
2.79/2.89	c # priority of node selection rule <dfs> in standard mode
2.79/2.89	c # [type: int, range: [-536870912,536870911], default: 0]
2.79/2.89	c nodeselection/dfs/stdpriority = 1000000
2.79/2.89	c 
2.79/2.89	c -----------------------------------------------------------------------------------------------
2.79/2.89	c start solving
2.79/2.89	c 
4.69/4.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.69/4.79	c t 4.4s|     1 |     0 |  1061 |     - | 101M|   0 |1000 |1000 |  37k|1000 |  37k|   0 |   0 |   0 |-5.000000e+02 | 0.000000e+00 | 100.00%
4.79/4.88	o -1
4.79/4.88	c R 4.4s|     1 |     0 |  1061 |     - | 101M|   0 |1000 |1000 |  37k|1000 |  37k|   0 |   0 |   0 |-5.000000e+02 |-1.000000e+00 |  99.80%
4.89/4.99	o -2
4.89/4.99	c s 4.6s|     1 |     0 |  1061 |     - | 101M|   0 |1000 |1000 |  37k|1000 |  37k|   0 |   0 |   0 |-5.000000e+02 |-2.000000e+00 |  99.60%
6.89/6.99	c   6.6s|     1 |     0 |  1184 |     - | 101M|   0 | 992 |1000 |  37k|1000 |  37k|   6 |   0 |   0 |-4.960000e+02 |-2.000000e+00 |  99.60%
6.99/7.03	o -51
6.99/7.03	c b 6.6s|     1 |     0 |  1184 |     - | 101M|   0 | 992 |1000 |  37k|1000 |  37k|   6 |   0 |   0 |-4.960000e+02 |-5.100000e+01 |  89.72%
9.08/9.12	c   8.7s|     1 |     0 |  1284 |     - | 101M|   0 | 984 |1000 |  37k|1000 |  37k|  12 |   0 |   0 |-4.920000e+02 |-5.100000e+01 |  89.63%
11.79/11.80	c  11.4s|     1 |     0 |  1454 |     - | 101M|   0 | 977 |1000 |  37k|1000 |  37k|  20 |   0 |   0 |-4.885000e+02 |-5.100000e+01 |  89.56%
14.38/14.42	c  14.0s|     1 |     0 |  1609 |     - | 101M|   0 | 969 |1000 |  37k|1000 |  37k|  26 |   0 |   0 |-4.845000e+02 |-5.100000e+01 |  89.47%
16.99/17.06	c  16.6s|     1 |     0 |  1752 |     - | 101M|   0 | 960 |1000 |  37k|1000 |  37k|  34 |   0 |   0 |-4.800000e+02 |-5.100000e+01 |  89.38%
19.99/20.05	c  19.6s|     1 |     0 |  1959 |     - | 101M|   0 | 952 |1000 |  37k|1000 |  37k|  44 |   0 |   0 |-4.760000e+02 |-5.100000e+01 |  89.29%
23.28/23.39	c  23.0s|     1 |     0 |  2175 |     - | 101M|   0 | 945 |1000 |  37k|1000 |  37k|  51 |   0 |   0 |-4.725000e+02 |-5.100000e+01 |  89.21%
26.89/26.99	c  26.6s|     1 |     0 |  2427 |     - | 101M|   0 | 937 |1000 |  37k|1000 |  37k|  58 |   0 |   0 |-4.685000e+02 |-5.100000e+01 |  89.11%
29.99/30.05	c  29.6s|     1 |     0 |  2564 |     - | 101M|   0 | 932 |1000 |  37k|1000 |  37k|  61 |   0 |   0 |-4.660000e+02 |-5.100000e+01 |  89.06%
33.18/33.27	c  32.8s|     1 |     0 |  2745 |     - | 101M|   0 | 926 |1000 |  37k|1000 |  37k|  69 |   0 |   0 |-4.630000e+02 |-5.100000e+01 |  88.98%
35.58/35.63	c  35.2s|     1 |     0 |  2936 |     - | 101M|   0 | 919 |1000 |  37k|1000 |1303 |  76 |   0 |   0 |-4.595000e+02 |-5.100000e+01 |  88.90%
35.88/35.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.88/35.99	c  35.6s|     1 |     0 |  3184 |     - | 101M|   0 | 868 |1000 |  37k|1000 |1312 |  85 |   0 |   0 |-4.570000e+02 |-5.100000e+01 |  88.84%
36.69/36.71	c  36.3s|     1 |     0 |  3620 |     - | 102M|   0 | 882 |1000 |  37k|1000 |2713 |1486 |   0 |   0 |-4.530000e+02 |-5.100000e+01 |  88.74%
37.29/37.34	c  36.9s|     1 |     0 |  4118 |     - | 102M|   0 | 889 |1000 |  37k|1000 |3499 |2272 |   0 |   0 |-4.495000e+02 |-5.100000e+01 |  88.65%
38.18/38.22	c  37.8s|     1 |     0 |  4777 |     - | 102M|   0 | 887 |1000 |  37k|1000 |3827 |2600 |   0 |   0 |-4.465000e+02 |-5.100000e+01 |  88.58%
38.68/38.79	c  38.4s|     1 |     0 |  5117 |     - | 102M|   0 | 878 |1000 |  37k|1000 |4005 |2778 |   0 |   0 |-4.450000e+02 |-5.100000e+01 |  88.54%
39.68/39.76	c  39.3s|     1 |     0 |  5879 |     - | 103M|   0 | 881 |1000 |  37k|1000 |3978 |3129 |   0 |   0 |-4.420000e+02 |-5.100000e+01 |  88.46%
40.38/40.41	c  40.0s|     1 |     0 |  6374 |     - | 103M|   0 | 911 |1000 |  37k|1000 |4085 |3236 |   0 |   0 |-4.396667e+02 |-5.100000e+01 |  88.40%
44.08/44.16	c  43.7s|     1 |     0 |  6738 |     - | 103M|   0 | 876 |1000 |  37k|1000 |6085 |5236 |   0 |   0 |-4.380000e+02 |-5.100000e+01 |  88.36%
44.89/44.98	c  44.5s|     1 |     0 |  7176 |     - | 103M|   0 | 870 |1000 |  37k|1000 |6092 |5243 |   0 |   0 |-4.350000e+02 |-5.100000e+01 |  88.28%
45.78/45.88	c  45.4s|     1 |     0 |  7738 |     - | 103M|   0 | 861 |1000 |  37k|1000 |6098 |5249 |   0 |   0 |-4.325000e+02 |-5.100000e+01 |  88.21%
46.78/46.83	c  46.4s|     1 |     0 |  8317 |     - | 103M|   0 | 864 |1000 |  37k|1000 |6211 |5362 |   0 |   0 |-4.305000e+02 |-5.100000e+01 |  88.15%
47.78/47.83	c  47.4s|     1 |     0 |  9056 |     - | 103M|   0 | 859 |1000 |  37k|1000 |4741 |5369 |   0 |   0 |-4.280000e+02 |-5.100000e+01 |  88.08%
48.48/48.57	c  48.1s|     1 |     0 |  9635 |     - | 103M|   0 | 852 |1000 |  37k|1000 |4800 |5428 |   0 |   0 |-4.250000e+02 |-5.100000e+01 |  88.00%
49.49/49.58	c  49.2s|     1 |     0 | 10626 |     - | 103M|   0 | 836 |1000 |  37k|1000 |4849 |5477 |   0 |   0 |-4.240000e+02 |-5.100000e+01 |  87.97%
50.28/50.32	c  49.9s|     1 |     0 | 11087 |     - | 103M|   0 | 846 |1000 |  37k|1000 |5168 |5796 |   0 |   0 |-4.235000e+02 |-5.100000e+01 |  87.96%
50.78/50.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.78/50.87	c  50.4s|     1 |     0 | 11434 |     - | 103M|   0 | 845 |1000 |  37k|1000 |5234 |5862 |   0 |   0 |-4.222500e+02 |-5.100000e+01 |  87.92%
51.88/51.98	c  51.5s|     1 |     0 | 12538 |     - | 103M|   0 | 847 |1000 |  37k|1000 |5343 |5971 |   0 |   0 |-4.201000e+02 |-5.100000e+01 |  87.86%
53.18/53.21	c  52.8s|     1 |     0 | 13558 |     - | 103M|   0 | 830 |1000 |  37k|1000 |3866 |6312 |   0 |   0 |-4.160000e+02 |-5.100000e+01 |  87.74%
53.68/53.74	c  53.3s|     1 |     0 | 14010 |     - | 104M|   0 | 811 |1000 |  37k|1000 |4038 |6484 |   0 |   0 |-4.140000e+02 |-5.100000e+01 |  87.68%
54.48/54.53	c  54.1s|     1 |     0 | 14613 |     - | 104M|   0 | 819 |1000 |  37k|1000 |4652 |7098 |   0 |   0 |-4.115000e+02 |-5.100000e+01 |  87.61%
55.08/55.17	c  54.7s|     1 |     0 | 15083 |     - | 104M|   0 | 818 |1000 |  37k|1000 |4753 |7199 |   0 |   0 |-4.110000e+02 |-5.100000e+01 |  87.59%
56.09/56.12	c  55.7s|     1 |     0 | 16174 |     - | 104M|   0 | 807 |1000 |  37k|1000 |4890 |7336 |   0 |   0 |-4.095000e+02 |-5.100000e+01 |  87.55%
56.98/57.09	c  56.7s|     1 |     0 | 16968 |     - | 104M|   0 | 805 |1000 |  37k|1000 |5285 |7731 |   0 |   0 |-4.085000e+02 |-5.100000e+01 |  87.52%
57.98/58.05	c  57.6s|     1 |     0 | 17826 |     - | 104M|   0 | 804 |1000 |  37k|1000 |5227 |8059 |   0 |   0 |-4.070000e+02 |-5.100000e+01 |  87.47%
58.88/58.98	c  58.5s|     1 |     0 | 18793 |     - | 104M|   0 | 812 |1000 |  37k|1000 |5525 |8357 |   0 |   0 |-4.060000e+02 |-5.100000e+01 |  87.44%
59.88/59.93	c  59.5s|     1 |     0 | 19750 |     - | 105M|   0 | 855 |1000 |  37k|1000 |5531 |8363 |   0 |   0 |-4.031429e+02 |-5.100000e+01 |  87.35%
63.28/63.30	c  62.9s|     1 |     0 | 19951 |     - | 105M|   0 | 806 |1000 |  37k|1000 |7531 |  10k|   0 |   0 |-4.030000e+02 |-5.100000e+01 |  87.34%
64.38/64.47	c  64.0s|     1 |     0 | 20545 |     - | 105M|   0 | 809 |1000 |  37k|1000 |7537 |  10k|   0 |   0 |-4.020000e+02 |-5.100000e+01 |  87.31%
65.58/65.60	c  65.2s|     1 |     0 | 21186 |     - | 105M|   0 | 799 |1000 |  37k|1000 |7542 |  10k|   0 |   0 |-3.995000e+02 |-5.100000e+01 |  87.23%
66.98/67.01	c  66.6s|     1 |     0 | 21912 |     - | 105M|   0 | 798 |1000 |  37k|1000 |5941 |  10k|   0 |   0 |-3.985000e+02 |-5.100000e+01 |  87.20%
67.97/68.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.97/68.09	c  67.7s|     1 |     0 | 22571 |     - | 105M|   0 | 789 |1000 |  37k|1000 |5996 |  10k|   0 |   0 |-3.965000e+02 |-5.100000e+01 |  87.14%
69.07/69.13	c  68.7s|     1 |     0 | 23428 |     - | 105M|   0 | 788 |1000 |  37k|1000 |6101 |  10k|   0 |   0 |-3.950000e+02 |-5.100000e+01 |  87.09%
70.18/70.28	c  69.8s|     1 |     0 | 24138 |     - | 105M|   0 | 789 |1000 |  37k|1000 |6166 |  10k|   0 |   0 |-3.925000e+02 |-5.100000e+01 |  87.01%
71.07/71.10	c  70.7s|     1 |     0 | 24544 |     - | 105M|   0 | 778 |1000 |  37k|1000 |6426 |  10k|   0 |   0 |-3.920000e+02 |-5.100000e+01 |  86.99%
71.98/72.05	c  71.6s|     1 |     0 | 25104 |     - | 105M|   0 | 782 |1000 |  37k|1000 |6598 |  11k|   0 |   0 |-3.910000e+02 |-5.100000e+01 |  86.96%
73.08/73.15	c  72.7s|     1 |     0 | 25882 |     - | 105M|   0 | 774 |1000 |  37k|1000 |5342 |  11k|   0 |   0 |-3.900000e+02 |-5.100000e+01 |  86.92%
73.97/74.08	c  73.7s|     1 |     0 | 26614 |     - | 105M|   0 | 762 |1000 |  37k|1000 |5500 |  11k|   0 |   0 |-3.880000e+02 |-5.100000e+01 |  86.86%
75.18/75.25	c  74.8s|     1 |     0 | 27725 |     - | 105M|   0 | 796 |1000 |  37k|1000 |5869 |  11k|   0 |   0 |-3.851250e+02 |-5.100000e+01 |  86.76%
76.28/76.33	c  75.9s|     1 |     0 | 28340 |     - | 106M|   0 | 767 |1000 |  37k|1000 |6793 |  12k|   0 |   0 |-3.835000e+02 |-5.100000e+01 |  86.70%
77.37/77.47	c  77.0s|     1 |     0 | 29066 |     - | 106M|   0 | 763 |1000 |  37k|1000 |6800 |  12k|   0 |   0 |-3.815000e+02 |-5.100000e+01 |  86.63%
78.57/78.61	c  78.2s|     1 |     0 | 29746 |     - | 106M|   0 | 757 |1000 |  37k|1000 |6811 |  12k|   0 |   0 |-3.805000e+02 |-5.100000e+01 |  86.60%
79.47/79.52	c  79.1s|     1 |     0 | 30295 |     - | 106M|   0 | 755 |1000 |  37k|1000 |6610 |  12k|   0 |   0 |-3.785000e+02 |-5.100000e+01 |  86.53%
80.67/80.78	c  80.3s|     1 |     0 | 31290 |     - | 106M|   0 | 766 |1000 |  37k|1000 |6660 |  12k|   0 |   0 |-3.772500e+02 |-5.100000e+01 |  86.48%
81.67/81.77	c  81.3s|     1 |     0 | 32055 |     - | 106M|   0 | 752 |1000 |  37k|1000 |6822 |  12k|   0 |   0 |-3.760000e+02 |-5.100000e+01 |  86.44%
83.27/83.34	c  82.9s|     1 |     0 | 33100 |     - | 106M|   0 | 732 |1000 |  37k|1000 |6831 |  12k|   0 |   0 |-3.740000e+02 |-5.100000e+01 |  86.36%
84.27/84.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
84.27/84.32	c  83.9s|     1 |     0 | 33775 |     - | 106M|   0 | 744 |1000 |  37k|1000 |7221 |  13k|   0 |   0 |-3.720000e+02 |-5.100000e+01 |  86.29%
85.07/85.18	c  84.8s|     1 |     0 | 34390 |     - | 106M|   0 | 731 |1000 |  37k|1000 |7228 |  13k|   0 |   0 |-3.705000e+02 |-5.100000e+01 |  86.23%
86.27/86.35	c  85.9s|     1 |     0 | 35164 |     - | 106M|   0 | 739 |1000 |  37k|1000 |6632 |  13k|   0 |   0 |-3.695000e+02 |-5.100000e+01 |  86.20%
87.17/87.26	c  86.8s|     1 |     0 | 35701 |     - | 106M|   0 | 736 |1000 |  37k|1000 |6640 |  13k|   0 |   0 |-3.690000e+02 |-5.100000e+01 |  86.18%
88.37/88.40	c  88.0s|     1 |     0 | 36499 |     - | 106M|   0 | 735 |1000 |  37k|1000 |6701 |  13k|   0 |   0 |-3.685000e+02 |-5.100000e+01 |  86.16%
89.87/89.93	c  89.5s|     1 |     0 | 37588 |     - | 106M|   0 | 733 |1000 |  37k|1000 |6753 |  13k|   0 |   0 |-3.675000e+02 |-5.100000e+01 |  86.12%
91.57/91.68	c  91.2s|     1 |     0 | 39106 |     - | 106M|   0 | 724 |1000 |  37k|1000 |6810 |  13k|   0 |   0 |-3.660000e+02 |-5.100000e+01 |  86.07%
92.97/93.00	c  92.6s|     1 |     0 | 40091 |     - | 106M|   0 | 760 |1000 |  37k|1000 |7019 |  13k|   0 |   0 |-3.640000e+02 |-5.100000e+01 |  85.99%
94.17/94.23	c  93.8s|     1 |     0 | 40859 |     - | 107M|   0 | 727 |1000 |  37k|1000 |6230 |  14k|   0 |   0 |-3.635000e+02 |-5.100000e+01 |  85.97%
94.87/94.90	c  94.5s|     1 |     0 | 41210 |     - | 107M|   0 | 726 |1000 |  37k|1000 |6237 |  14k|   0 |   0 |-3.630000e+02 |-5.100000e+01 |  85.95%
96.16/96.26	c  95.8s|     1 |     0 | 42128 |     - | 107M|   0 | 722 |1000 |  37k|1000 |6242 |  14k|   0 |   0 |-3.620000e+02 |-5.100000e+01 |  85.91%
97.27/97.31	c  96.9s|     1 |     0 | 42922 |     - | 107M|   0 | 722 |1000 |  37k|1000 |6286 |  14k|   0 |   0 |-3.612500e+02 |-5.100000e+01 |  85.88%
98.87/98.90	c  98.5s|     1 |     0 | 44075 |     - | 107M|   0 | 728 |1000 |  37k|1000 |6512 |  14k|   0 |   0 |-3.595000e+02 |-5.100000e+01 |  85.81%
99.97/100.04	c  99.6s|     1 |     0 | 44837 |     - | 107M|   0 | 717 |1000 |  37k|1000 |6520 |  14k|   0 |   0 |-3.585000e+02 |-5.100000e+01 |  85.77%
101.37/101.42	c   101s|     1 |     0 | 45727 |     - | 107M|   0 | 719 |1000 |  37k|1000 |5924 |  14k|   0 |   0 |-3.570000e+02 |-5.100000e+01 |  85.71%
102.17/102.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
102.17/102.24	c   102s|     1 |     0 | 46303 |     - | 107M|   0 | 713 |1000 |  37k|1000 |5931 |  14k|   0 |   0 |-3.565000e+02 |-5.100000e+01 |  85.69%
103.57/103.66	c   103s|     1 |     0 | 47249 |     - | 107M|   0 | 712 |1000 |  37k|1000 |5943 |  14k|   0 |   0 |-3.560000e+02 |-5.100000e+01 |  85.67%
104.86/104.98	c   105s|     1 |     0 | 48262 |     - | 107M|   0 | 709 |1000 |  37k|1000 |5957 |  14k|   0 |   0 |-3.555000e+02 |-5.100000e+01 |  85.65%
106.16/106.26	c   106s|     1 |     0 | 49176 |     - | 107M|   0 | 739 |1000 |  37k|1000 |6010 |  14k|   0 |   0 |-3.550000e+02 |-5.100000e+01 |  85.63%
108.37/108.40	c   108s|     1 |     0 | 51018 |     - | 107M|   0 | 707 |1000 |  37k|1000 |6337 |  14k|   0 |   0 |-3.545000e+02 |-5.100000e+01 |  85.61%
109.47/109.55	c   109s|     1 |     0 | 51747 |     - | 107M|   0 | 734 |1000 |  37k|1000 |5782 |  14k|   0 |   0 |-3.540000e+02 |-5.100000e+01 |  85.59%
111.16/111.27	c   111s|     1 |     0 | 53063 |     - | 107M|   0 | 690 |1000 |  37k|1000 |5846 |  14k|   0 |   0 |-3.540000e+02 |-5.100000e+01 |  85.59%
112.76/112.89	c   112s|     1 |     0 | 54215 |     - | 108M|   0 | 733 |1000 |  37k|1000 |6280 |  15k|   0 |   0 |-3.526667e+02 |-5.100000e+01 |  85.54%
114.07/114.18	c   114s|     1 |     0 | 55162 |     - | 108M|   0 | 727 |1000 |  37k|1000 |6439 |  15k|   0 |   0 |-3.522708e+02 |-5.100000e+01 |  85.52%
117.76/117.85	c   117s|     1 |     0 | 57789 |     - | 109M|   0 | 733 |1000 |  37k|1000 |6611 |  15k|   0 |   0 |-3.512500e+02 |-5.100000e+01 |  85.48%
120.87/120.94	c   121s|     1 |     0 | 60131 |     - | 109M|   0 | 755 |1000 |  37k|1000 |6686 |  15k|   0 |   0 |-3.492697e+02 |-5.100000e+01 |  85.40%
123.56/123.62	c   123s|     1 |     0 | 61892 |     - | 110M|   0 | 743 |1000 |  37k|1000 |7084 |  16k|   0 |   0 |-3.475476e+02 |-5.100000e+01 |  85.33%
125.56/125.66	c   125s|     1 |     0 | 63427 |     - | 110M|   0 | 704 |1000 |  37k|1000 |7171 |  16k|   0 |   0 |-3.457500e+02 |-5.100000e+01 |  85.25%
127.76/127.85	c   127s|     1 |     0 | 64889 |     - | 111M|   0 | 783 |1000 |  37k|1000 |7184 |  16k|   0 |   0 |-3.448571e+02 |-5.100000e+01 |  85.21%
129.96/130.02	c   130s|     1 |     0 | 66235 |     - | 111M|   0 | 742 |1000 |  37k|1000 |7519 |  16k|   0 |   0 |-3.430500e+02 |-5.100000e+01 |  85.13%
132.16/132.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
132.16/132.26	c   132s|     1 |     0 | 67673 |     - | 111M|   0 | 760 |1000 |  37k|1000 |7682 |  17k|   0 |   0 |-3.418519e+02 |-5.100000e+01 |  85.08%
134.76/134.86	c   134s|     1 |     0 | 69406 |     - | 112M|   0 | 753 |1000 |  37k|1000 |7810 |  17k|   0 |   0 |-3.403929e+02 |-5.100000e+01 |  85.02%
136.96/137.10	c   137s|     1 |     0 | 70675 |     - | 112M|   0 | 778 |1000 |  37k|1000 |7290 |  17k|   0 |   0 |-3.396288e+02 |-5.100000e+01 |  84.98%
138.66/138.79	c   138s|     1 |     0 | 71535 |     - | 114M|   0 | 777 |1000 |  37k|1000 |7373 |  17k|   0 |   0 |-3.389972e+02 |-5.100000e+01 |  84.96%
141.56/141.67	c   141s|     1 |     0 | 73066 |     - | 114M|   0 | 778 |1000 |  37k|1000 |7490 |  17k|   0 |   0 |-3.377284e+02 |-5.100000e+01 |  84.90%
143.46/143.55	c   143s|     1 |     0 | 73975 |     - | 115M|   0 | 779 |1000 |  37k|1000 |7556 |  17k|   0 |   0 |-3.369972e+02 |-5.100000e+01 |  84.87%
145.76/145.82	c   145s|     1 |     0 | 75112 |     - | 116M|   0 | 772 |1000 |  37k|1000 |7669 |  17k|   0 |   0 |-3.357808e+02 |-5.100000e+01 |  84.81%
148.96/149.09	c   149s|     1 |     0 | 76875 |     - | 117M|   0 | 765 |1000 |  37k|1000 |7738 |  17k|   0 |   0 |-3.343547e+02 |-5.100000e+01 |  84.75%
151.86/151.91	c   151s|     1 |     0 | 78377 |     - | 119M|   0 | 770 |1000 |  37k|1000 |7021 |  17k|   0 |   0 |-3.330812e+02 |-5.100000e+01 |  84.69%
154.16/154.28	c   154s|     1 |     0 | 79618 |     - | 120M|   0 | 779 |1000 |  37k|1000 |7061 |  17k|   0 |   0 |-3.321854e+02 |-5.100000e+01 |  84.65%
156.16/156.28	c   156s|     1 |     0 | 80624 |     - | 122M|   0 | 774 |1000 |  37k|1000 |7155 |  18k|   0 |   0 |-3.315519e+02 |-5.100000e+01 |  84.62%
158.55/158.60	c   158s|     1 |     0 | 81975 |     - | 123M|   0 | 771 |1000 |  37k|1000 |7250 |  18k|   0 |   0 |-3.303311e+02 |-5.100000e+01 |  84.56%
160.75/160.86	c   160s|     1 |     0 | 83069 |     - | 125M|   0 | 786 |1000 |  37k|1000 |7262 |  18k|   0 |   0 |-3.293913e+02 |-5.100000e+01 |  84.52%
163.76/163.83	c   163s|     1 |     0 | 84387 |     - | 126M|   0 | 783 |1000 |  37k|1000 |7271 |  18k|   0 |   0 |-3.283970e+02 |-5.100000e+01 |  84.47%
167.05/167.19	c   167s|     1 |     0 | 85770 |     - | 126M|   0 | 775 |1000 |  37k|1000 |6766 |  18k|   0 |   0 |-3.274330e+02 |-5.100000e+01 |  84.42%
170.46/170.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
170.46/170.52	c   170s|     1 |     0 | 87578 |     - | 126M|   0 | 774 |1000 |  37k|1000 |6821 |  18k|   0 |   0 |-3.256540e+02 |-5.100000e+01 |  84.34%
174.15/174.26	c   174s|     1 |     0 | 89495 |     - | 126M|   0 | 802 |1000 |  37k|1000 |6865 |  18k|   0 |   0 |-3.240537e+02 |-5.100000e+01 |  84.26%
178.55/178.68	c   178s|     1 |     0 | 91110 |     - | 126M|   0 | 780 |1000 |  37k|1000 |7209 |  18k|   0 |   0 |-3.229022e+02 |-5.100000e+01 |  84.21%
182.55/182.69	c   182s|     1 |     0 | 92842 |     - | 126M|   0 | 792 |1000 |  37k|1000 |7302 |  18k|   0 |   0 |-3.217990e+02 |-5.100000e+01 |  84.15%
186.35/186.45	c   186s|     1 |     0 | 94469 |     - | 127M|   0 | 793 |1000 |  37k|1000 |7370 |  18k|   0 |   0 |-3.212981e+02 |-5.100000e+01 |  84.13%
190.64/190.79	c   190s|     1 |     0 | 96358 |     - | 127M|   0 | 806 |1000 |  37k|1000 |7097 |  19k|   0 |   0 |-3.197800e+02 |-5.100000e+01 |  84.05%
195.65/195.78	c   195s|     1 |     0 | 98132 |     - | 127M|   0 | 781 |1000 |  37k|1000 |7510 |  19k|   0 |   0 |-3.180311e+02 |-5.100000e+01 |  83.96%
199.65/199.75	c   199s|     1 |     0 | 99804 |     - | 127M|   0 | 782 |1000 |  37k|1000 |7675 |  19k|   0 |   0 |-3.164700e+02 |-5.100000e+01 |  83.88%
202.84/202.90	c   202s|     1 |     0 |101191 |     - | 129M|   0 | 781 |1000 |  37k|1000 |7942 |  19k|   0 |   0 |-3.157680e+02 |-5.100000e+01 |  83.85%
207.24/207.36	c   207s|     1 |     0 |103075 |     - | 129M|   0 | 777 |1000 |  37k|1000 |8019 |  19k|   0 |   0 |-3.143995e+02 |-5.100000e+01 |  83.78%
211.16/211.23	c   211s|     1 |     0 |104531 |     - | 129M|   0 | 783 |1000 |  37k|1000 |8030 |  19k|   0 |   0 |-3.137877e+02 |-5.100000e+01 |  83.75%
217.24/217.37	c   217s|     1 |     0 |107023 |     - | 129M|   0 | 778 |1000 |  37k|1000 |7939 |  20k|   0 |   0 |-3.122073e+02 |-5.100000e+01 |  83.66%
223.64/223.72	c   223s|     1 |     0 |108497 |     - | 130M|   0 | 812 |1000 |  37k|1000 |7980 |  20k|   0 |   0 |-3.112976e+02 |-5.100000e+01 |  83.62%
229.74/229.82	c   229s|     1 |     0 |110800 |     - | 130M|   0 | 788 |1000 |  37k|1000 |7995 |  20k|   0 |   0 |-3.100708e+02 |-5.100000e+01 |  83.55%
236.24/236.36	c   236s|     1 |     0 |113611 |     - | 131M|   0 | 796 |1000 |  37k|1000 |8176 |  20k|   0 |   0 |-3.076976e+02 |-5.100000e+01 |  83.43%
242.54/242.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
242.54/242.68	c   242s|     1 |     0 |116189 |     - | 131M|   0 | 811 |1000 |  37k|1000 |8301 |  20k|   0 |   0 |-3.060385e+02 |-5.100000e+01 |  83.34%
248.34/248.41	c   248s|     1 |     0 |118162 |     - | 131M|   0 | 812 |1000 |  37k|1000 |8559 |  20k|   0 |   0 |-3.051054e+02 |-5.100000e+01 |  83.28%
253.43/253.58	c   253s|     1 |     0 |119603 |     - | 131M|   0 | 812 |1000 |  37k|1000 |7951 |  20k|   0 |   0 |-3.046193e+02 |-5.100000e+01 |  83.26%
259.63/259.71	c   259s|     1 |     0 |121812 |     - | 131M|   0 | 801 |1000 |  37k|1000 |8091 |  20k|   0 |   0 |-3.026657e+02 |-5.100000e+01 |  83.15%
265.63/265.76	c   265s|     1 |     0 |124025 |     - | 131M|   0 | 827 |1000 |  37k|1000 |8124 |  21k|   0 |   0 |-3.015467e+02 |-5.100000e+01 |  83.09%
272.92/273.01	c   273s|     1 |     0 |126235 |     - | 131M|   0 | 810 |1000 |  37k|1000 |8299 |  21k|   0 |   0 |-3.005430e+02 |-5.100000e+01 |  83.03%
280.03/280.15	c   280s|     1 |     0 |128697 |     - | 131M|   0 | 819 |1000 |  37k|1000 |8339 |  21k|   0 |   0 |-2.986167e+02 |-5.100000e+01 |  82.92%
285.53/285.69	c   285s|     1 |     0 |130083 |     - | 131M|   0 | 830 |1000 |  37k|1000 |8398 |  21k|   0 |   0 |-2.981048e+02 |-5.100000e+01 |  82.89%
291.72/291.87	c   291s|     1 |     0 |131640 |     - | 131M|   0 | 839 |1000 |  37k|1000 |8064 |  21k|   0 |   0 |-2.972069e+02 |-5.100000e+01 |  82.84%
298.92/299.04	c   299s|     1 |     0 |133699 |     - | 131M|   0 | 822 |1000 |  37k|1000 |8132 |  21k|   0 |   0 |-2.959385e+02 |-5.100000e+01 |  82.77%
305.42/305.52	c   305s|     1 |     0 |135546 |     - | 131M|   0 | 828 |1000 |  37k|1000 |8297 |  21k|   0 |   0 |-2.953155e+02 |-5.100000e+01 |  82.73%
313.82/313.95	c   314s|     1 |     0 |138196 |     - | 131M|   0 | 831 |1000 |  37k|1000 |8354 |  21k|   0 |   0 |-2.936872e+02 |-5.100000e+01 |  82.63%
320.03/320.17	c   320s|     1 |     0 |140103 |     - | 131M|   0 | 831 |1000 |  37k|1000 |8398 |  21k|   0 |   0 |-2.925936e+02 |-5.100000e+01 |  82.57%
327.62/327.80	c   327s|     1 |     0 |142203 |     - | 130M|   0 | 838 |1000 |  37k|1000 |8546 |  21k|   0 |   0 |-2.915933e+02 |-5.100000e+01 |  82.51%
334.41/334.55	c   334s|     1 |     0 |143881 |     - | 130M|   0 | 825 |1000 |  37k|1000 |8135 |  21k|   0 |   0 |-2.907187e+02 |-5.100000e+01 |  82.46%
340.41/340.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
340.41/340.54	c   340s|     1 |     0 |145427 |     - | 130M|   0 | 840 |1000 |  37k|1000 |8183 |  21k|   0 |   0 |-2.899897e+02 |-5.100000e+01 |  82.41%
346.71/346.80	c   346s|     1 |     0 |146879 |     - | 130M|   0 | 839 |1000 |  37k|1000 |8284 |  22k|   0 |   0 |-2.891754e+02 |-5.100000e+01 |  82.36%
353.71/353.81	c   353s|     1 |     0 |148571 |     - | 130M|   0 | 847 |1000 |  37k|1000 |8429 |  22k|   0 |   0 |-2.883374e+02 |-5.100000e+01 |  82.31%
360.51/360.60	c   360s|     1 |     0 |150215 |     - | 130M|   0 | 856 |1000 |  37k|1000 |8458 |  22k|   0 |   0 |-2.874428e+02 |-5.100000e+01 |  82.26%
367.51/367.60	c   367s|     1 |     0 |151845 |     - | 130M|   0 | 848 |1000 |  37k|1000 |8499 |  22k|   0 |   0 |-2.867083e+02 |-5.100000e+01 |  82.21%
375.21/375.31	c   375s|     1 |     0 |153845 |     - | 130M|   0 | 842 |1000 |  37k|1000 |8217 |  22k|   0 |   0 |-2.858506e+02 |-5.100000e+01 |  82.16%
383.60/383.70	c   383s|     1 |     0 |156232 |     - | 130M|   0 | 850 |1000 |  37k|1000 |8320 |  22k|   0 |   0 |-2.847126e+02 |-5.100000e+01 |  82.09%
391.51/391.66	c   391s|     1 |     0 |158055 |     - | 130M|   0 | 851 |1000 |  37k|1000 |8366 |  22k|   0 |   0 |-2.838488e+02 |-5.100000e+01 |  82.03%
399.21/399.36	c   399s|     1 |     0 |159898 |     - | 130M|   0 | 863 |1000 |  37k|1000 |8426 |  22k|   0 |   0 |-2.833019e+02 |-5.100000e+01 |  82.00%
409.40/409.57	c   409s|     1 |     0 |162182 |     - | 130M|   0 | 861 |1000 |  37k|1000 |8505 |  22k|   0 |   0 |-2.822268e+02 |-5.100000e+01 |  81.93%
418.19/418.38	c   418s|     1 |     0 |163583 |     - | 130M|   0 | 861 |1000 |  37k|1000 |8594 |  22k|   0 |   0 |-2.817846e+02 |-5.100000e+01 |  81.90%
429.59/429.79	c   429s|     1 |     0 |166052 |     - | 130M|   0 | 880 |1000 |  37k|1000 |8365 |  22k|   0 |   0 |-2.806371e+02 |-5.100000e+01 |  81.83%
439.59/439.77	c   439s|     1 |     0 |167674 |     - | 130M|   0 | 870 |1000 |  37k|1000 |8418 |  22k|   0 |   0 |-2.800688e+02 |-5.100000e+01 |  81.79%
451.48/451.67	c   451s|     1 |     0 |170011 |     - | 130M|   0 | 876 |1000 |  37k|1000 |8493 |  22k|   0 |   0 |-2.790966e+02 |-5.100000e+01 |  81.73%
461.58/461.71	c   461s|     1 |     0 |171758 |     - | 130M|   0 | 872 |1000 |  37k|1000 |8532 |  22k|   0 |   0 |-2.786367e+02 |-5.100000e+01 |  81.70%
471.69/471.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
471.69/471.85	c   471s|     1 |     0 |173398 |     - | 130M|   0 | 884 |1000 |  37k|1000 |8556 |  23k|   0 |   0 |-2.781497e+02 |-5.100000e+01 |  81.66%
482.48/482.68	c   482s|     1 |     0 |174698 |     - | 130M|   0 | 875 |1000 |  37k|1000 |8916 |  23k|   0 |   0 |-2.777540e+02 |-5.100000e+01 |  81.64%
492.98/493.10	c   493s|     1 |     0 |176395 |     - | 130M|   0 | 869 |1000 |  37k|1000 |8635 |  23k|   0 |   0 |-2.771495e+02 |-5.100000e+01 |  81.60%
504.27/504.40	c   504s|     1 |     0 |178417 |     - | 130M|   0 | 882 |1000 |  37k|1000 |8656 |  23k|   0 |   0 |-2.762736e+02 |-5.100000e+01 |  81.54%
516.47/516.62	c   516s|     1 |     0 |180691 |     - | 130M|   0 | 876 |1000 |  37k|1000 |8684 |  23k|   0 |   0 |-2.756439e+02 |-5.100000e+01 |  81.50%
528.98/529.17	c   529s|     1 |     0 |182956 |     - | 130M|   0 | 888 |1000 |  37k|1000 |8747 |  23k|   0 |   0 |-2.745271e+02 |-5.100000e+01 |  81.42%
543.07/543.25	c   543s|     1 |     0 |185732 |     - | 130M|   0 | 882 |1000 |  37k|1000 |8892 |  23k|   0 |   0 |-2.732636e+02 |-5.100000e+01 |  81.34%
554.86/555.09	c   555s|     1 |     0 |187439 |     - | 129M|   0 | 884 |1000 |  37k|1000 |8963 |  23k|   0 |   0 |-2.726987e+02 |-5.100000e+01 |  81.30%
568.46/568.66	c   568s|     1 |     0 |189674 |     - | 129M|   0 | 892 |1000 |  37k|1000 |8816 |  23k|   0 |   0 |-2.718939e+02 |-5.100000e+01 |  81.24%
583.46/583.66	c   583s|     1 |     0 |192517 |     - | 129M|   0 | 884 |1000 |  37k|1000 |8894 |  23k|   0 |   0 |-2.709410e+02 |-5.100000e+01 |  81.18%
596.76/596.92	c   596s|     1 |     0 |194500 |     - | 130M|   0 | 889 |1000 |  37k|1000 |9036 |  24k|   0 |   0 |-2.704325e+02 |-5.100000e+01 |  81.14%
609.35/609.54	c   609s|     1 |     0 |196230 |     - | 130M|   0 | 892 |1000 |  37k|1000 |9063 |  24k|   0 |   0 |-2.700159e+02 |-5.100000e+01 |  81.11%
622.95/623.12	c   623s|     1 |     0 |198111 |     - | 130M|   0 | 898 |1000 |  37k|1000 |9135 |  24k|   0 |   0 |-2.694725e+02 |-5.100000e+01 |  81.07%
637.53/637.71	c   637s|     1 |     0 |200220 |     - | 129M|   0 | 891 |1000 |  37k|1000 |9186 |  24k|   0 |   0 |-2.688395e+02 |-5.100000e+01 |  81.03%
651.44/651.61	c   651s|     1 |     0 |202158 |     - | 129M|   0 | 913 |1000 |  37k|1000 |8977 |  24k|   0 |   0 |-2.683427e+02 |-5.100000e+01 |  80.99%
664.53/664.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
664.53/664.79	c   664s|     1 |     0 |203860 |     - | 129M|   0 | 905 |1000 |  37k|1000 |9098 |  24k|   0 |   0 |-2.677848e+02 |-5.100000e+01 |  80.95%
677.93/678.11	c   678s|     1 |     0 |205435 |     - | 129M|   0 | 913 |1000 |  37k|1000 |9143 |  24k|   0 |   0 |-2.674082e+02 |-5.100000e+01 |  80.93%
692.13/692.38	c   692s|     1 |     0 |207335 |     - | 129M|   0 | 913 |1000 |  37k|1000 |9223 |  24k|   0 |   0 |-2.668063e+02 |-5.100000e+01 |  80.89%
706.62/706.80	c   706s|     1 |     0 |209129 |     - | 129M|   0 | 912 |1000 |  37k|1000 |9267 |  24k|   0 |   0 |-2.663977e+02 |-5.100000e+01 |  80.86%
721.01/721.20	c   721s|     1 |     0 |210874 |     - | 129M|   0 | 915 |1000 |  37k|1000 |9317 |  24k|   0 |   0 |-2.659013e+02 |-5.100000e+01 |  80.82%
734.62/734.82	c   734s|     1 |     0 |212211 |     - | 129M|   0 | 921 |1000 |  37k|1000 |9075 |  24k|   0 |   0 |-2.655213e+02 |-5.100000e+01 |  80.79%
749.81/750.03	c   750s|     1 |     0 |214258 |     - | 129M|   0 | 922 |1000 |  37k|1000 |9132 |  24k|   0 |   0 |-2.648661e+02 |-5.100000e+01 |  80.74%
765.61/765.85	c   765s|     1 |     0 |216332 |     - | 129M|   0 | 931 |1000 |  37k|1000 |9216 |  24k|   0 |   0 |-2.643048e+02 |-5.100000e+01 |  80.70%
780.00/780.20	c   780s|     1 |     0 |217844 |     - | 129M|   0 | 936 |1000 |  37k|1000 |9284 |  24k|   0 |   0 |-2.639409e+02 |-5.100000e+01 |  80.68%
795.60/795.82	c   795s|     1 |     0 |219546 |     - | 129M|   0 | 938 |1000 |  37k|1000 |9364 |  24k|   0 |   0 |-2.634165e+02 |-5.100000e+01 |  80.64%
809.80/810.07	c   810s|     1 |     0 |220752 |     - | 128M|   0 | 935 |1000 |  37k|1000 |9403 |  24k|   0 |   0 |-2.631386e+02 |-5.100000e+01 |  80.62%
823.20/823.44	c   823s|     1 |     0 |221686 |     - | 128M|   0 | 939 |1000 |  37k|1000 |9205 |  25k|   0 |   0 |-2.629858e+02 |-5.100000e+01 |  80.61%
837.29/837.55	c   837s|     1 |     0 |223181 |     - | 128M|   0 | 930 |1000 |  37k|1000 |9245 |  25k|   0 |   0 |-2.625647e+02 |-5.100000e+01 |  80.58%
851.49/851.77	c   851s|     1 |     0 |224542 |     - | 128M|   0 | 928 |1000 |  37k|1000 |9270 |  25k|   0 |   0 |-2.622529e+02 |-5.100000e+01 |  80.55%
865.89/866.19	c   866s|     1 |     0 |225971 |     - | 128M|   0 | 929 |1000 |  37k|1000 |9324 |  25k|   0 |   0 |-2.618379e+02 |-5.100000e+01 |  80.52%
882.48/882.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
882.48/882.75	c   882s|     1 |     0 |227923 |     - | 128M|   0 | 928 |1000 |  37k|1000 |9354 |  25k|   0 |   0 |-2.611711e+02 |-5.100000e+01 |  80.47%
897.08/897.38	c   897s|     1 |     0 |229249 |     - | 128M|   0 | 933 |1000 |  37k|1000 |9397 |  25k|   0 |   0 |-2.607941e+02 |-5.100000e+01 |  80.44%
912.37/912.69	c   912s|     1 |     0 |230824 |     - | 128M|   0 | 929 |1000 |  37k|1000 |9250 |  25k|   0 |   0 |-2.603566e+02 |-5.100000e+01 |  80.41%
927.47/927.79	c   927s|     1 |     0 |232326 |     - | 128M|   0 | 936 |1000 |  37k|1000 |9273 |  25k|   0 |   0 |-2.599145e+02 |-5.100000e+01 |  80.38%
942.27/942.53	c   942s|     1 |     0 |233782 |     - | 128M|   0 | 936 |1000 |  37k|1000 |9305 |  25k|   0 |   0 |-2.594472e+02 |-5.100000e+01 |  80.34%
957.16/957.44	c   957s|     1 |     0 |235022 |     - | 127M|   0 | 944 |1000 |  37k|1000 |9364 |  25k|   0 |   0 |-2.590602e+02 |-5.100000e+01 |  80.31%
972.76/973.01	c   973s|     1 |     0 |236516 |     - | 127M|   0 | 940 |1000 |  37k|1000 |9408 |  25k|   0 |   0 |-2.585948e+02 |-5.100000e+01 |  80.28%
985.95/986.27	c   986s|     1 |     0 |237296 |     - | 127M|   0 | 949 |1000 |  37k|1000 |9438 |  25k|   0 |   0 |-2.584323e+02 |-5.100000e+01 |  80.27%
1002.25/1002.59	c  1002s|     1 |     0 |238848 |     - | 126M|   0 | 949 |1000 |  37k|1000 |9325 |  25k|   0 |   0 |-2.580341e+02 |-5.100000e+01 |  80.24%
1016.74/1017.06	c  1017s|     1 |     0 |239946 |     - | 126M|   0 | 954 |1000 |  37k|1000 |9356 |  25k|   0 |   0 |-2.577461e+02 |-5.100000e+01 |  80.21%
1030.94/1031.27	c  1031s|     1 |     0 |241047 |     - | 126M|   0 | 943 |1000 |  37k|1000 |9384 |  25k|   0 |   0 |-2.574318e+02 |-5.100000e+01 |  80.19%
1046.64/1046.91	c  1046s|     1 |     0 |242457 |     - | 126M|   0 | 953 |1000 |  37k|1000 |9404 |  25k|   0 |   0 |-2.570196e+02 |-5.100000e+01 |  80.16%
1062.24/1062.59	c  1062s|     1 |     0 |243841 |     - | 125M|   0 | 946 |1000 |  37k|1000 |9442 |  25k|   0 |   0 |-2.566550e+02 |-5.100000e+01 |  80.13%
1076.64/1076.97	c  1077s|     1 |     0 |244729 |     - | 124M|   0 | 947 |1000 |  37k|1000 |9477 |  25k|   0 |   0 |-2.564866e+02 |-5.100000e+01 |  80.12%
1092.04/1092.34	c  1092s|     1 |     0 |245901 |     - | 124M|   0 | 947 |1000 |  37k|1000 |9393 |  25k|   0 |   0 |-2.562365e+02 |-5.100000e+01 |  80.10%
1106.33/1106.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1106.33/1106.63	c  1106s|     1 |     0 |246993 |     - | 122M|   0 | 953 |1000 |  37k|1000 |9406 |  25k|   0 |   0 |-2.559477e+02 |-5.100000e+01 |  80.07%
1121.73/1122.08	c  1122s|     1 |     0 |248379 |     - | 122M|   0 | 959 |1000 |  37k|1000 |9428 |  25k|   0 |   0 |-2.555756e+02 |-5.100000e+01 |  80.05%
1136.32/1136.65	c  1136s|     1 |     0 |249226 |     - | 121M|   0 | 955 |1000 |  37k|1000 |9452 |  25k|   0 |   0 |-2.553523e+02 |-5.100000e+01 |  80.03%
1152.42/1152.70	c  1152s|     1 |     0 |250361 |     - | 120M|   0 | 957 |1000 |  37k|1000 |9493 |  25k|   0 |   0 |-2.550706e+02 |-5.100000e+01 |  80.01%
1167.71/1168.08	c  1168s|     1 |     0 |251452 |     - | 119M|   0 | 955 |1000 |  37k|1000 |9510 |  25k|   0 |   0 |-2.548276e+02 |-5.100000e+01 |  79.99%
1183.71/1184.02	c  1184s|     1 |     0 |252692 |     - | 118M|   0 | 959 |1000 |  37k|1000 |9423 |  25k|   0 |   0 |-2.545271e+02 |-5.100000e+01 |  79.96%
1198.91/1199.27	c  1199s|     1 |     0 |253690 |     - | 117M|   0 | 957 |1000 |  37k|1000 |9445 |  25k|   0 |   0 |-2.542632e+02 |-5.100000e+01 |  79.94%
1215.40/1215.71	c  1215s|     1 |     0 |255025 |     - | 115M|   0 | 961 |1000 |  37k|1000 |9472 |  25k|   0 |   0 |-2.539885e+02 |-5.100000e+01 |  79.92%
1231.71/1232.06	c  1232s|     1 |     0 |256425 |     - | 113M|   0 | 954 |1000 |  37k|1000 |9506 |  25k|   0 |   0 |-2.536448e+02 |-5.100000e+01 |  79.89%
1246.60/1246.90	c  1246s|     1 |     0 |257238 |     - | 111M|   0 | 962 |1000 |  37k|1000 |9527 |  25k|   0 |   0 |-2.535296e+02 |-5.100000e+01 |  79.88%
1261.99/1262.34	c  1262s|     1 |     0 |258180 |     - | 111M|   0 | 954 |1000 |  37k|1000 |9545 |  25k|   0 |   0 |-2.533123e+02 |-5.100000e+01 |  79.87%
1277.68/1278.00	c  1278s|     1 |     0 |259158 |     - | 111M|   0 | 960 |1000 |  37k|1000 |9480 |  25k|   0 |   0 |-2.531303e+02 |-5.100000e+01 |  79.85%
1292.79/1293.12	c  1293s|     1 |     0 |260156 |     - | 110M|   0 | 965 |1000 |  37k|1000 |9498 |  25k|   0 |   0 |-2.528743e+02 |-5.100000e+01 |  79.83%
1308.69/1309.04	c  1309s|     1 |     0 |261237 |     - | 110M|   0 | 971 |1000 |  37k|1000 |9528 |  26k|   0 |   0 |-2.526733e+02 |-5.100000e+01 |  79.82%
1324.37/1324.72	c  1324s|     1 |     0 |262222 |     - | 110M|   0 | 969 |1000 |  37k|1000 |9548 |  26k|   0 |   0 |-2.525072e+02 |-5.100000e+01 |  79.80%
1342.37/1342.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1342.37/1342.74	c  1342s|     1 |     0 |263807 |     - | 110M|   0 | 975 |1000 |  37k|1000 |9571 |  26k|   0 |   0 |-2.521058e+02 |-5.100000e+01 |  79.77%
1357.17/1357.52	c  1357s|     1 |     0 |264398 |     - | 110M|   0 | 973 |1000 |  37k|1000 |9587 |  26k|   0 |   0 |-2.519637e+02 |-5.100000e+01 |  79.76%
1371.86/1372.25	c  1372s|     1 |     0 |264928 |     - | 110M|   0 | 977 |1000 |  37k|1000 |9528 |  26k|   0 |   0 |-2.518384e+02 |-5.100000e+01 |  79.75%
1386.46/1386.89	c  1386s|     1 |     0 |265771 |     - | 110M|   0 | 969 |1000 |  37k|1000 |9543 |  26k|   0 |   0 |-2.516807e+02 |-5.100000e+01 |  79.74%
1402.17/1402.57	c  1402s|     1 |     0 |266704 |     - | 109M|   0 | 972 |1000 |  37k|1000 |9561 |  26k|   0 |   0 |-2.515088e+02 |-5.100000e+01 |  79.72%
1416.06/1416.49	c  1416s|     1 |     0 |267103 |     - | 108M|   0 | 970 |1000 |  37k|1000 |9577 |  26k|   0 |   0 |-2.514250e+02 |-5.100000e+01 |  79.72%
1429.85/1430.20	c  1430s|     1 |     0 |267524 |     - | 108M|   0 | 971 |1000 |  37k|1000 |9595 |  26k|   0 |   0 |-2.513628e+02 |-5.100000e+01 |  79.71%
1445.06/1445.49	c  1445s|     1 |     0 |268241 |     - | 108M|   0 | 972 |1000 |  37k|1000 |9610 |  26k|   0 |   0 |-2.512198e+02 |-5.100000e+01 |  79.70%
1460.95/1461.32	c  1461s|     1 |     0 |269101 |     - | 108M|   0 | 973 |1000 |  37k|1000 |9539 |  26k|   0 |   0 |-2.510445e+02 |-5.100000e+01 |  79.68%
1475.24/1475.62	c  1475s|     1 |     0 |269820 |     - | 107M|   0 | 966 |1000 |  37k|1000 |9554 |  26k|   0 |   0 |-2.508867e+02 |-5.100000e+01 |  79.67%
1489.34/1489.76	c  1489s|     1 |     0 |270400 |     - | 107M|   0 | 977 |1000 |  37k|1000 |9577 |  26k|   0 |   0 |-2.507941e+02 |-5.100000e+01 |  79.66%
1504.64/1505.08	c  1505s|     1 |     0 |271138 |     - | 106M|   0 | 973 |1000 |  37k|1000 |9593 |  26k|   0 |   0 |-2.506628e+02 |-5.100000e+01 |  79.65%
1520.23/1520.66	c  1520s|     1 |     0 |271829 |     - | 106M|   0 | 975 |1000 |  37k|1000 |9601 |  26k|   0 |   0 |-2.505412e+02 |-5.100000e+01 |  79.64%
1535.23/1535.67	c  1535s|     1 |     0 |272376 |     - | 106M|   0 | 974 |1000 |  37k|1000 |9622 |  26k|   0 |   0 |-2.504460e+02 |-5.100000e+01 |  79.64%
1551.63/1552.04	c  1552s|     1 |     0 |273313 |     - | 106M|   0 | 979 |1000 |  37k|1000 |9576 |  26k|   0 |   0 |-2.501875e+02 |-5.100000e+01 |  79.62%
1566.12/1566.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1566.12/1566.50	c  1566s|     1 |     0 |273871 |     - | 106M|   0 | 979 |1000 |  37k|1000 |9588 |  26k|   0 |   0 |-2.500579e+02 |-5.100000e+01 |  79.60%
1581.92/1582.35	c  1582s|     1 |     0 |274495 |     - | 106M|   0 | 974 |1000 |  37k|1000 |9603 |  26k|   0 |   0 |-2.499054e+02 |-5.100000e+01 |  79.59%
1597.62/1598.07	c  1598s|     1 |     0 |275188 |     - | 106M|   0 | 977 |1000 |  37k|1000 |9625 |  26k|   0 |   0 |-2.497631e+02 |-5.100000e+01 |  79.58%
1613.81/1614.24	c  1614s|     1 |     0 |275817 |     - | 106M|   0 | 982 |1000 |  37k|1000 |9637 |  26k|   0 |   0 |-2.496257e+02 |-5.100000e+01 |  79.57%
1629.41/1629.84	c  1629s|     1 |     0 |276405 |     - | 106M|   0 | 984 |1000 |  37k|1000 |9651 |  26k|   0 |   0 |-2.495043e+02 |-5.100000e+01 |  79.56%
1644.91/1645.33	c  1645s|     1 |     0 |276898 |     - | 106M|   0 | 985 |1000 |  37k|1000 |9621 |  26k|   0 |   0 |-2.494093e+02 |-5.100000e+01 |  79.55%
1660.50/1660.93	c  1660s|     1 |     0 |277432 |     - | 106M|   0 | 983 |1000 |  37k|1000 |9637 |  26k|   0 |   0 |-2.493074e+02 |-5.100000e+01 |  79.54%
1675.00/1675.47	c  1675s|     1 |     0 |277770 |     - | 106M|   0 | 986 |1000 |  37k|1000 |9647 |  26k|   0 |   0 |-2.492509e+02 |-5.100000e+01 |  79.54%
1689.99/1690.42	c  1690s|     1 |     0 |278134 |     - | 106M|   0 | 987 |1000 |  37k|1000 |9654 |  26k|   0 |   0 |-2.491948e+02 |-5.100000e+01 |  79.53%
1704.39/1704.86	c  1704s|     1 |     0 |278587 |     - | 106M|   0 | 987 |1000 |  37k|1000 |9667 |  26k|   0 |   0 |-2.490998e+02 |-5.100000e+01 |  79.53%
1719.68/1720.12	c  1720s|     1 |     0 |279090 |     - | 106M|   0 | 983 |1000 |  37k|1000 |9677 |  26k|   0 |   0 |-2.489899e+02 |-5.100000e+01 |  79.52%
1735.18/1735.61	c  1735s|     1 |     0 |279583 |     - | 106M|   0 | 986 |1000 |  37k|1000 |9630 |  26k|   0 |   0 |-2.488684e+02 |-5.100000e+01 |  79.51%
1749.17/1749.66	c  1749s|     1 |     0 |279887 |     - | 106M|   0 | 987 |1000 |  37k|1000 |9643 |  26k|   0 |   0 |-2.488237e+02 |-5.100000e+01 |  79.50%
1764.88/1765.36	c  1765s|     1 |     0 |280469 |     - | 106M|   0 | 988 |1000 |  37k|1000 |9651 |  26k|   0 |   0 |-2.486800e+02 |-5.100000e+01 |  79.49%
1780.77/1781.27	c  1781s|     1 |     0 |281072 |     - | 106M|   0 | 986 |1000 |  37k|1000 |9665 |  26k|   0 |   0 |-2.485570e+02 |-5.100000e+01 |  79.48%
1789.57/1790.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1789.57/1790.00	c  1790s|     1 |     0 |281072 |     - | 106M|   0 |   - |1000 |  37k|1000 |9669 |  26k|   0 |   0 |-2.485570e+02 |-5.100000e+01 |  79.48%
1789.57/1790.00	c  1790s|     1 |     2 |281072 |     - | 106M|   0 |   - |1000 |  37k|1000 |9669 |  26k|   0 |   0 |-2.485570e+02 |-5.100000e+01 |  79.48%
1789.57/1790.00	c 
1789.57/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1789.57/1790.00	c Solving Time (sec) : 1789.57
1789.57/1790.00	c Solving Nodes      : 1
1789.57/1790.00	c Primal Bound       : -5.10000000000000e+01 (38 solutions)
1789.57/1790.00	c Dual Bound         : -2.48556965982797e+02
1789.57/1790.00	c Gap                : 79.48 %
1789.57/1790.09	s SATISFIABLE
1789.57/1790.09	v x1000 x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 -x989 -x988 -x987 -x986 -x985 -x984 -x983 -x982 -x981 -x980 -x979 
1789.57/1790.09	v -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 -x968 -x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 -x958 
1789.57/1790.09	v -x957 -x956 -x955 -x954 x953 -x952 -x951 -x950 -x949 -x948 -x947 -x946 -x945 -x944 -x943 -x942 -x941 -x940 -x939 -x938 -x937 
1789.57/1790.09	v -x936 -x935 -x934 -x933 -x932 -x931 -x930 -x929 -x928 -x927 -x926 -x925 -x924 -x923 -x922 -x921 -x920 -x919 -x918 -x917 
1789.57/1790.09	v -x916 -x915 -x914 -x913 -x912 -x911 -x910 -x909 -x908 -x907 -x906 -x905 -x904 -x903 -x902 -x901 -x900 -x899 -x898 -x897 -x896 
1789.57/1790.09	v -x895 -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 -x886 -x885 -x884 -x883 -x882 -x881 -x880 -x879 -x878 -x877 -x876 -x875 
1789.57/1790.09	v -x874 -x873 -x872 -x871 -x870 -x869 -x868 -x867 -x866 -x865 -x864 x863 -x862 -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 
1789.57/1790.09	v -x853 -x852 -x851 -x850 -x849 x848 -x847 -x846 -x845 -x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 
1789.57/1790.09	v -x832 -x831 -x830 -x829 -x828 -x827 -x826 -x825 -x824 -x823 -x822 -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 
1789.57/1790.09	v -x811 -x810 -x809 -x808 -x807 -x806 x805 -x804 -x803 -x802 -x801 -x800 -x799 -x798 x797 -x796 -x795 -x794 -x793 -x792 -x791 
1789.57/1790.09	v -x790 -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 -x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 
1789.57/1790.09	v -x769 -x768 x767 -x766 -x765 -x764 -x763 -x762 -x761 -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 
1789.57/1790.09	v -x748 -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 x732 -x731 -x730 -x729 -x728 
1789.57/1790.09	v -x727 -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 
1789.57/1790.09	v -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 -x686 
1789.57/1790.09	v -x685 -x684 -x683 -x682 -x681 x680 -x679 -x678 -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 -x665 
1789.57/1790.09	v -x664 -x663 -x662 x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652 x651 -x650 -x649 -x648 -x647 -x646 -x645 -x644 
1789.57/1790.09	v x643 -x642 -x641 -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 -x623 
1789.57/1790.09	v -x622 -x621 -x620 -x619 -x618 -x617 -x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 -x602 
1789.57/1790.09	v -x601 -x600 -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 
1789.57/1790.09	v -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 -x573 -x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 x564 -x563 -x562 -x561 
1789.57/1790.09	v -x560 -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 x541 -x540 
1789.57/1790.09	v -x539 -x538 -x537 -x536 -x535 -x534 -x533 -x532 -x531 -x530 -x529 -x528 -x527 x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 
1789.57/1790.09	v -x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 -x505 x504 -x503 -x502 -x501 -x500 -x499 -x498 
1789.57/1790.09	v -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 
1789.57/1790.09	v -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 x458 -x457 -x456 
1789.57/1790.09	v -x455 -x454 -x453 x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 -x435 
1789.57/1790.09	v -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 
1789.57/1790.09	v -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 -x393 
1789.57/1790.09	v -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 -x372 
1789.57/1790.09	v -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 
1789.57/1790.09	v -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 
1789.57/1790.09	v -x329 -x328 -x327 -x326 -x325 -x324 -x323 x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 -x309 
1789.57/1790.09	v -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 
1789.57/1790.09	v -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 
1789.57/1790.09	v -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 x249 -x248 -x247 
1789.57/1790.09	v -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 -x233 -x232 -x231 -x230 -x229 -x228 -x227 -x226 
1789.57/1790.09	v -x225 -x224 x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 
1789.57/1790.09	v -x204 -x203 -x202 -x201 -x200 x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 
1789.57/1790.09	v -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 
1789.57/1790.09	v x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 x148 x147 -x146 -x145 -x144 -x143 -x142 
1789.57/1790.09	v -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 
1789.57/1790.09	v -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 
1789.57/1790.09	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.57/1790.09	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 
1789.57/1790.09	v -x48 -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 
1789.57/1790.09	v -x22 -x21 x20 x19 -x18 -x17 -x16 x15 -x14 x13 x12 -x11 x10 x9 x8 -x7 x6 x5 x4 x3 -x2 x1 
1789.57/1790.09	c SCIP Status        : solving was interrupted [time limit reached]
1789.57/1790.09	c Solving Time       :    1789.57
1789.57/1790.09	c Original Problem   :
1789.57/1790.09	c   Problem name     : HOME/instance-2703226-1278568236.opb
1789.57/1790.09	c   Variables        : 38647 (38647 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.57/1790.09	c   Constraints      : 38647 initial, 38647 maximal
1789.57/1790.09	c Presolved Problem  :
1789.57/1790.09	c   Problem name     : t_HOME/instance-2703226-1278568236.opb
1789.57/1790.09	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.57/1790.09	c   Constraints      : 37647 initial, 37647 maximal
1789.57/1790.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.57/1790.09	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1789.57/1790.09	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1789.57/1790.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.57/1790.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.57/1790.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.57/1790.09	c   probing          :       0.54          0          0          0          0          0          0          0          0
1789.57/1790.09	c   linear           :       0.26      37647          0          0      37647          0       1000          0          0
1789.57/1790.09	c   logicor          :       0.10          0          0          0          0          0          0          0          0
1789.57/1790.09	c   root node        :          -          0          -          -          0          -          -          -          -
1789.57/1790.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.57/1790.09	c   integral         :          0          0          0          0          0          0          0          0          0          0
1789.57/1790.09	c   logicor          :      37647        237        201          0          0          0          0      33731          0          0
1789.57/1790.09	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.57/1790.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.57/1790.09	c   integral         :       0.00       0.00       0.00       0.00       0.00
1789.57/1790.09	c   logicor          :       2.49       2.19       0.30       0.00       0.00
1789.57/1790.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.57/1790.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.57/1790.09	c   vbounds          :       0.00          2          0          0
1789.57/1790.09	c   rootredcost      :       0.00          0          0          0
1789.57/1790.09	c   pseudoobj        :       0.01        237          0          0
1789.57/1790.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.57/1790.09	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1789.57/1790.09	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1789.57/1790.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.57/1790.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.57/1790.09	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.57/1790.09	c   applied globally :          -          -          -          0        0.0          -          -          -
1789.57/1790.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.57/1790.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.57/1790.09	c   cut pool         :       1.29        236          -          -       4511          -    (maximal pool size: 16851)
1789.57/1790.09	c   redcost          :       0.02        237          0          0          0          0
1789.57/1790.09	c   impliedbounds    :       0.97        235          0          0      28376          0
1789.57/1790.09	c   intobj           :       0.00          0          0          0          0          0
1789.57/1790.09	c   cgmip            :       0.00          0          0          0          0          0
1789.57/1790.09	c   gomory           :    1116.67        235          0          0      80449          0
1789.57/1790.09	c   strongcg         :       5.11         20          0          0      10000          0
1789.57/1790.09	c   cmir             :       4.17         10          0          0          0          0
1789.57/1790.09	c   flowcover        :       3.70         10          0          0          0          0
1789.57/1790.09	c   clique           :      12.15        234          0          0       2128          0
1789.57/1790.09	c   zerohalf         :       0.00          0          0          0          0          0
1789.57/1790.09	c   mcf              :       0.05          1          0          0          0          0
1789.57/1790.09	c   rapidlearning    :       0.00          0          0          0          0          0
1789.57/1790.09	c Pricers            :       Time      Calls       Vars
1789.57/1790.09	c   problem variables:       0.00          0          0
1789.57/1790.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.57/1790.09	c   relpscost        :       0.00          0          0          0          0          0          0
1789.57/1790.09	c   pscost           :       0.00          0          0          0          0          0          0
1789.57/1790.09	c   inference        :       0.00          1          0          0          0          0          2
1789.57/1790.09	c   mostinf          :       0.00          0          0          0          0          0          0
1789.57/1790.09	c   leastinf         :       0.00          0          0          0          0          0          0
1789.57/1790.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.57/1790.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.57/1790.09	c   random           :       0.00          0          0          0          0          0          0
1789.57/1790.09	c Primal Heuristics  :       Time      Calls      Found
1789.57/1790.09	c   LP solutions     :       0.00          -          0
1789.57/1790.09	c   pseudo solutions :       0.00          -          0
1789.57/1790.09	c   oneopt           :       0.04          2          1
1789.57/1790.09	c   trivial          :       0.11          2          2
1789.57/1790.09	c   simplerounding   :       0.44        237         33
1789.57/1790.09	c   zirounding       :       0.00          0          0
1789.57/1790.09	c   rounding         :      12.29        237          1
1789.57/1790.09	c   shifting         :      13.58        237          1
1789.57/1790.09	c   intshifting      :       0.00          0          0
1789.57/1790.09	c   twoopt           :       0.00          0          0
1789.57/1790.09	c   fixandinfer      :       0.00          0          0
1789.57/1790.09	c   feaspump         :       0.00          0          0
1789.57/1790.09	c   coefdiving       :       0.00          0          0
1789.57/1790.09	c   pscostdiving     :       0.00          0          0
1789.57/1790.09	c   fracdiving       :       0.00          0          0
1789.57/1790.09	c   veclendiving     :       0.00          0          0
1789.57/1790.09	c   intdiving        :       0.00          0          0
1789.57/1790.09	c   actconsdiving    :       0.00          0          0
1789.57/1790.09	c   objpscostdiving  :       0.00          0          0
1789.57/1790.09	c   rootsoldiving    :       0.00          0          0
1789.57/1790.09	c   linesearchdiving :       0.00          0          0
1789.57/1790.09	c   guideddiving     :       0.00          0          0
1789.57/1790.09	c   octane           :       0.00          0          0
1789.57/1790.09	c   rens             :       0.00          0          0
1789.57/1790.09	c   rins             :       0.00          0          0
1789.57/1790.09	c   localbranching   :       0.00          0          0
1789.57/1790.09	c   mutation         :       0.00          0          0
1789.57/1790.09	c   crossover        :       0.00          0          0
1789.57/1790.09	c   dins             :       0.00          0          0
1789.57/1790.09	c   undercover       :       0.00          0          0
1789.57/1790.09	c   nlp              :       0.00          0          0
1789.57/1790.09	c   trysol           :       0.00          0          0
1789.57/1790.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.57/1790.09	c   primal LP        :       0.86          0          0       0.00       0.00
1789.57/1790.09	c   dual LP          :     604.00        237     281072    1185.96     465.35
1789.57/1790.09	c   lex dual LP      :       0.00          0          0       0.00          -
1789.57/1790.09	c   barrier LP       :       0.00          0          0       0.00          -
1789.57/1790.09	c   diving/probing LP:       0.00          0          0       0.00          -
1789.57/1790.09	c   strong branching :       0.00          0          0       0.00          -
1789.57/1790.09	c     (at root node) :          -          0          0       0.00          -
1789.57/1790.09	c   conflict analysis:       0.00          0          0       0.00          -
1789.57/1790.09	c B&B Tree           :
1789.57/1790.09	c   number of runs   :          1
1789.57/1790.09	c   nodes            :          1
1789.57/1790.09	c   nodes (total)    :          1
1789.57/1790.09	c   nodes left       :          2
1789.57/1790.09	c   max depth        :          0
1789.57/1790.09	c   max depth (total):          0
1789.57/1790.09	c   backtracks       :          0 (0.0%)
1789.57/1790.09	c   delayed cutoffs  :          0
1789.57/1790.09	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1789.57/1790.09	c   avg switch length:       1.00
1789.57/1790.09	c   switching time   :       0.00
1789.57/1790.09	c Solution           :
1789.57/1790.09	c   Solutions found  :         38 (4 improvements)
1789.57/1790.09	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.40 seconds, depth 0, found by <trivial>)
1789.57/1790.09	c   Primal Bound     : -5.10000000000000e+01   (in run 1, after 1 nodes, 6.56 seconds, depth 0, found by <oneopt>)
1789.57/1790.09	c   Dual Bound       : -2.48556965982797e+02
1789.57/1790.09	c   Gap              :      79.48 %
1789.57/1790.09	c   Root Dual Bound  : -2.48556965982797e+02
1789.57/1790.09	c   Root Iterations  :     281072
1789.87/1790.33	c Time complete: 1789.9.

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-2703226-1278568236/watcher-2703226-1278568236 -o /tmp/evaluation-result-2703226-1278568236/solver-2703226-1278568236 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703226-1278568236.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/107 1343
/proc/meminfo: memFree=1582100/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=5824 CPUtime=0
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 812 0 0 0 0 0 0 0 22 0 1 0 25035344 5963776 726 1992294400 4194304 8395647 140733516913344 18446744073709551615 7355228 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1343/statm: 1456 728 348 1026 0 426 0

[startup+0.0711379 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 1343
/proc/meminfo: memFree=1582100/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=20092 CPUtime=0.06
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 4264 0 0 0 5 1 0 0 22 0 1 0 25035344 20574208 4175 1992294400 4194304 8395647 140733516913344 18446744073709551615 4730158 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1343/statm: 5023 4175 393 1026 0 3993 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 20092

[startup+0.101139 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 1343
/proc/meminfo: memFree=1582100/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=24224 CPUtime=0.09
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 5309 0 0 0 8 1 0 0 22 0 1 0 25035344 24805376 5220 1992294400 4194304 8395647 140733516913344 18446744073709551615 4403588 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1343/statm: 6056 5220 393 1026 0 5026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24224

[startup+0.301155 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 1343
/proc/meminfo: memFree=1582100/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=45024 CPUtime=0.29
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 10508 0 0 0 26 3 0 0 22 0 1 0 25035344 46104576 10419 1992294400 4194304 8395647 140733516913344 18446744073709551615 7370118 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1343/statm: 11256 10419 393 1026 0 10226 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45024

[startup+0.701187 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 1343
/proc/meminfo: memFree=1582100/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=105640 CPUtime=0.7
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 26017 0 0 0 62 8 0 0 23 0 1 0 25035344 108175360 25500 1992294400 4194304 8395647 140733516913344 18446744073709551615 4601501 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 26410 25500 430 1026 0 25380 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 105640

[startup+1.50125 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1344
/proc/meminfo: memFree=1472476/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=126864 CPUtime=1.49
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 30365 0 0 0 140 9 0 0 25 0 1 0 25035344 129908736 29848 1992294400 4194304 8395647 140733516913344 18446744073709551615 7382056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 31716 29848 461 1026 0 30686 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 126864

[startup+3.10138 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1344
/proc/meminfo: memFree=1456852/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=174464 CPUtime=3.09
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 43307 0 0 0 296 13 0 0 25 0 1 0 25035344 178651136 41477 1992294400 4194304 8395647 140733516913344 18446744073709551615 6587090 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 43616 41477 573 1026 0 42586 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 174464

[startup+6.30163 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1344
/proc/meminfo: memFree=1402664/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=191800 CPUtime=6.29
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 47980 0 0 0 614 15 0 0 25 0 1 0 25035344 196403200 45290 1992294400 4194304 8395647 140733516913344 18446744073709551615 5901522 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 47950 45290 665 1026 0 46920 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 191800

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1344
/proc/meminfo: memFree=1397208/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=197392 CPUtime=12.69
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 49395 0 0 0 1252 17 0 0 25 0 1 0 25035344 202129408 46621 1992294400 4194304 8395647 140733516913344 18446744073709551615 6440490 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 49348 46621 648 1026 0 48318 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 197392

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1344
/proc/meminfo: memFree=1395348/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=197796 CPUtime=25.48
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 49865 0 0 0 2529 19 0 0 25 0 1 0 25035344 202543104 47091 1992294400 4194304 8395647 140733516913344 18446744073709551615 6723944 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 49449 47091 648 1026 0 48419 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 197796

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1345
/proc/meminfo: memFree=1394232/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=199312 CPUtime=51.08
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 50606 0 0 0 5082 26 0 0 25 0 1 0 25035344 204095488 47813 1992294400 4194304 8395647 140733516913344 18446744073709551615 5797001 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 49828 47813 1083 1026 0 48798 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 199312

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1346
/proc/meminfo: memFree=1385676/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=204800 CPUtime=102.28
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 52758 0 0 0 10180 48 0 0 25 0 1 0 25035344 209715200 49512 1992294400 4194304 8395647 140733516913344 18446744073709551615 4601751 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 51200 49512 631 1026 0 50170 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 204800

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1348
/proc/meminfo: memFree=1352072/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=241140 CPUtime=162.25
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 61665 0 0 0 16153 72 0 0 25 0 1 0 25035344 246927360 58259 1992294400 4194304 8395647 140733516913344 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 60285 58259 795 1026 0 59255 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 241140

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1350
/proc/meminfo: memFree=1345996/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=246724 CPUtime=222.24
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 63013 0 0 0 22130 94 0 0 25 0 1 0 25035344 252645376 59394 1992294400 4194304 8395647 140733516913344 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 61681 59394 633 1026 0 60651 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 246724

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1352
/proc/meminfo: memFree=1341408/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=251192 CPUtime=282.23
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64155 0 0 0 28109 114 0 0 25 0 1 0 25035344 257220608 60530 1992294400 4194304 8395647 140733516913344 18446744073709551615 6440490 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 62798 60530 635 1026 0 61768 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 251192

[startup+342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1353
/proc/meminfo: memFree=1341408/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=251192 CPUtime=342.21
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64155 0 0 0 34089 132 0 0 25 0 1 0 25035344 257220608 60530 1992294400 4194304 8395647 140733516913344 18446744073709551615 6198266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 62798 60530 635 1026 0 61768 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 251192

[startup+402.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/108 1354
/proc/meminfo: memFree=1341284/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=251192 CPUtime=402.2
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64155 0 0 0 40069 151 0 0 25 0 1 0 25035344 257220608 60530 1992294400 4194304 8395647 140733516913344 18446744073709551615 6198176 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 62798 60530 635 1026 0 61768 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 251192

[startup+462.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/108 1356
/proc/meminfo: memFree=1341160/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=251192 CPUtime=462.18
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64157 0 0 0 46049 169 0 0 25 0 1 0 25035344 257220608 60530 1992294400 4194304 8395647 140733516913344 18446744073709551615 6152796 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 62798 60530 633 1026 0 61768 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 251192

[startup+522.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/108 1358
/proc/meminfo: memFree=1341160/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=251192 CPUtime=522.17
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64157 0 0 0 52028 189 0 0 25 0 1 0 25035344 257220608 60530 1992294400 4194304 8395647 140733516913344 18446744073709551615 7382061 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 62798 60530 633 1026 0 61768 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 251192

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1360
/proc/meminfo: memFree=1341036/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=251192 CPUtime=582.16
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64157 0 0 0 58011 205 0 0 25 0 1 0 25035344 257220608 60530 1992294400 4194304 8395647 140733516913344 18446744073709551615 6702024 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 62798 60530 633 1026 0 61768 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 251192

[startup+642.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/108 1371
/proc/meminfo: memFree=1340416/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=251460 CPUtime=642.13
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64158 0 0 0 63993 220 0 0 25 0 1 0 25035344 257495040 60531 1992294400 4194304 8395647 140733516913344 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 62865 60531 633 1026 0 61835 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 251460

[startup+702.301 s]

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

/proc/meminfo: memFree=1339796/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=252044 CPUtime=1002.05
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64345 0 0 0 99895 310 0 0 25 0 1 0 25035344 258093056 60718 1992294400 4194304 8395647 140733516913344 18446744073709551615 6702059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 63011 60718 633 1026 0 61981 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 252044

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/108 1382
/proc/meminfo: memFree=1339796/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=252044 CPUtime=1062.03
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64345 0 0 0 105878 325 0 0 25 0 1 0 25035344 258093056 60718 1992294400 4194304 8395647 140733516913344 18446744073709551615 6391390 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 63011 60718 633 1026 0 61981 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 252044

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/108 1384
/proc/meminfo: memFree=1339796/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=252044 CPUtime=1122.02
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64345 0 0 0 111864 338 0 0 25 0 1 0 25035344 258093056 60718 1992294400 4194304 8395647 140733516913344 18446744073709551615 7382056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 63011 60718 633 1026 0 61981 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 252044

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1386
/proc/meminfo: memFree=1339672/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=252044 CPUtime=1182.01
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64345 0 0 0 117850 351 0 0 25 0 1 0 25035344 258093056 60718 1992294400 4194304 8395647 140733516913344 18446744073709551615 6701811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 63011 60718 633 1026 0 61981 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 252044

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1387
/proc/meminfo: memFree=1339424/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=252044 CPUtime=1242
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64345 0 0 0 123836 364 0 0 25 0 1 0 25035344 258093056 60718 1992294400 4194304 8395647 140733516913344 18446744073709551615 6440946 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 63011 60718 633 1026 0 61981 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 252044

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1388
/proc/meminfo: memFree=1339300/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=252044 CPUtime=1301.99
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64345 0 0 0 129821 378 0 0 25 0 1 0 25035344 258093056 60718 1992294400 4194304 8395647 140733516913344 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 63011 60718 633 1026 0 61981 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 252044

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1390
/proc/meminfo: memFree=1339300/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=252044 CPUtime=1361.96
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64346 0 0 0 135805 391 0 0 25 0 1 0 25035344 258093056 60719 1992294400 4194304 8395647 140733516913344 18446744073709551615 6440966 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 63011 60719 633 1026 0 61981 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 252044

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1392
/proc/meminfo: memFree=1339052/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=252792 CPUtime=1421.96
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64417 0 0 0 141791 405 0 0 25 0 1 0 25035344 258859008 60790 1992294400 4194304 8395647 140733516913344 18446744073709551615 7185569 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 63198 60790 633 1026 0 62168 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 252792

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1394
/proc/meminfo: memFree=1339052/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=252792 CPUtime=1481.94
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64417 0 0 0 147776 418 0 0 25 0 1 0 25035344 258859008 60790 1992294400 4194304 8395647 140733516913344 18446744073709551615 6440501 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 63198 60790 633 1026 0 62168 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 252792

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1395
/proc/meminfo: memFree=1339052/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=252792 CPUtime=1541.93
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64417 0 0 0 153760 433 0 0 25 0 1 0 25035344 258859008 60790 1992294400 4194304 8395647 140733516913344 18446744073709551615 6197311 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 63198 60790 633 1026 0 62168 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 252792

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1396
/proc/meminfo: memFree=1338928/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=252792 CPUtime=1601.92
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64417 0 0 0 159747 445 0 0 25 0 1 0 25035344 258859008 60790 1992294400 4194304 8395647 140733516913344 18446744073709551615 6440639 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 63198 60790 633 1026 0 62168 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 252792

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1398
/proc/meminfo: memFree=1338928/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=252792 CPUtime=1661.9
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64417 0 0 0 165732 458 0 0 25 0 1 0 25035344 258859008 60790 1992294400 4194304 8395647 140733516913344 18446744073709551615 6198182 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 63198 60790 633 1026 0 62168 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 252792

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1403
/proc/meminfo: memFree=1338184/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=252792 CPUtime=1721.89
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64417 0 0 0 171718 471 0 0 25 0 1 0 25035344 258859008 60790 1992294400 4194304 8395647 140733516913344 18446744073709551615 6440906 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 63198 60790 633 1026 0 62168 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 252792

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1405
/proc/meminfo: memFree=1338184/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=252792 CPUtime=1781.88
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64417 0 0 0 177703 485 0 0 25 0 1 0 25035344 258859008 60790 1992294400 4194304 8395647 140733516913344 18446744073709551615 4719950 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 63198 60790 633 1026 0 62168 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 252792

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1405
/proc/meminfo: memFree=1338184/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=252792 CPUtime=1785.07
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64417 0 0 0 178022 485 0 0 25 0 1 0 25035344 258859008 60790 1992294400 4194304 8395647 140733516913344 18446744073709551615 4719881 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 63198 60790 633 1026 0 62168 0
Current children cumulated CPU time (s) 1785.07
Current children cumulated vsize (KiB) 252792

[startup+1788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1405
/proc/meminfo: memFree=1338184/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=252792 CPUtime=1788.26
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64417 0 0 0 178341 485 0 0 25 0 1 0 25035344 258859008 60790 1992294400 4194304 8395647 140733516913344 18446744073709551615 6198176 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 63198 60790 633 1026 0 62168 0
Current children cumulated CPU time (s) 1788.26
Current children cumulated vsize (KiB) 252792

[startup+1789.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1405
/proc/meminfo: memFree=1338184/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=252792 CPUtime=1789.07
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64417 0 0 0 178421 486 0 0 25 0 1 0 25035344 258859008 60790 1992294400 4194304 8395647 140733516913344 18446744073709551615 6197823 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 63198 60790 633 1026 0 62168 0
Current children cumulated CPU time (s) 1789.07
Current children cumulated vsize (KiB) 252792

[startup+1789.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1405
/proc/meminfo: memFree=1338184/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=252792 CPUtime=1789.47
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64417 0 0 0 178461 486 0 0 25 0 1 0 25035344 258859008 60790 1992294400 4194304 8395647 140733516913344 18446744073709551615 6198182 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/1343/statm: 63198 60790 633 1026 0 62168 0
Current children cumulated CPU time (s) 1789.47
Current children cumulated vsize (KiB) 252792

[startup+1790.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 1405
/proc/meminfo: memFree=1338184/2059040 swapFree=4139464/4192956
[pid=1343] ppid=1341 vsize=176268 CPUtime=1789.87
/proc/1343/stat : 1343 (pbscip.linux.x8) R 1341 1343 935 0 -1 4202496 64424 0 0 0 178501 486 0 0 25 0 1 0 25035344 180498432 42707 1992294400 4194304 8395647 140733516913344 18446744073709551615 4713442 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1343/statm: 44067 42707 640 1026 0 43037 0
Current children cumulated CPU time (s) 1789.87
Current children cumulated vsize (KiB) 176268

Child status: 0
Real time (s): 1790.34
CPU time (s): 1789.91
CPU user time (s): 1785.03
CPU system time (s): 4.88526
CPU usage (%): 99.9764
Max. virtual memory (cumulated for all children) (KiB): 252792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1785.03
system time used= 4.88526
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64429
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2681

runsolver used 2.95355 second user time and 8.47171 second system time

The end

Launcher Data

Begin job on node026 at 2010-07-08 07:50:36
IDJOB=2703226
IDBENCH=48170
IDSOLVER=1213
FILE ID=node026/2703226-1278568236
PBS_JOBID= 11239540
Free space on /tmp= 62496 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_3.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-2703226-1278568236/watcher-2703226-1278568236 -o /tmp/evaluation-result-2703226-1278568236/solver-2703226-1278568236 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703226-1278568236.opb -t 1800 -m 1800

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

MD5SUM BENCH= 18e694be8bacc67580164c28dde5ca1c
RANDOM SEED=1414633579

node026.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.244
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.48
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.244
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1582628 kB
Buffers:         71012 kB
Cached:         297800 kB
SwapCached:      10464 kB
Active:         135948 kB
Inactive:       250152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1582628 kB
SwapTotal:     4192956 kB
SwapFree:      4139464 kB
Dirty:           11300 kB
Writeback:           0 kB
AnonPages:       11916 kB
Mapped:          12080 kB
Slab:            68268 kB
PageTables:       4232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   178972 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= 62488 MiB
End job on node026 at 2010-07-08 08:20:26