Trace number 2665639

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.25 1800.82

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 benchmark121
Best CPU time to get the best result obtained on this benchmark1798.04
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.01	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.01	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-2665639-1276588140.opb>
0.19/0.29	c original problem has 2470 variables (2470 bin, 0 int, 0 impl, 0 cont) and 4744 constraints
0.19/0.29	c problem read
0.19/0.29	c presolving settings loaded
0.29/0.39	c presolving:
0.39/0.50	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
1.59/1.65	c    (1.3s) probing: 113/2470 (4.6%) - 0 fixings, 0 aggregations, 745 implications, 0 bound changes
1.59/1.65	c    (1.3s) probing aborted: 100/100 successive totally useless probings
1.59/1.65	c presolving (2 rounds):
1.59/1.65	c  0 deleted vars, 2366 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.59/1.65	c  4888 implications, 0 cliques
1.59/1.65	c presolved problem has 2470 variables (2470 bin, 0 int, 0 impl, 0 cont) and 2378 constraints
1.59/1.65	c      12 constraints of type <knapsack>
1.59/1.65	c    2366 constraints of type <linear>
1.59/1.65	c transformed objective value is always integral (scale: 1)
1.59/1.65	c Presolving Time: 1.26
1.59/1.65	c - non default parameters ----------------------------------------------------------------------
1.59/1.65	c # SCIP version 1.2.1.2
1.59/1.65	c 
1.59/1.65	c # frequency for displaying node information lines
1.59/1.65	c # [type: int, range: [-1,2147483647], default: 100]
1.59/1.65	c display/freq = 10000
1.59/1.65	c 
1.59/1.65	c # maximal time in seconds to run
1.59/1.65	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.59/1.65	c limits/time = 1799.71
1.59/1.65	c 
1.59/1.65	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.59/1.65	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.59/1.65	c limits/memory = 1620
1.59/1.65	c 
1.59/1.65	c # should presolving try to simplify inequalities
1.59/1.65	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.59/1.65	c constraints/linear/simplifyinequalities = TRUE
1.59/1.65	c 
1.59/1.65	c # should presolving try to simplify knapsacks
1.59/1.65	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.59/1.65	c constraints/knapsack/simplifyinequalities = TRUE
1.59/1.65	c 
1.59/1.65	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.59/1.65	c # [type: int, range: [-1,2147483647], default: -1]
1.59/1.65	c separating/rapidlearning/freq = 0
1.59/1.65	c 
1.59/1.65	c -----------------------------------------------------------------------------------------------
1.59/1.65	c start solving
1.59/1.65	c 
1.89/1.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.89/1.98	c   1.6s|     1 |     0 |  2026 |     - |  19M|   0 |1440 |2470 |2378 |2470 |2378 |   0 |   0 |   0 | 1.200000e+01 |      --      |    Inf 
2.79/2.89	c   2.5s|     1 |     0 |  2072 |     - |  20M|   0 |1454 |2470 |2378 |2470 |2426 |  48 |   0 |   0 | 1.200000e+01 |      --      |    Inf 
3.39/3.45	c   3.0s|     1 |     0 |  2242 |     - |  21M|   0 |1452 |2470 |2378 |2470 |2488 | 110 |   0 |   0 | 1.200000e+01 |      --      |    Inf 
4.30/4.33	c   3.9s|     1 |     0 |  3206 |     - |  21M|   0 |1458 |2470 |2378 |2470 |2566 | 188 |   0 |   0 | 1.200000e+01 |      --      |    Inf 
5.19/5.28	c   4.8s|     1 |     0 |  4212 |     - |  22M|   0 |1448 |2470 |2378 |2470 |2618 | 240 |   0 |   0 | 1.200000e+01 |      --      |    Inf 
5.99/6.04	c   5.6s|     1 |     0 |  4595 |     - |  22M|   0 |1472 |2470 |2378 |2470 |2676 | 298 |   0 |   0 | 1.200013e+01 |      --      |    Inf 
6.89/6.90	c   6.5s|     1 |     0 |  4933 |     - |  23M|   0 |1480 |2470 |2378 |2470 |2730 | 352 |   0 |   0 | 1.201764e+01 |      --      |    Inf 
8.28/8.33	c   7.9s|     1 |     0 |  5771 |     - |  23M|   0 |1473 |2470 |2378 |2470 |2776 | 398 |   0 |   0 | 1.203508e+01 |      --      |    Inf 
10.08/10.13	c   9.6s|     1 |     0 |  7078 |     - |  24M|   0 |1486 |2470 |2378 |2470 |2829 | 451 |   0 |   0 | 1.203758e+01 |      --      |    Inf 
11.59/11.62	c  11.1s|     1 |     0 |  8032 |     - |  24M|   0 |1479 |2470 |2378 |2470 |2887 | 509 |   0 |   0 | 1.204712e+01 |      --      |    Inf 
13.19/13.22	c  12.7s|     1 |     0 |  8872 |     - |  24M|   0 |1475 |2470 |2378 |2470 |2931 | 553 |   0 |   0 | 1.207799e+01 |      --      |    Inf 
14.59/14.69	c  14.2s|     1 |     0 | 10453 |     - |  24M|   0 |1472 |2470 |2378 |2470 |2925 | 589 |   0 |   0 | 1.214388e+01 |      --      |    Inf 
15.99/16.00	c  15.4s|     1 |     0 | 11521 |     - |  24M|   0 |1454 |2470 |2378 |2470 |2966 | 630 |   0 |   0 | 1.250000e+01 |      --      |    Inf 
17.38/17.45	c  16.9s|     1 |     0 | 13009 |     - |  24M|   0 |1447 |2470 |2378 |2470 |2985 | 649 |   0 |   0 | 1.253893e+01 |      --      |    Inf 
18.09/18.12	c  17.5s|     1 |     0 | 13599 |     - |  25M|   0 |1450 |2470 |2378 |2470 |3007 | 671 |   0 |   0 | 1.256063e+01 |      --      |    Inf 
19.39/19.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.39/19.46	c  18.9s|     1 |     0 | 15151 |     - |  25M|   0 |1449 |2470 |2378 |2470 |3028 | 692 |   0 |   0 | 1.256078e+01 |      --      |    Inf 
21.99/22.03	c  21.4s|     1 |     0 | 18481 |     - |  25M|   0 |1449 |2470 |2378 |2470 |3050 | 714 |   0 |   0 | 1.272630e+01 |      --      |    Inf 
22.89/22.90	c  22.2s|     1 |     0 | 19268 |     - |  25M|   0 |1445 |2470 |2378 |2470 |2749 | 733 |   0 |   0 | 1.274029e+01 |      --      |    Inf 
23.49/23.57	c  22.9s|     1 |     0 | 19980 |     - |  25M|   0 |1443 |2470 |2378 |2470 |2772 | 756 |   0 |   0 | 1.275429e+01 |      --      |    Inf 
24.68/24.71	c  24.0s|     1 |     0 | 21285 |     - |  25M|   0 |1443 |2470 |2378 |2470 |2787 | 771 |   0 |   0 | 1.275429e+01 |      --      |    Inf 
26.09/26.18	c  25.4s|     1 |     0 | 23031 |     - |  25M|   0 |1439 |2470 |2378 |2470 |2802 | 786 |   0 |   0 | 1.275429e+01 |      --      |    Inf 
27.39/27.43	c  26.6s|     1 |     0 | 24555 |     - |  25M|   0 |1429 |2470 |2378 |2470 |2814 | 798 |   0 |   0 | 1.275429e+01 |      --      |    Inf 
29.38/29.43	c  28.6s|     1 |     0 | 27153 |     - |  25M|   0 |1434 |2470 |2378 |2470 |2829 | 813 |   0 |   0 | 1.275429e+01 |      --      |    Inf 
31.18/31.24	c  30.4s|     1 |     0 | 29572 |     - |  25M|   0 |1433 |2470 |2378 |2470 |2630 | 828 |   0 |   0 | 1.275429e+01 |      --      |    Inf 
44.36/44.40	c  43.2s|     1 |     2 | 29572 |     - |  25M|   0 |1433 |2470 |2378 |2470 |2630 | 828 |   0 |  20 | 1.275429e+01 |      --      |    Inf 
1791.24/1791.80	c  1742s| 10000 |  6895 |  2265k| 223.6 |  45M|  82 | 943 |2470 |5434 |2470 |2561 | 828 |  10k|5381 | 2.100000e+01 |      --      |    Inf 
1800.04/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.69	c 
1800.04/1800.69	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.69	c Solving Time (sec) : 1750.88
1800.04/1800.69	c Solving Nodes      : 10039
1800.04/1800.69	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.69	c Dual Bound         : +2.10000000000009e+01
1800.04/1800.69	c Gap                : infinite
1800.04/1800.69	s UNKNOWN
1800.04/1800.69	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.69	c Solving Time       :    1750.88
1800.04/1800.69	c Original Problem   :
1800.04/1800.69	c   Problem name     : HOME/instance-2665639-1276588140.opb
1800.04/1800.69	c   Variables        : 2470 (2470 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.70	c   Constraints      : 4744 initial, 4744 maximal
1800.04/1800.70	c Presolved Problem  :
1800.04/1800.70	c   Problem name     : t_HOME/instance-2665639-1276588140.opb
1800.04/1800.70	c   Variables        : 2470 (2470 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.70	c   Constraints      : 2378 initial, 5762 maximal
1800.04/1800.70	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.70	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.70	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.70	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.70	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.70	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.70	c   probing          :       1.11          0          0          0          0          0          0          0          0
1800.04/1800.70	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.70	c   linear           :       0.13          0          0          0          0          0       2366          0          0
1800.04/1800.70	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.70	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.70	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.70	c   integral         :          0          0          0       8774          0          2        703          0          0      17064
1800.04/1800.70	c   knapsack         :         12         23      58178          0          0         59       6187        328          0          0
1800.04/1800.70	c   linear           :       2366         23      58119          0          0        382     168776          2          0          0
1800.04/1800.70	c   logicor          :          0+         0      38618          0          0         26      27388          0          0          0
1800.04/1800.70	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.70	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.70	c   integral         :     474.71       0.00       0.00     474.71       0.00
1800.04/1800.70	c   knapsack         :       2.63       0.01       2.62       0.00       0.00
1800.04/1800.70	c   linear           :      95.33       0.03      95.30       0.00       0.00
1800.04/1800.70	c   logicor          :       2.01       0.00       2.01       0.00       0.00
1800.04/1800.70	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.70	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.70	c   vbounds          :       0.04          2          0          0
1800.04/1800.70	c   rootredcost      :       0.04          0          0          0
1800.04/1800.70	c   pseudoobj        :       0.15      57957          0          0
1800.04/1800.70	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.70	c   propagation      :       0.05        467        465       2626       25.1         18       13.9          -
1800.04/1800.70	c   infeasible LP    :       8.12       7481       7481       9560       10.4        106        7.8          0
1800.04/1800.70	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.70	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.70	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.70	c   applied globally :          -          -          -      10239       11.2          -          -          -
1800.04/1800.70	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.70	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.70	c   cut pool         :       0.04         22          -          -      18778          -    (maximal pool size: 6072)
1800.04/1800.70	c   redcost          :       1.53       8834          0         48          0          0
1800.04/1800.70	c   impliedbounds    :       0.01         23          0          0         27          0
1800.04/1800.70	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.70	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.70	c   gomory           :       0.91         23          0          0         46          0
1800.04/1800.70	c   strongcg         :       0.72         20          0          0         37          0
1800.04/1800.70	c   cmir             :       2.43         10          0          0       5000          0
1800.04/1800.70	c   flowcover        :       2.36         10          0          0       2000          0
1800.04/1800.70	c   clique           :       0.01          1          0          0          0          0
1800.04/1800.70	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.70	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.70	c   rapidlearning    :       0.41          1          0          0          0          0
1800.04/1800.70	c Pricers            :       Time      Calls       Vars
1800.04/1800.70	c   problem variables:       0.00          0          0
1800.04/1800.70	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.70	c   relpscost        :     474.71       8774          2        703          0          0      17064
1800.04/1800.70	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.70	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1800.70	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.70	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.70	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.70	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.70	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.70	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.70	c   LP solutions     :       0.00          -          0
1800.04/1800.70	c   pseudo solutions :       0.00          -          0
1800.04/1800.70	c   oneopt           :       0.04          0          0
1800.04/1800.70	c   crossover        :       0.00          0          0
1800.04/1800.70	c   intshifting      :       0.01          0          0
1800.04/1800.70	c   coefdiving       :      98.07         12          0
1800.04/1800.70	c   fracdiving       :      77.98         27          0
1800.04/1800.70	c   veclendiving     :      42.32         35          0
1800.04/1800.70	c   objpscostdiving  :       9.73         25          0
1800.04/1800.70	c   pscostdiving     :      59.34         59          0
1800.04/1800.70	c   linesearchdiving :      68.24         91          0
1800.04/1800.70	c   feaspump         :      27.61        345          0
1800.04/1800.70	c   trivial          :       0.00          2          0
1800.04/1800.70	c   simplerounding   :       0.01          0          0
1800.04/1800.70	c   zirounding       :       0.42       1000          0
1800.04/1800.70	c   rounding         :       2.68       1280          0
1800.04/1800.70	c   shifting         :       8.81        387          0
1800.04/1800.70	c   twoopt           :       0.00          0          0
1800.04/1800.70	c   fixandinfer      :       0.00          0          0
1800.04/1800.70	c   intdiving        :       0.00          0          0
1800.04/1800.70	c   actconsdiving    :       0.00          0          0
1800.04/1800.70	c   rootsoldiving    :      11.32         11          0
1800.04/1800.70	c   guideddiving     :       0.00          0          0
1800.04/1800.70	c   octane           :       0.00          0          0
1800.04/1800.70	c   rens             :       0.01          0          0
1800.04/1800.70	c   rins             :       0.00          0          0
1800.04/1800.70	c   localbranching   :       0.00          0          0
1800.04/1800.70	c   mutation         :       0.00          0          0
1800.04/1800.70	c   dins             :       0.00          0          0
1800.04/1800.70	c   undercover       :       0.00          0          0
1800.04/1800.70	c   nlp              :       0.00          0          0
1800.04/1800.70	c   trysol           :       0.01          0          0
1800.04/1800.70	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.70	c   primal LP        :       0.07          0          0       0.00       0.00
1800.04/1800.70	c   dual LP          :     768.51      10115    1653140     163.43    2151.10
1800.04/1800.70	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.70	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.70	c   diving/probing LP:     319.61      14607     635416      43.50    1988.10
1800.04/1800.70	c   strong branching :     471.24       5381     851854     158.31    1807.69
1800.04/1800.70	c     (at root node) :          -         20      15943     797.15          -
1800.04/1800.70	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.70	c B&B Tree           :
1800.04/1800.70	c   number of runs   :          1
1800.04/1800.70	c   nodes            :      10039
1800.04/1800.70	c   nodes (total)    :      10039
1800.04/1800.70	c   nodes left       :       6928
1800.04/1800.70	c   max depth        :         82
1800.04/1800.70	c   max depth (total):         82
1800.04/1800.70	c   backtracks       :       1469 (14.6%)
1800.04/1800.70	c   delayed cutoffs  :         98
1800.04/1800.70	c   repropagations   :       6540 (19182 domain reductions, 12 cutoffs)
1800.04/1800.70	c   avg switch length:       6.20
1800.04/1800.70	c   switching time   :       8.84
1800.04/1800.70	c Solution           :
1800.04/1800.70	c   Solutions found  :          0 (0 improvements)
1800.04/1800.70	c   Primal Bound     :          -
1800.04/1800.70	c   Dual Bound       : +2.10000000000009e+01
1800.04/1800.70	c   Gap              :   infinite
1800.04/1800.70	c   Root Dual Bound  : +1.27542924144318e+01
1800.04/1800.70	c   Root Iterations  :      29572
1800.23/1800.81	c Time complete: 1800.24.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665639-1276588140/watcher-2665639-1276588140 -o /tmp/evaluation-result-2665639-1276588140/solver-2665639-1276588140 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665639-1276588140.opb -t 1800 -m 1800 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 3631
/proc/meminfo: memFree=1825108/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=9288 CPUtime=0
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 1274 0 0 0 0 0 0 0 20 0 1 0 34415315 9510912 1195 1992294400 4194304 9819077 140733980566960 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3631/statm: 2579 1202 371 1374 0 1200 0

[startup+0.047416 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 3631
/proc/meminfo: memFree=1825108/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=11620 CPUtime=0.04
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 1825 0 0 0 4 0 0 0 20 0 1 0 34415315 11898880 1746 1992294400 4194304 9819077 140733980566960 18446744073709551615 8583939 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3631/statm: 2905 1746 388 1374 0 1526 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11620

[startup+0.101421 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 3631
/proc/meminfo: memFree=1825108/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=12904 CPUtime=0.09
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 2153 0 0 0 9 0 0 0 20 0 1 0 34415315 13213696 2074 1992294400 4194304 9819077 140733980566960 18446744073709551615 8610784 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3631/statm: 3226 2074 388 1374 0 1847 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12904

[startup+0.30144 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 3631
/proc/meminfo: memFree=1825108/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=17480 CPUtime=0.29
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 3477 0 0 0 28 1 0 0 20 0 1 0 34415315 17899520 3045 1992294400 4194304 9819077 140733980566960 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 4370 3055 423 1374 0 2991 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17480

[startup+0.701476 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 3631
/proc/meminfo: memFree=1825108/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=55344 CPUtime=0.7
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 13522 0 0 0 64 6 0 0 21 0 1 0 34415315 56672256 12318 1992294400 4194304 9819077 140733980566960 18446744073709551615 4923952 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 13836 12318 511 1374 0 12457 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 55344

[startup+1.50155 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 3632
/proc/meminfo: memFree=1777112/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=55884 CPUtime=1.5
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 13651 0 0 0 144 6 0 0 23 0 1 0 34415315 57225216 12447 1992294400 4194304 9819077 140733980566960 18446744073709551615 4947407 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 13971 12447 511 1374 0 12592 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 55884

[startup+3.1007 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 3632
/proc/meminfo: memFree=1767316/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=73508 CPUtime=3.09
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 28629 0 0 0 297 12 0 0 25 0 1 0 34415315 75272192 17058 1992294400 4194304 9819077 140733980566960 18446744073709551615 6043689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 18377 17058 692 1374 0 16998 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73508

[startup+6.301 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 3632
/proc/meminfo: memFree=1757024/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=77592 CPUtime=6.29
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 31240 0 0 0 613 16 0 0 25 0 1 0 34415315 79454208 17642 1992294400 4194304 9819077 140733980566960 18446744073709551615 4424295 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 19398 17642 692 1374 0 18019 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 77592

[startup+12.7006 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 3632
/proc/meminfo: memFree=1753808/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=87476 CPUtime=12.69
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 40437 0 0 0 1247 22 0 0 25 0 1 0 34415315 89575424 18811 1992294400 4194304 9819077 140733980566960 18446744073709551615 7308997 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 21869 18811 692 1374 0 20490 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87476

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 3632
/proc/meminfo: memFree=1753312/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=83544 CPUtime=25.49
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 82594 0 0 0 2504 45 0 0 25 0 1 0 34415315 85549056 18414 1992294400 4194304 9819077 140733980566960 18446744073709551615 7220450 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 20886 18414 696 1374 0 19507 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83544

[startup+51.1012 s]
/proc/loadavg: 1.03 1.00 1.00 2/107 3632
/proc/meminfo: memFree=1752692/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=93036 CPUtime=51.07
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 211274 0 0 0 5006 101 0 0 25 0 1 0 34415315 95268864 18663 1992294400 4194304 9819077 140733980566960 18446744073709551615 7290936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 23259 18663 702 1374 0 21880 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 93036

[startup+102.309 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 3634
/proc/meminfo: memFree=1753560/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=84200 CPUtime=102.26
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 530366 0 0 0 9990 236 0 0 25 0 1 0 34415315 86220800 18474 1992294400 4194304 9819077 140733980566960 18446744073709551615 7290975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 21050 18474 702 1374 0 19671 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 84200

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3636
/proc/meminfo: memFree=1753436/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=82336 CPUtime=162.23
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 798266 0 0 0 15856 367 0 0 25 0 1 0 34415315 84312064 18339 1992294400 4194304 9819077 140733980566960 18446744073709551615 7220428 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 20584 18339 708 1374 0 19205 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 82336

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3636
/proc/meminfo: memFree=1752444/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=84036 CPUtime=222.22
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 1173243 0 0 0 21690 532 0 0 25 0 1 0 34415315 86052864 18761 1992294400 4194304 9819077 140733980566960 18446744073709551615 7291626 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 21009 18761 708 1374 0 19630 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 84036

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3638
/proc/meminfo: memFree=1751824/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=87124 CPUtime=282.2
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 1582434 0 0 0 27517 703 0 0 25 0 1 0 34415315 89214976 18776 1992294400 4194304 9819077 140733980566960 18446744073709551615 4641960 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 21781 18776 708 1374 0 20402 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 87124

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3640
/proc/meminfo: memFree=1750460/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=86036 CPUtime=342.19
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 2020833 0 0 0 33328 891 0 0 25 0 1 0 34415315 88100864 18983 1992294400 4194304 9819077 140733980566960 18446744073709551615 7291684 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 21509 18983 708 1374 0 20130 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 86036

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3642
/proc/meminfo: memFree=1750956/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=87452 CPUtime=402.16
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 2504974 0 0 0 39121 1095 0 0 25 0 1 0 34415315 89550848 19044 1992294400 4194304 9819077 140733980566960 18446744073709551615 6372759 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 21863 19044 708 1374 0 20484 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 87452

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3644
/proc/meminfo: memFree=1749592/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=89992 CPUtime=462.15
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 2923400 0 0 0 44938 1277 0 0 25 0 1 0 34415315 92151808 19176 1992294400 4194304 9819077 140733980566960 18446744073709551615 7816457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 22498 19176 708 1374 0 21119 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 89992

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3644
/proc/meminfo: memFree=1748848/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=88484 CPUtime=522.13
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 3351454 0 0 0 50756 1457 0 0 25 0 1 0 34415315 90607616 19387 1992294400 4194304 9819077 140733980566960 18446744073709551615 4925457 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 22121 19387 708 1374 0 20742 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 88484

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3646
/proc/meminfo: memFree=1746988/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=93032 CPUtime=582.11
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 3791724 0 0 0 56573 1638 0 0 25 0 1 0 34415315 95264768 20133 1992294400 4194304 9819077 140733980566960 18446744073709551615 7292323 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 23258 20133 708 1374 0 21879 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 93032

[startup+642.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 3648
/proc/meminfo: memFree=1746616/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=92196 CPUtime=642.1
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 4178604 0 0 0 62407 1803 0 0 25 0 1 0 34415315 94408704 20062 1992294400 4194304 9819077 140733980566960 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 23049 20062 708 1374 0 21670 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 92196

[startup+702.301 s]

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

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3663
/proc/meminfo: memFree=1745748/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=90752 CPUtime=882
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 5730465 0 0 0 85743 2457 0 0 25 0 1 0 34415315 92930048 20180 1992294400 4194304 9819077 140733980566960 18446744073709551615 7234115 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 22688 20180 708 1374 0 21309 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 90752

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3665
/proc/meminfo: memFree=1745872/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=93280 CPUtime=941.98
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 6123497 0 0 0 91579 2619 0 0 25 0 1 0 34415315 95518720 20234 1992294400 4194304 9819077 140733980566960 18446744073709551615 7290959 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 23320 20234 708 1374 0 21941 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 93280

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3667
/proc/meminfo: memFree=1744632/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=94148 CPUtime=1001.96
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 6500626 0 0 0 97419 2777 0 0 25 0 1 0 34415315 96407552 20282 1992294400 4194304 9819077 140733980566960 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 23537 20282 708 1374 0 22158 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 94148

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3669
/proc/meminfo: memFree=1745004/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=94868 CPUtime=1061.95
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 6888539 0 0 0 103255 2940 0 0 25 0 1 0 34415315 97144832 20406 1992294400 4194304 9819077 140733980566960 18446744073709551615 6004057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 23717 20406 708 1374 0 22338 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 94868

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3669
/proc/meminfo: memFree=1745128/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=92524 CPUtime=1121.93
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 7289452 0 0 0 109080 3113 0 0 25 0 1 0 34415315 94744576 20340 1992294400 4194304 9819077 140733980566960 18446744073709551615 4647030 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 23131 20340 708 1374 0 21752 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 92524

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3671
/proc/meminfo: memFree=1744508/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=91092 CPUtime=1181.91
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 7690848 0 0 0 114911 3280 0 0 25 0 1 0 34415315 93278208 20453 1992294400 4194304 9819077 140733980566960 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 22773 20453 723 1374 0 21394 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 91092

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3673
/proc/meminfo: memFree=1742152/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=92900 CPUtime=1241.89
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 8116511 0 0 0 120732 3457 0 0 25 0 1 0 34415315 95129600 21037 1992294400 4194304 9819077 140733980566960 18446744073709551615 7304779 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 23225 21041 723 1374 0 21846 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 92900

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3675
/proc/meminfo: memFree=1741656/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=96396 CPUtime=1301.88
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 8481336 0 0 0 126573 3615 0 0 25 0 1 0 34415315 98709504 21202 1992294400 4194304 9819077 140733980566960 18446744073709551615 7816507 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 24099 21202 723 1374 0 22720 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 96396

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3677
/proc/meminfo: memFree=1740664/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=95108 CPUtime=1361.86
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 8869733 0 0 0 132400 3786 0 0 25 0 1 0 34415315 97390592 21283 1992294400 4194304 9819077 140733980566960 18446744073709551615 7816434 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 23777 21283 723 1374 0 22398 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 95108

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3677
/proc/meminfo: memFree=1740788/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=95004 CPUtime=1421.85
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 9242183 0 0 0 138240 3945 0 0 25 0 1 0 34415315 97284096 21363 1992294400 4194304 9819077 140733980566960 18446744073709551615 7816514 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 23751 21363 723 1374 0 22372 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 95004

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3679
/proc/meminfo: memFree=1738556/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=97960 CPUtime=1481.82
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 9561832 0 0 0 144088 4094 0 0 25 0 1 0 34415315 100311040 21861 1992294400 4194304 9819077 140733980566960 18446744073709551615 7291626 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 24490 21861 723 1374 0 23111 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 97960

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3684
/proc/meminfo: memFree=1737316/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=106584 CPUtime=1541.8
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 9921223 0 0 0 149926 4254 0 0 25 0 1 0 34415315 109142016 22327 1992294400 4194304 9819077 140733980566960 18446744073709551615 7291994 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 26646 22327 723 1374 0 25267 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 106584

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3686
/proc/meminfo: memFree=1737688/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=97312 CPUtime=1601.78
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 10261334 0 0 0 155772 4406 0 0 25 0 1 0 34415315 99647488 22083 1992294400 4194304 9819077 140733980566960 18446744073709551615 5324757 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 24328 22083 723 1374 0 22949 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 97312

[startup+1662.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 3688
/proc/meminfo: memFree=1735084/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=100860 CPUtime=1661.77
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 10610960 0 0 0 161614 4563 0 0 25 0 1 0 34415315 103280640 22741 1992294400 4194304 9819077 140733980566960 18446744073709551615 7226864 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 25215 22741 723 1374 0 23836 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 100860

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 3688
/proc/meminfo: memFree=1734216/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=100392 CPUtime=1721.74
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 10934431 0 0 0 167464 4710 0 0 25 0 1 0 34415315 102801408 22952 1992294400 4194304 9819077 140733980566960 18446744073709551615 7291729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 25098 22952 723 1374 0 23719 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 100392

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3690
/proc/meminfo: memFree=1732480/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=102028 CPUtime=1781.73
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 11242898 0 0 0 173319 4854 0 0 25 0 1 0 34415315 104476672 23275 1992294400 4194304 9819077 140733980566960 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 25507 23275 723 1374 0 24128 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 102028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3692
/proc/meminfo: memFree=1732356/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=102956 CPUtime=1800.04
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 11331484 0 0 0 175108 4896 0 0 25 0 1 0 34415315 105426944 23356 1992294400 4194304 9819077 140733980566960 18446744073709551615 4981767 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3631/statm: 25739 23356 723 1374 0 24360 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 102956

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

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

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3692
/proc/meminfo: memFree=1732356/2059040 swapFree=4135900/4192956
[pid=3631] ppid=3629 vsize=95324 CPUtime=1800.23
/proc/3631/stat : 3631 (pbscip.linux.x8) R 3629 3631 3606 0 -1 4202496 11331938 0 0 0 175126 4897 0 0 25 0 1 0 34415315 97611776 21559 1992294400 4194304 9819077 140733980566960 18446744073709551615 4333569 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3631/statm: 23831 21559 726 1374 0 22452 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 95324

Child status: 0
Real time (s): 1800.82
CPU time (s): 1800.25
CPU user time (s): 1751.27
CPU system time (s): 48.9866
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 111896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1751.27
system time used= 48.9866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11331942
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= 2
involuntary context switches= 3635

runsolver used 2.97855 second user time and 8.51271 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-15 09:49:00
IDJOB=2665639
IDBENCH=2640
IDSOLVER=1168
FILE ID=node015/2665639-1276588140
PBS_JOBID= 11172222
Free space on /tmp= 62584 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) 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.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665639-1276588140/watcher-2665639-1276588140 -o /tmp/evaluation-result-2665639-1276588140/solver-2665639-1276588140 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665639-1276588140.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 292e71503f1e4f136e087e61da3c7ed4
RANDOM SEED=1129340768

node015.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1825636 kB
Buffers:         36088 kB
Cached:         118280 kB
SwapCached:      10700 kB
Active:          92808 kB
Inactive:        75376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1825636 kB
SwapTotal:     4192956 kB
SwapFree:      4135900 kB
Dirty:            7620 kB
Writeback:           0 kB
AnonPages:       12436 kB
Mapped:           9228 kB
Slab:            43380 kB
PageTables:       4120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181548 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62576 MiB
End job on node015 at 2010-06-15 10:19:03