Trace number 3692802

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 NameAnswerCPU timeWall clock time
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixedSAT 43.7503 43.7657

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army10.14bt.opb
MD5SUM35996461279b46395c12d24fd378138e
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.158975
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables316
Total number of constraints686
Number of constraints which are clauses477
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints207
Minimum length of a constraint1
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 114
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-3692802-1338017258.opb>
0.00/0.01	c original problem has 316 variables (316 bin, 0 int, 0 impl, 0 cont) and 686 constraints
0.00/0.01	c problem read in 0.00
0.00/0.01	c presolving:
0.00/0.02	c (round 1) 3 del vars, 1 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 352 impls, 0 clqs
0.00/0.02	c (round 2) 15 del vars, 19 del conss, 0 add conss, 13 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 352 impls, 0 clqs
0.00/0.02	c (round 3) 15 del vars, 31 del conss, 0 add conss, 13 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 352 impls, 0 clqs
0.01/0.03	c (round 4) 15 del vars, 31 del conss, 0 add conss, 13 chg bounds, 0 chg sides, 0 chg coeffs, 655 upgd conss, 352 impls, 0 clqs
0.01/0.04	c (round 5) 21 del vars, 31 del conss, 576 add conss, 13 chg bounds, 576 chg sides, 1158 chg coeffs, 655 upgd conss, 8648 impls, 6 clqs
0.01/0.05	c (round 6) 21 del vars, 43 del conss, 576 add conss, 13 chg bounds, 576 chg sides, 1158 chg coeffs, 655 upgd conss, 8648 impls, 6 clqs
0.01/0.05	c (round 7) 21 del vars, 51 del conss, 576 add conss, 13 chg bounds, 576 chg sides, 1158 chg coeffs, 655 upgd conss, 8648 impls, 6 clqs
0.09/0.10	c    (0.1s) probing cycle finished: starting next cycle
0.09/0.10	c (round 8) 37 del vars, 63 del conss, 580 add conss, 13 chg bounds, 576 chg sides, 1158 chg coeffs, 655 upgd conss, 9598 impls, 3 clqs
0.09/0.11	c (round 9) 37 del vars, 141 del conss, 587 add conss, 13 chg bounds, 580 chg sides, 1191 chg coeffs, 655 upgd conss, 9598 impls, 4 clqs
0.09/0.12	c (round 10) 37 del vars, 185 del conss, 623 add conss, 13 chg bounds, 598 chg sides, 1245 chg coeffs, 655 upgd conss, 9598 impls, 22 clqs
0.09/0.12	c    (0.1s) probing: 46/279 (16.5%) - 12 fixings, 4 aggregations, 301 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.09/0.12	c (round 11) 37 del vars, 188 del conss, 624 add conss, 13 chg bounds, 598 chg sides, 1245 chg coeffs, 655 upgd conss, 9598 impls, 22 clqs
0.09/0.13	c presolving (12 rounds):
0.09/0.13	c  37 deleted vars, 188 deleted constraints, 624 added constraints, 13 tightened bounds, 0 added holes, 598 changed sides, 1245 changed coefficients
0.09/0.13	c  9598 implications, 22 cliques
0.09/0.13	c presolved problem has 279 variables (279 bin, 0 int, 0 impl, 0 cont) and 1122 constraints
0.09/0.13	c     162 constraints of type <knapsack>
0.09/0.13	c     669 constraints of type <setppc>
0.09/0.13	c       2 constraints of type <and>
0.09/0.13	c     289 constraints of type <logicor>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.12
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 2.1.1.4
0.09/0.13	c 
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = 1797
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = 13950
0.09/0.13	c 
0.09/0.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.13	c # [type: int, range: [1,2], default: 1]
0.09/0.13	c timing/clocktype = 2
0.09/0.13	c 
0.09/0.13	c # belongs reading time to solving time?
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c timing/reading = TRUE
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.13	c 
0.18/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.18/0.20	c   0.2s|     1 |     0 |   979 |     - |2816k|   0 | 239 | 279 |1139 | 279 |1124 |   0 |  17 |   0 | 0.000000e+00 |      --      |    Inf 
0.78/0.83	c   0.8s|     1 |     0 |  6139 |     - |4084k|   0 | 238 | 279 |1139 | 279 |1132 |   8 |  17 |   0 | 0.000000e+00 |      --      |    Inf 
0.88/0.98	c   1.0s|     1 |     0 |  6214 |     - |5771k|   0 | 242 | 279 |1139 | 279 |1140 |  16 |  17 |   0 | 0.000000e+00 |      --      |    Inf 
1.09/1.14	c   1.1s|     1 |     0 |  6291 |     - |7795k|   0 | 249 | 279 |1139 | 279 |1145 |  21 |  17 |   0 | 0.000000e+00 |      --      |    Inf 
1.28/1.35	c   1.3s|     1 |     0 |  6489 |     - |9751k|   0 | 243 | 279 |1139 | 279 |1148 |  24 |  17 |   0 | 0.000000e+00 |      --      |    Inf 
1.48/1.55	c   1.5s|     1 |     0 |  6608 |     - |  11M|   0 | 247 | 279 |1139 | 279 |1150 |  26 |  17 |   0 | 0.000000e+00 |      --      |    Inf 
1.69/1.74	c   1.7s|     1 |     0 |  6665 |     - |  11M|   0 | 234 | 279 |1139 | 279 |1153 |  29 |  17 |   0 | 0.000000e+00 |      --      |    Inf 
2.98/3.03	c   3.0s|     1 |     2 |  6665 |     - |  11M|   0 | 234 | 279 |1139 | 279 |1153 |  29 |  17 |  17 | 0.000000e+00 |      --      |    Inf 
12.08/12.18	c  12.2s|   100 |    15 | 14809 |  82.3 |  11M|  16 |  97 | 279 |1139 | 279 |1141 |  31 |  17 |1047 | 0.000000e+00 |      --      |    Inf 
13.08/13.18	c  13.2s|   200 |    21 | 18475 |  59.3 |  11M|  20 |  92 | 279 |1145 | 279 |1141 |  31 |  23 |1163 | 0.000000e+00 |      --      |    Inf 
13.48/13.55	c  13.5s|   300 |    15 | 21970 |  51.2 |  11M|  22 |   - | 279 |1152 | 279 |1141 |  31 |  31 |1187 | 0.000000e+00 |      --      |    Inf 
13.78/13.85	c  13.8s|   400 |    19 | 25067 |  46.1 |  11M|  23 |  95 | 279 |1158 | 279 |1141 |  31 |  37 |1195 | 0.000000e+00 |      --      |    Inf 
13.98/14.07	c  14.1s|   500 |    19 | 27634 |  42.0 |  11M|  34 |   - | 279 |1173 | 279 |1141 |  31 |  52 |1196 | 0.000000e+00 |      --      |    Inf 
14.18/14.27	c  14.3s|   600 |    19 | 29967 |  38.9 |  11M|  34 | 106 | 279 |1181 | 279 |1141 |  31 |  60 |1196 | 0.000000e+00 |      --      |    Inf 
14.48/14.50	c  14.5s|   700 |    19 | 32783 |  37.4 |  11M|  34 |   - | 279 |1185 | 279 |1141 |  31 |  64 |1197 | 0.000000e+00 |      --      |    Inf 
14.68/14.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.68/14.76	c  14.8s|   800 |    17 | 35844 |  36.5 |  11M|  34 | 112 | 279 |1199 | 279 |1141 |  31 |  78 |1197 | 0.000000e+00 |      --      |    Inf 
14.98/15.02	c  15.0s|   900 |    17 | 38811 |  35.8 |  11M|  34 |   - | 279 |1203 | 279 |1141 |  31 |  83 |1198 | 0.000000e+00 |      --      |    Inf 
15.18/15.28	c  15.3s|  1000 |    19 | 41853 |  35.2 |  11M|  34 |   - | 279 |1214 | 279 |1141 |  31 |  94 |1199 | 0.000000e+00 |      --      |    Inf 
15.49/15.52	c  15.5s|  1100 |    17 | 44649 |  34.6 |  11M|  34 | 126 | 279 |1216 | 279 |1141 |  31 |  96 |1199 | 0.000000e+00 |      --      |    Inf 
15.68/15.76	c  15.8s|  1200 |    17 | 47459 |  34.0 |  11M|  34 | 107 | 279 |1226 | 279 |1141 |  31 | 109 |1199 | 0.000000e+00 |      --      |    Inf 
16.08/16.10	c  16.1s|  1300 |    17 | 50430 |  33.7 |  11M|  34 |   - | 279 |1234 | 279 |1141 |  31 | 118 |1215 | 0.000000e+00 |      --      |    Inf 
16.39/16.42	c  16.4s|  1400 |    17 | 53252 |  33.3 |  11M|  34 | 107 | 279 |1238 | 279 |1141 |  31 | 123 |1233 | 0.000000e+00 |      --      |    Inf 
17.08/17.10	c  17.1s|  1500 |    21 | 56962 |  33.6 |  11M|  34 | 111 | 279 |1253 | 279 |1141 |  31 | 141 |1295 | 0.000000e+00 |      --      |    Inf 
17.28/17.32	c  17.3s|  1600 |    19 | 59693 |  33.2 |  11M|  34 |   - | 279 |1285 | 279 |1141 |  31 | 174 |1295 | 0.000000e+00 |      --      |    Inf 
17.48/17.55	c  17.5s|  1700 |    21 | 62372 |  32.8 |  11M|  34 |   - | 279 |1299 | 279 |1141 |  31 | 190 |1295 | 0.000000e+00 |      --      |    Inf 
17.79/17.86	c  17.9s|  1800 |    19 | 65395 |  32.6 |  11M|  34 |   - | 279 |1305 | 279 |1141 |  31 | 196 |1308 | 0.000000e+00 |      --      |    Inf 
18.18/18.21	c  18.2s|  1900 |    21 | 68278 |  32.4 |  11M|  34 |  87 | 279 |1311 | 279 |1141 |  31 | 203 |1338 | 0.000000e+00 |      --      |    Inf 
18.48/18.54	c  18.5s|  2000 |    23 | 71281 |  32.3 |  11M|  34 |  88 | 279 |1317 | 279 |1141 |  31 | 215 |1361 | 0.000000e+00 |      --      |    Inf 
18.79/18.81	c  18.8s|  2100 |    23 | 73759 |  32.0 |  11M|  34 |  94 | 279 |1320 | 279 |1141 |  31 | 222 |1380 | 0.000000e+00 |      --      |    Inf 
18.98/19.00	c  19.0s|  2200 |    21 | 75971 |  31.5 |  11M|  35 |   - | 279 |1322 |   0 |   0 |  31 | 226 |1380 | 0.000000e+00 |      --      |    Inf 
19.18/19.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.18/19.23	c  19.2s|  2300 |    19 | 78500 |  31.2 |  11M|  35 |   - | 279 |1341 | 279 |1141 |  31 | 245 |1388 | 0.000000e+00 |      --      |    Inf 
19.38/19.49	c  19.5s|  2400 |    19 | 81380 |  31.1 |  11M|  35 | 112 | 279 |1347 | 279 |1141 |  31 | 253 |1394 | 0.000000e+00 |      --      |    Inf 
19.68/19.70	c  19.7s|  2500 |    19 | 83881 |  30.9 |  11M|  35 |   - | 279 |1360 |   0 |   0 |  31 | 267 |1394 | 0.000000e+00 |      --      |    Inf 
19.78/19.89	c  19.9s|  2600 |    23 | 86018 |  30.5 |  11M|  35 | 100 | 279 |1372 | 279 |1141 |  31 | 280 |1395 | 0.000000e+00 |      --      |    Inf 
19.98/20.08	c  20.1s|  2700 |    23 | 88143 |  30.2 |  11M|  35 |   - | 279 |1387 | 279 |1141 |  31 | 297 |1395 | 0.000000e+00 |      --      |    Inf 
20.18/20.29	c  20.3s|  2800 |    23 | 90738 |  30.0 |  11M|  35 |   - | 279 |1387 | 279 |1141 |  31 | 300 |1395 | 0.000000e+00 |      --      |    Inf 
20.48/20.50	c  20.5s|  2900 |    23 | 93238 |  29.9 |  11M|  35 |   - | 279 |1390 | 279 |1141 |  31 | 305 |1395 | 0.000000e+00 |      --      |    Inf 
20.58/20.69	c  20.7s|  3000 |    21 | 95336 |  29.6 |  11M|  35 | 110 | 279 |1399 | 279 |1141 |  31 | 316 |1395 | 0.000000e+00 |      --      |    Inf 
20.78/20.88	c  20.9s|  3100 |    21 | 97564 |  29.3 |  11M|  35 |   - | 279 |1421 | 279 |1141 |  31 | 344 |1395 | 0.000000e+00 |      --      |    Inf 
20.99/21.09	c  21.1s|  3200 |    19 |100073 |  29.2 |  11M|  35 |   - | 279 |1429 | 279 |1141 |  31 | 352 |1395 | 0.000000e+00 |      --      |    Inf 
21.28/21.31	c  21.3s|  3300 |    21 |102680 |  29.1 |  11M|  35 |  91 | 279 |1440 | 279 |1141 |  31 | 366 |1395 | 0.000000e+00 |      --      |    Inf 
21.68/21.77	c  21.8s|  3400 |    19 |106346 |  29.3 |  11M|  35 | 106 | 279 |1439 | 279 |1141 |  31 | 369 |1421 | 0.000000e+00 |      --      |    Inf 
21.88/21.98	c  22.0s|  3500 |    21 |108681 |  29.2 |  11M|  35 | 104 | 279 |1465 | 279 |1141 |  31 | 397 |1421 | 0.000000e+00 |      --      |    Inf 
22.09/22.19	c  22.2s|  3600 |    21 |111183 |  29.0 |  11M|  35 |  87 | 279 |1473 | 279 |1141 |  31 | 414 |1421 | 0.000000e+00 |      --      |    Inf 
22.38/22.43	c  22.4s|  3700 |    19 |114075 |  29.0 |  11M|  36 | 112 | 279 |1483 | 279 |1141 |  31 | 427 |1421 | 0.000000e+00 |      --      |    Inf 
22.58/22.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.58/22.65	c  22.6s|  3800 |    19 |116653 |  29.0 |  11M|  36 | 111 | 279 |1482 | 279 |1141 |  31 | 432 |1421 | 0.000000e+00 |      --      |    Inf 
22.98/23.03	c  23.0s|  3900 |    17 |119981 |  29.1 |  11M|  36 | 113 | 279 |1495 | 279 |1141 |  31 | 447 |1442 | 0.000000e+00 |      --      |    Inf 
23.28/23.33	c  23.3s|  4000 |    17 |122838 |  29.1 |  11M|  36 | 107 | 279 |1526 | 279 |1141 |  31 | 480 |1457 | 0.000000e+00 |      --      |    Inf 
23.68/23.75	c  23.8s|  4100 |    19 |126477 |  29.2 |  11M|  36 |   - | 279 |1528 | 279 |1141 |  31 | 496 |1477 | 0.000000e+00 |      --      |    Inf 
24.08/24.17	c  24.2s|  4200 |    19 |130243 |  29.4 |  11M|  36 |   - | 279 |1524 | 279 |1141 |  31 | 498 |1501 | 0.000000e+00 |      --      |    Inf 
24.48/24.51	c  24.5s|  4300 |    19 |133326 |  29.5 |  11M|  36 | 120 | 279 |1535 | 279 |1141 |  31 | 513 |1517 | 0.000000e+00 |      --      |    Inf 
24.78/24.84	c  24.8s|  4400 |    17 |136376 |  29.5 |  11M|  36 |   - | 279 |1544 | 279 |1141 |  31 | 537 |1532 | 0.000000e+00 |      --      |    Inf 
25.18/25.21	c  25.2s|  4500 |    19 |139629 |  29.6 |  11M|  36 |   - | 279 |1552 | 279 |1141 |  31 | 556 |1550 | 0.000000e+00 |      --      |    Inf 
25.38/25.42	c  25.4s|  4600 |    23 |141748 |  29.4 |  11M|  36 |   - | 279 |1562 |   0 |   0 |  31 | 571 |1553 | 0.000000e+00 |      --      |    Inf 
25.58/25.60	c  25.6s|  4700 |    23 |143722 |  29.2 |  11M|  36 | 102 | 279 |1561 | 279 |1141 |  31 | 577 |1553 | 0.000000e+00 |      --      |    Inf 
25.78/25.81	c  25.8s|  4800 |    21 |146181 |  29.1 |  11M|  36 |  96 | 279 |1574 | 279 |1141 |  31 | 599 |1553 | 0.000000e+00 |      --      |    Inf 
25.98/26.02	c  26.0s|  4900 |    23 |148636 |  29.0 |  11M|  36 |  95 | 279 |1572 | 279 |1141 |  31 | 603 |1553 | 0.000000e+00 |      --      |    Inf 
26.18/26.20	c  26.2s|  5000 |    23 |150799 |  28.8 |  11M|  36 |  96 | 279 |1568 | 279 |1141 |  31 | 607 |1553 | 0.000000e+00 |      --      |    Inf 
26.28/26.39	c  26.4s|  5100 |    21 |152864 |  28.7 |  11M|  36 |  98 | 279 |1567 | 279 |1141 |  31 | 607 |1553 | 0.000000e+00 |      --      |    Inf 
26.58/26.60	c  26.6s|  5200 |    21 |155397 |  28.6 |  11M|  36 |   - | 279 |1578 |   0 |   0 |  31 | 619 |1554 | 0.000000e+00 |      --      |    Inf 
26.68/26.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.68/26.75	c  26.7s|  5300 |    21 |157078 |  28.4 |  11M|  36 |   - | 279 |1592 | 279 |1141 |  31 | 635 |1554 | 0.000000e+00 |      --      |    Inf 
26.88/26.94	c  26.9s|  5400 |    23 |159260 |  28.3 |  11M|  36 |   - | 279 |1593 | 279 |1141 |  31 | 642 |1554 | 0.000000e+00 |      --      |    Inf 
27.08/27.15	c  27.1s|  5500 |    23 |161715 |  28.2 |  11M|  36 | 108 | 279 |1604 | 279 |1141 |  31 | 657 |1554 | 0.000000e+00 |      --      |    Inf 
27.27/27.38	c  27.4s|  5600 |    23 |164486 |  28.2 |  11M|  36 | 103 | 279 |1622 | 279 |1141 |  31 | 678 |1554 | 0.000000e+00 |      --      |    Inf 
27.48/27.57	c  27.6s|  5700 |    23 |166740 |  28.1 |  11M|  36 | 105 | 279 |1630 | 279 |1141 |  31 | 688 |1554 | 0.000000e+00 |      --      |    Inf 
27.78/27.80	c  27.8s|  5800 |    19 |169519 |  28.1 |  11M|  36 |   - | 279 |1641 | 279 |1141 |  31 | 701 |1554 | 0.000000e+00 |      --      |    Inf 
27.88/27.97	c  28.0s|  5900 |    19 |171402 |  27.9 |  11M|  36 |  92 | 279 |1650 | 279 |1141 |  31 | 710 |1554 | 0.000000e+00 |      --      |    Inf 
28.08/28.15	c  28.1s|  6000 |    19 |173536 |  27.8 |  11M|  36 |   - | 279 |1655 | 279 |1141 |  31 | 717 |1554 | 0.000000e+00 |      --      |    Inf 
28.28/28.33	c  28.3s|  6100 |    21 |175662 |  27.7 |  11M|  36 |   - | 279 |1658 | 279 |1141 |  31 | 720 |1554 | 0.000000e+00 |      --      |    Inf 
28.48/28.51	c  28.5s|  6200 |    23 |177813 |  27.6 |  11M|  36 |  98 | 279 |1660 | 279 |1141 |  31 | 723 |1554 | 0.000000e+00 |      --      |    Inf 
28.69/28.71	c  28.7s|  6300 |    19 |180172 |  27.5 |  11M|  36 |   - | 279 |1661 | 279 |1141 |  31 | 729 |1554 | 0.000000e+00 |      --      |    Inf 
28.88/28.96	c  29.0s|  6400 |    17 |182773 |  27.5 |  11M|  36 |   - | 279 |1662 | 279 |1141 |  31 | 734 |1566 | 0.000000e+00 |      --      |    Inf 
29.18/29.27	c  29.3s|  6500 |    23 |185294 |  27.5 |  11M|  36 |  85 | 279 |1660 | 279 |1141 |  31 | 734 |1585 | 0.000000e+00 |      --      |    Inf 
29.47/29.52	c  29.5s|  6600 |    19 |187879 |  27.5 |  11M|  36 |  99 | 279 |1663 | 279 |1141 |  31 | 740 |1597 | 0.000000e+00 |      --      |    Inf 
29.68/29.77	c  29.8s|  6700 |    21 |190182 |  27.4 |  11M|  36 |  93 | 279 |1669 | 279 |1141 |  31 | 748 |1608 | 0.000000e+00 |      --      |    Inf 
29.89/29.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.89/29.98	c  30.0s|  6800 |    19 |192010 |  27.3 |  11M|  36 |   - | 279 |1676 | 279 |1141 |  31 | 755 |1623 | 0.000000e+00 |      --      |    Inf 
30.18/30.24	c  30.2s|  6900 |    19 |194635 |  27.2 |  11M|  36 |  98 | 279 |1674 | 279 |1141 |  31 | 756 |1632 | 0.000000e+00 |      --      |    Inf 
30.38/30.45	c  30.4s|  7000 |    19 |197108 |  27.2 |  11M|  36 |  92 | 279 |1689 | 279 |1141 |  31 | 771 |1633 | 0.000000e+00 |      --      |    Inf 
30.58/30.66	c  30.7s|  7100 |    17 |199659 |  27.2 |  11M|  36 |   - | 279 |1704 |   0 |   0 |  31 | 788 |1634 | 0.000000e+00 |      --      |    Inf 
30.78/30.85	c  30.9s|  7200 |    17 |201895 |  27.1 |  11M|  36 |   - | 279 |1709 | 279 |1141 |  31 | 798 |1635 | 0.000000e+00 |      --      |    Inf 
31.08/31.17	c  31.2s|  7300 |    19 |204726 |  27.1 |  11M|  36 | 110 | 279 |1721 | 279 |1141 |  31 | 814 |1649 | 0.000000e+00 |      --      |    Inf 
31.28/31.38	c  31.4s|  7400 |    17 |207017 |  27.1 |  11M|  36 |   - | 279 |1733 | 279 |1141 |  31 | 839 |1652 | 0.000000e+00 |      --      |    Inf 
31.58/31.68	c  31.7s|  7500 |    17 |210634 |  27.2 |  11M|  36 | 109 | 279 |1720 | 279 |1141 |  31 | 851 |1655 | 0.000000e+00 |      --      |    Inf 
31.88/31.92	c  31.9s|  7600 |    21 |213408 |  27.2 |  11M|  36 |   - | 279 |1713 |   0 |   0 |  31 | 866 |1656 | 0.000000e+00 |      --      |    Inf 
31.98/32.08	c  32.1s|  7700 |    21 |215304 |  27.1 |  11M|  36 |   - | 279 |1711 |   0 |   0 |  31 | 871 |1656 | 0.000000e+00 |      --      |    Inf 
32.18/32.29	c  32.3s|  7800 |    19 |217683 |  27.1 |  11M|  36 |  87 | 279 |1717 | 279 |1141 |  31 | 882 |1656 | 0.000000e+00 |      --      |    Inf 
32.38/32.46	c  32.5s|  7900 |    19 |219774 |  27.0 |  11M|  36 | 110 | 279 |1719 | 279 |1141 |  31 | 887 |1656 | 0.000000e+00 |      --      |    Inf 
32.58/32.66	c  32.7s|  8000 |    23 |222086 |  26.9 |  11M|  36 | 102 | 279 |1737 | 279 |1141 |  31 | 906 |1656 | 0.000000e+00 |      --      |    Inf 
32.78/32.85	c  32.8s|  8100 |    23 |224287 |  26.9 |  11M|  36 |   - | 279 |1754 | 279 |1141 |  31 | 923 |1656 | 0.000000e+00 |      --      |    Inf 
32.98/33.03	c  33.0s|  8200 |    25 |226351 |  26.8 |  11M|  36 |   - | 279 |1778 | 279 |1141 |  31 | 948 |1656 | 0.000000e+00 |      --      |    Inf 
33.18/33.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.18/33.23	c  33.2s|  8300 |    17 |228666 |  26.8 |  11M|  36 |   - | 279 |1786 | 279 |1141 |  31 | 957 |1656 | 0.000000e+00 |      --      |    Inf 
33.37/33.43	c  33.4s|  8400 |    21 |231032 |  26.7 |  11M|  36 |  93 | 279 |1795 | 279 |1141 |  31 | 971 |1656 | 0.000000e+00 |      --      |    Inf 
33.58/33.64	c  33.6s|  8500 |    21 |233481 |  26.7 |  11M|  36 |  82 | 279 |1809 | 279 |1141 |  31 | 989 |1656 | 0.000000e+00 |      --      |    Inf 
33.78/33.84	c  33.8s|  8600 |    19 |235903 |  26.7 |  11M|  36 |   - | 279 |1819 | 279 |1141 |  31 |1001 |1656 | 0.000000e+00 |      --      |    Inf 
33.97/34.04	c  34.0s|  8700 |    19 |238378 |  26.6 |  11M|  37 |  88 | 279 |1822 | 279 |1141 |  31 |1004 |1656 | 0.000000e+00 |      --      |    Inf 
34.18/34.23	c  34.2s|  8800 |    17 |240465 |  26.6 |  11M|  37 |   - | 279 |1827 | 279 |1141 |  31 |1010 |1659 | 0.000000e+00 |      --      |    Inf 
34.37/34.45	c  34.4s|  8900 |    19 |242449 |  26.5 |  11M|  37 | 103 | 279 |1844 | 279 |1141 |  31 |1028 |1672 | 0.000000e+00 |      --      |    Inf 
34.58/34.69	c  34.7s|  9000 |    19 |244768 |  26.5 |  11M|  37 |   - | 279 |1869 | 279 |1141 |  31 |1054 |1682 | 0.000000e+00 |      --      |    Inf 
34.88/34.91	c  34.9s|  9100 |    19 |246709 |  26.4 |  11M|  37 | 108 | 279 |1869 | 279 |1141 |  31 |1058 |1691 | 0.000000e+00 |      --      |    Inf 
35.08/35.17	c  35.2s|  9200 |    19 |249055 |  26.3 |  11M|  37 |   - | 279 |1875 | 279 |1141 |  31 |1067 |1703 | 0.000000e+00 |      --      |    Inf 
35.39/35.47	c  35.5s|  9300 |    19 |251713 |  26.4 |  11M|  37 |  90 | 279 |1875 | 279 |1141 |  31 |1075 |1724 | 0.000000e+00 |      --      |    Inf 
35.58/35.68	c  35.7s|  9400 |    19 |253872 |  26.3 |  11M|  37 |   - | 279 |1885 | 279 |1141 |  31 |1087 |1729 | 0.000000e+00 |      --      |    Inf 
35.88/35.94	c  35.9s|  9500 |    19 |256420 |  26.3 |  11M|  39 |  81 | 279 |1894 | 279 |1141 |  31 |1100 |1742 | 0.000000e+00 |      --      |    Inf 
36.18/36.20	c  36.2s|  9600 |    17 |258753 |  26.3 |  11M|  41 | 109 | 279 |1895 | 279 |1141 |  31 |1104 |1762 | 0.000000e+00 |      --      |    Inf 
36.48/36.50	c  36.5s|  9700 |    19 |261776 |  26.3 |  11M|  46 |  83 | 279 |1898 | 279 |1141 |  31 |1110 |1771 | 0.000000e+00 |      --      |    Inf 
36.58/36.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.58/36.69	c  36.7s|  9800 |    21 |263811 |  26.2 |  11M|  46 |   - | 279 |1914 | 279 |1141 |  31 |1127 |1772 | 0.000000e+00 |      --      |    Inf 
36.78/36.86	c  36.9s|  9900 |    23 |265900 |  26.2 |  12M|  46 |  93 | 279 |1922 | 279 |1141 |  31 |1137 |1772 | 0.000000e+00 |      --      |    Inf 
36.97/37.08	c  37.1s| 10000 |    19 |268483 |  26.2 |  11M|  46 |  85 | 279 |1928 | 279 |1141 |  31 |1149 |1772 | 0.000000e+00 |      --      |    Inf 
37.18/37.26	c  37.3s| 10100 |    17 |270387 |  26.1 |  11M|  46 |   - | 279 |1932 | 279 |1141 |  31 |1155 |1773 | 0.000000e+00 |      --      |    Inf 
37.38/37.49	c  37.5s| 10200 |    21 |273168 |  26.1 |  12M|  46 |   - | 279 |1940 | 279 |1141 |  31 |1165 |1773 | 0.000000e+00 |      --      |    Inf 
37.68/37.70	c  37.7s| 10300 |    17 |275652 |  26.1 |  12M|  46 |   - | 279 |1955 |   0 |   0 |  31 |1183 |1773 | 0.000000e+00 |      --      |    Inf 
37.87/37.95	c  37.9s| 10400 |    17 |278683 |  26.2 |  12M|  46 |   - | 279 |1957 | 279 |1141 |  31 |1188 |1773 | 0.000000e+00 |      --      |    Inf 
38.18/38.21	c  38.2s| 10500 |    19 |281710 |  26.2 |  12M|  46 |   - | 279 |1963 | 279 |1141 |  31 |1197 |1773 | 0.000000e+00 |      --      |    Inf 
38.38/38.44	c  38.4s| 10600 |    21 |284387 |  26.2 |  12M|  46 |   - | 279 |1964 | 279 |1141 |  31 |1201 |1773 | 0.000000e+00 |      --      |    Inf 
38.59/38.64	c  38.6s| 10700 |    19 |286813 |  26.2 |  12M|  46 |   - | 279 |1970 | 279 |1141 |  31 |1211 |1773 | 0.000000e+00 |      --      |    Inf 
38.77/38.84	c  38.8s| 10800 |    19 |289246 |  26.2 |  12M|  46 | 107 | 279 |1975 | 279 |1141 |  31 |1219 |1773 | 0.000000e+00 |      --      |    Inf 
38.97/39.06	c  39.1s| 10900 |    17 |291944 |  26.2 |  12M|  50 | 114 | 279 |1984 | 279 |1141 |  31 |1231 |1773 | 0.000000e+00 |      --      |    Inf 
39.28/39.33	c  39.3s| 11000 |    17 |295189 |  26.2 |  12M|  50 |   - | 279 |1989 | 279 |1141 |  31 |1242 |1773 | 0.000000e+00 |      --      |    Inf 
39.48/39.57	c  39.6s| 11100 |    15 |298029 |  26.3 |  12M|  50 |   - | 279 |2003 | 279 |1141 |  31 |1258 |1773 | 0.000000e+00 |      --      |    Inf 
39.79/39.85	c  39.8s| 11200 |    17 |301347 |  26.3 |  12M|  50 | 115 | 279 |2009 | 279 |1141 |  31 |1267 |1773 | 0.000000e+00 |      --      |    Inf 
40.38/40.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.38/40.47	c  40.5s| 11300 |    17 |305418 |  26.4 |  12M|  50 | 116 | 279 |2004 | 279 |1141 |  31 |1267 |1827 | 0.000000e+00 |      --      |    Inf 
40.88/40.91	c  40.9s| 11400 |    15 |309823 |  26.6 |  12M|  50 |   - | 279 |1995 | 279 |1141 |  31 |1267 |1849 | 0.000000e+00 |      --      |    Inf 
41.18/41.24	c  41.2s| 11500 |    19 |313400 |  26.7 |  12M|  50 |   - | 279 |2004 | 279 |1141 |  31 |1299 |1851 | 0.000000e+00 |      --      |    Inf 
41.37/41.48	c  41.5s| 11600 |    17 |316155 |  26.7 |  12M|  50 | 114 | 279 |1987 | 279 |1141 |  31 |1316 |1851 | 0.000000e+00 |      --      |    Inf 
41.67/41.72	c  41.7s| 11700 |    15 |319162 |  26.7 |  12M|  50 |   - | 279 |1979 | 279 |1141 |  31 |1323 |1851 | 0.000000e+00 |      --      |    Inf 
42.68/42.76	c  42.8s| 11800 |    21 |322282 |  26.7 |  12M|  50 |  74 | 279 |1947 | 279 |1141 |  31 |1348 |1983 | 0.000000e+00 |      --      |    Inf 
43.48/43.58	c  43.6s| 11900 |    27 |325754 |  26.8 |  12M|  50 |   - | 279 |1866 |   0 |   0 |  31 |1378 |2088 | 0.000000e+00 |      --      |    Inf 
43.68/43.75	c *43.7s| 11944 |     0 |326851 |  26.8 |  11M|  50 |   - | 279 |1831 | 279 |1141 |  31 |1383 |2106 | 0.000000e+00 | 0.000000e+00 |   0.00%
43.68/43.75	c 
43.68/43.75	c SCIP Status        : problem is solved [optimal solution found]
43.68/43.75	c Solving Time (sec) : 43.75
43.68/43.75	c Solving Nodes      : 11944
43.68/43.75	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
43.68/43.75	c Dual Bound         : +0.00000000000000e+00
43.68/43.75	c Gap                : 0.00 %
43.68/43.75	s SATISFIABLE
43.68/43.75	v x315 -x316 x313 -x314 x311 -x312 -x309 x310 -x307 x308 -x305 x306 -x303 -x304 -x301 -x302 -x299 -x300 -x297 -x298 x295 -x296 x293 
43.68/43.75	v -x294 x291 -x292 x289 -x290 x287 -x288 x285 -x286 x283 -x284 x281 -x282 x279 -x280 -x277 x278 -x275 x276 -x273 x274 -x271 
43.68/43.75	v x272 -x269 x270 -x267 x268 -x265 x266 -x263 x264 -x261 x262 -x259 -x260 -x257 -x258 x255 -x256 x253 -x254 x251 -x252 -x249 x250 
43.68/43.75	v -x247 x248 -x245 x246 -x243 x244 -x241 x242 x239 -x240 x237 -x238 x235 -x236 -x233 x234 -x231 x232 x229 -x230 x227 -x228 x225 
43.68/43.75	v -x226 -x223 x224 -x221 x222 x219 -x220 x217 -x218 x215 -x216 x213 -x214 x211 -x212 -x209 x210 -x207 x208 -x205 x206 -x203 
43.68/43.75	v x204 -x201 x202 -x200 -x198 -x196 -x194 -x192 x190 x188 x186 -x184 -x182 x180 -x178 -x176 -x174 -x172 -x170 x168 x166 -x164 
43.68/43.75	v -x162 x160 x158 -x156 -x154 -x152 -x150 -x148 x146 -x144 -x142 x140 x138 x136 -x134 -x132 -x130 -x128 -x126 -x124 -x122 -x120 
43.68/43.75	v x118 x116 -x114 -x112 -x110 -x108 -x106 -x104 -x102 -x100 -x98 -x96 -x94 -x92 -x90 -x88 -x86 -x84 -x82 -x80 -x78 -x76 -x74 -x72 
43.68/43.75	v -x70 -x68 -x66 -x64 -x62 -x60 -x58 -x56 -x54 -x52 -x50 -x48 -x46 -x44 -x42 -x40 -x38 -x36 -x34 -x32 -x30 -x28 -x26 -x24 -x22 
43.68/43.75	v -x20 -x18 -x16 -x14 -x12 -x10 -x8 -x6 -x4 -x2 -x199 -x197 -x195 -x193 -x191 -x189 -x187 -x185 -x183 -x181 -x179 -x177 -x175 
43.68/43.75	v -x173 -x171 -x169 -x167 -x165 -x163 -x161 -x159 -x157 -x155 -x153 -x151 -x149 -x147 -x145 -x143 -x141 -x139 -x137 -x135 -x133 
43.68/43.75	v -x131 -x129 -x127 -x125 -x123 -x121 -x119 -x117 -x115 -x113 -x111 -x109 -x107 -x105 -x103 -x101 -x99 -x97 -x95 -x93 -x91 
43.68/43.75	v -x89 -x87 -x85 x83 x81 -x79 -x77 -x75 -x73 -x71 -x69 -x67 -x65 x63 x61 -x59 -x57 -x55 x53 -x51 -x49 -x47 -x45 x43 x41 -x39 -x37 
43.68/43.75	v -x35 x33 x31 -x29 -x27 -x25 x23 x21 -x19 -x17 -x15 x13 x11 -x9 -x7 -x5 -x3 x1 
43.68/43.75	c SCIP Status        : problem is solved [optimal solution found]
43.68/43.75	c Total Time         :      43.75
43.68/43.75	c   solving          :      43.75
43.68/43.75	c   presolving       :       0.12 (included in solving)
43.68/43.75	c   reading          :       0.00 (included in solving)
43.68/43.75	c   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
43.68/43.75	c Original Problem   :
43.68/43.75	c   Problem name     : HOME/instance-3692802-1338017258.opb
43.68/43.75	c   Variables        : 316 (316 binary, 0 integer, 0 implicit integer, 0 continuous)
43.68/43.75	c   Constraints      : 686 initial, 686 maximal
43.68/43.75	c   Objective sense  : minimize
43.68/43.75	c Presolved Problem  :
43.68/43.75	c   Problem name     : t_HOME/instance-3692802-1338017258.opb
43.68/43.75	c   Variables        : 279 (279 binary, 0 integer, 0 implicit integer, 0 continuous)
43.68/43.75	c   Constraints      : 1122 initial, 2009 maximal
43.68/43.75	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
43.68/43.75	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
43.68/43.75	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
43.68/43.75	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
43.68/43.75	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
43.68/43.75	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
43.68/43.75	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
43.68/43.75	c   gateextraction   :       0.00       0.00          0          0          0          0          0         15          5          0          0
43.68/43.75	c   implics          :       0.00       0.00          0          8          0          0          0          0          0          0          0
43.68/43.75	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
43.68/43.75	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
43.68/43.75	c   probing          :       0.05       0.00         12          4          0          0          0          0          0          0          0
43.68/43.75	c   knapsack         :       0.01       0.00          0          0          0          0          0         37        619        598       1242
43.68/43.75	c   setppc           :       0.01       0.00          0          0          0          0          0         89          0          0          0
43.68/43.75	c   and              :       0.00       0.00          0          0          0          0          0          3          0          0          3
43.68/43.75	c   linear           :       0.01       0.00         13          0          0         13          0         31          0          0          0
43.68/43.75	c   logicor          :       0.01       0.00          0          0          0          0          0         13          0          0          0
43.68/43.75	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
43.68/43.75	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
43.68/43.75	c   integral         :          0          0          0          0       6288          0          6          0         53        577          0          0      11966
43.68/43.75	c   knapsack         :        162        162          6      41769          1          0          3      12331        828      33899          2          0          0
43.68/43.75	c   setppc           :        669        669          6      40940          0          0          0      35577        226     113365          0          0          0
43.68/43.75	c   and              :          2          2       3633      22062          0          0          0        197          0        984          6          0          0
43.68/43.75	c   logicor          :        289+      1177          6      33452          1          0          0       1974        220      35585          0          0          0
43.68/43.75	c   countsols        :          0          0          0          0          1          0          2          0          0          0          0          0          0
43.68/43.75	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
43.68/43.75	c   integral         :      15.03       0.00       0.00       0.00      15.03       0.00       0.00       0.00
43.68/43.75	c   knapsack         :       0.24       0.00       0.01       0.22       0.00       0.00       0.00       0.02
43.68/43.75	c   setppc           :       0.32       0.00       0.00       0.29       0.00       0.00       0.00       0.03
43.68/43.75	c   and              :       0.02       0.00       0.00       0.02       0.00       0.00       0.00       0.00
43.68/43.75	c   logicor          :       0.22       0.00       0.00       0.22       0.00       0.00       0.00       0.00
43.68/43.75	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
43.68/43.75	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
43.68/43.75	c   rootredcost      :          0          0          0          0
43.68/43.75	c   pseudoobj        :          0          0          0          0
43.68/43.75	c   vbounds          :          0          0          0          0
43.68/43.75	c   redcost          :       6296          0          0          0
43.68/43.75	c   probing          :          0          0          0          0
43.68/43.75	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
43.68/43.75	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00
43.68/43.75	c   pseudoobj        :       0.04       0.00       0.00       0.04       0.00
43.68/43.75	c   vbounds          :       0.03       0.00       0.00       0.03       0.00
43.68/43.75	c   redcost          :       0.03       0.00       0.00       0.03       0.00
43.68/43.75	c   probing          :       0.05       0.00       0.05       0.00       0.00
43.68/43.75	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
43.68/43.75	c   propagation      :       0.11        565        539       4006       41.5          3       12.0          -
43.68/43.75	c   infeasible LP    :       0.25       4702          0          0        0.0          0        0.0          0
43.68/43.75	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
43.68/43.75	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
43.68/43.75	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
43.68/43.75	c   applied globally :          -          -          -       1355       17.2          -          -          -
43.68/43.75	c   applied locally  :          -          -          -         28       53.1          -          -          -
43.68/43.75	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
43.68/43.75	c   cut pool         :       0.00                     5          -          -         37          -    (maximal pool size: 1695)
43.68/43.75	c   closecuts        :       0.00       0.00          0          0          0          0          0
43.68/43.75	c   impliedbounds    :       0.00       0.00          6          0          0          5          0
43.68/43.75	c   intobj           :       0.00       0.00          0          0          0          0          0
43.68/43.75	c   gomory           :       0.51       0.00          6          0          0          0          0
43.68/43.75	c   cgmip            :       0.00       0.00          0          0          0          0          0
43.68/43.75	c   strongcg         :       0.39       0.00          6          0          0       2593          0
43.68/43.75	c   cmir             :       0.02       0.00          6          0          0          1          0
43.68/43.75	c   flowcover        :       0.03       0.00          6          0          0          4          0
43.68/43.75	c   clique           :       0.01       0.00          6          0          0         25          0
43.68/43.75	c   zerohalf         :       0.00       0.00          0          0          0          0          0
43.68/43.75	c   mcf              :       0.00       0.00          1          0          0          0          0
43.68/43.75	c   oddcycle         :       0.00       0.00          0          0          0          0          0
43.68/43.75	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
43.68/43.75	c Pricers            :   ExecTime  SetupTime      Calls       Vars
43.68/43.75	c   problem variables:       0.00          -          0          0
43.68/43.75	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
43.68/43.75	c   relpscost        :      15.02       0.00       6287         53        577          0          0      11966
43.68/43.75	c   pscost           :       0.00       0.00          0          0          0          0          0          0
43.68/43.75	c   inference        :       0.00       0.00          0          0          0          0          0          0
43.68/43.75	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
43.68/43.75	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
43.68/43.75	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
43.68/43.75	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
43.68/43.75	c   random           :       0.00       0.00          0          0          0          0          0          0
43.68/43.75	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
43.68/43.75	c   LP solutions     :       0.00          -          -          1
43.68/43.75	c   pseudo solutions :       0.00          -          -          0
43.68/43.75	c   oneopt           :       0.02       0.00          0          0
43.68/43.75	c   crossover        :       0.01       0.00          0          0
43.68/43.75	c   guideddiving     :       0.00       0.00          0          0
43.68/43.75	c   fracdiving       :       0.02       0.00          4          0
43.68/43.75	c   veclendiving     :       0.03       0.00          4          0
43.68/43.75	c   linesearchdiving :       0.02       0.00          4          0
43.68/43.75	c   feaspump         :       0.50       0.00          2          0
43.68/43.75	c   coefdiving       :       0.03       0.00          5          0
43.68/43.75	c   pscostdiving     :       0.02       0.00          5          0
43.68/43.75	c   objpscostdiving  :       0.01       0.00          3          0
43.68/43.75	c   rootsoldiving    :       0.04       0.00          3          0
43.68/43.75	c   smallcard        :       0.00       0.00          0          0
43.68/43.75	c   trivial          :       0.00       0.00          2          0
43.68/43.75	c   shiftandpropagate:       0.00       0.00          1          0
43.68/43.75	c   simplerounding   :       0.01       0.00          0          0
43.68/43.75	c   zirounding       :       0.06       0.00       1000          0
43.68/43.75	c   rounding         :       0.13       0.00       1050          0
43.68/43.75	c   shifting         :       0.09       0.00        295          0
43.68/43.75	c   intshifting      :       0.00       0.00          0          0
43.68/43.75	c   twoopt           :       0.00       0.00          0          0
43.68/43.75	c   indtwoopt        :       0.00       0.00          0          0
43.68/43.75	c   indoneopt        :       0.02       0.00          0          0
43.68/43.75	c   fixandinfer      :       0.00       0.00          0          0
43.68/43.75	c   clique           :       0.00       0.00          0          0
43.68/43.75	c   indrounding      :       0.00       0.00          0          0
43.68/43.75	c   indcoefdiving    :       0.00       0.00          0          0
43.68/43.75	c   nlpdiving        :       0.00       0.00          0          0
43.68/43.75	c   intdiving        :       0.00       0.00          0          0
43.68/43.75	c   actconsdiving    :       0.00       0.00          0          0
43.68/43.75	c   octane           :       0.00       0.00          0          0
43.68/43.75	c   rens             :       0.01       0.00          0          0
43.68/43.75	c   rins             :       0.00       0.00          0          0
43.68/43.75	c   localbranching   :       0.00       0.00          0          0
43.68/43.75	c   mutation         :       0.00       0.00          0          0
43.68/43.75	c   dins             :       0.00       0.00          0          0
43.68/43.75	c   vbounds          :       0.00       0.00          0          0
43.68/43.75	c   undercover       :       0.00       0.00          1          0
43.68/43.75	c   subnlp           :       0.01       0.00          0          0
43.68/43.75	c   trysol           :       0.01       0.00          0          0
43.68/43.75	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
43.68/43.75	c   primal LP        :       0.00          1          0       0.00          -       0.00          1
43.68/43.75	c   dual LP          :      23.47      10957     319750      29.21   13621.15       0.00          9
43.68/43.75	c   lex dual LP      :       0.00          0          0       0.00          -
43.68/43.75	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
43.68/43.75	c   diving/probing LP:       0.63        113       7101      62.84   11231.16
43.68/43.75	c   strong branching :      14.83       2106     175755      83.45   11855.06
43.68/43.75	c     (at root node) :          -         17      12588     740.47          -
43.68/43.75	c   conflict analysis:       0.00          0          0       0.00          -
43.68/43.75	c B&B Tree           :
43.68/43.75	c   number of runs   :          1
43.68/43.75	c   nodes            :      11944
43.68/43.75	c   nodes (total)    :      11944
43.68/43.75	c   nodes left       :          0
43.68/43.75	c   max depth        :         50
43.68/43.75	c   max depth (total):         50
43.68/43.75	c   backtracks       :       1456 (12.2%)
43.68/43.75	c   delayed cutoffs  :          0
43.68/43.75	c   repropagations   :       1570 (1099 domain reductions, 0 cutoffs)
43.68/43.75	c   avg switch length:       2.74
43.68/43.75	c   switching time   :       0.41
43.68/43.75	c Solution           :
43.68/43.75	c   Solutions found  :          1 (1 improvements)
43.68/43.75	c   First Solution   : +0.00000000000000e+00   (in run 1, after 11944 nodes, 43.74 seconds, depth 17, found by <relaxation>)
43.68/43.75	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 11944 nodes, 43.74 seconds, depth 17, found by <relaxation>)
43.68/43.75	c   Dual Bound       : +0.00000000000000e+00
43.68/43.75	c   Gap              :       0.00 %
43.68/43.75	c   Root Dual Bound  : +0.00000000000000e+00
43.68/43.75	c   Root Iterations  :       6665
43.68/43.76	c Time complete: 43.74.

