Trace number 2665676

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)-38 1800.49 1800.93

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-2.opb
MD5SUMb94d4317cfb468b1c3dd3d790ff99d4d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-44
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -52
Optimality of the best value was proved NO
Number of variables1272
Total number of constraints94289
Number of constraints which are clauses94289
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1272
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 1272
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1272
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.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-2665676-1276503427.opb>
1.49/1.51	c original problem has 1272 variables (1272 bin, 0 int, 0 impl, 0 cont) and 94289 constraints
1.49/1.51	c problem read
1.49/1.51	c presolving settings loaded
1.69/1.75	o 0
1.69/1.75	c feasible solution found by trivial heuristic, objective value  0.000000e+00
1.69/1.75	c presolving:
2.99/3.00	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94289 upgd conss, 188578 impls, 0 clqs
5.09/5.15	c    (3.3s) probing: 101/1272 (7.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
5.09/5.15	c    (3.3s) probing aborted: 100/100 successive totally useless probings
5.09/5.15	c presolving (2 rounds):
5.09/5.15	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
5.09/5.15	c  188578 implications, 0 cliques
5.09/5.15	c presolved problem has 1272 variables (1272 bin, 0 int, 0 impl, 0 cont) and 94289 constraints
5.09/5.15	c   94289 constraints of type <logicor>
5.09/5.15	c transformed objective value is always integral (scale: 1)
5.09/5.15	c Presolving Time: 3.15
5.09/5.15	c - non default parameters ----------------------------------------------------------------------
5.09/5.15	c # SCIP version 1.2.1.2
5.09/5.15	c 
5.09/5.15	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
5.09/5.15	c # [type: int, range: [-1,2147483647], default: -1]
5.09/5.15	c conflict/interconss = 0
5.09/5.15	c 
5.09/5.15	c # should binary conflicts be preferred?
5.09/5.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.09/5.15	c conflict/preferbinary = TRUE
5.09/5.15	c 
5.09/5.15	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
5.09/5.15	c # [type: int, range: [-1,2147483647], default: 0]
5.09/5.15	c constraints/agelimit = 1
5.09/5.15	c 
5.09/5.15	c # should enforcement of pseudo solution be disabled?
5.09/5.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.09/5.15	c constraints/disableenfops = TRUE
5.09/5.15	c 
5.09/5.15	c # frequency for displaying node information lines
5.09/5.15	c # [type: int, range: [-1,2147483647], default: 100]
5.09/5.15	c display/freq = 10000
5.09/5.15	c 
5.09/5.15	c # maximal time in seconds to run
5.09/5.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.09/5.15	c limits/time = 1798.49
5.09/5.15	c 
5.09/5.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.09/5.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
5.09/5.15	c limits/memory = 1620
5.09/5.15	c 
5.09/5.15	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
5.09/5.15	c # [type: int, range: [-1,2147483647], default: 1]
5.09/5.15	c lp/solvefreq = 0
5.09/5.15	c 
5.09/5.15	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)
5.09/5.15	c # [type: char, range: {lafpsqd}, default: l]
5.09/5.15	c lp/pricing = a
5.09/5.15	c 
5.09/5.15	c # should presolving try to simplify inequalities
5.09/5.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.09/5.15	c constraints/linear/simplifyinequalities = TRUE
5.09/5.15	c 
5.09/5.15	c # should presolving try to simplify knapsacks
5.09/5.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
5.09/5.15	c constraints/knapsack/simplifyinequalities = TRUE
5.09/5.15	c 
5.09/5.15	c # priority of node selection rule <dfs> in standard mode
5.09/5.15	c # [type: int, range: [-536870912,536870911], default: 0]
5.09/5.15	c nodeselection/dfs/stdpriority = 1000000
5.09/5.15	c 
5.09/5.15	c -----------------------------------------------------------------------------------------------
5.09/5.15	c start solving
5.09/5.16	c 
7.09/7.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.09/7.14	c t 5.1s|     1 |     0 |  1395 |     - | 105M|   0 |1272 |1272 |  94k|1272 |  94k|   0 |   0 |   0 |-6.360000e+02 | 0.000000e+00 | 100.00%
7.29/7.33	o -1
7.29/7.33	c R 5.3s|     1 |     0 |  1395 |     - | 105M|   0 |1272 |1272 |  94k|1272 |  94k|   0 |   0 |   0 |-6.360000e+02 |-1.000000e+00 |  99.84%
7.49/7.56	o -2
7.49/7.56	c s 5.5s|     1 |     0 |  1395 |     - | 105M|   0 |1272 |1272 |  94k|1272 |  94k|   0 |   0 |   0 |-6.360000e+02 |-2.000000e+00 |  99.69%
20.89/20.91	c  18.8s|     1 |     0 |  1916 |     - | 105M|   0 |1202 |1272 |  94k|1272 |  94k|  10 |   0 |   0 |-6.010000e+02 |-2.000000e+00 |  99.67%
20.89/20.99	o -38
20.89/20.99	c b18.8s|     1 |     0 |  1916 |     - | 105M|   0 |1202 |1272 |  94k|1272 |  94k|  10 |   0 |   0 |-6.010000e+02 |-3.800000e+01 |  93.68%
32.89/33.00	c  30.8s|     1 |     0 |  2328 |     - | 105M|   0 |1157 |1272 |  94k|1272 |  94k|  15 |   0 |   0 |-5.785000e+02 |-3.800000e+01 |  93.43%
43.78/43.87	c  41.6s|     1 |     0 |  2647 |     - | 105M|   0 |1109 |1272 |  94k|1272 |  94k|  25 |   0 |   0 |-5.545000e+02 |-3.800000e+01 |  93.15%
58.67/58.71	c  56.4s|     1 |     0 |  3098 |     - | 105M|   0 |1066 |1272 |  94k|1272 |  94k|  33 |   0 |   0 |-5.318333e+02 |-3.800000e+01 |  92.85%
73.48/73.52	c  71.1s|     1 |     0 |  3556 |     - | 105M|   0 |1020 |1272 |  94k|1272 |  94k|  39 |   0 |   0 |-5.092500e+02 |-3.800000e+01 |  92.54%
87.57/87.68	c  85.2s|     1 |     0 |  3962 |     - | 105M|   0 | 972 |1272 |  94k|1272 |  94k|  50 |   0 |   0 |-4.852500e+02 |-3.800000e+01 |  92.17%
112.56/112.68	c   110s|     1 |     0 |  4603 |     - | 105M|   0 | 928 |1272 |  94k|1272 |  94k|  55 |   0 |   0 |-4.632500e+02 |-3.800000e+01 |  91.80%
125.76/125.85	c   123s|     1 |     0 |  4788 |     - | 105M|   0 | 905 |1272 |  94k|1272 |  94k|  59 |   0 |   0 |-4.517500e+02 |-3.800000e+01 |  91.59%
144.55/144.61	c   142s|     1 |     0 |  5255 |     - | 105M|   0 | 860 |1272 |  94k|1272 |  94k|  67 |   0 |   0 |-4.292500e+02 |-3.800000e+01 |  91.15%
172.66/172.79	c   170s|     1 |     0 |  6175 |     - | 105M|   0 | 795 |1272 |  94k|1272 |  94k|  75 |   0 |   0 |-3.967500e+02 |-3.800000e+01 |  90.42%
187.15/187.26	c   184s|     1 |     0 |  6826 |     - | 105M|   0 | 750 |1272 |  94k|1272 |  94k|  84 |   0 |   0 |-3.742500e+02 |-3.800000e+01 |  89.85%
196.94/197.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
196.94/197.01	c   194s|     1 |     0 |  7316 |     - | 105M|   0 | 704 |1272 |  94k|1272 |  94k|  92 |   0 |   0 |-3.520000e+02 |-3.800000e+01 |  89.20%
207.14/207.26	c   204s|     1 |     0 |  7851 |     - | 105M|   0 | 656 |1272 |  94k|1272 |  94k| 103 |   0 |   0 |-3.280000e+02 |-3.800000e+01 |  88.41%
223.33/223.42	c   220s|     1 |     0 |  8625 |     - | 105M|   0 | 615 |1272 |  94k|1272 |  94k| 110 |   0 |   0 |-3.067500e+02 |-3.800000e+01 |  87.61%
239.94/240.01	c   237s|     1 |     0 |  9584 |     - | 105M|   0 | 550 |1272 |  94k|1272 |  94k| 118 |   0 |   0 |-2.742500e+02 |-3.800000e+01 |  86.14%
252.93/253.05	c   250s|     1 |     0 | 10336 |     - | 105M|   0 | 502 |1272 |  94k|1272 |  94k| 133 |   0 |   0 |-2.510000e+02 |-3.800000e+01 |  84.86%
261.03/261.20	c   258s|     1 |     0 | 10865 |     - | 105M|   0 | 460 |1272 |  94k|1272 |  94k| 141 |   0 |   0 |-2.300000e+02 |-3.800000e+01 |  83.48%
271.33/271.40	c   268s|     1 |     0 | 11525 |     - | 105M|   0 | 416 |1272 |  94k|1272 |  94k| 146 |   0 |   0 |-2.080000e+02 |-3.800000e+01 |  81.73%
284.12/284.22	c   281s|     1 |     0 | 12434 |     - | 105M|   0 | 378 |1272 |  94k|1272 |  94k| 153 |   0 |   0 |-1.877500e+02 |-3.800000e+01 |  79.76%
296.12/296.21	c   293s|     1 |     0 | 13296 |     - | 105M|   0 | 332 |1272 |  94k|1272 |  94k| 161 |   0 |   0 |-1.650000e+02 |-3.800000e+01 |  76.97%
303.62/303.75	c   300s|     1 |     0 | 13933 |     - | 105M|   0 | 284 |1272 |  94k|1272 |  94k| 171 |   0 |   0 |-1.420000e+02 |-3.800000e+01 |  73.24%
312.42/312.56	c   309s|     1 |     0 | 14714 |     - | 105M|   0 | 261 |1272 |  94k|1272 |  94k| 181 |   0 |   0 |-1.215000e+02 |-3.800000e+01 |  68.72%
320.32/320.40	c   317s|     1 |     0 | 15431 |     - | 105M|   0 | 221 |1272 |  94k|1272 |  94k| 192 |   0 |   0 |-1.005000e+02 |-3.800000e+01 |  62.19%
328.41/328.59	c   325s|     1 |     0 | 16318 |     - | 105M|   0 | 187 |1272 |  94k|1272 |  94k| 201 |   0 |   0 |-7.950000e+01 |-3.800000e+01 |  52.20%
332.41/332.58	c   329s|     1 |     0 | 16853 |     - | 105M|   0 | 208 |1272 |  94k|1272 |  94k| 209 |   0 |   0 |-6.900000e+01 |-3.800000e+01 |  44.93%
335.21/335.33	c   331s|     1 |     0 | 17252 |     - | 105M|   0 | 179 |1272 |  94k|1272 |  94k| 219 |   0 |   0 |-5.350000e+01 |-3.800000e+01 |  28.97%
336.61/336.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
336.61/336.75	c   333s|     1 |     0 | 17400 |     - | 105M|   0 | 185 |1272 |  94k|1272 |  94k| 232 |   0 |   0 |-5.350000e+01 |-3.800000e+01 |  28.97%
352.21/352.32	c   348s|     1 |     0 | 17581 |     - | 105M|   0 | 209 |1272 |  94k|1272 |  94k| 244 |   0 |   0 |-5.333333e+01 |-3.800000e+01 |  28.75%
355.90/356.07	c   352s|     1 |     0 | 17862 |     - | 105M|   0 | 285 |1272 |  94k|1272 |  94k| 257 |   0 |   0 |-5.333333e+01 |-3.800000e+01 |  28.75%
381.70/381.82	c   377s|     1 |     0 | 18512 |     - | 105M|   0 | 180 |1272 |  94k|1272 |  94k| 268 |   0 |   0 |-5.333333e+01 |-3.800000e+01 |  28.75%
396.39/396.52	c   392s|     1 |     0 | 19799 |     - | 105M|   0 | 260 |1272 |  94k|1272 |  94k| 280 |   0 |   0 |-5.300000e+01 |-3.800000e+01 |  28.30%
409.79/409.96	c   405s|     1 |     0 | 21029 |     - | 105M|   0 | 406 |1272 |  94k|1272 |  94k| 288 |   0 |   0 |-5.300000e+01 |-3.800000e+01 |  28.30%
490.87/491.04	c   486s|     1 |     0 | 22206 |     - | 105M|   0 | 468 |1272 |  94k|1272 |  94k| 299 |   0 |   0 |-5.300000e+01 |-3.800000e+01 |  28.30%
591.44/591.70	c   586s|     1 |     0 | 24115 |     - | 106M|   0 | 412 |1272 |  94k|1272 |  94k| 309 |   0 |   0 |-5.300000e+01 |-3.800000e+01 |  28.30%
612.05/612.25	c   607s|     1 |     0 | 25688 |     - | 106M|   0 | 434 |1272 |  94k|1272 |  94k| 320 |   0 |   0 |-5.300000e+01 |-3.800000e+01 |  28.30%
698.52/698.70	c   693s|     1 |     0 | 26929 |     - | 106M|   0 | 296 |1272 |  94k|1272 |  94k| 327 |   0 |   0 |-5.300000e+01 |-3.800000e+01 |  28.30%
1264.38/1264.75	c  1256s|     1 |     2 | 26929 |     - | 106M|   0 | 296 |1272 |  94k|1272 |  94k| 327 |   0 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1271.29/1271.65	c  1263s| 10000 |    26 | 26929 |   0.0 | 107M|  41 |   - |1272 |  94k|   0 |   0 | 327 |  37 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1277.97/1278.39	c  1269s| 20000 |    25 | 26929 |   0.0 | 107M|  48 |   - |1272 |  94k|   0 |   0 | 327 |  83 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1284.57/1284.95	c  1276s| 30000 |    23 | 26929 |   0.0 | 107M|  49 |   - |1272 |  94k|   0 |   0 | 327 | 123 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1291.18/1291.52	c  1282s| 40000 |    23 | 26929 |   0.0 | 107M|  49 |   - |1272 |  94k|   0 |   0 | 327 | 145 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1297.87/1298.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1297.87/1298.20	c  1289s| 50000 |    24 | 26929 |   0.0 | 107M|  49 |   - |1272 |  94k|   0 |   0 | 327 | 176 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1304.67/1305.06	c  1295s| 60000 |    23 | 26929 |   0.0 | 107M|  53 |   - |1272 |  94k|   0 |   0 | 327 | 221 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1311.57/1311.96	c  1302s| 70000 |    24 | 26929 |   0.0 | 107M|  53 |   - |1272 |  94k|   0 |   0 | 327 | 258 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1318.76/1319.17	c  1309s| 80000 |    22 | 26929 |   0.0 | 107M|  53 |   - |1272 |  94k|   0 |   0 | 327 | 310 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1325.67/1326.09	c  1316s| 90000 |    25 | 26929 |   0.0 | 107M|  53 |   - |1272 |  94k|   0 |   0 | 327 | 349 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1332.57/1332.92	c  1323s|100000 |    25 | 26929 |   0.0 | 107M|  53 |   - |1272 |  94k|   0 |   0 | 327 | 382 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1339.37/1339.79	c  1329s|110000 |    24 | 26929 |   0.0 | 107M|  53 |   - |1272 |  94k|   0 |   0 | 327 | 401 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1346.47/1346.81	c  1336s|120000 |    22 | 26929 |   0.0 | 107M|  53 |   - |1272 |  94k|   0 |   0 | 327 | 449 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1353.26/1353.62	c  1343s|130000 |    22 | 26929 |   0.0 | 107M|  53 |   - |1272 |  94k|   0 |   0 | 327 | 497 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1360.05/1360.45	c  1350s|140000 |    23 | 26929 |   0.0 | 107M|  54 |   - |1272 |  94k|   0 |   0 | 327 | 530 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1366.75/1367.13	c  1356s|150000 |    23 | 26929 |   0.0 | 107M|  56 |   - |1272 |  94k|   0 |   0 | 327 | 575 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1373.35/1373.77	c  1363s|160000 |    24 | 26929 |   0.0 | 107M|  56 |   - |1272 |  94k|   0 |   0 | 327 | 618 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1380.06/1380.46	c  1369s|170000 |    25 | 26929 |   0.0 | 107M|  56 |   - |1272 |  94k|   0 |   0 | 327 | 642 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1386.95/1387.33	c  1376s|180000 |    22 | 26929 |   0.0 | 107M|  56 |   - |1272 |  94k|   0 |   0 | 327 | 690 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1394.05/1394.44	c  1383s|190000 |    28 | 26929 |   0.0 | 107M|  56 |   - |1272 |  94k|   0 |   0 | 327 | 734 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1400.85/1401.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1400.85/1401.23	c  1390s|200000 |    25 | 26929 |   0.0 | 107M|  56 |   - |1272 |  94k|   0 |   0 | 327 | 763 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1407.66/1408.01	c  1396s|210000 |    23 | 26929 |   0.0 | 107M|  56 |   - |1272 |  94k|   0 |   0 | 327 | 790 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1414.55/1414.94	c  1403s|220000 |    25 | 26929 |   0.0 | 107M|  56 |   - |1272 |  94k|   0 |   0 | 327 | 824 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1421.44/1421.87	c  1410s|230000 |    23 | 26929 |   0.0 | 107M|  56 |   - |1272 |  94k|   0 |   0 | 327 | 858 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1427.95/1428.38	c  1416s|240000 |    25 | 26929 |   0.0 | 107M|  56 |   - |1272 |  94k|   0 |   0 | 327 | 901 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1434.64/1435.01	c  1423s|250000 |    24 | 26929 |   0.0 | 107M|  56 |   - |1272 |  94k|   0 |   0 | 327 | 945 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1441.34/1441.71	c  1429s|260000 |    24 | 26929 |   0.0 | 107M|  56 |   - |1272 |  94k|   0 |   0 | 327 | 975 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1447.94/1448.33	c  1436s|270000 |    21 | 26929 |   0.0 | 107M|  56 |   - |1272 |  94k|   0 |   0 | 327 |1010 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1454.73/1455.13	c  1442s|280000 |    23 | 26929 |   0.0 | 107M|  56 |   - |1272 |  94k|   0 |   0 | 327 |1053 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1461.44/1461.83	c  1449s|290000 |    23 | 26929 |   0.0 | 107M|  56 |   - |1272 |  94k|   0 |   0 | 327 |1099 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1468.23/1468.68	c  1456s|300000 |    25 | 26929 |   0.0 | 107M|  56 |   - |1272 |  94k|   0 |   0 | 327 |1131 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1475.13/1475.56	c  1462s|310000 |    26 | 26929 |   0.0 | 107M|  56 |   - |1272 |  94k|   0 |   0 | 327 |1167 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1481.73/1482.16	c  1469s|320000 |    23 | 26929 |   0.0 | 107M|  56 |   - |1272 |  94k|   0 |   0 | 327 |1202 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1488.32/1488.77	c  1475s|330000 |    25 | 26929 |   0.0 | 107M|  56 |   - |1272 |  94k|   0 |   0 | 327 |1265 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1494.83/1495.24	c  1482s|340000 |    23 | 26929 |   0.0 | 107M|  56 |   - |1272 |  94k|   0 |   0 | 327 |1321 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1501.33/1501.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1501.33/1501.78	c  1488s|350000 |    25 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |1359 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1508.33/1508.72	c  1495s|360000 |    25 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |1390 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1515.42/1515.87	c  1502s|370000 |    24 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |1423 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1522.72/1523.18	c  1509s|380000 |    23 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |1443 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1529.92/1530.38	c  1516s|390000 |    24 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |1480 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1537.32/1537.80	c  1523s|400000 |    23 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |1543 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1544.31/1544.78	c  1530s|410000 |    22 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |1578 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1551.51/1551.91	c  1537s|420000 |    24 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |1632 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1558.61/1559.03	c  1544s|430000 |    27 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |1667 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1565.50/1565.92	c  1551s|440000 |    24 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |1706 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1572.21/1572.65	c  1558s|450000 |    22 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |1717 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1579.21/1579.67	c  1564s|460000 |    23 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |1736 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1586.10/1586.57	c  1571s|470000 |    22 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |1770 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1593.20/1593.61	c  1578s|480000 |    23 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |1799 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1599.90/1600.35	c  1585s|490000 |    24 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |1837 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1606.61/1607.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1606.61/1607.09	c  1591s|500000 |    21 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |1866 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1613.39/1613.82	c  1598s|510000 |    23 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |1906 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1620.30/1620.79	c  1605s|520000 |    24 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |1954 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1627.29/1627.73	c  1612s|530000 |    24 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |1982 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1633.99/1634.45	c  1618s|540000 |    22 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |2017 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1640.69/1641.16	c  1625s|550000 |    24 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |2045 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1647.49/1647.98	c  1631s|560000 |    23 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |2075 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1654.39/1654.90	c  1638s|570000 |    22 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |2121 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1661.09/1661.57	c  1645s|580000 |    20 | 26929 |   0.0 | 107M|  59 |   - |1272 |  94k|   0 |   0 | 327 |2146 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1667.98/1668.44	c  1651s|590000 |    24 | 26929 |   0.0 | 107M|  62 |   - |1272 |  94k|   0 |   0 | 327 |2174 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1675.08/1675.56	c  1658s|600000 |    22 | 26929 |   0.0 | 107M|  62 |   - |1272 |  94k|   0 |   0 | 327 |2222 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1682.28/1682.75	c  1665s|610000 |    24 | 26929 |   0.0 | 107M|  62 |   - |1272 |  94k|   0 |   0 | 327 |2244 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1689.38/1689.89	c  1672s|620000 |    25 | 26929 |   0.0 | 107M|  62 |   - |1272 |  94k|   0 |   0 | 327 |2271 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1696.48/1696.91	c  1679s|630000 |    22 | 26929 |   0.0 | 107M|  62 |   - |1272 |  94k|   0 |   0 | 327 |2310 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1703.27/1703.76	c  1686s|640000 |    23 | 26929 |   0.0 | 107M|  62 |   - |1272 |  94k|   0 |   0 | 327 |2337 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1710.17/1710.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1710.17/1710.69	c  1693s|650000 |    25 | 26929 |   0.0 | 107M|  62 |   - |1272 |  94k|   0 |   0 | 327 |2371 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1717.17/1717.60	c  1700s|660000 |    24 | 26929 |   0.0 | 107M|  62 |   - |1272 |  94k|   0 |   0 | 327 |2396 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1723.87/1724.30	c  1706s|670000 |    24 | 26929 |   0.0 | 107M|  62 |   - |1272 |  94k|   0 |   0 | 327 |2443 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1730.57/1731.09	c  1713s|680000 |    21 | 26929 |   0.0 | 107M|  62 |   - |1272 |  94k|   0 |   0 | 327 |2476 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1737.48/1737.91	c  1719s|690000 |    24 | 26929 |   0.0 | 107M|  62 |   - |1272 |  94k|   0 |   0 | 327 |2505 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1744.37/1744.85	c  1726s|700000 |    24 | 26929 |   0.0 | 107M|  62 |   - |1272 |  94k|   0 |   0 | 327 |2555 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1751.36/1751.83	c  1733s|710000 |    24 | 26929 |   0.0 | 107M|  62 |   - |1272 |  94k|   0 |   0 | 327 |2582 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1758.37/1758.84	c  1740s|720000 |    24 | 26929 |   0.0 | 107M|  62 |   - |1272 |  94k|   0 |   0 | 327 |2615 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1765.76/1766.21	c  1747s|730000 |    23 | 26929 |   0.0 | 107M|  62 |   - |1272 |  94k|   0 |   0 | 327 |2667 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1772.56/1773.09	c  1754s|740000 |    23 | 26929 |   0.0 | 107M|  62 |   - |1272 |  94k|   0 |   0 | 327 |2690 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1779.66/1780.10	c  1761s|750000 |    25 | 26929 |   0.0 | 107M|  62 |   - |1272 |  94k|   0 |   0 | 327 |2721 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1786.65/1787.14	c  1768s|760000 |    24 | 26929 |   0.0 | 107M|  62 |   - |1272 |  94k|   0 |   0 | 327 |2754 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1793.56/1794.03	c  1775s|770000 |    23 | 26929 |   0.0 | 107M|  62 |   - |1272 |  94k|   0 |   0 | 327 |2777 |  33 |-5.300000e+01 |-3.800000e+01 |  28.30%
1800.06/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.51	c 
1800.06/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.51	c Solving Time (sec) : 1780.89
1800.06/1800.51	c Solving Nodes      : 779442
1800.06/1800.51	c Primal Bound       : -3.80000000000000e+01 (18 solutions)
1800.06/1800.51	c Dual Bound         : -5.29999999995771e+01
1800.06/1800.51	c Gap                : 28.30 %
1800.06/1800.56	s SATISFIABLE
1800.06/1800.56	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 
1800.06/1800.56	v -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 
1800.06/1800.56	v -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 
1800.06/1800.56	v -x79 x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 
1800.06/1800.56	v -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 
1800.06/1800.56	v -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 
1800.06/1800.56	v -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 
1800.06/1800.56	v -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 
1800.06/1800.56	v -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 
1800.06/1800.56	v -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 
1800.06/1800.56	v -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 
1800.06/1800.56	v -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 
1800.06/1800.56	v -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 
1800.06/1800.56	v -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 
1800.06/1800.56	v -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 x331 -x332 
1800.06/1800.56	v -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 x349 -x350 -x351 -x352 -x353 
1800.06/1800.56	v -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 
1800.06/1800.56	v -x375 -x376 -x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 
1800.06/1800.56	v -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 
1800.06/1800.56	v -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 
1800.06/1800.56	v -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 
1800.06/1800.56	v -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 x478 -x479 
1800.06/1800.56	v -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 
1800.06/1800.56	v -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 x514 -x515 -x516 -x517 -x518 -x519 -x520 
1800.06/1800.56	v -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 
1800.06/1800.56	v -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 
1800.06/1800.56	v -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 x574 -x575 -x576 -x577 -x578 x579 -x580 -x581 -x582 -x583 
1800.06/1800.56	v -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 
1800.06/1800.56	v -x605 -x606 -x607 -x608 -x609 x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 
1800.06/1800.56	v -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 x645 -x646 
1800.06/1800.56	v -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 
1800.06/1800.56	v -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 
1800.06/1800.56	v -x689 -x690 -x691 -x692 -x693 -x694 -x695 x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 x709 
1800.06/1800.56	v -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 
1800.06/1800.56	v -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 
1800.06/1800.56	v -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 
1800.06/1800.56	v -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 x792 -x793 
1800.06/1800.56	v -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 x811 -x812 -x813 -x814 
1800.06/1800.56	v -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 
1800.06/1800.56	v -x835 -x836 -x837 -x838 -x839 x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 
1800.06/1800.56	v -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 
1800.06/1800.56	v -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 x887 -x888 -x889 -x890 -x891 -x892 x893 -x894 -x895 -x896 -x897 -x898 
1800.06/1800.56	v -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 
1800.06/1800.56	v -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 x934 -x935 -x936 -x937 -x938 -x939 
1800.06/1800.56	v -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 x956 -x957 -x958 -x959 -x960 
1800.06/1800.56	v -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 
1800.06/1800.56	v -x982 -x983 x984 -x985 -x986 x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 
1800.06/1800.56	v -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 
1800.06/1800.56	v -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 
1800.06/1800.56	v -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 x1051 -x1052 -x1053 -x1054 -x1055 -x1056 
1800.06/1800.56	v -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 
1800.06/1800.56	v -x1075 -x1076 -x1077 -x1078 -x1079 x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 
1800.06/1800.56	v -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 
1800.06/1800.56	v -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 x1125 -x1126 -x1127 -x1128 
1800.06/1800.56	v -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 
1800.06/1800.56	v -x1147 -x1148 -x1149 -x1150 -x1151 x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 
1800.06/1800.56	v -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 
1800.06/1800.56	v -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 
1800.06/1800.56	v x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 
1800.06/1800.56	v -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 
1800.06/1800.56	v -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 x1248 -x1249 -x1250 -x1251 -x1252 -x1253 
1800.06/1800.56	v -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 
1800.06/1800.56	v x1272 
1800.06/1800.56	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.56	c Solving Time       :    1780.89
1800.06/1800.56	c Original Problem   :
1800.06/1800.56	c   Problem name     : HOME/instance-2665676-1276503427.opb
1800.06/1800.56	c   Variables        : 1272 (1272 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.56	c   Constraints      : 94289 initial, 94289 maximal
1800.06/1800.56	c Presolved Problem  :
1800.06/1800.56	c   Problem name     : t_HOME/instance-2665676-1276503427.opb
1800.06/1800.56	c   Variables        : 1272 (1272 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.56	c   Constraints      : 94289 initial, 94294 maximal
1800.06/1800.56	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.56	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.56	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.56	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.56	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.56	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.56	c   probing          :       1.98          0          0          0          0          0          0          0          0
1800.06/1800.56	c   logicor          :       0.29          0          0          0          0          0          0          0          0
1800.06/1800.56	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.56	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.56	c   integral         :          0          0          0          1          0          0          0          0          0          2
1800.06/1800.56	c   logicor          :      94289+        36     784274          0          0      38223    1287412          0          0          0
1800.06/1800.56	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.56	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.56	c   integral         :     559.30       0.00       0.00     559.30       0.00
1800.06/1800.56	c   logicor          :     140.95       0.55     140.40       0.00       0.00
1800.06/1800.56	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.56	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.56	c   vbounds          :       0.88          2          0          0
1800.06/1800.56	c   rootredcost      :       0.71          0          0          0
1800.06/1800.56	c   pseudoobj        :     153.26    1241997     297597     359652
1800.06/1800.56	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.56	c   propagation      :      66.29      38223       2801       2801       41.0          0        0.0          -
1800.06/1800.56	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.56	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.56	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.56	c   pseudo solution  :     137.87      53690          0          0        0.0          0        0.0          -
1800.06/1800.56	c   applied globally :          -          -          -       2801       41.0          -          -          -
1800.06/1800.56	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.56	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.56	c   cut pool         :       0.01         35          -          -        109          -    (maximal pool size: 611)
1800.06/1800.56	c   redcost          :       0.01         36          0          0          0          0
1800.06/1800.56	c   impliedbounds    :       0.14         36          0          0          0          0
1800.06/1800.56	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.56	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.56	c   gomory           :     255.86         36          0          0      16743          0
1800.06/1800.56	c   strongcg         :       7.46         20          0          0      10000          0
1800.06/1800.56	c   cmir             :      31.69         10          0          0          0          0
1800.06/1800.56	c   flowcover        :      33.57         10          0          0          0          0
1800.06/1800.56	c   clique           :       2.35         36          0          0        335          0
1800.06/1800.56	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.56	c   mcf              :       0.18          1          0          0          0          0
1800.06/1800.56	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.56	c Pricers            :       Time      Calls       Vars
1800.06/1800.56	c   problem variables:       0.00          0          0
1800.06/1800.56	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.56	c   relpscost        :     559.30          1          0          0          0          0          2
1800.06/1800.56	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.56	c   inference        :       5.15     391802          0          0          0          0     783604
1800.06/1800.56	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.56	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.56	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.56	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.56	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.56	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.56	c   LP solutions     :       0.00          -          0
1800.06/1800.56	c   pseudo solutions :       0.00          -          0
1800.06/1800.56	c   crossover        :       0.00          0          0
1800.06/1800.56	c   oneopt           :       0.64          2          1
1800.06/1800.56	c   trivial          :       0.06          2          3
1800.06/1800.56	c   simplerounding   :       0.10         37         10
1800.06/1800.56	c   zirounding       :       0.03          1          1
1800.06/1800.56	c   rounding         :       2.26         37          1
1800.06/1800.56	c   shifting         :       2.98         37          1
1800.06/1800.56	c   intshifting      :       0.00          0          0
1800.06/1800.56	c   twoopt           :       0.00          0          0
1800.06/1800.56	c   fixandinfer      :       0.00          0          0
1800.06/1800.56	c   feaspump         :       0.00          0          0
1800.06/1800.56	c   coefdiving       :       0.00          0          0
1800.06/1800.56	c   pscostdiving     :       0.00          0          0
1800.06/1800.56	c   fracdiving       :       0.00          0          0
1800.06/1800.56	c   veclendiving     :       0.00          0          0
1800.06/1800.56	c   intdiving        :       0.00          0          0
1800.06/1800.56	c   actconsdiving    :       0.00          0          0
1800.06/1800.56	c   objpscostdiving  :       0.00          0          0
1800.06/1800.56	c   rootsoldiving    :       0.00          0          0
1800.06/1800.56	c   linesearchdiving :       0.00          0          0
1800.06/1800.56	c   guideddiving     :       0.00          0          0
1800.06/1800.56	c   octane           :       0.00          0          0
1800.06/1800.56	c   rens             :       3.87          1          1
1800.06/1800.56	c   rins             :       0.00          0          0
1800.06/1800.56	c   localbranching   :       0.00          0          0
1800.06/1800.56	c   mutation         :       0.00          0          0
1800.06/1800.56	c   dins             :       0.00          0          0
1800.06/1800.56	c   undercover       :       0.00          0          0
1800.06/1800.56	c   nlp              :       0.42          0          0
1800.06/1800.56	c   trysol           :       0.42          0          0
1800.06/1800.56	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.56	c   primal LP        :       0.55          0          0       0.00       0.00
1800.06/1800.56	c   dual LP          :     350.11         37      26929     727.81      76.92
1800.06/1800.56	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.56	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.56	c   diving/probing LP:       0.00          0          0       0.00          -
1800.06/1800.56	c   strong branching :     559.30         33      32628     988.73      58.34
1800.06/1800.56	c     (at root node) :          -         33      32628     988.73          -
1800.06/1800.56	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.56	c B&B Tree           :
1800.06/1800.56	c   number of runs   :          1
1800.06/1800.56	c   nodes            :     779442
1800.06/1800.56	c   nodes (total)    :     779442
1800.06/1800.56	c   nodes left       :         22
1800.06/1800.56	c   max depth        :         62
1800.06/1800.56	c   max depth (total):         62
1800.06/1800.56	c   backtracks       :     143456 (18.4%)
1800.06/1800.56	c   delayed cutoffs  :       2060
1800.06/1800.56	c   repropagations   :       2428 (7324 domain reductions, 1871 cutoffs)
1800.06/1800.56	c   avg switch length:       2.00
1800.06/1800.56	c   switching time   :      47.44
1800.06/1800.56	c Solution           :
1800.06/1800.56	c   Solutions found  :         18 (4 improvements)
1800.06/1800.56	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.13 seconds, depth 0, found by <trivial>)
1800.06/1800.56	c   Primal Bound     : -3.80000000000000e+01   (in run 1, after 1 nodes, 18.75 seconds, depth 0, found by <oneopt>)
1800.06/1800.56	c   Dual Bound       : -5.29999999995771e+01
1800.06/1800.56	c   Gap              :      28.30 %
1800.06/1800.56	c   Root Dual Bound  : -5.29999999999999e+01
1800.06/1800.56	c   Root Iterations  :      26929
1800.45/1800.92	c Time complete: 1800.47.

Verifier Data

OK	-38

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665676-1276503427/watcher-2665676-1276503427 -o /tmp/evaluation-result-2665676-1276503427/solver-2665676-1276503427 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665676-1276503427.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.12 1.09 1.03 3/107 27713
/proc/meminfo: memFree=1721960/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=9288 CPUtime=0
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 1037 0 0 0 0 0 0 0 20 0 1 0 23998437 9510912 958 1992294400 4194304 9819077 140737219927456 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27713/statm: 2322 968 371 1374 0 943 0

[startup+0.0111381 s]
/proc/loadavg: 1.12 1.09 1.03 3/107 27713
/proc/meminfo: memFree=1721960/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=10376 CPUtime=0
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 1540 0 0 0 0 0 0 0 20 0 1 0 23998437 10625024 1461 1992294400 4194304 9819077 140737219927456 18446744073709551615 8678242 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27713/statm: 2594 1461 373 1374 0 1215 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10376

[startup+0.101143 s]
/proc/loadavg: 1.12 1.09 1.03 3/107 27713
/proc/meminfo: memFree=1721960/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=15148 CPUtime=0.09
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 2710 0 0 0 9 0 0 0 22 0 1 0 23998437 15511552 2631 1992294400 4194304 9819077 140737219927456 18446744073709551615 5649586 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27713/statm: 3787 2631 388 1374 0 2408 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15148

[startup+0.301161 s]
/proc/loadavg: 1.12 1.09 1.03 3/107 27713
/proc/meminfo: memFree=1721960/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=19508 CPUtime=0.29
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 3812 0 0 0 28 1 0 0 22 0 1 0 23998437 19976192 3733 1992294400 4194304 9819077 140737219927456 18446744073709551615 4240576 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27713/statm: 4877 3733 388 1374 0 3498 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19508

[startup+0.700197 s]
/proc/loadavg: 1.12 1.09 1.03 3/107 27713
/proc/meminfo: memFree=1721960/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=27260 CPUtime=0.69
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 5762 0 0 0 67 2 0 0 24 0 1 0 23998437 27914240 5683 1992294400 4194304 9819077 140737219927456 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27713/statm: 6815 5683 388 1374 0 5436 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27260

[startup+1.50027 s]
/proc/loadavg: 1.12 1.09 1.03 2/108 27714
/proc/meminfo: memFree=1693928/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=44880 CPUtime=1.49
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 10171 0 0 0 145 4 0 0 25 0 1 0 23998437 45957120 10092 1992294400 4194304 9819077 140737219927456 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27713/statm: 11220 10092 388 1374 0 9841 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44880

[startup+3.10141 s]
/proc/loadavg: 1.12 1.09 1.03 2/108 27714
/proc/meminfo: memFree=1625232/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=121316 CPUtime=3.09
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 42027 0 0 0 270 39 0 0 25 0 1 0 23998437 124227584 28474 1992294400 4194304 9819077 140737219927456 18446744073709551615 4993934 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 30329 28474 495 1374 0 28950 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121316

[startup+6.3017 s]
/proc/loadavg: 1.11 1.09 1.03 2/108 27714
/proc/meminfo: memFree=1577492/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=248552 CPUtime=6.29
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 70802 0 0 0 579 50 0 0 25 0 1 0 23998437 254517248 47430 1992294400 4194304 9819077 140737219927456 18446744073709551615 7292002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 62138 47430 627 1374 0 60759 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 248552

[startup+12.7013 s]
/proc/loadavg: 1.10 1.09 1.03 2/108 27714
/proc/meminfo: memFree=1535084/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=266560 CPUtime=12.69
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 89843 0 0 0 1204 65 0 0 25 0 1 0 23998437 272957440 47156 1992294400 4194304 9819077 140737219927456 18446744073709551615 6199022 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 66640 47156 664 1374 0 65261 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 266560

[startup+25.5014 s]
/proc/loadavg: 1.08 1.08 1.03 2/108 27714
/proc/meminfo: memFree=1535580/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=265060 CPUtime=25.48
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 103758 0 0 0 2477 71 0 0 25 0 1 0 23998437 271421440 47039 1992294400 4194304 9819077 140737219927456 18446744073709551615 6191175 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 66265 47039 665 1374 0 64886 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 265060

[startup+51.1017 s]
/proc/loadavg: 1.11 1.09 1.03 2/108 27716
/proc/meminfo: memFree=1537068/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=262952 CPUtime=51.08
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 130943 0 0 0 5025 83 0 0 25 0 1 0 23998437 269262848 46942 1992294400 4194304 9819077 140737219927456 18446744073709551615 7292327 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 65738 46942 666 1374 0 64359 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 262952

[startup+102.309 s]
/proc/loadavg: 1.05 1.07 1.03 2/108 27718
/proc/meminfo: memFree=1533968/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=259996 CPUtime=102.27
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 172280 0 0 0 10125 102 0 0 25 0 1 0 23998437 266235904 47429 1992294400 4194304 9819077 140737219927456 18446744073709551615 7292289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 64999 47429 669 1374 0 63620 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 259996

[startup+162.302 s]
/proc/loadavg: 1.02 1.06 1.02 2/108 27718
/proc/meminfo: memFree=1531612/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=259076 CPUtime=162.25
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 214314 0 0 0 16104 121 0 0 25 0 1 0 23998437 265293824 48023 1992294400 4194304 9819077 140737219927456 18446744073709551615 7292010 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 64769 48023 669 1374 0 63390 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 259076

[startup+222.302 s]
/proc/loadavg: 1.00 1.05 1.02 2/108 27720
/proc/meminfo: memFree=1525908/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=254312 CPUtime=222.24
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 284075 0 0 0 22067 157 0 0 25 0 1 0 23998437 260415488 49431 1992294400 4194304 9819077 140737219927456 18446744073709551615 6198288 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 63578 49431 676 1374 0 62199 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 254312

[startup+282.301 s]
/proc/loadavg: 1.00 1.03 1.01 2/108 27722
/proc/meminfo: memFree=1527892/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=248040 CPUtime=282.22
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 369979 0 0 0 28026 196 0 0 25 0 1 0 23998437 253992960 48984 1992294400 4194304 9819077 140737219927456 18446744073709551615 6198342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 62010 48984 676 1374 0 60631 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 248040

[startup+342.302 s]
/proc/loadavg: 1.00 1.03 1.01 2/108 27724
/proc/meminfo: memFree=1534960/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=241324 CPUtime=342.21
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 496710 0 0 0 33962 259 0 0 25 0 1 0 23998437 247115776 47022 1992294400 4194304 9819077 140737219927456 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 60331 47022 676 1374 0 58952 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 241324

[startup+402.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/108 27724
/proc/meminfo: memFree=1529752/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=248372 CPUtime=402.2
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 571432 0 0 0 39913 307 0 0 25 0 1 0 23998437 254332928 48687 1992294400 4194304 9819077 140737219927456 18446744073709551615 6191141 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 62093 48687 676 1374 0 60714 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 248372

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/108 27726
/proc/meminfo: memFree=1531736/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=253228 CPUtime=462.18
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 580395 0 0 0 45886 332 0 0 25 0 1 0 23998437 259305472 47811 1992294400 4194304 9819077 140737219927456 18446744073709551615 6555529 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 63307 47811 676 1374 0 61928 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 253228

[startup+522.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/108 27728
/proc/meminfo: memFree=1530868/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=254376 CPUtime=522.17
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 598741 0 0 0 51860 357 0 0 25 0 1 0 23998437 260481024 48000 1992294400 4194304 9819077 140737219927456 18446744073709551615 6555543 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 63594 48000 676 1374 0 62215 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 254376

[startup+582.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/108 27730
/proc/meminfo: memFree=1526900/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=258000 CPUtime=582.15
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 614276 0 0 0 57833 382 0 0 25 0 1 0 23998437 264192000 49424 1992294400 4194304 9819077 140737219927456 18446744073709551615 7290952 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 64500 49424 676 1374 0 63121 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 258000

[startup+642.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/108 27732
/proc/meminfo: memFree=1530372/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=257068 CPUtime=642.14
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 655799 0 0 0 63801 413 0 0 25 0 1 0 23998437 263237632 48103 1992294400 4194304 9819077 140737219927456 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 64267 48103 676 1374 0 62888 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 257068

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 27742
/proc/meminfo: memFree=1517476/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=326472 CPUtime=1002.05
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 968671 0 0 0 99608 597 0 0 25 0 1 0 23998437 334307328 51461 1992294400 4194304 9819077 140737219927456 18446744073709551615 7291643 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 81618 51461 717 1374 0 80239 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 326472

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 27742
/proc/meminfo: memFree=1514624/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=326472 CPUtime=1062.03
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 1023405 0 0 0 105579 624 0 0 25 0 1 0 23998437 334307328 51379 1992294400 4194304 9819077 140737219927456 18446744073709551615 7292321 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 81618 51379 717 1374 0 80239 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 326472

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 27744
/proc/meminfo: memFree=1515988/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=326472 CPUtime=1122.02
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 1065435 0 0 0 111558 644 0 0 25 0 1 0 23998437 334307328 51828 1992294400 4194304 9819077 140737219927456 18446744073709551615 7312845 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 81618 51828 717 1374 0 80239 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 326472

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 27746
/proc/meminfo: memFree=1516236/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=328340 CPUtime=1182
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 1121257 0 0 0 117530 670 0 0 25 0 1 0 23998437 336220160 51955 1992294400 4194304 9819077 140737219927456 18446744073709551615 6198284 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 82085 51955 717 1374 0 80706 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 328340

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 27748
/proc/meminfo: memFree=1515988/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=326472 CPUtime=1241.99
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 1169359 0 0 0 123505 694 0 0 25 0 1 0 23998437 334307328 51745 1992294400 4194304 9819077 140737219927456 18446744073709551615 7480823 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 81618 51745 717 1374 0 80239 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 326472

[startup+1302.3 s]
/proc/loadavg: 1.10 1.03 1.01 2/108 27753
/proc/meminfo: memFree=1528636/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=258596 CPUtime=1301.98
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 1194821 0 0 0 129415 783 0 0 25 0 1 0 23998437 264802304 48492 1992294400 4194304 9819077 140737219927456 18446744073709551615 5907496 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 64649 48492 721 1374 0 63270 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 258596

[startup+1362.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/108 27753
/proc/meminfo: memFree=1528636/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=258596 CPUtime=1361.96
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 1194821 0 0 0 135292 904 0 0 25 0 1 0 23998437 264802304 48492 1992294400 4194304 9819077 140737219927456 18446744073709551615 5907472 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 64649 48492 721 1374 0 63270 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 258596

[startup+1422.31 s]
/proc/loadavg: 1.01 1.02 1.00 2/108 27755
/proc/meminfo: memFree=1528636/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=258596 CPUtime=1421.95
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 1194821 0 0 0 141172 1023 0 0 25 0 1 0 23998437 264802304 48492 1992294400 4194304 9819077 140737219927456 18446744073709551615 4999867 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 64649 48492 721 1374 0 63270 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 258596

[startup+1482.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/108 27757
/proc/meminfo: memFree=1528636/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=258596 CPUtime=1481.93
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 1194821 0 0 0 147052 1141 0 0 25 0 1 0 23998437 264802304 48492 1992294400 4194304 9819077 140737219927456 18446744073709551615 5506251 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 64649 48492 721 1374 0 63270 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 258596

[startup+1542.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/108 27759
/proc/meminfo: memFree=1528636/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=258596 CPUtime=1541.91
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 1194821 0 0 0 152929 1262 0 0 25 0 1 0 23998437 264802304 48492 1992294400 4194304 9819077 140737219927456 18446744073709551615 5907472 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 64649 48492 721 1374 0 63270 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 258596

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 27759
/proc/meminfo: memFree=1528388/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=258596 CPUtime=1601.9
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 1194821 0 0 0 158811 1379 0 0 25 0 1 0 23998437 264802304 48492 1992294400 4194304 9819077 140737219927456 18446744073709551615 5907483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 64649 48492 721 1374 0 63270 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 258596

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 27761
/proc/meminfo: memFree=1528388/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=258596 CPUtime=1661.88
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 1194821 0 0 0 164688 1500 0 0 25 0 1 0 23998437 264802304 48492 1992294400 4194304 9819077 140737219927456 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 64649 48492 721 1374 0 63270 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 258596

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 27763
/proc/meminfo: memFree=1528140/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=258596 CPUtime=1721.87
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 1194821 0 0 0 170563 1624 0 0 25 0 1 0 23998437 264802304 48492 1992294400 4194304 9819077 140737219927456 18446744073709551615 4208935 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 64649 48492 721 1374 0 63270 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 258596

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 27765
/proc/meminfo: memFree=1527892/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=258596 CPUtime=1781.85
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 1194821 0 0 0 176452 1733 0 0 25 0 1 0 23998437 264802304 48492 1992294400 4194304 9819077 140737219927456 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 64649 48492 721 1374 0 63270 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 258596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 27765
/proc/meminfo: memFree=1527892/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=258596 CPUtime=1800.06
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 1194821 0 0 0 178236 1770 0 0 25 0 1 0 23998437 264802304 48492 1992294400 4194304 9819077 140737219927456 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27713/statm: 64649 48492 721 1374 0 63270 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 258596

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.00 1.00 1.00 2/109 27766
/proc/meminfo: memFree=1527884/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=257832 CPUtime=1800.17
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 1194822 0 0 0 178247 1770 0 0 25 0 1 0 23998437 264019968 48308 1992294400 4194304 9819077 140737219927456 18446744073709551615 6075548 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27713/statm: 64458 48308 722 1374 0 63079 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 257832

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/109 27766
/proc/meminfo: memFree=1527884/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=212772 CPUtime=1800.35
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 1194915 0 0 0 178265 1770 0 0 25 0 1 0 23998437 217878528 37057 1992294400 4194304 9819077 140737219927456 18446744073709551615 4998563 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27713/statm: 53193 37057 722 1374 0 51814 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 212772

[startup+1800.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/109 27766
/proc/meminfo: memFree=1527884/2059040 swapFree=4140108/4192956
[pid=27713] ppid=27711 vsize=60684 CPUtime=1800.45
/proc/27713/stat : 27713 (pbscip.linux.x8) R 27711 27713 27055 0 -1 4202496 1194915 0 0 0 178273 1772 0 0 25 0 1 0 23998437 62140416 13368 1992294400 4194304 9819077 140737219927456 18446744073709551615 6180569 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27713/statm: 15171 13368 722 1374 0 13792 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 60684

Child status: 0
Real time (s): 1800.93
CPU time (s): 1800.49
CPU user time (s): 1782.76
CPU system time (s): 17.7283
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 356480

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

runsolver used 2.95555 second user time and 8.5427 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-14 10:17:07
IDJOB=2665676
IDBENCH=2257
IDSOLVER=1168
FILE ID=node025/2665676-1276503427
PBS_JOBID= 11173401
Free space on /tmp= 62568 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-2.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-2665676-1276503427/watcher-2665676-1276503427 -o /tmp/evaluation-result-2665676-1276503427/solver-2665676-1276503427 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665676-1276503427.opb -t 1800 -m 1800

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

MD5SUM BENCH= b94d4317cfb468b1c3dd3d790ff99d4d
RANDOM SEED=1834379661

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1722488 kB
Buffers:        100772 kB
Cached:         142692 kB
SwapCached:       6908 kB
Active:         106120 kB
Inactive:       150932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1722488 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:            8512 kB
Writeback:           0 kB
AnonPages:       11336 kB
Mapped:          12816 kB
Slab:            57600 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181680 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= 62564 MiB
End job on node025 at 2010-06-14 10:47:10