| Solver Name | Answer | CPU time | Wall clock time |
|---|---|---|---|
| SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver | OPTIMUM | 0.721889 | 0.721547 |
| Name | /SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/ normalized-elf.rf6.ucl--soft-0-100-0.wbo |
| MD5SUM | 86c5d97f0ed50bca48960b88ee0ccb00 |
| Bench Category | SOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints) |
| Best result obtained on this benchmark | MOPT |
| Best cost obtained on this benchmark | 2 |
| Best CPU time to get the best result obtained on this benchmark | 0.000999 |
| Max-Satisfiable | |
| Max-(Un)Satisfiability was proved | |
| Best value of the cost | |
| Optimality of the best cost was proved | |
| Number of variables | 67 |
| Total number of constraints | 132 |
| Number of soft constraints | 132 |
| Number of constraints which are clauses | 120 |
| Number of constraints which are cardinality constraints (but not clauses) | 0 |
| Number of constraints which are nor clauses,nor cardinality constraints | 12 |
| Minimum length of a constraint | 1 |
| Maximum length of a constraint | 7 |
| Top cost | 6582 |
| Min constraint cost | 1 |
| Max constraint cost | 100 |
| Sum of constraints costs | 6581 |
| Biggest number in a constraint | 10 |
| Number of bits of the biggest number in a constraint | 4 |
| Biggest sum of numbers in a constraint | 31 |
| Number of bits of the biggest sum of numbers | 5 |
| Number of products (including duplicates) | 0 |
| Sum of products size (including duplicates) | 0 |
| Number of different products | 0 |
| Sum of products size | 0 |
0.00/0.00 c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705331-1278578356.wbo>
0.00/0.00 c original problem has 331 variables (199 bin, 0 int, 132 impl, 0 cont) and 265 constraints
0.00/0.00 c problem read
0.00/0.00 c presolving settings loaded
0.00/0.00 o 6581
0.00/0.00 c feasible solution found by trivial heuristic, objective value 6.581000e+03
0.00/0.00 c presolving:
0.00/0.00 c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 6 chg sides, 12 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00 c (round 2) 0 del vars, 1 del conss, 132 chg bounds, 6 chg sides, 12 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01 c (round 3) 0 del vars, 1 del conss, 132 chg bounds, 6 chg sides, 12 chg coeffs, 1 upgd conss, 252 impls, 0 clqs
0.00/0.01 c (0.0s) probing: 101/199 (50.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01 c (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01 c presolving (4 rounds):
0.00/0.01 c 0 deleted vars, 1 deleted constraints, 132 tightened bounds, 0 added holes, 6 changed sides, 12 changed coefficients
0.00/0.01 c 256 implications, 0 cliques
0.00/0.01 c presolved problem has 331 variables (199 bin, 0 int, 132 impl, 0 cont) and 264 constraints
0.00/0.01 c 1 constraints of type <varbound>
0.00/0.01 c 131 constraints of type <linear>
0.00/0.01 c 132 constraints of type <indicator>
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 = 3420
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 t 0.0s| 1 | 0 | 0 | - |1200k| 0 | 0 | 331 | 264 | 331 | 0 | 0 | 0 | 0 | 0.000000e+00 | 6.581000e+03 | Inf
0.01/0.03 c 0.0s| 1 | 0 | 19 | - |1217k| 0 | 5 | 331 | 264 | 331 | 19 | 19 | 0 | 0 | 0.000000e+00 | 6.581000e+03 | Inf
0.01/0.03 c 0.0s| 1 | 0 | 42 | - |1229k| 0 | 5 | 331 | 264 | 331 | 42 | 42 | 0 | 0 | 0.000000e+00 | 6.581000e+03 | Inf
0.01/0.03 c 0.0s| 1 | 0 | 49 | - |1248k| 0 | 5 | 331 | 264 | 331 | 48 | 48 | 0 | 0 | 0.000000e+00 | 6.581000e+03 | Inf
0.01/0.03 c 0.0s| 1 | 0 | 55 | - |1264k| 0 | 5 | 331 | 264 | 331 | 54 | 54 | 0 | 0 | 0.000000e+00 | 6.581000e+03 | Inf
0.01/0.03 c 0.0s| 1 | 0 | 58 | - |1277k| 0 | 3 | 331 | 264 | 331 | 56 | 56 | 0 | 0 | 0.000000e+00 | 6.581000e+03 | Inf
0.01/0.03 c 0.0s| 1 | 0 | 62 | - |1285k| 0 | 4 | 331 | 264 | 331 | 59 | 59 | 0 | 0 | 0.000000e+00 | 6.581000e+03 | Inf
0.01/0.03 o 6495
0.01/0.03 c y 0.0s| 1 | 0 | 62 | - |1290k| 0 | 4 | 331 | 264 | 331 | 59 | 59 | 0 | 0 | 0.000000e+00 | 6.495000e+03 | Inf
0.01/0.03 c 0.0s| 1 | 0 | 65 | - |1299k| 0 | 5 | 331 | 264 | 331 | 61 | 61 | 0 | 0 | 0.000000e+00 | 6.495000e+03 | Inf
0.01/0.04 c 0.0s| 1 | 0 | 72 | - |1306k| 0 | 5 | 331 | 264 | 331 | 63 | 63 | 0 | 0 | 0.000000e+00 | 6.495000e+03 | Inf
0.01/0.04 c 0.0s| 1 | 0 | 75 | - |1310k| 0 | 5 | 331 | 264 | 331 | 65 | 65 | 0 | 0 | 0.000000e+00 | 6.495000e+03 | Inf
0.01/0.04 c 0.0s| 1 | 0 | 77 | - |1339k| 0 | 0 | 331 | 264 | 331 | 66 | 66 | 0 | 0 | 0.000000e+00 | 6.495000e+03 | Inf
0.01/0.04 c 0.0s| 1 | 2 | 77 | - |1340k| 0 | 0 | 331 | 264 | 331 | 66 | 66 | 0 | 0 | 0.000000e+00 | 6.495000e+03 | Inf
0.59/0.68 o 96
0.59/0.68 c * 0.7s| 3049 | 1352 | 1230 | 0.4 |2760k| 122 | - | 331 | 267 | 331 | 67 | 165 | 3 | 165 | 0.000000e+00 | 9.600000e+01 | Inf
0.59/0.69 o 26
0.59/0.69 c * 0.7s| 3050 | 337 | 1230 | 0.4 |2266k| 122 | - | 331 | 267 | 331 | 67 | 165 | 3 | 165 | 0.000000e+00 | 2.600000e+01 | Inf
0.69/0.70 o 21
0.69/0.70 c time | node | left |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr| dualbound | primalbound | gap
0.69/0.70 c * 0.7s| 3107 | 303 | 1305 | 0.4 |2129k| 122 | - | 331 | 159 | 331 | 62 | 174 | 5 | 176 | 0.000000e+00 | 2.100000e+01 | Inf
0.69/0.71 o 12
0.69/0.71 c * 0.7s| 3143 | 174 | 1311 | 0.4 |1996k| 122 | - | 331 | 157 | 331 | 62 | 179 | 7 | 176 | 0.000000e+00 | 1.200000e+01 | Inf
0.69/0.71 o 2
0.69/0.71 c * 0.7s| 3144 | 39 | 1313 | 0.4 |1889k| 122 | - | 331 | 157 | 331 | 62 | 179 | 7 | 176 | 0.000000e+00 | 2.000000e+00 | Inf
0.69/0.71 c
0.69/0.71 c SCIP Status : problem is solved [optimal solution found]
0.69/0.71 c Solving Time (sec) : 0.71
0.69/0.71 c Solving Nodes : 3151
0.69/0.71 c Primal Bound : +2.00000000000000e+00 (114 solutions)
0.69/0.71 c Dual Bound : +2.00000000000000e+00
0.69/0.71 c Gap : 0.00 %
0.69/0.71 s OPTIMUM FOUND
0.69/0.71 v x67 -x66 x65 x64 -x63 -x62 -x61 -x60 x59 -x58 x57 -x56 x55 -x54 -x53 x52 x51 x50 x49 x48 x47 -x46 x45 x44 -x43 -x42 -x41 -x40 x39
0.69/0.71 v -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 x29 -x28 -x27 -x26 -x25 x24 x23 x22 -x21 -x20 -x19 -x18 x17 x16 -x15 -x14 -x13
0.69/0.71 v x12 -x11 x10 x9 x8 -x7 x6 -x5 -x4 x3 -x2 -x1
0.69/0.71 c SCIP Status : problem is solved [optimal solution found]
0.69/0.71 c Solving Time : 0.71
0.69/0.71 c Original Problem :
0.69/0.71 c Problem name : HOME/instance-2705331-1278578356.wbo
0.69/0.71 c Variables : 331 (199 binary, 0 integer, 132 implicit integer, 0 continuous)
0.69/0.71 c Constraints : 265 initial, 265 maximal
0.69/0.71 c Presolved Problem :
0.69/0.71 c Problem name : t_HOME/instance-2705331-1278578356.wbo
0.69/0.71 c Variables : 331 (199 binary, 0 integer, 132 implicit integer, 0 continuous)
0.69/0.71 c Constraints : 264 initial, 267 maximal
0.69/0.71 c Presolvers : Time FixedVars AggrVars ChgTypes ChgBounds AddHoles DelCons ChgSides ChgCoefs
0.69/0.71 c trivial : 0.00 0 0 0 0 0 0 0 0
0.69/0.71 c dualfix : 0.00 0 0 0 0 0 0 0 0
0.69/0.71 c boundshift : 0.00 0 0 0 0 0 0 0 0
0.69/0.71 c inttobinary : 0.00 0 0 0 0 0 0 0 0
0.69/0.71 c implics : 0.00 0 0 0 0 0 0 0 0
0.69/0.71 c probing : 0.00 0 0 0 0 0 0 0 0
0.69/0.71 c varbound : 0.00 0 0 0 0 0 0 0 0
0.69/0.71 c linear : 0.00 0 0 0 132 0 1 6 12
0.69/0.71 c indicator : 0.00 0 0 0 0 0 0 0 0
0.69/0.71 c logicor : 0.00 0 0 0 0 0 0 0 0
0.69/0.71 c bounddisjunction : 0.00 0 0 0 0 0 0 0 0
0.69/0.71 c root node : - 280 - - 280 - - - -
0.69/0.71 c Constraints : Number #Separate #Propagate #EnfoLP #EnfoPS Cutoffs DomReds Cuts Conss Children
0.69/0.71 c integral : 0 0 0 3245 0 0 1 0 0 644
0.69/0.71 c varbound : 1 11 278 51 0 0 16 1 0 0
0.69/0.71 c linear : 131 11 4667 2921 0 11 772 162 0 0
0.69/0.71 c indicator : 132 0 4657 2922 0 0 2316 0 0 0
0.69/0.71 c logicor : 0+ 0 20 0 0 0 10 0 0 0
0.69/0.71 c bounddisjunction : 0+ 0 107 0 0 0 11 0 0 0
0.69/0.71 c countsols : 0 0 0 2821 0 0 0 0 0 0
0.69/0.71 c Constraint Timings : TotalTime Separate Propagate EnfoLP EnfoPS
0.69/0.71 c integral : 0.04 0.00 0.00 0.04 0.00
0.69/0.71 c varbound : 0.00 0.00 0.00 0.00 0.00
0.69/0.71 c linear : 0.04 0.00 0.01 0.03 0.00
0.69/0.71 c indicator : 0.03 0.00 0.01 0.02 0.00
0.69/0.71 c logicor : 0.00 0.00 0.00 0.00 0.00
0.69/0.71 c bounddisjunction : 0.00 0.00 0.00 0.00 0.00
0.69/0.71 c countsols : 0.00 0.00 0.00 0.00 0.00
0.69/0.71 c Propagators : Time Calls Cutoffs DomReds
0.69/0.71 c vbounds : 0.00 472 0 284
0.69/0.71 c rootredcost : 0.00 6 0 131
0.69/0.71 c pseudoobj : 0.02 4468 0 74
0.69/0.71 c Conflict Analysis : Time Calls Success Conflicts Literals Reconvs ReconvLits LP Iters
0.69/0.71 c propagation : 0.00 11 10 12 3.2 1 3.0 -
0.69/0.71 c infeasible LP : 0.00 1 1 1 4.0 0 0.0 0
0.69/0.71 c bound exceed. LP : 0.00 0 0 0 0.0 0 0.0 0
0.69/0.71 c strong branching : 0.00 0 0 0 0.0 0 0.0 0
0.69/0.71 c pseudo solution : 0.00 0 0 0 0.0 0 0.0 -
0.69/0.71 c applied globally : - - - 13 3.2 - - -
0.69/0.71 c applied locally : - - - 0 0.0 - - -
0.69/0.71 c Separators : Time Calls Cutoffs DomReds Cuts Conss
0.69/0.71 c cut pool : 0.00 9 - - 49 - (maximal pool size: 153)
0.69/0.71 c redcost : 0.03 3256 0 3 0 0
0.69/0.71 c impliedbounds : 0.00 9 0 0 0 0
0.69/0.71 c intobj : 0.00 0 0 0 0 0
0.69/0.71 c cgmip : 0.00 0 0 0 0 0
0.69/0.71 c gomory : 0.00 9 0 0 61 0
0.69/0.71 c strongcg : 0.00 9 0 0 86 0
0.69/0.71 c cmir : 0.00 9 0 0 32 0
0.69/0.71 c flowcover : 0.00 9 0 0 57 0
0.69/0.71 c clique : 0.00 1 0 0 0 0
0.69/0.71 c zerohalf : 0.00 0 0 0 0 0
0.69/0.71 c mcf : 0.00 1 0 0 0 0
0.69/0.71 c rapidlearning : 0.02 1 0 0 0 0
0.69/0.71 c Pricers : Time Calls Vars
0.69/0.71 c problem variables: 0.00 0 0
0.69/0.71 c Branching Rules : Time Calls Cutoffs DomReds Cuts Conss Children
0.69/0.71 c relpscost : 0.03 323 0 1 0 0 644
0.69/0.71 c pscost : 0.00 0 0 0 0 0 0
0.69/0.71 c inference : 0.06 2816 0 0 0 0 5633
0.69/0.71 c mostinf : 0.00 0 0 0 0 0 0
0.69/0.71 c leastinf : 0.00 0 0 0 0 0 0
0.69/0.71 c fullstrong : 0.00 0 0 0 0 0 0
0.69/0.71 c allfullstrong : 0.00 0 0 0 0 0 0
0.69/0.71 c random : 0.00 0 0 0 0 0 0
0.69/0.71 c Primal Heuristics : Time Calls Found
0.69/0.71 c LP solutions : 0.00 - 5
0.69/0.71 c pseudo solutions : 0.00 - 0
0.69/0.71 c feaspump : 0.00 0 0
0.69/0.71 c intshifting : 0.00 0 0
0.69/0.71 c oneopt : 0.00 4 0
0.69/0.71 c crossover : 0.02 4 0
0.69/0.71 c veclendiving : 0.01 65 0
0.69/0.71 c pscostdiving : 0.01 66 0
0.69/0.71 c fracdiving : 0.01 66 0
0.69/0.71 c linesearchdiving : 0.01 66 0
0.69/0.71 c guideddiving : 0.01 66 0
0.69/0.71 c coefdiving : 0.01 66 0
0.69/0.71 c objpscostdiving : 0.01 63 0
0.69/0.71 c rootsoldiving : 0.01 64 0
0.69/0.71 c trivial : 0.00 2 2
0.69/0.71 c simplerounding : 0.00 331 0
0.69/0.71 c zirounding : 0.01 321 0
0.69/0.71 c rounding : 0.01 211 0
0.69/0.71 c shifting : 0.00 45 0
0.69/0.71 c twoopt : 0.00 0 0
0.69/0.71 c fixandinfer : 0.00 0 0
0.69/0.71 c intdiving : 0.00 0 0
0.69/0.71 c actconsdiving : 0.00 0 0
0.69/0.71 c octane : 0.00 0 0
0.69/0.71 c rens : 0.00 0 0
0.69/0.71 c rins : 0.00 0 0
0.69/0.71 c localbranching : 0.00 0 0
0.69/0.71 c mutation : 0.00 0 0
0.69/0.71 c dins : 0.00 0 0
0.69/0.71 c undercover : 0.00 0 0
0.69/0.71 c nlp : 0.00 0 0
0.69/0.71 c trysol : 0.01 285 107
0.69/0.71 c LP : Time Calls Iterations Iter/call Iter/sec
0.69/0.71 c primal LP : 0.00 0 0 0.00 -
0.69/0.71 c dual LP : 0.20 593 1327 2.24 6799.93
0.69/0.71 c lex dual LP : 0.00 0 0 0.00 -
0.69/0.71 c barrier LP : 0.00 0 0 0.00 -
0.69/0.71 c diving/probing LP: 0.00 8 12 1.50 -
0.69/0.71 c strong branching : 0.03 191 758 3.97 23110.46
0.69/0.71 c (at root node) : - 0 0 0.00 -
0.69/0.71 c conflict analysis: 0.00 0 0 0.00 -
0.69/0.71 c B&B Tree :
0.69/0.71 c number of runs : 1
0.69/0.71 c nodes : 3151
0.69/0.71 c nodes (total) : 3151
0.69/0.71 c nodes left : 0
0.69/0.71 c max depth : 122
0.69/0.71 c max depth (total): 122
0.69/0.71 c backtracks : 77 (2.4%)
0.69/0.71 c delayed cutoffs : 42
0.69/0.71 c repropagations : 220 (328 domain reductions, 4 cutoffs)
0.69/0.71 c avg switch length: 2.25
0.69/0.71 c switching time : 0.03
0.69/0.71 c Solution :
0.69/0.71 c Solutions found : 114 (7 improvements)
0.69/0.71 c First Solution : +6.58100000000000e+03 (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
0.69/0.71 c Primal Bound : +2.00000000000000e+00 (in run 1, after 3144 nodes, 0.70 seconds, depth 76, found by <relaxation>)
0.69/0.71 c Dual Bound : +2.00000000000000e+00
0.69/0.71 c Gap : 0.00 %
0.69/0.71 c Root Dual Bound : +0.00000000000000e+00
0.69/0.71 c Root Iterations : 77
0.69/0.72 c Time complete: 0.71.
OK 2
runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705331-1278578356/watcher-2705331-1278578356 -o /tmp/evaluation-result-2705331-1278578356/solver-2705331-1278578356 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705331-1278578356.wbo -t 1800 -m 3800 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): 2000 seconds Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB Current StackSize limit: 10240 KiB [startup+0 s] /proc/loadavg: 1.94 1.99 1.93 4/178 21987 /proc/meminfo: memFree=29774820/32951124 swapFree=67111528/67111528 [pid=21987] ppid=21985 vsize=12528 CPUtime=0 /proc/21987/stat : 21987 (pbscip.linux.x8) R 21985 21987 21517 0 -1 4202496 1973 0 0 0 0 0 0 0 25 0 1 0 26048742 12828672 1892 4089446400 4194304 10345943 140734565951312 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 6 0 0 0 /proc/21987/statm: 3132 1892 429 1502 0 1625 0 [startup+0.0234091 s] /proc/loadavg: 1.94 1.99 1.93 4/178 21987 /proc/meminfo: memFree=29774820/32951124 swapFree=67111528/67111528 [pid=21987] ppid=21985 vsize=26432 CPUtime=0.01 /proc/21987/stat : 21987 (pbscip.linux.x8) R 21985 21987 21517 0 -1 4202496 5504 0 0 0 1 0 0 0 25 0 1 0 26048742 27066368 5070 4089446400 4194304 10345943 140734565951312 18446744073709551615 9186026 0 0 4096 16384 0 0 0 17 6 0 0 0 /proc/21987/statm: 6608 5070 639 1502 0 5101 0 Current children cumulated CPU time (s) 0.01 Current children cumulated vsize (KiB) 26432 [startup+0.100399 s] /proc/loadavg: 1.94 1.99 1.93 4/178 21987 /proc/meminfo: memFree=29774820/32951124 swapFree=67111528/67111528 [pid=21987] ppid=21985 vsize=23252 CPUtime=0.09 /proc/21987/stat : 21987 (pbscip.linux.x8) R 21985 21987 21517 0 -1 4202496 6412 0 0 0 9 0 0 0 25 0 1 0 26048742 23810048 4690 4089446400 4194304 10345943 140734565951312 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0 /proc/21987/statm: 5813 4690 768 1502 0 4306 0 Current children cumulated CPU time (s) 0.09 Current children cumulated vsize (KiB) 23252 [startup+0.300362 s] /proc/loadavg: 1.94 1.99 1.93 4/178 21987 /proc/meminfo: memFree=29774820/32951124 swapFree=67111528/67111528 [pid=21987] ppid=21985 vsize=23252 CPUtime=0.29 /proc/21987/stat : 21987 (pbscip.linux.x8) R 21985 21987 21517 0 -1 4202496 7191 0 0 0 29 0 0 0 25 0 1 0 26048742 23810048 4693 4089446400 4194304 10345943 140734565951312 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0 /proc/21987/statm: 5813 4693 768 1502 0 4306 0 Current children cumulated CPU time (s) 0.29 Current children cumulated vsize (KiB) 23252 [startup+0.700295 s] /proc/loadavg: 1.94 1.99 1.93 4/178 21987 /proc/meminfo: memFree=29774820/32951124 swapFree=67111528/67111528 [pid=21987] ppid=21985 vsize=25300 CPUtime=0.69 /proc/21987/stat : 21987 (pbscip.linux.x8) R 21985 21987 21517 0 -1 4202496 9365 0 0 0 68 1 0 0 25 0 1 0 26048742 25907200 5214 4089446400 4194304 10345943 140734565951312 18446744073709551615 4601517 0 0 4096 16384 0 0 0 17 6 0 0 0 /proc/21987/statm: 6325 5214 769 1502 0 4818 0 Current children cumulated CPU time (s) 0.69 Current children cumulated vsize (KiB) 25300 Solver just ended. Dumping a history of the last processes samples Child status: 0 Real time (s): 0.721547 CPU time (s): 0.721889 CPU user time (s): 0.705892 CPU system time (s): 0.015997 CPU usage (%): 100.047 Max. virtual memory (cumulated for all children) (KiB): 27496 getrusage(RUSAGE_CHILDREN,...) data: user time used= 0.705892 system time used= 0.015997 maximum resident set size= 0 integral shared memory size= 0 integral unshared data size= 0 integral unshared stack size= 0 page reclaims= 9372 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= 1 involuntary context switches= 2 runsolver used 0.003999 second user time and 0.005999 second system time The end
Begin job on node130 at 2010-07-08 10:39:16 IDJOB=2705331 IDBENCH=79331 IDSOLVER=1214 FILE ID=node130/2705331-1278578356 PBS_JOBID= 11240194 Free space on /tmp= 73388 MiB SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-elf.rf6.ucl--soft-0-100-0.wbo COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705331-1278578356/watcher-2705331-1278578356 -o /tmp/evaluation-result-2705331-1278578356/solver-2705331-1278578356 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705331-1278578356.wbo -t 1800 -m 3800 TIME LIMIT= 1800 seconds MEMORY LIMIT= 3800 MiB MAX NB THREAD= 0 MD5SUM BENCH= 86c5d97f0ed50bca48960b88ee0ccb00 RANDOM SEED=184596561 node130.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.831 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.66 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.831 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 : 5226.22 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.831 cache size : 8192 KB physical id : 0 siblings : 4 core id : 1 cpu cores : 4 apicid : 2 fpu : yes fpu_exception : yes cpuid level : 11 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm bogomips : 5332.74 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: [8] processor : 3 vendor_id : GenuineIntel cpu family : 6 model : 26 model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz stepping : 5 cpu MHz : 2666.831 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.831 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.72 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.831 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.83 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.831 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.68 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.831 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.84 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: [8] /proc/meminfo: MemTotal: 32951124 kB MemFree: 29775472 kB Buffers: 162604 kB Cached: 2691236 kB SwapCached: 0 kB Active: 1433840 kB Inactive: 1572064 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 32951124 kB LowFree: 29775472 kB SwapTotal: 67111528 kB SwapFree: 67111528 kB Dirty: 25800 kB Writeback: 0 kB AnonPages: 151720 kB Mapped: 17764 kB Slab: 107344 kB PageTables: 4844 kB NFS_Unstable: 0 kB Bounce: 0 kB CommitLimit: 83587088 kB Committed_AS: 297012 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= 73376 MiB End job on node130 at 2010-07-08 10:39:17