Trace number 3733986

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? 1789.82 1790.12

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_13.opb
MD5SUM292e71503f1e4f136e087e61da3c7ed4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark117
Best CPU time to get the best result obtained on this benchmark1800.48
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 118
Optimality of the best value was proved NO
Number of variables2470
Total number of constraints4744
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4744
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1357
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-3733986-1338699472.opb>
0.09/0.13	c original problem has 2470 variables (2470 bin, 0 int, 0 impl, 0 cont) and 4744 constraints
0.09/0.13	c problem read
0.09/0.13	c presolving settings loaded
0.09/0.16	c presolving:
0.19/0.20	c (round 1) 0 del vars, 2366 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 12 upgd conss, 0 impls, 0 clqs
0.49/0.55	c    (0.4s) probing: 113/2470 (4.6%) - 0 fixings, 0 aggregations, 745 implications, 0 bound changes
0.49/0.55	c    (0.4s) probing aborted: 100/100 successive totally useless probings
0.49/0.55	c presolving (2 rounds):
0.49/0.55	c  0 deleted vars, 2366 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.55	c  4888 implications, 0 cliques
0.49/0.55	c presolved problem has 2470 variables (2470 bin, 0 int, 0 impl, 0 cont) and 2378 constraints
0.49/0.55	c      12 constraints of type <knapsack>
0.49/0.55	c    2366 constraints of type <linear>
0.49/0.55	c transformed objective value is always integral (scale: 1)
0.49/0.55	c Presolving Time: 0.40
0.49/0.55	c - non default parameters ----------------------------------------------------------------------
0.49/0.55	c # SCIP version 1.2.1.3
0.49/0.55	c 
0.49/0.55	c # frequency for displaying node information lines
0.49/0.55	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.55	c display/freq = 10000
0.49/0.55	c 
0.49/0.55	c # maximal time in seconds to run
0.49/0.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.55	c limits/time = 1789.88
0.49/0.55	c 
0.49/0.55	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.55	c limits/memory = 13950
0.49/0.55	c 
0.49/0.55	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.49/0.55	c # [type: int, range: [1,2], default: 1]
0.49/0.55	c timing/clocktype = 2
0.49/0.55	c 
0.49/0.55	c # should presolving try to simplify inequalities
0.49/0.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.55	c constraints/linear/simplifyinequalities = TRUE
0.49/0.55	c 
0.49/0.55	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.49/0.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.55	c constraints/indicator/addCouplingCons = TRUE
0.49/0.55	c 
0.49/0.55	c # should presolving try to simplify knapsacks
0.49/0.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.55	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.55	c 
0.49/0.55	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.55	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.55	c separating/rapidlearning/freq = 0
0.49/0.55	c 
0.49/0.55	c -----------------------------------------------------------------------------------------------
0.49/0.55	c start solving
0.49/0.55	c 
0.69/0.72	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.72	c   0.6s|     1 |     0 |  2865 |     - |  19M|   0 |1443 |2470 |2378 |2470 |2378 |   0 |   0 |   0 | 1.200000e+01 |      --      |    Inf 
2.19/2.22	c   2.1s|     1 |     0 |  7151 |     - |  20M|   0 |1449 |2470 |2378 |2470 |2420 |  42 |   0 |   0 | 1.200000e+01 |      --      |    Inf 
2.38/2.42	c   2.3s|     1 |     0 |  7197 |     - |  21M|   0 |1454 |2470 |2378 |2470 |2456 |  78 |   0 |   0 | 1.200000e+01 |      --      |    Inf 
2.58/2.68	c   2.6s|     1 |     0 |  7454 |     - |  21M|   0 |1468 |2470 |2378 |2470 |2523 | 145 |   0 |   0 | 1.200198e+01 |      --      |    Inf 
2.98/3.03	c   2.9s|     1 |     0 |  7778 |     - |  22M|   0 |1469 |2470 |2378 |2470 |2579 | 201 |   0 |   0 | 1.216667e+01 |      --      |    Inf 
3.38/3.42	c   3.3s|     1 |     0 |  8037 |     - |  22M|   0 |1466 |2470 |2378 |2470 |2636 | 258 |   0 |   0 | 1.216667e+01 |      --      |    Inf 
3.79/3.84	c   3.7s|     1 |     0 |  8405 |     - |  23M|   0 |1471 |2470 |2378 |2470 |2690 | 312 |   0 |   0 | 1.216667e+01 |      --      |    Inf 
4.30/4.34	c   4.2s|     1 |     0 |  8926 |     - |  23M|   0 |1459 |2470 |2378 |2470 |2746 | 368 |   0 |   0 | 1.228571e+01 |      --      |    Inf 
4.79/4.86	c   4.7s|     1 |     0 |  9342 |     - |  24M|   0 |1470 |2470 |2378 |2470 |2799 | 421 |   0 |   0 | 1.228571e+01 |      --      |    Inf 
5.29/5.35	c   5.2s|     1 |     0 |  9783 |     - |  24M|   0 |1466 |2470 |2378 |2470 |2863 | 485 |   0 |   0 | 1.257143e+01 |      --      |    Inf 
5.89/5.98	c   5.9s|     1 |     0 | 10400 |     - |  25M|   0 |1463 |2470 |2378 |2470 |2916 | 538 |   0 |   0 | 1.266667e+01 |      --      |    Inf 
6.19/6.26	c   6.1s|     1 |     0 | 10965 |     - |  25M|   0 |1455 |2470 |2378 |2470 |2942 | 564 |   0 |   0 | 1.266667e+01 |      --      |    Inf 
6.60/6.62	c   6.5s|     1 |     0 | 11852 |     - |  25M|   0 |1449 |2470 |2378 |2470 |2959 | 581 |   0 |   0 | 1.266667e+01 |      --      |    Inf 
6.99/7.08	c   7.0s|     1 |     0 | 13091 |     - |  25M|   0 |1456 |2470 |2378 |2470 |2980 | 602 |   0 |   0 | 1.275000e+01 |      --      |    Inf 
7.39/7.42	c   7.3s|     1 |     0 | 13739 |     - |  25M|   0 |1442 |2470 |2378 |2470 |3004 | 626 |   0 |   0 | 1.275000e+01 |      --      |    Inf 
7.69/7.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.69/7.70	c   7.6s|     1 |     0 | 14241 |     - |  25M|   0 |1362 |2470 |2378 |2470 |3027 | 649 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
7.98/8.04	c   7.9s|     1 |     0 | 14911 |     - |  25M|   0 |1362 |2470 |2378 |2470 |2782 | 670 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
8.38/8.40	c   8.3s|     1 |     0 | 15981 |     - |  25M|   0 |1342 |2470 |2378 |2470 |2802 | 690 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
8.79/8.83	c   8.7s|     1 |     0 | 17216 |     - |  25M|   0 |1336 |2470 |2378 |2470 |2825 | 713 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
9.19/9.21	c   9.1s|     1 |     0 | 18313 |     - |  25M|   0 |1317 |2470 |2378 |2470 |2846 | 734 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
9.49/9.53	c   9.4s|     1 |     0 | 19199 |     - |  25M|   0 |1490 |2470 |2378 |2470 |2875 | 763 |   0 |   0 | 1.300000e+01 |      --      |    Inf 
17.89/17.91	c  17.8s|     1 |     2 | 19199 |     - |  25M|   0 |1490 |2470 |2378 |2470 |2875 | 763 |   0 |  22 | 1.300000e+01 |      --      |    Inf 
750.36/750.55	c   750s| 10000 |  6529 |  2984k| 296.5 |  45M|  71 | 693 |2470 |4136 |2470 |2538 | 763 |7543 |6329 | 1.600000e+01 |      --      |    Inf 
1357.36/1357.61	c  1357s| 20000 | 11288 |  5802k| 289.2 |  65M|  75 |   - |2470 |5133 |2470 |2538 | 763 |  17k|  13k| 1.700000e+01 |      --      |    Inf 
1766.59/1766.99	c  1767s| 30000 | 15206 |  7932k| 263.8 |  82M|  79 | 967 |2470 |5825 |2470 |2538 | 763 |  28k|  16k| 1.700000e+01 |      --      |    Inf 
1789.68/1790.06	c 
1789.68/1790.06	c SCIP Status        : solving was interrupted [time limit reached]
1789.68/1790.06	c Solving Time (sec) : 1789.93
1789.68/1790.06	c Solving Nodes      : 30582
1789.68/1790.06	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1789.68/1790.06	c Dual Bound         : +1.70000000000000e+01
1789.68/1790.06	c Gap                : infinite
1789.68/1790.06	s UNKNOWN
1789.68/1790.06	c SCIP Status        : solving was interrupted [time limit reached]
1789.68/1790.06	c Solving Time       :    1789.93
1789.68/1790.06	c Original Problem   :
1789.68/1790.06	c   Problem name     : HOME/instance-3733986-1338699472.opb
1789.68/1790.06	c   Variables        : 2470 (2470 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.68/1790.06	c   Constraints      : 4744 initial, 4744 maximal
1789.68/1790.06	c Presolved Problem  :
1789.68/1790.06	c   Problem name     : t_HOME/instance-3733986-1338699472.opb
1789.68/1790.06	c   Variables        : 2470 (2470 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.68/1790.06	c   Constraints      : 2378 initial, 5949 maximal
1789.68/1790.06	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.68/1790.06	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.06	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.06	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.06	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.06	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.06	c   probing          :       0.34          0          0          0          0          0          0          0          0
1789.68/1790.06	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.06	c   linear           :       0.05          0          0          0          0          0       2366          0          0
1789.68/1790.06	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.06	c   root node        :          -          0          -          -          0          -          -          -          -
1789.68/1790.06	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.68/1790.06	c   integral         :          0          0          0      26045          0         35      11932          0          0      46844
1789.68/1790.06	c   knapsack         :         12         20     143025          0          0        285      20125        302          0          0
1789.68/1790.06	c   linear           :       2366         20     142740          0          0       1774    1351614          2          0          0
1789.68/1790.06	c   logicor          :          0+         0      86302          0          0        129     105483          0          0          0
1789.68/1790.06	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1789.68/1790.06	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.68/1790.06	c   integral         :     495.43       0.00       0.00     495.43       0.00
1789.68/1790.06	c   knapsack         :       2.03       0.00       2.03       0.00       0.00
1789.68/1790.06	c   linear           :      87.33       0.00      87.33       0.00       0.00
1789.68/1790.06	c   logicor          :       1.87       0.00       1.87       0.00       0.00
1789.68/1790.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.68/1790.06	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.68/1790.06	c   vbounds          :       0.03          2          0          0
1789.68/1790.06	c   rootredcost      :       0.03          0          0          0
1789.68/1790.06	c   pseudoobj        :       0.09     142810          0          0
1789.68/1790.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.68/1790.06	c   propagation      :       0.16       2188       2183      18453       35.5         92       16.9          -
1789.68/1790.06	c   infeasible LP    :       2.13      11573      11573      26010       17.8       1232        9.1          0
1789.68/1790.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.68/1790.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.68/1790.06	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1789.68/1790.06	c   applied globally :          -          -          -      28781       18.7          -          -          -
1789.68/1790.06	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.68/1790.06	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.68/1790.06	c   cut pool         :       0.01         19          -          -      13094          -    (maximal pool size: 6636)
1789.68/1790.06	c   redcost          :       0.87      25968          0         73          0          0
1789.68/1790.06	c   impliedbounds    :       0.00         20          0          0         10          0
1789.68/1790.06	c   intobj           :       0.00          0          0          0          0          0
1789.68/1790.06	c   cgmip            :       0.00          0          0          0          0          0
1789.68/1790.06	c   gomory           :       0.35         20          0          0        650          0
1789.68/1790.06	c   strongcg         :       0.34         20          0          0        594          0
1789.68/1790.06	c   cmir             :       1.23         10          0          0       5000          0
1789.68/1790.06	c   flowcover        :       1.03         10          0          0       2000          0
1789.68/1790.06	c   clique           :       0.00          1          0          0          0          0
1789.68/1790.06	c   zerohalf         :       0.00          0          0          0          0          0
1789.68/1790.06	c   mcf              :       0.00          1          0          0          0          0
1789.68/1790.06	c   rapidlearning    :       0.17          1          0          0          0          0
1789.68/1790.06	c Pricers            :       Time      Calls       Vars
1789.68/1790.06	c   problem variables:       0.00          0          0
1789.68/1790.06	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.68/1790.06	c   relpscost        :     495.39      26045         35      11932          0          0      46844
1789.68/1790.06	c   pscost           :       0.00          0          0          0          0          0          0
1789.68/1790.06	c   inference        :       0.00          0          0          0          0          0          0
1789.68/1790.06	c   mostinf          :       0.00          0          0          0          0          0          0
1789.68/1790.06	c   leastinf         :       0.00          0          0          0          0          0          0
1789.68/1790.06	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.68/1790.06	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.68/1790.06	c   random           :       0.00          0          0          0          0          0          0
1789.68/1790.06	c Primal Heuristics  :       Time      Calls      Found
1789.68/1790.06	c   LP solutions     :       0.00          -          0
1789.68/1790.06	c   pseudo solutions :       0.00          -          0
1789.68/1790.06	c   oneopt           :       0.02          0          0
1789.68/1790.06	c   crossover        :       0.01          0          0
1789.68/1790.06	c   guideddiving     :       0.00          0          0
1789.68/1790.06	c   coefdiving       :      91.79         16          0
1789.68/1790.06	c   fracdiving       :      61.54         35          0
1789.68/1790.06	c   objpscostdiving  :      20.85         26          0
1789.68/1790.06	c   pscostdiving     :      47.83         77          0
1789.68/1790.06	c   rootsoldiving    :      15.84         43          0
1789.68/1790.06	c   veclendiving     :      39.22         97          0
1789.68/1790.06	c   linesearchdiving :      48.29        142          0
1789.68/1790.06	c   trivial          :       0.00          2          0
1789.68/1790.06	c   simplerounding   :       0.01          0          0
1789.68/1790.06	c   zirounding       :       0.08       1000          0
1789.68/1790.06	c   rounding         :       1.29       2246          0
1789.68/1790.06	c   shifting         :       5.87        671          0
1789.68/1790.06	c   intshifting      :       0.00          0          0
1789.68/1790.06	c   twoopt           :       0.00          0          0
1789.68/1790.06	c   fixandinfer      :       0.00          0          0
1789.68/1790.06	c   feaspump         :      32.20         52          0
1789.68/1790.06	c   intdiving        :       0.00          0          0
1789.68/1790.06	c   actconsdiving    :       0.00          0          0
1789.68/1790.06	c   octane           :       0.00          0          0
1789.68/1790.06	c   rens             :       0.00          0          0
1789.68/1790.06	c   rins             :       0.00          0          0
1789.68/1790.06	c   localbranching   :       0.00          0          0
1789.68/1790.06	c   mutation         :       0.00          0          0
1789.68/1790.06	c   dins             :       0.00          0          0
1789.68/1790.06	c   undercover       :       0.00          0          0
1789.68/1790.06	c   nlp              :       0.01          0          0
1789.68/1790.06	c   trysol           :       0.01          0          0
1789.68/1790.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.68/1790.06	c   primal LP        :       0.01          0          0       0.00       0.00
1789.68/1790.06	c   dual LP          :     815.59      31863    5974616     187.51    7325.53
1789.68/1790.06	c   lex dual LP      :       0.00          0          0       0.00          -
1789.68/1790.06	c   barrier LP       :       0.00          0          0       0.00          -
1789.68/1790.06	c   diving/probing LP:     332.69      20350    2113146     103.84    6351.66
1789.68/1790.06	c   strong branching :     489.78      16570    2726248     164.53    5566.25
1789.68/1790.06	c     (at root node) :          -         22      22000    1000.00          -
1789.68/1790.06	c   conflict analysis:       0.00          0          0       0.00          -
1789.68/1790.06	c B&B Tree           :
1789.68/1790.06	c   number of runs   :          1
1789.68/1790.06	c   nodes            :      30582
1789.68/1790.06	c   nodes (total)    :      30582
1789.68/1790.06	c   nodes left       :      15423
1789.68/1790.06	c   max depth        :         79
1789.68/1790.06	c   max depth (total):         79
1789.68/1790.06	c   backtracks       :       4691 (15.3%)
1789.68/1790.06	c   delayed cutoffs  :        840
1789.68/1790.06	c   repropagations   :      26398 (343788 domain reductions, 339 cutoffs)
1789.68/1790.06	c   avg switch length:       8.65
1789.68/1790.06	c   switching time   :      14.64
1789.68/1790.06	c Solution           :
1789.68/1790.06	c   Solutions found  :          0 (0 improvements)
1789.68/1790.06	c   Primal Bound     :          -
1789.68/1790.06	c   Dual Bound       : +1.70000000000000e+01
1789.68/1790.06	c   Gap              :   infinite
1789.68/1790.06	c   Root Dual Bound  : +1.30000000000000e+01
1789.68/1790.06	c   Root Iterations  :      19199
1789.79/1790.12	c Time complete: 1789.81.

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 24115
/proc/meminfo: memFree=28036648/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=10220 CPUtime=0 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 1791 0 0 0 0 0 0 0 20 0 1 0 336071677 10465280 1737 33554432000 4194304 8395647 140734927890016 140734927822072 7355228 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 2555 1740 389 1026 0 1525 0

[startup+0.0572431 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 24115
/proc/meminfo: memFree=28036648/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=13368 CPUtime=0.05 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 2588 0 0 0 5 0 0 0 20 0 1 0 336071677 13688832 2534 33554432000 4194304 8395647 140734927890016 140734927822072 6347101 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 3342 2534 393 1026 0 2312 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13368

[startup+0.100268 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 24115
/proc/meminfo: memFree=28036648/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=15392 CPUtime=0.09 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 3114 0 0 0 9 0 0 0 20 0 1 0 336071677 15761408 3060 33554432000 4194304 8395647 140734927890016 140734927822072 7430272 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 3848 3060 393 1026 0 2818 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15392

[startup+0.300271 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 24115
/proc/meminfo: memFree=28036648/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=56788 CPUtime=0.29 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 13364 0 0 0 28 1 0 0 20 0 1 0 336071677 58150912 12956 33554432000 4194304 8395647 140734927890016 140734927822072 5031880 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 14197 12956 490 1026 0 13167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56788

[startup+0.700258 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 24115
/proc/meminfo: memFree=28036648/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=67812 CPUtime=0.69 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 16892 0 0 0 67 2 0 0 20 0 1 0 336071677 69439488 15532 33554432000 4194304 8395647 140734927890016 140734927822072 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 16953 15532 569 1026 0 15923 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67812

[startup+1.50019 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 24116
/proc/meminfo: memFree=27976400/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=68308 CPUtime=1.48 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 17054 0 0 0 146 2 0 0 20 0 1 0 336071677 69947392 15694 33554432000 4194304 8395647 140734927890016 140734927884536 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 17077 15694 575 1026 0 16047 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 68308

[startup+3.10022 s]
/proc/loadavg: 2.07 2.02 2.00 3/176 24116
/proc/meminfo: memFree=27946508/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=100588 CPUtime=3.08 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 25242 0 0 0 304 4 0 0 20 0 1 0 336071677 103002112 23826 33554432000 4194304 8395647 140734927890016 140734927885304 4270826 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 25147 23826 617 1026 0 24117 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 100588

[startup+6.30025 s]
/proc/loadavg: 2.06 2.02 2.00 3/176 24116
/proc/meminfo: memFree=27943168/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=100588 CPUtime=6.29 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 25278 0 0 0 623 6 0 0 20 0 1 0 336071677 103002112 23858 33554432000 4194304 8395647 140734927890016 140734927885480 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 25147 23858 617 1026 0 24117 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 100588

[startup+12.7002 s]
/proc/loadavg: 2.06 2.01 2.00 3/176 24116
/proc/meminfo: memFree=27941836/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=100588 CPUtime=12.68 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 25572 0 0 0 1261 7 0 0 20 0 1 0 336071677 103002112 24152 33554432000 4194304 8395647 140734927890016 140734927885272 6721270 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 25147 24152 619 1026 0 24117 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 100588

[startup+25.5003 s]
/proc/loadavg: 2.05 2.01 2.00 3/176 24116
/proc/meminfo: memFree=27942348/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=100588 CPUtime=25.49 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 25573 0 0 0 2537 12 0 0 20 0 1 0 336071677 103002112 24153 33554432000 4194304 8395647 140734927890016 140734927884888 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 25147 24153 620 1026 0 24117 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 100588

[startup+51.1002 s]
/proc/loadavg: 2.03 2.01 2.00 3/176 24116
/proc/meminfo: memFree=27942352/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=100588 CPUtime=51.08 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 25574 0 0 0 5087 21 0 0 20 0 1 0 336071677 103002112 24254 33554432000 4194304 8395647 140734927890016 140734927884888 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 25147 24254 620 1026 0 24117 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 100588

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24117
/proc/meminfo: memFree=27924444/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=100588 CPUtime=102.27 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 25596 0 0 0 10181 46 0 0 20 0 1 0 336071677 103002112 24622 33554432000 4194304 8395647 140734927890016 140734927885800 4454051 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 25147 24622 627 1026 0 24117 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 100588

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 24120
/proc/meminfo: memFree=27863948/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=100588 CPUtime=162.25 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 25596 0 0 0 16148 77 0 0 20 0 1 0 336071677 103002112 24622 33554432000 4194304 8395647 140734927890016 140734927885144 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 25147 24622 627 1026 0 24117 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 100588

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 24143
/proc/meminfo: memFree=27849732/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=97932 CPUtime=222.25 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 26055 0 0 0 22115 110 0 0 20 0 1 0 336071677 100282368 23771 33554432000 4194304 8395647 140734927890016 140734927884872 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 24483 23771 627 1026 0 23453 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 97932

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 24143
/proc/meminfo: memFree=27843032/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=102560 CPUtime=282.24 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 27368 0 0 0 28079 145 0 0 20 0 1 0 336071677 105021440 25084 33554432000 4194304 8395647 140734927890016 140734927884888 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 25640 25084 627 1026 0 24610 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 102560

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24143
/proc/meminfo: memFree=27841812/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=105008 CPUtime=342.22 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 27709 0 0 0 34039 183 0 0 20 0 1 0 336071677 107528192 25425 33554432000 4194304 8395647 140734927890016 140734927885144 6721240 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 26252 25425 627 1026 0 25222 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 105008

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24143
/proc/meminfo: memFree=27839252/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=105244 CPUtime=402.21 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 28085 0 0 0 39999 222 0 0 20 0 1 0 336071677 107769856 25801 33554432000 4194304 8395647 140734927890016 140734927884824 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 26311 25801 627 1026 0 25281 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 105244

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24143
/proc/meminfo: memFree=27838844/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=107368 CPUtime=462.21 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 29854 0 0 0 45961 260 0 0 20 0 1 0 336071677 109944832 26205 33554432000 4194304 8395647 140734927890016 140734927885240 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 26842 26205 627 1026 0 25812 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 107368

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24258
/proc/meminfo: memFree=28248128/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=108232 CPUtime=522.19 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 31425 0 0 0 51919 300 0 0 20 0 1 0 336071677 110829568 26529 33554432000 4194304 8395647 140734927890016 140734927885256 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 27058 26529 627 1026 0 26028 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 108232

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24258
/proc/meminfo: memFree=28245564/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=107116 CPUtime=582.19 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 55418 0 0 0 57875 344 0 0 20 0 1 0 336071677 109686784 26232 33554432000 4194304 8395647 140734927890016 140734927885144 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 26779 26232 627 1026 0 25749 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 107116

[startup+642.3 s]

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

/proc/meminfo: memFree=28185416/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=122044 CPUtime=1002.12 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 189365 0 0 0 99563 649 0 0 20 0 1 0 336071677 124973056 29830 33554432000 4194304 8395647 140734927890016 140734927885144 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 30511 29830 627 1026 0 29481 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 122044

[startup+1062.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 24262
/proc/meminfo: memFree=28179832/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=126500 CPUtime=1062.11 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 215755 0 0 0 105518 693 0 0 20 0 1 0 336071677 129536000 31050 33554432000 4194304 8395647 140734927890016 140734927884888 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 31625 31050 627 1026 0 30595 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 126500

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 24263
/proc/meminfo: memFree=28175248/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=131300 CPUtime=1122.1 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 229887 0 0 0 111476 734 0 0 20 0 1 0 336071677 134451200 32187 33554432000 4194304 8395647 140734927890016 140734927885480 6721172 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 32825 32187 627 1026 0 31795 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 131300

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 24263
/proc/meminfo: memFree=28180516/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=132096 CPUtime=1182.08 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 232740 0 0 0 117434 774 0 0 20 0 1 0 336071677 135266304 32377 33554432000 4194304 8395647 140734927890016 140734927885576 4962591 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 33024 32377 627 1026 0 31994 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 132096

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24263
/proc/meminfo: memFree=28174936/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=137508 CPUtime=1242.08 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 247839 0 0 0 123388 820 0 0 20 0 1 0 336071677 140808192 33688 33554432000 4194304 8395647 140734927890016 140734927884888 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 34377 33688 627 1026 0 33347 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 137508

[startup+1302.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 24301
/proc/meminfo: memFree=28326212/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=139356 CPUtime=1302.07 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 264048 0 0 0 129342 865 0 0 20 0 1 0 336071677 142700544 33925 33554432000 4194304 8395647 140734927890016 140734927885576 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 34839 33925 627 1026 0 33809 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 139356

[startup+1362.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 24304
/proc/meminfo: memFree=28319088/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=143732 CPUtime=1362.05 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 280032 0 0 0 135293 912 0 0 20 0 1 0 336071677 147181568 35378 33554432000 4194304 8395647 140734927890016 140734927885624 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 35933 35378 627 1026 0 34903 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 143732

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 24305
/proc/meminfo: memFree=28314444/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=147756 CPUtime=1422.05 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 284873 0 0 0 141248 957 0 0 20 0 1 0 336071677 151302144 36336 33554432000 4194304 8395647 140734927890016 140734927884872 5027348 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 36939 36336 627 1026 0 35909 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 147756

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 24305
/proc/meminfo: memFree=28317432/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=145116 CPUtime=1482.04 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 297794 0 0 0 147205 999 0 0 20 0 1 0 336071677 148598784 35709 33554432000 4194304 8395647 140734927890016 140734927884872 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 36279 35709 627 1026 0 35249 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 145116

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 24305
/proc/meminfo: memFree=28307324/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=152200 CPUtime=1542.03 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 312618 0 0 0 153164 1039 0 0 20 0 1 0 336071677 155852800 37507 33554432000 4194304 8395647 140734927890016 140734927885144 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 38050 37507 627 1026 0 37020 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 152200

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24305
/proc/meminfo: memFree=28295184/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=159036 CPUtime=1602.02 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 326851 0 0 0 159120 1082 0 0 20 0 1 0 336071677 162852864 39218 33554432000 4194304 8395647 140734927890016 140734927884568 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 39759 39218 627 1026 0 38729 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 159036

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24305
/proc/meminfo: memFree=28289968/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=160440 CPUtime=1662.01 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 343112 0 0 0 165074 1127 0 0 20 0 1 0 336071677 164290560 39579 33554432000 4194304 8395647 140734927890016 140734927884888 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 40110 39579 627 1026 0 39080 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 160440

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24306
/proc/meminfo: memFree=28286140/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=163672 CPUtime=1722 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 347954 0 0 0 171031 1169 0 0 20 0 1 0 336071677 167600128 40297 33554432000 4194304 8395647 140734927890016 140734927885576 6721235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 40918 40297 627 1026 0 39888 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 163672

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24306
/proc/meminfo: memFree=28279188/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=168592 CPUtime=1781.98 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 358768 0 0 0 176984 1214 0 0 20 0 1 0 336071677 172638208 41414 33554432000 4194304 8395647 140734927890016 140734927885480 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 42148 41414 627 1026 0 41118 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 168592

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24306
/proc/meminfo: memFree=28278196/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=170552 CPUtime=1785.18 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 359255 0 0 0 177301 1217 0 0 20 0 1 0 336071677 174645248 41881 33554432000 4194304 8395647 140734927890016 140734927885144 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 42638 41881 627 1026 0 41608 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 170552

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24306
/proc/meminfo: memFree=28276708/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=170552 CPUtime=1788.38 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 359273 0 0 0 177618 1220 0 0 20 0 1 0 336071677 174645248 41899 33554432000 4194304 8395647 140734927890016 140734927884568 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 42638 41899 627 1026 0 41608 0
Current children cumulated CPU time (s) 1788.38
Current children cumulated vsize (KiB) 170552

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24306
/proc/meminfo: memFree=28276708/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=170552 CPUtime=1789.18 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 359355 0 0 0 177697 1221 0 0 20 0 1 0 336071677 174645248 41981 33554432000 4194304 8395647 140734927890016 140734927884424 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 42638 41981 627 1026 0 41608 0
Current children cumulated CPU time (s) 1789.18
Current children cumulated vsize (KiB) 170552

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24306
/proc/meminfo: memFree=28276708/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=170552 CPUtime=1789.58 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 359356 0 0 0 177737 1221 0 0 20 0 1 0 336071677 174645248 41982 33554432000 4194304 8395647 140734927890016 140734927884424 7428202 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 42638 41982 627 1026 0 41608 0
Current children cumulated CPU time (s) 1789.58
Current children cumulated vsize (KiB) 170552

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24306
/proc/meminfo: memFree=28276708/32873648 swapFree=7388/7388
[pid=24115] ppid=24113 vsize=170552 CPUtime=1789.79 cores=0,2,4,6
/proc/24115/stat : 24115 (pbscip.linux.x8) R 24113 24115 21664 0 -1 4202496 359358 0 0 0 177757 1222 0 0 20 0 1 0 336071677 174645248 41984 33554432000 4194304 8395647 140734927890016 140734927885272 6345173 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24115/statm: 42638 41984 629 1026 0 41608 0
Current children cumulated CPU time (s) 1789.79
Current children cumulated vsize (KiB) 170552

Child status: 0
Real time (s): 1790.12
CPU time (s): 1789.82
CPU user time (s): 1777.59
CPU system time (s): 12.2251
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 170744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1777.59
system time used= 12.2251
maximum resident set size= 168132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359361
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= 56
involuntary context switches= 1874

runsolver used 2.68559 second user time and 7.11592 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-03 06:57:52
IDJOB=3733986
IDBENCH=2640
IDSOLVER=2326
FILE ID=node148/3733986-1338699472
RUNJOBID= node148-1338678625-21683
PBS_JOBID= 14636665
Free space on /tmp= 71320 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/golomb-rulers/normalized-OGR_13.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-3733986-1338699472/watcher-3733986-1338699472 -o /tmp/evaluation-result-3733986-1338699472/solver-3733986-1338699472 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3733986-1338699472.opb -t 1800 -m 15500

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

MD5SUM BENCH= 292e71503f1e4f136e087e61da3c7ed4
RANDOM SEED=1715062926

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28037308 kB
Buffers:          588368 kB
Cached:          2887084 kB
SwapCached:          628 kB
Active:          1874140 kB
Inactive:        2059196 kB
Active(anon):     447628 kB
Inactive(anon):    10660 kB
Active(file):    1426512 kB
Inactive(file):  2048536 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:             11704 kB
Writeback:             0 kB
AnonPages:        448072 kB
Mapped:            13072 kB
Shmem:                36 kB
Slab:             766192 kB
SReclaimable:     210340 kB
SUnreclaim:       555852 kB
KernelStack:        1456 kB
PageTables:         4744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     576004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    397312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71312 MiB
End job on node148 at 2012-06-03 07:27:42