Verifier Data

OK	0

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-3692802-1338017258/watcher-3692802-1338017258 -o /tmp/evaluation-result-3692802-1338017258/solver-3692802-1338017258 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692802-1338017258.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.53 1.89 2.00 4/177 5048
/proc/meminfo: memFree=29131684/32873844 swapFree=7364/7364
[pid=5048] ppid=5044 vsize=6196 CPUtime=0 cores=1,3,5,7
/proc/5048/stat : 5048 (scip-2.1.1.4sfi) R 5044 5048 4481 0 -1 4202496 208 0 0 0 0 0 0 0 20 0 1 0 267850631 6344704 162 33554432000 4194304 10169799 140735398705920 140737143446824 8797266 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5048/statm: 1549 169 132 1459 0 81 0

[startup+0.0301449 s]
/proc/loadavg: 1.53 1.89 2.00 4/177 5048
/proc/meminfo: memFree=29131684/32873844 swapFree=7364/7364
[pid=5048] ppid=5044 vsize=18204 CPUtime=0.01 cores=1,3,5,7
/proc/5048/stat : 5048 (scip-2.1.1.4sfi) R 5044 5048 4481 0 -1 4202496 3359 0 0 0 1 0 0 0 20 0 1 0 267850631 18640896 3056 33554432000 4194304 10169799 140735398705920 140737143446824 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5048/statm: 4551 3056 562 1459 0 3083 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18204

