Trace number 2665228

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)-51 1800.73 1801.18

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
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-2665228-1276659197.opb>
0.39/0.43	c original problem has 38793 variables (38793 bin, 0 int, 0 impl, 0 cont) and 38793 constraints
0.39/0.43	c problem read
0.39/0.44	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:
2.20/2.29	c (round 1) 37793 del vars, 1000 del conss, 37793 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 151172 impls, 0 clqs
3.09/3.19	c    (2.5s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3.09/3.19	c    (2.5s) probing aborted: 100/100 successive totally useless probings
3.09/3.19	c presolving (2 rounds):
3.09/3.19	c  37793 deleted vars, 1000 deleted constraints, 37793 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.09/3.19	c  226758 implications, 0 cliques
3.09/3.19	c presolved problem has 1000 variables (1000 bin, 0 int, 0 impl, 0 cont) and 37793 constraints
3.09/3.19	c   37793 constraints of type <logicor>
3.09/3.19	c transformed objective value is always integral (scale: 1)
3.09/3.19	c Presolving Time: 2.31
3.09/3.19	c - non default parameters ----------------------------------------------------------------------
3.09/3.19	c # SCIP version 1.2.1.2
3.09/3.19	c 
3.09/3.19	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
3.09/3.19	c # [type: int, range: [-1,2147483647], default: -1]
3.09/3.19	c conflict/interconss = 0
3.09/3.19	c 
3.09/3.19	c # should binary conflicts be preferred?
3.09/3.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.19	c conflict/preferbinary = TRUE
3.09/3.19	c 
3.09/3.19	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
3.09/3.19	c # [type: int, range: [-1,2147483647], default: 0]
3.09/3.19	c constraints/agelimit = 1
3.09/3.19	c 
3.09/3.19	c # should enforcement of pseudo solution be disabled?
3.09/3.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.19	c constraints/disableenfops = TRUE
3.09/3.19	c 
3.09/3.19	c # frequency for displaying node information lines
3.09/3.19	c # [type: int, range: [-1,2147483647], default: 100]
3.09/3.19	c display/freq = 10000
3.09/3.19	c 
3.09/3.19	c # maximal time in seconds to run
3.09/3.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.09/3.19	c limits/time = 1799.56
3.09/3.19	c 
3.09/3.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.09/3.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.09/3.19	c limits/memory = 1620
3.09/3.19	c 
3.09/3.19	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
3.09/3.19	c # [type: int, range: [-1,2147483647], default: 1]
3.09/3.19	c lp/solvefreq = 0
3.09/3.19	c 
3.09/3.19	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)
3.09/3.19	c # [type: char, range: {lafpsqd}, default: l]
3.09/3.19	c lp/pricing = a
3.09/3.19	c 
3.09/3.19	c # should presolving try to simplify inequalities
3.09/3.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.19	c constraints/linear/simplifyinequalities = TRUE
3.09/3.19	c 
3.09/3.19	c # should presolving try to simplify knapsacks
3.09/3.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.09/3.19	c constraints/knapsack/simplifyinequalities = TRUE
3.09/3.19	c 
3.09/3.19	c # priority of node selection rule <dfs> in standard mode
3.09/3.19	c # [type: int, range: [-536870912,536870911], default: 0]
3.09/3.19	c nodeselection/dfs/stdpriority = 1000000
3.09/3.19	c 
3.09/3.19	c -----------------------------------------------------------------------------------------------
3.09/3.19	c start solving
3.09/3.19	c 
3.79/3.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.79/3.81	c t 3.1s|     1 |     0 |  1121 |     - | 101M|   0 |1000 |1000 |  37k|1000 |  37k|   0 |   0 |   0 |-5.000000e+02 | 0.000000e+00 | 100.00%
3.89/3.91	o -1
3.89/3.91	c R 3.2s|     1 |     0 |  1121 |     - | 101M|   0 |1000 |1000 |  37k|1000 |  37k|   0 |   0 |   0 |-5.000000e+02 |-1.000000e+00 |  99.80%
3.99/4.02	o -2
3.99/4.02	c s 3.3s|     1 |     0 |  1121 |     - | 101M|   0 |1000 |1000 |  37k|1000 |  37k|   0 |   0 |   0 |-5.000000e+02 |-2.000000e+00 |  99.60%
5.79/5.85	c   5.0s|     1 |     0 |  1280 |     - | 101M|   0 | 984 |1000 |  37k|1000 |  37k|  13 |   0 |   0 |-4.920000e+02 |-2.000000e+00 |  99.59%
5.79/5.88	o -51
5.79/5.88	c b 5.1s|     1 |     0 |  1280 |     - | 101M|   0 | 984 |1000 |  37k|1000 |  37k|  13 |   0 |   0 |-4.920000e+02 |-5.100000e+01 |  89.63%
7.69/7.72	c   6.9s|     1 |     0 |  1387 |     - | 101M|   0 | 977 |1000 |  37k|1000 |  37k|  18 |   0 |   0 |-4.885000e+02 |-5.100000e+01 |  89.56%
10.09/10.15	c   9.3s|     1 |     0 |  1570 |     - | 101M|   0 | 970 |1000 |  37k|1000 |  37k|  24 |   0 |   0 |-4.850000e+02 |-5.100000e+01 |  89.48%
12.39/12.46	c  11.6s|     1 |     0 |  1747 |     - | 101M|   0 | 963 |1000 |  37k|1000 |  37k|  32 |   0 |   0 |-4.815000e+02 |-5.100000e+01 |  89.41%
14.39/14.43	c  13.5s|     1 |     0 |  1854 |     - | 101M|   0 | 960 |1000 |  37k|1000 |  37k|  36 |   0 |   0 |-4.800000e+02 |-5.100000e+01 |  89.38%
18.19/18.25	c  17.3s|     1 |     0 |  2201 |     - | 102M|   0 | 949 |1000 |  37k|1000 |  37k|  52 |   0 |   0 |-4.745000e+02 |-5.100000e+01 |  89.25%
22.58/22.65	c  21.6s|     1 |     0 |  2545 |     - | 102M|   0 | 943 |1000 |  37k|1000 |  37k|  58 |   0 |   0 |-4.715000e+02 |-5.100000e+01 |  89.18%
28.08/28.18	c  27.1s|     1 |     0 |  2977 |     - | 102M|   0 | 933 |1000 |  37k|1000 |  37k|  68 |   0 |   0 |-4.665000e+02 |-5.100000e+01 |  89.07%
34.98/35.05	c  34.0s|     1 |     0 |  3322 |     - | 102M|   0 | 929 |1000 |  37k|1000 |  37k|  77 |   0 |   0 |-4.645000e+02 |-5.100000e+01 |  89.02%
45.18/45.28	c  44.1s|     1 |     0 |  4128 |     - | 102M|   0 | 923 |1000 |  37k|1000 |  37k|  85 |   0 |   0 |-4.615000e+02 |-5.100000e+01 |  88.95%
50.78/50.88	c  49.7s|     1 |     0 |  4775 |     - | 102M|   0 | 918 |1000 |  37k|1000 |1395 |  91 |   0 |   0 |-4.590000e+02 |-5.100000e+01 |  88.89%
51.48/51.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.48/51.54	c  50.3s|     1 |     0 |  5318 |     - | 102M|   0 | 875 |1000 |  37k|1000 |1402 |  98 |   0 |   0 |-4.585000e+02 |-5.100000e+01 |  88.88%
52.28/52.38	c  51.1s|     1 |     0 |  5756 |     - | 103M|   0 | 902 |1000 |  37k|1000 |2806 |1502 |   0 |   0 |-4.550000e+02 |-5.100000e+01 |  88.79%
53.28/53.34	c  52.1s|     1 |     0 |  6547 |     - | 103M|   0 | 893 |1000 |  37k|1000 |3115 |1811 |   0 |   0 |-4.525000e+02 |-5.100000e+01 |  88.73%
54.78/54.83	c  53.6s|     1 |     0 |  7736 |     - | 103M|   0 | 890 |1000 |  37k|1000 |3494 |2190 |   0 |   0 |-4.500000e+02 |-5.100000e+01 |  88.67%
55.68/55.78	c  54.5s|     1 |     0 |  8472 |     - | 103M|   0 | 889 |1000 |  37k|1000 |3791 |2487 |   0 |   0 |-4.475000e+02 |-5.100000e+01 |  88.60%
56.88/56.95	c  55.7s|     1 |     0 |  9247 |     - | 104M|   0 | 892 |1000 |  37k|1000 |3527 |2660 |   0 |   0 |-4.450000e+02 |-5.100000e+01 |  88.54%
58.08/58.18	c  56.9s|     1 |     0 | 10323 |     - | 104M|   0 | 925 |1000 |  37k|1000 |3533 |2666 |   0 |   0 |-4.436667e+02 |-5.100000e+01 |  88.50%
62.58/62.63	c  61.3s|     1 |     0 | 10778 |     - | 104M|   0 | 890 |1000 |  37k|1000 |5533 |4666 |   0 |   0 |-4.430000e+02 |-5.100000e+01 |  88.49%
63.78/63.85	c  62.5s|     1 |     0 | 11489 |     - | 104M|   0 | 885 |1000 |  37k|1000 |5540 |4673 |   0 |   0 |-4.420000e+02 |-5.100000e+01 |  88.46%
65.58/65.63	c  64.3s|     1 |     0 | 12458 |     - | 104M|   0 | 890 |1000 |  37k|1000 |5732 |4865 |   0 |   0 |-4.400000e+02 |-5.100000e+01 |  88.41%
67.38/67.46	c  66.1s|     1 |     0 | 13792 |     - | 105M|   0 | 874 |1000 |  37k|1000 |5740 |4873 |   0 |   0 |-4.376667e+02 |-5.100000e+01 |  88.35%
68.98/69.08	c  67.7s|     1 |     0 | 14925 |     - | 105M|   0 | 884 |1000 |  37k|1000 |4351 |4934 |   0 |   0 |-4.370000e+02 |-5.100000e+01 |  88.33%
70.88/70.93	c  69.5s|     1 |     0 | 16529 |     - | 105M|   0 | 866 |1000 |  37k|1000 |4658 |5241 |   0 |   0 |-4.354167e+02 |-5.100000e+01 |  88.29%
72.77/72.89	c  71.5s|     1 |     0 | 18123 |     - | 105M|   0 | 859 |1000 |  37k|1000 |5521 |6104 |   0 |   0 |-4.305000e+02 |-5.100000e+01 |  88.15%
74.87/74.95	c  73.5s|     1 |     0 | 19658 |     - | 105M|   0 | 858 |1000 |  37k|1000 |5576 |6159 |   0 |   0 |-4.280000e+02 |-5.100000e+01 |  88.08%
76.27/76.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
76.37/76.40	c  75.0s|     1 |     0 | 20927 |     - | 105M|   0 | 855 |1000 |  37k|1000 |5691 |6274 |   0 |   0 |-4.261250e+02 |-5.100000e+01 |  88.03%
78.17/78.26	c  76.8s|     1 |     0 | 22609 |     - | 105M|   0 | 889 |1000 |  37k|1000 |5697 |6280 |   0 |   0 |-4.243333e+02 |-5.100000e+01 |  87.98%
82.57/82.61	c  81.2s|     1 |     0 | 23245 |     - | 105M|   0 | 851 |1000 |  37k|1000 |6428 |8280 |   0 |   0 |-4.233750e+02 |-5.100000e+01 |  87.95%
83.97/84.05	c  82.6s|     1 |     0 | 24150 |     - | 105M|   0 | 839 |1000 |  37k|1000 |6437 |8289 |   0 |   0 |-4.205000e+02 |-5.100000e+01 |  87.87%
85.37/85.47	c  84.0s|     1 |     0 | 24981 |     - | 106M|   0 | 834 |1000 |  37k|1000 |6548 |8400 |   0 |   0 |-4.180000e+02 |-5.100000e+01 |  87.80%
86.18/86.28	c  84.8s|     1 |     0 | 25492 |     - | 106M|   0 | 835 |1000 |  37k|1000 |6606 |8458 |   0 |   0 |-4.165000e+02 |-5.100000e+01 |  87.76%
87.67/87.77	c  86.3s|     1 |     0 | 26346 |     - | 106M|   0 | 831 |1000 |  37k|1000 |6613 |8465 |   0 |   0 |-4.145000e+02 |-5.100000e+01 |  87.70%
89.27/89.39	c  87.9s|     1 |     0 | 27251 |     - | 106M|   0 | 828 |1000 |  37k|1000 |6620 |8472 |   0 |   0 |-4.132500e+02 |-5.100000e+01 |  87.66%
91.18/91.20	c  89.7s|     1 |     0 | 28346 |     - | 106M|   0 | 821 |1000 |  37k|1000 |5198 |8527 |   0 |   0 |-4.125000e+02 |-5.100000e+01 |  87.64%
92.47/92.52	c  91.0s|     1 |     0 | 29259 |     - | 106M|   0 | 817 |1000 |  37k|1000 |5333 |8662 |   0 |   0 |-4.105000e+02 |-5.100000e+01 |  87.58%
94.67/94.70	c  93.1s|     1 |     0 | 30937 |     - | 106M|   0 | 808 |1000 |  37k|1000 |5463 |8792 |   0 |   0 |-4.070000e+02 |-5.100000e+01 |  87.47%
96.57/96.62	c  95.0s|     1 |     0 | 32185 |     - | 107M|   0 | 812 |1000 |  37k|1000 |5704 |9033 |   0 |   0 |-4.055000e+02 |-5.100000e+01 |  87.42%
98.47/98.50	c  96.9s|     1 |     0 | 33486 |     - | 107M|   0 | 807 |1000 |  37k|1000 |5712 |9041 |   0 |   0 |-4.040000e+02 |-5.100000e+01 |  87.38%
100.26/100.33	c  98.7s|     1 |     0 | 34720 |     - | 107M|   0 | 803 |1000 |  37k|1000 |5774 |9103 |   0 |   0 |-4.025000e+02 |-5.100000e+01 |  87.33%
101.96/102.06	c   100s|     1 |     0 | 35891 |     - | 107M|   0 | 798 |1000 |  37k|1000 |5424 |9228 |   0 |   0 |-4.010000e+02 |-5.100000e+01 |  87.28%
103.56/103.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
103.56/103.68	c   102s|     1 |     0 | 37002 |     - | 107M|   0 | 798 |1000 |  37k|1000 |5546 |9350 |   0 |   0 |-3.990000e+02 |-5.100000e+01 |  87.22%
106.16/106.24	c   105s|     1 |     0 | 38900 |     - | 107M|   0 | 799 |1000 |  37k|1000 |5726 |9530 |   0 |   0 |-3.968333e+02 |-5.100000e+01 |  87.15%
108.87/108.93	c   107s|     1 |     0 | 40865 |     - | 108M|   0 | 797 |1000 |  37k|1000 |6782 |  10k|   0 |   0 |-3.950000e+02 |-5.100000e+01 |  87.09%
113.36/113.45	c   112s|     1 |     0 | 43663 |     - | 108M|   0 | 794 |1000 |  37k|1000 |7262 |  11k|   0 |   0 |-3.920000e+02 |-5.100000e+01 |  86.99%
118.57/118.68	c   117s|     1 |     0 | 46959 |     - | 108M|   0 | 804 |1000 |  37k|1000 |7407 |  11k|   0 |   0 |-3.880000e+02 |-5.100000e+01 |  86.86%
122.56/122.60	c   121s|     1 |     0 | 49263 |     - | 108M|   0 | 772 |1000 |  37k|1000 |7188 |  11k|   0 |   0 |-3.860000e+02 |-5.100000e+01 |  86.79%
124.96/125.00	c   123s|     1 |     0 | 51005 |     - | 108M|   0 | 772 |1000 |  37k|1000 |7197 |  11k|   0 |   0 |-3.840000e+02 |-5.100000e+01 |  86.72%
127.47/127.54	c   126s|     1 |     0 | 52864 |     - | 108M|   0 | 764 |1000 |  37k|1000 |7208 |  11k|   0 |   0 |-3.820000e+02 |-5.100000e+01 |  86.65%
129.67/129.72	c   128s|     1 |     0 | 54221 |     - | 108M|   0 | 763 |1000 |  37k|1000 |7216 |  11k|   0 |   0 |-3.816667e+02 |-5.100000e+01 |  86.64%
132.16/132.29	c   130s|     1 |     0 | 55975 |     - | 109M|   0 | 760 |1000 |  37k|1000 |7484 |  11k|   0 |   0 |-3.800000e+02 |-5.100000e+01 |  86.58%
134.85/134.93	c   133s|     1 |     0 | 57966 |     - | 109M|   0 | 756 |1000 |  37k|1000 |7490 |  11k|   0 |   0 |-3.790000e+02 |-5.100000e+01 |  86.54%
137.96/138.03	c   136s|     1 |     0 | 60361 |     - | 109M|   0 | 831 |1000 |  37k|1000 |6901 |  11k|   0 |   0 |-3.756667e+02 |-5.100000e+01 |  86.42%
141.56/141.69	c   140s|     1 |     0 | 61279 |     - | 109M|   0 | 758 |1000 |  37k|1000 |8901 |  13k|   0 |   0 |-3.750000e+02 |-5.100000e+01 |  86.40%
145.45/145.51	c   143s|     1 |     0 | 63080 |     - | 109M|   0 | 747 |1000 |  37k|1000 |8912 |  13k|   0 |   0 |-3.735000e+02 |-5.100000e+01 |  86.35%
149.36/149.48	c   147s|     1 |     0 | 65001 |     - | 109M|   0 | 743 |1000 |  37k|1000 |8922 |  13k|   0 |   0 |-3.725000e+02 |-5.100000e+01 |  86.31%
152.16/152.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
152.16/152.23	c   150s|     1 |     0 | 66330 |     - | 109M|   0 | 742 |1000 |  37k|1000 |8974 |  13k|   0 |   0 |-3.715000e+02 |-5.100000e+01 |  86.27%
154.96/155.07	c   153s|     1 |     0 | 67572 |     - | 109M|   0 | 741 |1000 |  37k|1000 |9035 |  13k|   0 |   0 |-3.705000e+02 |-5.100000e+01 |  86.23%
157.26/157.36	c   155s|     1 |     0 | 68707 |     - | 109M|   0 | 737 |1000 |  37k|1000 |7443 |  13k|   0 |   0 |-3.695000e+02 |-5.100000e+01 |  86.20%
159.25/159.31	c   157s|     1 |     0 | 69884 |     - | 110M|   0 | 735 |1000 |  37k|1000 |7490 |  13k|   0 |   0 |-3.675000e+02 |-5.100000e+01 |  86.12%
160.55/160.61	c   158s|     1 |     0 | 70649 |     - | 110M|   0 | 731 |1000 |  37k|1000 |7499 |  14k|   0 |   0 |-3.665000e+02 |-5.100000e+01 |  86.08%
162.86/162.91	c   161s|     1 |     0 | 71897 |     - | 110M|   0 | 732 |1000 |  37k|1000 |7550 |  14k|   0 |   0 |-3.660000e+02 |-5.100000e+01 |  86.07%
165.15/165.20	c   163s|     1 |     0 | 73220 |     - | 110M|   0 | 727 |1000 |  37k|1000 |7556 |  14k|   0 |   0 |-3.655000e+02 |-5.100000e+01 |  86.05%
168.85/168.97	c   167s|     1 |     0 | 75268 |     - | 110M|   0 | 728 |1000 |  37k|1000 |7648 |  14k|   0 |   0 |-3.640000e+02 |-5.100000e+01 |  85.99%
171.65/171.76	c   169s|     1 |     0 | 76746 |     - | 110M|   0 | 722 |1000 |  37k|1000 |7288 |  14k|   0 |   0 |-3.630000e+02 |-5.100000e+01 |  85.95%
175.04/175.17	c   173s|     1 |     0 | 78655 |     - | 110M|   0 | 724 |1000 |  37k|1000 |7411 |  14k|   0 |   0 |-3.630000e+02 |-5.100000e+01 |  85.95%
178.54/178.61	c   176s|     1 |     0 | 80595 |     - | 111M|   0 | 745 |1000 |  37k|1000 |7630 |  14k|   0 |   0 |-3.623333e+02 |-5.100000e+01 |  85.92%
182.84/182.94	c   180s|     1 |     0 | 82866 |     - | 111M|   0 | 715 |1000 |  37k|1000 |7869 |  14k|   0 |   0 |-3.605000e+02 |-5.100000e+01 |  85.85%
184.95/185.05	c   183s|     1 |     0 | 84116 |     - | 111M|   0 | 769 |1000 |  37k|1000 |8003 |  14k|   0 |   0 |-3.591667e+02 |-5.100000e+01 |  85.80%
187.04/187.17	c   185s|     1 |     0 | 85452 |     - | 111M|   0 | 754 |1000 |  37k|1000 |8227 |  15k|   0 |   0 |-3.580000e+02 |-5.100000e+01 |  85.75%
191.05/191.19	c   189s|     1 |     0 | 87422 |     - | 111M|   0 | 733 |1000 |  37k|1000 |8139 |  15k|   0 |   0 |-3.570000e+02 |-5.100000e+01 |  85.71%
194.95/195.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
194.95/195.07	c   192s|     1 |     0 | 89521 |     - | 111M|   0 | 735 |1000 |  37k|1000 |8188 |  15k|   0 |   0 |-3.560000e+02 |-5.100000e+01 |  85.67%
199.14/199.26	c   197s|     1 |     0 | 91713 |     - | 112M|   0 | 710 |1000 |  37k|1000 |8343 |  15k|   0 |   0 |-3.542500e+02 |-5.100000e+01 |  85.60%
202.04/202.13	c   199s|     1 |     0 | 93101 |     - | 112M|   0 | 706 |1000 |  37k|1000 |8398 |  15k|   0 |   0 |-3.540000e+02 |-5.100000e+01 |  85.59%
205.14/205.26	c   203s|     1 |     0 | 94901 |     - | 112M|   0 | 708 |1000 |  37k|1000 |8445 |  15k|   0 |   0 |-3.522500e+02 |-5.100000e+01 |  85.52%
208.44/208.53	c   206s|     1 |     0 | 96659 |     - | 112M|   0 | 701 |1000 |  37k|1000 |8457 |  15k|   0 |   0 |-3.517500e+02 |-5.100000e+01 |  85.50%
213.53/213.67	c   211s|     1 |     0 | 99212 |     - | 112M|   0 | 771 |1000 |  37k|1000 |8256 |  15k|   0 |   0 |-3.507778e+02 |-5.100000e+01 |  85.46%
218.24/218.36	c   215s|     1 |     0 |101589 |     - | 113M|   0 | 701 |1000 |  37k|1000 |8540 |  16k|   0 |   0 |-3.505000e+02 |-5.100000e+01 |  85.45%
222.94/223.06	c   220s|     1 |     0 |103997 |     - | 113M|   0 | 747 |1000 |  37k|1000 |8551 |  16k|   0 |   0 |-3.500688e+02 |-5.100000e+01 |  85.43%
225.83/225.95	c   223s|     1 |     0 |105930 |     - | 113M|   0 | 691 |1000 |  37k|1000 |8626 |  16k|   0 |   0 |-3.475000e+02 |-5.100000e+01 |  85.32%
229.04/229.18	c   226s|     1 |     0 |107396 |     - | 113M|   0 | 749 |1000 |  37k|1000 |8737 |  16k|   0 |   0 |-3.473333e+02 |-5.100000e+01 |  85.32%
232.93/233.09	c   230s|     1 |     0 |109243 |     - | 114M|   0 | 758 |1000 |  37k|1000 |8785 |  16k|   0 |   0 |-3.460000e+02 |-5.100000e+01 |  85.26%
237.13/237.29	c   234s|     1 |     0 |111239 |     - | 114M|   0 | 770 |1000 |  37k|1000 |8097 |  16k|   0 |   0 |-3.449605e+02 |-5.100000e+01 |  85.22%
238.94/239.09	c   236s|     1 |     0 |112213 |     - | 115M|   0 | 757 |1000 |  37k|1000 |8139 |  16k|   0 |   0 |-3.442500e+02 |-5.100000e+01 |  85.19%
241.24/241.34	c   238s|     1 |     0 |113481 |     - | 115M|   0 | 760 |1000 |  37k|1000 |8246 |  16k|   0 |   0 |-3.429359e+02 |-5.100000e+01 |  85.13%
243.23/243.37	c   240s|     1 |     0 |114616 |     - | 116M|   0 | 755 |1000 |  37k|1000 |8376 |  16k|   0 |   0 |-3.419500e+02 |-5.100000e+01 |  85.09%
246.03/246.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
246.03/246.16	c   243s|     1 |     0 |116153 |     - | 117M|   0 | 726 |1000 |  37k|1000 |8423 |  16k|   0 |   0 |-3.405000e+02 |-5.100000e+01 |  85.02%
251.43/251.55	c   248s|     1 |     0 |118681 |     - | 117M|   0 | 680 |1000 |  37k|1000 |8433 |  16k|   0 |   0 |-3.400000e+02 |-5.100000e+01 |  85.00%
259.54/259.67	c   256s|     1 |     0 |122485 |     - | 117M|   0 | 762 |1000 |  37k|1000 |8083 |  16k|   0 |   0 |-3.397500e+02 |-5.100000e+01 |  84.99%
261.63/261.76	c   258s|     1 |     0 |123573 |     - | 118M|   0 | 759 |1000 |  37k|1000 |8147 |  16k|   0 |   0 |-3.388778e+02 |-5.100000e+01 |  84.95%
263.73/263.85	c   261s|     1 |     0 |124692 |     - | 118M|   0 | 767 |1000 |  37k|1000 |8317 |  16k|   0 |   0 |-3.384508e+02 |-5.100000e+01 |  84.93%
265.53/265.64	c   262s|     1 |     0 |125716 |     - | 119M|   0 | 781 |1000 |  37k|1000 |8363 |  17k|   0 |   0 |-3.382325e+02 |-5.100000e+01 |  84.92%
267.72/267.81	c   264s|     1 |     0 |126934 |     - | 120M|   0 | 777 |1000 |  37k|1000 |8408 |  17k|   0 |   0 |-3.369219e+02 |-5.100000e+01 |  84.86%
280.02/280.15	c   277s|     1 |     0 |131976 |     - | 121M|   0 | 778 |1000 |  37k|1000 |8530 |  17k|   0 |   0 |-3.357981e+02 |-5.100000e+01 |  84.81%
283.22/283.38	c   280s|     1 |     0 |133866 |     - | 122M|   0 | 741 |1000 |  37k|1000 |8230 |  17k|   0 |   0 |-3.336818e+02 |-5.100000e+01 |  84.72%
291.02/291.16	c   288s|     1 |     0 |137650 |     - | 123M|   0 | 743 |1000 |  37k|1000 |8281 |  17k|   0 |   0 |-3.323393e+02 |-5.100000e+01 |  84.65%
293.52/293.62	c   290s|     1 |     0 |139209 |     - | 123M|   0 | 731 |1000 |  37k|1000 |8368 |  17k|   0 |   0 |-3.300556e+02 |-5.100000e+01 |  84.55%
297.02/297.12	c   293s|     1 |     0 |141153 |     - | 123M|   0 | 742 |1000 |  37k|1000 |8421 |  17k|   0 |   0 |-3.291304e+02 |-5.100000e+01 |  84.50%
299.81/299.92	c   296s|     1 |     0 |142802 |     - | 124M|   0 | 767 |1000 |  37k|1000 |8767 |  17k|   0 |   0 |-3.276953e+02 |-5.100000e+01 |  84.44%
303.53/303.62	c   300s|     1 |     0 |144950 |     - | 125M|   0 | 672 |1000 |  37k|1000 |8877 |  17k|   0 |   0 |-3.255000e+02 |-5.100000e+01 |  84.33%
307.11/307.21	c   303s|     1 |     0 |146971 |     - | 126M|   0 | 743 |1000 |  37k|1000 |8646 |  17k|   0 |   0 |-3.245880e+02 |-5.100000e+01 |  84.29%
309.81/309.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
309.81/309.91	c   306s|     1 |     0 |148756 |     - | 126M|   0 | 743 |1000 |  37k|1000 |8712 |  17k|   0 |   0 |-3.228333e+02 |-5.100000e+01 |  84.20%
314.02/314.15	c   310s|     1 |     0 |150821 |     - | 127M|   0 | 696 |1000 |  37k|1000 |8798 |  18k|   0 |   0 |-3.217500e+02 |-5.100000e+01 |  84.15%
317.02/317.11	c   313s|     1 |     0 |152398 |     - | 129M|   0 | 750 |1000 |  37k|1000 |8853 |  18k|   0 |   0 |-3.214610e+02 |-5.100000e+01 |  84.13%
319.31/319.46	c   316s|     1 |     0 |153923 |     - | 130M|   0 | 763 |1000 |  37k|1000 |8869 |  18k|   0 |   0 |-3.209669e+02 |-5.100000e+01 |  84.11%
322.51/322.67	c   319s|     1 |     0 |155818 |     - | 132M|   0 | 749 |1000 |  37k|1000 |8993 |  18k|   0 |   0 |-3.201959e+02 |-5.100000e+01 |  84.07%
325.52/325.62	c   322s|     1 |     0 |157495 |     - | 134M|   0 | 770 |1000 |  37k|1000 |8723 |  18k|   0 |   0 |-3.198226e+02 |-5.100000e+01 |  84.05%
328.61/328.72	c   325s|     1 |     0 |159230 |     - | 134M|   0 | 718 |1000 |  37k|1000 |8820 |  18k|   0 |   0 |-3.185417e+02 |-5.100000e+01 |  83.99%
331.21/331.31	c   327s|     1 |     0 |160687 |     - | 135M|   0 | 734 |1000 |  37k|1000 |8918 |  18k|   0 |   0 |-3.177987e+02 |-5.100000e+01 |  83.95%
334.11/334.22	c   330s|     1 |     0 |162180 |     - | 137M|   0 | 784 |1000 |  37k|1000 |9001 |  18k|   0 |   0 |-3.174017e+02 |-5.100000e+01 |  83.93%
338.81/338.93	c   335s|     1 |     0 |164452 |     - | 138M|   0 | 778 |1000 |  37k|1000 |9303 |  18k|   0 |   0 |-3.158355e+02 |-5.100000e+01 |  83.85%
343.21/343.37	c   339s|     1 |     0 |166713 |     - | 138M|   0 | 794 |1000 |  37k|1000 |9454 |  19k|   0 |   0 |-3.140372e+02 |-5.100000e+01 |  83.76%
349.01/349.15	c   345s|     1 |     0 |169332 |     - | 139M|   0 | 778 |1000 |  37k|1000 |9035 |  19k|   0 |   0 |-3.116782e+02 |-5.100000e+01 |  83.64%
353.01/353.14	c   349s|     1 |     0 |171279 |     - | 139M|   0 | 774 |1000 |  37k|1000 |9122 |  19k|   0 |   0 |-3.101341e+02 |-5.100000e+01 |  83.56%
358.20/358.33	c   354s|     1 |     0 |173903 |     - | 139M|   0 | 793 |1000 |  37k|1000 |9229 |  19k|   0 |   0 |-3.085798e+02 |-5.100000e+01 |  83.47%
361.60/361.79	c   358s|     1 |     0 |175167 |     - | 139M|   0 | 791 |1000 |  37k|1000 |9532 |  19k|   0 |   0 |-3.078854e+02 |-5.100000e+01 |  83.44%
367.20/367.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
367.20/367.37	c   363s|     1 |     0 |177566 |     - | 139M|   0 | 774 |1000 |  37k|1000 |9659 |  19k|   0 |   0 |-3.063371e+02 |-5.100000e+01 |  83.35%
371.80/371.99	c   368s|     1 |     0 |179456 |     - | 139M|   0 | 777 |1000 |  37k|1000 |9673 |  19k|   0 |   0 |-3.053517e+02 |-5.100000e+01 |  83.30%
375.10/375.24	c   371s|     1 |     0 |180634 |     - | 139M|   0 | 801 |1000 |  37k|1000 |9403 |  19k|   0 |   0 |-3.051145e+02 |-5.100000e+01 |  83.28%
380.51/380.68	c   376s|     1 |     0 |183062 |     - | 139M|   0 | 781 |1000 |  37k|1000 |9447 |  19k|   0 |   0 |-3.031243e+02 |-5.100000e+01 |  83.18%
384.10/384.23	c   380s|     1 |     0 |184586 |     - | 139M|   0 | 784 |1000 |  37k|1000 |9461 |  19k|   0 |   0 |-3.027605e+02 |-5.100000e+01 |  83.16%
387.69/387.86	c   383s|     1 |     0 |186152 |     - | 139M|   0 | 791 |1000 |  37k|1000 |9474 |  19k|   0 |   0 |-3.021463e+02 |-5.100000e+01 |  83.12%
392.60/392.72	c   388s|     1 |     0 |188205 |     - | 139M|   0 | 788 |1000 |  37k|1000 |9555 |  19k|   0 |   0 |-3.006234e+02 |-5.100000e+01 |  83.04%
396.49/396.68	c   392s|     1 |     0 |189840 |     - | 138M|   0 | 802 |1000 |  37k|1000 |9690 |  20k|   0 |   0 |-2.998709e+02 |-5.100000e+01 |  82.99%
401.60/401.77	c   397s|     1 |     0 |191876 |     - | 138M|   0 | 790 |1000 |  37k|1000 |9279 |  20k|   0 |   0 |-2.984249e+02 |-5.100000e+01 |  82.91%
406.09/406.21	c   402s|     1 |     0 |193683 |     - | 138M|   0 | 803 |1000 |  37k|1000 |9482 |  20k|   0 |   0 |-2.976209e+02 |-5.100000e+01 |  82.86%
410.89/411.01	c   406s|     1 |     0 |195643 |     - | 138M|   0 | 816 |1000 |  37k|1000 |9534 |  20k|   0 |   0 |-2.965561e+02 |-5.100000e+01 |  82.80%
416.19/416.30	c   412s|     1 |     0 |198055 |     - | 138M|   0 | 830 |1000 |  37k|1000 |9561 |  20k|   0 |   0 |-2.954384e+02 |-5.100000e+01 |  82.74%
420.48/420.65	c   416s|     1 |     0 |199521 |     - | 139M|   0 | 831 |1000 |  37k|1000 |9704 |  20k|   0 |   0 |-2.947899e+02 |-5.100000e+01 |  82.70%
425.89/426.08	c   421s|     1 |     0 |201435 |     - | 138M|   0 | 824 |1000 |  37k|1000 |9911 |  20k|   0 |   0 |-2.939062e+02 |-5.100000e+01 |  82.65%
431.38/431.58	c   427s|     1 |     0 |203356 |     - | 138M|   0 | 814 |1000 |  37k|1000 |9693 |  20k|   0 |   0 |-2.927617e+02 |-5.100000e+01 |  82.58%
436.88/437.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
436.88/437.04	c   432s|     1 |     0 |205459 |     - | 138M|   0 | 842 |1000 |  37k|1000 |9835 |  21k|   0 |   0 |-2.917909e+02 |-5.100000e+01 |  82.52%
442.79/442.96	c   438s|     1 |     0 |207323 |     - | 138M|   0 | 822 |1000 |  37k|1000 |9917 |  21k|   0 |   0 |-2.905590e+02 |-5.100000e+01 |  82.45%
448.28/448.45	c   443s|     1 |     0 |209060 |     - | 138M|   0 | 819 |1000 |  37k|1000 |9965 |  21k|   0 |   0 |-2.895949e+02 |-5.100000e+01 |  82.39%
454.58/454.73	c   450s|     1 |     0 |211071 |     - | 138M|   0 | 811 |1000 |  37k|1000 |  10k|  21k|   0 |   0 |-2.886378e+02 |-5.100000e+01 |  82.33%
459.58/459.79	c   455s|     1 |     0 |212723 |     - | 138M|   0 | 816 |1000 |  37k|1000 |  10k|  21k|   0 |   0 |-2.882013e+02 |-5.100000e+01 |  82.30%
465.08/465.21	c   460s|     1 |     0 |214407 |     - | 138M|   0 | 829 |1000 |  37k|1000 |9871 |  21k|   0 |   0 |-2.875863e+02 |-5.100000e+01 |  82.27%
472.07/472.27	c   467s|     1 |     0 |216779 |     - | 138M|   0 | 832 |1000 |  37k|1000 |9966 |  21k|   0 |   0 |-2.863544e+02 |-5.100000e+01 |  82.19%
480.87/481.02	c   476s|     1 |     0 |219590 |     - | 138M|   0 | 825 |1000 |  37k|1000 |  10k|  21k|   0 |   0 |-2.850147e+02 |-5.100000e+01 |  82.11%
487.37/487.54	c   482s|     1 |     0 |221615 |     - | 137M|   0 | 834 |1000 |  37k|1000 |  10k|  21k|   0 |   0 |-2.841719e+02 |-5.100000e+01 |  82.05%
494.88/495.05	c   490s|     1 |     0 |224102 |     - | 137M|   0 | 822 |1000 |  37k|1000 |  10k|  21k|   0 |   0 |-2.832392e+02 |-5.100000e+01 |  81.99%
501.97/502.15	c   497s|     1 |     0 |226623 |     - | 137M|   0 | 831 |1000 |  37k|1000 |  10k|  21k|   0 |   0 |-2.823585e+02 |-5.100000e+01 |  81.94%
508.27/508.49	c   503s|     1 |     0 |228562 |     - | 137M|   0 | 837 |1000 |  37k|1000 |9826 |  21k|   0 |   0 |-2.815708e+02 |-5.100000e+01 |  81.89%
515.46/515.62	c   510s|     1 |     0 |230759 |     - | 137M|   0 | 833 |1000 |  37k|1000 |9880 |  21k|   0 |   0 |-2.808291e+02 |-5.100000e+01 |  81.84%
523.26/523.42	c   518s|     1 |     0 |233124 |     - | 137M|   0 | 847 |1000 |  37k|1000 |9985 |  22k|   0 |   0 |-2.797698e+02 |-5.100000e+01 |  81.77%
531.66/531.83	c   526s|     1 |     0 |235670 |     - | 137M|   0 | 857 |1000 |  37k|1000 |  10k|  22k|   0 |   0 |-2.785772e+02 |-5.100000e+01 |  81.69%
540.06/540.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
540.06/540.20	c   535s|     1 |     0 |237716 |     - | 137M|   0 | 853 |1000 |  37k|1000 |  10k|  22k|   0 |   0 |-2.778305e+02 |-5.100000e+01 |  81.64%
548.67/548.86	c   543s|     1 |     0 |240052 |     - | 137M|   0 | 864 |1000 |  37k|1000 |  10k|  22k|   0 |   0 |-2.768544e+02 |-5.100000e+01 |  81.58%
556.15/556.33	c   551s|     1 |     0 |241108 |     - | 137M|   0 | 862 |1000 |  37k|1000 |9954 |  22k|   0 |   0 |-2.764713e+02 |-5.100000e+01 |  81.55%
565.96/566.17	c   560s|     1 |     0 |243357 |     - | 137M|   0 | 848 |1000 |  37k|1000 |9993 |  22k|   0 |   0 |-2.757735e+02 |-5.100000e+01 |  81.51%
574.16/574.30	c   568s|     1 |     0 |245130 |     - | 137M|   0 | 860 |1000 |  37k|1000 |  10k|  22k|   0 |   0 |-2.751213e+02 |-5.100000e+01 |  81.46%
584.45/584.66	c   579s|     1 |     0 |247375 |     - | 137M|   0 | 859 |1000 |  37k|1000 |  10k|  22k|   0 |   0 |-2.742180e+02 |-5.100000e+01 |  81.40%
594.54/594.70	c   589s|     1 |     0 |249440 |     - | 137M|   0 | 873 |1000 |  37k|1000 |  10k|  22k|   0 |   0 |-2.735623e+02 |-5.100000e+01 |  81.36%
604.55/604.78	c   599s|     1 |     0 |251353 |     - | 137M|   0 | 880 |1000 |  37k|1000 |  10k|  22k|   0 |   0 |-2.728449e+02 |-5.100000e+01 |  81.31%
619.95/620.20	c   614s|     1 |     0 |254658 |     - | 137M|   0 | 883 |1000 |  37k|1000 |9988 |  22k|   0 |   0 |-2.717302e+02 |-5.100000e+01 |  81.23%
633.84/634.06	c   628s|     1 |     0 |257063 |     - | 136M|   0 | 877 |1000 |  37k|1000 |  10k|  22k|   0 |   0 |-2.709966e+02 |-5.100000e+01 |  81.18%
648.34/648.53	c   642s|     1 |     0 |259464 |     - | 136M|   0 | 880 |1000 |  37k|1000 |  10k|  22k|   0 |   0 |-2.700359e+02 |-5.100000e+01 |  81.11%
660.63/660.84	c   654s|     1 |     0 |261313 |     - | 136M|   0 | 892 |1000 |  37k|1000 |  10k|  22k|   0 |   0 |-2.696693e+02 |-5.100000e+01 |  81.09%
675.73/675.95	c   670s|     1 |     0 |263652 |     - | 136M|   0 | 888 |1000 |  37k|1000 |  10k|  22k|   0 |   0 |-2.688906e+02 |-5.100000e+01 |  81.03%
690.12/690.30	c   684s|     1 |     0 |265572 |     - | 135M|   0 | 899 |1000 |  37k|1000 |  10k|  23k|   0 |   0 |-2.684468e+02 |-5.100000e+01 |  81.00%
705.72/705.91	c   699s|     1 |     0 |267844 |     - | 135M|   0 | 889 |1000 |  37k|1000 |  10k|  23k|   0 |   0 |-2.678213e+02 |-5.100000e+01 |  80.96%
717.92/718.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
717.92/718.12	c   711s|     1 |     0 |268961 |     - | 135M|   0 | 888 |1000 |  37k|1000 |  10k|  23k|   0 |   0 |-2.674668e+02 |-5.100000e+01 |  80.93%
732.42/732.62	c   726s|     1 |     0 |271021 |     - | 135M|   0 | 903 |1000 |  37k|1000 |  10k|  23k|   0 |   0 |-2.668278e+02 |-5.100000e+01 |  80.89%
747.72/747.98	c   741s|     1 |     0 |273023 |     - | 135M|   0 | 894 |1000 |  37k|1000 |  10k|  23k|   0 |   0 |-2.662655e+02 |-5.100000e+01 |  80.85%
763.90/764.15	c   757s|     1 |     0 |275579 |     - | 135M|   0 | 902 |1000 |  37k|1000 |  10k|  23k|   0 |   0 |-2.656157e+02 |-5.100000e+01 |  80.80%
778.51/778.80	c   772s|     1 |     0 |277254 |     - | 135M|   0 | 908 |1000 |  37k|1000 |  10k|  23k|   0 |   0 |-2.653245e+02 |-5.100000e+01 |  80.78%
795.01/795.30	c   788s|     1 |     0 |279581 |     - | 135M|   0 | 899 |1000 |  37k|1000 |  10k|  23k|   0 |   0 |-2.646878e+02 |-5.100000e+01 |  80.73%
809.49/809.78	c   803s|     1 |     0 |281259 |     - | 135M|   0 | 900 |1000 |  37k|1000 |  10k|  23k|   0 |   0 |-2.644267e+02 |-5.100000e+01 |  80.71%
825.29/825.54	c   818s|     1 |     0 |283294 |     - | 135M|   0 | 914 |1000 |  37k|1000 |  10k|  23k|   0 |   0 |-2.638382e+02 |-5.100000e+01 |  80.67%
840.78/841.03	c   834s|     1 |     0 |285116 |     - | 135M|   0 | 908 |1000 |  37k|1000 |  10k|  23k|   0 |   0 |-2.634495e+02 |-5.100000e+01 |  80.64%
856.69/856.97	c   850s|     1 |     0 |287012 |     - | 135M|   0 | 911 |1000 |  37k|1000 |  10k|  23k|   0 |   0 |-2.631125e+02 |-5.100000e+01 |  80.62%
871.38/871.66	c   864s|     1 |     0 |288450 |     - | 134M|   0 | 913 |1000 |  37k|1000 |  10k|  23k|   0 |   0 |-2.628457e+02 |-5.100000e+01 |  80.60%
884.48/884.76	c   877s|     1 |     0 |289297 |     - | 134M|   0 | 915 |1000 |  37k|1000 |  10k|  23k|   0 |   0 |-2.627116e+02 |-5.100000e+01 |  80.59%
898.77/899.07	c   892s|     1 |     0 |290631 |     - | 134M|   0 | 918 |1000 |  37k|1000 |  10k|  23k|   0 |   0 |-2.624527e+02 |-5.100000e+01 |  80.57%
914.37/914.64	c   907s|     1 |     0 |292283 |     - | 134M|   0 | 913 |1000 |  37k|1000 |  10k|  23k|   0 |   0 |-2.620477e+02 |-5.100000e+01 |  80.54%
930.27/930.50	c   923s|     1 |     0 |293944 |     - | 134M|   0 | 912 |1000 |  37k|1000 |  10k|  23k|   0 |   0 |-2.616553e+02 |-5.100000e+01 |  80.51%
946.26/946.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
946.26/946.57	c   939s|     1 |     0 |295657 |     - | 134M|   0 | 926 |1000 |  37k|1000 |  10k|  23k|   0 |   0 |-2.613067e+02 |-5.100000e+01 |  80.48%
961.36/961.63	c   954s|     1 |     0 |296914 |     - | 134M|   0 | 928 |1000 |  37k|1000 |  10k|  23k|   0 |   0 |-2.611044e+02 |-5.100000e+01 |  80.47%
978.06/978.33	c   971s|     1 |     0 |298551 |     - | 133M|   0 | 925 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.606590e+02 |-5.100000e+01 |  80.43%
994.25/994.52	c   987s|     1 |     0 |300282 |     - | 133M|   0 | 923 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.601981e+02 |-5.100000e+01 |  80.40%
1010.84/1011.17	c  1003s|     1 |     0 |302252 |     - | 133M|   0 | 923 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.596906e+02 |-5.100000e+01 |  80.36%
1026.05/1026.38	c  1018s|     1 |     0 |303499 |     - | 133M|   0 | 929 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.594448e+02 |-5.100000e+01 |  80.34%
1042.94/1043.29	c  1035s|     1 |     0 |305361 |     - | 132M|   0 | 933 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.589928e+02 |-5.100000e+01 |  80.31%
1058.43/1058.76	c  1051s|     1 |     0 |306504 |     - | 132M|   0 | 934 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.587346e+02 |-5.100000e+01 |  80.29%
1074.52/1074.81	c  1067s|     1 |     0 |307829 |     - | 131M|   0 | 936 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.584564e+02 |-5.100000e+01 |  80.27%
1088.92/1089.26	c  1081s|     1 |     0 |308787 |     - | 131M|   0 | 937 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.582524e+02 |-5.100000e+01 |  80.25%
1105.02/1105.39	c  1097s|     1 |     0 |310036 |     - | 131M|   0 | 939 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.579653e+02 |-5.100000e+01 |  80.23%
1120.92/1121.22	c  1113s|     1 |     0 |311312 |     - | 130M|   0 | 947 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.576493e+02 |-5.100000e+01 |  80.21%
1138.01/1138.37	c  1130s|     1 |     0 |312754 |     - | 130M|   0 | 938 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.573540e+02 |-5.100000e+01 |  80.18%
1154.31/1154.65	c  1146s|     1 |     0 |314107 |     - | 129M|   0 | 939 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.570633e+02 |-5.100000e+01 |  80.16%
1169.91/1170.25	c  1162s|     1 |     0 |315218 |     - | 129M|   0 | 944 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.568945e+02 |-5.100000e+01 |  80.15%
1185.80/1186.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1185.80/1186.10	c  1177s|     1 |     0 |316416 |     - | 128M|   0 | 944 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.567051e+02 |-5.100000e+01 |  80.13%
1200.29/1200.63	c  1192s|     1 |     0 |317148 |     - | 128M|   0 | 941 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.566115e+02 |-5.100000e+01 |  80.13%
1217.50/1217.89	c  1209s|     1 |     0 |318563 |     - | 127M|   0 | 944 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.562196e+02 |-5.100000e+01 |  80.10%
1235.19/1235.53	c  1227s|     1 |     0 |320145 |     - | 126M|   0 | 944 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.558432e+02 |-5.100000e+01 |  80.07%
1251.59/1251.99	c  1243s|     1 |     0 |321290 |     - | 126M|   0 | 948 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.555864e+02 |-5.100000e+01 |  80.05%
1266.78/1267.15	c  1258s|     1 |     0 |321997 |     - | 124M|   0 | 956 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.554706e+02 |-5.100000e+01 |  80.04%
1284.38/1284.72	c  1276s|     1 |     0 |323446 |     - | 124M|   0 | 949 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.551225e+02 |-5.100000e+01 |  80.01%
1299.47/1299.87	c  1291s|     1 |     0 |324284 |     - | 123M|   0 | 953 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.549976e+02 |-5.100000e+01 |  80.00%
1313.97/1314.31	c  1305s|     1 |     0 |324863 |     - | 123M|   0 | 955 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.549123e+02 |-5.100000e+01 |  79.99%
1328.48/1328.86	c  1320s|     1 |     0 |325612 |     - | 123M|   0 | 959 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.547434e+02 |-5.100000e+01 |  79.98%
1345.26/1345.66	c  1336s|     1 |     0 |326751 |     - | 121M|   0 | 960 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.545054e+02 |-5.100000e+01 |  79.96%
1362.56/1362.93	c  1354s|     1 |     0 |328084 |     - | 121M|   0 | 956 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.541766e+02 |-5.100000e+01 |  79.94%
1379.15/1379.51	c  1370s|     1 |     0 |329270 |     - | 120M|   0 | 957 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.539135e+02 |-5.100000e+01 |  79.91%
1397.25/1397.62	c  1388s|     1 |     0 |330865 |     - | 119M|   0 | 962 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.535080e+02 |-5.100000e+01 |  79.88%
1414.35/1414.73	c  1405s|     1 |     0 |331994 |     - | 118M|   0 | 953 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.532289e+02 |-5.100000e+01 |  79.86%
1429.74/1430.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1429.74/1430.13	c  1421s|     1 |     0 |332608 |     - | 117M|   0 | 960 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.531632e+02 |-5.100000e+01 |  79.85%
1446.84/1447.26	c  1438s|     1 |     0 |333813 |     - | 115M|   0 | 960 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.528978e+02 |-5.100000e+01 |  79.83%
1463.23/1463.62	c  1454s|     1 |     0 |334552 |     - | 113M|   0 | 958 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.527477e+02 |-5.100000e+01 |  79.82%
1480.63/1481.04	c  1471s|     1 |     0 |335706 |     - | 112M|   0 | 969 |1000 |  37k|1000 |  10k|  24k|   0 |   0 |-2.525628e+02 |-5.100000e+01 |  79.81%
1496.13/1496.51	c  1487s|     1 |     0 |336378 |     - | 111M|   0 | 963 |1000 |  37k|1000 |  10k|  25k|   0 |   0 |-2.524286e+02 |-5.100000e+01 |  79.80%
1513.72/1514.17	c  1504s|     1 |     0 |337589 |     - | 110M|   0 | 967 |1000 |  37k|1000 |  10k|  25k|   0 |   0 |-2.521274e+02 |-5.100000e+01 |  79.77%
1529.82/1530.23	c  1520s|     1 |     0 |338323 |     - | 109M|   0 | 973 |1000 |  37k|1000 |  10k|  25k|   0 |   0 |-2.520022e+02 |-5.100000e+01 |  79.76%
1545.81/1546.27	c  1536s|     1 |     0 |339019 |     - | 108M|   0 | 972 |1000 |  37k|1000 |  10k|  25k|   0 |   0 |-2.518610e+02 |-5.100000e+01 |  79.75%
1561.52/1561.95	c  1552s|     1 |     0 |339618 |     - | 108M|   0 | 978 |1000 |  37k|1000 |  10k|  25k|   0 |   0 |-2.517586e+02 |-5.100000e+01 |  79.74%
1578.41/1578.87	c  1569s|     1 |     0 |340481 |     - | 108M|   0 | 976 |1000 |  37k|1000 |  10k|  25k|   0 |   0 |-2.516113e+02 |-5.100000e+01 |  79.73%
1594.01/1594.47	c  1584s|     1 |     0 |340921 |     - | 107M|   0 | 977 |1000 |  37k|1000 |  10k|  25k|   0 |   0 |-2.515281e+02 |-5.100000e+01 |  79.72%
1609.30/1609.79	c  1600s|     1 |     0 |341306 |     - | 107M|   0 | 980 |1000 |  37k|1000 |  10k|  25k|   0 |   0 |-2.514585e+02 |-5.100000e+01 |  79.72%
1625.30/1625.74	c  1616s|     1 |     0 |341812 |     - | 107M|   0 | 982 |1000 |  37k|1000 |  10k|  25k|   0 |   0 |-2.513794e+02 |-5.100000e+01 |  79.71%
1642.89/1643.36	c  1633s|     1 |     0 |342751 |     - | 107M|   0 | 978 |1000 |  37k|1000 |  10k|  25k|   0 |   0 |-2.511961e+02 |-5.100000e+01 |  79.70%
1658.88/1659.38	c  1649s|     1 |     0 |343234 |     - | 107M|   0 | 981 |1000 |  37k|1000 |  10k|  25k|   0 |   0 |-2.510989e+02 |-5.100000e+01 |  79.69%
1676.27/1676.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1676.27/1676.79	c  1666s|     1 |     0 |344073 |     - | 107M|   0 | 981 |1000 |  37k|1000 |  10k|  25k|   0 |   0 |-2.509529e+02 |-5.100000e+01 |  79.68%
1694.27/1694.79	c  1684s|     1 |     0 |345105 |     - | 107M|   0 | 980 |1000 |  37k|1000 |  10k|  25k|   0 |   0 |-2.507526e+02 |-5.100000e+01 |  79.66%
1710.16/1710.61	c  1700s|     1 |     0 |345602 |     - | 107M|   0 | 976 |1000 |  37k|1000 |  10k|  25k|   0 |   0 |-2.506607e+02 |-5.100000e+01 |  79.65%
1726.56/1727.07	c  1717s|     1 |     0 |346151 |     - | 107M|   0 | 987 |1000 |  37k|1000 |  10k|  25k|   0 |   0 |-2.505566e+02 |-5.100000e+01 |  79.65%
1744.65/1745.13	c  1735s|     1 |     0 |347076 |     - | 107M|   0 | 981 |1000 |  37k|1000 |  10k|  25k|   0 |   0 |-2.503345e+02 |-5.100000e+01 |  79.63%
1761.25/1761.72	c  1751s|     1 |     0 |347708 |     - | 107M|   0 | 980 |1000 |  37k|1000 |  10k|  25k|   0 |   0 |-2.501784e+02 |-5.100000e+01 |  79.61%
1778.35/1778.88	c  1768s|     1 |     0 |348381 |     - | 107M|   0 | 986 |1000 |  37k|1000 |  10k|  25k|   0 |   0 |-2.500173e+02 |-5.100000e+01 |  79.60%
1795.64/1796.14	c  1785s|     1 |     0 |349211 |     - | 107M|   0 | 986 |1000 |  37k|1000 |  10k|  25k|   0 |   0 |-2.499005e+02 |-5.100000e+01 |  79.59%
1800.04/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.15/1800.65	c  1790s|     1 |     0 |349223 |     - | 107M|   0 | 984 |1000 |  37k|1000 |  10k|  25k|   0 |   0 |-2.499004e+02 |-5.100000e+01 |  79.59%
1800.34/1800.81	c  1790s|     1 |     2 |349223 |     - | 107M|   0 | 984 |1000 |  37k|1000 |  10k|  25k|   0 |   0 |-2.499004e+02 |-5.100000e+01 |  79.59%
1800.34/1800.81	c 
1800.34/1800.81	c SCIP Status        : solving was interrupted [user interrupt]
1800.34/1800.81	c Solving Time (sec) : 1790.01
1800.34/1800.81	c Solving Nodes      : 1
1800.34/1800.81	c Primal Bound       : -5.10000000000000e+01 (47 solutions)
1800.34/1800.81	c Dual Bound         : -2.49900394126910e+02
1800.34/1800.81	c Gap                : 79.59 %
1800.44/1800.90	s SATISFIABLE
1800.44/1800.90	v x1000 x999 -x998 -x997 x996 -x995 -x994 -x993 -x992 -x991 -x990 -x989 -x988 -x987 -x986 -x985 -x984 -x983 -x982 -x981 -x980 -x979 
1800.44/1800.90	v -x978 -x977 -x976 -x975 -x974 -x973 -x972 -x971 -x970 -x969 -x968 -x967 -x966 -x965 -x964 -x963 -x962 -x961 -x960 -x959 -x958 
1800.44/1800.90	v -x957 -x956 -x955 -x954 -x953 -x952 -x951 -x950 -x949 -x948 -x947 -x946 -x945 -x944 -x943 -x942 -x941 -x940 -x939 -x938 -x937 
1800.44/1800.90	v -x936 -x935 -x934 -x933 -x932 -x931 -x930 -x929 -x928 -x927 -x926 -x925 -x924 -x923 -x922 -x921 -x920 -x919 -x918 -x917 
1800.44/1800.90	v -x916 -x915 -x914 -x913 -x912 -x911 x910 -x909 -x908 -x907 -x906 -x905 -x904 -x903 -x902 x901 -x900 -x899 -x898 -x897 -x896 -x895 
1800.44/1800.90	v -x894 -x893 -x892 -x891 -x890 -x889 -x888 -x887 -x886 -x885 -x884 -x883 -x882 -x881 -x880 -x879 -x878 -x877 -x876 -x875 
1800.44/1800.90	v -x874 -x873 -x872 -x871 -x870 -x869 x868 -x867 -x866 -x865 -x864 -x863 -x862 -x861 -x860 -x859 -x858 -x857 -x856 -x855 -x854 
1800.44/1800.90	v -x853 -x852 -x851 -x850 -x849 -x848 -x847 -x846 -x845 -x844 -x843 -x842 -x841 -x840 -x839 -x838 -x837 -x836 -x835 -x834 -x833 
1800.44/1800.90	v -x832 -x831 -x830 -x829 -x828 -x827 -x826 x825 -x824 -x823 -x822 -x821 -x820 -x819 -x818 -x817 -x816 -x815 -x814 -x813 -x812 
1800.44/1800.90	v -x811 -x810 -x809 -x808 -x807 -x806 -x805 -x804 -x803 -x802 -x801 -x800 -x799 -x798 -x797 -x796 -x795 -x794 -x793 -x792 -x791 
1800.44/1800.90	v -x790 -x789 -x788 -x787 -x786 -x785 -x784 -x783 -x782 -x781 -x780 -x779 -x778 -x777 -x776 -x775 -x774 -x773 -x772 -x771 -x770 
1800.44/1800.90	v -x769 -x768 x767 -x766 -x765 -x764 -x763 -x762 -x761 -x760 -x759 -x758 -x757 -x756 -x755 -x754 -x753 -x752 -x751 -x750 -x749 
1800.44/1800.90	v -x748 -x747 -x746 -x745 -x744 -x743 -x742 -x741 -x740 -x739 -x738 -x737 -x736 -x735 -x734 -x733 -x732 -x731 -x730 -x729 -x728 
1800.44/1800.90	v -x727 -x726 -x725 -x724 -x723 -x722 -x721 -x720 -x719 -x718 -x717 -x716 -x715 -x714 -x713 -x712 -x711 -x710 -x709 -x708 -x707 
1800.44/1800.90	v -x706 -x705 -x704 -x703 -x702 -x701 -x700 -x699 -x698 -x697 -x696 -x695 -x694 -x693 -x692 -x691 -x690 -x689 -x688 -x687 
1800.44/1800.90	v -x686 -x685 -x684 -x683 -x682 -x681 -x680 -x679 -x678 -x677 -x676 -x675 -x674 -x673 -x672 -x671 -x670 -x669 -x668 -x667 -x666 
1800.44/1800.90	v -x665 -x664 -x663 -x662 -x661 -x660 -x659 -x658 -x657 -x656 -x655 -x654 -x653 -x652 -x651 -x650 -x649 x648 -x647 -x646 -x645 
1800.44/1800.90	v -x644 -x643 -x642 -x641 -x640 -x639 -x638 -x637 -x636 -x635 -x634 -x633 -x632 -x631 -x630 -x629 -x628 -x627 -x626 -x625 -x624 
1800.44/1800.90	v -x623 -x622 -x621 -x620 -x619 -x618 -x617 x616 -x615 -x614 -x613 -x612 -x611 -x610 -x609 -x608 -x607 -x606 -x605 -x604 -x603 
1800.44/1800.90	v -x602 -x601 -x600 -x599 -x598 -x597 -x596 -x595 -x594 -x593 -x592 -x591 -x590 -x589 -x588 -x587 -x586 -x585 -x584 -x583 -x582 
1800.44/1800.90	v -x581 -x580 -x579 -x578 -x577 -x576 -x575 -x574 x573 -x572 -x571 -x570 -x569 -x568 -x567 -x566 -x565 -x564 -x563 -x562 -x561 
1800.44/1800.90	v -x560 -x559 -x558 -x557 -x556 -x555 -x554 -x553 -x552 -x551 -x550 -x549 -x548 -x547 -x546 -x545 -x544 -x543 -x542 -x541 -x540 
1800.44/1800.90	v -x539 -x538 -x537 -x536 -x535 -x534 -x533 x532 -x531 -x530 -x529 -x528 -x527 -x526 -x525 -x524 -x523 -x522 -x521 -x520 -x519 
1800.44/1800.90	v -x518 -x517 -x516 -x515 -x514 -x513 -x512 -x511 -x510 -x509 -x508 -x507 -x506 -x505 -x504 -x503 -x502 -x501 -x500 -x499 -x498 
1800.44/1800.90	v -x497 -x496 -x495 -x494 -x493 -x492 -x491 -x490 -x489 -x488 -x487 x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 
1800.44/1800.90	v -x476 -x475 -x474 -x473 -x472 -x471 -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 
1800.44/1800.90	v x456 -x455 -x454 -x453 -x452 -x451 -x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 -x437 -x436 
1800.44/1800.90	v -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 
1800.44/1800.90	v -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 
1800.44/1800.90	v -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 
1800.44/1800.90	v -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 -x361 -x360 -x359 -x358 -x357 -x356 -x355 -x354 -x353 -x352 
1800.44/1800.90	v -x351 -x350 -x349 -x348 -x347 -x346 -x345 -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 
1800.44/1800.90	v -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 -x322 -x321 -x320 -x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 -x311 -x310 
1800.44/1800.90	v -x309 -x308 -x307 -x306 -x305 -x304 -x303 -x302 -x301 -x300 x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 -x291 -x290 -x289 
1800.44/1800.90	v -x288 -x287 -x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 
1800.44/1800.90	v -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 -x260 -x259 -x258 -x257 -x256 -x255 -x254 x253 -x252 -x251 -x250 -x249 x248 x247 
1800.44/1800.90	v -x246 -x245 -x244 -x243 -x242 -x241 -x240 -x239 -x238 -x237 -x236 -x235 -x234 x233 x232 -x231 -x230 -x229 -x228 -x227 -x226 
1800.44/1800.90	v x225 -x224 x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 
1800.44/1800.90	v -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 x195 -x194 x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 
1800.44/1800.90	v -x183 -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 -x163 
1800.44/1800.90	v -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 -x146 -x145 -x144 -x143 -x142 
1800.44/1800.90	v -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 
1800.44/1800.90	v -x120 -x119 -x118 x117 -x116 x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 -x101 -x100 x99 
1800.44/1800.90	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 
1800.44/1800.90	v -x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 x52 -x51 -x50 -x49 x48 
1800.44/1800.90	v -x47 -x46 x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 x27 -x26 -x25 x24 -x23 -x22 
1800.44/1800.90	v x21 -x20 -x19 x18 x17 -x16 -x15 -x14 -x13 -x12 -x11 x10 -x9 -x8 x7 -x6 x5 x4 x3 x2 x1 
1800.44/1800.90	c SCIP Status        : solving was interrupted [user interrupt]
1800.44/1800.90	c Solving Time       :    1790.01
1800.44/1800.90	c Original Problem   :
1800.44/1800.90	c   Problem name     : HOME/instance-2665228-1276659197.opb
1800.44/1800.90	c   Variables        : 38793 (38793 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.44/1800.90	c   Constraints      : 38793 initial, 38793 maximal
1800.44/1800.90	c Presolved Problem  :
1800.44/1800.90	c   Problem name     : t_HOME/instance-2665228-1276659197.opb
1800.44/1800.90	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.44/1800.90	c   Constraints      : 37793 initial, 37793 maximal
1800.44/1800.90	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.44/1800.90	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.44/1800.90	c   dualfix          :       0.01          0          0          0          0          0          0          0          0
1800.44/1800.90	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.44/1800.90	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.44/1800.90	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.44/1800.90	c   probing          :       0.54          0          0          0          0          0          0          0          0
1800.44/1800.90	c   linear           :       0.26      37793          0          0      37793          0       1000          0          0
1800.44/1800.90	c   logicor          :       0.10          0          0          0          0          0          0          0          0
1800.44/1800.90	c   root node        :          -          0          -          -          0          -          -          -          -
1800.44/1800.90	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.44/1800.90	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.44/1800.90	c   logicor          :      37793        230        201          0          0          0          0      36055          0          0
1800.44/1800.90	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.44/1800.90	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.44/1800.90	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.44/1800.90	c   logicor          :       2.22       2.02       0.20       0.00       0.00
1800.44/1800.90	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.44/1800.90	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.44/1800.90	c   vbounds          :       0.00          2          0          0
1800.44/1800.90	c   rootredcost      :       0.00          0          0          0
1800.44/1800.90	c   pseudoobj        :       0.02        230          0          0
1800.44/1800.90	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.44/1800.90	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.44/1800.90	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.44/1800.90	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.44/1800.90	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.44/1800.90	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.44/1800.90	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.44/1800.90	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.44/1800.90	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.44/1800.90	c   cut pool         :       1.59        229          -          -       4536          -    (maximal pool size: 14571)
1800.44/1800.90	c   redcost          :       0.04        230          0          0          0          0
1800.44/1800.90	c   impliedbounds    :       0.93        227          0          0      25227          0
1800.44/1800.90	c   intobj           :       0.00          0          0          0          0          0
1800.44/1800.90	c   cgmip            :       0.00          0          0          0          0          0
1800.44/1800.90	c   gomory           :     983.35        227          0          0      82373          0
1800.44/1800.90	c   strongcg         :       2.30         20          0          0      10000          0
1800.44/1800.90	c   cmir             :       5.50         10          0          0          0          0
1800.44/1800.90	c   flowcover        :       4.92         10          0          0          0          0
1800.44/1800.90	c   clique           :      12.74        226          0          0       2047          0
1800.44/1800.90	c   zerohalf         :       0.00          0          0          0          0          0
1800.44/1800.90	c   mcf              :       0.07          1          0          0          0          0
1800.44/1800.90	c   rapidlearning    :       0.00          0          0          0          0          0
1800.44/1800.90	c Pricers            :       Time      Calls       Vars
1800.44/1800.90	c   problem variables:       0.00          0          0
1800.44/1800.90	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.44/1800.90	c   relpscost        :       0.00          1          0          0          0          0          2
1800.44/1800.90	c   pscost           :       0.00          0          0          0          0          0          0
1800.44/1800.90	c   inference        :       0.00          0          0          0          0          0          0
1800.44/1800.90	c   mostinf          :       0.00          0          0          0          0          0          0
1800.44/1800.90	c   leastinf         :       0.00          0          0          0          0          0          0
1800.44/1800.90	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.44/1800.90	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.44/1800.90	c   random           :       0.00          0          0          0          0          0          0
1800.44/1800.90	c Primal Heuristics  :       Time      Calls      Found
1800.44/1800.90	c   LP solutions     :       0.00          -          0
1800.44/1800.90	c   pseudo solutions :       0.00          -          0
1800.44/1800.90	c   crossover        :       0.00          0          0
1800.44/1800.90	c   oneopt           :       0.04          2          1
1800.44/1800.90	c   trivial          :       0.10          2          2
1800.44/1800.90	c   simplerounding   :       0.48        231         42
1800.44/1800.90	c   zirounding       :       0.01          1          0
1800.44/1800.90	c   rounding         :      13.30        231          1
1800.44/1800.90	c   shifting         :      14.38        231          1
1800.44/1800.90	c   intshifting      :       0.00          0          0
1800.44/1800.90	c   twoopt           :       0.00          0          0
1800.44/1800.90	c   fixandinfer      :       0.00          0          0
1800.44/1800.90	c   feaspump         :       0.00          0          0
1800.44/1800.90	c   coefdiving       :       0.00          0          0
1800.44/1800.90	c   pscostdiving     :       0.00          0          0
1800.44/1800.90	c   fracdiving       :       0.00          0          0
1800.44/1800.90	c   veclendiving     :       0.00          0          0
1800.44/1800.90	c   intdiving        :       0.00          0          0
1800.44/1800.90	c   actconsdiving    :       0.00          0          0
1800.44/1800.90	c   objpscostdiving  :       0.00          0          0
1800.44/1800.90	c   rootsoldiving    :       0.00          0          0
1800.44/1800.90	c   linesearchdiving :       0.00          0          0
1800.44/1800.90	c   guideddiving     :       0.00          0          0
1800.44/1800.90	c   octane           :       0.00          0          0
1800.44/1800.90	c   rens             :       0.00          0          0
1800.44/1800.90	c   rins             :       0.00          0          0
1800.44/1800.90	c   localbranching   :       0.00          0          0
1800.44/1800.90	c   mutation         :       0.00          0          0
1800.44/1800.90	c   dins             :       0.00          0          0
1800.44/1800.90	c   undercover       :       0.00          0          0
1800.44/1800.90	c   nlp              :       0.00          0          0
1800.44/1800.90	c   trysol           :       0.00          0          0
1800.44/1800.90	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.44/1800.90	c   primal LP        :       0.53          0          0       0.00       0.00
1800.44/1800.90	c   dual LP          :     732.90        231     349223    1511.79     476.49
1800.44/1800.90	c   lex dual LP      :       0.00          0          0       0.00          -
1800.44/1800.90	c   barrier LP       :       0.00          0          0       0.00          -
1800.44/1800.90	c   diving/probing LP:       0.00          0          0       0.00          -
1800.44/1800.90	c   strong branching :       0.00          0          0       0.00          -
1800.44/1800.90	c     (at root node) :          -          0          0       0.00          -
1800.44/1800.90	c   conflict analysis:       0.00          0          0       0.00          -
1800.44/1800.90	c B&B Tree           :
1800.44/1800.90	c   number of runs   :          1
1800.44/1800.90	c   nodes            :          1
1800.44/1800.90	c   nodes (total)    :          1
1800.44/1800.90	c   nodes left       :          2
1800.44/1800.90	c   max depth        :          0
1800.44/1800.90	c   max depth (total):          0
1800.44/1800.90	c   backtracks       :          0 (0.0%)
1800.44/1800.90	c   delayed cutoffs  :          0
1800.44/1800.90	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.44/1800.90	c   avg switch length:       1.00
1800.44/1800.90	c   switching time   :       0.00
1800.44/1800.90	c Solution           :
1800.44/1800.90	c   Solutions found  :         47 (4 improvements)
1800.44/1800.90	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.35 seconds, depth 0, found by <trivial>)
1800.44/1800.90	c   Primal Bound     : -5.10000000000000e+01   (in run 1, after 1 nodes, 5.03 seconds, depth 0, found by <oneopt>)
1800.44/1800.90	c   Dual Bound       : -2.49900394126910e+02
1800.44/1800.90	c   Gap              :      79.59 %
1800.44/1800.90	c   Root Dual Bound  : -2.49900394126910e+02
1800.44/1800.90	c   Root Iterations  :     349223
1800.63/1801.18	c Time complete: 1800.72.

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-2665228-1276659197/watcher-2665228-1276659197 -o /tmp/evaluation-result-2665228-1276659197/solver-2665228-1276659197 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665228-1276659197.opb -t 1800 -m 1800 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 13584
/proc/meminfo: memFree=1735116/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=9584 CPUtime=0
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 1052 0 0 0 0 0 0 0 18 0 1 0 7212133 9814016 973 1992294400 4194304 9819077 140734543158928 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13584/statm: 2396 983 371 1374 0 1017 0

