Trace number 3693276

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-3.opb
MD5SUM29f577041bedcbf69a98210424b233be
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-48
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints81068
Number of constraints which are clauses81068
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 1150
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 1150
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 1150
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-3693276-1338031789.opb>
0.09/0.17	c original problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 81068 constraints
0.09/0.17	c problem read in 0.17
0.29/0.38	o 0
0.29/0.39	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.29/0.39	c presolving:
0.79/0.89	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 81068 upgd conss, 162136 impls, 0 clqs
1.29/1.39	c    (1.4s) probing: 51/1150 (4.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.29/1.39	c    (1.4s) probing aborted: 50/50 successive totally useless probings
1.39/1.41	c presolving (2 rounds):
1.39/1.41	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.39/1.41	c  162136 implications, 0 cliques
1.39/1.41	c presolved problem has 1150 variables (1150 bin, 0 int, 0 impl, 0 cont) and 81068 constraints
1.39/1.41	c   81068 constraints of type <setppc>
1.39/1.41	c transformed objective value is always integral (scale: 1)
1.39/1.41	c Presolving Time: 1.18
1.39/1.41	c - non default parameters ----------------------------------------------------------------------
1.39/1.41	c # SCIP version 2.1.1.4
1.39/1.41	c 
1.39/1.41	c # maximal time in seconds to run
1.39/1.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.41	c limits/time = 1797
1.39/1.41	c 
1.39/1.41	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.39/1.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.41	c limits/memory = 13950
1.39/1.41	c 
1.39/1.41	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.39/1.41	c # [type: int, range: [1,2], default: 1]
1.39/1.41	c timing/clocktype = 2
1.39/1.41	c 
1.39/1.41	c # belongs reading time to solving time?
1.39/1.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.41	c timing/reading = TRUE
1.39/1.41	c 
1.39/1.41	c -----------------------------------------------------------------------------------------------
1.39/1.41	c start solving
1.39/1.43	c 
2.59/2.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.59/2.60	c t 2.6s|     1 |     0 |  1152 |     - |  96M|   0 |1150 |1150 |  81k|1150 |  81k|   0 |   0 |   0 |-5.750000e+02 | 0.000000e+00 |    Inf 
2.59/2.67	o -1
2.59/2.67	c R 2.7s|     1 |     0 |  1152 |     - |  96M|   0 |1150 |1150 |  81k|1150 |  81k|   0 |   0 |   0 |-5.750000e+02 |-1.000000e+00 |  Large 
4.09/4.10	c   4.1s|     1 |     0 |  1380 |     - |  96M|   0 |1085 |1150 |  81k|1150 |  81k|   8 |   0 |   0 |-5.425000e+02 |-1.000000e+00 |  Large 
4.09/4.13	o -36
4.09/4.13	c b 4.1s|     1 |     0 |  1380 |     - |  97M|   0 |1085 |1150 |  81k|1150 |  81k|   8 |   0 |   0 |-5.425000e+02 |-3.600000e+01 |1406.94%
5.88/5.90	c   5.9s|     1 |     0 |  1518 |     - |  97M|   0 |1040 |1150 |  81k|1150 |  81k|  14 |   0 |   0 |-5.200000e+02 |-3.600000e+01 |1344.44%
8.58/8.63	c   8.6s|     1 |     0 |  1963 |     - |  97M|   0 | 995 |1150 |  81k|1150 |  81k|  21 |   0 |   0 |-4.975000e+02 |-3.600000e+01 |1281.94%
11.29/11.39	c  11.4s|     1 |     0 |  2160 |     - |  97M|   0 | 952 |1150 |  81k|1150 |  81k|  28 |   0 |   0 |-4.760000e+02 |-3.600000e+01 |1222.22%
14.39/14.42	c  14.4s|     1 |     0 |  2351 |     - |  97M|   0 | 899 |1150 |  81k|1150 |  81k|  38 |   0 |   0 |-4.495000e+02 |-3.600000e+01 |1148.61%
17.98/18.00	c  18.0s|     1 |     0 |  2631 |     - |  97M|   0 | 852 |1150 |  81k|1150 |  81k|  53 |   0 |   0 |-4.260000e+02 |-3.600000e+01 |1083.33%
21.89/21.92	c  21.9s|     1 |     0 |  3061 |     - |  97M|   0 | 818 |1150 |  81k|1150 |  81k|  69 |   0 |   0 |-4.090000e+02 |-3.600000e+01 |1036.11%
25.99/26.00	c  26.0s|     1 |     0 |  3477 |     - |  97M|   0 | 753 |1150 |  81k|1150 |  81k| 108 |   0 |   0 |-3.755000e+02 |-3.600000e+01 | 943.06%
29.59/29.69	c  29.7s|     1 |     0 |  3667 |     - |  97M|   0 | 709 |1150 |  81k|1150 |  81k| 122 |   0 |   0 |-3.525000e+02 |-3.600000e+01 | 879.17%
33.78/33.89	c  33.9s|     1 |     0 |  4216 |     - |  97M|   0 | 661 |1150 |  81k|1150 |  81k| 141 |   0 |   0 |-3.287500e+02 |-3.600000e+01 | 813.19%
34.58/34.69	c  34.7s|     1 |     0 |  4493 |     - |  97M|   0 | 611 |1150 |  81k|1150 |  81k| 154 |   0 |   0 |-3.045000e+02 |-3.600000e+01 | 745.83%
36.28/36.38	c  36.4s|     1 |     0 |  5692 |     - |  97M|   0 | 568 |1150 |  81k|1150 |  81k| 167 |   0 |   0 |-2.820000e+02 |-3.600000e+01 | 683.33%
37.18/37.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
37.18/37.20	c  37.2s|     1 |     0 |  5998 |     - |  97M|   0 | 525 |1150 |  81k|1150 |  81k| 182 |   0 |   0 |-2.605000e+02 |-3.600000e+01 | 623.61%
40.28/40.31	c  40.3s|     1 |     0 |  8431 |     - |  97M|   0 | 482 |1150 |  81k|1150 |  81k| 200 |   0 |   0 |-2.400000e+02 |-3.600000e+01 | 566.67%
41.08/41.20	c  41.2s|     1 |     0 |  8834 |     - |  97M|   0 | 449 |1150 |  81k|1150 |  81k| 210 |   0 |   0 |-2.230000e+02 |-3.600000e+01 | 519.44%
44.38/44.47	c  44.5s|     1 |     0 | 11246 |     - |  97M|   0 | 428 |1150 |  81k|1150 |  81k| 223 |   0 |   0 |-2.125000e+02 |-3.600000e+01 | 490.28%
47.98/48.03	c  48.0s|     1 |     0 | 13708 |     - |  97M|   0 | 366 |1150 |  81k|1150 |  81k| 238 |   0 |   0 |-1.820000e+02 |-3.600000e+01 | 405.56%
51.18/51.25	c  51.2s|     1 |     0 | 15906 |     - |  97M|   0 | 316 |1150 |  81k|1150 |  81k| 247 |   0 |   0 |-1.570000e+02 |-3.600000e+01 | 336.11%
53.18/53.27	c  53.3s|     1 |     0 | 17622 |     - |  97M|   0 | 279 |1150 |  81k|1150 |  81k| 255 |   0 |   0 |-1.385000e+02 |-3.600000e+01 | 284.72%
54.27/54.31	c  54.3s|     1 |     0 | 18448 |     - |  97M|   0 | 242 |1150 |  81k|1150 |  81k| 267 |   0 |   0 |-1.200000e+02 |-3.600000e+01 | 233.33%
54.57/54.69	c  54.7s|     1 |     0 | 18701 |     - |  97M|   0 | 208 |1150 |  81k|1150 |  81k| 270 |   0 |   0 |-1.030000e+02 |-3.600000e+01 | 186.11%
54.98/55.00	c  55.0s|     1 |     0 | 19066 |     - |  97M|   0 | 169 |1150 |  81k|1150 |  81k| 278 |   0 |   0 |-8.550000e+01 |-3.600000e+01 | 137.50%
55.37/55.45	c  55.5s|     1 |     0 | 19562 |     - |  97M|   0 | 135 |1150 |  81k|1150 |  81k| 283 |   0 |   0 |-6.850000e+01 |-3.600000e+01 |  90.28%
55.57/55.66	c  55.7s|     1 |     0 | 19684 |     - |  97M|   0 | 128 |1150 |  81k|1150 |  81k| 287 |   0 |   0 |-6.000000e+01 |-3.600000e+01 |  66.67%
55.77/55.84	c  55.8s|     1 |     0 | 19830 |     - |  97M|   0 | 136 |1150 |  81k|1150 |  81k| 290 |   0 |   0 |-5.500000e+01 |-3.600000e+01 |  52.78%
55.98/56.06	c  56.1s|     1 |     0 | 19942 |     - |  97M|   0 | 146 |1150 |  81k|1150 |  81k| 294 |   0 |   0 |-5.150000e+01 |-3.600000e+01 |  43.06%
56.17/56.28	c  56.3s|     1 |     0 | 20116 |     - |  97M|   0 | 155 |1150 |  81k|1150 |  81k| 302 |   0 |   0 |-5.137500e+01 |-3.600000e+01 |  42.71%
56.37/56.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
56.37/56.43	c  56.4s|     1 |     0 | 20214 |     - |  97M|   0 | 148 |1150 |  81k|1150 |  81k| 312 |   0 |   0 |-5.083333e+01 |-3.600000e+01 |  41.20%
56.47/56.53	c  56.5s|     1 |     0 | 20227 |     - |  97M|   0 | 146 |1150 |  81k|1150 |  81k| 319 |   0 |   0 |-5.083333e+01 |-3.600000e+01 |  41.20%
56.57/56.64	c  56.6s|     1 |     0 | 20268 |     - |  97M|   0 | 157 |1150 |  81k|1150 |  81k| 331 |   0 |   0 |-5.083333e+01 |-3.600000e+01 |  41.20%
56.77/56.80	c  56.8s|     1 |     0 | 20345 |     - |  97M|   0 | 165 |1150 |  81k|1150 |  81k| 343 |   0 |   0 |-5.083333e+01 |-3.600000e+01 |  41.20%
56.87/56.93	c  56.9s|     1 |     0 | 20396 |     - |  97M|   0 | 165 |1150 |  81k|1150 |  81k| 349 |   0 |   0 |-5.083333e+01 |-3.600000e+01 |  41.20%
56.97/57.03	c  57.0s|     1 |     0 | 20432 |     - |  97M|   0 | 169 |1150 |  81k|1150 |  81k| 360 |   0 |   0 |-5.083333e+01 |-3.600000e+01 |  41.20%
63.28/63.38	c  63.4s|     1 |     2 | 20432 |     - |  97M|   0 | 169 |1150 |  81k|1150 |  81k| 360 |   0 |  18 |-5.083333e+01 |-3.600000e+01 |  41.20%
107.85/107.97	o -37
107.85/107.97	c c 108s|    17 |    18 | 21739 |  81.7 | 100M|  16 |   - |1150 |  81k|1150 |  81k| 360 |   0 | 325 |-5.033333e+01 |-3.700000e+01 |  36.04%
139.66/139.73	o -41
139.66/139.73	c p 140s|    30 |    31 | 22646 |  76.3 | 101M|  22 |   - |1150 |  81k|1150 |  81k| 360 |   0 | 541 |-5.033333e+01 |-4.100000e+01 |  22.76%
246.43/246.53	c   247s|   100 |   101 | 28447 |  81.0 | 106M|  24 |  86 |1150 |  81k|1150 |  81k| 360 |   0 |1265 |-5.033333e+01 |-4.100000e+01 |  22.76%
259.83/259.98	c   260s|   200 |   189 | 34442 |  70.4 | 110M|  27 |  62 |1150 |  81k|1150 |  81k| 360 |   0 |1285 |-5.033333e+01 |-4.100000e+01 |  22.76%
274.03/274.16	c   274s|   300 |   269 | 39274 |  63.0 | 112M|  34 | 113 |1150 |  81k|1150 |  81k| 360 |   0 |1316 |-5.000000e+01 |-4.100000e+01 |  21.95%
283.53/283.66	c   284s|   400 |   329 | 43343 |  57.4 | 114M|  39 |  56 |1150 |  81k|1150 |  81k| 360 |   0 |1341 |-5.000000e+01 |-4.100000e+01 |  21.95%
294.13/294.29	c   294s|   500 |   397 | 48231 |  55.7 | 117M|  42 |   - |1150 |  81k|1150 |  81k| 360 |   0 |1360 |-5.000000e+01 |-4.100000e+01 |  21.95%
308.52/308.65	c   309s|   600 |   475 | 54095 |  56.2 | 120M|  48 |  57 |1150 |  81k|1150 |  81k| 360 |   0 |1406 |-5.000000e+01 |-4.100000e+01 |  21.95%
316.73/316.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
316.73/316.85	c   317s|   700 |   525 | 57737 |  53.4 | 121M|  52 |  89 |1150 |  81k|1150 |  81k| 360 |   0 |1424 |-5.000000e+01 |-4.100000e+01 |  21.95%
329.12/329.26	c   329s|   800 |   599 | 62366 |  52.5 | 124M|  52 | 130 |1150 |  81k|1150 |  81k| 360 |   0 |1461 |-5.000000e+01 |-4.100000e+01 |  21.95%
340.42/340.59	c   341s|   900 |   671 | 66958 |  51.8 | 127M|  52 |  98 |1150 |  81k|1150 |  81k| 360 |   0 |1498 |-5.000000e+01 |-4.100000e+01 |  21.95%
351.22/351.39	c   351s|  1000 |   743 | 71359 |  51.0 | 129M|  52 |  78 |1150 |  81k|1150 |  81k| 360 |   0 |1528 |-5.000000e+01 |-4.100000e+01 |  21.95%
362.11/362.23	c   362s|  1100 |   807 | 75535 |  50.1 | 131M|  52 | 102 |1150 |  81k|1150 |  81k| 360 |   0 |1550 |-5.000000e+01 |-4.100000e+01 |  21.95%
376.01/376.20	c   376s|  1200 |   903 | 81820 |  51.2 | 134M|  52 | 114 |1150 |  81k|1150 |  81k| 360 |   0 |1577 |-5.000000e+01 |-4.100000e+01 |  21.95%
389.32/389.48	c   389s|  1300 |  1003 | 86475 |  50.8 | 136M|  52 | 116 |1150 |  81k|1150 |  81k| 360 |   0 |1604 |-5.000000e+01 |-4.100000e+01 |  21.95%
405.21/405.31	c   405s|  1400 |  1103 | 93030 |  51.9 | 139M|  54 | 100 |1150 |  81k|1150 |  81k| 360 |   0 |1627 |-5.000000e+01 |-4.100000e+01 |  21.95%
428.30/428.42	c   428s|  1500 |  1203 |102054 |  54.5 | 142M|  54 | 175 |1150 |  81k|1150 |  81k| 360 |   0 |1663 |-5.000000e+01 |-4.100000e+01 |  21.95%
449.80/449.95	c   450s|  1600 |  1303 |110631 |  56.4 | 146M|  54 | 159 |1150 |  81k|1150 |  81k| 360 |   0 |1707 |-5.000000e+01 |-4.100000e+01 |  21.95%
468.60/468.70	c   469s|  1700 |  1399 |118989 |  58.0 | 149M|  54 |  73 |1150 |  81k|1150 |  81k| 360 |   0 |1733 |-5.000000e+01 |-4.100000e+01 |  21.95%
486.39/486.56	c   487s|  1800 |  1499 |125436 |  58.4 | 152M|  54 | 111 |1150 |  81k|1150 |  81k| 360 |   0 |1769 |-5.000000e+01 |-4.100000e+01 |  21.95%
508.29/508.41	c   508s|  1900 |  1599 |135336 |  60.5 | 155M|  54 |  94 |1150 |  81k|1150 |  81k| 360 |   0 |1805 |-5.000000e+01 |-4.100000e+01 |  21.95%
533.88/534.05	c   534s|  2000 |  1699 |147213 |  63.4 | 159M|  54 | 101 |1150 |  81k|1150 |  81k| 360 |   0 |1841 |-5.000000e+01 |-4.100000e+01 |  21.95%
563.58/563.71	c   564s|  2100 |  1799 |157527 |  65.3 | 163M|  54 | 112 |1150 |  81k|1150 |  81k| 360 |   0 |1893 |-5.000000e+01 |-4.100000e+01 |  21.95%
586.49/586.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
586.49/586.64	c   587s|  2200 |  1899 |169090 |  67.6 | 167M|  54 |  98 |1150 |  81k|1150 |  81k| 360 |   0 |1929 |-5.000000e+01 |-4.100000e+01 |  21.95%
606.87/607.01	o -42
606.87/607.01	c p 607s|  2288 |  1913 |178493 |  69.1 | 168M|  54 |   - |1150 |  81k|1150 |  81k| 360 |   0 |1968 |-5.000000e+01 |-4.200000e+01 |  19.05%
609.98/610.12	c   610s|  2300 |  1925 |179663 |  69.3 | 168M|  54 | 113 |1150 |  81k|1150 |  81k| 360 |   0 |1977 |-5.000000e+01 |-4.200000e+01 |  19.05%
642.18/642.39	c   642s|  2400 |  2025 |194108 |  72.4 | 172M|  54 |  85 |1150 |  81k|1150 |  81k| 360 |   0 |2027 |-5.000000e+01 |-4.200000e+01 |  19.05%
670.87/671.02	c   671s|  2500 |  2123 |206921 |  74.6 | 175M|  54 |  85 |1150 |  81k|1150 |  81k| 360 |   0 |2076 |-5.000000e+01 |-4.200000e+01 |  19.05%
676.47/676.67	o -43
676.47/676.67	c l 677s|  2525 |  2072 |209603 |  74.9 | 175M|  54 |   - |1150 |  81k|1150 |  81k| 360 |   0 |2085 |-5.000000e+01 |-4.300000e+01 |  16.28%
697.27/697.47	c   697s|  2600 |  2147 |219059 |  76.4 | 177M|  54 |  89 |1150 |  81k|1150 |  81k| 360 |   0 |2126 |-5.000000e+01 |-4.300000e+01 |  16.28%
725.77/725.99	c   726s|  2700 |  2245 |231884 |  78.3 | 181M|  54 |  86 |1150 |  81k|1150 |  81k| 360 |   0 |2187 |-5.000000e+01 |-4.300000e+01 |  16.28%
750.45/750.63	c   751s|  2800 |  2343 |244813 |  80.2 | 184M|  54 |  70 |1150 |  81k|1150 |  81k| 360 |   0 |2224 |-5.000000e+01 |-4.300000e+01 |  16.28%
774.05/774.24	c   774s|  2900 |  2437 |257661 |  81.8 | 187M|  54 |  98 |1150 |  81k|1150 |  81k| 360 |   0 |2251 |-5.000000e+01 |-4.300000e+01 |  16.28%
797.65/797.83	c   798s|  3000 |  2535 |269725 |  83.1 | 190M|  54 |  74 |1150 |  81k|1150 |  81k| 360 |   0 |2274 |-5.000000e+01 |-4.300000e+01 |  16.28%
823.75/823.93	c   824s|  3100 |  2633 |284201 |  85.1 | 195M|  54 |  71 |1150 |  81k|1150 |  81k| 360 |   0 |2304 |-5.000000e+01 |-4.300000e+01 |  16.28%
860.94/861.11	c   861s|  3200 |  2731 |301324 |  87.8 | 199M|  54 | 103 |1150 |  81k|1150 |  81k| 360 |   0 |2319 |-5.000000e+01 |-4.300000e+01 |  16.28%
883.14/883.37	c   883s|  3300 |  2829 |312810 |  88.6 | 202M|  54 |  89 |1150 |  81k|1150 |  81k| 360 |   0 |2328 |-5.000000e+01 |-4.300000e+01 |  16.28%
907.53/907.74	c   908s|  3400 |  2925 |326430 |  90.0 | 205M|  54 | 103 |1150 |  81k|1150 |  81k| 360 |   0 |2344 |-5.000000e+01 |-4.300000e+01 |  16.28%
928.53/928.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
928.53/928.76	c   929s|  3500 |  3023 |338750 |  91.0 | 208M|  54 |  91 |1150 |  81k|1150 |  81k| 360 |   0 |2352 |-5.000000e+01 |-4.300000e+01 |  16.28%
947.53/947.72	c   948s|  3600 |  3119 |350197 |  91.6 | 211M|  54 |  78 |1150 |  81k|1150 |  81k| 360 |   0 |2358 |-5.000000e+01 |-4.300000e+01 |  16.28%
971.93/972.15	c   972s|  3700 |  3215 |365585 |  93.3 | 215M|  54 | 106 |1150 |  81k|1150 |  81k| 360 |   0 |2363 |-5.000000e+01 |-4.300000e+01 |  16.28%
994.52/994.76	c   995s|  3800 |  3307 |377482 |  94.0 | 219M|  54 | 117 |1150 |  81k|1150 |  81k| 360 |   0 |2365 |-5.000000e+01 |-4.300000e+01 |  16.28%
1001.41/1001.63	o -44
1001.41/1001.63	c p1002s|  3837 |  3217 |380872 |  94.0 | 218M|  54 |   - |1150 |  81k|1150 |  81k| 360 |   0 |2379 |-5.000000e+01 |-4.400000e+01 |  13.64%
1016.42/1016.64	c  1017s|  3900 |  3278 |388129 |  94.3 | 220M|  54 | 134 |1150 |  81k|1150 |  81k| 360 |   0 |2401 |-5.000000e+01 |-4.400000e+01 |  13.64%
1047.02/1047.23	c  1047s|  4000 |  3372 |402924 |  95.6 | 224M|  54 |  88 |1150 |  81k|1150 |  81k| 360 |   0 |2457 |-5.000000e+01 |-4.400000e+01 |  13.64%
1069.10/1069.39	c  1069s|  4100 |  3464 |413748 |  96.0 | 228M|  54 |  73 |1150 |  81k|1150 |  81k| 360 |   0 |2506 |-5.000000e+01 |-4.400000e+01 |  13.64%
1096.80/1097.06	c  1097s|  4200 |  3552 |424572 |  96.2 | 232M|  54 |  73 |1150 |  81k|1150 |  81k| 360 |   0 |2554 |-5.000000e+01 |-4.400000e+01 |  13.64%
1118.10/1118.33	c  1118s|  4300 |  3634 |435264 |  96.5 | 235M|  54 | 105 |1150 |  81k|1150 |  81k| 360 |   0 |2586 |-5.000000e+01 |-4.400000e+01 |  13.64%
1146.40/1146.67	c  1147s|  4400 |  3732 |449266 |  97.5 | 239M|  54 |  89 |1150 |  81k|1150 |  81k| 360 |   0 |2642 |-5.000000e+01 |-4.400000e+01 |  13.64%
1171.20/1171.45	c  1171s|  4500 |  3826 |460562 |  97.8 | 242M|  54 |  99 |1150 |  81k|1150 |  81k| 360 |   0 |2687 |-5.000000e+01 |-4.400000e+01 |  13.64%
1201.29/1201.56	c  1202s|  4600 |  3914 |476397 |  99.1 | 246M|  54 |   - |1150 |  81k|1150 |  81k| 360 |   0 |2749 |-5.000000e+01 |-4.400000e+01 |  13.64%
1229.28/1229.59	c  1230s|  4700 |  4010 |489827 |  99.9 | 249M|  54 |  74 |1150 |  81k|1150 |  81k| 360 |   0 |2791 |-5.000000e+01 |-4.400000e+01 |  13.64%
1249.08/1249.33	c  1249s|  4800 |  4106 |499206 |  99.8 | 252M|  54 |  89 |1150 |  81k|1150 |  81k| 360 |   0 |2833 |-5.000000e+01 |-4.400000e+01 |  13.64%
1267.77/1268.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1267.77/1268.06	c  1268s|  4900 |  4192 |509688 |  99.9 | 254M|  54 | 103 |1150 |  81k|1150 |  81k| 360 |   0 |2865 |-5.000000e+01 |-4.400000e+01 |  13.64%
1291.27/1291.52	c  1292s|  5000 |  4282 |520117 | 100.0 | 257M|  54 | 104 |1150 |  81k|1150 |  81k| 360 |   0 |2912 |-5.000000e+01 |-4.400000e+01 |  13.64%
1310.27/1310.52	c  1311s|  5100 |  4374 |529682 |  99.9 | 260M|  54 |  80 |1150 |  81k|1150 |  81k| 360 |   0 |2947 |-5.000000e+01 |-4.400000e+01 |  13.64%
1333.97/1334.22	c  1334s|  5200 |  4470 |542167 | 100.4 | 264M|  54 |  67 |1150 |  81k|1150 |  81k| 360 |   0 |2970 |-5.000000e+01 |-4.400000e+01 |  13.64%
1352.77/1353.09	c  1353s|  5300 |  4554 |553618 | 100.6 | 267M|  54 |  99 |1150 |  81k|1150 |  81k| 360 |   0 |2978 |-5.000000e+01 |-4.400000e+01 |  13.64%
1368.07/1368.32	c  1368s|  5400 |  4632 |561983 | 100.3 | 269M|  54 |  73 |1150 |  81k|1150 |  81k| 360 |   0 |2983 |-5.000000e+01 |-4.400000e+01 |  13.64%
1385.06/1385.38	c  1385s|  5500 |  4708 |572243 | 100.3 | 272M|  54 |  89 |1150 |  81k|1150 |  81k| 360 |   0 |2986 |-5.000000e+01 |-4.400000e+01 |  13.64%
1405.35/1405.65	c  1406s|  5600 |  4798 |584189 | 100.7 | 275M|  54 |  79 |1150 |  81k|1150 |  81k| 360 |   0 |2990 |-5.000000e+01 |-4.400000e+01 |  13.64%
1421.86/1422.15	c  1422s|  5700 |  4878 |591829 | 100.3 | 278M|  54 |  91 |1150 |  81k|1150 |  81k| 360 |   0 |2994 |-5.000000e+01 |-4.400000e+01 |  13.64%
1439.35/1439.64	c  1440s|  5800 |  4958 |601074 | 100.1 | 280M|  54 | 103 |1150 |  81k|1150 |  81k| 360 |   0 |2998 |-5.000000e+01 |-4.400000e+01 |  13.64%
1453.95/1454.27	c  1454s|  5900 |  5030 |610159 | 100.0 | 283M|  54 | 116 |1150 |  81k|1150 |  81k| 360 |   0 |3002 |-5.000000e+01 |-4.400000e+01 |  13.64%
1470.15/1470.45	c  1470s|  6000 |  5110 |619220 |  99.8 | 285M|  54 |  92 |1150 |  81k|1150 |  81k| 360 |   0 |3009 |-5.000000e+01 |-4.400000e+01 |  13.64%
1489.85/1490.18	c  1490s|  6100 |  5194 |629559 |  99.9 | 288M|  54 |  68 |1150 |  81k|1150 |  81k| 360 |   0 |3011 |-5.000000e+01 |-4.400000e+01 |  13.64%
1505.24/1505.51	c  1506s|  6200 |  5272 |639077 |  99.8 | 291M|  54 |  68 |1150 |  81k|1150 |  81k| 360 |   0 |3012 |-5.000000e+01 |-4.400000e+01 |  13.64%
1523.44/1523.73	c  1524s|  6300 |  5356 |649382 |  99.8 | 294M|  54 | 134 |1150 |  81k|1150 |  81k| 360 |   0 |3013 |-5.000000e+01 |-4.400000e+01 |  13.64%
1544.53/1544.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1544.53/1544.87	c  1545s|  6400 |  5436 |659203 |  99.8 | 297M|  54 |  65 |1150 |  81k|1150 |  81k| 360 |   0 |3030 |-5.000000e+01 |-4.400000e+01 |  13.64%
1564.03/1564.36	c  1564s|  6500 |  5526 |669304 |  99.8 | 301M|  54 |  90 |1150 |  81k|1150 |  81k| 360 |   0 |3070 |-5.000000e+01 |-4.400000e+01 |  13.64%
1587.63/1587.90	c  1588s|  6600 |  5624 |680494 | 100.0 | 304M|  54 |  78 |1150 |  81k|1150 |  81k| 360 |   0 |3117 |-5.000000e+01 |-4.400000e+01 |  13.64%
1607.52/1607.88	c  1608s|  6700 |  5704 |691161 | 100.1 | 307M|  54 | 164 |1150 |  81k|1150 |  81k| 360 |   0 |3151 |-5.000000e+01 |-4.400000e+01 |  13.64%
1631.72/1632.08	c  1632s|  6800 |  5778 |702918 | 100.4 | 310M|  54 |  80 |1150 |  81k|1150 |  81k| 360 |   0 |3200 |-5.000000e+01 |-4.400000e+01 |  13.64%
1648.02/1648.36	c  1648s|  6900 |  5852 |710143 | 100.0 | 312M|  54 |  71 |1150 |  81k|1150 |  81k| 360 |   0 |3238 |-5.000000e+01 |-4.400000e+01 |  13.64%
1667.71/1668.09	c  1668s|  7000 |  5922 |719693 |  99.9 | 315M|  54 |  85 |1150 |  81k|1150 |  81k| 360 |   0 |3268 |-5.000000e+01 |-4.400000e+01 |  13.64%
1684.92/1685.28	c  1685s|  7100 |  5992 |726944 |  99.5 | 317M|  54 |  98 |1150 |  81k|1150 |  81k| 360 |   0 |3302 |-5.000000e+01 |-4.400000e+01 |  13.64%
1701.61/1701.96	c  1702s|  7200 |  6068 |734932 |  99.2 | 319M|  54 |  77 |1150 |  81k|1150 |  81k| 360 |   0 |3345 |-5.000000e+01 |-4.400000e+01 |  13.64%
1715.62/1715.99	c  1716s|  7300 |  6132 |741813 |  98.8 | 321M|  54 |  83 |1150 |  81k|1150 |  81k| 360 |   0 |3370 |-5.000000e+01 |-4.400000e+01 |  13.64%
1731.61/1731.94	c  1732s|  7400 |  6196 |749395 |  98.5 | 323M|  54 | 122 |1150 |  81k|1150 |  81k| 360 |   0 |3399 |-5.000000e+01 |-4.400000e+01 |  13.64%
1746.10/1746.45	c  1746s|  7500 |  6260 |756270 |  98.1 | 325M|  59 |  92 |1150 |  81k|1150 |  81k| 360 |   0 |3432 |-5.000000e+01 |-4.400000e+01 |  13.64%
1762.51/1762.81	c  1763s|  7600 |  6324 |764068 |  97.9 | 327M|  61 |  81 |1150 |  81k|1150 |  81k| 360 |   0 |3470 |-5.000000e+01 |-4.400000e+01 |  13.64%
1777.00/1777.36	c  1777s|  7700 |  6378 |769858 |  97.3 | 329M|  61 |  73 |1150 |  81k|1150 |  81k| 360 |   0 |3494 |-5.000000e+01 |-4.400000e+01 |  13.64%
1795.30/1795.69	c  1796s|  7800 |  6444 |779301 |  97.3 | 331M|  61 |  65 |1150 |  81k|1150 |  81k| 360 |   0 |3534 |-5.000000e+01 |-4.400000e+01 |  13.64%
1796.70/1797.01	c 
1796.70/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.01	c Solving Time (sec) : 1797.00
1796.70/1797.01	c Solving Nodes      : 7816
1796.70/1797.01	c Primal Bound       : -4.40000000000000e+01 (598 solutions)
1796.70/1797.01	c Dual Bound         : -5.00000000000000e+01
1796.70/1797.01	c Gap                : 13.64 %
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 
1796.70/1797.02	v -x187 -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 
1796.70/1797.02	v -x229 -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 
1796.70/1797.02	v x501 -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 
1796.70/1797.02	v -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 
1796.70/1797.02	v -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 
1796.70/1797.02	v -x606 -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 
1796.70/1797.02	v -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 x687 -x688 -x689 
1796.70/1797.02	v -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 
1796.70/1797.02	v -x711 -x712 x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 
1796.70/1797.02	v -x732 x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 
1796.70/1797.02	v -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 
1796.70/1797.02	v -x774 -x775 -x776 -x777 -x778 x779 -x780 -x781 -x782 -x783 -x784 x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 
1796.70/1797.02	v -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 
1796.70/1797.02	v -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 
1796.70/1797.02	v -x837 -x838 -x839 -x840 -x841 -x842 x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 x855 -x856 -x857 
1796.70/1797.02	v -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 
1796.70/1797.02	v -x879 -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 -x1004 
1796.70/1797.02	v -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 x1020 -x1021 -x1022 
1796.70/1797.02	v -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 x1039 -x1040 
1796.70/1797.02	v -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 
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.18 (included in solving)
1796.70/1797.02	c   reading          :       0.17 (included in solving)
1796.70/1797.02	c   copying          :       1.06 (9 #copies) (minimal 0.11, maximal 0.12, average 0.12)
1796.70/1797.02	c Original Problem   :
1796.70/1797.02	c   Problem name     : HOME/instance-3693276-1338031789.opb
1796.70/1797.02	c   Variables        : 1150 (1150 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.02	c   Constraints      : 81068 initial, 81068 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-3693276-1338031789.opb
1796.70/1797.02	c   Variables        : 1150 (1150 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.02	c   Constraints      : 81068 initial, 81068 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.02          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   probing          :       0.41       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   setppc           :       0.08       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.02	c   linear           :       0.45       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       7303          0        603          0          5         70          0          0      14534
1796.70/1797.02	c   setppc           :      81068      81068         33      36119          0          1        598          0          0     244471          0          0          0
1796.70/1797.02	c   countsols        :          0          0          0          0          0          1        601          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         :     393.71       0.00       0.00       0.00     393.68       0.00       0.02       0.00
1796.70/1797.02	c   setppc           :      14.34       0.00       0.23      12.53       0.00       0.00       1.59       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      :          6          0          0          0
1796.70/1797.02	c   pseudoobj        :      43372          0          0          0
1796.70/1797.02	c   vbounds          :          0          0          0          0
1796.70/1797.02	c   redcost          :       7339          0          0          3
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.03       0.00       0.00       0.03       0.00
1796.70/1797.02	c   pseudoobj        :       6.35       0.02       0.00       6.33       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.17       0.00       0.00       0.17       0.00
1796.70/1797.02	c   probing          :       0.41       0.00       0.41       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                    32          -          -         90          -    (maximal pool size: 749)
1796.70/1797.02	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.02	c   impliedbounds    :       0.04       0.00         33          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.29       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.33       0.00         20          0          0      10000          0
1796.70/1797.02	c   cmir             :      10.30       0.00         10          0          0          0          0
1796.70/1797.02	c   flowcover        :      10.98       0.00         10          0          0          0          0
1796.70/1797.02	c   clique           :       1.50       0.00         33          0          0        299          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        :     393.66       0.00       7303          5         70          0          0      14534
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.10       0.00          7          1
1796.70/1797.02	c   crossover        :       3.74       0.00          8          2
1796.70/1797.02	c   fracdiving       :      59.10       0.00         61          6
1796.70/1797.02	c   guideddiving     :      60.07       0.00         62         10
1796.70/1797.02	c   veclendiving     :     168.31       0.00         86          2
1796.70/1797.02	c   coefdiving       :      89.94       0.00        124         30
1796.70/1797.02	c   pscostdiving     :      81.50       0.00        170         26
1796.70/1797.02	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.02	c   trivial          :       0.01       0.00          2          1
1796.70/1797.02	c   shiftandpropagate:       0.00       0.00          0          0
1796.70/1797.02	c   simplerounding   :       0.34       0.00       7336         72
1796.70/1797.02	c   zirounding       :      45.83       0.00       7271        223
1796.70/1797.02	c   rounding         :      17.66       0.00       3634          1
1796.70/1797.02	c   shifting         :       2.68       0.00        445          1
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   nlpdiving        :       0.00       0.00          0          0
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  :      74.02       0.00         50        117
1796.70/1797.02	c   rootsoldiving    :      52.23       0.00         86         91
1796.70/1797.02	c   linesearchdiving :      79.38       0.00        171         14
1796.70/1797.02	c   octane           :       0.00       0.00          0          0
1796.70/1797.02	c   rens             :       2.25       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   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.01       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          :     533.03       8019     459087      58.26     861.28       2.44        139
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:     531.43      17594     320890      18.24     603.82
1796.70/1797.02	c   strong branching :     391.58       3538     257827      72.87     658.43
1796.70/1797.02	c     (at root node) :          -         18       2025     112.50          -
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            :       7816
1796.70/1797.02	c   nodes (total)    :       7816
1796.70/1797.02	c   nodes left       :       6448
1796.70/1797.02	c   max depth        :         61
1796.70/1797.02	c   max depth (total):         61
1796.70/1797.03	c   backtracks       :       1050 (13.4%)
1796.70/1797.03	c   delayed cutoffs  :          0
1796.70/1797.03	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.70/1797.03	c   avg switch length:       5.67
1796.70/1797.03	c   switching time   :      22.45
1796.70/1797.03	c Solution           :
1796.70/1797.03	c   Solutions found  :        598 (8 improvements)
1796.70/1797.03	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.37 seconds, depth 0, found by <trivial>)
1796.70/1797.03	c   Primal Bound     : -4.40000000000000e+01   (in run 1, after 3837 nodes, 1001.62 seconds, depth 38, found by <pscostdiving>)
1796.70/1797.03	c   Dual Bound       : -5.00000000000000e+01
1796.70/1797.03	c   Gap              :      13.64 %
1796.70/1797.03	c   Root Dual Bound  : -5.08333333333333e+01
1796.70/1797.03	c   Root Iterations  :      20432
1797.00/1797.38	c Time complete: 1797.07.

Verifier Data

OK	-44

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-3693276-1338031789/watcher-3693276-1338031789 -o /tmp/evaluation-result-3693276-1338031789/solver-3693276-1338031789 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693276-1338031789.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: 2.00 2.00 1.88 3/176 1620
/proc/meminfo: memFree=28676548/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=10460 CPUtime=0 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 1346 0 0 0 0 0 0 0 20 0 1 0 269307445 10711040 1300 33554432000 4194304 10169799 140737112332272 140736905253208 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 2615 1301 403 1459 0 1147 0

[startup+0.058382 s]
/proc/loadavg: 2.00 2.00 1.88 3/176 1620
/proc/meminfo: memFree=28676548/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=19272 CPUtime=0.04 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 3384 0 0 0 4 0 0 0 20 0 1 0 269307445 19734528 3339 33554432000 4194304 10169799 140737112332272 140737112197928 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 4818 3364 412 1459 0 3350 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19272

[startup+0.100326 s]
/proc/loadavg: 2.00 2.00 1.88 3/176 1620
/proc/meminfo: memFree=28676548/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=25124 CPUtime=0.09 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 5031 0 0 0 8 1 0 0 20 0 1 0 269307445 25726976 4985 33554432000 4194304 10169799 140737112332272 140737112197928 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 6281 4985 412 1459 0 4813 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25124

[startup+0.300283 s]
/proc/loadavg: 2.00 2.00 1.88 3/176 1620
/proc/meminfo: memFree=28676548/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=97836 CPUtime=0.29 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 22668 0 0 0 25 4 0 0 20 0 1 0 269307445 100184064 22595 33554432000 4194304 10169799 140737112332272 140737112329128 4933777 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 24459 22595 499 1459 0 22991 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 97836

[startup+0.700294 s]
/proc/loadavg: 2.00 2.00 1.88 3/176 1620
/proc/meminfo: memFree=28676548/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=118924 CPUtime=0.69 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 31446 0 0 0 59 10 0 0 20 0 1 0 269307445 121778176 27826 33554432000 4194304 10169799 140737112332272 140737112329128 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 29731 27826 553 1459 0 28263 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 118924

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 1621
/proc/meminfo: memFree=28555140/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=160172 CPUtime=1.49 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 46411 0 0 0 134 15 0 0 20 0 1 0 269307445 164016128 38084 33554432000 4194304 10169799 140737112332272 140737112329784 7543003 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 40043 38121 638 1459 0 38575 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 160172

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 1621
/proc/meminfo: memFree=28454292/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=256304 CPUtime=3.09 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 65413 0 0 0 289 20 0 0 20 0 1 0 269307445 262455296 60656 33554432000 4194304 10169799 140737112332272 140737112326680 7271364 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 64076 60656 751 1459 0 62608 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 256304

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 1621
/proc/meminfo: memFree=28447600/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=250584 CPUtime=6.29 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 66919 0 0 0 607 22 0 0 20 0 1 0 269307445 256598016 59103 33554432000 4194304 10169799 140737112332272 140737112328264 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 62646 59103 773 1459 0 61178 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 250584

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 1621
/proc/meminfo: memFree=28432160/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=253996 CPUtime=12.69 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 68189 0 0 0 1246 23 0 0 20 0 1 0 269307445 260091904 61397 33554432000 4194304 10169799 140737112332272 140737112328808 7271351 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 63499 61397 774 1459 0 62031 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 253996

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.88 3/178 1625
/proc/meminfo: memFree=28427484/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=258596 CPUtime=25.48 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 68659 0 0 0 2525 23 0 0 20 0 1 0 269307445 264802304 62378 33554432000 4194304 10169799 140737112332272 140737112328584 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 64649 62378 774 1459 0 63181 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 258596

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.88 3/178 1625
/proc/meminfo: memFree=28422664/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=265288 CPUtime=51.08 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 69018 0 0 0 5081 27 0 0 20 0 1 0 269307445 271654912 63316 33554432000 4194304 10169799 140737112332272 140737112327064 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 66322 63316 774 1459 0 64854 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 265288

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.89 3/177 1625
/proc/meminfo: memFree=28357076/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=322548 CPUtime=102.27 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 84539 0 0 0 10180 47 0 0 20 0 1 0 269307445 330289152 78946 33554432000 4194304 10169799 140737112332272 140737112326600 8044384 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 80637 78946 823 1459 0 79169 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 322548

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/177 1626
/proc/meminfo: memFree=28343604/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=322548 CPUtime=162.24 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 84542 0 0 0 16168 56 0 0 20 0 1 0 269307445 330289152 78973 33554432000 4194304 10169799 140737112332272 140737112326872 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 80637 78973 823 1459 0 79169 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 322548

[startup+222.3 s]
/proc/loadavg: 2.05 2.01 1.91 3/177 1626
/proc/meminfo: memFree=28341908/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=322548 CPUtime=222.24 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 84542 0 0 0 22155 69 0 0 20 0 1 0 269307445 330289152 78973 33554432000 4194304 10169799 140737112332272 140737112327256 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 80637 78973 823 1459 0 79169 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 322548

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/177 1626
/proc/meminfo: memFree=28351772/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=310948 CPUtime=282.23 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 87769 0 0 0 28138 85 0 0 20 0 1 0 269307445 318410752 76446 33554432000 4194304 10169799 140737112332272 140737112327256 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 77737 76446 827 1459 0 76269 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 310948

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 1626
/proc/meminfo: memFree=28315316/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=349412 CPUtime=342.22 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 97005 0 0 0 34120 102 0 0 20 0 1 0 269307445 357797888 85682 33554432000 4194304 10169799 140737112332272 140737112326680 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 87353 85682 827 1459 0 85885 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 349412

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 1626
/proc/meminfo: memFree=28313852/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=349412 CPUtime=402.21 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 97008 0 0 0 40109 112 0 0 20 0 1 0 269307445 357797888 86014 33554432000 4194304 10169799 140737112332272 140737112326408 5119959 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 87353 86014 827 1459 0 85885 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 349412

[startup+462.3 s]
/proc/loadavg: 2.08 2.02 1.91 3/177 1627
/proc/meminfo: memFree=28315092/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=347636 CPUtime=462.2 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 104053 0 0 0 46094 126 0 0 20 0 1 0 269307445 355979264 85622 33554432000 4194304 10169799 140737112332272 140737112326072 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 86909 85622 827 1459 0 85441 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 347636

[startup+522.3 s]
/proc/loadavg: 2.03 2.01 1.91 3/177 1627
/proc/meminfo: memFree=28315092/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=347636 CPUtime=522.19 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 104054 0 0 0 52082 137 0 0 20 0 1 0 269307445 355979264 85623 33554432000 4194304 10169799 140737112332272 140737112326728 8043938 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 86909 85623 827 1459 0 85441 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 347636

[startup+582.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/177 1627
/proc/meminfo: memFree=28314968/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=347636 CPUtime=582.18 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 104054 0 0 0 58070 148 0 0 20 0 1 0 269307445 355979264 85623 33554432000 4194304 10169799 140737112332272 140737112326088 8044867 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 86909 85623 827 1459 0 85441 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 347636

[startup+642.3 s]

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

/proc/meminfo: memFree=28282592/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=385856 CPUtime=1062.11 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 147367 0 0 0 105955 256 0 0 20 0 1 0 269307445 395116544 93920 33554432000 4194304 10169799 140737112332272 140737112327064 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 96464 93920 827 1459 0 94996 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 385856

[startup+1122.3 s]
/proc/loadavg: 2.08 2.05 1.94 3/177 1633
/proc/meminfo: memFree=28276080/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=393360 CPUtime=1122.1 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 170525 0 0 0 111935 275 0 0 20 0 1 0 269307445 402800640 95555 33554432000 4194304 10169799 140737112332272 140737112326408 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 98340 95555 827 1459 0 96872 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 393360

[startup+1182.3 s]
/proc/loadavg: 2.06 2.05 1.95 3/177 1633
/proc/meminfo: memFree=28266564/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=399352 CPUtime=1182.09 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 172207 0 0 0 117923 286 0 0 20 0 1 0 269307445 408936448 97850 33554432000 4194304 10169799 140737112332272 140737112328456 5120223 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 99838 97850 827 1459 0 98370 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 399352

[startup+1242.3 s]
/proc/loadavg: 2.08 2.05 1.95 3/178 1721
/proc/meminfo: memFree=28069368/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=405576 CPUtime=1242.08 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 173323 0 0 0 123910 298 0 0 20 0 1 0 269307445 415309824 98966 33554432000 4194304 10169799 140737112332272 140737112327048 8044936 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 101394 98966 827 1459 0 99926 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 405576

[startup+1302.3 s]
/proc/loadavg: 2.09 2.06 1.96 3/177 1721
/proc/meminfo: memFree=27988640/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=416160 CPUtime=1302.08 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 175425 0 0 0 129897 311 0 0 20 0 1 0 269307445 426147840 101574 33554432000 4194304 10169799 140737112332272 140737112326360 4777685 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 104040 101574 827 1459 0 102572 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 416160

[startup+1362.3 s]
/proc/loadavg: 2.09 2.06 1.96 3/176 1721
/proc/meminfo: memFree=27994048/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=421644 CPUtime=1362.07 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 197314 0 0 0 135879 328 0 0 20 0 1 0 269307445 431763456 102315 33554432000 4194304 10169799 140737112332272 140737112327064 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 105411 102315 827 1459 0 103943 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 421644

[startup+1422.31 s]
/proc/loadavg: 2.13 2.08 1.97 3/177 1722
/proc/meminfo: memFree=27974940/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=436528 CPUtime=1422.06 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 201424 0 0 0 141867 339 0 0 20 0 1 0 269307445 447004672 106361 33554432000 4194304 10169799 140737112332272 140737112326696 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 109132 106361 827 1459 0 107664 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 436528

[startup+1482.3 s]
/proc/loadavg: 2.11 2.08 1.98 3/177 1722
/proc/meminfo: memFree=27963212/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=443832 CPUtime=1482.04 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 202756 0 0 0 147854 350 0 0 20 0 1 0 269307445 454483968 108473 33554432000 4194304 10169799 140737112332272 140737112327064 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 110958 108473 827 1459 0 109490 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 443832

[startup+1542.3 s]
/proc/loadavg: 2.04 2.06 1.98 3/177 1722
/proc/meminfo: memFree=27948868/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=452532 CPUtime=1542.03 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 226935 0 0 0 153833 370 0 0 20 0 1 0 269307445 463392768 110431 33554432000 4194304 10169799 140737112332272 140737112329912 8035680 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 113133 110431 827 1459 0 111665 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 452532

[startup+1602.3 s]
/proc/loadavg: 2.07 2.06 1.98 3/177 1722
/proc/meminfo: memFree=27944860/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=462704 CPUtime=1602.03 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 229625 0 0 0 159823 380 0 0 20 0 1 0 269307445 473808896 113115 33554432000 4194304 10169799 140737112332272 140737112326872 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 115676 113115 827 1459 0 114208 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 462704

[startup+1662.3 s]
/proc/loadavg: 2.03 2.05 1.98 3/177 1722
/proc/meminfo: memFree=27922388/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=474636 CPUtime=1662.02 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 231848 0 0 0 165812 390 0 0 20 0 1 0 269307445 486027264 115309 33554432000 4194304 10169799 140737112332272 140737112326024 7720192 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 118659 115309 827 1459 0 117191 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 474636

[startup+1722.3 s]
/proc/loadavg: 2.13 2.07 2.00 3/177 1723
/proc/meminfo: memFree=27924468/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=478492 CPUtime=1722.01 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 233352 0 0 0 171798 403 0 0 20 0 1 0 269307445 489975808 116809 33554432000 4194304 10169799 140737112332272 140737112326072 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 119623 116809 827 1459 0 118155 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 478492

[startup+1782.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/177 1723
/proc/meminfo: memFree=27911508/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=487268 CPUtime=1782 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 235479 0 0 0 177786 414 0 0 20 0 1 0 269307445 498962432 118926 33554432000 4194304 10169799 140737112332272 140737112327288 7682063 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 121817 118926 827 1459 0 120349 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 487268

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

[startup+1785.5 s]
/proc/loadavg: 2.04 2.05 2.00 3/177 1723
/proc/meminfo: memFree=27910764/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=487496 CPUtime=1785.19 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 235593 0 0 0 178105 414 0 0 20 0 1 0 269307445 499195904 119040 33554432000 4194304 10169799 140737112332272 140737112326872 8030186 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 121874 119040 827 1459 0 120406 0
Current children cumulated CPU time (s) 1785.19
Current children cumulated vsize (KiB) 487496

[startup+1791.91 s]
/proc/loadavg: 2.04 2.05 2.00 3/177 1723
/proc/meminfo: memFree=27910268/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=487496 CPUtime=1791.61 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 235716 0 0 0 178745 416 0 0 20 0 1 0 269307445 499195904 119163 33554432000 4194304 10169799 140737112332272 140737112326664 8044217 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 121874 119163 827 1459 0 120406 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (KiB) 487496

[startup+1795.1 s]
/proc/loadavg: 2.03 2.05 2.00 3/177 1723
/proc/meminfo: memFree=27910268/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=487496 CPUtime=1794.81 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 235748 0 0 0 179064 417 0 0 20 0 1 0 269307445 499195904 119192 33554432000 4194304 10169799 140737112332272 140737112326136 5120223 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 121874 119192 827 1459 0 120406 0
Current children cumulated CPU time (s) 1794.81
Current children cumulated vsize (KiB) 487496

[startup+1796.7 s]
/proc/loadavg: 2.03 2.05 2.00 3/177 1723
/proc/meminfo: memFree=27910268/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=487496 CPUtime=1796.4 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 235757 0 0 0 179223 417 0 0 20 0 1 0 269307445 499195904 119201 33554432000 4194304 10169799 140737112332272 140737112327064 8044557 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 121874 119201 827 1459 0 120406 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 487496

[startup+1797.1 s]
/proc/loadavg: 2.03 2.05 2.00 3/177 1723
/proc/meminfo: memFree=27910268/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=487496 CPUtime=1796.8 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 235762 0 0 0 179263 417 0 0 20 0 1 0 269307445 499195904 119206 33554432000 4194304 10169799 140737112332272 140737112327064 4926028 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 121874 119206 830 1459 0 120406 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (KiB) 487496

[startup+1797.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/177 1723
/proc/meminfo: memFree=27917088/32873844 swapFree=7100/7100
[pid=1620] ppid=1618 vsize=479952 CPUtime=1797 cores=1,3,5,7
/proc/1620/stat : 1620 (scip-2.1.1.4sfi) R 1618 1620 32565 0 -1 4202496 235762 0 0 0 179283 417 0 0 20 0 1 0 269307445 491470848 117320 33554432000 4194304 10169799 140737112332272 140737112329064 4939172 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1620/statm: 119988 117320 830 1459 0 118520 0
Current children cumulated CPU time (s) 1797
Current children cumulated vsize (KiB) 479952

Child status: 0
Real time (s): 1797.38
CPU time (s): 1797.09
CPU user time (s): 1792.9
CPU system time (s): 4.18836
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 526660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.9
system time used= 4.18836
maximum resident set size= 519956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235764
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= 38
involuntary context switches= 1847

runsolver used 2.85457 second user time and 8.62769 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-26 13:29:49
IDJOB=3693276
IDBENCH=2261
IDSOLVER=2272
FILE ID=node103/3693276-1338031789
RUNJOBID= node103-1338029661-1335
PBS_JOBID= 14624368
Free space on /tmp= 71560 MiB

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

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

MD5SUM BENCH= 29f577041bedcbf69a98210424b233be
RANDOM SEED=2136789809

node103.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.189
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.37
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.189
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.189
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.189
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.91
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.189
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.189
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	: 5411.36
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.189
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.189
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:       32873844 kB
MemFree:        28676176 kB
Buffers:          244880 kB
Cached:          3059016 kB
SwapCached:            0 kB
Active:          1004680 kB
Inactive:        2420712 kB
Active(anon):     121988 kB
Inactive(anon):     1716 kB
Active(file):     882692 kB
Inactive(file):  2418996 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15528 kB
Writeback:             0 kB
AnonPages:        201472 kB
Mapped:            17628 kB
Shmem:               200 kB
Slab:             633456 kB
SReclaimable:      75992 kB
SUnreclaim:       557464 kB
KernelStack:        1472 kB
PageTables:         3672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     234944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71536 MiB
End job on node103 at 2012-05-26 13:59:46