[startup+0.100285 s]
/proc/loadavg: 1.53 1.89 2.00 4/177 5048
/proc/meminfo: memFree=29131684/32873844 swapFree=7364/7364
[pid=5048] ppid=5044 vsize=21592 CPUtime=0.09 cores=1,3,5,7
/proc/5048/stat : 5048 (scip-2.1.1.4sfi) R 5044 5048 4481 0 -1 4202496 4276 0 0 0 5 4 0 0 20 0 1 0 267850631 22110208 3973 33554432000 4194304 10169799 140735398705920 140737143446824 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5048/statm: 5398 3973 626 1459 0 3930 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21592

[startup+0.300237 s]
/proc/loadavg: 1.53 1.89 2.00 4/177 5048
/proc/meminfo: memFree=29131684/32873844 swapFree=7364/7364
[pid=5048] ppid=5044 vsize=25508 CPUtime=0.28 cores=1,3,5,7
/proc/5048/stat : 5048 (scip-2.1.1.4sfi) R 5044 5048 4481 0 -1 4202496 5476 0 0 0 22 6 0 0 20 0 1 0 267850631 26120192 5155 33554432000 4194304 10169799 140735398705920 140737143446824 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5048/statm: 6377 5155 793 1459 0 4909 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 25508

[startup+0.700229 s]
/proc/loadavg: 1.53 1.89 2.00 4/177 5048
/proc/meminfo: memFree=29131684/32873844 swapFree=7364/7364
[pid=5048] ppid=5044 vsize=25508 CPUtime=0.68 cores=1,3,5,7
/proc/5048/stat : 5048 (scip-2.1.1.4sfi) R 5044 5048 4481 0 -1 4202496 5521 0 0 0 62 6 0 0 20 0 1 0 267850631 26120192 5200 33554432000 4194304 10169799 140735398705920 140735398698600 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5048/statm: 6377 5200 810 1459 0 4909 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 25508