[startup+0.08688 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 13584
/proc/meminfo: memFree=1735116/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=23236 CPUtime=0.08
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 4666 0 0 0 6 2 0 0 20 0 1 0 7212133 23793664 4587 1992294400 4194304 9819077 140734543158928 18446744073709551615 8678991 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13584/statm: 5809 4594 389 1374 0 4430 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23236

[startup+0.100879 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 13584
/proc/meminfo: memFree=1735116/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=24456 CPUtime=0.09
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 5017 0 0 0 7 2 0 0 20 0 1 0 7212133 25042944 4938 1992294400 4194304 9819077 140734543158928 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13584/statm: 6114 4938 389 1374 0 4735 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24456

[startup+0.300897 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 13584
/proc/meminfo: memFree=1735116/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=45392 CPUtime=0.29
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 10264 0 0 0 25 4 0 0 20 0 1 0 7212133 46481408 10161 1992294400 4194304 9819077 140734543158928 18446744073709551615 8668937 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13584/statm: 11348 10166 389 1374 0 9969 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45392

[startup+0.700932 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 13584
/proc/meminfo: memFree=1735116/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=106328 CPUtime=0.69
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 25873 0 0 0 59 10 0 0 20 0 1 0 7212133 108879872 25342 1992294400 4194304 9819077 140734543158928 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 26582 25342 450 1374 0 25203 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 106328

[startup+1.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13585
/proc/meminfo: memFree=1626360/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=127356 CPUtime=1.49
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 30121 0 0 0 137 12 0 0 23 0 1 0 7212133 130412544 29590 1992294400 4194304 9819077 140734543158928 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 31839 29590 478 1374 0 30460 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 127356

[startup+3.10115 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13585
/proc/meminfo: memFree=1610860/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=140128 CPUtime=3.09
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 37884 0 0 0 280 29 0 0 25 0 1 0 7212133 143491072 32714 1992294400 4194304 9819077 140734543158928 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 35032 32714 507 1374 0 33653 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 140128

[startup+6.30043 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13585
/proc/meminfo: memFree=1574528/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=200068 CPUtime=6.29
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 58159 0 0 0 586 43 0 0 25 0 1 0 7212133 204869632 40489 1992294400 4194304 9819077 140734543158928 18446744073709551615 6054124 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 50017 40489 665 1374 0 48638 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 200068

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13585
/proc/meminfo: memFree=1573908/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=200340 CPUtime=12.69
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 74686 0 0 0 1217 52 0 0 25 0 1 0 7212133 205148160 40598 1992294400 4194304 9819077 140734543158928 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 50085 40598 666 1374 0 48706 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 200340

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13585
/proc/meminfo: memFree=1567088/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=207180 CPUtime=25.48
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 97600 0 0 0 2485 63 0 0 25 0 1 0 7212133 212152320 42538 1992294400 4194304 9819077 140734543158928 18446744073709551615 7292323 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 51795 42538 668 1374 0 50416 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 207180

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13585
/proc/meminfo: memFree=1556672/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=179776 CPUtime=51.08
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 127794 0 0 0 5027 81 0 0 25 0 1 0 7212133 184090624 42039 1992294400 4194304 9819077 140734543158928 18446744073709551615 5883974 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 44944 42039 675 1374 0 43565 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 179776

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13587
/proc/meminfo: memFree=1550844/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=202052 CPUtime=102.27
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 192427 0 0 0 10102 125 0 0 25 0 1 0 7212133 206901248 46354 1992294400 4194304 9819077 140734543158928 18446744073709551615 7263357 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 50513 46354 675 1374 0 49134 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 202052

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13589
/proc/meminfo: memFree=1546876/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=210232 CPUtime=162.25
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 273509 0 0 0 16039 186 0 0 25 0 1 0 7212133 215277568 47058 1992294400 4194304 9819077 140734543158928 18446744073709551615 7292313 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 52558 47058 675 1374 0 51179 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 210232

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13591
/proc/meminfo: memFree=1542660/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=216320 CPUtime=222.24
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 356161 0 0 0 21977 247 0 0 25 0 1 0 7212133 221511680 48677 1992294400 4194304 9819077 140734543158928 18446744073709551615 7312705 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 54080 48677 675 1374 0 52701 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 216320

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13593
/proc/meminfo: memFree=1528276/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=232548 CPUtime=282.22
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 436038 0 0 0 27919 303 0 0 25 0 1 0 7212133 238129152 52342 1992294400 4194304 9819077 140734543158928 18446744073709551615 6656908 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 58137 52342 675 1374 0 56758 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 232548

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13593
/proc/meminfo: memFree=1509800/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=252296 CPUtime=342.21
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 521512 0 0 0 33861 360 0 0 25 0 1 0 7212133 258351104 57002 1992294400 4194304 9819077 140734543158928 18446744073709551615 6391502 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 63074 57002 675 1374 0 61695 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 252296

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13595
/proc/meminfo: memFree=1507692/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=250444 CPUtime=402.19
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 595263 0 0 0 39810 409 0 0 25 0 1 0 7212133 256454656 56451 1992294400 4194304 9819077 140734543158928 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 62611 56451 675 1374 0 61232 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 250444

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13597
/proc/meminfo: memFree=1509428/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=252084 CPUtime=462.18
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 656417 0 0 0 45760 458 0 0 25 0 1 0 7212133 258134016 57001 1992294400 4194304 9819077 140734543158928 18446744073709551615 7291643 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 63021 57001 675 1374 0 61642 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 252084

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13599
/proc/meminfo: memFree=1507692/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=250592 CPUtime=522.16
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 713815 0 0 0 51716 500 0 0 25 0 1 0 7212133 256606208 56544 1992294400 4194304 9819077 140734543158928 18446744073709551615 6391483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 62648 56544 675 1374 0 61269 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 250592

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13601
/proc/meminfo: memFree=1508064/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=250780 CPUtime=582.15
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 758899 0 0 0 57680 535 0 0 25 0 1 0 7212133 256798720 56715 1992294400 4194304 9819077 140734543158928 18446744073709551615 6198302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 62695 56715 675 1374 0 61316 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 250780

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13601
/proc/meminfo: memFree=1509552/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=250604 CPUtime=642.14
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 795709 0 0 0 63646 568 0 0 25 0 1 0 7212133 256618496 56545 1992294400 4194304 9819077 140734543158928 18446744073709551615 6044346 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 62651 56545 675 1374 0 61272 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 250604

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13611
/proc/meminfo: memFree=1508932/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=251804 CPUtime=1002.05
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 966892 0 0 0 99480 725 0 0 25 0 1 0 7212133 257847296 56612 1992294400 4194304 9819077 140734543158928 18446744073709551615 7311687 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 62951 56612 675 1374 0 61572 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 251804

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13613
/proc/meminfo: memFree=1508436/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=252304 CPUtime=1062.04
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 994936 0 0 0 105453 751 0 0 25 0 1 0 7212133 258359296 56705 1992294400 4194304 9819077 140734543158928 18446744073709551615 6044215 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 63076 56705 675 1374 0 61697 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 252304

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13615
/proc/meminfo: memFree=1508312/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=252536 CPUtime=1122.02
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 1018667 0 0 0 111431 771 0 0 25 0 1 0 7212133 258596864 56713 1992294400 4194304 9819077 140734543158928 18446744073709551615 6051991 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 63134 56713 675 1374 0 61755 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 252536

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13615
/proc/meminfo: memFree=1508312/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=252772 CPUtime=1182
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 1038091 0 0 0 117409 791 0 0 25 0 1 0 7212133 258838528 56788 1992294400 4194304 9819077 140734543158928 18446744073709551615 7292227 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 63193 56788 675 1374 0 61814 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 252772

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13617
/proc/meminfo: memFree=1508064/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=252600 CPUtime=1241.99
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 1061117 0 0 0 123385 814 0 0 25 0 1 0 7212133 258662400 56743 1992294400 4194304 9819077 140734543158928 18446744073709551615 6044386 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 63150 56743 675 1374 0 61771 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 252600

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13619
/proc/meminfo: memFree=1508064/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=252460 CPUtime=1301.98
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 1081832 0 0 0 129360 838 0 0 25 0 1 0 7212133 258519040 56705 1992294400 4194304 9819077 140734543158928 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 63115 56705 675 1374 0 61736 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 252460

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 13621
/proc/meminfo: memFree=1507568/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=252412 CPUtime=1361.96
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 1101075 0 0 0 135337 859 0 0 25 0 1 0 7212133 258469888 56669 1992294400 4194304 9819077 140734543158928 18446744073709551615 6191141 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 63103 56669 675 1374 0 61724 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 252412

[startup+1422.31 s]
/proc/loadavg: 1.15 1.03 1.01 2/107 13623
/proc/meminfo: memFree=1508684/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=251904 CPUtime=1421.95
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 1121601 0 0 0 141315 880 0 0 25 0 1 0 7212133 257949696 56550 1992294400 4194304 9819077 140734543158928 18446744073709551615 6043599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 62976 56550 675 1374 0 61597 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 251904

[startup+1482.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/107 13625
/proc/meminfo: memFree=1511164/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=249272 CPUtime=1481.93
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 1143290 0 0 0 147294 899 0 0 25 0 1 0 7212133 255254528 55919 1992294400 4194304 9819077 140734543158928 18446744073709551615 7308997 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 62318 55919 675 1374 0 60939 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 249272

[startup+1542.3 s]
/proc/loadavg: 1.12 1.05 1.01 2/107 13625
/proc/meminfo: memFree=1511288/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=249216 CPUtime=1541.92
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 1158256 0 0 0 153276 916 0 0 25 0 1 0 7212133 255197184 55893 1992294400 4194304 9819077 140734543158928 18446744073709551615 6044386 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 62304 55893 675 1374 0 60925 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 249216

[startup+1602.3 s]
/proc/loadavg: 1.12 1.05 1.01 2/107 13627
/proc/meminfo: memFree=1511040/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=249224 CPUtime=1601.9
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 1175010 0 0 0 159258 932 0 0 25 0 1 0 7212133 255205376 55919 1992294400 4194304 9819077 140734543158928 18446744073709551615 6044352 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 62306 55919 675 1374 0 60927 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 249224

[startup+1662.3 s]
/proc/loadavg: 1.10 1.06 1.01 2/107 13629
/proc/meminfo: memFree=1510916/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=249180 CPUtime=1661.89
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 1191437 0 0 0 165239 950 0 0 25 0 1 0 7212133 255160320 55947 1992294400 4194304 9819077 140734543158928 18446744073709551615 7311663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 62295 55947 675 1374 0 60916 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 249180

[startup+1722.3 s]
/proc/loadavg: 1.15 1.07 1.01 2/107 13640
/proc/meminfo: memFree=1511536/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=248312 CPUtime=1721.86
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 1206635 0 0 0 171218 968 0 0 25 0 1 0 7212133 254271488 55718 1992294400 4194304 9819077 140734543158928 18446744073709551615 6043636 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 62078 55718 675 1374 0 60699 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 248312

[startup+1782.3 s]
/proc/loadavg: 1.05 1.06 1.01 2/107 13642
/proc/meminfo: memFree=1511288/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=248780 CPUtime=1781.84
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 1225805 0 0 0 177195 989 0 0 25 0 1 0 7212133 254750720 55760 1992294400 4194304 9819077 140734543158928 18446744073709551615 6043611 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 62195 55760 675 1374 0 60816 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 248780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.04 1.05 1.01 2/107 13642
/proc/meminfo: memFree=1511412/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=248368 CPUtime=1800.04
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 1231244 0 0 0 179009 995 0 0 25 0 1 0 7212133 254328832 55733 1992294400 4194304 9819077 140734543158928 18446744073709551615 6044097 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 62092 55733 675 1374 0 60713 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 248368

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.61 s]
/proc/loadavg: 1.04 1.05 1.01 3/108 13643
/proc/meminfo: memFree=1512024/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=243116 CPUtime=1800.15
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 1232216 0 0 0 179020 995 0 0 25 0 1 0 7212133 248950784 55616 1992294400 4194304 9819077 140734543158928 18446744073709551615 7287815 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13584/statm: 60779 55616 675 1374 0 59400 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 243116

[startup+1801 s]
/proc/loadavg: 1.04 1.05 1.01 3/108 13643
/proc/meminfo: memFree=1512024/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=223612 CPUtime=1800.54
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 1232554 0 0 0 179058 996 0 0 25 0 1 0 7212133 228978688 52909 1992294400 4194304 9819077 140734543158928 18446744073709551615 6075527 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13584/statm: 55903 52909 681 1374 0 54524 0
Current children cumulated CPU time (s) 1800.54
Current children cumulated vsize (KiB) 223612

[startup+1801.1 s]
/proc/loadavg: 1.04 1.05 1.01 3/108 13643
/proc/meminfo: memFree=1512024/2059040 swapFree=4141376/4192956
[pid=13584] ppid=13582 vsize=185964 CPUtime=1800.63
/proc/13584/stat : 13584 (pbscip.linux.x8) R 13582 13584 12133 0 -1 4202496 1232556 0 0 0 179067 996 0 0 25 0 1 0 7212133 190427136 43538 1992294400 4194304 9819077 140734543158928 18446744073709551615 4698824 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13584/statm: 46491 43538 683 1374 0 45112 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (KiB) 185964

Child status: 0
Real time (s): 1801.18
CPU time (s): 1800.73
CPU user time (s): 1790.74
CPU system time (s): 9.99148
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 252920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.74
system time used= 9.99148
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1232566
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= 3
involuntary context switches= 3798

runsolver used 3.03354 second user time and 8.47371 second system time

The end

Launcher Data

Begin job on node043 at 2010-06-16 05:33:17
IDJOB=2665228
IDBENCH=48171
IDSOLVER=1168
FILE ID=node043/2665228-1276659197
PBS_JOBID= 11172441
Free space on /tmp= 62296 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_60_1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665228-1276659197/watcher-2665228-1276659197 -o /tmp/evaluation-result-2665228-1276659197/solver-2665228-1276659197 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665228-1276659197.opb -t 1800 -m 1800

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

MD5SUM BENCH= 3262a45f0e59552e467da6c31a32418a
RANDOM SEED=1754953147

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1735520 kB
Buffers:         84296 kB
Cached:         146872 kB
SwapCached:       6264 kB
Active:         112804 kB
Inactive:       132712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1735520 kB
SwapTotal:     4192956 kB
SwapFree:      4141376 kB
Dirty:            7128 kB
Writeback:           0 kB
AnonPages:       11916 kB
Mapped:          13692 kB
Slab:            56252 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182932 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= 62288 MiB
End job on node043 at 2010-06-16 06:03:20