Trace number 3737790

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1800.23 1800.57

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_1_15.opb
MD5SUMc7cfddeeb3bb3e7896ee6eefe7e9ac17
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1448.34
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1220
Sum of products size (including duplicates)2440
Number of different products610
Sum of products size1220

Solver Data

0.00/0.00	c SCIP version 1.1.0.7
0.00/0.00	c LP-Solver SoPlex 1.4.1
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c read problem <HOME/instance-3737790-1338751083.opb>
0.00/0.00	c original problem has 710 variables (710 bin, 0 int, 0 impl, 0 cont) and 762 constraints
0.00/0.01	c No objective function, only one solution is needed.
0.00/0.01	c start presolving problem
0.00/0.01	c presolving:
0.02/0.05	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 151 upgd conss, 4980 impls, 100 clqs
0.02/0.06	c presolving (2 rounds):
0.02/0.06	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.06	c  4980 implications, 100 cliques
0.02/0.06	c presolved problem has 710 variables (710 bin, 0 int, 0 impl, 0 cont) and 762 constraints
0.02/0.06	c       1 constraints of type <knapsack>
0.02/0.06	c     100 constraints of type <setppc>
0.02/0.06	c     610 constraints of type <and>
0.02/0.06	c       1 constraints of type <linear>
0.02/0.06	c      50 constraints of type <logicor>
0.02/0.06	c transformed objective value is always integral (scale: 1)
0.02/0.06	c Presolving Time: 0.02
0.02/0.06	c SATUNSAT-NLC
0.02/0.06	c -----------------------------------------------------------------------------------------------
0.02/0.06	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.06	c separating/flowcover/freq = c -1
0.02/0.06	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.06	c separating/cmir/freq = c -1
0.02/0.06	c # additional number of allowed LP iterations
0.02/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06	c heuristics/veclendiving/maxlpiterofs = c 1500
0.02/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.06	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.02/0.06	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06	c heuristics/veclendiving/freq = c -1
0.02/0.06	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.06	c heuristics/simplerounding/freq = c -1
0.02/0.06	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06	c heuristics/shifting/freq = c -1
0.02/0.06	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.06	c heuristics/rounding/freq = c -1
0.02/0.06	c # additional number of allowed LP iterations
0.02/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.02/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.02/0.06	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.02/0.06	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.06	c heuristics/rootsoldiving/freq = c -1
0.02/0.06	c # number of nodes added to the contingent of the total nodes
0.02/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.02/0.06	c heuristics/rens/nodesofs = c 2000
0.02/0.06	c # minimum percentage of integer variables that have to be fixable 
0.02/0.06	c # [type: real, range: [0,1], default: 0.5]
0.02/0.06	c heuristics/rens/minfixingrate = c 0.3
0.02/0.06	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.02/0.06	c heuristics/rens/freq = c -1
0.02/0.06	c # additional number of allowed LP iterations
0.02/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.02/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.06	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.02/0.06	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06	c heuristics/pscostdiving/freq = c -1
0.02/0.06	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.02/0.06	c heuristics/oneopt/freq = c -1
0.02/0.06	c # additional number of allowed LP iterations
0.02/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.02/0.06	c # maximal fraction of diving LP iterations compared to total iteration number
0.02/0.06	c # [type: real, range: [0,1], default: 0.01]
0.02/0.06	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.02/0.06	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.06	c heuristics/objpscostdiving/freq = c -1
0.02/0.06	c # additional number of allowed LP iterations
0.02/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.02/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.06	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.02/0.06	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06	c heuristics/linesearchdiving/freq = c -1
0.02/0.06	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06	c heuristics/intshifting/freq = c -1
0.02/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.06	c heuristics/intdiving/maxlpiterquot = c 0.075
0.02/0.06	c # additional number of allowed LP iterations
0.02/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06	c heuristics/guideddiving/maxlpiterofs = c 1500
0.02/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.06	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.02/0.06	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06	c heuristics/guideddiving/freq = c -1
0.02/0.06	c # additional number of allowed LP iterations
0.02/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06	c heuristics/fracdiving/maxlpiterofs = c 1500
0.02/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.06	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.02/0.06	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06	c heuristics/fracdiving/freq = c -1
0.02/0.06	c # additional number of allowed LP iterations
0.02/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06	c heuristics/feaspump/maxlpiterofs = c 2000
0.02/0.06	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.02/0.06	c heuristics/feaspump/freq = c -1
0.02/0.06	c # minimum percentage of integer variables that have to be fixed 
0.02/0.06	c # [type: real, range: [0,1], default: 0.666]
0.02/0.06	c heuristics/crossover/minfixingrate = c 0.5
0.02/0.06	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.02/0.06	c # [type: real, range: [0,1], default: 0.1]
0.02/0.06	c heuristics/crossover/nodesquot = c 0.15
0.02/0.06	c # number of nodes without incumbent change that heuristic should wait
0.02/0.06	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.02/0.06	c heuristics/crossover/nwaitingnodes = c 100
0.02/0.06	c # number of nodes added to the contingent of the total nodes
0.02/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.02/0.06	c heuristics/crossover/nodesofs = c 750
0.02/0.06	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 30]
0.02/0.06	c heuristics/crossover/freq = c -1
0.02/0.06	c # additional number of allowed LP iterations
0.02/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.02/0.06	c heuristics/coefdiving/maxlpiterofs = c 1500
0.02/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.02/0.06	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.02/0.06	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.02/0.06	c heuristics/coefdiving/freq = c -1
0.02/0.06	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.06	c presolving/probing/maxrounds = c 0
0.02/0.06	c # should presolving try to simplify knapsacks
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/knapsack/simplifyinequalities = c TRUE
0.02/0.06	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.02/0.06	c constraints/knapsack/disaggregation = c FALSE
0.02/0.06	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.06	c constraints/knapsack/maxnumcardlift = c 0
0.02/0.06	c # should presolving try to simplify inequalities
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/linear/simplifyinequalities = c TRUE
0.02/0.06	c # maximal number of separation rounds in the root node (-1: unlimited)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.06	c separating/maxroundsroot = c 5
0.02/0.06	c # maximal number of separation rounds per node (-1: unlimited)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 5]
0.02/0.06	c separating/maxrounds = c 1
0.02/0.06	c # solving stops, if the given number of solutions were found (-1: no limit)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.06	c limits/solutions = c 1
0.02/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06	c limits/memory = c 13950
0.02/0.06	c # maximal time in seconds to run
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06	c limits/time = c 1791
0.02/0.06	c # frequency for displaying node information lines
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.06	c display/freq = c 10000
0.02/0.06	c -----------------------------------------------------------------------------------------------
0.02/0.06	c start solving problem
0.02/0.06	c 
0.02/0.07	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.02/0.07	c   0.0s|     1 |     0 |   114 |3225k|   0 |  61 | 710 | 762 | 762 | 710 |1372 |   0 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   129 |3250k|   0 |  61 | 710 | 762 | 762 | 710 |1373 |   1 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
0.09/0.18	c   0.1s|     1 |     0 |   151 |3285k|   0 |  62 | 710 | 762 | 762 | 710 |1375 |   3 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
0.18/0.26	c   0.2s|     1 |     0 |   169 |3317k|   0 |  63 | 710 | 762 | 762 | 710 |1376 |   4 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |   206 |3363k|   0 |  62 | 710 | 762 | 762 | 710 |1377 |   5 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |   260 |3383k|   0 |  63 | 710 | 762 | 762 | 710 |1378 |   6 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
1.19/1.27	c   1.2s|     1 |     2 |   260 |3384k|   0 |  63 | 710 | 762 | 762 | 710 |1378 |   6 |   0 |  33 | 3.000000e+01 |      --      |    Inf 
55.08/55.16	c  54.2s| 10000 |  1314 |540245 |  12M|  43 |   - | 710 |3287 | 306 | 710 | 383 | 143k|8788 |5289 | 3.000000e+01 |      --      |    Inf 
97.16/97.26	c  95.5s| 20000 |  2508 |  1064k|  21M|  49 |  68 | 710 |3887 | 585 | 710 | 381 | 276k|  17k|6598 | 3.000000e+01 |      --      |    Inf 
140.75/140.87	c   138s| 30000 |  3664 |  1605k|  30M|  49 | 106 | 710 |4087 | 385 | 710 | 386 | 422k|  27k|8127 | 3.000000e+01 |      --      |    Inf 
184.84/184.91	c   181s| 40000 |  4688 |  2158k|  37M|  63 |   - | 710 |5055 | 397 | 710 | 443 | 566k|  36k|9351 | 3.000000e+01 |      --      |    Inf 
231.03/231.18	c   227s| 50000 |  5582 |  2738k|  44M|  63 | 129 | 710 |8183 | 550 | 710 | 446 | 705k|  44k|  10k| 3.000000e+01 |      --      |    Inf 
279.62/279.73	c   274s| 60000 |  6284 |  3338k|  48M|  85 |  51 | 710 |6590 | 462 | 710 | 370 | 849k|  53k|  11k| 3.000000e+01 |      --      |    Inf 
324.01/324.11	c   318s| 70000 |  6916 |  3907k|  52M|  85 |   - | 710 |6409 | 389 | 710 | 404 | 989k|  62k|  12k| 3.000000e+01 |      --      |    Inf 
369.89/370.09	c   363s| 80000 |  7226 |  4485k|  55M|  85 |  77 | 710 |4949 | 656 | 710 | 397 |1100k|  73k|  13k| 3.058140e+01 |      --      |    Inf 
414.50/414.67	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
414.50/414.67	c   407s| 90000 |  7582 |  5052k|  58M|  85 |   - | 710 |4604 | 350 | 710 | 430 |1205k|  83k|  13k| 3.077778e+01 |      --      |    Inf 
458.98/459.18	c   451s|100000 |  7922 |  5615k|  61M|  85 |   - | 710 |4166 | 725 | 710 | 370 |1308k|  93k|  14k| 3.094444e+01 |      --      |    Inf 
502.68/502.86	c   493s|110000 |  8306 |  6173k|  64M|  85 |  80 | 710 |3423 | 446 | 710 | 391 |1412k| 103k|  14k| 3.100000e+01 |      --      |    Inf 
546.26/546.45	c   536s|120000 |  8708 |  6737k|  68M|  85 | 135 | 710 |3387 | 416 | 710 | 426 |1521k| 113k|  15k| 3.100000e+01 |      --      |    Inf 
589.36/589.52	c   578s|130000 |  9086 |  7290k|  71M|  85 | 107 | 710 |3696 | 410 | 710 | 415 |1626k| 124k|  16k| 3.106061e+01 |      --      |    Inf 
632.65/632.85	c   621s|140000 |  9532 |  7848k|  75M|  85 |  62 | 710 |3589 | 978 | 710 | 367 |1732k| 134k|  16k| 3.125000e+01 |      --      |    Inf 
675.74/675.93	c   663s|150000 | 10004 |  8405k|  79M|  85 |   - | 710 |3467 | 419 | 710 | 410 |1840k| 144k|  17k| 3.139130e+01 |      --      |    Inf 
718.33/718.57	c   705s|160000 | 10464 |  8955k|  82M|  85 |   - | 710 |3847 | 334 | 710 | 419 |1939k| 155k|  17k| 3.150000e+01 |      --      |    Inf 
762.32/762.58	c   748s|170000 | 10914 |  9517k|  86M|  85 |   - | 710 |3497 | 293 | 710 | 403 |2041k| 165k|  18k| 3.152174e+01 |      --      |    Inf 
805.42/805.60	c   790s|180000 | 11314 | 10076k|  89M|  85 |   - | 710 |3865 | 358 | 710 | 384 |2143k| 175k|  18k| 3.156000e+01 |      --      |    Inf 
849.02/849.29	c   833s|190000 | 11738 | 10641k|  92M|  85 |  98 | 710 |3923 | 353 | 710 | 412 |2248k| 186k|  19k| 3.167857e+01 |      --      |    Inf 
893.01/893.22	c   876s|200000 | 12072 | 11203k|  95M|  85 |   - | 710 |4003 | 463 | 710 | 402 |2350k| 196k|  19k| 3.180645e+01 |      --      |    Inf 
937.09/937.30	c   919s|210000 | 12358 | 11767k|  98M|  85 |  70 | 710 |3627 | 775 | 710 | 382 |2450k| 207k|  20k| 3.186207e+01 |      --      |    Inf 
980.69/980.97	c   962s|220000 | 12662 | 12326k| 100M|  85 |  76 | 710 |3954 |1135 | 710 | 392 |2546k| 217k|  20k| 3.193750e+01 |      --      |    Inf 
1023.88/1024.13	c  1004s|230000 | 12994 | 12883k| 103M|  85 |  63 | 710 |3873 | 903 | 710 | 363 |2644k| 228k|  21k| 3.200000e+01 |      --      |    Inf 
1067.17/1067.41	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1067.17/1067.41	c  1047s|240000 | 13306 | 13440k| 106M|  85 | 114 | 710 |4261 | 642 | 710 | 428 |2741k| 238k|  21k| 3.204000e+01 |      --      |    Inf 
1110.26/1110.51	c  1089s|250000 | 13654 | 13994k| 108M|  85 |   - | 710 |4234 | 555 | 710 | 401 |2838k| 249k|  22k| 3.208696e+01 |      --      |    Inf 
1152.56/1152.87	c  1131s|260000 | 14080 | 14539k| 111M|  85 |  68 | 710 |4443 | 487 | 710 | 397 |2934k| 260k|  22k| 3.216216e+01 |      --      |    Inf 
1194.85/1195.14	c  1172s|270000 | 14524 | 15082k| 114M|  85 |  94 | 710 |4288 | 531 | 710 | 405 |3028k| 271k|  22k| 3.227273e+01 |      --      |    Inf 
1237.44/1237.78	c  1214s|280000 | 14899 | 15632k| 117M|  85 |   - | 710 |4209 | 541 | 710 | 404 |3125k| 281k|  23k| 3.231818e+01 |      --      |    Inf 
1281.14/1281.47	c  1257s|290000 | 15273 | 16189k| 119M|  85 |   - | 710 |4377 | 507 | 710 | 411 |3221k| 292k|  23k| 3.244444e+01 |      --      |    Inf 
1324.14/1324.46	c  1299s|300000 | 15689 | 16741k| 122M|  85 |   - | 710 |4615 | 556 | 710 | 414 |3315k| 303k|  24k| 3.250000e+01 |      --      |    Inf 
1366.93/1367.23	c  1341s|310000 | 16133 | 17291k| 125M|  85 |   - | 710 |4565 | 599 | 710 | 410 |3411k| 313k|  24k| 3.256522e+01 |      --      |    Inf 
1409.92/1410.25	c  1383s|320000 | 16579 | 17844k| 127M|  85 |  80 | 710 |4529 | 912 | 710 | 397 |3505k| 324k|  24k| 3.257143e+01 |      --      |    Inf 
1452.81/1453.14	c  1425s|330000 | 16974 | 18395k| 130M|  85 |  99 | 710 |4577 | 448 | 710 | 428 |3596k| 335k|  25k| 3.267857e+01 |      --      |    Inf 
1496.50/1496.80	c  1468s|340000 | 17418 | 18951k| 132M|  85 |   - | 710 |4571 | 478 | 710 | 394 |3690k| 345k|  25k| 3.272727e+01 |      --      |    Inf 
1539.19/1539.51	c  1510s|350000 | 17844 | 19497k| 134M|  85 |  94 | 710 |4253 | 567 | 710 | 413 |3783k| 356k|  26k| 3.285714e+01 |      --      |    Inf 
1582.68/1583.06	c  1552s|360000 | 18289 | 20055k| 137M|  85 |   - | 710 |4631 | 449 | 710 | 387 |3875k| 367k|  26k| 3.300000e+01 |      --      |    Inf 
1624.67/1625.06	c  1594s|370000 | 18697 | 20597k| 139M|  85 |  74 | 710 |4583 | 611 | 710 | 370 |3964k| 378k|  26k| 3.300000e+01 |      --      |    Inf 
1667.57/1667.99	c  1636s|380000 | 19148 | 21150k| 141M|  85 |   - | 710 |4380 | 447 | 710 | 443 |4054k| 388k|  27k| 3.304000e+01 |      --      |    Inf 
1711.36/1711.78	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1711.36/1711.78	c  1679s|390000 | 19528 | 21709k| 144M|  85 |   - | 710 |4582 | 513 | 710 | 381 |4146k| 399k|  27k| 3.311111e+01 |      --      |    Inf 
1755.55/1755.92	c  1722s|400000 | 19942 | 22270k| 146M|  85 |   - | 710 |4617 | 696 | 710 | 411 |4237k| 410k|  28k| 3.321053e+01 |      --      |    Inf 
1798.05/1798.48	c  1764s|410000 | 20348 | 22816k| 148M|  85 |   - | 710 |4552 | 413 | 710 | 412 |4324k| 421k|  28k| 3.330769e+01 |      --      |    Inf 
1800.05/1800.41	c 
1800.05/1800.41	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.41	c Solving Time (sec) : 1765.54
1800.05/1800.41	c Solving Nodes      : 410437
1800.05/1800.41	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.41	c Dual Bound         : +3.33157894736842e+01
1800.05/1800.41	c Gap                : infinite
1800.05/1800.41	c NODE         410437
1800.05/1800.41	c DUAL BOUND   33.3158
1800.05/1800.41	c PRIMAL BOUND 1e+20
1800.05/1800.41	c GAP          1e+20
1800.05/1800.41	s UNKNOWN
1800.05/1800.41	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.41	c Solving Time       :    1765.54
1800.05/1800.41	c Original Problem   :
1800.05/1800.41	c   Problem name     : HOME/instance-3737790-1338751083.opb
1800.05/1800.41	c   Variables        : 710 (710 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.41	c   Constraints      : 762 initial, 762 maximal
1800.05/1800.41	c Presolved Problem  :
1800.05/1800.41	c   Problem name     : t_HOME/instance-3737790-1338751083.opb
1800.05/1800.41	c   Variables        : 710 (710 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.41	c   Constraints      : 762 initial, 8455 maximal
1800.05/1800.41	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.41	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.41	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.41	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.41	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.41	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.41	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.41	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.41	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.41	c   and              :       0.02          0          0          0          0          0          0          0          0
1800.05/1800.41	c   linear           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.41	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.41	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.41	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.41	c   integral         :          0          0          0     218474          0        491       3620          0          0     430810
1800.05/1800.41	c   knapsack         :          1          5    1736648        573          0        109       3860          0          0          0
1800.05/1800.41	c   setppc           :        100          5    1736874        573          0        242    2186965          0          0          0
1800.05/1800.41	c   and              :        610     256334    1736632        573          0       1713   17757411    4328533          0          0
1800.05/1800.41	c   linear           :          1          5    1734917          0          0        100        219          0          0          0
1800.05/1800.41	c   logicor          :         50+         5     681982          0          0         69     941105          0          0          0
1800.05/1800.41	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.41	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.41	c   integral         :      86.96       0.00       0.00      86.96       0.00
1800.05/1800.41	c   knapsack         :       0.28       0.00       0.28       0.00       0.00
1800.05/1800.41	c   setppc           :       3.63       0.00       3.63       0.00       0.00
1800.05/1800.41	c   and              :      29.23       9.15      20.05       0.03       0.00
1800.05/1800.41	c   linear           :       4.36       0.00       4.36       0.00       0.00
1800.05/1800.41	c   logicor          :      18.08       0.00      18.08       0.00       0.00
1800.05/1800.41	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.41	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.41	c   rootredcost      :       0.24          0          0          0
1800.05/1800.41	c   pseudoobj        :      19.21    1737374          0          0
1800.05/1800.41	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.41	c   propagation      :       0.06       2233       2224       4930       21.2         50       27.1          -
1800.05/1800.41	c   infeasible LP    :      17.80     163907     158375    1055043       32.0        213        2.8          0
1800.05/1800.41	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.41	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.41	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.41	c   applied globally :          -          -          -     421950       35.3          -          -          -
1800.05/1800.41	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.41	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.41	c   cut pool         :       0.00          4          -          -         22          -    (maximal pool size: 34)
1800.05/1800.41	c   redcost          :       4.70     256334          0          5          0          0
1800.05/1800.41	c   impliedbounds    :       0.00          5          0          0          0          0
1800.05/1800.41	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.41	c   gomory           :       0.20          5          0          0       1000          0
1800.05/1800.41	c   strongcg         :       0.14          5          0          0       2408          0
1800.05/1800.41	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.41	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.41	c   clique           :       0.00          5          0          0          0          0
1800.05/1800.41	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.41	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.41	c Pricers            :       Time      Calls       Vars
1800.05/1800.41	c   problem variables:       0.00          0          0
1800.05/1800.41	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.41	c   relpscost        :      86.84     217901        491       3620          0          0     430810
1800.05/1800.41	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.41	c   inference        :       0.00          0          0          0          0          0          0
1800.05/1800.41	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.41	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.41	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.41	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.41	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.41	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.41	c   LP solutions     :       0.00          -          0
1800.05/1800.41	c   pseudo solutions :       0.00          -          0
1800.05/1800.41	c   simplerounding   :       0.00          0          0
1800.05/1800.41	c   rounding         :       0.00          0          0
1800.05/1800.41	c   shifting         :       0.00          0          0
1800.05/1800.41	c   intshifting      :       0.00          0          0
1800.05/1800.41	c   oneopt           :       0.00          0          0
1800.05/1800.41	c   fixandinfer      :       0.00          0          0
1800.05/1800.41	c   feaspump         :       0.00          0          0
1800.05/1800.41	c   coefdiving       :       0.00          0          0
1800.05/1800.41	c   pscostdiving     :       0.00          0          0
1800.05/1800.41	c   fracdiving       :       0.00          0          0
1800.05/1800.41	c   veclendiving     :       0.00          0          0
1800.05/1800.41	c   intdiving        :       0.00          0          0
1800.05/1800.41	c   actconsdiving    :       0.00          0          0
1800.05/1800.41	c   objpscostdiving  :       0.00          0          0
1800.05/1800.41	c   rootsoldiving    :       0.00          0          0
1800.05/1800.41	c   linesearchdiving :       0.00          0          0
1800.05/1800.41	c   guideddiving     :       0.00          0          0
1800.05/1800.41	c   octane           :       0.00          0          0
1800.05/1800.41	c   rens             :       0.00          0          0
1800.05/1800.41	c   rins             :       0.00          0          0
1800.05/1800.41	c   localbranching   :       0.00          0          0
1800.05/1800.41	c   mutation         :       0.00          0          0
1800.05/1800.41	c   crossover        :       0.00          0          0
1800.05/1800.41	c   dins             :       0.00          0          0
1800.05/1800.41	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.41	c   primal LP        :      42.67          0          0       0.00       0.00
1800.05/1800.41	c   dual LP          :    1425.43     655269   22840923      34.86   16023.88
1800.05/1800.41	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.41	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.41	c   strong branching :      81.60      28316    1193387      42.15   14624.84
1800.05/1800.41	c     (at root node) :          -         33       5631     170.64          -
1800.05/1800.41	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.41	c B&B Tree           :
1800.05/1800.41	c   number of runs   :          1
1800.05/1800.41	c   nodes            :     410437
1800.05/1800.41	c   nodes (total)    :     410437
1800.05/1800.41	c   nodes left       :      20369
1800.05/1800.41	c   max depth        :         85
1800.05/1800.41	c   max depth (total):         85
1800.05/1800.41	c   backtracks       :      33522 (8.2%)
1800.05/1800.41	c   delayed cutoffs  :          5
1800.05/1800.41	c   repropagations   :     550923 (342754 domain reductions, 2 cutoffs)
1800.05/1800.41	c   avg switch length:       6.38
1800.05/1800.41	c   switching time   :      83.00
1800.05/1800.41	c Solution           :
1800.05/1800.41	c   Solutions found  :          0 (0 improvements)
1800.05/1800.41	c   Primal Bound     :          -
1800.05/1800.41	c   Dual Bound       : +3.33157894736842e+01
1800.05/1800.41	c   Gap              :   infinite
1800.05/1800.41	c   Root Dual Bound  : +3.00000000000000e+01
1800.15/1800.57	c Time complete: 1800.23.

Verifier Data

ERROR: no interpretation found !

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-3737790-1338751083/watcher-3737790-1338751083 -o /tmp/evaluation-result-3737790-1338751083/solver-3737790-1338751083 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737790-1338751083.opb 

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: 2.05 2.02 2.00 3/178 21849
/proc/meminfo: memFree=28551808/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=9108 CPUtime=0 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 1614 0 0 0 0 0 0 0 20 0 1 0 341233102 9326592 1567 33554432000 4194304 7823515 140734321059936 140734061139000 6883856 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 2277 1567 351 887 0 1387 0

[startup+0.0376219 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 21849
/proc/meminfo: memFree=28551808/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=14016 CPUtime=0.02 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 2916 0 0 0 1 1 0 0 20 0 1 0 341233102 14352384 2515 33554432000 4194304 7823515 140734321059936 140734061139000 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 3504 2515 404 887 0 2614 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14016

[startup+0.100269 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 21849
/proc/meminfo: memFree=28551808/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=19616 CPUtime=0.09 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 4565 0 0 0 6 3 0 0 20 0 1 0 341233102 20086784 4124 33554432000 4194304 7823515 140734321059936 140734061139000 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 4904 4124 539 887 0 4014 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19616

[startup+0.300244 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 21849
/proc/meminfo: memFree=28551808/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=23952 CPUtime=0.29 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 5668 0 0 0 25 4 0 0 20 0 1 0 341233102 24526848 5225 33554432000 4194304 7823515 140734321059936 140734061139000 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 5988 5225 552 887 0 5098 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23952

[startup+0.700217 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 21849
/proc/meminfo: memFree=28551808/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=25480 CPUtime=0.68 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 6064 0 0 0 64 4 0 0 20 0 1 0 341233102 26091520 5621 33554432000 4194304 7823515 140734321059936 140734321055096 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 6370 5621 555 887 0 5480 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 25480

[startup+1.50022 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 21850
/proc/meminfo: memFree=28531332/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=25480 CPUtime=1.49 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 6108 0 0 0 144 5 0 0 20 0 1 0 341233102 26091520 5650 33554432000 4194304 7823515 140734321059936 140734321055096 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 6370 5650 559 887 0 5480 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25480

[startup+3.10021 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 21850
/proc/meminfo: memFree=28530820/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=25480 CPUtime=3.08 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 6114 0 0 0 300 8 0 0 20 0 1 0 341233102 26091520 5656 33554432000 4194304 7823515 140734321059936 140734321055096 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 6370 5656 565 887 0 5480 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 25480

[startup+6.30022 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 21850
/proc/meminfo: memFree=28529628/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=25480 CPUtime=6.28 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 6114 0 0 0 614 14 0 0 20 0 1 0 341233102 26091520 5656 33554432000 4194304 7823515 140734321059936 140734321055096 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 6370 5656 565 887 0 5480 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25480

[startup+12.7002 s]
/proc/loadavg: 2.19 2.06 2.01 3/179 21850
/proc/meminfo: memFree=28528016/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=26524 CPUtime=12.68 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 6374 0 0 0 1244 24 0 0 20 0 1 0 341233102 27160576 5916 33554432000 4194304 7823515 140734321059936 140734321055272 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 6631 5916 565 887 0 5741 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26524

[startup+25.5002 s]
/proc/loadavg: 2.16 2.05 2.01 3/179 21850
/proc/meminfo: memFree=28523180/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=31380 CPUtime=25.49 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 7598 0 0 0 2504 45 0 0 20 0 1 0 341233102 32133120 7136 33554432000 4194304 7823515 140734321059936 140734321056344 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 7845 7136 565 887 0 6955 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31380

[startup+51.1002 s]
/proc/loadavg: 2.10 2.05 2.01 3/179 21850
/proc/meminfo: memFree=28508456/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=38204 CPUtime=51.08 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 9283 0 0 0 5018 90 0 0 20 0 1 0 341233102 39120896 8820 33554432000 4194304 7823515 140734321059936 140734321055096 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 9551 8820 565 887 0 8661 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 38204

[startup+102.306 s]
/proc/loadavg: 2.08 2.05 2.01 3/179 21850
/proc/meminfo: memFree=28476428/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=52732 CPUtime=102.27 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 12903 0 0 0 10040 187 0 0 20 0 1 0 341233102 53997568 12666 33554432000 4194304 7823515 140734321059936 140734321055272 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 13183 12666 565 887 0 12293 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 52732

[startup+162.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/180 21854
/proc/meminfo: memFree=28443964/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=67176 CPUtime=162.25 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 16293 0 0 0 15924 301 0 0 20 0 1 0 341233102 68788224 16048 33554432000 4194304 7823515 140734321059936 140734321055272 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 16794 16048 565 887 0 15904 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 67176

[startup+222.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 21854
/proc/meminfo: memFree=28412076/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=81280 CPUtime=222.23 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 19730 0 0 0 21815 408 0 0 20 0 1 0 341233102 83230720 19784 33554432000 4194304 7823515 140734321059936 140734321055272 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 20320 19784 565 887 0 19430 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 81280

[startup+282.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 21854
/proc/meminfo: memFree=28392208/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=86496 CPUtime=282.22 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 20993 0 0 0 27700 522 0 0 20 0 1 0 341233102 88571904 21047 33554432000 4194304 7823515 140734321059936 140734321055272 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 21624 21047 565 887 0 20734 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 86496

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 21854
/proc/meminfo: memFree=28368952/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=94032 CPUtime=342.21 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 22843 0 0 0 33595 626 0 0 20 0 1 0 341233102 96288768 22895 33554432000 4194304 7823515 140734321059936 140734321056424 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 23508 22895 565 887 0 22618 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 94032

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 21854
/proc/meminfo: memFree=28346240/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=100068 CPUtime=402.19 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 24251 0 0 0 39481 738 0 0 20 0 1 0 341233102 102469632 24445 33554432000 4194304 7823515 140734321059936 140734321055272 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 25017 24445 565 887 0 24127 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 100068

[startup+462.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 21855
/proc/meminfo: memFree=28328224/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=105112 CPUtime=462.18 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 25465 0 0 0 45364 854 0 0 20 0 1 0 341233102 107634688 25653 33554432000 4194304 7823515 140734321059936 140734321055272 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 26278 25653 565 887 0 25388 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 105112

[startup+522.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/179 21855
/proc/meminfo: memFree=28306328/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=111832 CPUtime=522.17 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 27019 0 0 0 51245 972 0 0 20 0 1 0 341233102 114515968 27206 33554432000 4194304 7823515 140734321059936 140734321055624 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 27958 27206 565 887 0 27068 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 111832

[startup+582.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/179 21855
/proc/meminfo: memFree=28285104/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=119116 CPUtime=582.16 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 28701 0 0 0 57131 1085 0 0 20 0 1 0 341233102 121974784 29219 33554432000 4194304 7823515 140734321059936 140734321055272 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 29779 29219 565 887 0 28889 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 119116

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 21859
/proc/meminfo: memFree=28191156/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=147232 CPUtime=882.1 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 35327 0 0 0 86533 1677 0 0 20 0 1 0 341233102 150765568 36170 33554432000 4194304 7823515 140734321059936 140734321054312 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 36808 36170 565 887 0 35918 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 147232

[startup+942.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 21859
/proc/meminfo: memFree=28168896/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=154012 CPUtime=942.1 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 37006 0 0 0 92419 1791 0 0 20 0 1 0 341233102 157708288 37849 33554432000 4194304 7823515 140734321059936 140734321056424 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 38503 37849 565 887 0 37613 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 154012

[startup+1002.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/179 21859
/proc/meminfo: memFree=28147884/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=157624 CPUtime=1002.08 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 37876 0 0 0 98298 1910 0 0 20 0 1 0 341233102 161406976 38716 33554432000 4194304 7823515 140734321059936 140734321055688 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 39406 38716 565 887 0 38516 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 157624

[startup+1062.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/180 21861
/proc/meminfo: memFree=28129896/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=161676 CPUtime=1062.07 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 38886 0 0 0 104180 2027 0 0 20 0 1 0 341233102 165556224 39726 33554432000 4194304 7823515 140734321059936 140734321055272 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 40419 39726 565 887 0 39529 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 161676

[startup+1122.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/179 21861
/proc/meminfo: memFree=28113452/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=165580 CPUtime=1122.06 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 39850 0 0 0 110059 2147 0 0 20 0 1 0 341233102 169553920 40860 33554432000 4194304 7823515 140734321059936 140734321055688 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 41395 40860 565 887 0 40505 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 165580

[startup+1182.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/179 21861
/proc/meminfo: memFree=28095348/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=172128 CPUtime=1182.05 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 41396 0 0 0 115943 2262 0 0 20 0 1 0 341233102 176259072 42400 33554432000 4194304 7823515 140734321059936 140734321055688 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 43032 42400 565 887 0 42142 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 172128

[startup+1242.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/179 21861
/proc/meminfo: memFree=28078608/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=174728 CPUtime=1242.04 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 42061 0 0 0 121827 2377 0 0 20 0 1 0 341233102 178921472 43060 33554432000 4194304 7823515 140734321059936 140734321055624 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 43682 43060 565 887 0 42792 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 174728

[startup+1302.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 21861
/proc/meminfo: memFree=28055932/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=181412 CPUtime=1302.03 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 43686 0 0 0 127718 2485 0 0 20 0 1 0 341233102 185765888 44685 33554432000 4194304 7823515 140734321059936 140734321055688 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 45353 44685 565 887 0 44463 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 181412

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/180 21865
/proc/meminfo: memFree=28036480/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=184828 CPUtime=1362.02 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 44461 0 0 0 133600 2602 0 0 20 0 1 0 341233102 189263872 45454 33554432000 4194304 7823515 140734321059936 140734321055096 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 46207 45454 565 887 0 45317 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 184828

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 21865
/proc/meminfo: memFree=28021732/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=188064 CPUtime=1422.02 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 45265 0 0 0 139484 2718 0 0 20 0 1 0 341233102 192577536 46258 33554432000 4194304 7823515 140734321059936 140734321056424 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 47016 46258 565 887 0 46126 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 188064

[startup+1482.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 21865
/proc/meminfo: memFree=28004156/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=194252 CPUtime=1481.99 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 46716 0 0 0 145364 2835 0 0 20 0 1 0 341233102 198914048 47981 33554432000 4194304 7823515 140734321059936 140734321056424 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 48563 47981 565 887 0 47673 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 194252

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 21865
/proc/meminfo: memFree=27991012/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=197936 CPUtime=1541.99 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 47569 0 0 0 151248 2951 0 0 20 0 1 0 341233102 202686464 48834 33554432000 4194304 7823515 140734321059936 140734321054952 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 49484 48834 565 887 0 48594 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 197936

[startup+1602.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/179 21865
/proc/meminfo: memFree=27973528/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=203420 CPUtime=1601.98 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 48861 0 0 0 157130 3068 0 0 20 0 1 0 341233102 208302080 50126 33554432000 4194304 7823515 140734321059936 140734321055688 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 50855 50126 565 887 0 49965 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 203420

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 21866
/proc/meminfo: memFree=27954680/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=210980 CPUtime=1661.97 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 50712 0 0 0 163012 3185 0 0 20 0 1 0 341233102 216043520 51977 33554432000 4194304 7823515 140734321059936 140734321055272 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 52745 51977 565 887 0 51855 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 210980

[startup+1722.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 21866
/proc/meminfo: memFree=27939132/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=215032 CPUtime=1721.96 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 51646 0 0 0 168894 3302 0 0 20 0 1 0 341233102 220192768 52911 33554432000 4194304 7823515 140734321059936 140734321055736 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 53758 52911 565 887 0 52868 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 215032

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 21905
/proc/meminfo: memFree=28314460/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=219396 CPUtime=1781.95 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 52659 0 0 0 174779 3416 0 0 20 0 1 0 341233102 224661504 53924 33554432000 4194304 7823515 140734321059936 140734321055272 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 54849 53924 565 887 0 53959 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 219396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 21905
/proc/meminfo: memFree=28312848/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=221352 CPUtime=1800.05 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 53110 0 0 0 176553 3452 0 0 20 0 1 0 341233102 226664448 54375 33554432000 4194304 7823515 140734321059936 140734321055688 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 55338 54375 565 887 0 54448 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 221352

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

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

[startup+1800.51 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 21905
/proc/meminfo: memFree=28312848/32873844 swapFree=7380/7380
[pid=21849] ppid=21847 vsize=221352 CPUtime=1800.15 cores=0,2,4,6
/proc/21849/stat : 21849 (pbscip.linux.x8) R 21847 21849 21332 0 -1 4202496 53114 0 0 0 176563 3452 0 0 20 0 1 0 341233102 226664448 54379 33554432000 4194304 7823515 140734321059936 140734321055688 4805796 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21849/statm: 55338 54379 569 887 0 54448 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 221352

Child status: 0
Real time (s): 1800.57
CPU time (s): 1800.23
CPU user time (s): 1765.7
CPU system time (s): 34.5318
CPU usage (%): 99.981
Max. virtual memory (cumulated for all children) (KiB): 221352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1765.7
system time used= 34.5318
maximum resident set size= 217520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53119
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= 73
involuntary context switches= 1848

runsolver used 3.3045 second user time and 8.45172 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-03 21:18:03
IDJOB=3737790
IDBENCH=48318
IDSOLVER=2321
FILE ID=node133/3737790-1338751083
RUNJOBID= node133-1338747083-21348
PBS_JOBID= 14636776
Free space on /tmp= 70476 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_10_1_15.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737790-1338751083/watcher-3737790-1338751083 -o /tmp/evaluation-result-3737790-1338751083/solver-3737790-1338751083 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737790-1338751083.opb

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

MD5SUM BENCH= c7cfddeeb3bb3e7896ee6eefe7e9ac17
RANDOM SEED=1652602589

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28551816 kB
Buffers:          489352 kB
Cached:          2845428 kB
SwapCached:          676 kB
Active:          1603436 kB
Inactive:        1817656 kB
Active(anon):      77448 kB
Inactive(anon):    10220 kB
Active(file):    1525988 kB
Inactive(file):  1807436 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:              9712 kB
Writeback:             0 kB
AnonPages:         91944 kB
Mapped:            12652 kB
Shmem:                 0 kB
Slab:             759912 kB
SReclaimable:     201636 kB
SUnreclaim:       558276 kB
KernelStack:        1480 kB
PageTables:         3756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     203756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70464 MiB
End job on node133 at 2012-06-03 21:48:06