[startup+1.50028 s]
/proc/loadavg: 1.53 1.89 2.00 4/179 5050
/proc/meminfo: memFree=29048664/32873844 swapFree=7364/7364
[pid=5048] ppid=5044 vsize=36964 CPUtime=1.48 cores=1,3,5,7
/proc/5048/stat : 5048 (scip-2.1.1.4sfi) R 5044 5048 4481 0 -1 4202496 8397 0 0 0 140 8 0 0 20 0 1 0 267850631 37851136 8051 33554432000 4194304 10169799 140735398705920 140735398701992 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5048/statm: 9241 8051 831 1459 0 7773 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 36964

[startup+3.10023 s]
/proc/loadavg: 1.53 1.89 2.00 4/179 5050
/proc/meminfo: memFree=29036860/32873844 swapFree=7364/7364
[pid=5048] ppid=5044 vsize=39428 CPUtime=3.08 cores=1,3,5,7
/proc/5048/stat : 5048 (scip-2.1.1.4sfi) R 5044 5048 4481 0 -1 4202496 9724 0 0 0 298 10 0 0 20 0 1 0 267850631 40374272 8729 33554432000 4194304 10169799 140735398705920 140735398700568 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5048/statm: 9857 8729 861 1459 0 8389 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 39428

[startup+6.30023 s]
/proc/loadavg: 1.57 1.89 2.00 4/179 5050
/proc/meminfo: memFree=29035372/32873844 swapFree=7364/7364
[pid=5048] ppid=5044 vsize=39428 CPUtime=6.28 cores=1,3,5,7
/proc/5048/stat : 5048 (scip-2.1.1.4sfi) R 5044 5048 4481 0 -1 4202496 9725 0 0 0 614 14 0 0 20 0 1 0 267850631 40374272 8730 33554432000 4194304 10169799 140735398705920 140735398700904 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5048/statm: 9857 8730 862 1459 0 8389 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 39428

