Trace number 3737894

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.33 1800.65

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_5_15.opb
MD5SUM278bedcb160fff5308a678f3e1e7c2f9
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 benchmark1561.61
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)1212
Sum of products size (including duplicates)2424
Number of different products606
Sum of products size1212

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-3737894-1338751216.opb>
0.00/0.00	c original problem has 706 variables (706 bin, 0 int, 0 impl, 0 cont) and 758 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.03/0.05	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 151 upgd conss, 4948 impls, 100 clqs
0.03/0.06	c presolving (2 rounds):
0.03/0.06	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.03/0.06	c  4948 implications, 100 cliques
0.03/0.06	c presolved problem has 706 variables (706 bin, 0 int, 0 impl, 0 cont) and 758 constraints
0.03/0.06	c       1 constraints of type <knapsack>
0.03/0.06	c     100 constraints of type <setppc>
0.03/0.06	c     606 constraints of type <and>
0.03/0.06	c       1 constraints of type <linear>
0.03/0.06	c      50 constraints of type <logicor>
0.03/0.06	c transformed objective value is always integral (scale: 1)
0.03/0.06	c Presolving Time: 0.02
0.03/0.06	c SATUNSAT-NLC
0.03/0.06	c -----------------------------------------------------------------------------------------------
0.03/0.06	c # frequency for calling separator <flowcover> (-1: never, 0: only in root node)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.06	c separating/flowcover/freq = c -1
0.03/0.06	c # frequency for calling separator <cmir> (-1: never, 0: only in root node)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.06	c separating/cmir/freq = c -1
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/veclendiving/maxlpiterofs = c 1500
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/veclendiving/maxlpiterquot = c 0.075
0.03/0.06	c # frequency for calling primal heuristic <veclendiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/veclendiving/freq = c -1
0.03/0.06	c # frequency for calling primal heuristic <simplerounding> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c heuristics/simplerounding/freq = c -1
0.03/0.06	c # frequency for calling primal heuristic <shifting> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/shifting/freq = c -1
0.03/0.06	c # frequency for calling primal heuristic <rounding> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c heuristics/rounding/freq = c -1
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/rootsoldiving/maxlpiterofs = c 1500
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.01]
0.03/0.06	c heuristics/rootsoldiving/maxlpiterquot = c 0.015
0.03/0.06	c # frequency for calling primal heuristic <rootsoldiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.06	c heuristics/rootsoldiving/freq = c -1
0.03/0.06	c # number of nodes added to the contingent of the total nodes
0.03/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.03/0.06	c heuristics/rens/nodesofs = c 2000
0.03/0.06	c # minimum percentage of integer variables that have to be fixable 
0.03/0.06	c # [type: real, range: [0,1], default: 0.5]
0.03/0.06	c heuristics/rens/minfixingrate = c 0.3
0.03/0.06	c # frequency for calling primal heuristic <rens> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 0]
0.03/0.06	c heuristics/rens/freq = c -1
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/pscostdiving/maxlpiterofs = c 1500
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/pscostdiving/maxlpiterquot = c 0.075
0.03/0.06	c # frequency for calling primal heuristic <pscostdiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/pscostdiving/freq = c -1
0.03/0.06	c # frequency for calling primal heuristic <oneopt> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 1]
0.03/0.06	c heuristics/oneopt/freq = c -1
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/objpscostdiving/maxlpiterofs = c 1500
0.03/0.06	c # maximal fraction of diving LP iterations compared to total iteration number
0.03/0.06	c # [type: real, range: [0,1], default: 0.01]
0.03/0.06	c heuristics/objpscostdiving/maxlpiterquot = c 0.015
0.03/0.06	c # frequency for calling primal heuristic <objpscostdiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.06	c heuristics/objpscostdiving/freq = c -1
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/linesearchdiving/maxlpiterofs = c 1500
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/linesearchdiving/maxlpiterquot = c 0.075
0.03/0.06	c # frequency for calling primal heuristic <linesearchdiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/linesearchdiving/freq = c -1
0.03/0.06	c # frequency for calling primal heuristic <intshifting> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/intshifting/freq = c -1
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/intdiving/maxlpiterquot = c 0.075
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/guideddiving/maxlpiterofs = c 1500
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/guideddiving/maxlpiterquot = c 0.075
0.03/0.06	c # frequency for calling primal heuristic <guideddiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/guideddiving/freq = c -1
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/fracdiving/maxlpiterofs = c 1500
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/fracdiving/maxlpiterquot = c 0.075
0.03/0.06	c # frequency for calling primal heuristic <fracdiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/fracdiving/freq = c -1
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/feaspump/maxlpiterofs = c 2000
0.03/0.06	c # frequency for calling primal heuristic <feaspump> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 20]
0.03/0.06	c heuristics/feaspump/freq = c -1
0.03/0.06	c # minimum percentage of integer variables that have to be fixed 
0.03/0.06	c # [type: real, range: [0,1], default: 0.666]
0.03/0.06	c heuristics/crossover/minfixingrate = c 0.5
0.03/0.06	c # contingent of sub problem nodes in relation to the number of nodes of the original problem
0.03/0.06	c # [type: real, range: [0,1], default: 0.1]
0.03/0.06	c heuristics/crossover/nodesquot = c 0.15
0.03/0.06	c # number of nodes without incumbent change that heuristic should wait
0.03/0.06	c # [type: longint, range: [0,9223372036854775807], default: 200]
0.03/0.06	c heuristics/crossover/nwaitingnodes = c 100
0.03/0.06	c # number of nodes added to the contingent of the total nodes
0.03/0.06	c # [type: longint, range: [0,9223372036854775807], default: 500]
0.03/0.06	c heuristics/crossover/nodesofs = c 750
0.03/0.06	c # frequency for calling primal heuristic <crossover> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 30]
0.03/0.06	c heuristics/crossover/freq = c -1
0.03/0.06	c # additional number of allowed LP iterations
0.03/0.06	c # [type: int, range: [0,2147483647], default: 1000]
0.03/0.06	c heuristics/coefdiving/maxlpiterofs = c 1500
0.03/0.06	c # maximal fraction of diving LP iterations compared to node LP iterations
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 0.05]
0.03/0.06	c heuristics/coefdiving/maxlpiterquot = c 0.075
0.03/0.06	c # frequency for calling primal heuristic <coefdiving> (-1: never, 0: only at depth freqofs)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 10]
0.03/0.06	c heuristics/coefdiving/freq = c -1
0.03/0.06	c # maximal number of presolving rounds the presolver participates in (-1: no limit)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.06	c presolving/probing/maxrounds = c 0
0.03/0.06	c # should presolving try to simplify knapsacks
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.06	c constraints/knapsack/simplifyinequalities = c TRUE
0.03/0.06	c # should disaggregation of knapsack constraints be allowed in preprocessing?
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: TRUE]
0.03/0.06	c constraints/knapsack/disaggregation = c FALSE
0.03/0.06	c # maximal number of cardinality inequalities lifted per separation round (-1: unlimited)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.06	c constraints/knapsack/maxnumcardlift = c 0
0.03/0.06	c # should presolving try to simplify inequalities
0.03/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.06	c constraints/linear/simplifyinequalities = c TRUE
0.03/0.06	c # maximal number of separation rounds in the root node (-1: unlimited)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.06	c separating/maxroundsroot = c 5
0.03/0.06	c # maximal number of separation rounds per node (-1: unlimited)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 5]
0.03/0.06	c separating/maxrounds = c 1
0.03/0.06	c # solving stops, if the given number of solutions were found (-1: no limit)
0.03/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.06	c limits/solutions = c 1
0.03/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.06	c limits/memory = c 13950
0.03/0.06	c # maximal time in seconds to run
0.03/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.06	c limits/time = c 1791
0.03/0.06	c # frequency for displaying node information lines
0.03/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.06	c display/freq = c 10000
0.03/0.06	c -----------------------------------------------------------------------------------------------
0.03/0.06	c start solving problem
0.03/0.06	c 
0.03/0.06	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.03/0.06	c   0.0s|     1 |     0 |    97 |3205k|   0 |  61 | 706 | 758 | 758 | 706 |1364 |   0 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
0.09/0.12	c   0.1s|     1 |     0 |   105 |3218k|   0 |  62 | 706 | 758 | 758 | 706 |1365 |   1 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
0.09/0.18	c   0.1s|     1 |     0 |   111 |3251k|   0 |  61 | 706 | 758 | 758 | 706 |1366 |   2 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   134 |3263k|   0 |  63 | 706 | 758 | 758 | 706 |1367 |   3 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
0.29/0.34	c   0.3s|     1 |     0 |   142 |3288k|   0 |  63 | 706 | 758 | 758 | 706 |1368 |   4 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
0.39/0.42	c   0.4s|     1 |     0 |   194 |3328k|   0 |  63 | 706 | 758 | 758 | 706 |1369 |   5 |   0 |   0 | 3.000000e+01 |      --      |    Inf 
0.99/1.02	c   1.0s|     1 |     2 |   194 |3329k|   0 |  63 | 706 | 758 | 758 | 706 |1369 |   5 |   0 |  33 | 3.000000e+01 |      --      |    Inf 
51.68/51.75	c  50.7s| 10000 |  1345 |518999 |  13M|  45 |   - | 706 |3057 | 433 | 706 | 332 | 145k|8471 |5555 | 3.000000e+01 |      --      |    Inf 
92.37/92.44	c  90.7s| 20000 |  2551 |  1045k|  22M|  48 |  99 | 706 |3672 | 372 | 706 | 395 | 285k|  17k|6571 | 3.000000e+01 |      --      |    Inf 
136.55/136.60	c   134s| 30000 |  3631 |  1597k|  30M|  59 |  49 | 706 |4322 | 628 | 706 | 365 | 424k|  26k|8077 | 3.000000e+01 |      --      |    Inf 
180.45/180.56	c   177s| 40000 |  4637 |  2153k|  36M|  59 | 101 | 706 |4647 | 382 | 706 | 401 | 567k|  35k|9486 | 3.000000e+01 |      --      |    Inf 
225.72/225.86	c   222s| 50000 |  5477 |  2731k|  42M|  59 |   - | 706 |5549 | 366 | 706 | 400 | 713k|  43k|  10k| 3.000000e+01 |      --      |    Inf 
269.82/269.91	c   265s| 60000 |  6473 |  3294k|  48M|  59 |   - | 706 |5598 | 418 | 706 | 380 | 854k|  52k|  11k| 3.000000e+01 |      --      |    Inf 
317.41/317.50	c   312s| 70000 |  7257 |  3908k|  53M|  78 |  75 | 706 |5262 | 495 | 706 | 385 |1006k|  60k|  12k| 3.000000e+01 |      --      |    Inf 
363.40/363.56	c   357s| 80000 |  8033 |  4490k|  57M|  78 |   - | 706 |4517 | 433 | 706 | 346 |1141k|  69k|  13k| 3.000000e+01 |      --      |    Inf 
408.80/409.00	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
408.80/409.00	c   402s| 90000 |  8403 |  5075k|  61M|  79 | 123 | 706 |4421 | 314 | 706 | 395 |1250k|  79k|  14k| 3.045455e+01 |      --      |    Inf 
454.88/455.07	c   447s|100000 |  8759 |  5668k|  64M|  84 |  59 | 706 |4160 | 451 | 706 | 362 |1361k|  88k|  15k| 3.050000e+01 |      --      |    Inf 
483.57/483.77	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
499.97/500.10	c   491s|110000 |  9105 |  6248k|  67M|  84 |   - | 706 |3590 | 273 | 706 | 406 |1468k|  98k|  15k| 3.052632e+01 |      --      |    Inf 
544.17/544.30	c   535s|120000 |  9509 |  6821k|  71M|  84 | 103 | 706 |4051 | 649 | 706 | 382 |1576k| 108k|  16k| 3.055556e+01 |      --      |    Inf 
546.58/546.72	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
587.96/588.11	c   578s|130000 |  9855 |  7393k|  74M|  84 |  95 | 706 |4327 | 382 | 706 | 373 |1685k| 117k|  16k| 3.062500e+01 |      --      |    Inf 
632.86/633.01	c   622s|140000 | 10275 |  7973k|  78M|  84 |   - | 706 |4321 | 435 | 706 | 376 |1798k| 127k|  17k| 3.075862e+01 |      --      |    Inf 
676.85/677.04	c   665s|150000 | 10677 |  8547k|  83M|  84 |   - | 706 |4965 | 460 | 706 | 405 |1913k| 137k|  17k| 3.093750e+01 |      --      |    Inf 
720.64/720.87	c   708s|160000 | 11111 |  9124k|  86M|  84 | 123 | 706 |4386 | 372 | 706 | 382 |2023k| 147k|  18k| 3.096667e+01 |      --      |    Inf 
730.53/730.77	c [src/scip/lpi_spx.cpp:265] Warning: SoPlex threw an exception: XSOLVE21 Basis is singular (numerical troubles, delta = 1e-06)
764.53/764.80	c   751s|170000 | 11527 |  9692k|  90M|  84 | 125 | 706 |4527 | 426 | 706 | 402 |2129k| 157k|  18k| 3.100000e+01 |      --      |    Inf 
807.62/807.87	c   794s|180000 | 11941 | 10259k|  94M|  84 |   - | 706 |4597 | 404 | 706 | 393 |2238k| 168k|  19k| 3.100000e+01 |      --      |    Inf 
851.92/852.12	c   837s|190000 | 12383 | 10831k|  98M|  84 |   - | 706 |4680 | 315 | 706 | 393 |2348k| 178k|  19k| 3.107407e+01 |      --      |    Inf 
895.51/895.79	c   880s|200000 | 12833 | 11400k| 102M|  84 |   - | 706 |4810 | 399 | 706 | 412 |2454k| 188k|  20k| 3.114286e+01 |      --      |    Inf 
938.80/939.00	c   922s|210000 | 13285 | 11962k| 105M|  84 | 100 | 706 |4977 | 463 | 706 | 381 |2558k| 198k|  20k| 3.122581e+01 |      --      |    Inf 
982.29/982.59	c   965s|220000 | 13695 | 12528k| 109M|  84 | 104 | 706 |4752 | 717 | 706 | 396 |2663k| 208k|  20k| 3.131034e+01 |      --      |    Inf 
1025.59/1025.88	c  1008s|230000 | 14149 | 13088k| 112M|  84 |   - | 706 |4868 | 296 | 706 | 404 |2764k| 218k|  21k| 3.136000e+01 |      --      |    Inf 
1068.78/1069.01	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1068.78/1069.01	c  1050s|240000 | 14639 | 13647k| 116M|  84 |  76 | 706 |4976 | 445 | 706 | 397 |2867k| 228k|  21k| 3.148000e+01 |      --      |    Inf 
1111.97/1112.22	c  1092s|250000 | 15149 | 14205k| 119M|  84 |   - | 706 |5291 | 487 | 706 | 401 |2968k| 239k|  22k| 3.150000e+01 |      --      |    Inf 
1155.47/1155.77	c  1135s|260000 | 15719 | 14766k| 123M|  84 |  93 | 706 |5371 | 536 | 706 | 403 |3067k| 249k|  22k| 3.150000e+01 |      --      |    Inf 
1198.36/1198.67	c  1177s|270000 | 16281 | 15321k| 126M|  84 |   - | 706 |5111 | 281 | 706 | 405 |3167k| 259k|  23k| 3.153333e+01 |      --      |    Inf 
1240.46/1240.72	c  1219s|280000 | 16967 | 15867k| 130M|  84 |   - | 706 |4952 | 267 | 706 | 388 |3264k| 269k|  23k| 3.153333e+01 |      --      |    Inf 
1283.74/1284.06	c  1261s|290000 | 17709 | 16427k| 134M|  84 |   - | 706 |5001 | 408 | 706 | 392 |3365k| 279k|  23k| 3.157143e+01 |      --      |    Inf 
1327.84/1328.19	c  1304s|300000 | 18479 | 16995k| 137M|  84 | 117 | 706 |5155 | 546 | 706 | 403 |3465k| 289k|  24k| 3.166667e+01 |      --      |    Inf 
1371.13/1371.48	c  1347s|310000 | 19307 | 17558k| 141M|  84 | 123 | 706 |5158 | 712 | 706 | 402 |3570k| 300k|  24k| 3.170833e+01 |      --      |    Inf 
1414.42/1414.71	c  1389s|320000 | 20101 | 18119k| 144M|  84 |   - | 706 |5361 | 308 | 706 | 404 |3672k| 310k|  25k| 3.180000e+01 |      --      |    Inf 
1457.92/1458.23	c  1432s|330000 | 20955 | 18682k| 148M|  84 |  62 | 706 |5469 | 825 | 706 | 392 |3778k| 320k|  25k| 3.185714e+01 |      --      |    Inf 
1501.90/1502.27	c  1475s|340000 | 21761 | 19254k| 151M|  84 |   - | 706 |4835 | 419 | 706 | 394 |3884k| 330k|  25k| 3.191667e+01 |      --      |    Inf 
1545.40/1545.70	c  1518s|350000 | 22545 | 19821k| 154M|  84 | 103 | 706 |5019 | 685 | 706 | 377 |3990k| 340k|  26k| 3.196000e+01 |      --      |    Inf 
1590.20/1590.59	c  1562s|360000 | 23169 | 20408k| 157M|  84 |   - | 706 |5508 | 414 | 706 | 384 |4101k| 351k|  26k| 3.200000e+01 |      --      |    Inf 
1635.19/1635.55	c  1606s|370000 | 23907 | 20992k| 160M|  84 |   - | 706 |5313 | 509 | 706 | 386 |4213k| 361k|  26k| 3.205000e+01 |      --      |    Inf 
1680.28/1680.63	c  1651s|380000 | 24525 | 21575k| 163M|  84 |  96 | 706 |5571 | 596 | 706 | 383 |4325k| 371k|  27k| 3.209091e+01 |      --      |    Inf 
1724.98/1725.37	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1724.98/1725.37	c  1694s|390000 | 25253 | 22156k| 166M|  84 |  57 | 706 |5431 | 827 | 706 | 368 |4434k| 382k|  27k| 3.215385e+01 |      --      |    Inf 
1769.17/1769.56	c  1738s|400000 | 25855 | 22734k| 169M|  84 |   - | 706 |5296 | 339 | 706 | 365 |4542k| 392k|  27k| 3.227273e+01 |      --      |    Inf 
1800.07/1800.40	c 
1800.07/1800.40	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.40	c Solving Time (sec) : 1768.05
1800.07/1800.40	c Solving Nodes      : 406869
1800.07/1800.40	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.07/1800.40	c Dual Bound         : +3.22727272727273e+01
1800.07/1800.40	c Gap                : infinite
1800.07/1800.40	c NODE         406869
1800.07/1800.40	c DUAL BOUND   32.2727
1800.07/1800.40	c PRIMAL BOUND 1e+20
1800.07/1800.40	c GAP          1e+20
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.40	c Solving Time       :    1768.05
1800.07/1800.40	c Original Problem   :
1800.07/1800.40	c   Problem name     : HOME/instance-3737894-1338751216.opb
1800.07/1800.40	c   Variables        : 706 (706 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.40	c   Constraints      : 758 initial, 758 maximal
1800.07/1800.40	c Presolved Problem  :
1800.07/1800.40	c   Problem name     : t_HOME/instance-3737894-1338751216.opb
1800.07/1800.40	c   Variables        : 706 (706 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.40	c   Constraints      : 758 initial, 6719 maximal
1800.07/1800.40	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.40	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.40	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.40	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.40	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.40	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.40	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.40	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.40	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.40	c   and              :       0.02          0          0          0          0          0          0          0          0
1800.07/1800.40	c   linear           :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.40	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.40	c   root node        :          -          0          -          -          0          -          -          -          -
1800.07/1800.40	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.40	c   integral         :          0          0          0     219688          0        534       3543          0          0     433234
1800.07/1800.40	c   knapsack         :          1          5    1705639        613          0        145       4266          0          0          0
1800.07/1800.40	c   setppc           :        100          5    1705939        613          0        169    2193214          0          0          0
1800.07/1800.40	c   and              :        606     259398    1705770        613          0       1564   17953391    4617440          0          0
1800.07/1800.40	c   linear           :          1          5    1704200          0          0        130        386          0          0          0
1800.07/1800.40	c   logicor          :         50+         5     666076          0          0         56     806741          0          0          0
1800.07/1800.40	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.07/1800.40	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.40	c   integral         :      83.62       0.00       0.00      83.62       0.00
1800.07/1800.40	c   knapsack         :       0.21       0.00       0.21       0.00       0.00
1800.07/1800.40	c   setppc           :       3.40       0.00       3.40       0.00       0.00
1800.07/1800.40	c   and              :      30.49       9.24      21.24       0.01       0.00
1800.07/1800.40	c   linear           :       4.11       0.00       4.11       0.00       0.00
1800.07/1800.40	c   logicor          :      22.36       0.00      22.36       0.00       0.00
1800.07/1800.40	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.40	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.40	c   rootredcost      :       0.29          0          0          0
1800.07/1800.40	c   pseudoobj        :      19.68    1706312          0          0
1800.07/1800.40	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.40	c   propagation      :       0.02       2064       2048       4789       26.2         30       25.2          -
1800.07/1800.40	c   infeasible LP    :      18.31     157277     150197     969882       32.3        192        2.3          0
1800.07/1800.40	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.40	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.40	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.40	c   applied globally :          -          -          -     399672       35.8          -          -          -
1800.07/1800.40	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.07/1800.40	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.40	c   cut pool         :       0.00          4          -          -          5          -    (maximal pool size: 24)
1800.07/1800.40	c   redcost          :       4.51     259398          0          0          0          0
1800.07/1800.40	c   impliedbounds    :       0.00          5          0          0          0          0
1800.07/1800.40	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.40	c   gomory           :       0.17          5          0          0       1000          0
1800.07/1800.40	c   strongcg         :       0.14          5          0          0       1877          0
1800.07/1800.40	c   cmir             :       0.00          0          0          0          0          0
1800.07/1800.40	c   flowcover        :       0.00          0          0          0          0          0
1800.07/1800.40	c   clique           :       0.00          5          0          0          0          0
1800.07/1800.40	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.40	c   mcf              :       0.01          1          0          0          0          0
1800.07/1800.40	c Pricers            :       Time      Calls       Vars
1800.07/1800.40	c   problem variables:       0.00          0          0
1800.07/1800.40	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.40	c   relpscost        :      83.47     219075        534       3543          0          0     433234
1800.07/1800.40	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.40	c   inference        :       0.00          0          0          0          0          0          0
1800.07/1800.40	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.40	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.40	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.40	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.40	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.40	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.40	c   LP solutions     :       0.00          -          0
1800.07/1800.40	c   pseudo solutions :       0.00          -          0
1800.07/1800.40	c   simplerounding   :       0.00          0          0
1800.07/1800.40	c   rounding         :       0.00          0          0
1800.07/1800.40	c   shifting         :       0.00          0          0
1800.07/1800.40	c   intshifting      :       0.00          0          0
1800.07/1800.40	c   oneopt           :       0.00          0          0
1800.07/1800.40	c   fixandinfer      :       0.00          0          0
1800.07/1800.40	c   feaspump         :       0.00          0          0
1800.07/1800.40	c   coefdiving       :       0.00          0          0
1800.07/1800.40	c   pscostdiving     :       0.00          0          0
1800.07/1800.40	c   fracdiving       :       0.00          0          0
1800.07/1800.40	c   veclendiving     :       0.00          0          0
1800.07/1800.40	c   intdiving        :       0.00          0          0
1800.07/1800.40	c   actconsdiving    :       0.00          0          0
1800.07/1800.40	c   objpscostdiving  :       0.00          0          0
1800.07/1800.40	c   rootsoldiving    :       0.00          0          0
1800.07/1800.40	c   linesearchdiving :       0.00          0          0
1800.07/1800.40	c   guideddiving     :       0.00          0          0
1800.07/1800.40	c   octane           :       0.00          0          0
1800.07/1800.40	c   rens             :       0.00          0          0
1800.07/1800.40	c   rins             :       0.00          0          0
1800.07/1800.40	c   localbranching   :       0.00          0          0
1800.07/1800.40	c   mutation         :       0.00          0          0
1800.07/1800.40	c   crossover        :       0.00          0          0
1800.07/1800.40	c   dins             :       0.00          0          0
1800.07/1800.40	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.40	c   primal LP        :      40.54          0          0       0.00       0.00
1800.07/1800.40	c   dual LP          :    1423.12     652931   23134002      35.43   16255.83
1800.07/1800.40	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.40	c   diving/probing LP:       0.00          0          0       0.00          -
1800.07/1800.40	c   strong branching :      78.14      28211    1167773      41.39   14944.63
1800.07/1800.40	c     (at root node) :          -         33       4386     132.91          -
1800.07/1800.40	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.40	c B&B Tree           :
1800.07/1800.40	c   number of runs   :          1
1800.07/1800.40	c   nodes            :     406869
1800.07/1800.40	c   nodes (total)    :     406869
1800.07/1800.40	c   nodes left       :      26366
1800.07/1800.40	c   max depth        :         84
1800.07/1800.40	c   max depth (total):         84
1800.07/1800.40	c   backtracks       :      32643 (8.0%)
1800.07/1800.40	c   delayed cutoffs  :          0
1800.07/1800.40	c   repropagations   :     526925 (309287 domain reductions, 0 cutoffs)
1800.07/1800.40	c   avg switch length:       6.26
1800.07/1800.40	c   switching time   :      85.03
1800.07/1800.40	c Solution           :
1800.07/1800.40	c   Solutions found  :          0 (0 improvements)
1800.07/1800.40	c   Primal Bound     :          -
1800.07/1800.40	c   Dual Bound       : +3.22727272727273e+01
1800.07/1800.40	c   Gap              :   infinite
1800.07/1800.40	c   Root Dual Bound  : +3.00000000000000e+01
1800.27/1800.65	c Time complete: 1800.32.

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.01 1.93 3/177 32573
/proc/meminfo: memFree=28460396/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=8888 CPUtime=0 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 1582 0 0 0 0 0 0 0 20 0 1 0 341250138 9101312 1534 33554432000 4194304 7823515 140735064292832 140735064224936 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 2222 1534 351 887 0 1332 0

[startup+0.0462339 s]
/proc/loadavg: 2.05 2.01 1.93 3/177 32573
/proc/meminfo: memFree=28460396/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=13996 CPUtime=0.03 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 2913 0 0 0 1 2 0 0 20 0 1 0 341250138 14331904 2511 33554432000 4194304 7823515 140735064292832 140735064224936 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 3499 2511 404 887 0 2609 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13996

[startup+0.100299 s]
/proc/loadavg: 2.05 2.01 1.93 3/177 32573
/proc/meminfo: memFree=28460396/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=20476 CPUtime=0.09 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 4771 0 0 0 6 3 0 0 20 0 1 0 341250138 20967424 4330 33554432000 4194304 7823515 140735064292832 140735064224936 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 5119 4330 539 887 0 4229 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20476

[startup+0.300272 s]
/proc/loadavg: 2.05 2.01 1.93 3/177 32573
/proc/meminfo: memFree=28460396/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=26792 CPUtime=0.29 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 6383 0 0 0 25 4 0 0 20 0 1 0 341250138 27435008 5938 33554432000 4194304 7823515 140735064292832 140735064224936 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 6698 5938 551 887 0 5808 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26792

[startup+0.70023 s]
/proc/loadavg: 2.05 2.01 1.93 3/177 32573
/proc/meminfo: memFree=28460396/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=29444 CPUtime=0.69 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 7054 0 0 0 64 5 0 0 20 0 1 0 341250138 30150656 6872 33554432000 4194304 7823515 140735064292832 140735064287528 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 7361 6872 555 887 0 6471 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29444

[startup+1.50023 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 32574
/proc/meminfo: memFree=28435100/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=29828 CPUtime=1.49 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 7108 0 0 0 143 6 0 0 20 0 1 0 341250138 30543872 6926 33554432000 4194304 7823515 140735064292832 140735064288040 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 7457 6926 559 887 0 6567 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29828

[startup+3.10023 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 32574
/proc/meminfo: memFree=28434604/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=29828 CPUtime=3.08 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 7132 0 0 0 300 8 0 0 20 0 1 0 341250138 30543872 6950 33554432000 4194304 7823515 140735064292832 140735064287528 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 7457 6950 565 887 0 6567 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 29828

[startup+6.30023 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 32574
/proc/meminfo: memFree=28434356/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=29828 CPUtime=6.28 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 7132 0 0 0 615 13 0 0 20 0 1 0 341250138 30543872 6950 33554432000 4194304 7823515 140735064292832 140735064287992 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 7457 6950 565 887 0 6567 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 29828

[startup+12.7002 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 32574
/proc/meminfo: memFree=28432948/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=32004 CPUtime=12.68 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 7723 0 0 0 1246 22 0 0 20 0 1 0 341250138 32772096 7559 33554432000 4194304 7823515 140735064292832 140735064288168 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 8001 7559 565 887 0 7111 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32004

[startup+25.5002 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 32612
/proc/meminfo: memFree=28337696/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=37576 CPUtime=25.48 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 9083 0 0 0 2500 48 0 0 20 0 1 0 341250138 38477824 8919 33554432000 4194304 7823515 140735064292832 140735064288168 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 9394 8919 565 887 0 8504 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37576

[startup+51.1002 s]
/proc/loadavg: 2.02 2.01 1.93 3/177 32612
/proc/meminfo: memFree=28318488/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=44332 CPUtime=51.06 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 10803 0 0 0 5010 96 0 0 20 0 1 0 341250138 45395968 10639 33554432000 4194304 7823515 140735064292832 140735064289176 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 11083 10639 565 887 0 10193 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 44332

[startup+102.307 s]
/proc/loadavg: 2.04 2.02 1.93 3/178 32613
/proc/meminfo: memFree=28274252/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=58224 CPUtime=102.27 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 14212 0 0 0 10038 189 0 0 20 0 1 0 341250138 59621376 14046 33554432000 4194304 7823515 140735064292832 140735064288168 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 14556 14046 565 887 0 13666 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 58224

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/177 32613
/proc/meminfo: memFree=28261028/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=70340 CPUtime=162.25 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 17123 0 0 0 15929 296 0 0 20 0 1 0 341250138 72028160 16935 33554432000 4194304 7823515 140735064292832 140735064288520 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 17585 16935 565 887 0 16695 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 70340

[startup+222.3 s]
/proc/loadavg: 2.05 2.02 1.94 3/177 32613
/proc/meminfo: memFree=28249020/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=81832 CPUtime=222.22 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 19951 0 0 0 21821 401 0 0 20 0 1 0 341250138 83795968 19998 33554432000 4194304 7823515 140735064292832 140735064288520 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 20458 19998 565 887 0 19568 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 81832

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/177 32614
/proc/meminfo: memFree=28239348/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=90908 CPUtime=282.21 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 22151 0 0 0 27716 505 0 0 20 0 1 0 341250138 93089792 22180 33554432000 4194304 7823515 140735064292832 140735064287992 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 22727 22180 565 887 0 21837 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 90908

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/177 32614
/proc/meminfo: memFree=28219752/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=99352 CPUtime=342.2 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 24228 0 0 0 33609 611 0 0 20 0 1 0 341250138 101736448 24254 33554432000 4194304 7823515 140735064292832 140735064288168 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 24838 24254 565 887 0 23948 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 99352

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/177 32614
/proc/meminfo: memFree=28204004/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=105216 CPUtime=402.2 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 25655 0 0 0 39509 711 0 0 20 0 1 0 341250138 107741184 25680 33554432000 4194304 7823515 140735064292832 140735064288584 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 26304 25680 565 887 0 25414 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 105216

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 32614
/proc/meminfo: memFree=28187736/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=110392 CPUtime=462.19 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 26925 0 0 0 45401 818 0 0 20 0 1 0 341250138 113041408 27110 33554432000 4194304 7823515 140735064292832 140735064288520 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 27598 27110 565 887 0 26708 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 110392

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 32614
/proc/meminfo: memFree=28168392/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=117292 CPUtime=522.18 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 28473 0 0 0 51294 924 0 0 20 0 1 0 341250138 120107008 28658 33554432000 4194304 7823515 140735064292832 140735064288520 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 29323 28658 652 887 0 28433 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 117292

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 32615
/proc/meminfo: memFree=28151984/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=125248 CPUtime=582.17 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 30235 0 0 0 57190 1027 0 0 20 0 1 0 341250138 128253952 30420 33554432000 4194304 7823515 140735064292832 140735064288520 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 31312 30420 652 887 0 30422 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 125248

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 32619
/proc/meminfo: memFree=28069644/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=158484 CPUtime=882.11 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 37992 0 0 0 86655 1556 0 0 20 0 1 0 341250138 162287616 38906 33554432000 4194304 7823515 140735064292832 140735064289608 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 39621 38906 652 887 0 38731 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 158484

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 32619
/proc/meminfo: memFree=28053184/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=162836 CPUtime=942.1 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 39070 0 0 0 92550 1660 0 0 20 0 1 0 341250138 166744064 40291 33554432000 4194304 7823515 140735064292832 140735064288168 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 40709 40291 652 887 0 39819 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 162836

[startup+1002.3 s]
/proc/loadavg: 2.05 2.01 1.94 3/177 32619
/proc/meminfo: memFree=28037436/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=167700 CPUtime=1002.1 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 40122 0 0 0 98440 1770 0 0 20 0 1 0 341250138 171724800 41343 33554432000 4194304 7823515 140735064292832 140735064288632 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 41925 41343 652 887 0 41035 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 167700

[startup+1062.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/177 32619
/proc/meminfo: memFree=28023548/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=173280 CPUtime=1062.08 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 41379 0 0 0 104328 1880 0 0 20 0 1 0 341250138 177438720 42600 33554432000 4194304 7823515 140735064292832 140735064288168 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 43320 42600 652 887 0 42430 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 173280

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 32619
/proc/meminfo: memFree=28003868/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=181196 CPUtime=1122.07 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 43173 0 0 0 110219 1988 0 0 20 0 1 0 341250138 185544704 44387 33554432000 4194304 7823515 140735064292832 140735064288168 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 45299 44387 652 887 0 44409 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 181196

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 32620
/proc/meminfo: memFree=27990820/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=186792 CPUtime=1182.07 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 44438 0 0 0 116112 2095 0 0 20 0 1 0 341250138 191275008 45652 33554432000 4194304 7823515 140735064292832 140735064288632 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 46698 45652 652 887 0 45808 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 186792

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 32623
/proc/meminfo: memFree=27978164/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=191856 CPUtime=1242.05 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 45527 0 0 0 122007 2198 0 0 20 0 1 0 341250138 196460544 46741 33554432000 4194304 7823515 140735064292832 140735064289320 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 47964 46741 652 887 0 47074 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 191856

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 32623
/proc/meminfo: memFree=27956624/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=198984 CPUtime=1302.04 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 47106 0 0 0 127896 2308 0 0 20 0 1 0 341250138 203759616 49288 33554432000 4194304 7823515 140735064292832 140735064289880 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 49746 49288 652 887 0 48856 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 198984

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 32623
/proc/meminfo: memFree=27941124/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=207908 CPUtime=1362.03 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 49063 0 0 0 133788 2415 0 0 20 0 1 0 341250138 212897792 51245 33554432000 4194304 7823515 140735064292832 140735064287848 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 51977 51245 652 887 0 51087 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 207908

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 32623
/proc/meminfo: memFree=27921532/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=215900 CPUtime=1422.02 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 50825 0 0 0 139684 2518 0 0 20 0 1 0 341250138 221081600 53007 33554432000 4194304 7823515 140735064292832 140735064288520 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 53975 53007 652 887 0 53085 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 215900

[startup+1482.3 s]
/proc/loadavg: 2.06 2.01 1.95 3/177 32624
/proc/meminfo: memFree=27903916/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=223380 CPUtime=1482.01 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 52535 0 0 0 145581 2620 0 0 20 0 1 0 341250138 228741120 54717 33554432000 4194304 7823515 140735064292832 140735064288584 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 55845 54717 652 887 0 54955 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 223380

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/177 32624
/proc/meminfo: memFree=27889356/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=228852 CPUtime=1542 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 53815 0 0 0 151474 2726 0 0 20 0 1 0 341250138 234344448 55997 33554432000 4194304 7823515 140735064292832 140735064288168 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 57213 55997 652 887 0 56323 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 228852

[startup+1602.3 s]
/proc/loadavg: 2.10 2.03 1.96 3/177 32624
/proc/meminfo: memFree=27875964/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=231980 CPUtime=1601.99 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 54578 0 0 0 157364 2835 0 0 20 0 1 0 341250138 237547520 56760 33554432000 4194304 7823515 140735064292832 140735064288168 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 57995 56760 652 887 0 57105 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 231980

[startup+1662.3 s]
/proc/loadavg: 2.14 2.06 1.97 3/177 32624
/proc/meminfo: memFree=27857160/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=237920 CPUtime=1661.98 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 56040 0 0 0 163254 2944 0 0 20 0 1 0 341250138 243630080 58701 33554432000 4194304 7823515 140735064292832 140735064288632 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 59480 58701 652 887 0 58590 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 237920

[startup+1722.3 s]
/proc/loadavg: 2.10 2.06 1.97 3/177 32624
/proc/meminfo: memFree=27839472/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=243924 CPUtime=1721.97 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 57396 0 0 0 169139 3058 0 0 20 0 1 0 341250138 249778176 60353 33554432000 4194304 7823515 140735064292832 140735064288520 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 60981 60353 652 887 0 60091 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 243924

[startup+1782.3 s]
/proc/loadavg: 2.09 2.06 1.98 3/177 32625
/proc/meminfo: memFree=27824592/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=247776 CPUtime=1781.97 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 58346 0 0 0 175029 3168 0 0 20 0 1 0 341250138 253722624 61303 33554432000 4194304 7823515 140735064292832 140735064287800 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 61944 61303 652 887 0 61054 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 247776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.06 1.98 3/178 32628
/proc/meminfo: memFree=27820740/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=248364 CPUtime=1800.07 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 58472 0 0 0 176805 3202 0 0 20 0 1 0 341250138 254324736 61429 33554432000 4194304 7823515 140735064292832 140735064288520 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 62091 61429 652 887 0 61201 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 248364

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

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

[startup+1800.6 s]
/proc/loadavg: 2.07 2.06 1.98 3/179 32629
/proc/meminfo: memFree=27820740/32873844 swapFree=7372/7372
[pid=32573] ppid=32571 vsize=248364 CPUtime=1800.27 cores=1,3,5,7
/proc/32573/stat : 32573 (pbscip.linux.x8) R 32571 32573 32091 0 -1 4202496 58476 0 0 0 176825 3202 0 0 20 0 1 0 341250138 254324736 61433 33554432000 4194304 7823515 140735064292832 140735064288520 4745372 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32573/statm: 62091 61433 656 887 0 61201 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 248364

Child status: 0
Real time (s): 1800.65
CPU time (s): 1800.33
CPU user time (s): 1768.3
CPU system time (s): 32.0241
CPU usage (%): 99.9818
Max. virtual memory (cumulated for all children) (KiB): 248364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1768.3
system time used= 32.0241
maximum resident set size= 245736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58479
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= 70
involuntary context switches= 1867

runsolver used 3.02054 second user time and 9.99648 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-03 21:20:16
IDJOB=3737894
IDBENCH=48349
IDSOLVER=2321
FILE ID=node109/3737894-1338751216
RUNJOBID= node109-1338747536-32108
PBS_JOBID= 14636780
Free space on /tmp= 70704 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_5_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-3737894-1338751216/watcher-3737894-1338751216 -o /tmp/evaluation-result-3737894-1338751216/solver-3737894-1338751216 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737894-1338751216.opb

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

MD5SUM BENCH= 278bedcb160fff5308a678f3e1e7c2f9
RANDOM SEED=338484063

node109.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		: 2667.264
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	: 5334.52
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		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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		: 2667.264
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		: 2667.264
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.91
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		: 2667.264
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28461304 kB
Buffers:         1859352 kB
Cached:          1608184 kB
SwapCached:          988 kB
Active:          2496752 kB
Inactive:        1036872 kB
Active(anon):      57012 kB
Inactive(anon):     7876 kB
Active(file):    2439740 kB
Inactive(file):  1028996 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105540 kB
Dirty:             10116 kB
Writeback:             0 kB
AnonPages:         68568 kB
Mapped:            12608 kB
Shmem:                 4 kB
Slab:             740532 kB
SReclaimable:     181956 kB
SUnreclaim:       558576 kB
KernelStack:        1488 kB
PageTables:         3920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     178708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 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= 70696 MiB
End job on node109 at 2012-06-03 21:50:18