Trace number 3690949

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
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixedSAT-46 1797.09 1797.38

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-5.opb
MD5SUM20471e978018d28aed0ca16c46de4e3d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-51
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -51
Optimality of the best value was proved NO
Number of variables1272
Total number of constraints94226
Number of constraints which are clauses94226
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 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3690949-1338018837.opb>
0.09/0.19	c original problem has 1272 variables (1272 bin, 0 int, 0 impl, 0 cont) and 94226 constraints
0.09/0.19	c problem read in 0.19
0.39/0.41	o 0
0.39/0.42	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.39/0.42	c presolving:
0.88/0.95	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 94226 upgd conss, 188452 impls, 0 clqs
1.28/1.36	c    (1.4s) probing: 51/1272 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.28/1.36	c    (1.4s) probing aborted: 50/50 successive totally useless probings
1.28/1.39	c presolving (2 rounds):
1.28/1.39	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.28/1.39	c  188452 implications, 0 cliques
1.28/1.39	c presolved problem has 1272 variables (1272 bin, 0 int, 0 impl, 0 cont) and 94226 constraints
1.28/1.39	c   94226 constraints of type <setppc>
1.28/1.39	c transformed objective value is always integral (scale: 1)
1.28/1.39	c Presolving Time: 1.14
1.28/1.39	c - non default parameters ----------------------------------------------------------------------
1.28/1.39	c # SCIP version 2.1.1.4
1.28/1.39	c 
1.28/1.39	c # maximal time in seconds to run
1.28/1.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.28/1.39	c limits/time = 1797
1.28/1.39	c 
1.28/1.39	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.28/1.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.28/1.39	c limits/memory = 13950
1.28/1.39	c 
1.28/1.39	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.28/1.39	c # [type: int, range: [1,2], default: 1]
1.28/1.39	c timing/clocktype = 2
1.28/1.39	c 
1.28/1.39	c # belongs reading time to solving time?
1.28/1.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.28/1.39	c timing/reading = TRUE
1.28/1.39	c 
1.28/1.39	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.28/1.39	c # [type: int, range: [-1,2147483647], default: -1]
1.28/1.39	c separating/rapidlearning/freq = 0
1.28/1.39	c 
1.28/1.39	c -----------------------------------------------------------------------------------------------
1.28/1.39	c start solving
1.38/1.42	c 
2.79/2.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.79/2.84	c t 2.8s|     1 |     0 |  1272 |     - | 112M|   0 |1272 |1272 |  94k|1272 |  94k|   0 |   0 |   0 |-6.360000e+02 | 0.000000e+00 |    Inf 
2.89/2.91	o -1
2.89/2.91	c R 2.9s|     1 |     0 |  1272 |     - | 112M|   0 |1272 |1272 |  94k|1272 |  94k|   0 |   0 |   0 |-6.360000e+02 |-1.000000e+00 |  Large 
4.09/4.17	c   4.2s|     1 |     0 |  1498 |     - | 112M|   0 |1205 |1272 |  94k|1272 |  94k|   6 |   0 |   0 |-6.025000e+02 |-1.000000e+00 |  Large 
4.30/4.32	o -38
4.30/4.32	c b 4.2s|     1 |     0 |  1498 |     - | 112M|   0 |1205 |1272 |  94k|1272 |  94k|   6 |   0 |   0 |-6.025000e+02 |-3.800000e+01 |1485.53%
6.18/6.23	c   6.2s|     1 |     0 |  1697 |     - | 112M|   0 |1162 |1272 |  94k|1272 |  94k|  14 |   0 |   0 |-5.810000e+02 |-3.800000e+01 |1428.95%
8.70/8.76	c   8.8s|     1 |     0 |  1815 |     - | 112M|   0 |1135 |1272 |  94k|1272 |  94k|  23 |   0 |   0 |-5.675000e+02 |-3.800000e+01 |1393.42%
12.19/12.22	c  12.2s|     1 |     0 |  2066 |     - | 112M|   0 |1061 |1272 |  94k|1272 |  94k|  63 |   0 |   0 |-5.305000e+02 |-3.800000e+01 |1296.05%
16.68/16.79	c  16.8s|     1 |     0 |  2280 |     - | 112M|   0 |1013 |1272 |  94k|1272 |  94k|  72 |   0 |   0 |-5.065000e+02 |-3.800000e+01 |1232.89%
21.18/21.20	c  21.2s|     1 |     0 |  2482 |     - | 112M|   0 | 970 |1272 |  94k|1272 |  94k|  82 |   0 |   0 |-4.829000e+02 |-3.800000e+01 |1170.79%
26.08/26.19	c  26.2s|     1 |     0 |  2721 |     - | 112M|   0 | 917 |1272 |  94k|1272 |  94k| 101 |   0 |   0 |-4.562500e+02 |-3.800000e+01 |1100.66%
31.08/31.12	c  31.1s|     1 |     0 |  2932 |     - | 112M|   0 | 888 |1272 |  94k|1272 |  94k| 115 |   0 |   0 |-4.417500e+02 |-3.800000e+01 |1062.50%
35.78/35.88	c  35.9s|     1 |     0 |  3093 |     - | 112M|   0 | 840 |1272 |  94k|1272 |  94k| 127 |   0 |   0 |-4.177500e+02 |-3.800000e+01 | 999.34%
40.48/40.59	c  40.6s|     1 |     0 |  3293 |     - | 112M|   0 | 795 |1272 |  94k|1272 |  94k| 143 |   0 |   0 |-3.952500e+02 |-3.800000e+01 | 940.13%
41.38/41.47	c  41.5s|     1 |     0 |  3584 |     - | 112M|   0 | 728 |1272 |  94k|1272 |  94k| 156 |   0 |   0 |-3.617500e+02 |-3.800000e+01 | 851.97%
42.37/42.47	c  42.5s|     1 |     0 |  3984 |     - | 112M|   0 | 683 |1272 |  94k|1272 |  94k| 166 |   0 |   0 |-3.392500e+02 |-3.800000e+01 | 792.76%
43.48/43.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.48/43.53	c  43.5s|     1 |     0 |  4382 |     - | 112M|   0 | 634 |1272 |  94k|1272 |  94k| 177 |   0 |   0 |-3.165000e+02 |-3.800000e+01 | 732.89%
45.77/45.80	c  45.8s|     1 |     0 |  5962 |     - | 113M|   0 | 586 |1272 |  94k|1272 |  94k| 191 |   0 |   0 |-2.925000e+02 |-3.800000e+01 | 669.74%
47.48/47.58	c  47.6s|     1 |     0 |  7170 |     - | 113M|   0 | 511 |1272 |  94k|1272 |  94k| 213 |   0 |   0 |-2.550000e+02 |-3.800000e+01 | 571.05%
52.37/52.42	c  52.4s|     1 |     0 | 10223 |     - | 113M|   0 | 465 |1272 |  94k|1272 |  94k| 232 |   0 |   0 |-2.325000e+02 |-3.800000e+01 | 511.84%
53.68/53.73	c  53.7s|     1 |     0 | 10936 |     - | 113M|   0 | 425 |1272 |  94k|1272 |  94k| 245 |   0 |   0 |-2.120000e+02 |-3.800000e+01 | 457.89%
55.27/55.33	c  55.3s|     1 |     0 | 12087 |     - | 113M|   0 | 386 |1272 |  94k|1272 |  94k| 260 |   0 |   0 |-1.922500e+02 |-3.800000e+01 | 405.92%
59.57/59.60	c  59.6s|     1 |     0 | 15234 |     - | 113M|   0 | 348 |1272 |  94k|1272 |  94k| 276 |   0 |   0 |-1.727500e+02 |-3.800000e+01 | 354.61%
61.97/62.05	c  62.0s|     1 |     0 | 17236 |     - | 113M|   0 | 307 |1272 |  94k|1272 |  94k| 283 |   0 |   0 |-1.535000e+02 |-3.800000e+01 | 303.95%
62.37/62.45	c  62.4s|     1 |     0 | 17523 |     - | 113M|   0 | 292 |1272 |  94k|1272 |  94k| 288 |   0 |   0 |-1.460000e+02 |-3.800000e+01 | 284.21%
62.78/62.82	c  62.8s|     1 |     0 | 17930 |     - | 113M|   0 | 256 |1272 |  94k|1272 |  94k| 294 |   0 |   0 |-1.190000e+02 |-3.800000e+01 | 213.16%
62.88/62.98	c  63.0s|     1 |     0 | 18007 |     - | 113M|   0 | 238 |1272 |  94k|1272 |  94k| 295 |   0 |   0 |-1.100000e+02 |-3.800000e+01 | 189.47%
63.08/63.14	c  63.1s|     1 |     0 | 18100 |     - | 113M|   0 | 222 |1272 |  94k|1272 |  94k| 297 |   0 |   0 |-1.015000e+02 |-3.800000e+01 | 167.11%
63.68/63.78	c  63.8s|     1 |     0 | 18914 |     - | 113M|   0 | 203 |1272 |  94k|1272 |  94k| 301 |   0 |   0 |-8.550000e+01 |-3.800000e+01 | 125.00%
64.07/64.13	c  64.1s|     1 |     0 | 19222 |     - | 113M|   0 | 146 |1272 |  94k|1272 |  94k| 307 |   0 |   0 |-7.000000e+01 |-3.800000e+01 |  84.21%
64.17/64.28	c  64.3s|     1 |     0 | 19317 |     - | 113M|   0 | 128 |1272 |  94k|1272 |  94k| 309 |   0 |   0 |-6.250000e+01 |-3.800000e+01 |  64.47%
64.27/64.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
64.27/64.37	c  64.4s|     1 |     0 | 19350 |     - | 113M|   0 | 117 |1272 |  94k|1272 |  94k| 311 |   0 |   0 |-5.700000e+01 |-3.800000e+01 |  50.00%
64.57/64.60	c  64.6s|     1 |     0 | 19493 |     - | 113M|   0 | 120 |1272 |  94k|1272 |  94k| 318 |   0 |   0 |-5.512500e+01 |-3.800000e+01 |  45.07%
64.67/64.73	c  64.7s|     1 |     0 | 19576 |     - | 113M|   0 | 126 |1272 |  94k|1272 |  94k| 329 |   0 |   0 |-5.433333e+01 |-3.800000e+01 |  42.98%
64.67/64.80	c  64.8s|     1 |     0 | 19593 |     - | 113M|   0 | 122 |1272 |  94k|1272 |  94k| 336 |   0 |   0 |-5.425000e+01 |-3.800000e+01 |  42.76%
64.78/64.86	c  64.9s|     1 |     0 | 19604 |     - | 113M|   0 | 123 |1272 |  94k|1272 |  94k| 345 |   0 |   0 |-5.425000e+01 |-3.800000e+01 |  42.76%
64.88/64.94	c  64.9s|     1 |     0 | 19639 |     - | 113M|   0 | 120 |1272 |  94k|1272 |  94k| 355 |   0 |   0 |-5.425000e+01 |-3.800000e+01 |  42.76%
64.97/65.04	c  65.0s|     1 |     0 | 19675 |     - | 113M|   0 | 138 |1272 |  94k|1272 |  94k| 361 |   0 |   0 |-5.425000e+01 |-3.800000e+01 |  42.76%
65.17/65.20	c  65.2s|     1 |     0 | 19729 |     - | 113M|   0 | 136 |1272 |  94k|1272 |  94k| 370 |   0 |   0 |-5.425000e+01 |-3.800000e+01 |  42.76%
65.27/65.36	c  65.4s|     1 |     0 | 19790 |     - | 113M|   0 | 150 |1272 |  94k|1272 |  94k| 379 |   0 |   0 |-5.425000e+01 |-3.800000e+01 |  42.76%
73.27/73.30	c  73.3s|     1 |     2 | 19790 |     - | 113M|   0 | 150 |1272 |  94k|1272 |  94k| 379 |   0 |  33 |-5.425000e+01 |-3.800000e+01 |  42.76%
95.16/95.21	o -39
95.16/95.21	c c95.2s|     8 |     9 | 20977 | 169.6 | 116M|   7 |   - |1272 |  94k|1272 |  94k| 379 |   0 | 192 |-5.350000e+01 |-3.900000e+01 |  37.18%
115.26/115.34	o -41
115.26/115.34	c p 115s|    16 |    17 | 21837 | 136.5 | 117M|   9 |   - |1272 |  94k|1272 |  94k| 379 |   0 | 341 |-5.350000e+01 |-4.100000e+01 |  30.49%
279.24/279.32	o -42
279.24/279.32	c l 279s|    77 |    78 | 31483 | 153.9 | 125M|  21 |   - |1272 |  94k|1272 |  94k| 379 |   0 |1296 |-5.350000e+01 |-4.200000e+01 |  27.38%
283.73/283.89	c   284s|   100 |   101 | 33189 | 135.3 | 126M|  21 | 123 |1272 |  94k|1272 |  94k| 379 |   0 |1305 |-5.350000e+01 |-4.200000e+01 |  27.38%
290.24/290.31	o -43
290.24/290.31	c p 290s|   122 |   123 | 36048 | 134.4 | 128M|  21 |   - |1272 |  94k|1272 |  94k| 379 |   0 |1316 |-5.350000e+01 |-4.300000e+01 |  24.42%
312.83/312.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
312.83/312.90	c   313s|   200 |   201 | 45093 | 127.2 | 133M|  23 |  80 |1272 |  94k|1272 |  94k| 379 |   0 |1347 |-5.350000e+01 |-4.300000e+01 |  24.42%
325.93/326.02	o -44
325.93/326.02	c l 326s|   245 |   246 | 50426 | 125.6 | 137M|  24 |   - |1272 |  94k|1272 |  94k| 379 |   0 |1358 |-5.350000e+01 |-4.400000e+01 |  21.59%
339.63/339.75	c   340s|   300 |   301 | 56989 | 124.4 | 139M|  27 |  53 |1272 |  94k|1272 |  94k| 379 |   0 |1379 |-5.350000e+01 |-4.400000e+01 |  21.59%
356.52/356.60	c   357s|   400 |   395 | 63994 | 110.8 | 144M|  35 |  83 |1272 |  94k|1272 |  94k| 379 |   0 |1408 |-5.350000e+01 |-4.400000e+01 |  21.59%
373.02/373.19	c   373s|   500 |   491 | 70847 | 102.3 | 147M|  38 | 102 |1272 |  94k|1272 |  94k| 379 |   0 |1437 |-5.350000e+01 |-4.400000e+01 |  21.59%
388.42/388.51	c   389s|   600 |   573 | 77454 |  96.3 | 151M|  42 |  52 |1272 |  94k|1272 |  94k| 379 |   0 |1473 |-5.350000e+01 |-4.400000e+01 |  21.59%
403.31/403.43	c   403s|   700 |   649 | 83564 |  91.2 | 154M|  42 | 102 |1272 |  94k|1272 |  94k| 379 |   0 |1511 |-5.333333e+01 |-4.400000e+01 |  21.21%
422.61/422.73	c   423s|   800 |   749 | 92182 |  90.6 | 159M|  42 | 115 |1272 |  94k|1272 |  94k| 379 |   0 |1538 |-5.333333e+01 |-4.400000e+01 |  21.21%
441.21/441.31	c   441s|   900 |   849 | 99583 |  88.8 | 163M|  42 |  74 |1272 |  94k|1272 |  94k| 379 |   0 |1566 |-5.300000e+01 |-4.400000e+01 |  20.45%
460.91/461.00	c   461s|  1000 |   949 |107237 |  87.5 | 167M|  42 |  84 |1272 |  94k|1272 |  94k| 379 |   0 |1594 |-5.300000e+01 |-4.400000e+01 |  20.45%
474.71/474.87	c   475s|  1100 |  1049 |112717 |  84.6 | 170M|  42 |  96 |1272 |  94k|1272 |  94k| 379 |   0 |1621 |-5.300000e+01 |-4.400000e+01 |  20.45%
495.60/495.79	c   496s|  1200 |  1149 |121216 |  84.6 | 174M|  42 | 125 |1272 |  94k|1272 |  94k| 379 |   0 |1656 |-5.300000e+01 |-4.400000e+01 |  20.45%
521.40/521.55	c   522s|  1300 |  1249 |132400 |  86.7 | 178M|  42 |  98 |1272 |  94k|1272 |  94k| 379 |   0 |1701 |-5.300000e+01 |-4.400000e+01 |  20.45%
544.30/544.44	c   544s|  1400 |  1349 |141282 |  86.8 | 183M|  47 |  91 |1272 |  94k|1272 |  94k| 379 |   0 |1747 |-5.300000e+01 |-4.400000e+01 |  20.45%
565.49/565.60	c   566s|  1500 |  1449 |151623 |  87.9 | 187M|  47 |  82 |1272 |  94k|1272 |  94k| 379 |   0 |1774 |-5.300000e+01 |-4.400000e+01 |  20.45%
583.49/583.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
583.49/583.67	c   584s|  1600 |  1549 |158994 |  87.1 | 190M|  47 | 111 |1272 |  94k|1272 |  94k| 379 |   0 |1802 |-5.300000e+01 |-4.400000e+01 |  20.45%
603.19/603.32	c   603s|  1700 |  1649 |166086 |  86.1 | 195M|  47 |  95 |1272 |  94k|1272 |  94k| 379 |   0 |1846 |-5.300000e+01 |-4.400000e+01 |  20.45%
625.48/625.60	c   626s|  1800 |  1749 |176362 |  87.0 | 199M|  47 | 114 |1272 |  94k|1272 |  94k| 379 |   0 |1882 |-5.300000e+01 |-4.400000e+01 |  20.45%
641.09/641.27	c   641s|  1900 |  1849 |182451 |  85.7 | 203M|  47 | 113 |1272 |  94k|1272 |  94k| 379 |   0 |1908 |-5.300000e+01 |-4.400000e+01 |  20.45%
664.78/664.90	c   665s|  2000 |  1949 |191925 |  86.1 | 206M|  47 | 146 |1272 |  94k|1272 |  94k| 379 |   0 |1952 |-5.300000e+01 |-4.400000e+01 |  20.45%
674.08/674.28	o -45
674.08/674.28	c o 674s|  2053 |  2002 |196020 |  85.9 | 208M|  47 |   0 |1272 |  94k|1272 |  94k| 379 |   0 |1969 |-5.300000e+01 |-4.500000e+01 |  17.78%
686.77/686.94	c   687s|  2100 |  2004 |201613 |  86.6 | 209M|  47 | 106 |1272 |  94k|1272 |  94k| 379 |   0 |1987 |-5.300000e+01 |-4.500000e+01 |  17.78%
710.57/710.77	c   711s|  2200 |  2104 |211406 |  87.1 | 213M|  47 | 101 |1272 |  94k|1272 |  94k| 379 |   0 |2036 |-5.300000e+01 |-4.500000e+01 |  17.78%
728.97/729.12	c   729s|  2300 |  2204 |219875 |  87.0 | 217M|  51 | 113 |1272 |  94k|1272 |  94k| 379 |   0 |2067 |-5.300000e+01 |-4.500000e+01 |  17.78%
757.26/757.41	c   757s|  2400 |  2304 |230706 |  87.9 | 222M|  51 |  90 |1272 |  94k|1272 |  94k| 379 |   0 |2111 |-5.300000e+01 |-4.500000e+01 |  17.78%
780.95/781.18	c   781s|  2500 |  2404 |241637 |  88.8 | 226M|  51 | 142 |1272 |  94k|1272 |  94k| 379 |   0 |2155 |-5.300000e+01 |-4.500000e+01 |  17.78%
808.46/808.68	c   809s|  2600 |  2504 |254414 |  90.3 | 231M|  51 |  83 |1272 |  94k|1272 |  94k| 379 |   0 |2199 |-5.300000e+01 |-4.500000e+01 |  17.78%
831.14/831.33	c   831s|  2700 |  2604 |264259 |  90.6 | 235M|  51 | 101 |1272 |  94k|1272 |  94k| 379 |   0 |2235 |-5.300000e+01 |-4.500000e+01 |  17.78%
862.94/863.13	c   863s|  2800 |  2704 |279372 |  92.7 | 239M|  51 | 102 |1272 |  94k|1272 |  94k| 379 |   0 |2290 |-5.300000e+01 |-4.500000e+01 |  17.78%
885.84/886.05	c   886s|  2900 |  2804 |288710 |  92.8 | 244M|  51 | 139 |1272 |  94k|1272 |  94k| 379 |   0 |2323 |-5.300000e+01 |-4.500000e+01 |  17.78%
924.03/924.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
924.03/924.20	c   924s|  3000 |  2904 |305362 |  95.2 | 248M|  51 | 147 |1272 |  94k|1272 |  94k| 379 |   0 |2390 |-5.300000e+01 |-4.500000e+01 |  17.78%
973.83/974.06	c   974s|  3100 |  3004 |328080 |  99.5 | 253M|  51 |  89 |1272 |  94k|1272 |  94k| 379 |   0 |2451 |-5.300000e+01 |-4.500000e+01 |  17.78%
1011.73/1011.98	c  1012s|  3200 |  3104 |346438 | 102.1 | 257M|  51 | 114 |1272 |  94k|1272 |  94k| 379 |   0 |2474 |-5.300000e+01 |-4.500000e+01 |  17.78%
1050.32/1050.52	c  1051s|  3300 |  3204 |365761 | 104.9 | 262M|  51 |  90 |1272 |  94k|1272 |  94k| 379 |   0 |2496 |-5.300000e+01 |-4.500000e+01 |  17.78%
1088.31/1088.55	c  1089s|  3400 |  3304 |383649 | 107.0 | 266M|  51 |  96 |1272 |  94k|1272 |  94k| 379 |   0 |2504 |-5.300000e+01 |-4.500000e+01 |  17.78%
1133.20/1133.47	c  1133s|  3500 |  3404 |405543 | 110.2 | 271M|  51 |  86 |1272 |  94k|1272 |  94k| 379 |   0 |2533 |-5.300000e+01 |-4.500000e+01 |  17.78%
1164.00/1164.20	c  1164s|  3600 |  3504 |422076 | 111.8 | 275M|  51 | 103 |1272 |  94k|1272 |  94k| 379 |   0 |2545 |-5.300000e+01 |-4.500000e+01 |  17.78%
1201.20/1201.41	c  1201s|  3700 |  3604 |439542 | 113.5 | 279M|  51 |  95 |1272 |  94k|1272 |  94k| 379 |   0 |2554 |-5.300000e+01 |-4.500000e+01 |  17.78%
1207.50/1207.75	o -46
1207.50/1207.75	c p1208s|  3715 |  3598 |442586 | 113.8 | 280M|  51 |   - |1272 |  94k|1272 |  94k| 379 |   0 |2555 |-5.300000e+01 |-4.600000e+01 |  15.22%
1227.89/1228.11	c  1228s|  3800 |  3683 |455006 | 114.6 | 283M|  51 | 137 |1272 |  94k|1272 |  94k| 379 |   0 |2557 |-5.300000e+01 |-4.600000e+01 |  15.22%
1262.59/1262.84	c  1263s|  3900 |  3783 |473738 | 116.4 | 288M|  51 | 144 |1272 |  94k|1272 |  94k| 379 |   0 |2563 |-5.300000e+01 |-4.600000e+01 |  15.22%
1286.57/1286.88	c  1287s|  4000 |  3883 |488017 | 117.1 | 292M|  51 |  82 |1272 |  94k|1272 |  94k| 379 |   0 |2568 |-5.300000e+01 |-4.600000e+01 |  15.22%
1331.87/1332.19	c  1332s|  4100 |  3981 |508643 | 119.3 | 297M|  51 |  94 |1272 |  94k|1272 |  94k| 379 |   0 |2636 |-5.300000e+01 |-4.600000e+01 |  15.22%
1369.06/1369.31	c  1369s|  4200 |  4077 |524628 | 120.2 | 301M|  51 | 111 |1272 |  94k|1272 |  94k| 379 |   0 |2721 |-5.300000e+01 |-4.600000e+01 |  15.22%
1397.77/1398.06	c  1398s|  4300 |  4177 |540565 | 121.1 | 305M|  51 | 102 |1272 |  94k|1272 |  94k| 379 |   0 |2753 |-5.300000e+01 |-4.600000e+01 |  15.22%
1431.26/1431.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1431.26/1431.57	c  1432s|  4400 |  4275 |557020 | 122.1 | 310M|  51 | 126 |1272 |  94k|1272 |  94k| 379 |   0 |2820 |-5.300000e+01 |-4.600000e+01 |  15.22%
1463.65/1463.93	c  1464s|  4500 |  4375 |571789 | 122.7 | 314M|  51 | 108 |1272 |  94k|1272 |  94k| 379 |   0 |2870 |-5.300000e+01 |-4.600000e+01 |  15.22%
1498.24/1498.54	c  1499s|  4600 |  4471 |587795 | 123.5 | 319M|  51 |  96 |1272 |  94k|1272 |  94k| 379 |   0 |2937 |-5.300000e+01 |-4.600000e+01 |  15.22%
1528.64/1528.99	c  1529s|  4700 |  4571 |603621 | 124.2 | 324M|  51 | 159 |1272 |  94k|1272 |  94k| 379 |   0 |2978 |-5.300000e+01 |-4.600000e+01 |  15.22%
1569.53/1569.87	c  1570s|  4800 |  4667 |623410 | 125.8 | 328M|  51 | 132 |1272 |  94k|1272 |  94k| 379 |   0 |3024 |-5.300000e+01 |-4.600000e+01 |  15.22%
1603.62/1603.92	c  1604s|  4900 |  4763 |640325 | 126.7 | 333M|  51 |  97 |1272 |  94k|1272 |  94k| 379 |   0 |3078 |-5.300000e+01 |-4.600000e+01 |  15.22%
1638.43/1638.73	c  1639s|  5000 |  4861 |656957 | 127.5 | 337M|  51 | 116 |1272 |  94k|1272 |  94k| 379 |   0 |3118 |-5.300000e+01 |-4.600000e+01 |  15.22%
1665.62/1665.99	c  1666s|  5100 |  4961 |673214 | 128.1 | 342M|  51 | 103 |1272 |  94k|1272 |  94k| 379 |   0 |3137 |-5.300000e+01 |-4.600000e+01 |  15.22%
1690.11/1690.41	c  1690s|  5200 |  5061 |687258 | 128.4 | 346M|  51 |  74 |1272 |  94k|1272 |  94k| 379 |   0 |3145 |-5.300000e+01 |-4.600000e+01 |  15.22%
1724.71/1725.05	c  1725s|  5300 |  5159 |705809 | 129.5 | 350M|  51 | 105 |1272 |  94k|1272 |  94k| 379 |   0 |3150 |-5.300000e+01 |-4.600000e+01 |  15.22%
1754.41/1754.71	c  1755s|  5400 |  5259 |721638 | 130.0 | 355M|  51 | 122 |1272 |  94k|1272 |  94k| 379 |   0 |3151 |-5.300000e+01 |-4.600000e+01 |  15.22%
1774.60/1774.95	c  1775s|  5500 |  5355 |733832 | 129.8 | 360M|  51 | 105 |1272 |  94k|1272 |  94k| 379 |   0 |3152 |-5.300000e+01 |-4.600000e+01 |  15.22%
1796.70/1797.00	c 
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Solving Time (sec) : 1797.00
1796.70/1797.00	c Solving Nodes      : 5556
1796.70/1797.00	c Primal Bound       : -4.60000000000000e+01 (550 solutions)
1796.70/1797.00	c Dual Bound         : -5.30000000000000e+01
1796.70/1797.00	c Gap                : 15.22 %
1796.70/1797.02	s SATISFIABLE
1796.70/1797.02	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 
1796.70/1797.02	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 
1796.70/1797.02	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 
1796.70/1797.02	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 -x103 
1796.70/1797.02	v -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 
1796.70/1797.02	v -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 
1796.70/1797.02	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 
1796.70/1797.02	v -x167 -x168 -x169 x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 
1796.70/1797.02	v -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 
1796.70/1797.02	v -x208 x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 
1796.70/1797.02	v -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 
1796.70/1797.02	v -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 x264 -x265 -x266 -x267 -x268 -x269 -x270 
1796.70/1797.02	v -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 
1796.70/1797.02	v -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 
1796.70/1797.02	v -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 x331 -x332 -x333 
1796.70/1797.02	v -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 x352 -x353 -x354 
1796.70/1797.02	v -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 x372 -x373 -x374 -x375 
1796.70/1797.02	v -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 x395 -x396 
1796.70/1797.02	v -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 
1796.70/1797.02	v x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 x438 
1796.70/1797.02	v -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 
1796.70/1797.02	v -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 x479 -x480 
1796.70/1797.02	v -x481 -x482 -x483 -x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 
1796.70/1797.02	v -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 x520 -x521 -x522 
1796.70/1797.02	v -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 
1796.70/1797.02	v -x544 -x545 -x546 -x547 -x548 -x549 -x550 x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 
1796.70/1797.02	v -x565 -x566 -x567 -x568 x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 
1796.70/1797.02	v -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 
1796.70/1797.02	v x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 
1796.70/1797.02	v -x628 -x629 -x630 -x631 x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 
1796.70/1797.02	v -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 x669 
1796.70/1797.02	v -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 x686 -x687 -x688 -x689 -x690 
1796.70/1797.02	v -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 x710 -x711 
1796.70/1797.02	v -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 
1796.70/1797.02	v -x733 -x734 -x735 x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 
1796.70/1797.02	v -x754 -x755 -x756 -x757 x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 
1796.70/1797.02	v -x775 x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 
1796.70/1797.02	v -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 x810 -x811 -x812 -x813 -x814 -x815 -x816 
1796.70/1797.02	v -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 
1796.70/1797.02	v -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 
1796.70/1797.02	v -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 
1796.70/1797.02	v -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 
1796.70/1797.02	v -x900 -x901 -x902 -x903 -x904 x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 
1796.70/1797.02	v -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 
1796.70/1797.02	v -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 x961 -x962 
1796.70/1797.02	v -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 
1796.70/1797.02	v -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 x1001 -x1002 -x1003 
1796.70/1797.02	v -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 
1796.70/1797.02	v -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 
1796.70/1797.02	v -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 x1054 -x1055 -x1056 -x1057 
1796.70/1797.02	v -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 
1796.70/1797.02	v -x1076 -x1077 x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 x1091 -x1092 -x1093 
1796.70/1797.02	v -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 
1796.70/1797.02	v -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 
1796.70/1797.02	v -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 x1143 -x1144 -x1145 -x1146 -x1147 
1796.70/1797.02	v -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 
1796.70/1797.02	v -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 
1796.70/1797.02	v -x1184 x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 
1796.70/1797.02	v -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 
1796.70/1797.02	v -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 
1796.70/1797.02	v -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 
1796.70/1797.02	v -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 
1796.70/1797.02	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.02	c Total Time         :    1797.00
1796.70/1797.02	c   solving          :    1797.00
1796.70/1797.02	c   presolving       :       1.14 (included in solving)
1796.70/1797.02	c   reading          :       0.19 (included in solving)
1796.70/1797.02	c   copying          :       0.97 (7 #copies) (minimal 0.13, maximal 0.14, average 0.14)
1796.70/1797.02	c Original Problem   :
1796.70/1797.02	c   Problem name     : HOME/instance-3690949-1338018837.opb
1796.70/1797.02	c   Variables        : 1272 (1272 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.02	c   Constraints      : 94226 initial, 94226 maximal
1796.70/1797.02	c   Objective sense  : minimize
1796.70/1797.02	c Presolved Problem  :
1796.70/1797.02	c   Problem name     : t_HOME/instance-3690949-1338018837.opb
1796.70/1797.02	c   Variables        : 1272 (1272 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.02	c   Constraints      : 94226 initial, 94226 maximal
1796.70/1797.02	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.02	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   components       :       0.02       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   pseudoobj        :       0.00       0.03          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   probing          :       0.33       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   setppc           :       0.09       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   linear           :       0.47       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.02	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.02	c   integral         :          0          0          0          0       5524          0        555          0          0         15          0          0      11030
1796.70/1797.02	c   setppc           :      94226      94226         36      31485          0          1        550          0          0     221334          0          0          0
1796.70/1797.02	c   countsols        :          0          0          0          0          0          1        553          0          0          0          0          0          0
1796.70/1797.02	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.02	c   integral         :     409.91       0.00       0.00       0.00     409.90       0.00       0.01       0.00
1796.70/1797.02	c   setppc           :      13.24       0.00       0.19      11.69       0.00       0.00       1.36       0.00
1796.70/1797.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.02	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.02	c   rootredcost      :          8          0          0          0
1796.70/1797.02	c   pseudoobj        :      36960          0          0          0
1796.70/1797.02	c   vbounds          :          0          0          0          0
1796.70/1797.02	c   redcost          :       5560          0          0          0
1796.70/1797.02	c   probing          :          0          0          0          0
1796.70/1797.02	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.02	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00
1796.70/1797.02	c   pseudoobj        :       3.81       0.03       0.00       3.78       0.00
1796.70/1797.02	c   vbounds          :       0.02       0.00       0.00       0.02       0.00
1796.70/1797.02	c   redcost          :       0.14       0.00       0.00       0.14       0.00
1796.70/1797.02	c   probing          :       0.33       0.00       0.33       0.00       0.00
1796.70/1797.02	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.02	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.02	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.02	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.02	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.02	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.02	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.70/1797.02	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.02	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.02	c   cut pool         :       0.00                    35          -          -         78          -    (maximal pool size: 822)
1796.70/1797.02	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c   impliedbounds    :       0.05       0.00         36          0          0          0          0
1796.70/1797.02	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c   gomory           :       0.33       0.00         10          0          0        500          0
1796.70/1797.02	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c   strongcg         :       5.97       0.00         20          0          0      10000          0
1796.70/1797.02	c   cmir             :      14.17       0.00         10          0          0          0          0
1796.70/1797.02	c   flowcover        :      15.06       0.00         10          0          0          0          0
1796.70/1797.02	c   clique           :       1.23       0.00         36          0          0        320          0
1796.70/1797.02	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c   mcf              :       0.06       0.00          1          0          0          0          0
1796.70/1797.02	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.02	c   problem variables:       0.00          -          0          0
1796.70/1797.02	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.02	c   relpscost        :     409.89       0.00       5524          0         15          0          0      11030
1796.70/1797.02	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   inference        :       0.00       0.00          1          0          0          0          0          2
1796.70/1797.02	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.02	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.02	c   LP solutions     :       0.00          -          -          0
1796.70/1797.02	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.02	c   oneopt           :       0.11       0.00          9          1
1796.70/1797.02	c   guideddiving     :      61.31       0.00         48         14
1796.70/1797.02	c   veclendiving     :     197.10       0.00         65          3
1796.70/1797.02	c   pscostdiving     :      86.98       0.00        121         57
1796.70/1797.02	c   linesearchdiving :      88.69       0.00        122         46
1796.70/1797.02	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.02	c   trivial          :       0.02       0.00          2          1
1796.70/1797.02	c   shiftandpropagate:       0.00       0.00          0          0
1796.70/1797.02	c   simplerounding   :       0.19       0.00       5560         43
1796.70/1797.02	c   zirounding       :      28.30       0.00       4751         95
1796.70/1797.02	c   rounding         :      14.46       0.00       3053          1
1796.70/1797.02	c   shifting         :       2.08       0.00        309          0
1796.70/1797.02	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.02	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.02	c   indoneopt        :       0.01       0.00          0          0
1796.70/1797.02	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.02	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.02	c   feaspump         :       0.00       0.00          0          0
1796.70/1797.02	c   clique           :       0.00       0.00          0          0
1796.70/1797.02	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.02	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.02	c   coefdiving       :      98.55       0.00        106         51
1796.70/1797.02	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.02	c   fracdiving       :      57.43       0.00         50         17
1796.70/1797.02	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.02	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.02	c   objpscostdiving  :      99.27       0.00         31        124
1796.70/1797.02	c   rootsoldiving    :      44.13       0.00         60         94
1796.70/1797.02	c   octane           :       0.00       0.00          0          0
1796.70/1797.02	c   rens             :       1.62       0.00          1          1
1796.70/1797.02	c   rins             :       0.00       0.00          0          0
1796.70/1797.02	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.02	c   mutation         :       0.00       0.00          0          0
1796.70/1797.02	c   crossover        :       3.05       0.00          6          2
1796.70/1797.02	c   dins             :       0.00       0.00          0          0
1796.70/1797.02	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.02	c   undercover       :       0.00       0.00          0          0
1796.70/1797.02	c   subnlp           :       0.00       0.00          0          0
1796.70/1797.02	c   trysol           :       0.01       0.00          0          0
1796.70/1797.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.02	c   primal LP        :       0.10          5          0       0.00       0.00       0.10          5
1796.70/1797.02	c   dual LP          :     489.34       5692     407743      72.80     833.24       1.77         91
1796.70/1797.02	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.02	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.02	c   diving/probing LP:     598.18      17067     336461      19.71     562.47
1796.70/1797.02	c   strong branching :     408.21       3155     248626      78.80     609.06
1796.70/1797.02	c     (at root node) :          -         33       2956      89.58          -
1796.70/1797.02	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.02	c B&B Tree           :
1796.70/1797.02	c   number of runs   :          1
1796.70/1797.02	c   nodes            :       5556
1796.70/1797.02	c   nodes (total)    :       5556
1796.70/1797.02	c   nodes left       :       5411
1796.70/1797.02	c   max depth        :         51
1796.70/1797.02	c   max depth (total):         51
1796.70/1797.02	c   backtracks       :        624 (11.2%)
1796.70/1797.02	c   delayed cutoffs  :          0
1796.70/1797.02	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.70/1797.02	c   avg switch length:       4.06
1796.70/1797.02	c   switching time   :      13.78
1796.70/1797.02	c Solution           :
1796.70/1797.02	c   Solutions found  :        550 (10 improvements)
1796.70/1797.02	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.40 seconds, depth 0, found by <trivial>)
1796.70/1797.02	c   Primal Bound     : -4.60000000000000e+01   (in run 1, after 3715 nodes, 1207.75 seconds, depth 37, found by <pscostdiving>)
1796.70/1797.02	c   Dual Bound       : -5.30000000000000e+01
1796.70/1797.02	c   Gap              :      15.22 %
1796.70/1797.02	c   Root Dual Bound  : -5.42500000000000e+01
1796.70/1797.02	c   Root Iterations  :      19790
1797.01/1797.38	c Time complete: 1797.08.

Verifier Data

OK	-46

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3690949-1338018837/watcher-3690949-1338018837 -o /tmp/evaluation-result-3690949-1338018837/solver-3690949-1338018837 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690949-1338018837.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 2.00 1.73 3/176 7433
/proc/meminfo: memFree=28931216/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=11276 CPUtime=0 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 1579 0 0 0 0 0 0 0 20 0 1 0 268009124 11546624 1533 33554432000 4194304 10173063 140735910782464 140735919422504 8800002 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7433/statm: 2819 1533 416 1460 0 1350 0

[startup+0.040101 s]
/proc/loadavg: 1.94 2.00 1.73 3/176 7433
/proc/meminfo: memFree=28931216/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=17016 CPUtime=0.03 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 3025 0 0 0 3 0 0 0 20 0 1 0 268009124 17424384 2979 33554432000 4194304 10173063 140735910782464 140735919422504 8985008 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7433/statm: 4254 2979 416 1460 0 2785 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17016

[startup+0.10026 s]
/proc/loadavg: 1.94 2.00 1.73 3/176 7433
/proc/meminfo: memFree=28931216/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=25132 CPUtime=0.09 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 5043 0 0 0 8 1 0 0 20 0 1 0 268009124 25735168 4997 33554432000 4194304 10173063 140735910782464 140735919422504 5604417 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7433/statm: 6283 4997 416 1460 0 4814 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25132

[startup+0.300235 s]
/proc/loadavg: 1.94 2.00 1.73 3/176 7433
/proc/meminfo: memFree=28931216/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=95396 CPUtime=0.29 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 22018 0 0 0 25 4 0 0 20 0 1 0 268009124 97685504 21972 33554432000 4194304 10173063 140735910782464 140735919422504 4936513 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/7433/statm: 23849 21972 511 1460 0 22380 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 95396

[startup+0.700253 s]
/proc/loadavg: 1.94 2.00 1.73 3/176 7433
/proc/meminfo: memFree=28931216/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=130300 CPUtime=0.69 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 33235 0 0 0 60 9 0 0 20 0 1 0 268009124 133427200 30532 33554432000 4194304 10173063 140735910782464 140735910779464 8963895 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/7433/statm: 32575 30532 551 1460 0 31106 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 130300

[startup+1.50025 s]
/proc/loadavg: 1.94 2.00 1.73 3/177 7434
/proc/meminfo: memFree=28786736/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=188160 CPUtime=1.49 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 52166 0 0 0 132 17 0 0 20 0 1 0 268009124 192675840 44956 33554432000 4194304 10173063 140735910782464 140735910778456 5701720 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/7433/statm: 47040 44956 653 1460 0 45571 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 188160

[startup+3.1002 s]
/proc/loadavg: 1.94 2.00 1.73 3/177 7434
/proc/meminfo: memFree=28677840/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=304276 CPUtime=3.08 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 71138 0 0 0 287 21 0 0 20 0 1 0 268009124 311578624 71925 33554432000 4194304 10173063 140735910782464 140735910775720 8982074 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/7433/statm: 76069 71925 753 1460 0 74600 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 304276

[startup+6.30018 s]
/proc/loadavg: 1.95 2.00 1.73 3/177 7434
/proc/meminfo: memFree=28668700/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=286620 CPUtime=6.28 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 73547 0 0 0 605 23 0 0 20 0 1 0 268009124 293498880 67449 33554432000 4194304 10173063 140735910782464 140735910777624 8632008 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/7433/statm: 71655 67449 777 1460 0 70186 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 286620

[startup+12.7001 s]
/proc/loadavg: 2.03 2.02 1.74 3/177 7434
/proc/meminfo: memFree=28657848/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=290304 CPUtime=12.68 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 74488 0 0 0 1244 24 0 0 20 0 1 0 268009124 297271296 68915 33554432000 4194304 10173063 140735910782464 140735910777304 7274109 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/7433/statm: 72576 68915 779 1460 0 71107 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 290304

[startup+25.5002 s]
/proc/loadavg: 2.02 2.02 1.74 3/177 7434
/proc/meminfo: memFree=28656848/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=290304 CPUtime=25.48 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 74760 0 0 0 2524 24 0 0 20 0 1 0 268009124 297271296 69187 33554432000 4194304 10173063 140735910782464 140735910777624 7283395 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 72576 69187 780 1460 0 71107 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 290304

[startup+51.1002 s]
/proc/loadavg: 2.01 2.01 1.75 3/177 7472
/proc/meminfo: memFree=28448504/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=295964 CPUtime=51.08 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 76690 0 0 0 5080 28 0 0 20 0 1 0 268009124 303067136 71730 33554432000 4194304 10173063 140735910782464 140735910775720 8007106 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 73991 71730 781 1460 0 72522 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 295964

[startup+102.307 s]
/proc/loadavg: 2.05 2.02 1.76 3/177 7472
/proc/meminfo: memFree=28299736/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=369172 CPUtime=102.28 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 94655 0 0 0 10179 49 0 0 20 0 1 0 268009124 378032128 90394 33554432000 4194304 10173063 140735910782464 140735910776296 7661780 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 92293 90394 831 1460 0 90824 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 369172

[startup+162.3 s]
/proc/loadavg: 2.13 2.05 1.78 3/177 7472
/proc/meminfo: memFree=28299156/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=369172 CPUtime=162.25 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 94666 0 0 0 16165 60 0 0 20 0 1 0 268009124 378032128 90463 33554432000 4194304 10173063 140735910782464 140735910775912 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 92293 90463 832 1460 0 90824 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 369172

[startup+222.3 s]
/proc/loadavg: 2.05 2.04 1.79 3/177 7472
/proc/meminfo: memFree=28296400/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=369172 CPUtime=222.25 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 94666 0 0 0 22153 72 0 0 20 0 1 0 268009124 378032128 90824 33554432000 4194304 10173063 140735910782464 140735910775592 7911672 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 92293 90824 832 1460 0 90824 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 369172

[startup+282.3 s]
/proc/loadavg: 2.02 2.03 1.81 3/177 7472
/proc/meminfo: memFree=28296320/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=369172 CPUtime=282.23 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 94666 0 0 0 28141 82 0 0 20 0 1 0 268009124 378032128 90824 33554432000 4194304 10173063 140735910782464 140735910776104 7910502 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 92293 90824 832 1460 0 90824 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 369172

[startup+342.3 s]
/proc/loadavg: 2.06 2.04 1.82 3/177 7473
/proc/meminfo: memFree=28300384/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=369172 CPUtime=342.23 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 94666 0 0 0 34131 92 0 0 20 0 1 0 268009124 378032128 90824 33554432000 4194304 10173063 140735910782464 140735910776328 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 92293 90824 832 1460 0 90824 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 369172

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 1.83 3/178 7476
/proc/meminfo: memFree=28293008/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=375888 CPUtime=402.22 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 104095 0 0 0 40114 108 0 0 20 0 1 0 268009124 384909312 92538 33554432000 4194304 10173063 140735910782464 140735910775912 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 93972 92538 834 1460 0 92503 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 375888

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 1.83 3/178 7498
/proc/meminfo: memFree=28293284/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=375620 CPUtime=462.21 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 114689 0 0 0 46098 123 0 0 20 0 1 0 268009124 384634880 92471 33554432000 4194304 10173063 140735910782464 140735910777832 7684008 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 93905 92471 834 1460 0 92436 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 375620

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 1.84 3/177 7498
/proc/meminfo: memFree=28293416/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=375620 CPUtime=522.2 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 114692 0 0 0 52089 131 0 0 20 0 1 0 268009124 384634880 92474 33554432000 4194304 10173063 140735910782464 140735910775448 5134490 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 93905 92474 834 1460 0 92436 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 375620

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 1.85 3/177 7498
/proc/meminfo: memFree=28293228/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=375620 CPUtime=582.18 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 114693 0 0 0 58078 140 0 0 20 0 1 0 268009124 384634880 92475 33554432000 4194304 10173063 140735910782464 140735910776008 8007106 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 93905 92475 834 1460 0 92436 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 375620

[startup+642.3 s]

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

/proc/meminfo: memFree=28171516/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=469256 CPUtime=1062.12 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 168333 0 0 0 105981 231 0 0 20 0 1 0 268009124 480518144 115892 33554432000 4194304 10173063 140735910782464 140735910775848 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 117314 115892 835 1460 0 115845 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 469256

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/177 7503
/proc/meminfo: memFree=28159616/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=469256 CPUtime=1122.11 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 168333 0 0 0 111970 241 0 0 20 0 1 0 268009124 480518144 115892 33554432000 4194304 10173063 140735910782464 140735910776184 7910496 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 117314 115892 835 1460 0 115845 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 469256

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 7503
/proc/meminfo: memFree=28149808/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=469256 CPUtime=1182.1 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 168333 0 0 0 117958 252 0 0 20 0 1 0 268009124 480518144 115892 33554432000 4194304 10173063 140735910782464 140735910775704 5134490 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 117314 115892 835 1460 0 115845 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 469256

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 7504
/proc/meminfo: memFree=28144108/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=475152 CPUtime=1242.08 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 187077 0 0 0 123941 267 0 0 20 0 1 0 268009124 486555648 115900 33554432000 4194304 10173063 140735910782464 140735910775848 5122959 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 118788 115900 835 1460 0 117319 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 475152

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 7504
/proc/meminfo: memFree=28141252/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=475152 CPUtime=1302.09 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 187191 0 0 0 129932 277 0 0 20 0 1 0 268009124 486555648 116014 33554432000 4194304 10173063 140735910782464 140735910776104 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 118788 116014 835 1460 0 117319 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 475152

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 7504
/proc/meminfo: memFree=28128476/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=481048 CPUtime=1362.06 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 187954 0 0 0 135920 286 0 0 20 0 1 0 268009124 492593152 117287 33554432000 4194304 10173063 140735910782464 140735910775960 5122959 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 120262 117287 835 1460 0 118793 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 481048

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 7504
/proc/meminfo: memFree=28117624/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=486888 CPUtime=1422.06 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 189634 0 0 0 141909 297 0 0 20 0 1 0 268009124 498573312 118965 33554432000 4194304 10173063 140735910782464 140735910775592 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 121722 118965 835 1460 0 120253 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 486888

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 7504
/proc/meminfo: memFree=28102612/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=496144 CPUtime=1482.05 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 191442 0 0 0 147895 310 0 0 20 0 1 0 268009124 508051456 120842 33554432000 4194304 10173063 140735910782464 140735910776104 7910525 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 124036 120842 835 1460 0 122567 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 496144

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 7505
/proc/meminfo: memFree=28082652/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=505212 CPUtime=1542.04 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 194284 0 0 0 153883 321 0 0 20 0 1 0 268009124 517337088 123671 33554432000 4194304 10173063 140735910782464 140735910776376 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 126303 123671 835 1460 0 124834 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 505212

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 7508
/proc/meminfo: memFree=28064172/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=513500 CPUtime=1602.03 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 217810 0 0 0 159864 339 0 0 20 0 1 0 268009124 525824000 126086 33554432000 4194304 10173063 140735910782464 140735910775560 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 128375 126086 835 1460 0 126906 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 513500

[startup+1662.3 s]
/proc/loadavg: 2.08 2.02 1.91 3/177 7508
/proc/meminfo: memFree=28053964/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=518828 CPUtime=1662.02 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 218965 0 0 0 165851 351 0 0 20 0 1 0 268009124 531279872 127241 33554432000 4194304 10173063 140735910782464 140735910776136 7970872 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 129707 127241 835 1460 0 128238 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 518828

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 1.91 3/177 7508
/proc/meminfo: memFree=28035960/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=530468 CPUtime=1722.01 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 221404 0 0 0 171839 362 0 0 20 0 1 0 268009124 543199232 130162 33554432000 4194304 10173063 140735910782464 140735910777672 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 132617 130162 835 1460 0 131148 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 530468

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/177 7508
/proc/meminfo: memFree=28018228/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=541460 CPUtime=1782.01 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 223763 0 0 0 177830 371 0 0 20 0 1 0 268009124 554455040 132492 33554432000 4194304 10173063 140735910782464 140735910775560 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 135365 132492 835 1460 0 133896 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 541460

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

[startup+1785.5 s]
/proc/loadavg: 2.01 2.00 1.91 3/177 7508
/proc/meminfo: memFree=28017484/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=541840 CPUtime=1785.2 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 223902 0 0 0 178149 371 0 0 20 0 1 0 268009124 554844160 132631 33554432000 4194304 10173063 140735910782464 140735910776104 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 135460 132631 835 1460 0 133991 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 541840

[startup+1791.91 s]
/proc/loadavg: 2.01 2.00 1.91 3/177 7508
/proc/meminfo: memFree=28015872/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=542476 CPUtime=1791.6 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 224109 0 0 0 178788 372 0 0 20 0 1 0 268009124 555495424 132838 33554432000 4194304 10173063 140735910782464 140735910777496 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 135619 132838 835 1460 0 134150 0
Current children cumulated CPU time (s) 1791.6
Current children cumulated vsize (KiB) 542476

[startup+1795.1 s]
/proc/loadavg: 2.01 2.00 1.91 3/177 7508
/proc/meminfo: memFree=28015004/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=545104 CPUtime=1794.81 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 224309 0 0 0 179108 373 0 0 20 0 1 0 268009124 558186496 133038 33554432000 4194304 10173063 140735910782464 140735910778808 8982074 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 136276 133038 835 1460 0 134807 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 545104

[startup+1796.7 s]
/proc/loadavg: 2.01 2.00 1.91 3/177 7508
/proc/meminfo: memFree=28014632/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=546116 CPUtime=1796.4 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 224471 0 0 0 179267 373 0 0 20 0 1 0 268009124 559222784 133200 33554432000 4194304 10173063 140735910782464 140735910776104 7910544 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 136529 133200 835 1460 0 135060 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 546116

[startup+1797.1 s]
/proc/loadavg: 2.01 2.00 1.91 3/177 7508
/proc/meminfo: memFree=28014632/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=546116 CPUtime=1796.8 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 224489 0 0 0 179307 373 0 0 20 0 1 0 268009124 559222784 133218 33554432000 4194304 10173063 140735910782464 140735910776104 4928768 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 136529 133218 838 1460 0 135060 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 546116

[startup+1797.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/177 7508
/proc/meminfo: memFree=28019840/32873648 swapFree=6856/6856
[pid=7433] ppid=7431 vsize=539432 CPUtime=1797.01 cores=1,3,5,7
/proc/7433/stat : 7433 (scip-2.1.1.4fix) R 7431 7433 7220 0 -1 4202496 224489 0 0 0 179328 373 0 0 20 0 1 0 268009124 552378368 131547 33554432000 4194304 10173063 140735910782464 140735910776104 4953280 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7433/statm: 134858 131547 838 1460 0 133389 0
Current children cumulated CPU time (s) 1797.01
Current children cumulated vsize (KiB) 539432

Child status: 0
Real time (s): 1797.38
CPU time (s): 1797.09
CPU user time (s): 1793.34
CPU system time (s): 3.74843
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 597984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.34
system time used= 3.74843
maximum resident set size= 590256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224491
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= 32
involuntary context switches= 1870

runsolver used 2.6226 second user time and 7.2309 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-26 09:53:57
IDJOB=3690949
IDBENCH=2258
IDSOLVER=2270
FILE ID=node125/3690949-1338018837
RUNJOBID= node125-1338016934-7237
PBS_JOBID= 14624346
Free space on /tmp= 71276 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-5.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690949-1338018837/watcher-3690949-1338018837 -o /tmp/evaluation-result-3690949-1338018837/solver-3690949-1338018837 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3690949-1338018837.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 20471e978018d28aed0ca16c46de4e3d
RANDOM SEED=645046885

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28931860 kB
Buffers:          230516 kB
Cached:          2878348 kB
SwapCached:            0 kB
Active:          1138908 kB
Inactive:        2027168 kB
Active(anon):      59644 kB
Inactive(anon):        0 kB
Active(file):    1079264 kB
Inactive(file):  2027168 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15964 kB
Writeback:             0 kB
AnonPages:        113044 kB
Mapped:            17692 kB
Shmem:               200 kB
Slab:             639392 kB
SReclaimable:      83612 kB
SUnreclaim:       555780 kB
KernelStack:        1472 kB
PageTables:         3868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     169344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71260 MiB
End job on node125 at 2012-05-26 10:23:54