[startup+12.7002 s]
/proc/loadavg: 1.60 1.89 2.00 4/179 5050
/proc/meminfo: memFree=29034848/32873844 swapFree=7364/7364
[pid=5048] ppid=5044 vsize=39428 CPUtime=12.68 cores=1,3,5,7
/proc/5048/stat : 5048 (scip-2.1.1.4sfi) R 5044 5048 4481 0 -1 4202496 9726 0 0 0 1246 22 0 0 20 0 1 0 267850631 40374272 8731 33554432000 4194304 10169799 140735398705920 140735398700568 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5048/statm: 9857 8731 863 1459 0 8389 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 39428

[startup+25.5069 s]
/proc/loadavg: 1.69 1.89 2.00 4/178 5050
/proc/meminfo: memFree=29033120/32873844 swapFree=7364/7364
[pid=5048] ppid=5044 vsize=39428 CPUtime=25.49 cores=1,3,5,7
/proc/5048/stat : 5048 (scip-2.1.1.4sfi) R 5044 5048 4481 0 -1 4202496 9726 0 0 0 2477 72 0 0 20 0 1 0 267850631 40374272 8731 33554432000 4194304 10169799 140735398705920 140735398700184 8030333 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5048/statm: 9857 8731 863 1459 0 8389 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39428

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

