Trace number 3485200
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:
-
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.
-
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.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
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.
-
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
General information on the benchmark
Name | normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/ manquinho/bsg/normalized-bsg_50_10_3.opb |
MD5SUM | 138d1c5c8dee06528dd1cfb072975c49 |
Bench Category | OPT-SMALLINT-NLC (optimisation, small integers, non linear constraints) |
Best result obtained on this benchmark | OPT |
Best value of the objective obtained on this benchmark | -14 |
Best CPU time to get the best result obtained on this benchmark | 202.376 |
Has Objective Function | YES |
Satisfiable | YES |
(Un)Satisfiability was proved | YES |
Best value of the objective function | -14 |
Optimality of the best value was proved | NO |
Number of variables | 100 |
Total number of constraints | 151 |
Number of constraints which are clauses | 50 |
Number of constraints which are cardinality constraints (but not clauses) | 0 |
Number of constraints which are nor clauses,nor cardinality constraints | 101 |
Minimum length of a constraint | 2 |
Maximum length of a constraint | 100 |
Number of terms in the objective function | 50 |
Biggest coefficient in the objective function | 1 |
Number of bits for the biggest coefficient in the objective function | 1 |
Sum of the numbers in the objective function | 50 |
Number of bits of the sum of numbers in the objective function | 6 |
Biggest number in a constraint | 1 |
Number of bits of the biggest number in a constraint | 1 |
Biggest sum of numbers in a constraint | 100 |
Number of bits of the biggest sum of numbers | 7 |
Number of products (including duplicates) | 1236 |
Sum of products size (including duplicates) | 2472 |
Number of different products | 618 |
Sum of products size | 1236 |
Quality of the solution as a function of time

