Trace number 3734811
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-PB06/OPT-SMALLINT/submitted-PB06/manquiho/ market-split/normalized-market-split_4_30_4.opb |
MD5SUM | 56022330ee2943e2696d570dbfee01d9 |
Bench Category | OPT-SMALLINT (optimisation, small integers) |
Best result obtained on this benchmark | UNSAT |
Best value of the objective obtained on this benchmark | |
Best CPU time to get the best result obtained on this benchmark | 7.73782 |
Has Objective Function | YES |
Satisfiable | NO |
(Un)Satisfiability was proved | YES |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 31 |
Total number of constraints | 9 |
Number of constraints which are clauses | 1 |
Number of constraints which are cardinality constraints (but not clauses) | 0 |
Number of constraints which are nor clauses,nor cardinality constraints | 8 |
Minimum length of a constraint | 1 |
Maximum length of a constraint | 30 |
Number of terms in the objective function | 1 |
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 | 1 |
Number of bits of the sum of numbers in the objective function | 1 |
Biggest number in a constraint | 869 |
Number of bits of the biggest number in a constraint | 10 |
Biggest sum of numbers in a constraint | 2608 |
Number of bits of the biggest sum of numbers | 12 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
Solver Data
0.00/0.00 c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00 c Copyright (c) 2002-2010 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-3734811-1338701263.opb>
0.00/0.00 c original problem has 31 variables (31 bin, 0 int, 0 impl, 0 cont) and 9 constraints
0.00/0.00 c problem read
0.00/0.00 c presolving settings loaded
0.00/0.00 c presolving:
0.00/0.01 c (round 1) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01 c (round 2) 1 del vars, 5 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01 c presolving (3 rounds):
0.00/0.01 c 1 deleted vars, 5 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01 c 0 implications, 0 cliques
0.00/0.01 c presolved problem has 30 variables (30 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.01 c 4 constraints of type <linear>
0.00/0.01 c transformed objective value is always integral (scale: 1)
0.00/0.01 c Presolving Time: 0.00
0.00/0.01 c - non default parameters ----------------------------------------------------------------------
0.00/0.01 c # SCIP version 1.2.1.3
0.00/0.01 c
0.00/0.01 c # frequency for displaying node information lines
0.00/0.01 c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01 c display/freq = 10000
0.00/0.01 c
0.00/0.01 c # maximal time in seconds to run
0.00/0.01 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01 c limits/time = 1790
0.00/0.01 c
0.00/0.01 c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01 c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01 c limits/memory = 13950
0.00/0.01 c
0.00/0.01 c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01 c # [type: int, range: [1,2], default: 1]
0.00/0.01 c timing/clocktype = 2
0.00/0.01 c
0.00/0.01 c # should presolving try to simplify inequalities
0.00/0.01 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01 c constraints/linear/simplifyinequalities = TRUE
0.00/0.01 c
0.00/0.01 c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01 c constraints/indicator/addCouplingCons = TRUE
0.00/0.01 c
0.00/0.01 c # should presolving try to simplify knapsacks
0.00/0.01 c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01 c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01 c
0.00/0.01 c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01 c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01 c separating/rapidlearning/freq = 0
0.00/0.01 c
0.00/0.01 c -----------------------------------------------------------------------------------------------
0.00/0.01 c start solving
0.00/0.01 c
0.00/0.01 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.00/0.01 c 0.0s| 1 | 0 | 16 | - | 193k| 0 | 4 | 30 | 4 | 30 | 4 | 0 | 0 | 0 | 0.000000e+00 | -- | Inf
0.00/0.03 c 0.0s| 1 | 0 | 67 | - | 320k| 0 | 8 | 30 | 66 | 30 | 9 | 5 | 0 | 0 | 0.000000e+00 | -- | Inf
0.00/0.04 c 0.0s| 1 | 0 | 72 | - | 338k| 0 | 8 | 30 | 66 | 30 | 13 | 9 | 0 | 0 | 0.000000e+00 | -- | Inf
0.00/0.04 c 0.0s| 1 | 0 | 78 | - | 357k| 0 | 12 | 30 | 66 | 30 | 17 | 13 | 0 | 0 | 0.000000e+00 | -- | Inf
0.00/0.04 c 0.0s| 1 | 0 | 86 | - | 373k| 0 | 14 | 30 | 66 | 30 | 22 | 18 | 0 | 0 | 0.000000e+00 | -- | Inf
0.00/0.04 c 0.0s| 1 | 0 | 103 | - | 388k| 0 | 14 | 30 | 66 | 30 | 27 | 23 | 0 | 0 | 0.000000e+00 | -- | Inf
0.00/0.05 c 0.0s| 1 | 0 | 105 | - | 395k| 0 | 15 | 30 | 66 | 30 | 30 | 26 | 0 | 0 | 0.000000e+00 | -- | Inf
0.00/0.07 c 0.1s| 1 | 2 | 105 | - | 396k| 0 | 15 | 30 | 66 | 30 | 30 | 26 | 0 | 9 | 0.000000e+00 | -- | Inf
1.39/1.47 c 1.5s| 10000 | 2071 | 16416 | 1.6 |2544k| 24 | 4 | 30 |2503 | 30 | 15 | 26 |2717 | 343 | 0.000000e+00 | -- | Inf
3.20/3.23 c 3.2s| 20000 | 3265 | 32099 | 1.6 |3743k| 24 | 4 | 30 |3157 | 30 | 15 | 26 |5771 | 505 | 0.000000e+00 | -- | Inf
4.89/4.98 c 5.0s| 30000 | 3856 | 47651 | 1.6 |4323k| 24 | - | 30 |3149 | 0 | 0 | 26 |9129 | 633 | 0.000000e+00 | -- | Inf
6.79/6.83 c 6.8s| 40000 | 4072 | 62883 | 1.6 |4788k| 24 | 4 | 30 |3392 | 30 | 15 | 26 | 12k| 731 | 0.000000e+00 | -- | Inf
8.58/8.64 c 8.6s| 50000 | 4588 | 78507 | 1.6 |5776k| 24 | 4 | 30 |4756 | 30 | 15 | 26 | 16k| 829 | 0.000000e+00 | -- | Inf
10.69/10.70 c 10.7s| 60000 | 4731 | 93621 | 1.6 |6121k| 24 | 4 | 30 |4545 | 30 | 15 | 26 | 19k| 923 | 0.000000e+00 | -- | Inf
12.69/12.72 c 12.7s| 70000 | 4858 |108937 | 1.6 |6678k| 24 | - | 30 |5442 | 0 | 0 | 26 | 23k| 994 | 0.000000e+00 | -- | Inf
14.98/15.01 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
14.98/15.01 c 15.0s| 80000 | 4552 |124196 | 1.6 |6579k| 24 | - | 30 |4987 | 0 | 0 | 26 | 26k|1063 | 0.000000e+00 | -- | Inf
16.89/16.91 c 16.9s| 90000 | 5045 |139602 | 1.5 |7343k| 24 | 4 | 30 |6041 | 30 | 15 | 26 | 30k|1141 | 0.000000e+00 | -- | Inf
19.29/19.36 c 19.4s|100000 | 4527 |154592 | 1.5 |7157k| 24 | - | 30 |5673 | 0 | 0 | 26 | 33k|1219 | 0.000000e+00 | -- | Inf
21.79/21.80 c 21.8s|110000 | 3928 |169539 | 1.5 |6900k| 24 | 4 | 30 |5705 | 30 | 15 | 26 | 37k|1270 | 0.000000e+00 | -- | Inf
23.88/23.96 c 24.0s|120000 | 3892 |184317 | 1.5 |7074k| 24 | - | 30 |6233 | 0 | 0 | 26 | 40k|1333 | 0.000000e+00 | -- | Inf
26.18/26.28 c 26.3s|130000 | 3699 |199181 | 1.5 |7207k| 24 | - | 30 |6537 | 0 | 0 | 26 | 44k|1381 | 0.000000e+00 | -- | Inf
28.60/28.61 c 28.6s|140000 | 3406 |214077 | 1.5 |7121k| 25 | 4 | 30 |6477 | 30 | 15 | 26 | 47k|1440 | 0.000000e+00 | -- | Inf
30.59/30.69 c 30.7s|150000 | 3908 |228948 | 1.5 |7648k| 25 | - | 30 |7159 | 0 | 0 | 26 | 50k|1490 | 0.000000e+00 | -- | Inf
32.89/32.95 c 33.0s|160000 | 3673 |243653 | 1.5 |8016k| 25 | - | 30 |8312 | 0 | 0 | 26 | 53k|1551 | 0.000000e+00 | -- | Inf
35.48/35.52 c 35.5s|170000 | 3699 |258436 | 1.5 |7918k| 25 | 4 | 30 |7312 | 30 | 15 | 26 | 57k|1591 | 0.000000e+00 | -- | Inf
37.98/38.02 c 38.0s|180000 | 3312 |272693 | 1.5 |7876k| 25 | 4 | 30 |7732 | 30 | 15 | 26 | 60k|1639 | 0.000000e+00 | -- | Inf
40.59/40.62 c 40.6s|190000 | 3167 |288653 | 1.5 |7621k| 25 | - | 30 |7412 | 30 | 15 | 26 | 64k|1692 | 0.000000e+00 | -- | Inf
43.18/43.20 c 43.2s|200000 | 2796 |304334 | 1.5 |7802k| 25 | - | 30 |8468 | 0 | 0 | 26 | 68k|1743 | 0.000000e+00 | -- | Inf
46.09/46.20 c 46.2s|210000 | 1982 |318944 | 1.5 |6585k| 25 | 4 | 30 |6971 | 30 | 15 | 26 | 72k|1788 | 0.000000e+00 | -- | Inf
48.68/48.73 c 48.7s|220000 | 1598 |334423 | 1.5 |6193k| 25 | - | 30 |7034 | 0 | 0 | 26 | 76k|1836 | 0.000000e+00 | -- | Inf
50.98/51.06 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
50.98/51.06 c 51.1s|230000 | 1484 |349003 | 1.5 |6233k| 25 | - | 30 |7455 | 30 | 15 | 26 | 79k|1878 | 0.000000e+00 | -- | Inf
53.48/53.53 c 53.5s|240000 | 1353 |364157 | 1.5 |6349k| 25 | 4 | 30 |8331 | 30 | 15 | 26 | 83k|1920 | 0.000000e+00 | -- | Inf
55.88/55.94 c 55.9s|250000 | 1253 |379237 | 1.5 |6052k| 25 | 4 | 30 |8225 | 30 | 15 | 26 | 86k|1965 | 0.000000e+00 | -- | Inf
58.28/58.33 c 58.3s|260000 | 957 |394208 | 1.5 |6199k| 25 | - | 30 |9279 | 0 | 0 | 26 | 90k|2005 | 0.000000e+00 | -- | Inf
61.07/61.16 c 61.2s|270000 | 222 |409798 | 1.5 |4465k| 25 | - | 30 |7420 | 30 | 15 | 26 | 94k|2048 | 0.000000e+00 | -- | Inf
63.38/63.48 c 63.5s|280000 | 352 |426068 | 1.5 |4685k| 25 | - | 30 |8131 | 30 | 15 | 26 | 98k|2088 | 0.000000e+00 | -- | Inf
65.77/65.82 c 65.8s|290000 | 181 |441028 | 1.5 |5058k| 25 | 4 | 30 |9470 | 30 | 15 | 26 | 102k|2125 | 0.000000e+00 | -- | Inf
68.18/68.29 c 68.3s|300000 | 305 |457276 | 1.5 |5161k| 25 | - | 30 | 10k| 30 | 15 | 26 | 107k|2157 | 0.000000e+00 | -- | Inf
71.27/71.31 c 71.3s|310000 | 348 |474943 | 1.5 |5894k| 25 | 4 | 30 | 12k| 30 | 15 | 26 | 114k|2201 | 0.000000e+00 | -- | Inf
74.68/74.77 c 74.8s|320000 | 57 |492557 | 1.5 |6060k| 25 | - | 30 | 13k| 30 | 15 | 26 | 122k|2240 | 0.000000e+00 | -- | Inf
78.27/78.31 c 78.3s|330000 | 97 |510790 | 1.5 |6897k| 25 | - | 30 | 15k| 0 | 0 | 26 | 129k|2278 | 0.000000e+00 | -- | Inf
80.07/80.17 c
80.07/80.17 c SCIP Status : problem is solved [infeasible]
80.07/80.17 c Solving Time (sec) : 80.17
80.07/80.17 c Solving Nodes : 334646
80.07/80.17 c Primal Bound : +1.00000000000000e+20 (0 solutions)
80.07/80.17 c Dual Bound : +1.00000000000000e+20
80.07/80.17 c Gap : 0.00 %
80.07/80.17 s UNSATISFIABLE
80.07/80.17 c SCIP Status : problem is solved [infeasible]
80.07/80.17 c Solving Time : 80.17
80.07/80.17 c Original Problem :
80.07/80.17 c Problem name : HOME/instance-3734811-1338701263.opb
80.07/80.17 c Variables : 31 (31 binary, 0 integer, 0 implicit integer, 0 continuous)
80.07/80.17 c Constraints : 9 initial, 9 maximal
80.07/80.17 c Presolved Problem :
80.07/80.17 c Problem name : t_HOME/instance-3734811-1338701263.opb
80.07/80.17 c Variables : 30 (30 binary, 0 integer, 0 implicit integer, 0 continuous)
80.07/80.17 c Constraints : 4 initial, 16778 maximal
80.07/80.17 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
80.07/80.17 c trivial : 0.00 0 0 0 0 0 0 0 0
80.07/80.17 c dualfix : 0.00 1 0 0 0 0 0 0 0
80.07/80.17 c boundshift : 0.00 0 0 0 0 0 0 0 0
80.07/80.17 c inttobinary : 0.00 0 0 0 0 0 0 0 0
80.07/80.17 c implics : 0.00 0 0 0 0 0 0 0 0
80.07/80.17 c probing : 0.00 0 0 0 0 0 0 0 0
80.07/80.17 c linear : 0.00 0 0 0 0 0 5 0 0
80.07/80.17 c logicor : 0.00 0 0 0 0 0 0 0 0
80.07/80.17 c root node : - 2 - - 2 - - - -
80.07/80.17 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
80.07/80.17 c integral : 0 0 0 185086 0 149 851 0 0 368454
80.07/80.17 c linear : 4+ 7 746375 0 0 127102 920644 0 0 0
80.07/80.17 c logicor : 0+ 0 371147 0 0 2957 116898 0 0 0
80.07/80.17 c countsols : 0 0 0 0 0 0 0 0 0 0
80.07/80.17 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
80.07/80.17 c integral : 1.05 0.00 0.00 1.05 0.00
80.07/80.17 c linear : 11.16 0.00 11.16 0.00 0.00
80.07/80.17 c logicor : 19.72 0.00 19.72 0.00 0.00
80.07/80.17 c countsols : 0.00 0.00 0.00 0.00 0.00
80.07/80.17 c Propagators : Time Calls Cutoffs DomReds
80.07/80.17 c vbounds : 0.10 2 0 0
80.07/80.17 c rootredcost : 0.09 0 0 0
80.07/80.17 c pseudoobj : 0.07 0 0 0
80.07/80.17 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
80.07/80.17 c propagation : 2.29 130059 56289 155881 18.5 8 15.8 -
80.07/80.17 c infeasible LP : 0.97 52940 52939 88968 12.7 754 17.1 0
80.07/80.17 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
80.07/80.17 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
80.07/80.17 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
80.07/80.17 c applied globally : - - - 133375 14.0 - - -
80.07/80.17 c applied locally : - - - 0 0.0 - - -
80.07/80.17 c Separators : Time Calls Cutoffs DomReds Cuts Conss
80.07/80.17 c cut pool : 0.00 5 - - 19 - (maximal pool size: 93)
80.07/80.17 c redcost : 0.14 185089 0 0 0 0
80.07/80.17 c impliedbounds : 0.00 6 0 0 0 0
80.07/80.17 c intobj : 0.00 0 0 0 0 0
80.07/80.17 c cgmip : 0.00 0 0 0 0 0
80.07/80.17 c gomory : 0.00 6 0 0 1 0
80.07/80.17 c strongcg : 0.00 6 0 0 12 0
80.07/80.17 c cmir : 0.00 6 0 0 39 0
80.07/80.17 c flowcover : 0.00 6 0 0 56 0
80.07/80.17 c clique : 0.00 1 0 0 0 0
80.07/80.17 c zerohalf : 0.00 0 0 0 0 0
80.07/80.17 c mcf : 0.00 1 0 0 0 0
80.07/80.17 c rapidlearning : 0.02 1 0 0 0 62
80.07/80.17 c Pricers : Time Calls Vars
80.07/80.17 c problem variables: 0.00 0 0
80.07/80.17 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
80.07/80.17 c relpscost : 0.97 185086 149 851 0 0 368454
80.07/80.17 c pscost : 0.00 0 0 0 0 0 0
80.07/80.17 c inference : 0.00 0 0 0 0 0 0
80.07/80.17 c mostinf : 0.00 0 0 0 0 0 0
80.07/80.17 c leastinf : 0.00 0 0 0 0 0 0
80.07/80.17 c fullstrong : 0.00 0 0 0 0 0 0
80.07/80.17 c allfullstrong : 0.00 0 0 0 0 0 0
80.07/80.17 c random : 0.00 0 0 0 0 0 0
80.07/80.17 c Primal Heuristics : Time Calls Found
80.07/80.17 c LP solutions : 0.00 - 0
80.07/80.17 c pseudo solutions : 0.00 - 0
80.07/80.17 c oneopt : 0.06 0 0
80.07/80.17 c crossover : 0.04 0 0
80.07/80.17 c guideddiving : 0.01 0 0
80.07/80.17 c veclendiving : 0.01 29 0
80.07/80.17 c coefdiving : 0.01 30 0
80.07/80.17 c pscostdiving : 0.01 30 0
80.07/80.17 c fracdiving : 0.01 30 0
80.07/80.17 c linesearchdiving : 0.01 30 0
80.07/80.17 c feaspump : 0.01 17 0
80.07/80.17 c trivial : 0.00 2 0
80.07/80.17 c simplerounding : 0.03 0 0
80.07/80.17 c zirounding : 0.04 1000 0
80.07/80.17 c rounding : 0.09 6054 0
80.07/80.17 c shifting : 0.33 1936 0
80.07/80.17 c intshifting : 0.01 0 0
80.07/80.17 c twoopt : 0.00 0 0
80.07/80.17 c fixandinfer : 0.00 0 0
80.07/80.17 c intdiving : 0.00 0 0
80.07/80.17 c actconsdiving : 0.00 0 0
80.07/80.17 c objpscostdiving : 0.01 17 0
80.07/80.17 c rootsoldiving : 0.01 15 0
80.07/80.17 c octane : 0.00 0 0
80.07/80.17 c rens : 0.02 1 0
80.07/80.17 c rins : 0.00 0 0
80.07/80.17 c localbranching : 0.00 0 0
80.07/80.17 c mutation : 0.00 0 0
80.07/80.17 c dins : 0.00 0 0
80.07/80.17 c undercover : 0.00 0 0
80.07/80.17 c nlp : 0.04 0 0
80.07/80.17 c trysol : 0.05 0 0
80.07/80.17 c LP : Time Calls Iterations Iter/call Iter/sec
80.07/80.17 c primal LP : 0.00 0 0 0.00 -
80.07/80.17 c dual LP : 7.92 233834 519169 2.22 65588.59
80.07/80.17 c lex dual LP : 0.00 0 0 0.00 -
80.07/80.17 c barrier LP : 0.00 0 0 0.00 -
80.07/80.17 c diving/probing LP: 0.01 236 435 1.84 38288.88
80.07/80.17 c strong branching : 0.15 2300 8433 3.67 57987.06
80.07/80.17 c (at root node) : - 9 375 41.67 -
80.07/80.17 c conflict analysis: 0.00 0 0 0.00 -
80.07/80.17 c B&B Tree :
80.07/80.17 c number of runs : 1
80.07/80.17 c nodes : 334646
80.07/80.17 c nodes (total) : 334646
80.07/80.17 c nodes left : 0
80.07/80.17 c max depth : 25
80.07/80.17 c max depth (total): 25
80.07/80.17 c backtracks : 100188 (29.9%)
80.07/80.17 c delayed cutoffs : 33809
80.07/80.17 c repropagations : 164204 (313887 domain reductions, 32382 cutoffs)
80.07/80.17 c avg switch length: 5.21
80.07/80.17 c switching time : 23.89
80.07/80.17 c Solution :
80.07/80.17 c Solutions found : 0 (0 improvements)
80.07/80.17 c Primal Bound : infeasible
80.07/80.17 c Dual Bound : -
80.07/80.17 c Gap : 0.00 %
80.07/80.17 c Root Dual Bound : +0.00000000000000e+00
80.07/80.17 c Root Iterations : 105
80.07/80.19 c Time complete: 80.16.
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-3734811-1338701263/watcher-3734811-1338701263 -o /tmp/evaluation-result-3734811-1338701263/solver-3734811-1338701263 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3734811-1338701263.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.00 2.00 2.00 3/176 27913
/proc/meminfo: memFree=31426496/32873844 swapFree=7116/7116
[pid=27913] ppid=27911 vsize=9972 CPUtime=0 cores=1,3,5,7
/proc/27913/stat : 27913 (pbscip.linux.x8) R 27911 27913 25766 0 -1 4202496 1585 0 0 0 0 0 0 0 20 0 1 0 336254887 10211328 1531 33554432000 4194304 8395647 140735678853664 140735678849464 7382157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27913/statm: 2493 1539 374 1026 0 1463 0
[startup+0.0849259 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 27913
/proc/meminfo: memFree=31426496/32873844 swapFree=7116/7116
[pid=27913] ppid=27911 vsize=23004 CPUtime=0.07 cores=1,3,5,7
/proc/27913/stat : 27913 (pbscip.linux.x8) R 27911 27913 25766 0 -1 4202496 5261 0 0 0 6 1 0 0 20 0 1 0 336254887 23556096 4854 33554432000 4194304 8395647 140735678853664 140735678849464 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27913/statm: 5751 4854 621 1026 0 4721 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 23004
[startup+0.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 27913
/proc/meminfo: memFree=31426496/32873844 swapFree=7116/7116
[pid=27913] ppid=27911 vsize=23004 CPUtime=0.09 cores=1,3,5,7
/proc/27913/stat : 27913 (pbscip.linux.x8) R 27911 27913 25766 0 -1 4202496 5262 0 0 0 8 1 0 0 20 0 1 0 336254887 23556096 4855 33554432000 4194304 8395647 140735678853664 140735678849464 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27913/statm: 5751 4855 622 1026 0 4721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23004
[startup+0.300227 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 27913
/proc/meminfo: memFree=31426496/32873844 swapFree=7116/7116
[pid=27913] ppid=27911 vsize=23004 CPUtime=0.28 cores=1,3,5,7
/proc/27913/stat : 27913 (pbscip.linux.x8) R 27911 27913 25766 0 -1 4202496 5263 0 0 0 27 1 0 0 20 0 1 0 336254887 23556096 4856 33554432000 4194304 8395647 140735678853664 140735678849464 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27913/statm: 5751 4856 622 1026 0 4721 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 23004
[startup+0.700223 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 27913
/proc/meminfo: memFree=31426496/32873844 swapFree=7116/7116
[pid=27913] ppid=27911 vsize=23004 CPUtime=0.69 cores=1,3,5,7
/proc/27913/stat : 27913 (pbscip.linux.x8) R 27911 27913 25766 0 -1 4202496 5266 0 0 0 67 2 0 0 20 0 1 0 336254887 23556096 4859 33554432000 4194304 8395647 140735678853664 140735678849464 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27913/statm: 5751 4859 622 1026 0 4721 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23004
[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27914
/proc/meminfo: memFree=31409872/32873844 swapFree=7116/7116
[pid=27913] ppid=27911 vsize=23004 CPUtime=1.49 cores=1,3,5,7
/proc/27913/stat : 27913 (pbscip.linux.x8) R 27911 27913 25766 0 -1 4202496 5270 0 0 0 145 4 0 0 20 0 1 0 336254887 23556096 4863 33554432000 4194304 8395647 140735678853664 140735678849272 6068889 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27913/statm: 5751 4863 622 1026 0 4721 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23004
[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27914
/proc/meminfo: memFree=31409500/32873844 swapFree=7116/7116
[pid=27913] ppid=27911 vsize=23004 CPUtime=3.09 cores=1,3,5,7
/proc/27913/stat : 27913 (pbscip.linux.x8) R 27911 27913 25766 0 -1 4202496 5274 0 0 0 302 7 0 0 20 0 1 0 336254887 23556096 4867 33554432000 4194304 8395647 140735678853664 140735678849272 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27913/statm: 5751 4867 622 1026 0 4721 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23004
[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27914
/proc/meminfo: memFree=31408632/32873844 swapFree=7116/7116
[pid=27913] ppid=27911 vsize=23004 CPUtime=6.29 cores=1,3,5,7
/proc/27913/stat : 27913 (pbscip.linux.x8) R 27911 27913 25766 0 -1 4202496 5278 0 0 0 616 13 0 0 20 0 1 0 336254887 23556096 4871 33554432000 4194304 8395647 140735678853664 140735678849272 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27913/statm: 5751 4871 622 1026 0 4721 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23004
[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27914
/proc/meminfo: memFree=31408276/32873844 swapFree=7116/7116
[pid=27913] ppid=27911 vsize=23272 CPUtime=12.69 cores=1,3,5,7
/proc/27913/stat : 27913 (pbscip.linux.x8) R 27911 27913 25766 0 -1 4202496 5366 0 0 0 1247 22 0 0 20 0 1 0 336254887 23830528 4959 33554432000 4194304 8395647 140735678853664 140735678848472 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27913/statm: 5818 4959 622 1026 0 4788 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23272
[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 27914
/proc/meminfo: memFree=31405052/32873844 swapFree=7116/7116
[pid=27913] ppid=27911 vsize=25700 CPUtime=25.48 cores=1,3,5,7
/proc/27913/stat : 27913 (pbscip.linux.x8) R 27911 27913 25766 0 -1 4202496 5892 0 0 0 2508 40 0 0 20 0 1 0 336254887 26316800 5485 33554432000 4194304 8395647 140735678853664 140735678849272 6068911 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27913/statm: 6425 5485 622 1026 0 5395 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25700
[startup+51.1002 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 27914
/proc/meminfo: memFree=31401828/32873844 swapFree=7116/7116
[pid=27913] ppid=27911 vsize=26820 CPUtime=51.08 cores=1,3,5,7
/proc/27913/stat : 27913 (pbscip.linux.x8) R 27911 27913 25766 0 -1 4202496 6135 0 0 0 5038 70 0 0 20 0 1 0 336254887 27463680 5728 33554432000 4194304 8395647 140735678853664 140735678849272 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27913/statm: 6705 5728 622 1026 0 5675 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 26820
Solver just ended. Dumping a history of the last processes samples
[startup+63.9002 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 27952
/proc/meminfo: memFree=31585740/32873844 swapFree=7116/7116
[pid=27913] ppid=27911 vsize=27132 CPUtime=63.87 cores=1,3,5,7
/proc/27913/stat : 27913 (pbscip.linux.x8) R 27911 27913 25766 0 -1 4202496 6240 0 0 0 6301 86 0 0 20 0 1 0 336254887 27783168 6286 33554432000 4194304 8395647 140735678853664 140735678849272 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27913/statm: 6783 6286 622 1026 0 5753 0
Current children cumulated CPU time (s) 63.87
Current children cumulated vsize (KiB) 27132
[startup+70.3002 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 27952
/proc/meminfo: memFree=31577076/32873844 swapFree=7116/7116
[pid=27913] ppid=27911 vsize=27560 CPUtime=70.28 cores=1,3,5,7
/proc/27913/stat : 27913 (pbscip.linux.x8) R 27911 27913 25766 0 -1 4202496 6375 0 0 0 6934 94 0 0 20 0 1 0 336254887 28221440 6421 33554432000 4194304 8395647 140735678853664 140735678849272 4962548 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27913/statm: 6890 6421 622 1026 0 5860 0
Current children cumulated CPU time (s) 70.28
Current children cumulated vsize (KiB) 27560
[startup+76.7002 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 27952
/proc/meminfo: memFree=31570924/32873844 swapFree=7116/7116
[pid=27913] ppid=27911 vsize=28688 CPUtime=76.67 cores=1,3,5,7
/proc/27913/stat : 27913 (pbscip.linux.x8) R 27911 27913 25766 0 -1 4202496 6537 0 0 0 7567 100 0 0 20 0 1 0 336254887 29376512 6583 33554432000 4194304 8395647 140735678853664 140735678849272 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27913/statm: 7172 6583 622 1026 0 6142 0
Current children cumulated CPU time (s) 76.67
Current children cumulated vsize (KiB) 28688
[startup+78.3003 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 27952
/proc/meminfo: memFree=31568072/32873844 swapFree=7116/7116
[pid=27913] ppid=27911 vsize=30012 CPUtime=78.27 cores=1,3,5,7
/proc/27913/stat : 27913 (pbscip.linux.x8) R 27911 27913 25766 0 -1 4202496 6837 0 0 0 7726 101 0 0 20 0 1 0 336254887 30732288 6883 33554432000 4194304 8395647 140735678853664 140735678849272 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27913/statm: 7503 6883 622 1026 0 6473 0
Current children cumulated CPU time (s) 78.27
Current children cumulated vsize (KiB) 30012
[startup+79.1002 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 27952
/proc/meminfo: memFree=31566088/32873844 swapFree=7116/7116
[pid=27913] ppid=27911 vsize=30012 CPUtime=79.08 cores=1,3,5,7
/proc/27913/stat : 27913 (pbscip.linux.x8) R 27911 27913 25766 0 -1 4202496 6837 0 0 0 7806 102 0 0 20 0 1 0 336254887 30732288 6883 33554432000 4194304 8395647 140735678853664 140735678849272 4995151 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27913/statm: 7503 6883 622 1026 0 6473 0
Current children cumulated CPU time (s) 79.08
Current children cumulated vsize (KiB) 30012
[startup+79.9003 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 27952
/proc/meminfo: memFree=31566088/32873844 swapFree=7116/7116
[pid=27913] ppid=27911 vsize=30384 CPUtime=79.87 cores=1,3,5,7
/proc/27913/stat : 27913 (pbscip.linux.x8) R 27911 27913 25766 0 -1 4202496 6947 0 0 0 7884 103 0 0 20 0 1 0 336254887 31113216 6993 33554432000 4194304 8395647 140735678853664 140735678849272 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27913/statm: 7596 6993 622 1026 0 6566 0
Current children cumulated CPU time (s) 79.87
Current children cumulated vsize (KiB) 30384
[startup+80.1002 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 27952
/proc/meminfo: memFree=31566088/32873844 swapFree=7116/7116
[pid=27913] ppid=27911 vsize=30384 CPUtime=80.07 cores=1,3,5,7
/proc/27913/stat : 27913 (pbscip.linux.x8) R 27911 27913 25766 0 -1 4202496 6947 0 0 0 7904 103 0 0 20 0 1 0 336254887 31113216 6993 33554432000 4194304 8395647 140735678853664 140735678849272 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/27913/statm: 7596 6993 622 1026 0 6566 0
Current children cumulated CPU time (s) 80.07
Current children cumulated vsize (KiB) 30384
Child status: 0
Real time (s): 80.1919
CPU time (s): 80.1728
CPU user time (s): 79.13
CPU system time (s): 1.04284
CPU usage (%): 99.9762
Max. virtual memory (cumulated for all children) (KiB): 30384
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.13
system time used= 1.04284
maximum resident set size= 28200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7007
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= 11
involuntary context switches= 83
runsolver used 0.116982 second user time and 0.400939 second system time
The end
Launcher Data
Begin job on node103 at 2012-06-03 07:27:43
IDJOB=3734811
IDBENCH=2907
IDSOLVER=2326
FILE ID=node103/3734811-1338701263
RUNJOBID= node103-1338678622-25787
PBS_JOBID= 14636710
Free space on /tmp= 71116 MiB
SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_4.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734811-1338701263/watcher-3734811-1338701263 -o /tmp/evaluation-result-3734811-1338701263/solver-3734811-1338701263 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3734811-1338701263.opb -t 1800 -m 15500
TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4
MD5SUM BENCH= 56022330ee2943e2696d570dbfee01d9
RANDOM SEED=1225196243
node103.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.189
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 : 5332.37
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.189
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.91
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.189
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.92
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.189
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.91
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.189
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.91
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.189
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 : 5411.36
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.189
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.91
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.189
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips : 5331.91
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 32873844 kB
MemFree: 31427388 kB
Buffers: 151604 kB
Cached: 323416 kB
SwapCached: 5652 kB
Active: 354184 kB
Inactive: 334172 kB
Active(anon): 211108 kB
Inactive(anon): 4740 kB
Active(file): 143076 kB
Inactive(file): 329432 kB
Unevictable: 7116 kB
Mlocked: 7116 kB
SwapTotal: 67108856 kB
SwapFree: 67096348 kB
Dirty: 10160 kB
Writeback: 0 kB
AnonPages: 215772 kB
Mapped: 11412 kB
Shmem: 0 kB
Slab: 621496 kB
SReclaimable: 62204 kB
SUnreclaim: 559292 kB
KernelStack: 1464 kB
PageTables: 4412 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 83545776 kB
Committed_AS: 330452 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 346368 kB
VmallocChunk: 34341987984 kB
HardwareCorrupted: 0 kB
AnonHugePages: 186368 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= 71108 MiB
End job on node103 at 2012-06-03 07:29:03