[startup+25.7002 s]
/proc/loadavg: 1.69 1.89 2.00 4/178 5050
/proc/meminfo: memFree=29033120/32873844 swapFree=7364/7364
[pid=5048] ppid=5044 vsize=39428 CPUtime=25.68 cores=1,3,5,7
/proc/5048/stat : 5048 (scip-2.1.1.4sfi) R 5044 5048 4481 0 -1 4202496 9726 0 0 0 2495 73 0 0 20 0 1 0 267850631 40374272 8731 33554432000 4194304 10169799 140735398705920 140735398700184 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5048/statm: 9857 8731 863 1459 0 8389 0
Current children cumulated CPU time (s) 25.68
Current children cumulated vsize (KiB) 39428

[startup+32.1069 s]
/proc/loadavg: 1.71 1.90 2.00 4/179 5051
/proc/meminfo: memFree=29031492/32873844 swapFree=7364/7364
[pid=5048] ppid=5044 vsize=39428 CPUtime=32.09 cores=1,3,5,7
/proc/5048/stat : 5048 (scip-2.1.1.4sfi) R 5044 5048 4481 0 -1 4202496 9726 0 0 0 3108 101 0 0 20 0 1 0 267850631 40374272 8731 33554432000 4194304 10169799 140735398705920 140735398700712 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5048/statm: 9857 8731 863 1459 0 8389 0
Current children cumulated CPU time (s) 32.09
Current children cumulated vsize (KiB) 39428