Download the above graph
as a PDF file / as an EPS file
Solver Data
0.00/0.00 c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00 c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00 c
0.00/0.00 c user parameter file <scip.set> not found - using default parameters
0.00/0.00 c reading problem <HOME/instance-3485200-1307786628.opb>
0.00/0.00 c original problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 151 constraints
0.00/0.00 c problem read
0.00/0.00 c presolving settings loaded
0.00/0.01 o 0
0.00/0.01 c feasible solution found by trivial heuristic, objective value 0.000000e+00
0.00/0.01 c presolving:
0.01/0.03 c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 5044 impls, 100 clqs
0.01/0.04 c (0.0s) probing: 101/718 (14.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.04 c (0.0s) probing aborted: 100/100 successive totally useless probings
0.01/0.04 c presolving (2 rounds):
0.01/0.04 c 0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.04 c 5044 implications, 100 cliques
0.01/0.04 c presolved problem has 718 variables (718 bin, 0 int, 0 impl, 0 cont) and 769 constraints
0.01/0.04 c 150 constraints of type <setppc>
0.01/0.04 c 618 constraints of type <and>
0.01/0.04 c 1 constraints of type <linear>
0.01/0.04 c transformed objective value is always integral (scale: 1)
0.01/0.04 c Presolving Time: 0.03
0.01/0.04 c - non default parameters ----------------------------------------------------------------------
0.01/0.04 c # SCIP version 2.0.1.4
0.01/0.04 c
0.01/0.04 c # frequency for displaying node information lines
0.01/0.04 c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.04 c display/freq = 10000
0.01/0.04 c
0.01/0.04 c # maximal time in seconds to run
0.01/0.04 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.04 c limits/time = 1797
0.01/0.04 c
0.01/0.04 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.04 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.04 c limits/memory = 13950
0.01/0.04 c
0.01/0.04 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.04 c # [type: int, range: [1,2], default: 1]
0.01/0.04 c timing/clocktype = 2
0.01/0.04 c
0.01/0.04 c # belongs reading time to solving time?
0.01/0.04 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.04 c timing/reading = TRUE
0.01/0.04 c
0.01/0.04 c # should presolving try to simplify inequalities
0.01/0.04 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.04 c constraints/linear/simplifyinequalities = TRUE
0.01/0.04 c
0.01/0.04 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.04 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.04 c constraints/indicator/addCouplingCons = TRUE
0.01/0.04 c
0.01/0.04 c # should presolving try to simplify knapsacks
0.01/0.04 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.04 c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.04 c
0.01/0.04 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.04 c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.04 c separating/rapidlearning/freq = 0
0.01/0.04 c
0.01/0.04 c -----------------------------------------------------------------------------------------------
0.01/0.04 c start solving
0.01/0.04 c
0.01/0.06 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.01/0.06 c t 0.1s| 1 | 0 | 244 | - |3254k| 0 | 183 | 718 | 769 | 718 |1387 | 0 | 0 | 0 |-2.500000e+01 | 0.000000e+00 | 100.00%
0.01/0.06 o -3
0.01/0.06 c s 0.1s| 1 | 0 | 244 | - |3281k| 0 | 183 | 718 | 769 | 718 |1387 | 0 | 0 | 0 |-2.500000e+01 |-3.000000e+00 | 88.00%
0.09/0.11 o -4
0.09/0.11 c U 0.1s| 1 | 0 | 244 | - |3298k| 0 | 183 | 718 | 769 | 718 |1387 | 0 | 0 | 0 |-2.500000e+01 |-4.000000e+00 | 84.00%
0.19/0.20 c 0.2s| 1 | 0 | 258 | - |3549k| 0 | 182 | 718 | 770 | 718 |1399 | 12 | 0 | 0 |-2.500000e+01 |-4.000000e+00 | 84.00%
0.19/0.25 c 0.3s| 1 | 0 | 410 | - |3717k| 0 | 291 | 718 | 770 | 718 |1405 | 18 | 0 | 0 |-2.500000e+01 |-4.000000e+00 | 84.00%
0.29/0.30 c 0.3s| 1 | 0 | 476 | - |3999k| 0 | 320 | 718 | 770 | 718 |1407 | 20 | 0 | 0 |-2.500000e+01 |-4.000000e+00 | 84.00%
0.29/0.39 c 0.4s| 1 | 0 | 786 | - |4440k| 0 | 358 | 718 | 770 | 718 |1412 | 25 | 0 | 0 |-2.500000e+01 |-4.000000e+00 | 84.00%
0.49/0.52 c 0.5s| 1 | 0 | 1024 | - |5220k| 0 | 359 | 718 | 770 | 718 |1418 | 31 | 0 | 0 |-2.500000e+01 |-4.000000e+00 | 84.00%
0.49/0.52 o -4
0.49/0.52 c s 0.5s| 1 | 0 | 1024 | - |5230k| 0 | 359 | 718 | 770 | 718 |1418 | 31 | 0 | 0 |-2.500000e+01 |-4.000000e+00 | 84.00%
0.59/0.67 c 0.7s| 1 | 0 | 1082 | - |6075k| 0 | 366 | 718 | 770 | 718 |1422 | 35 | 0 | 0 |-2.500000e+01 |-4.000000e+00 | 84.00%
2.10/2.10 c 2.1s| 1 | 2 | 1082 | - |6075k| 0 | 366 | 718 | 770 | 718 |1422 | 35 | 0 | 13 |-2.500000e+01 |-4.000000e+00 | 84.00%
5.39/5.46 o -9
5.39/5.46 c R 5.5s| 14 | 13 | 7273 | 476.2 |5844k| 13 | 41 | 718 | 770 | 718 | 730 | 370 | 0 | 158 |-2.500000e+01 |-9.000000e+00 | 64.00%
13.59/13.66 o -11
13.59/13.66 c l13.7s| 86 | 79 | 37762 | 431.5 |6097k| 15 | - | 718 | 792 | 718 | 748 |1491 | 22 | 322 |-2.443142e+01 |-1.100000e+01 | 54.98%
23.49/23.58 o -12
23.49/23.58 c l23.6s| 192 | 148 |142646 | 741.2 |6326k| 23 | - | 718 | 801 | 718 | 713 |2429 | 31 | 337 |-2.294486e+01 |-1.200000e+01 | 47.70%
38.40/38.48 o -13
38.40/38.48 c l38.5s| 477 | 384 |301674 | 631.5 |6777k| 23 | - | 718 | 817 | 718 | 812 |3992 | 48 | 343 |-2.112498e+01 |-1.300000e+01 | 38.46%
108.29/108.32 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
108.29/108.32 c 108s| 10000 | 2354 | 1048k| 104.7 | 14M| 48 | 96 | 718 | 877 | 718 | 811 | 16k| 157 | 452 |-1.858814e+01 |-1.300000e+01 | 30.06%
155.70/155.74 c 156s| 20000 | 3364 | 1550k| 77.5 | 19M| 48 | 82 | 718 | 874 | 718 | 822 | 26k| 218 | 657 |-1.814440e+01 |-1.300000e+01 | 28.35%
167.99/168.08 o -14
167.99/168.08 c * 168s| 22901 | 1681 | 1682k| 73.4 | 10M| 48 | - | 718 | 862 | 718 | 810 | 28k| 222 | 723 |-1.805292e+01 |-1.400000e+01 | 22.45%
207.09/207.10 c 207s| 30000 | 2006 | 2096k| 69.8 | 13M| 48 | 156 | 718 | 856 | 718 | 826 | 35k| 231 | 939 |-1.777086e+01 |-1.400000e+01 | 21.22%
256.20/256.27 c 256s| 40000 | 2206 | 2616k| 65.4 | 16M| 48 | - | 718 | 846 | 718 | 814 | 44k| 237 |1213 |-1.738402e+01 |-1.400000e+01 | 19.47%
301.09/301.11 c 301s| 50000 | 2086 | 3097k| 61.9 | 17M| 48 | - | 718 | 850 | 718 | 814 | 51k| 252 |1459 |-1.710207e+01 |-1.400000e+01 | 18.14%
341.90/341.95 c 342s| 60000 | 1784 | 3531k| 58.8 | 17M| 48 | - | 718 | 844 | 718 | 748 | 58k| 255 |1726 |-1.683817e+01 |-1.400000e+01 | 16.86%
380.80/380.85 c 381s| 70000 | 1242 | 3946k| 56.4 | 15M| 48 | 159 | 718 | 840 | 718 | 821 | 63k| 261 |1966 |-1.650898e+01 |-1.400000e+01 | 15.20%
404.91/404.96 c
404.91/404.96 c SCIP Status : problem is solved [optimal solution found]
404.91/404.96 c Solving Time (sec) : 404.96
404.91/404.96 c Solving Nodes : 77688
404.91/404.96 c Primal Bound : -1.40000000000000e+01 (15 solutions)
404.91/404.96 c Dual Bound : -1.40000000000000e+01
404.91/404.96 c Gap : 0.00 %
404.91/404.96 s OPTIMUM FOUND
404.91/404.96 v x81 x67 -x84 x72 x60 -x100 x83 -x56 -x82 x95 -x54 x80 -x61 x79 -x62 -x57 x87 -x85 -x63 -x55 x99 -x88 -x98 -x74 -x89 -x93 -x78 -x70
404.91/404.96 v -x68 -x64 -x66 x96 x92 -x53 x90 -x94 -x51 -x75 -x71 -x58 -x59 -x65 -x52 x77 -x73 -x76 -x91 -x69 -x86 -x97 x50 -x49 x48 -x47
404.91/404.96 v -x46 -x45 x44 -x43 -x42 x41 -x40 -x39 x38 -x37 x36 x35 -x34 -x33 x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 x23 -x22 -x21
404.91/404.96 v x20 -x19 x18 -x17 x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 x3 -x2 x1
404.91/404.96 c SCIP Status : problem is solved [optimal solution found]
404.91/404.96 c Total Time : 404.96
404.91/404.96 c solving : 404.96
404.91/404.96 c presolving : 0.03 (included in solving)
404.91/404.96 c reading : 0.00 (included in solving)
404.91/404.96 c Original Problem :
404.91/404.96 c Problem name : HOME/instance-3485200-1307786628.opb
404.91/404.96 c Variables : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
404.91/404.96 c Constraints : 151 initial, 151 maximal
404.91/404.96 c Presolved Problem :
404.91/404.96 c Problem name : t_HOME/instance-3485200-1307786628.opb
404.91/404.96 c Variables : 718 (718 binary, 0 integer, 0 implicit integer, 0 continuous)
404.91/404.96 c Constraints : 769 initial, 886 maximal
404.91/404.96 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons AddCons ChgSides ChgCoefs
404.91/404.96 c trivial : 0.00 0 0 0 0 0 0 0 0 0
404.91/404.96 c dualfix : 0.00 0 0 0 0 0 0 0 0 0
404.91/404.96 c boundshift : 0.00 0 0 0 0 0 0 0 0 0
404.91/404.96 c inttobinary : 0.00 0 0 0 0 0 0 0 0 0
404.91/404.96 c implics : 0.00 0 0 0 0 0 0 0 0 0
404.91/404.96 c probing : 0.01 0 0 0 0 0 0 0 0 0
404.91/404.96 c setppc : 0.00 0 0 0 0 0 0 0 0 0
404.91/404.96 c and : 0.02 0 0 0 0 0 0 0 0 0
404.91/404.96 c linear : 0.00 0 0 0 0 0 0 0 0 0
404.91/404.96 c logicor : 0.00 0 0 0 0 0 0 0 0 0
404.91/404.96 c root node : - 15 - - 15 - - - - -
404.91/404.96 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS #Check #Resprop Cutoffs DomReds Cuts Conss Children
404.91/404.96 c integral : 0 0 0 40157 0 108 0 74 563 0 0 79650
404.91/404.96 c setppc : 150 6 262255 1 0 103 555 124 152218 0 0 0
404.91/404.96 c and : 618 65495 262131 1 0 102 928 57 2055280 66606 0 0
404.91/404.96 c linear : 1 6 262073 1 0 13 0 10 0 0 0 0
404.91/404.96 c logicor : 0+ 6 61474 0 0 0 25 0 30055 0 0 0
404.91/404.96 c countsols : 0 0 0 1 0 17 0 0 0 0 0 0
404.91/404.96 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS Check Resprop
404.91/404.96 c integral : 21.43 0.00 0.00 21.43 0.00 0.00 0.00
404.91/404.96 c setppc : 0.48 0.00 0.48 0.00 0.00 0.00 0.00
404.91/404.96 c and : 4.51 2.16 2.35 0.00 0.00 0.00 0.00
404.91/404.96 c linear : 0.13 0.00 0.13 0.00 0.00 0.00 0.00
404.91/404.96 c logicor : 0.15 0.00 0.15 0.00 0.00 0.00 0.00
404.91/404.96 c countsols : 0.00 0.00 0.00 0.00 0.00 0.00 0.00
404.91/404.96 c Propagators : #Propagate #Resprop Cutoffs DomReds
404.91/404.96 c vbounds : 0 0 0 0
404.91/404.96 c rootredcost : 6 0 0 0
404.91/404.96 c pseudoobj : 263257 80 6 130
404.91/404.96 c Propagator Timings : TotalTime Propagate Resprop
404.91/404.96 c vbounds : 0.04 0.04 0.00
404.91/404.96 c rootredcost : 0.04 0.04 0.00
404.91/404.96 c pseudoobj : 0.45 0.45 0.00
404.91/404.96 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
404.91/404.96 c propagation : 0.00 197 192 272 14.7 1 34.0 -
404.91/404.96 c infeasible LP : 0.00 27 27 52 31.2 0 0.0 0
404.91/404.96 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
404.91/404.96 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
404.91/404.96 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
404.91/404.96 c applied globally : - - - 277 13.9 - - -
404.91/404.96 c applied locally : - - - 1 76.0 - - -
404.91/404.96 c Separators : Time Calls Cutoffs DomReds Cuts Conss
404.91/404.96 c cut pool : 0.00 5 - - 50 - (maximal pool size: 563)
404.91/404.96 c redcost : 1.34 71682 0 385129 0 0
404.91/404.96 c impliedbounds : 0.00 6 0 0 8 0
404.91/404.96 c intobj : 0.00 0 0 0 0 0
404.91/404.96 c gomory : 0.18 6 0 0 75 0
404.91/404.96 c cgmip : 0.00 0 0 0 0 0
404.91/404.96 c closecuts : 0.00 0 0 0 0 0
404.91/404.96 c strongcg : 0.20 6 0 0 1982 0
404.91/404.96 c cmir : 0.03 6 0 0 0 0
404.91/404.96 c flowcover : 0.03 6 0 0 0 0
404.91/404.96 c clique : 0.02 6 0 0 30 0
404.91/404.96 c zerohalf : 0.00 0 0 0 0 0
404.91/404.96 c mcf : 0.00 1 0 0 0 0
404.91/404.96 c oddcycle : 0.00 0 0 0 0 0
404.91/404.96 c rapidlearning : 0.03 1 0 0 0 0
404.91/404.96 c Pricers : Time Calls Vars
404.91/404.96 c problem variables: 0.00 0 0
404.91/404.96 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
404.91/404.96 c relpscost : 21.41 40156 74 563 0 0 79650
404.91/404.96 c pscost : 0.00 0 0 0 0 0 0
404.91/404.96 c inference : 0.00 0 0 0 0 0 0
404.91/404.96 c mostinf : 0.00 0 0 0 0 0 0
404.91/404.96 c leastinf : 0.00 0 0 0 0 0 0
404.91/404.96 c fullstrong : 0.00 0 0 0 0 0 0
404.91/404.96 c allfullstrong : 0.00 0 0 0 0 0 0
404.91/404.96 c random : 0.00 0 0 0 0 0 0
404.91/404.96 c Primal Heuristics : Time Calls Found
404.91/404.96 c LP solutions : 0.01 - 1
404.91/404.96 c pseudo solutions : 0.00 - 0
404.91/404.96 c feaspump : 0.00 0 0
404.91/404.96 c oneopt : 0.02 7 0
404.91/404.96 c objpscostdiving : 5.66 10 0
404.91/404.96 c crossover : 0.28 15 3
404.91/404.96 c fracdiving : 4.69 108 0
404.91/404.96 c pscostdiving : 3.20 108 0
404.91/404.96 c linesearchdiving : 3.71 108 3
404.91/404.96 c guideddiving : 5.07 108 0
404.91/404.96 c veclendiving : 4.69 108 0
404.91/404.96 c rootsoldiving : 2.74 54 0
404.91/404.96 c coefdiving : 5.19 109 0
404.91/404.96 c trivial : 0.00 2 1
404.91/404.96 c shiftandpropagate: 0.00 0 0
404.91/404.96 c simplerounding : 0.02 0 0
404.91/404.96 c zirounding : 1.53 0 0
404.91/404.96 c rounding : 1.85 11380 1
404.91/404.96 c shifting : 1.47 4397 5
404.91/404.96 c intshifting : 0.00 0 0
404.91/404.96 c twoopt : 0.00 0 0
404.91/404.96 c fixandinfer : 0.00 0 0
404.91/404.96 c clique : 0.00 0 0
404.91/404.96 c intdiving : 0.00 0 0
404.91/404.96 c actconsdiving : 0.00 0 0
404.91/404.96 c octane : 0.00 0 0
404.91/404.96 c rens : 0.00 0 0
404.91/404.96 c rins : 0.00 0 0
404.91/404.96 c localbranching : 0.00 0 0
404.91/404.96 c mutation : 0.00 0 0
404.91/404.96 c dins : 0.00 0 0
404.91/404.96 c vbounds : 0.00 0 0
404.91/404.96 c undercover : 0.05 1 1
404.91/404.96 c subnlp : 0.01 0 0
404.91/404.96 c trysol : 0.02 0 0
404.91/404.96 c LP : Time Calls Iterations Iter/call Iter/sec
404.91/404.96 c primal LP : 2.83 0 0 0.00 0.00
404.91/404.96 c dual LP : 313.76 98735 3822509 38.71 12182.93
404.91/404.96 c lex dual LP : 0.00 0 0 0.00 -
404.91/404.96 c barrier LP : 0.00 0 0 0.00 -
404.91/404.96 c diving/probing LP: 30.90 26434 378608 14.32 12250.90
404.91/404.96 c strong branching : 20.78 2080 257377 123.74 12387.82
404.91/404.96 c (at root node) : - 13 13000 1000.00 -
404.91/404.96 c conflict analysis: 0.00 0 0 0.00 -
404.91/404.96 c B&B Tree :
404.91/404.96 c number of runs : 1
404.91/404.96 c nodes : 77688
404.91/404.96 c nodes (total) : 77688
404.91/404.96 c nodes left : 0
404.91/404.96 c max depth : 48
404.91/404.96 c max depth (total): 48
404.91/404.96 c backtracks : 12571 (16.2%)
404.91/404.96 c delayed cutoffs : 1
404.91/404.96 c repropagations : 2031 (1549 domain reductions, 0 cutoffs)
404.91/404.96 c avg switch length: 6.06
404.91/404.96 c switching time : 6.74
404.91/404.96 c Solution :
404.91/404.96 c Solutions found : 15 (9 improvements)
404.91/404.96 c First Solution : +0.00000000000000e+00 (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
404.91/404.96 c Primal Bound : -1.40000000000000e+01 (in run 1, after 22901 nodes, 168.07 seconds, depth 30, found by <relaxation>)
404.91/404.96 c Dual Bound : -1.40000000000000e+01
404.91/404.96 c Gap : 0.00 %
404.91/404.96 c Root Dual Bound : -2.50000000000000e+01
404.91/404.96 c Root Iterations : 1082
404.91/404.97 c Time complete: 404.98.
Verifier Data
Watcher Data
runsolver Copyright (C) 2010-2011 Olivier ROUSSEL
This is runsolver version 3.3.1 (svn: 988)
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-3485200-1307786628/watcher-3485200-1307786628 -o /tmp/evaluation-result-3485200-1307786628/solver-3485200-1307786628 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485200-1307786628.opb -t 1800 -m 15500
running on 4 cores: 1,3,5,7
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 2.01 2.01 1.91 3/174 17666
/proc/meminfo: memFree=31723700/32951124 swapFree=67062492/67111528
[pid=17666] ppid=17664 vsize=9836 CPUtime=0 cores=1,3,5,7
/proc/17666/stat : 17666 (scip-2.0.1.4_2.) R 17664 17666 17360 0 -1 4202496 1467 0 0 0 0 0 0 0 25 0 1 0 871078684 10072064 1421 33554432000 4194304 8979876 140733443734880 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17666/statm: 2459 1421 367 1169 0 1286 0
[startup+0.021983 s]
/proc/loadavg: 2.01 2.01 1.91 3/174 17666
/proc/meminfo: memFree=31723700/32951124 swapFree=67062492/67111528
[pid=17666] ppid=17664 vsize=16800 CPUtime=0.01 cores=1,3,5,7
/proc/17666/stat : 17666 (scip-2.0.1.4_2.) R 17664 17666 17360 0 -1 4202496 3230 0 0 0 1 0 0 0 25 0 1 0 871078684 17203200 2927 33554432000 4194304 8979876 140733443734880 18446744073709551615 18446744073699065939 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17666/statm: 4200 2927 480 1169 0 3027 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16800
[startup+0.100962 s]
/proc/loadavg: 2.01 2.01 1.91 3/174 17666
/proc/meminfo: memFree=31723700/32951124 swapFree=67062492/67111528
[pid=17666] ppid=17664 vsize=40800 CPUtime=0.09 cores=1,3,5,7
/proc/17666/stat : 17666 (scip-2.0.1.4_2.) R 17664 17666 17360 0 -1 4202496 9574 0 0 0 8 1 0 0 25 0 1 0 871078684 41779200 8891 33554432000 4194304 8979876 140733443734880 18446744073709551615 7836164 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17666/statm: 10200 8891 669 1169 0 9027 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40800
[startup+0.300921 s]
/proc/loadavg: 2.01 2.01 1.91 3/174 17666
/proc/meminfo: memFree=31723700/32951124 swapFree=67062492/67111528
[pid=17666] ppid=17664 vsize=40884 CPUtime=0.29 cores=1,3,5,7
/proc/17666/stat : 17666 (scip-2.0.1.4_2.) R 17664 17666 17360 0 -1 4202496 11837 0 0 0 27 2 0 0 25 0 1 0 871078684 41865216 9045 33554432000 4194304 8979876 140733443734880 18446744073709551615 6250989 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17666/statm: 10221 9045 711 1169 0 9048 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40884
[startup+0.70085 s]
/proc/loadavg: 2.01 2.01 1.91 3/174 17666
/proc/meminfo: memFree=31723700/32951124 swapFree=67062492/67111528
[pid=17666] ppid=17664 vsize=41124 CPUtime=0.69 cores=1,3,5,7
/proc/17666/stat : 17666 (scip-2.0.1.4_2.) R 17664 17666 17360 0 -1 4202496 11905 0 0 0 66 3 0 0 25 0 1 0 871078684 42110976 9113 33554432000 4194304 8979876 140733443734880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17666/statm: 10281 9113 715 1169 0 9108 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41124
[startup+1.50071 s]
/proc/loadavg: 2.01 2.01 1.91 3/175 17667
/proc/meminfo: memFree=31689004/32951124 swapFree=67062492/67111528
[pid=17666] ppid=17664 vsize=41124 CPUtime=1.49 cores=1,3,5,7
/proc/17666/stat : 17666 (scip-2.0.1.4_2.) R 17664 17666 17360 0 -1 4202496 11905 0 0 0 142 7 0 0 25 0 1 0 871078684 42110976 9113 33554432000 4194304 8979876 140733443734880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17666/statm: 10281 9113 715 1169 0 9108 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41124
[startup+3.1004 s]
/proc/loadavg: 2.01 2.01 1.91 3/175 17667
/proc/meminfo: memFree=31674368/32951124 swapFree=67062492/67111528
[pid=17666] ppid=17664 vsize=41124 CPUtime=3.09 cores=1,3,5,7
/proc/17666/stat : 17666 (scip-2.0.1.4_2.) R 17664 17666 17360 0 -1 4202496 11908 0 0 0 296 13 0 0 25 0 1 0 871078684 42110976 9116 33554432000 4194304 8979876 140733443734880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17666/statm: 10281 9116 715 1169 0 9108 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41124
[startup+6.30081 s]
/proc/loadavg: 2.01 2.01 1.91 3/175 17667
/proc/meminfo: memFree=31674492/32951124 swapFree=67062492/67111528
[pid=17666] ppid=17664 vsize=41124 CPUtime=6.29 cores=1,3,5,7
/proc/17666/stat : 17666 (scip-2.0.1.4_2.) R 17664 17666 17360 0 -1 4202496 11910 0 0 0 599 30 0 0 25 0 1 0 871078684 42110976 9118 33554432000 4194304 8979876 140733443734880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17666/statm: 10281 9118 715 1169 0 9108 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41124
[startup+12.7006 s]
/proc/loadavg: 2.01 2.00 1.91 3/175 17667
/proc/meminfo: memFree=31673496/32951124 swapFree=67062492/67111528
[pid=17666] ppid=17664 vsize=41124 CPUtime=12.69 cores=1,3,5,7
/proc/17666/stat : 17666 (scip-2.0.1.4_2.) R 17664 17666 17360 0 -1 4202496 11913 0 0 0 1208 61 0 0 25 0 1 0 871078684 42110976 9121 33554432000 4194304 8979876 140733443734880 18446744073709551615 4786285 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17666/statm: 10281 9121 715 1169 0 9108 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41124
[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 1.91 3/175 17668
/proc/meminfo: memFree=31673788/32951124 swapFree=67062492/67111528
[pid=17666] ppid=17664 vsize=41124 CPUtime=25.49 cores=1,3,5,7
/proc/17666/stat : 17666 (scip-2.0.1.4_2.) R 17664 17666 17360 0 -1 4202496 11919 0 0 0 2429 120 0 0 25 0 1 0 871078684 42110976 9127 33554432000 4194304 8979876 140733443734880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17666/statm: 10281 9127 719 1169 0 9108 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41124
[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 17668
/proc/meminfo: memFree=31671344/32951124 swapFree=67062492/67111528
[pid=17666] ppid=17664 vsize=42332 CPUtime=51.09 cores=1,3,5,7
/proc/17666/stat : 17666 (scip-2.0.1.4_2.) R 17664 17666 17360 0 -1 4202496 14169 0 0 0 4878 231 0 0 25 0 1 0 871078684 43347968 9695 33554432000 4194304 8979876 140733443734880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17666/statm: 10583 9695 730 1169 0 9410 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 42332
[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 17670
/proc/meminfo: memFree=31666296/32951124 swapFree=67062492/67111528
[pid=17666] ppid=17664 vsize=47220 CPUtime=102.3 cores=1,3,5,7
/proc/17666/stat : 17666 (scip-2.0.1.4_2.) R 17664 17666 17360 0 -1 4202496 17389 0 0 0 9762 468 0 0 25 0 1 0 871078684 48353280 10927 33554432000 4194304 8979876 140733443734880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17666/statm: 11805 10927 731 1169 0 10632 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 47220
[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 17671
/proc/meminfo: memFree=31660676/32951124 swapFree=67062492/67111528
[pid=17666] ppid=17664 vsize=53536 CPUtime=162.3 cores=1,3,5,7
/proc/17666/stat : 17666 (scip-2.0.1.4_2.) R 17664 17666 17360 0 -1 4202496 21483 0 0 0 15479 751 0 0 25 0 1 0 871078684 54820864 12498 33554432000 4194304 8979876 140733443734880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17666/statm: 13384 12498 731 1169 0 12211 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 53536
[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 17673
/proc/meminfo: memFree=31658752/32951124 swapFree=67062492/67111528
[pid=17666] ppid=17664 vsize=54708 CPUtime=222.3 cores=1,3,5,7
/proc/17666/stat : 17666 (scip-2.0.1.4_2.) R 17664 17666 17360 0 -1 4202496 34767 0 0 0 21197 1033 0 0 25 0 1 0 871078684 56020992 12778 33554432000 4194304 8979876 140733443734880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17666/statm: 13677 12778 731 1169 0 12504 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 54708
[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 17675
/proc/meminfo: memFree=31657720/32951124 swapFree=67062492/67111528
[pid=17666] ppid=17664 vsize=55796 CPUtime=282.3 cores=1,3,5,7
/proc/17666/stat : 17666 (scip-2.0.1.4_2.) R 17664 17666 17360 0 -1 4202496 37653 0 0 0 26906 1324 0 0 25 0 1 0 871078684 57135104 13050 33554432000 4194304 8979876 140733443734880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17666/statm: 13949 13050 731 1169 0 12776 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 55796
[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 17676
/proc/meminfo: memFree=31656196/32951124 swapFree=67062492/67111528
[pid=17666] ppid=17664 vsize=57428 CPUtime=342.3 cores=1,3,5,7
/proc/17666/stat : 17666 (scip-2.0.1.4_2.) R 17664 17666 17360 0 -1 4202496 40597 0 0 0 32616 1614 0 0 25 0 1 0 871078684 58806272 13454 33554432000 4194304 8979876 140733443734880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17666/statm: 14357 13454 731 1169 0 13184 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 57428
[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 17678
/proc/meminfo: memFree=31655664/32951124 swapFree=67062492/67111528
[pid=17666] ppid=17664 vsize=57564 CPUtime=402.3 cores=1,3,5,7
/proc/17666/stat : 17666 (scip-2.0.1.4_2.) R 17664 17666 17360 0 -1 4202496 43239 0 0 0 38331 1899 0 0 25 0 1 0 871078684 58945536 13498 33554432000 4194304 8979876 140733443734880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17666/statm: 14391 13498 731 1169 0 13218 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 57564
Solver just ended. Dumping a history of the last processes samples
[startup+403.101 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 17678
/proc/meminfo: memFree=31655664/32951124 swapFree=67062492/67111528
[pid=17666] ppid=17664 vsize=57564 CPUtime=403.11 cores=1,3,5,7
/proc/17666/stat : 17666 (scip-2.0.1.4_2.) R 17664 17666 17360 0 -1 4202496 43239 0 0 0 38408 1903 0 0 25 0 1 0 871078684 58945536 13498 33554432000 4194304 8979876 140733443734880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17666/statm: 14391 13498 731 1169 0 13218 0
Current children cumulated CPU time (s) 403.11
Current children cumulated vsize (KiB) 57564
[startup+403.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 17678
/proc/meminfo: memFree=31655664/32951124 swapFree=67062492/67111528
[pid=17666] ppid=17664 vsize=57564 CPUtime=403.91 cores=1,3,5,7
/proc/17666/stat : 17666 (scip-2.0.1.4_2.) R 17664 17666 17360 0 -1 4202496 43239 0 0 0 38485 1906 0 0 25 0 1 0 871078684 58945536 13498 33554432000 4194304 8979876 140733443734880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17666/statm: 14391 13498 731 1169 0 13218 0
Current children cumulated CPU time (s) 403.91
Current children cumulated vsize (KiB) 57564
[startup+404.7 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 17678
/proc/meminfo: memFree=31655664/32951124 swapFree=67062492/67111528
[pid=17666] ppid=17664 vsize=57564 CPUtime=404.71 cores=1,3,5,7
/proc/17666/stat : 17666 (scip-2.0.1.4_2.) R 17664 17666 17360 0 -1 4202496 43239 0 0 0 38561 1910 0 0 25 0 1 0 871078684 58945536 13498 33554432000 4194304 8979876 140733443734880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17666/statm: 14391 13498 731 1169 0 13218 0
Current children cumulated CPU time (s) 404.71
Current children cumulated vsize (KiB) 57564
[startup+404.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 17678
/proc/meminfo: memFree=31655664/32951124 swapFree=67062492/67111528
[pid=17666] ppid=17664 vsize=57564 CPUtime=404.91 cores=1,3,5,7
/proc/17666/stat : 17666 (scip-2.0.1.4_2.) R 17664 17666 17360 0 -1 4202496 43239 0 0 0 38580 1911 0 0 25 0 1 0 871078684 58945536 13498 33554432000 4194304 8979876 140733443734880 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17666/statm: 14391 13498 731 1169 0 13218 0
Current children cumulated CPU time (s) 404.91
Current children cumulated vsize (KiB) 57564
Child status: 0
Real time (s): 404.973
CPU time (s): 404.983
CPU user time (s): 385.862
CPU system time (s): 19.1211
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 57700
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 385.862
system time used= 19.1211
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43247
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= 7
involuntary context switches= 526
runsolver used 0.509922 second user time and 1.3358 second system time
The end
Launcher Data
Begin job on node147 at 2011-06-11 12:03:48
IDJOB=3485200
IDBENCH=48246
IDSOLVER=1977
FILE ID=node147/3485200-1307786628
RUNJOBID= node147-1307783032-17379
PBS_JOBID= 13550889
Free space on /tmp= 73900 MiB
SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_10_3.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3485200-1307786628/watcher-3485200-1307786628 -o /tmp/evaluation-result-3485200-1307786628/solver-3485200-1307786628 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3485200-1307786628.opb -t 1800 -m 15500
TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4
MD5SUM BENCH= 138d1c5c8dee06528dd1cfb072975c49
RANDOM SEED=1015996194
node147.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.836
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5333.67
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.836
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.75
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.836
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.82
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.836
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.75
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.836
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.82
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.836
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.76
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.836
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.82
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.836
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.75
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
/proc/meminfo:
MemTotal: 32951124 kB
MemFree: 31724012 kB
Buffers: 135080 kB
Cached: 887968 kB
SwapCached: 10296 kB
Active: 493580 kB
Inactive: 587664 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 32951124 kB
LowFree: 31724012 kB
SwapTotal: 67111528 kB
SwapFree: 67062492 kB
Dirty: 33472 kB
Writeback: 0 kB
AnonPages: 56284 kB
Mapped: 13120 kB
Slab: 81104 kB
PageTables: 4320 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 83587088 kB
Committed_AS: 217196 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
Hugepagesize: 2048 kB
Free space on /tmp at the end= 73884 MiB
End job on node147 at 2011-06-11 12:10:33