Trace number 3452672

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4SAT (TO)372 1800.08 1800.03

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32d2.opb
MD5SUM05a418d42b6e85967009c0fa73623d83
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark372
Best CPU time to get the best result obtained on this benchmark1797.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 372
Optimality of the best value was proved NO
Number of variables808
Total number of constraints5557
Number of constraints which are clauses5557
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 808
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 808
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 808
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3452672-1307083398.opb>
0.02/0.04	c original problem has 808 variables (808 bin, 0 int, 0 impl, 0 cont) and 5557 constraints
0.02/0.04	c problem read
0.02/0.04	c presolving settings loaded
0.02/0.05	c presolving:
0.02/0.09	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 5409 upgd conss, 39720 impls, 0 clqs
0.02/0.10	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 5557 upgd conss, 39720 impls, 0 clqs
0.09/0.14	c    (0.1s) probing: 101/808 (12.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (3 rounds):
0.09/0.14	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.14	c  39720 implications, 0 cliques
0.09/0.14	c presolved problem has 808 variables (808 bin, 0 int, 0 impl, 0 cont) and 5557 constraints
0.09/0.14	c    5268 constraints of type <setppc>
0.09/0.14	c     289 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.09
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 2.0.1.4
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1800
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 13950
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # belongs reading time to solving time?
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c timing/reading = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/indicator/addCouplingCons = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.29/0.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.30	c   0.3s|     1 |     0 |  1916 |     - |  10M|   0 | 602 | 808 |5604 | 808 |5557 |   0 |  47 |   0 | 2.469383e+02 |      --      |    Inf 
1.19/1.26	o 393
1.19/1.26	c y 1.3s|     1 |     0 |  6292 |     - |  11M|   0 | 602 | 808 |5604 | 808 |5557 |   0 |  47 |   0 | 2.469383e+02 | 3.930000e+02 |  59.15%
1.29/1.30	c   1.3s|     1 |     0 |  6429 |     - |  11M|   0 | 576 | 808 |5886 | 808 |5565 |   8 |  47 |   0 | 2.489921e+02 | 3.930000e+02 |  57.84%
1.39/1.42	c   1.4s|     1 |     0 |  6567 |     - |  11M|   0 | 486 | 808 |5886 | 808 |5576 |  19 |  47 |   0 | 2.510000e+02 | 3.930000e+02 |  56.57%
1.49/1.54	c   1.5s|     1 |     0 |  6762 |     - |  11M|   0 | 479 | 808 |5886 | 808 |5588 |  31 |  47 |   0 | 2.545000e+02 | 3.930000e+02 |  54.42%
1.59/1.64	c   1.6s|     1 |     0 |  6827 |     - |  11M|   0 | 475 | 808 |5886 | 808 |5599 |  42 |  47 |   0 | 2.565000e+02 | 3.930000e+02 |  53.22%
1.69/1.77	c   1.8s|     1 |     0 |  7065 |     - |  11M|   0 | 473 | 808 |5886 | 808 |5608 |  51 |  47 |   0 | 2.582500e+02 | 3.930000e+02 |  52.18%
1.89/1.90	c   1.9s|     1 |     0 |  7264 |     - |  11M|   0 | 524 | 808 |5886 | 808 |5613 |  56 |  47 |   0 | 2.601900e+02 | 3.930000e+02 |  51.04%
1.99/2.05	c   2.0s|     1 |     0 |  7414 |     - |  11M|   0 | 521 | 808 |5886 | 808 |5622 |  65 |  47 |   0 | 2.610714e+02 | 3.930000e+02 |  50.53%
2.21/2.27	c   2.3s|     1 |     0 |  8009 |     - |  11M|   0 | 465 | 808 |5886 | 808 |5633 |  76 |  47 |   0 | 2.635000e+02 | 3.930000e+02 |  49.15%
2.29/2.39	c   2.4s|     1 |     0 |  8060 |     - |  12M|   0 | 465 | 808 |5886 | 808 |5639 |  82 |  47 |   0 | 2.640000e+02 | 3.930000e+02 |  48.86%
2.69/2.76	c   2.8s|     1 |     0 |  8311 |     - |  12M|   0 | 475 | 808 |5886 | 808 |5648 |  91 |  47 |   0 | 2.645097e+02 | 3.930000e+02 |  48.58%
2.89/2.97	c   3.0s|     1 |     0 |  8719 |     - |  12M|   0 | 483 | 808 |5886 | 808 |5659 | 102 |  47 |   0 | 2.656036e+02 | 3.930000e+02 |  47.96%
3.09/3.19	c   3.2s|     1 |     0 |  9129 |     - |  12M|   0 | 479 | 808 |5886 | 808 |5670 | 113 |  47 |   0 | 2.663889e+02 | 3.930000e+02 |  47.53%
3.49/3.50	c   3.5s|     1 |     0 |  9827 |     - |  12M|   0 | 523 | 808 |5886 | 808 |5677 | 120 |  47 |   0 | 2.672500e+02 | 3.930000e+02 |  47.05%
3.69/3.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.69/3.77	c   3.8s|     1 |     0 | 10490 |     - |  12M|   0 | 523 | 808 |5886 | 808 |5686 | 130 |  47 |   0 | 2.680354e+02 | 3.930000e+02 |  46.62%
3.89/3.99	c   4.0s|     1 |     0 | 10920 |     - |  13M|   0 | 521 | 808 |5886 | 808 |5695 | 139 |  47 |   0 | 2.683316e+02 | 3.930000e+02 |  46.46%
4.19/4.27	c   4.3s|     1 |     0 | 11731 |     - |  13M|   0 | 522 | 808 |5886 | 808 |5703 | 147 |  47 |   0 | 2.693655e+02 | 3.930000e+02 |  45.90%
4.49/4.53	c   4.5s|     1 |     0 | 12444 |     - |  13M|   0 | 531 | 808 |5886 | 808 |5711 | 155 |  47 |   0 | 2.706091e+02 | 3.930000e+02 |  45.23%
4.69/4.74	c   4.7s|     1 |     0 | 12935 |     - |  13M|   0 | 525 | 808 |5886 | 808 |5720 | 164 |  47 |   0 | 2.713161e+02 | 3.930000e+02 |  44.85%
4.99/5.08	c   5.1s|     1 |     0 | 13277 |     - |  14M|   0 | 536 | 808 |5886 | 808 |5727 | 171 |  47 |   0 | 2.713233e+02 | 3.930000e+02 |  44.85%
5.51/5.57	c   5.6s|     1 |     0 | 13712 |     - |  14M|   0 | 505 | 808 |5886 | 808 |5712 | 175 |  47 |   0 | 2.713295e+02 | 3.930000e+02 |  44.84%
5.89/5.97	c   6.0s|     1 |     0 | 14607 |     - |  14M|   0 | 533 | 808 |5886 | 808 |5722 | 185 |  47 |   0 | 2.713974e+02 | 3.930000e+02 |  44.81%
6.19/6.23	c   6.2s|     1 |     0 | 15228 |     - |  14M|   0 | 520 | 808 |5886 | 808 |5726 | 189 |  47 |   0 | 2.715498e+02 | 3.930000e+02 |  44.72%
6.39/6.51	c   6.5s|     1 |     0 | 15879 |     - |  14M|   0 | 541 | 808 |5886 | 808 |5734 | 197 |  47 |   0 | 2.717333e+02 | 3.930000e+02 |  44.63%
6.89/6.91	c   6.9s|     1 |     0 | 16149 |     - |  14M|   0 | 537 | 808 |5886 | 808 |5737 | 200 |  47 |   0 | 2.724697e+02 | 3.930000e+02 |  44.24%
7.19/7.24	c   7.2s|     1 |     0 | 16347 |     - |  14M|   0 | 535 | 808 |5886 | 808 |5742 | 205 |  47 |   0 | 2.724697e+02 | 3.930000e+02 |  44.24%
7.49/7.60	c   7.6s|     1 |     0 | 16567 |     - |  14M|   0 | 523 | 808 |5886 | 808 |5710 | 209 |  47 |   0 | 2.724697e+02 | 3.930000e+02 |  44.24%
7.99/8.04	c   8.0s|     1 |     0 | 16845 |     - |  14M|   0 | 542 | 808 |5886 | 808 |5713 | 212 |  47 |   0 | 2.724697e+02 | 3.930000e+02 |  44.24%
8.39/8.47	c   8.5s|     1 |     0 | 17000 |     - |  14M|   0 | 536 | 808 |5886 | 808 |5717 | 216 |  47 |   0 | 2.724697e+02 | 3.930000e+02 |  44.24%
8.89/8.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.89/8.96	c   9.0s|     1 |     0 | 17150 |     - |  14M|   0 | 525 | 808 |5886 | 808 |5720 | 219 |  47 |   0 | 2.724697e+02 | 3.930000e+02 |  44.24%
10.90/10.97	c  11.0s|     1 |     2 | 17150 |     - |  14M|   0 | 525 | 808 |5886 | 808 |5720 | 219 |  47 |  12 | 2.724697e+02 | 3.930000e+02 |  44.24%
24.89/24.96	o 392
24.89/24.96	c z25.0s|    12 |     6 | 23975 | 620.5 |  14M|   9 |   - | 808 |5888 | 808 |5678 | 219 |  49 | 272 | 2.724697e+02 | 3.920000e+02 |  43.87%
320.01/320.11	o 391
320.01/320.11	c v 320s|  3879 |  2447 |  1196k| 304.1 |  34M|  32 |   - | 808 |6989 | 808 |5678 | 219 |6191 |2462 | 2.838182e+02 | 3.910000e+02 |  37.76%
320.12/320.12	o 387
320.12/320.12	c b 320s|  3880 |  2445 |  1196k| 304.0 |  34M|  32 | 339 | 808 |6986 | 808 |5678 | 219 |6191 |2462 | 2.838182e+02 | 3.870000e+02 |  36.35%
507.71/507.79	o 386
507.71/507.79	c * 508s|  7949 |  4047 |  2025k| 252.7 |  48M|  59 |   - | 808 |7175 | 808 |5678 | 219 |  13k|3578 | 2.892198e+02 | 3.860000e+02 |  33.46%
507.71/507.79	o 385
507.71/507.79	c b 508s|  7949 |  4045 |  2025k| 252.7 |  48M|  59 |   - | 808 |7175 | 808 |5678 | 219 |  13k|3578 | 2.892198e+02 | 3.850000e+02 |  33.12%
507.81/507.83	o 384
507.81/507.83	c R 508s|  7964 |  4038 |  2025k| 252.2 |  48M|  59 | 103 | 808 |7171 | 808 |5678 | 219 |  13k|3578 | 2.892198e+02 | 3.840000e+02 |  32.77%
507.81/507.83	o 373
507.81/507.83	c b 508s|  7964 |  3929 |  2025k| 252.2 |  47M|  59 | 103 | 808 |7171 | 808 |5678 | 219 |  13k|3578 | 2.892198e+02 | 3.730000e+02 |  28.97%
519.50/519.58	o 372
519.50/519.58	c C 520s|  8564 |  4034 |  2076k| 240.5 |  48M|  59 | 335 | 808 |7134 | 808 |5678 | 219 |  13k|3694 | 2.899949e+02 | 3.720000e+02 |  28.28%
549.80/549.88	c   550s| 10000 |  4232 |  2210k| 219.4 |  50M|  59 |   - | 808 |7027 |   0 |   0 | 219 |  15k|3941 | 2.903012e+02 | 3.720000e+02 |  28.14%
806.23/806.24	c   806s| 20000 |  5675 |  3449k| 171.6 |  68M|  59 |   - | 808 |7313 |   0 |   0 | 219 |  27k|5488 | 2.926632e+02 | 3.720000e+02 |  27.11%
1020.32/1020.31	c  1020s| 30000 |  6508 |  4519k| 150.1 |  79M|  59 | 390 | 808 |7409 | 808 |5678 | 219 |  40k|6379 | 2.957536e+02 | 3.720000e+02 |  25.78%
1209.53/1209.53	c  1210s| 40000 |  7116 |  5434k| 135.4 |  88M|  62 | 282 | 808 |7470 | 808 |5678 | 219 |  51k|7419 | 2.990275e+02 | 3.720000e+02 |  24.40%
1378.93/1378.97	c  1379s| 50000 |  7427 |  6278k| 125.2 |  93M|  62 |   - | 808 |7576 |   0 |   0 | 219 |  63k|8256 | 3.004792e+02 | 3.720000e+02 |  23.80%
1546.33/1546.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1546.33/1546.30	c  1546s| 60000 |  7593 |  7124k| 118.5 |  97M|  62 |   - | 808 |7509 | 808 |5678 | 219 |  75k|9015 | 3.013427e+02 | 3.720000e+02 |  23.45%
1712.85/1712.80	c  1713s| 70000 |  7889 |  7953k| 113.4 | 101M|  62 | 276 | 808 |7686 | 808 |5678 | 219 |  87k|9818 | 3.023588e+02 | 3.720000e+02 |  23.03%
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 75267
1800.04/1800.00	c Primal Bound       : +3.72000000000000e+02 (11 solutions)
1800.04/1800.00	c Dual Bound         : +3.02969507361268e+02
1800.04/1800.00	c Gap                : 22.78 %
1800.04/1800.00	s SATISFIABLE
1800.04/1800.00	v x808 -x807 x806 -x805 x804 -x803 -x802 x801 x800 -x799 x798 -x797 x796 -x795 -x794 x793 x792 -x791 x790 -x789 -x788 -x787 -x786 
1800.04/1800.00	v x785 -x784 x783 x782 -x781 x780 -x779 x778 -x777 x776 -x775 x774 -x773 -x772 x771 x770 -x769 x768 -x767 x766 -x765 x764 -x763 
1800.04/1800.00	v -x762 x761 -x760 x759 x758 -x757 x756 -x755 x754 -x753 x752 -x751 x750 -x749 -x748 x747 x746 -x745 -x744 x743 x742 -x741 x740 
1800.04/1800.00	v -x739 x738 -x737 x736 -x735 x734 -x733 -x732 x731 x730 -x729 x728 -x727 x726 -x725 x724 -x723 -x722 x721 -x720 x719 x718 -x717 
1800.04/1800.00	v x716 -x715 x714 -x713 x712 -x711 x710 -x709 x708 -x707 -x706 x705 -x704 x703 x702 -x701 x700 -x699 x698 -x697 -x696 x695 
1800.04/1800.00	v x694 -x693 -x692 -x691 x690 -x689 -x688 x687 x686 -x685 x684 -x683 x682 -x681 x680 -x679 x678 -x677 x676 -x675 -x674 x673 x672 
1800.04/1800.00	v -x671 x670 -x669 x668 -x667 -x666 x665 -x664 x663 x662 -x661 x660 -x659 x658 -x657 -x656 x655 x654 -x653 x652 -x651 x650 -x649 
1800.04/1800.00	v x648 -x647 x646 -x645 x644 -x643 -x642 x641 -x640 x639 x638 -x637 -x636 -x635 x634 -x633 x632 -x631 x630 -x629 x628 -x627 
1800.04/1800.00	v -x626 x625 x624 -x623 x622 -x621 x620 -x619 -x618 x617 x616 -x615 -x614 x613 x612 -x611 x610 -x609 -x608 x607 x606 -x605 x604 
1800.04/1800.00	v -x603 x602 -x601 -x600 x599 x598 -x597 x596 -x595 x594 -x593 x592 -x591 x590 -x589 -x588 x587 x586 -x585 x584 -x583 x582 -x581 
1800.04/1800.00	v x580 -x579 -x578 x577 -x576 x575 x574 -x573 x572 -x571 x570 -x569 -x568 x567 x566 -x565 x564 -x563 x562 -x561 -x560 x559 
1800.04/1800.00	v x558 -x557 x556 -x555 x554 -x553 x552 -x551 x550 -x549 x548 -x547 -x546 x545 -x544 x543 x542 -x541 x540 -x539 x538 -x537 x536 
1800.04/1800.00	v -x535 x534 -x533 x532 -x531 -x530 x529 x528 -x527 x526 -x525 -x524 x523 x522 -x521 -x520 x519 x518 -x517 x516 -x515 x514 -x513 
1800.04/1800.00	v -x512 x511 -x510 x509 -x508 x507 -x506 x505 -x504 x503 -x502 x501 -x500 x499 -x498 x497 -x496 x495 -x494 x493 -x492 x491 
1800.04/1800.00	v -x490 x489 -x488 x487 -x486 x485 -x484 x483 -x482 x481 -x480 x479 -x478 x477 -x476 x475 -x474 x473 -x472 x471 -x470 x469 -x468 
1800.04/1800.00	v x467 -x466 x465 -x464 x463 x462 -x461 -x460 x459 -x458 x457 -x456 x455 -x454 x453 -x452 x451 -x450 x449 -x448 x447 -x446 x445 
1800.04/1800.00	v -x444 x443 -x442 x441 -x440 x439 -x438 x437 -x436 x435 -x434 x433 -x432 x431 -x430 x429 -x428 x427 -x426 x425 -x424 x423 -x422 
1800.04/1800.00	v x421 -x420 x419 x418 -x417 -x416 x415 -x414 x413 -x412 x411 -x410 x409 -x408 x407 -x406 x405 -x404 x403 -x402 x401 -x400 
1800.04/1800.00	v x399 -x398 x397 x396 -x395 -x394 x393 -x392 x391 -x390 x389 -x388 x387 -x386 x385 -x384 -x383 -x382 x381 -x380 -x379 -x378 x377 
1800.04/1800.00	v -x376 -x375 -x374 x373 -x372 -x371 -x370 x369 -x368 -x367 -x366 x365 -x364 -x363 -x362 x361 -x360 -x359 -x358 x357 -x356 
1800.04/1800.00	v -x355 -x354 x353 -x352 -x351 -x350 x349 -x348 x347 -x346 -x345 -x344 -x343 -x342 x341 -x340 x339 -x338 -x337 -x336 -x335 -x334 
1800.04/1800.00	v x333 -x332 x331 -x330 -x329 -x328 x327 -x326 -x325 -x324 x323 -x322 -x321 -x320 -x319 -x318 x317 -x316 -x315 -x314 x313 -x312 
1800.04/1800.00	v x311 -x310 -x309 -x308 x307 -x306 -x305 -x304 x303 -x302 -x301 -x300 x299 x298 -x297 -x296 x295 -x294 -x293 -x292 -x291 -x290 
1800.04/1800.00	v x289 -x288 -x287 -x286 x285 x284 -x283 -x282 x281 -x280 x279 -x278 -x277 -x276 x275 x274 -x273 -x272 -x271 -x270 x269 -x268 
1800.04/1800.00	v x267 -x266 -x265 -x264 x263 -x262 -x261 -x260 -x259 -x258 x257 -x256 x255 -x254 x253 -x252 x251 -x250 x249 -x248 x247 -x246 
1800.04/1800.00	v x245 x244 -x243 -x242 x241 -x240 x239 -x238 x237 -x236 x235 -x234 x233 -x232 x231 -x230 x229 -x228 x227 -x226 x225 -x224 x223 
1800.04/1800.00	v -x222 x221 x220 -x219 -x218 x217 -x216 x215 -x214 x213 -x212 x211 -x210 x209 -x208 x207 -x206 x205 -x204 x203 -x202 x201 -x200 
1800.04/1800.00	v x199 -x198 x197 -x196 x195 -x194 x193 -x192 x191 -x190 x189 x188 -x187 -x186 x185 -x184 x183 -x182 x181 -x180 x179 -x178 
1800.04/1800.00	v x177 -x176 x175 x174 -x173 -x172 x171 -x170 x169 -x168 x167 -x166 x165 -x164 x163 -x162 x161 -x160 x159 -x158 x157 -x156 x155 
1800.04/1800.00	v -x154 x153 -x152 x151 -x150 x149 -x148 x147 -x146 x145 -x144 x143 -x142 x141 -x140 x139 -x138 x137 -x136 x135 -x134 x133 -x132 
1800.04/1800.00	v x131 -x130 x129 -x128 x127 -x126 x125 -x124 x123 -x122 x121 -x120 x119 -x118 x117 -x116 x115 -x114 x113 -x112 x111 -x110 
1800.04/1800.00	v x109 -x108 x107 -x106 x105 -x104 x103 -x102 x101 -x100 x99 -x98 x97 -x96 x95 -x94 x93 -x92 x91 -x90 x89 x88 -x87 -x86 x85 -x84 
1800.04/1800.00	v x83 -x82 x81 -x80 x79 -x78 x77 -x76 x75 -x74 x73 -x72 x71 -x70 x69 -x68 x67 -x66 x65 -x64 x63 -x62 x61 -x60 x59 -x58 x57 -x56 
1800.04/1800.00	v x55 -x54 x53 -x52 x51 -x50 x49 -x48 x47 -x46 x45 -x44 x43 x42 -x41 -x40 x39 -x38 x37 -x36 x35 -x34 x33 -x32 x31 -x30 x29 -x28 
1800.04/1800.00	v x27 -x26 x25 -x24 x23 -x22 x21 -x20 x19 -x18 x17 -x16 x15 x14 -x13 -x12 x11 -x10 x9 -x8 x7 -x6 x5 -x4 x3 -x2 x1 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       0.09 (included in solving)
1800.04/1800.00	c   reading          :       0.04 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3452672-1307083398.opb
1800.04/1800.00	c   Variables        : 808 (808 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 5557 initial, 5557 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3452672-1307083398.opb
1800.04/1800.00	c   Variables        : 808 (808 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 5557 initial, 8140 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   setppc           :       0.01          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.03          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0      45895          0         19          0         79       1567          0          0      90702
1800.04/1800.00	c   setppc           :       5268         29     549612          1         71         16    4405002      12016    4468485          0          0          0
1800.04/1800.00	c   linear           :          0+        29     359914          0          0          0       3042        535       7181         11          0          0
1800.04/1800.00	c   logicor          :        289+        29     389283          1          4         10     329332      15263     741960          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          1          1         12          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :     252.58       0.00       0.00     252.58       0.00       0.00       0.00
1800.04/1800.00	c   setppc           :      24.98       0.01      23.67       0.00       0.00       0.00       1.29
1800.04/1800.00	c   linear           :       0.75       0.00       0.73       0.00       0.00       0.00       0.01
1800.04/1800.00	c   logicor          :      13.19       0.00      12.77       0.00       0.00       0.00       0.42
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :          0          0          0          0
1800.04/1800.00	c   rootredcost      :          6          0          0          0
1800.04/1800.00	c   pseudoobj        :     551240        145        794       1069
1800.04/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.00	c   vbounds          :       0.10       0.10       0.00
1800.04/1800.00	c   rootredcost      :       0.10       0.10       0.00
1800.04/1800.00	c   pseudoobj        :       6.44       6.43       0.01
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :       3.50      27814      27775     158905       45.6       6816       27.6          -
1800.04/1800.00	c   infeasible LP    :       0.09        360        359       2247       53.3         57       27.6          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -      94210       29.5          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -          8      293.1          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.01         28          -          -        147          -    (maximal pool size: 1636)
1800.04/1800.00	c   redcost          :       0.72      46753          0       1950          0          0
1800.04/1800.00	c   impliedbounds    :       0.01         29          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       3.78         29          0          0      12780          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       1.10         20          0          0      10000          0
1800.04/1800.00	c   cmir             :       0.14         10          0          0          0          0
1800.04/1800.00	c   flowcover        :       0.11         10          0          0          0          0
1800.04/1800.00	c   clique           :       0.01          1          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.34          1          0          0          0        282
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :     252.53      45894         79       1567          0          0      90702
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          1
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   intshifting      :       0.00          0          0
1800.04/1800.00	c   oneopt           :       0.03          9          3
1800.04/1800.00	c   feaspump         :       0.53          1          0
1800.04/1800.00	c   crossover        :       0.69         14          1
1800.04/1800.00	c   objpscostdiving  :      16.03         66          1
1800.04/1800.00	c   rootsoldiving    :      12.19         71          0
1800.04/1800.00	c   coefdiving       :      30.82        202          0
1800.04/1800.00	c   guideddiving     :      34.32        202          0
1800.04/1800.00	c   pscostdiving     :      23.12        202          0
1800.04/1800.00	c   fracdiving       :      33.06        202          0
1800.04/1800.00	c   veclendiving     :      32.60        202          1
1800.04/1800.00	c   linesearchdiving :      18.53        202          0
1800.04/1800.00	c   trivial          :       0.00          2          0
1800.04/1800.00	c   shiftandpropagate:       0.02          1          0
1800.04/1800.00	c   simplerounding   :       0.02          0          0
1800.04/1800.00	c   zirounding       :       0.33       1000          2
1800.04/1800.00	c   rounding         :       3.07       9229          1
1800.04/1800.00	c   shifting         :       0.81        889          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   clique           :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.00          0          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   vbounds          :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   subnlp           :       0.02          0          0
1800.04/1800.00	c   trysol           :       0.02          0          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.01          0          0       0.00       0.00
1800.04/1800.00	c   dual LP          :    1243.53      55903    7518061     134.48    6045.72
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:     177.24      43101     880036      20.42    4965.20
1800.04/1800.00	c   strong branching :     249.24      10203    1386166     135.86    5561.56
1800.04/1800.00	c     (at root node) :          -         12       8167     680.58          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :      75267
1800.04/1800.00	c   nodes (total)    :      75267
1800.04/1800.00	c   nodes left       :       8067
1800.04/1800.00	c   max depth        :         62
1800.04/1800.00	c   max depth (total):         62
1800.04/1800.00	c   backtracks       :      17451 (23.2%)
1800.04/1800.00	c   delayed cutoffs  :       7232
1800.04/1800.00	c   repropagations   :      47843 (1032525 domain reductions, 6110 cutoffs)
1800.04/1800.00	c   avg switch length:       6.52
1800.04/1800.00	c   switching time   :      23.48
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :         11 (9 improvements)
1800.04/1800.00	c   First Solution   : +3.93000000000000e+02   (in run 1, after 1 nodes, 1.27 seconds, depth 0, found by <trysol>)
1800.04/1800.00	c   Primal Bound     : +3.72000000000000e+02   (in run 1, after 8564 nodes, 519.58 seconds, depth 18, found by <crossover>)
1800.04/1800.00	c   Dual Bound       : +3.02969507361268e+02
1800.04/1800.00	c   Gap              :      22.78 %
1800.04/1800.00	c   Root Dual Bound  : +2.72469712779527e+02
1800.04/1800.00	c   Root Iterations  :      17150

Verifier Data

OK	372

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3452672-1307083398/watcher-3452672-1307083398 -o /tmp/evaluation-result-3452672-1307083398/solver-3452672-1307083398 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452672-1307083398.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.93 2.00 1.99 2/575 22320
/proc/meminfo: memFree=23569056/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=11040 CPUtime=0.01 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 1748 0 0 0 1 0 0 0 25 0 1 0 819937571 11304960 1702 33554432000 4194304 9128323 140734697700896 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22320/statm: 2760 1702 400 1205 0 1551 0

[startup+0.0250861 s]
/proc/loadavg: 1.93 2.00 1.99 2/575 22320
/proc/meminfo: memFree=23569056/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=11864 CPUtime=0.02 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 1968 0 0 0 2 0 0 0 25 0 1 0 819937571 12148736 1922 33554432000 4194304 9128323 140734697700896 18446744073709551615 7905194 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22320/statm: 2966 1922 400 1205 0 1757 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11864

[startup+0.101135 s]
/proc/loadavg: 1.93 2.00 1.99 2/575 22320
/proc/meminfo: memFree=23569056/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=29976 CPUtime=0.09 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 6578 0 0 0 9 0 0 0 25 0 1 0 819937571 30695424 6211 33554432000 4194304 9128323 140734697700896 18446744073709551615 5506680 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 7494 6211 517 1205 0 6285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29976

[startup+0.301098 s]
/proc/loadavg: 1.93 2.00 1.99 2/575 22320
/proc/meminfo: memFree=23569056/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=40944 CPUtime=0.29 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 9678 0 0 0 28 1 0 0 25 0 1 0 819937571 41926656 9047 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 10236 9048 650 1205 0 9027 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40944

[startup+0.701029 s]
/proc/loadavg: 1.93 2.00 1.99 2/575 22320
/proc/meminfo: memFree=23569056/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=40616 CPUtime=0.69 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 9759 0 0 0 68 1 0 0 25 0 1 0 819937571 41590784 9051 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 10154 9051 659 1205 0 8945 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40616

[startup+1.50088 s]
/proc/loadavg: 1.93 2.00 1.99 3/576 22321
/proc/meminfo: memFree=23511388/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=64384 CPUtime=1.49 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 15998 0 0 0 147 2 0 0 25 0 1 0 819937571 65929216 14929 33554432000 4194304 9128323 140734697700896 18446744073709551615 6286153 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 16096 14929 716 1205 0 14887 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64384

[startup+3.10058 s]
/proc/loadavg: 1.93 2.00 1.99 3/576 22321
/proc/meminfo: memFree=23509032/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=64384 CPUtime=3.09 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 16004 0 0 0 305 4 0 0 25 0 1 0 819937571 65929216 14935 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 16096 14935 716 1205 0 14887 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64384

[startup+6.30101 s]
/proc/loadavg: 1.94 2.00 1.99 3/576 22321
/proc/meminfo: memFree=23508300/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=64384 CPUtime=6.29 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 16048 0 0 0 622 7 0 0 25 0 1 0 819937571 65929216 14979 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 16096 14979 716 1205 0 14887 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64384

[startup+12.7008 s]
/proc/loadavg: 1.94 2.00 1.99 3/576 22321
/proc/meminfo: memFree=23506504/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=64384 CPUtime=12.69 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 16257 0 0 0 1257 12 0 0 25 0 1 0 819937571 65929216 15188 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 16096 15188 721 1205 0 14887 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64384

[startup+25.5005 s]
/proc/loadavg: 1.95 2.00 1.99 3/576 22322
/proc/meminfo: memFree=23506616/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=64384 CPUtime=25.49 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 16257 0 0 0 2528 21 0 0 25 0 1 0 819937571 65929216 15188 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 16096 15188 721 1205 0 14887 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64384

[startup+51.1008 s]
/proc/loadavg: 1.97 2.00 1.99 3/576 22322
/proc/meminfo: memFree=23504564/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=64384 CPUtime=51.09 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 17384 0 0 0 5072 37 0 0 25 0 1 0 819937571 65929216 15227 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 16096 15227 723 1205 0 14887 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 64384

[startup+102.322 s]
/proc/loadavg: 2.11 2.03 2.00 3/576 22324
/proc/meminfo: memFree=23503452/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=64384 CPUtime=102.31 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 17384 0 0 0 10159 72 0 0 25 0 1 0 819937571 65929216 15227 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 16096 15227 723 1205 0 14887 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 64384

[startup+162.301 s]
/proc/loadavg: 2.10 2.04 2.00 3/576 22325
/proc/meminfo: memFree=23498468/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=67060 CPUtime=162.29 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 17943 0 0 0 16120 109 0 0 25 0 1 0 819937571 68669440 15786 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 16765 15786 723 1205 0 15556 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 67060

[startup+222.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/576 22327
/proc/meminfo: memFree=23490496/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=74120 CPUtime=222.3 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 19798 0 0 0 22079 151 0 0 25 0 1 0 819937571 75898880 17634 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 18530 17634 723 1205 0 17321 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 74120

[startup+282.301 s]
/proc/loadavg: 2.15 2.07 2.01 3/576 22328
/proc/meminfo: memFree=23484516/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=79476 CPUtime=282.3 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 21172 0 0 0 28036 194 0 0 25 0 1 0 819937571 81383424 19008 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 19869 19008 723 1205 0 18660 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 79476

[startup+342.301 s]
/proc/loadavg: 2.05 2.05 2.00 3/576 22330
/proc/meminfo: memFree=23479360/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=84864 CPUtime=342.3 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 28040 0 0 0 33993 237 0 0 25 0 1 0 819937571 86900736 20272 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 21216 20272 742 1205 0 20007 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 84864

[startup+402.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/576 22440
/proc/meminfo: memFree=23495368/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=91228 CPUtime=402.3 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 33887 0 0 0 39952 278 0 0 25 0 1 0 819937571 93417472 21890 33554432000 4194304 9128323 140734697700896 18446744073709551615 7366200 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 22807 21890 742 1205 0 21598 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 91228

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 22441
/proc/meminfo: memFree=23375680/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=97584 CPUtime=462.3 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 40004 0 0 0 45911 319 0 0 25 0 1 0 819937571 99926016 23443 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 24396 23443 742 1205 0 23187 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 97584

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 22443
/proc/meminfo: memFree=23324096/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=104240 CPUtime=522.3 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 50043 0 0 0 51870 360 0 0 25 0 1 0 819937571 106741760 25113 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 26060 25113 742 1205 0 24851 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 104240

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 22445
/proc/meminfo: memFree=23310868/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=106952 CPUtime=582.31 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 64157 0 0 0 57824 407 0 0 25 0 1 0 819937571 109518848 25820 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 26738 25820 742 1205 0 25529 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 106952

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.13 2.06 2.01 3/576 22451
/proc/meminfo: memFree=23288512/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=128776 CPUtime=822.31 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 78969 0 0 0 81643 588 0 0 25 0 1 0 819937571 131866624 31288 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 32194 31288 742 1205 0 30985 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 128776

[startup+882.301 s]
/proc/loadavg: 2.05 2.05 2.00 3/576 22453
/proc/meminfo: memFree=23283388/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=133440 CPUtime=882.32 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 84706 0 0 0 87603 629 0 0 25 0 1 0 819937571 136642560 32440 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 33360 32440 742 1205 0 32151 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 133440

[startup+942.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/576 22454
/proc/meminfo: memFree=23279116/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=138136 CPUtime=942.31 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 85874 0 0 0 93564 667 0 0 25 0 1 0 819937571 141451264 33599 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 34534 33599 742 1205 0 33325 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 138136

[startup+1002.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 22456
/proc/meminfo: memFree=23277092/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=140416 CPUtime=1002.32 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 86426 0 0 0 99517 715 0 0 25 0 1 0 819937571 143785984 34151 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 35104 34151 742 1205 0 33895 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 140416

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 22457
/proc/meminfo: memFree=23270236/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=146068 CPUtime=1062.32 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 87835 0 0 0 105472 760 0 0 25 0 1 0 819937571 149573632 35560 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 36517 35560 742 1205 0 35308 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 146068

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 22468
/proc/meminfo: memFree=23268496/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=148492 CPUtime=1122.33 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 93011 0 0 0 111428 805 0 0 25 0 1 0 819937571 152055808 36250 33554432000 4194304 9128323 140734697700896 18446744073709551615 7343327 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 37123 36250 742 1205 0 35914 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 148492

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 22469
/proc/meminfo: memFree=23264884/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=152732 CPUtime=1182.33 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 93873 0 0 0 117382 851 0 0 25 0 1 0 819937571 156397568 37112 33554432000 4194304 9128323 140734697700896 18446744073709551615 7342977 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 38183 37112 742 1205 0 36974 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 152732

[startup+1242.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/576 22471
/proc/meminfo: memFree=23262244/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=156596 CPUtime=1242.33 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 94725 0 0 0 123338 895 0 0 25 0 1 0 819937571 160354304 37961 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 39149 37961 742 1205 0 37940 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 156596

[startup+1302.3 s]
/proc/loadavg: 2.15 2.07 2.02 3/576 22476
/proc/meminfo: memFree=23258832/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=157016 CPUtime=1302.34 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 94993 0 0 0 129295 939 0 0 25 0 1 0 819937571 160784384 38229 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 39254 38229 742 1205 0 38045 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 157016

[startup+1362.3 s]
/proc/loadavg: 2.10 2.07 2.02 3/576 22477
/proc/meminfo: memFree=23257504/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=159936 CPUtime=1362.33 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 95660 0 0 0 135250 983 0 0 25 0 1 0 819937571 163774464 38896 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 39984 38896 742 1205 0 38775 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 159936

[startup+1422.32 s]
/proc/loadavg: 2.07 2.06 2.02 3/576 22479
/proc/meminfo: memFree=23254740/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=162860 CPUtime=1422.35 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 96361 0 0 0 141207 1028 0 0 25 0 1 0 819937571 166768640 39597 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 40715 39597 742 1205 0 39506 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 162860

[startup+1482.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/576 22480
/proc/meminfo: memFree=23253104/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=164540 CPUtime=1482.33 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 96773 0 0 0 147162 1071 0 0 25 0 1 0 819937571 168488960 40009 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 41135 40009 742 1205 0 39926 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 164540

[startup+1542.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/576 22482
/proc/meminfo: memFree=23249352/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=168236 CPUtime=1542.34 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 101943 0 0 0 153117 1117 0 0 25 0 1 0 819937571 172273664 40854 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 42059 40854 742 1205 0 40850 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 168236

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 22484
/proc/meminfo: memFree=23249204/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=168580 CPUtime=1602.34 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 102066 0 0 0 159071 1163 0 0 25 0 1 0 819937571 172625920 40977 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 42145 40977 742 1205 0 40936 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 168580

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 22485
/proc/meminfo: memFree=23247308/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=169312 CPUtime=1662.34 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 102214 0 0 0 165029 1205 0 0 25 0 1 0 819937571 173375488 41125 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 42328 41125 742 1205 0 41119 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 169312

[startup+1722.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/576 22487
/proc/meminfo: memFree=23247628/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=170148 CPUtime=1722.35 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 102477 0 0 0 170983 1252 0 0 25 0 1 0 819937571 174231552 41388 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 42537 41388 742 1205 0 41328 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 170148

[startup+1782.3 s]
/proc/loadavg: 2.17 2.07 2.01 3/576 22489
/proc/meminfo: memFree=23244120/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=172284 CPUtime=1782.35 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 103039 0 0 0 176939 1296 0 0 25 0 1 0 819937571 176418816 41950 33554432000 4194304 9128323 140734697700896 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22320/statm: 43071 41950 742 1205 0 41862 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 172284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.12 2.06 2.01 3/576 22489
/proc/meminfo: memFree=23244728/32951124 swapFree=58940260/67111528
[pid=22320] ppid=22318 vsize=172284 CPUtime=1800.06 cores=0,2,4,6
/proc/22320/stat : 22320 (scip-2.0.1.4.li) R 22318 22320 14548 0 -1 4202496 103054 0 0 0 178698 1308 0 0 18 0 1 0 819937571 176418816 41965 33554432000 4194304 9128323 140734697700896 18446744073709551615 4234802 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22320/statm: 43071 41965 744 1205 0 41862 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 172284

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.08
CPU user time (s): 1786.99
CPU system time (s): 13.095
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 172284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.99
system time used= 13.095
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103054
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= 6
involuntary context switches= 2038

runsolver used 10.8873 second user time and 23.5124 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-03 08:43:18
IDJOB=3452672
IDBENCH=2106
IDSOLVER=1949
FILE ID=node139/3452672-1307083398
RUNJOBID= node139-1307083358-22083
PBS_JOBID= 13497847
Free space on /tmp= 73452 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32d2.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452672-1307083398/watcher-3452672-1307083398 -o /tmp/evaluation-result-3452672-1307083398/solver-3452672-1307083398 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452672-1307083398.opb -t 1800 -m 15500

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

MD5SUM BENCH= 05a418d42b6e85967009c0fa73623d83
RANDOM SEED=123801989

node139.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5321.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23569212 kB
Buffers:        228924 kB
Cached:         587308 kB
SwapCached:       3628 kB
Active:        8599680 kB
Inactive:       479328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23569212 kB
SwapTotal:    67111528 kB
SwapFree:     58940260 kB
Dirty:           20712 kB
Writeback:           0 kB
AnonPages:     8260552 kB
Mapped:          36096 kB
Slab:           152280 kB
PageTables:      78912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 170952796 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73440 MiB
End job on node139 at 2011-06-03 09:13:20