[startup+38.5002 s]
/proc/loadavg: 1.74 1.90 2.00 4/179 5051
/proc/meminfo: memFree=29031492/32873844 swapFree=7364/7364
[pid=5048] ppid=5044 vsize=39692 CPUtime=38.48 cores=1,3,5,7
/proc/5048/stat : 5048 (scip-2.1.1.4sfi) R 5044 5048 4481 0 -1 4202496 9729 0 0 0 3722 126 0 0 20 0 1 0 267850631 40644608 8734 33554432000 4194304 10169799 140735398705920 140735398702440 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5048/statm: 9923 8734 863 1459 0 8455 0
Current children cumulated CPU time (s) 38.48
Current children cumulated vsize (KiB) 39692

[startup+41.7002 s]
/proc/loadavg: 1.76 1.90 2.00 4/179 5051
/proc/meminfo: memFree=29030856/32873844 swapFree=7364/7364
[pid=5048] ppid=5044 vsize=39692 CPUtime=41.67 cores=1,3,5,7
/proc/5048/stat : 5048 (scip-2.1.1.4sfi) R 5044 5048 4481 0 -1 4202496 9731 0 0 0 4030 137 0 0 20 0 1 0 267850631 40644608 8879 33554432000 4194304 10169799 140735398705920 140735398700008 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5048/statm: 9923 8879 863 1459 0 8455 0
Current children cumulated CPU time (s) 41.67
Current children cumulated vsize (KiB) 39692

