Trace number 3693155

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 fixedOPT191 29.0336 29.0692

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32b1.opb
MD5SUMeb2e849a72ed563d78cdb83a394edb27
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark191
Best CPU time to get the best result obtained on this benchmark9.32758
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 191
Optimality of the best value was proved YES
Number of variables456
Total number of constraints1602
Number of constraints which are clauses1602
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 constraint32
Number of terms in the objective function 456
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 456
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 456
Number of bits of the biggest sum of numbers9
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.02	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.02	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.02	c 
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c reading problem <HOME/instance-3693155-1338031403.opb>
0.00/0.03	c original problem has 456 variables (456 bin, 0 int, 0 impl, 0 cont) and 1602 constraints
0.00/0.03	c problem read in 0.01
0.00/0.04	c presolving:
0.00/0.06	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1566 upgd conss, 10440 impls, 0 clqs
0.00/0.06	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1602 upgd conss, 10440 impls, 0 clqs
0.00/0.07	c    (0.1s) probing: 51/456 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.07	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.00/0.08	c presolving (3 rounds):
0.00/0.08	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.08	c  10440 implications, 0 cliques
0.00/0.08	c presolved problem has 456 variables (456 bin, 0 int, 0 impl, 0 cont) and 1602 constraints
0.00/0.08	c    1476 constraints of type <setppc>
0.00/0.08	c     126 constraints of type <logicor>
0.00/0.08	c transformed objective value is always integral (scale: 1)
0.00/0.08	c Presolving Time: 0.05
0.00/0.08	c - non default parameters ----------------------------------------------------------------------
0.00/0.08	c # SCIP version 2.1.1.4
0.00/0.08	c 
0.00/0.08	c # maximal time in seconds to run
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/time = 1797
0.00/0.08	c 
0.00/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/memory = 13950
0.00/0.08	c 
0.00/0.08	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.08	c # [type: int, range: [1,2], default: 1]
0.00/0.08	c timing/clocktype = 2
0.00/0.08	c 
0.00/0.08	c # belongs reading time to solving time?
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c timing/reading = TRUE
0.00/0.08	c 
0.00/0.08	c -----------------------------------------------------------------------------------------------
0.00/0.08	c start solving
0.00/0.08	c 
0.07/0.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.07/0.11	c   0.1s|     1 |     0 |   686 |     - |4044k|   0 | 327 | 456 |1648 | 456 |1602 |   0 |  46 |   0 | 1.314869e+02 |      --      |    Inf 
0.17/0.24	c   0.2s|     1 |     0 |  1752 |     - |4454k|   0 | 314 | 456 |1648 | 456 |1611 |   9 |  46 |   0 | 1.346453e+02 |      --      |    Inf 
0.17/0.27	c   0.3s|     1 |     0 |  1828 |     - |4772k|   0 | 311 | 456 |1648 | 456 |1616 |  14 |  46 |   0 | 1.347960e+02 |      --      |    Inf 
0.27/0.31	c   0.3s|     1 |     0 |  1969 |     - |5069k|   0 | 305 | 456 |1648 | 456 |1622 |  20 |  46 |   0 | 1.353849e+02 |      --      |    Inf 
0.27/0.35	c   0.3s|     1 |     0 |  2099 |     - |5249k|   0 | 321 | 456 |1648 | 456 |1629 |  27 |  46 |   0 | 1.368977e+02 |      --      |    Inf 
0.37/0.41	c   0.4s|     1 |     0 |  2280 |     - |5293k|   0 | 324 | 456 |1648 | 456 |1635 |  33 |  46 |   0 | 1.373559e+02 |      --      |    Inf 
0.37/0.47	c   0.5s|     1 |     0 |  2586 |     - |5346k|   0 | 307 | 456 |1648 | 456 |1637 |  35 |  46 |   0 | 1.379061e+02 |      --      |    Inf 
0.47/0.54	c   0.5s|     1 |     0 |  2813 |     - |5479k|   0 | 319 | 456 |1648 | 456 |1644 |  42 |  46 |   0 | 1.383460e+02 |      --      |    Inf 
0.56/0.66	c   0.6s|     1 |     0 |  3237 |     - |5525k|   0 | 330 | 456 |1648 | 456 |1651 |  49 |  46 |   0 | 1.387179e+02 |      --      |    Inf 
0.67/0.73	c   0.7s|     1 |     0 |  3439 |     - |5585k|   0 | 331 | 456 |1648 | 456 |1655 |  53 |  46 |   0 | 1.390497e+02 |      --      |    Inf 
0.77/0.80	c   0.8s|     1 |     0 |  3695 |     - |5722k|   0 | 329 | 456 |1648 | 456 |1657 |  55 |  46 |   0 | 1.393530e+02 |      --      |    Inf 
0.77/0.84	c   0.8s|     1 |     0 |  3896 |     - |5727k|   0 | 320 | 456 |1648 | 456 |1659 |  57 |  46 |   0 | 1.399530e+02 |      --      |    Inf 
0.77/0.87	c   0.9s|     1 |     0 |  3955 |     - |5732k|   0 | 324 | 456 |1648 | 456 |1661 |  59 |  46 |   0 | 1.399530e+02 |      --      |    Inf 
0.87/0.94	c   0.9s|     1 |     0 |  4203 |     - |5743k|   0 | 335 | 456 |1648 | 456 |1668 |  66 |  46 |   0 | 1.401257e+02 |      --      |    Inf 
0.87/0.97	c   1.0s|     1 |     0 |  4405 |     - |5765k|   0 | 334 | 456 |1648 | 456 |1671 |  69 |  46 |   0 | 1.409204e+02 |      --      |    Inf 
0.97/1.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.97/1.02	c   1.0s|     1 |     0 |  4710 |     - |5780k|   0 | 332 | 456 |1648 | 456 |1674 |  72 |  46 |   0 | 1.414527e+02 |      --      |    Inf 
0.97/1.06	c   1.0s|     1 |     0 |  4814 |     - |5911k|   0 | 327 | 456 |1648 | 456 |1672 |  74 |  46 |   0 | 1.416233e+02 |      --      |    Inf 
1.07/1.11	c   1.1s|     1 |     0 |  5094 |     - |6043k|   0 | 334 | 456 |1648 | 456 |1676 |  78 |  46 |   0 | 1.419508e+02 |      --      |    Inf 
1.07/1.14	c   1.1s|     1 |     0 |  5187 |     - |6145k|   0 | 334 | 456 |1648 | 456 |1679 |  81 |  46 |   0 | 1.419544e+02 |      --      |    Inf 
1.16/1.22	c   1.2s|     1 |     0 |  5340 |     - |6190k|   0 | 331 | 456 |1648 | 456 |1682 |  84 |  46 |   0 | 1.419642e+02 |      --      |    Inf 
1.16/1.29	c   1.3s|     1 |     0 |  5409 |     - |6218k|   0 | 332 | 456 |1648 | 456 |1685 |  87 |  46 |   0 | 1.419642e+02 |      --      |    Inf 
1.16/1.29	c   1.3s|     1 |     0 |  5446 |     - |6219k|   0 | 333 | 456 |1648 | 456 |1686 |  88 |  46 |   0 | 1.419642e+02 |      --      |    Inf 
1.27/1.30	c   1.3s|     1 |     0 |  5468 |     - |6220k|   0 | 333 | 456 |1648 | 456 |1676 |  89 |  46 |   0 | 1.419642e+02 |      --      |    Inf 
2.56/2.68	c   2.7s|     1 |     2 |  5468 |     - |6220k|   0 | 333 | 456 |1648 | 456 |1676 |  89 |  46 |  28 | 1.419642e+02 |      --      |    Inf 
8.46/8.57	o 224
8.46/8.57	c R 8.6s|     9 |     8 |  6909 | 180.1 |6289k|   8 |  53 | 456 |1648 | 456 |1659 |  89 |  46 | 424 | 1.422978e+02 | 2.240000e+02 |  57.42%
8.57/8.60	o 216
8.57/8.60	c b 8.6s|    10 |     8 |  6909 | 160.1 |6301k|   9 |   - | 456 |1648 | 456 |1659 |  89 |  46 | 438 | 1.422978e+02 | 2.160000e+02 |  51.79%
12.75/12.89	o 205
12.75/12.89	c R12.9s|    30 |    10 |  8811 | 115.3 |6334k|  12 |   5 | 456 |1663 | 456 |1659 |  89 |  61 | 613 | 1.426700e+02 | 2.050000e+02 |  43.69%
12.75/12.89	o 202
12.75/12.89	c b12.9s|    30 |    10 |  8811 | 115.3 |6345k|  12 |   - | 456 |1663 | 456 |1659 |  89 |  61 | 613 | 1.426700e+02 | 2.020000e+02 |  41.59%
13.45/13.56	c  13.5s|   100 |    26 | 13753 |  83.7 |6415k|  16 | 106 | 456 |1693 | 456 |1659 |  89 |  91 | 624 | 1.426700e+02 | 2.020000e+02 |  41.59%
13.96/14.04	o 196
13.96/14.04	c *14.0s|   198 |    32 | 18212 |  64.7 |6476k|  26 |   - | 456 |1728 | 456 |1659 |  89 | 126 | 631 | 1.426700e+02 | 1.960000e+02 |  37.38%
13.96/14.04	o 195
13.96/14.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.96/14.04	c b14.0s|   198 |    32 | 18212 |  64.7 |6487k|  26 |   - | 456 |1728 | 456 |1659 |  89 | 126 | 631 | 1.426700e+02 | 1.950000e+02 |  36.68%
13.96/14.05	c  14.0s|   200 |    32 | 18261 |  64.3 |6480k|  26 | 102 | 456 |1728 | 456 |1659 |  89 | 126 | 631 | 1.426700e+02 | 1.950000e+02 |  36.68%
14.56/14.68	o 194
14.56/14.68	c *14.7s|   296 |    33 | 22791 |  58.7 |6566k|  26 |   - | 456 |1754 | 456 |1659 |  89 | 152 | 655 | 1.508880e+02 | 1.940000e+02 |  28.57%
14.56/14.68	o 193
14.56/14.68	c b14.7s|   296 |    31 | 22791 |  58.7 |6576k|  26 |   - | 456 |1754 | 456 |1659 |  89 | 152 | 655 | 1.508880e+02 | 1.930000e+02 |  27.91%
14.56/14.69	c  14.7s|   300 |    33 | 22947 |  58.5 |6577k|  26 |   - | 456 |1757 |   0 |   0 |  89 | 155 | 655 | 1.508880e+02 | 1.930000e+02 |  27.91%
15.15/15.25	c  15.2s|   400 |    37 | 26840 |  53.6 |6633k|  26 |   - | 456 |1786 | 456 |1659 |  89 | 184 | 687 | 1.513018e+02 | 1.930000e+02 |  27.56%
15.95/16.02	c  16.0s|   500 |    54 | 32228 |  53.6 |6707k|  26 |  73 | 456 |1804 | 456 |1659 |  89 | 202 | 721 | 1.518084e+02 | 1.930000e+02 |  27.13%
16.66/16.74	c  16.7s|   600 |    62 | 37269 |  53.1 |6816k|  26 |   - | 456 |1811 | 456 |1659 |  89 | 209 | 747 | 1.530429e+02 | 1.930000e+02 |  26.11%
17.06/17.11	o 192
17.06/17.11	c *17.1s|   675 |    63 | 39989 |  51.2 |6846k|  26 |   - | 456 |1823 | 456 |1659 |  89 | 231 | 761 | 1.535271e+02 | 1.920000e+02 |  25.06%
17.06/17.19	c  17.2s|   700 |    62 | 40527 |  50.2 |6853k|  26 |   - | 456 |1832 |   0 |   0 |  89 | 240 | 766 | 1.535271e+02 | 1.920000e+02 |  25.06%
17.76/17.87	c  17.8s|   800 |    78 | 45524 |  50.1 |6920k|  26 |   - | 456 |1825 | 456 |1659 |  89 | 245 | 796 | 1.575916e+02 | 1.920000e+02 |  21.83%
18.26/18.30	c  18.3s|   900 |    80 | 48666 |  48.1 |6943k|  26 |   - | 456 |1824 | 456 |1659 |  89 | 258 | 816 | 1.601477e+02 | 1.920000e+02 |  19.89%
18.86/18.90	c  18.9s|  1000 |    79 | 52552 |  47.1 |6943k|  26 |  69 | 456 |1822 | 456 |1659 |  89 | 271 | 849 | 1.616245e+02 | 1.920000e+02 |  18.79%
19.35/19.48	c  19.5s|  1100 |    75 | 56764 |  46.7 |6946k|  26 |   - | 456 |1836 |   0 |   0 |  89 | 297 | 883 | 1.616245e+02 | 1.920000e+02 |  18.79%
20.15/20.28	c  20.3s|  1200 |    71 | 62404 |  47.5 |6954k|  26 |   - | 456 |1833 | 456 |1659 |  89 | 307 | 938 | 1.618949e+02 | 1.920000e+02 |  18.60%
20.96/21.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.96/21.08	c  21.1s|  1300 |    74 | 68837 |  48.8 |6989k|  26 |   - | 456 |1829 | 456 |1659 |  89 | 321 | 978 | 1.635529e+02 | 1.920000e+02 |  17.39%
21.15/21.23	o 191
21.15/21.23	c z21.2s|  1317 |    74 | 69919 |  49.0 |7010k|  26 |   - | 456 |1827 | 456 |1659 |  89 | 321 | 987 | 1.636424e+02 | 1.910000e+02 |  16.72%
21.76/21.83	c  21.8s|  1400 |    67 | 74585 |  49.4 |6977k|  26 | 148 | 456 |1820 | 456 |1659 |  89 | 330 |1013 | 1.640491e+02 | 1.910000e+02 |  16.43%
22.96/23.08	c  23.1s|  1500 |    71 | 86060 |  53.8 |7008k|  26 | 156 | 456 |1815 | 456 |1659 |  89 | 339 |1058 | 1.649771e+02 | 1.910000e+02 |  15.77%
24.06/24.16	c  24.1s|  1600 |    83 | 94409 |  55.6 |7052k|  26 |  67 | 456 |1815 | 456 |1659 |  89 | 358 |1091 | 1.666117e+02 | 1.910000e+02 |  14.64%
24.85/24.93	c  24.9s|  1700 |    79 |100052 |  55.7 |7055k|  26 | 153 | 456 |1814 | 456 |1659 |  89 | 368 |1144 | 1.676980e+02 | 1.910000e+02 |  13.90%
25.75/25.89	c  25.9s|  1800 |    75 |107080 |  56.5 |7038k|  26 | 217 | 456 |1802 | 456 |1659 |  89 | 369 |1185 | 1.689545e+02 | 1.910000e+02 |  13.05%
26.56/26.61	c  26.6s|  1900 |    63 |112865 |  56.6 |7014k|  26 | 143 | 456 |1794 | 456 |1659 |  89 | 379 |1225 | 1.700021e+02 | 1.910000e+02 |  12.35%
27.15/27.20	c  27.2s|  2000 |    46 |117627 |  56.1 |6914k|  26 | 151 | 456 |1795 | 456 |1659 |  89 | 389 |1266 | 1.706371e+02 | 1.910000e+02 |  11.93%
27.76/27.83	c  27.8s|  2100 |    32 |122904 |  55.9 |6851k|  26 |   - | 456 |1799 |   0 |   0 |  89 | 399 |1296 | 1.709583e+02 | 1.910000e+02 |  11.72%
28.26/28.32	c  28.3s|  2200 |    24 |127532 |  55.5 |6791k|  26 |   - | 456 |1799 | 456 |1659 |  89 | 407 |1321 | 1.722083e+02 | 1.910000e+02 |  10.91%
28.66/28.78	c  28.8s|  2300 |     6 |132143 |  55.1 |6627k|  26 |   - | 456 |1784 | 456 |1659 |  89 | 414 |1339 | 1.727990e+02 | 1.910000e+02 |  10.53%
28.95/29.05	c 
28.95/29.05	c SCIP Status        : problem is solved [optimal solution found]
28.95/29.05	c Solving Time (sec) : 29.03
28.95/29.05	c Solving Nodes      : 2344
28.95/29.05	c Primal Bound       : +1.91000000000000e+02 (29 solutions)
28.95/29.05	c Dual Bound         : +1.91000000000000e+02
28.95/29.05	c Gap                : 0.00 %
28.95/29.05	s OPTIMUM FOUND
28.95/29.05	v x456 -x455 x454 -x453 -x452 x451 -x450 x449 x448 -x447 x446 -x445 x444 -x443 -x442 x441 x440 -x439 x438 -x437 x436 -x435 -x434 
28.95/29.05	v x433 x432 -x431 x430 -x429 -x428 x427 x426 -x425 x424 -x423 -x422 x421 -x420 x419 x418 -x417 x416 -x415 x414 -x413 x412 -x411 
28.95/29.05	v -x410 x409 x408 -x407 x406 -x405 -x404 x403 x402 -x401 x400 -x399 -x398 x397 x396 -x395 x394 -x393 -x392 x391 x390 -x389 -x388 
28.95/29.05	v x387 x386 -x385 -x384 x383 x382 -x381 -x380 x379 -x378 x377 -x376 -x375 -x374 x373 -x372 -x371 -x370 x369 -x368 -x367 -x366 
28.95/29.05	v x365 -x364 x363 -x362 x361 -x360 x359 -x358 -x357 -x356 x355 -x354 x353 -x352 x351 -x350 -x349 -x348 -x347 -x346 x345 -x344 
28.95/29.05	v x343 -x342 x341 -x340 -x339 -x338 x337 -x336 x335 -x334 x333 -x332 -x331 -x330 x329 -x328 x327 -x326 -x325 -x324 x323 -x322 
28.95/29.05	v -x321 -x320 -x319 -x318 x317 -x316 x315 -x314 -x313 -x312 -x311 -x310 x309 -x308 x307 -x306 -x305 -x304 -x303 -x302 x301 -x300 
28.95/29.05	v x299 -x298 x297 -x296 -x295 -x294 x293 -x292 x291 -x290 x289 -x288 x287 -x286 x285 -x284 -x283 -x282 x281 -x280 x279 -x278 
28.95/29.05	v x277 x276 -x275 -x274 x273 -x272 x271 -x270 x269 -x268 x267 -x266 x265 -x264 x263 -x262 -x261 -x260 x259 x258 -x257 -x256 x255 
28.95/29.05	v -x254 -x253 -x252 x251 x250 -x249 -x248 x247 -x246 -x245 -x244 x243 -x242 x241 -x240 x239 -x238 -x237 -x236 x235 -x234 x233 
28.95/29.05	v -x232 -x231 -x230 x229 -x228 x227 -x226 x225 -x224 x223 -x222 x221 -x220 x219 -x218 x217 -x216 x215 -x214 -x213 -x212 -x211 
28.95/29.05	v -x210 x209 -x208 -x207 -x206 x205 -x204 x203 -x202 x201 -x200 x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 x191 -x190 -x189 
28.95/29.05	v -x188 x187 -x186 x185 -x184 x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 x175 -x174 x173 -x172 x171 -x170 -x169 -x168 x167 -x166 
28.95/29.05	v -x165 -x164 x163 -x162 -x161 -x160 x159 -x158 x157 -x156 x155 -x154 -x153 -x152 x151 -x150 x149 -x148 -x147 -x146 x145 x144 
28.95/29.05	v -x143 -x142 x141 -x140 x139 -x138 x137 -x136 x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 x127 -x126 x125 -x124 x123 -x122 
28.95/29.05	v x121 -x120 x119 -x118 x117 -x116 x115 -x114 x113 -x112 x111 -x110 x109 -x108 x107 -x106 x105 -x104 x103 x102 -x101 -x100 x99 
28.95/29.05	v -x98 x97 -x96 x95 -x94 x93 x92 -x91 -x90 x89 -x88 x87 -x86 x85 -x84 x83 -x82 x81 -x80 x79 -x78 x77 -x76 x75 x74 -x73 -x72 
28.95/29.05	v x71 -x70 x69 -x68 x67 -x66 x65 -x64 x63 -x62 x61 -x60 x59 -x58 x57 -x56 x55 -x54 x53 -x52 x51 -x50 x49 -x48 x47 -x46 x45 -x44 
28.95/29.05	v x43 -x42 x41 -x40 x39 -x38 x37 -x36 x35 -x34 x33 -x32 x31 -x30 x29 -x28 x27 -x26 x25 -x24 x23 -x22 x21 -x20 x19 -x18 x17 -x16 
28.95/29.05	v x15 -x14 x13 -x12 x11 -x10 x9 -x8 x7 -x6 x5 -x4 x3 -x2 x1 
28.95/29.05	c SCIP Status        : problem is solved [optimal solution found]
28.95/29.05	c Total Time         :      29.03
28.95/29.05	c   solving          :      29.03
28.95/29.05	c   presolving       :       0.05 (included in solving)
28.95/29.05	c   reading          :       0.01 (included in solving)
28.95/29.05	c   copying          :       0.01 (2 #copies) (minimal 0.01, maximal 0.01, average 0.01)
28.95/29.05	c Original Problem   :
28.95/29.05	c   Problem name     : HOME/instance-3693155-1338031403.opb
28.95/29.05	c   Variables        : 456 (456 binary, 0 integer, 0 implicit integer, 0 continuous)
28.95/29.05	c   Constraints      : 1602 initial, 1602 maximal
28.95/29.05	c   Objective sense  : minimize
28.95/29.05	c Presolved Problem  :
28.95/29.05	c   Problem name     : t_HOME/instance-3693155-1338031403.opb
28.95/29.05	c   Variables        : 456 (456 binary, 0 integer, 0 implicit integer, 0 continuous)
28.95/29.05	c   Constraints      : 1602 initial, 1839 maximal
28.95/29.05	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
28.95/29.05	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
28.95/29.05	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
28.95/29.05	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
28.95/29.05	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
28.95/29.05	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
28.95/29.05	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
28.95/29.05	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
28.95/29.05	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
28.95/29.05	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
28.95/29.05	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
28.95/29.05	c   probing          :       0.01       0.00          0          0          0          0          0          0          0          0          0
28.95/29.05	c   setppc           :       0.01       0.00          0          0          0          0          0          0          0          0          0
28.95/29.05	c   linear           :       0.02       0.00          0          0          0          0          0          0          0          0          0
28.95/29.05	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
28.95/29.05	c   root node        :          -          -         68          -          -         68          -          -          -          -          -
28.95/29.05	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
28.95/29.05	c   integral         :          0          0          0          0       1322          0         32          0          5        397          0          0       2380
28.95/29.05	c   setppc           :       1476       1476         22      10293          3          0         29      21027         68      65068          0          0          0
28.95/29.05	c   logicor          :        126+       363         22       6708          3          0         26        960         95       4117          0          0          0
28.95/29.05	c   countsols        :          0          0          0          0          3          0         28          0          0          0          0          0          0
28.95/29.05	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
28.95/29.05	c   integral         :      15.93       0.00       0.00       0.00      15.93       0.00       0.00       0.00
28.95/29.05	c   setppc           :       0.17       0.00       0.00       0.15       0.00       0.00       0.00       0.02
28.95/29.05	c   logicor          :       0.09       0.00       0.00       0.09       0.00       0.00       0.00       0.00
28.95/29.05	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
28.95/29.05	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
28.95/29.05	c   rootredcost      :          6          0          0          0
28.95/29.05	c   pseudoobj        :      11574        170         59       1325
28.95/29.05	c   vbounds          :          0          0          0          0
28.95/29.05	c   redcost          :       1483          0          0        586
28.95/29.05	c   probing          :          0          0          0          0
28.95/29.05	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
28.95/29.05	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00
28.95/29.05	c   pseudoobj        :       0.06       0.00       0.00       0.05       0.01
28.95/29.05	c   vbounds          :       0.01       0.00       0.00       0.01       0.00
28.95/29.05	c   redcost          :       0.02       0.00       0.00       0.02       0.00
28.95/29.05	c   probing          :       0.01       0.00       0.01       0.00       0.00
28.95/29.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
28.95/29.05	c   propagation      :       0.06        163        158        707       63.2         25       26.8          -
28.95/29.05	c   infeasible LP    :       0.00          4          4         18       37.2          0        0.0          0
28.95/29.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
28.95/29.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
28.95/29.05	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
28.95/29.05	c   applied globally :          -          -          -        416       18.8          -          -          -
28.95/29.05	c   applied locally  :          -          -          -          0        0.0          -          -          -
28.95/29.05	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
28.95/29.05	c   cut pool         :       0.00                    21          -          -         34          -    (maximal pool size: 933)
28.95/29.05	c   closecuts        :       0.00       0.00          0          0          0          0          0
28.95/29.05	c   impliedbounds    :       0.00       0.00         22          0          0          0          0
28.95/29.05	c   intobj           :       0.00       0.00          0          0          0          0          0
28.95/29.05	c   gomory           :       0.05       0.00         10          0          0        500          0
28.95/29.05	c   cgmip            :       0.00       0.00          0          0          0          0          0
28.95/29.05	c   strongcg         :       0.53       0.00         20          0          0       9711          0
28.95/29.05	c   cmir             :       0.07       0.00         10          0          0          6          0
28.95/29.05	c   flowcover        :       0.08       0.00         10          0          0          3          0
28.95/29.05	c   clique           :       0.01       0.00          1          0          0          0          0
28.95/29.05	c   zerohalf         :       0.00       0.00          0          0          0          0          0
28.95/29.05	c   mcf              :       0.00       0.00          1          0          0          0          0
28.95/29.05	c   oddcycle         :       0.00       0.00          0          0          0          0          0
28.95/29.05	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
28.95/29.05	c Pricers            :   ExecTime  SetupTime      Calls       Vars
28.95/29.05	c   problem variables:       0.00          -          0          0
28.95/29.05	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
28.95/29.05	c   relpscost        :      15.92       0.00       1319          5        397          0          0       2380
28.95/29.05	c   pscost           :       0.00       0.00          0          0          0          0          0          0
28.95/29.05	c   inference        :       0.00       0.00          0          0          0          0          0          0
28.95/29.05	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
28.95/29.05	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
28.95/29.05	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
28.95/29.05	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
28.95/29.06	c   random           :       0.00       0.00          0          0          0          0          0          0
28.95/29.06	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
28.95/29.06	c   LP solutions     :       0.00          -          -          3
28.95/29.06	c   pseudo solutions :       0.00          -          -          0
28.95/29.06	c   oneopt           :       0.00       0.00         10          4
28.95/29.06	c   veclendiving     :       0.03       0.00          2          0
28.95/29.06	c   guideddiving     :       0.02       0.00          2          0
28.95/29.06	c   coefdiving       :       0.03       0.00          3          0
28.95/29.06	c   pscostdiving     :       0.09       0.00          3          0
28.95/29.06	c   linesearchdiving :       0.06       0.00          3          0
28.95/29.06	c   fracdiving       :       0.03       0.00          3          0
28.95/29.06	c   objpscostdiving  :       0.36       0.00          2          1
28.95/29.06	c   rootsoldiving    :       0.10       0.00          2          1
28.95/29.06	c   smallcard        :       0.00       0.00          0          0
28.95/29.06	c   trivial          :       0.00       0.00          2          0
28.95/29.06	c   shiftandpropagate:       0.01       0.00          1          0
28.95/29.06	c   simplerounding   :       0.00       0.00          0          0
28.95/29.06	c   zirounding       :       0.08       0.00       1000         15
28.95/29.06	c   rounding         :       0.18       0.00       1341          2
28.95/29.06	c   shifting         :       0.10       0.00        208          2
28.95/29.06	c   intshifting      :       0.00       0.00          0          0
28.95/29.06	c   twoopt           :       0.00       0.00          0          0
28.95/29.06	c   indtwoopt        :       0.00       0.00          0          0
28.95/29.06	c   indoneopt        :       0.00       0.00          0          0
28.95/29.06	c   fixandinfer      :       0.00       0.00          0          0
28.95/29.06	c   feaspump         :       0.08       0.00          1          0
28.95/29.06	c   clique           :       0.00       0.00          0          0
28.95/29.06	c   indrounding      :       0.00       0.00          0          0
28.95/29.06	c   indcoefdiving    :       0.00       0.00          0          0
28.95/29.06	c   nlpdiving        :       0.00       0.00          0          0
28.95/29.06	c   intdiving        :       0.00       0.00          0          0
28.95/29.06	c   actconsdiving    :       0.00       0.00          0          0
28.95/29.06	c   octane           :       0.00       0.00          0          0
28.95/29.06	c   rens             :       0.01       0.00          0          0
28.95/29.06	c   rins             :       0.00       0.00          0          0
28.95/29.06	c   localbranching   :       0.00       0.00          0          0
28.95/29.06	c   mutation         :       0.00       0.00          0          0
28.95/29.06	c   crossover        :       0.03       0.00          1          1
28.95/29.06	c   dins             :       0.00       0.00          0          0
28.95/29.06	c   vbounds          :       0.00       0.00          0          0
28.95/29.06	c   undercover       :       0.00       0.00          0          0
28.95/29.06	c   subnlp           :       0.00       0.00          0          0
28.95/29.06	c   trysol           :       0.00       0.00          0          0
28.95/29.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
28.95/29.06	c   primal LP        :       0.00          3          0       0.00          -       0.00          3
28.95/29.06	c   dual LP          :      10.14       2441     125082      54.48   12330.31       0.04        145
28.95/29.06	c   lex dual LP      :       0.00          0          0       0.00          -
28.95/29.06	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
28.95/29.06	c   diving/probing LP:       0.73        296       9438      31.89   12892.72
28.95/29.06	c   strong branching :      15.86       1354     172843     127.65   10897.50
28.95/29.06	c     (at root node) :          -         28      13133     469.04          -
28.95/29.06	c   conflict analysis:       0.00          0          0       0.00          -
28.95/29.06	c B&B Tree           :
28.95/29.06	c   number of runs   :          1
28.95/29.06	c   nodes            :       2344
28.95/29.06	c   nodes (total)    :       2344
28.95/29.06	c   nodes left       :          0
28.95/29.06	c   max depth        :         26
28.95/29.06	c   max depth (total):         26
28.95/29.06	c   backtracks       :        521 (22.2%)
28.95/29.06	c   delayed cutoffs  :         13
28.95/29.06	c   repropagations   :        371 (2667 domain reductions, 10 cutoffs)
28.95/29.06	c   avg switch length:       4.12
28.95/29.06	c   switching time   :       0.17
28.95/29.06	c Solution           :
28.95/29.06	c   Solutions found  :         29 (10 improvements)
28.95/29.06	c   First Solution   : +2.24000000000000e+02   (in run 1, after 9 nodes, 8.55 seconds, depth 8, found by <rounding>)
28.95/29.06	c   Primal Bound     : +1.91000000000000e+02   (in run 1, after 1317 nodes, 21.21 seconds, depth 12, found by <zirounding>)
28.95/29.06	c   Dual Bound       : +1.91000000000000e+02
28.95/29.06	c   Gap              :       0.00 %
28.95/29.06	c   Root Dual Bound  : +1.41964165726310e+02
28.95/29.06	c   Root Iterations  :       5468
28.95/29.06	c Time complete: 29.03.

Verifier Data

OK	191

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-3693155-1338031403/watcher-3693155-1338031403 -o /tmp/evaluation-result-3693155-1338031403/solver-3693155-1338031403 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693155-1338031403.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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.98 2.00 1.90 2/176 7210
/proc/meminfo: memFree=28944284/32873844 swapFree=7612/7612
[pid=7210] ppid=7208 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/7210/stat : 7210 (runsolver) D 7208 7210 5919 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 269264634 12095488 51 33554432000 4194304 5436572 140735613395744 140735613392040 4883175 0 0 4096 24578 18446744071579943789 0 0 17 6 0 0 0 0 0
/proc/7210/statm: 2953 51 31 304 0 2645 0

[startup+0.0268369 s]
/proc/loadavg: 1.98 2.00 1.90 2/176 7210
/proc/meminfo: memFree=28944284/32873844 swapFree=7612/7612
[pid=7210] ppid=7208 vsize=9152 CPUtime=0 cores=0,2,4,6
/proc/7210/stat : 7210 (scip-2.1.1.4sfi) R 7208 7210 5919 0 -1 4202496 1138 0 0 0 0 0 0 0 20 0 1 0 269264634 9371648 1093 33554432000 4194304 10169799 140734348599152 140735613391928 8844157 0 0 4096 0 0 0 0 17 0 0 0 2 0 0
/proc/7210/statm: 2288 1098 389 1459 0 820 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9152

[startup+0.100213 s]
/proc/loadavg: 1.98 2.00 1.90 2/176 7210
/proc/meminfo: memFree=28944284/32873844 swapFree=7612/7612
[pid=7210] ppid=7208 vsize=27640 CPUtime=0.07 cores=0,2,4,6
/proc/7210/stat : 7210 (scip-2.1.1.4sfi) R 7208 7210 5919 0 -1 4202496 6006 0 0 0 5 2 0 0 20 0 1 0 269264634 28303360 5679 33554432000 4194304 10169799 140734348599152 140735613391928 8979322 0 0 4096 16384 0 0 0 17 0 0 0 2 0 0
/proc/7210/statm: 6910 5679 747 1459 0 5442 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27640

[startup+0.300185 s]
/proc/loadavg: 1.98 2.00 1.90 2/176 7210
/proc/meminfo: memFree=28944284/32873844 swapFree=7612/7612
[pid=7210] ppid=7208 vsize=29772 CPUtime=0.27 cores=0,2,4,6
/proc/7210/stat : 7210 (scip-2.1.1.4sfi) R 7208 7210 5919 0 -1 4202496 6581 0 0 0 23 4 0 0 20 0 1 0 269264634 30486528 6187 33554432000 4194304 10169799 140734348599152 140735613391928 8961143 0 0 4096 16384 0 0 0 17 0 0 0 2 0 0
/proc/7210/statm: 7443 6187 793 1459 0 5975 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 29772

[startup+0.700193 s]
/proc/loadavg: 1.98 2.00 1.90 2/176 7210
/proc/meminfo: memFree=28944284/32873844 swapFree=7612/7612
[pid=7210] ppid=7208 vsize=38064 CPUtime=0.67 cores=0,2,4,6
/proc/7210/stat : 7210 (scip-2.1.1.4sfi) R 7208 7210 5919 0 -1 4202496 8682 0 0 0 61 6 0 0 20 0 1 0 269264634 38977536 8229 33554432000 4194304 10169799 140734348599152 140734348593608 8961143 0 0 4096 16384 0 0 0 17 0 0 0 2 0 0
/proc/7210/statm: 9516 8229 794 1459 0 8048 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 38064

[startup+1.5002 s]
/proc/loadavg: 1.98 2.00 1.90 3/177 7211
/proc/meminfo: memFree=28911408/32873844 swapFree=7612/7612
[pid=7210] ppid=7208 vsize=41392 CPUtime=1.46 cores=0,2,4,6
/proc/7210/stat : 7210 (scip-2.1.1.4sfi) R 7208 7210 5919 0 -1 4202496 10465 0 0 0 138 8 0 0 20 0 1 0 269264634 42385408 9175 33554432000 4194304 10169799 140734348599152 140734348593800 8979322 0 0 4096 16384 0 0 0 17 0 0 0 2 0 0
/proc/7210/statm: 10348 9175 826 1459 0 8880 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 41392

[startup+3.10018 s]
/proc/loadavg: 1.98 2.00 1.90 3/177 7211
/proc/meminfo: memFree=28909912/32873844 swapFree=7612/7612
[pid=7210] ppid=7208 vsize=42056 CPUtime=3.06 cores=0,2,4,6
/proc/7210/stat : 7210 (scip-2.1.1.4sfi) R 7208 7210 5919 0 -1 4202496 10621 0 0 0 296 10 0 0 20 0 1 0 269264634 43065344 9459 33554432000 4194304 10169799 140734348599152 140734348593800 8979322 0 0 4096 16384 0 0 0 17 0 0 0 2 0 0
/proc/7210/statm: 10514 9459 827 1459 0 9046 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 42056

[startup+6.30018 s]
/proc/loadavg: 1.98 2.00 1.90 3/177 7211
/proc/meminfo: memFree=28908904/32873844 swapFree=7612/7612
[pid=7210] ppid=7208 vsize=42056 CPUtime=6.26 cores=0,2,4,6
/proc/7210/stat : 7210 (scip-2.1.1.4sfi) R 7208 7210 5919 0 -1 4202496 10621 0 0 0 613 13 0 0 20 0 1 0 269264634 43065344 9459 33554432000 4194304 10169799 140734348599152 140734348593752 8979322 0 0 4096 16384 0 0 0 17 0 0 0 2 0 0
/proc/7210/statm: 10514 9459 827 1459 0 9046 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 42056

[startup+12.7002 s]
/proc/loadavg: 1.98 2.00 1.90 3/177 7211
/proc/meminfo: memFree=28908532/32873844 swapFree=7612/7612
[pid=7210] ppid=7208 vsize=42056 CPUtime=12.65 cores=0,2,4,6
/proc/7210/stat : 7210 (scip-2.1.1.4sfi) R 7208 7210 5919 0 -1 4202496 10630 0 0 0 1245 20 0 0 20 0 1 0 269264634 43065344 9723 33554432000 4194304 10169799 140734348599152 140734348593016 8979322 0 0 4096 16384 0 0 0 17 0 0 0 2 0 0
/proc/7210/statm: 10514 9723 827 1459 0 9046 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 42056

[startup+25.5002 s]
/proc/loadavg: 1.99 2.00 1.90 3/177 7211
/proc/meminfo: memFree=28906376/32873844 swapFree=7612/7612
[pid=7210] ppid=7208 vsize=42780 CPUtime=25.46 cores=0,2,4,6
/proc/7210/stat : 7210 (scip-2.1.1.4sfi) R 7208 7210 5919 0 -1 4202496 13327 0 0 0 2496 50 0 0 20 0 1 0 269264634 43806720 9924 33554432000 4194304 10169799 140734348599152 140734348593560 8979322 0 0 4096 16384 0 0 0 17 0 0 0 2 0 0
/proc/7210/statm: 10695 9924 850 1459 0 9227 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 42780

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

[startup+27.1002 s]
/proc/loadavg: 1.99 2.00 1.90 3/177 7211
/proc/meminfo: memFree=28906252/32873844 swapFree=7612/7612
[pid=7210] ppid=7208 vsize=42780 CPUtime=27.06 cores=0,2,4,6
/proc/7210/stat : 7210 (scip-2.1.1.4sfi) R 7208 7210 5919 0 -1 4202496 13327 0 0 0 2653 53 0 0 20 0 1 0 269264634 43806720 9924 33554432000 4194304 10169799 140734348599152 140734348593848 8979322 0 0 4096 16384 0 0 0 17 0 0 0 2 0 0
/proc/7210/statm: 10695 9924 850 1459 0 9227 0
Current children cumulated CPU time (s) 27.06
Current children cumulated vsize (KiB) 42780

[startup+27.9002 s]
/proc/loadavg: 1.99 2.00 1.90 3/177 7211
/proc/meminfo: memFree=28905880/32873844 swapFree=7612/7612
[pid=7210] ppid=7208 vsize=42780 CPUtime=27.86 cores=0,2,4,6
/proc/7210/stat : 7210 (scip-2.1.1.4sfi) R 7208 7210 5919 0 -1 4202496 13327 0 0 0 2731 55 0 0 20 0 1 0 269264634 43806720 9924 33554432000 4194304 10169799 140734348599152 140734348593560 8979322 0 0 4096 16384 0 0 0 17 0 0 0 2 0 0
/proc/7210/statm: 10695 9924 850 1459 0 9227 0
Current children cumulated CPU time (s) 27.86
Current children cumulated vsize (KiB) 42780

[startup+28.7002 s]
/proc/loadavg: 1.99 2.00 1.90 3/177 7211
/proc/meminfo: memFree=28905880/32873844 swapFree=7612/7612
[pid=7210] ppid=7208 vsize=42780 CPUtime=28.66 cores=0,2,4,6
/proc/7210/stat : 7210 (scip-2.1.1.4sfi) R 7208 7210 5919 0 -1 4202496 13327 0 0 0 2809 57 0 0 20 0 1 0 269264634 43806720 9924 33554432000 4194304 10169799 140734348599152 140734348596776 8979322 0 0 4096 16384 0 0 0 17 0 0 0 2 0 0
/proc/7210/statm: 10695 9924 850 1459 0 9227 0
Current children cumulated CPU time (s) 28.66
Current children cumulated vsize (KiB) 42780

[startup+28.9002 s]
/proc/loadavg: 1.99 2.00 1.90 3/177 7211
/proc/meminfo: memFree=28905880/32873844 swapFree=7612/7612
[pid=7210] ppid=7208 vsize=42780 CPUtime=28.85 cores=0,2,4,6
/proc/7210/stat : 7210 (scip-2.1.1.4sfi) R 7208 7210 5919 0 -1 4202496 13327 0 0 0 2828 57 0 0 20 0 1 0 269264634 43806720 9924 33554432000 4194304 10169799 140734348599152 140734348593656 8979322 0 0 4096 16384 0 0 0 17 0 0 0 2 0 0
/proc/7210/statm: 10695 9924 850 1459 0 9227 0
Current children cumulated CPU time (s) 28.85
Current children cumulated vsize (KiB) 42780

[startup+29.0002 s]
/proc/loadavg: 1.99 2.00 1.90 3/177 7211
/proc/meminfo: memFree=28905880/32873844 swapFree=7612/7612
[pid=7210] ppid=7208 vsize=42780 CPUtime=28.95 cores=0,2,4,6
/proc/7210/stat : 7210 (scip-2.1.1.4sfi) R 7208 7210 5919 0 -1 4202496 13327 0 0 0 2838 57 0 0 20 0 1 0 269264634 43806720 9924 33554432000 4194304 10169799 140734348599152 140734348593656 8979322 0 0 4096 16384 0 0 0 17 0 0 0 2 0 0
/proc/7210/statm: 10695 9924 850 1459 0 9227 0
Current children cumulated CPU time (s) 28.95
Current children cumulated vsize (KiB) 42780

Child status: 0
Real time (s): 29.0692
CPU time (s): 29.0336
CPU user time (s): 28.4507
CPU system time (s): 0.582911
CPU usage (%): 99.8775
Max. virtual memory (cumulated for all children) (KiB): 42780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.4507
system time used= 0.582911
maximum resident set size= 48620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13331
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= 12
involuntary context switches= 53

runsolver used 0.040993 second user time and 0.124981 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-26 13:23:23
IDJOB=3693155
IDBENCH=2171
IDSOLVER=2272
FILE ID=node143/3693155-1338031403
RUNJOBID= node143-1338029547-6916
PBS_JOBID= 14624332
Free space on /tmp= 71456 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/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32b1.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-3693155-1338031403/watcher-3693155-1338031403 -o /tmp/evaluation-result-3693155-1338031403/solver-3693155-1338031403 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693155-1338031403.opb -t 1800 -m 15500

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

MD5SUM BENCH= eb2e849a72ed563d78cdb83a394edb27
RANDOM SEED=1884743760

node143.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.787
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.57
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.787
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.787
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.91
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.787
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.787
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.90
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.787
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	: 5298.57
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.787
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.787
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:        28944540 kB
Buffers:          261656 kB
Cached:          2829968 kB
SwapCached:            0 kB
Active:           768616 kB
Inactive:        2379932 kB
Active(anon):      59512 kB
Inactive(anon):        0 kB
Active(file):     709104 kB
Inactive(file):  2379932 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13608 kB
Writeback:             0 kB
AnonPages:        109076 kB
Mapped:            17924 kB
Shmem:               200 kB
Slab:             641516 kB
SReclaimable:      84072 kB
SUnreclaim:       557444 kB
KernelStack:        1472 kB
PageTables:         3568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     171904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 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= 71444 MiB
End job on node143 at 2012-05-26 13:23:52