[startup+42.5002 s]
/proc/loadavg: 1.76 1.90 2.00 4/179 5051
/proc/meminfo: memFree=29030608/32873844 swapFree=7364/7364
[pid=5048] ppid=5044 vsize=39692 CPUtime=42.48 cores=1,3,5,7
/proc/5048/stat : 5048 (scip-2.1.1.4sfi) R 5044 5048 4481 0 -1 4202496 9731 0 0 0 4109 139 0 0 20 0 1 0 267850631 40644608 8879 33554432000 4194304 10169799 140735398705920 140735398700616 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5048/statm: 9923 8879 863 1459 0 8455 0
Current children cumulated CPU time (s) 42.48
Current children cumulated vsize (KiB) 39692

[startup+43.3002 s]
/proc/loadavg: 1.76 1.90 2.00 4/179 5051
/proc/meminfo: memFree=29030608/32873844 swapFree=7364/7364
[pid=5048] ppid=5044 vsize=39692 CPUtime=43.27 cores=1,3,5,7
/proc/5048/stat : 5048 (scip-2.1.1.4sfi) R 5044 5048 4481 0 -1 4202496 9731 0 0 0 4187 140 0 0 20 0 1 0 267850631 40644608 8879 33554432000 4194304 10169799 140735398705920 140735398700616 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5048/statm: 9923 8879 863 1459 0 8455 0
Current children cumulated CPU time (s) 43.27
Current children cumulated vsize (KiB) 39692

[startup+43.7003 s]
/proc/loadavg: 1.76 1.90 2.00 4/179 5051
/proc/meminfo: memFree=29030608/32873844 swapFree=7364/7364
[pid=5048] ppid=5044 vsize=39692 CPUtime=43.68 cores=1,3,5,7
/proc/5048/stat : 5048 (scip-2.1.1.4sfi) R 5044 5048 4481 0 -1 4202496 9731 0 0 0 4226 142 0 0 20 0 1 0 267850631 40644608 8879 33554432000 4194304 10169799 140735398705920 140735398703560 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5048/statm: 9923 8879 863 1459 0 8455 0
Current children cumulated CPU time (s) 43.68
Current children cumulated vsize (KiB) 39692

Child status: 0
Real time (s): 43.7657
CPU time (s): 43.7503
CPU user time (s): 42.3246
CPU system time (s): 1.42578
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 39692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.3246
system time used= 1.42578
maximum resident set size= 37340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9738
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= 5
involuntary context switches= 47

runsolver used 0.068989 second user time and 0.215967 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-26 09:27:38
IDJOB=3692802
IDBENCH=1157
IDSOLVER=2272
FILE ID=node133/3692802-1338017258
RUNJOBID= node133-1338017258-5022
PBS_JOBID= 14624264
Free space on /tmp= 71616 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/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army10.14bt.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-3692802-1338017258/watcher-3692802-1338017258 -o /tmp/evaluation-result-3692802-1338017258/solver-3692802-1338017258 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692802-1338017258.opb -t 1800 -m 15500

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

MD5SUM BENCH= 35996461279b46395c12d24fd378138e
RANDOM SEED=2075386047

node133.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.540
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	: 5333.08
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.540
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.92
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.540
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.540
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.540
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.540
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	: 5331.90
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.540
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.540
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:        29132320 kB
Buffers:          241732 kB
Cached:          2716592 kB
SwapCached:            0 kB
Active:           487188 kB
Inactive:        2481376 kB
Active(anon):      13284 kB
Inactive(anon):        0 kB
Active(file):     473904 kB
Inactive(file):  2481376 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             27944 kB
Writeback:             0 kB
AnonPages:         17796 kB
Mapped:            13612 kB
Shmem:               212 kB
Slab:             633604 kB
SReclaimable:      75952 kB
SUnreclaim:       557652 kB
KernelStack:        1392 kB
PageTables:         3520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71588 MiB
End job on node133 at 2012-05-26 09:28:22