Trace number 2693204

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 NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.43 1800.37

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/
normalized-j6030_9-unsat--soft-66-100-0.wbo
MD5SUM1889fba1555b8697309aed0b2b80cc12
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.140978
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables11956
Total number of constraints39426
Number of soft constraints13393
Number of constraints which are clauses39038
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints388
Minimum length of a constraint1
Maximum length of a constraint60
Top cost 678604
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 678603
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 416
Number of bits of the biggest sum of numbers9
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
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-2693204-1277917582.wbo>
0.29/0.36	c original problem has 38742 variables (25349 bin, 0 int, 0 impl, 13393 cont) and 52820 constraints
0.29/0.36	c problem read
0.29/0.36	c presolving settings loaded
0.88/0.96	c presolving:
1.18/1.26	c (round 1) 1080 del vars, 3295 del conss, 673 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 591545 impls, 0 clqs
1.38/1.47	c (round 2) 3068 del vars, 10213 del conss, 1576 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 608517 impls, 0 clqs
1.69/1.70	c (round 3) 6822 del vars, 16347 del conss, 2211 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 612702 impls, 0 clqs
1.78/1.86	c (round 4) 10817 del vars, 20534 del conss, 2637 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 616347 impls, 0 clqs
1.89/1.97	c (round 5) 13570 del vars, 23114 del conss, 2914 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 618353 impls, 0 clqs
1.98/2.04	c (round 6) 15410 del vars, 24826 del conss, 3116 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 619528 impls, 0 clqs
1.98/2.10	c (round 7) 16620 del vars, 26231 del conss, 3300 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 620337 impls, 0 clqs
2.09/2.14	c (round 8) 17495 del vars, 27100 del conss, 3391 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 620669 impls, 0 clqs
2.09/2.18	c (round 9) 18133 del vars, 27639 del conss, 3463 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 620946 impls, 0 clqs
2.19/2.20	c (round 10) 18518 del vars, 27990 del conss, 3495 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 621037 impls, 0 clqs
2.19/2.22	c (round 11) 18775 del vars, 28159 del conss, 3508 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 621047 impls, 0 clqs
2.19/2.24	c (round 12) 18916 del vars, 28253 del conss, 3516 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 621075 impls, 0 clqs
2.19/2.25	c (round 13) 18991 del vars, 28306 del conss, 3519 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 621117 impls, 0 clqs
2.19/2.27	c (round 14) 19034 del vars, 28335 del conss, 3521 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 621129 impls, 0 clqs
2.19/2.28	c (round 15) 19056 del vars, 28346 del conss, 3522 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 621129 impls, 0 clqs
2.19/2.29	c (round 16) 19064 del vars, 28349 del conss, 3522 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 621129 impls, 0 clqs
2.29/2.33	c (round 17) 19066 del vars, 28350 del conss, 10141 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 621129 impls, 0 clqs
2.39/2.47	c (round 18) 19067 del vars, 28350 del conss, 10141 chg bounds, 0 chg sides, 0 chg coeffs, 11755 upgd conss, 621129 impls, 0 clqs
7.08/7.12	c    (6.3s) probing: 1000/13056 (7.7%) - 0 fixings, 0 aggregations, 87622 implications, 0 bound changes
9.68/9.77	c    (8.9s) probing: 2000/13056 (15.3%) - 0 fixings, 0 aggregations, 100601 implications, 0 bound changes
9.68/9.78	c    (8.9s) probing: 2001/13056 (15.3%) - 0 fixings, 0 aggregations, 100609 implications, 0 bound changes
9.68/9.78	c    (8.9s) probing aborted: 2000/2000 successive useless probings
9.68/9.78	c presolving (19 rounds):
9.68/9.78	c  19067 deleted vars, 28350 deleted constraints, 10141 tightened bounds, 0 added holes, 0 changed sides, 2 changed coefficients
9.68/9.78	c  1040102 implications, 0 cliques
9.68/9.78	c presolved problem has 19675 variables (13056 bin, 0 int, 0 impl, 6619 cont) and 24470 constraints
9.68/9.78	c    6619 constraints of type <indicator>
9.68/9.78	c     523 constraints of type <varbound>
9.68/9.78	c     240 constraints of type <knapsack>
9.68/9.78	c    6096 constraints of type <linear>
9.68/9.78	c   10992 constraints of type <logicor>
9.68/9.78	c transformed objective value is always integral (scale: 1)
9.68/9.78	c Presolving Time: 8.83
9.68/9.78	c - non default parameters ----------------------------------------------------------------------
9.68/9.78	c # SCIP version 1.2.1.2
9.68/9.78	c 
9.68/9.78	c # frequency for displaying node information lines
9.68/9.78	c # [type: int, range: [-1,2147483647], default: 100]
9.68/9.78	c display/freq = 10000
9.68/9.78	c 
9.68/9.78	c # maximal time in seconds to run
9.68/9.78	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.68/9.78	c limits/time = 1799.65
9.68/9.78	c 
9.68/9.78	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
9.68/9.78	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.68/9.78	c limits/memory = 3420
9.68/9.78	c 
9.68/9.78	c # should presolving try to simplify inequalities
9.68/9.78	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.68/9.78	c constraints/linear/simplifyinequalities = TRUE
9.68/9.78	c 
9.68/9.78	c # should presolving try to simplify knapsacks
9.68/9.78	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.68/9.78	c constraints/knapsack/simplifyinequalities = TRUE
9.68/9.78	c 
9.68/9.78	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
9.68/9.78	c # [type: int, range: [-1,2147483647], default: -1]
9.68/9.78	c separating/rapidlearning/freq = 0
9.68/9.78	c 
9.68/9.78	c -----------------------------------------------------------------------------------------------
9.68/9.78	c start solving
9.68/9.79	c 
10.09/10.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.09/10.13	c   9.3s|     1 |     0 |  1871 |     - | 145M|   0 |1616 |  19k|  24k|  19k|  11k|   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
13.79/13.88	c  12.8s|     1 |     0 |  3196 |     - | 149M|   0 |1128 |  19k|  24k|  19k|  13k|2000 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
16.28/16.36	c  15.2s|     1 |     0 |  4166 |     - | 149M|   0 |1189 |  19k|  24k|  19k|  13k|2309 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
18.29/18.37	c  17.2s|     1 |     0 |  5621 |     - | 150M|   0 |1494 |  19k|  24k|  19k|  13k|2599 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
23.78/23.84	c  22.6s|     1 |     0 |  6636 |     - | 150M|   0 |1460 |  19k|  24k|  19k|  14k|2819 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
29.79/29.82	c  28.6s|     1 |     0 |  8424 |     - | 150M|   0 |1596 |  19k|  24k|  19k|  14k|3034 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
33.38/33.44	c  32.2s|     1 |     0 |  9495 |     - | 150M|   0 |1707 |  19k|  24k|  19k|  14k|3215 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
50.19/50.28	c  48.9s|     1 |     2 |  9495 |     - | 151M|   0 |1707 |  19k|  24k|  19k|  14k|3215 |   0 |  18 | 0.000000e+00 |      --      |    Inf 
1073.22/1073.27	c  1043s| 10000 |  9981 |700283 |  69.1 | 247M| 283 | 339 |  19k|  24k|  19k|  12k|6318 |  52 |4680 | 0.000000e+00 |      --      |    Inf 
1581.63/1581.60	c  1526s| 20000 | 19969 |  1032k|  51.1 | 341M| 283 | 176 |  19k|  24k|  19k|  12k|6458 |  95 |7927 | 0.000000e+00 |      --      |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.01	c 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time (sec) : 1732.92
1800.05/1800.01	c Solving Nodes      : 25087
1800.05/1800.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.01	c Gap                : infinite
1800.05/1800.01	s UNKNOWN
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time       :    1732.92
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-2693204-1277917582.wbo
1800.05/1800.01	c   Variables        : 38742 (25349 binary, 0 integer, 0 implicit integer, 13393 continuous)
1800.05/1800.01	c   Constraints      : 52820 initial, 52820 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-2693204-1277917582.wbo
1800.05/1800.01	c   Variables        : 19675 (13056 binary, 0 integer, 0 implicit integer, 6619 continuous)
1800.05/1800.01	c   Constraints      : 24470 initial, 24542 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.01        131          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.07      14329          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.03          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       7.10          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :       0.35          0          0          0          0          0       6774          0          0
1800.05/1800.01	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   knapsack         :       0.02          0          0          0          0          0          0          0          2
1800.05/1800.01	c   linear           :       0.73       3396       1211          0      10141          0      21576          0          0
1800.05/1800.01	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1800.05/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0      25145          0          0         49          0          0      50134
1800.05/1800.01	c   indicator        :       6619          0     205858         61          0          0      31806          0          0          0
1800.05/1800.01	c   varbound         :        523          6     205858         61          0          0       1434        370          0          0
1800.05/1800.01	c   knapsack         :        240          6     205858         23          0          9     107472        217          0          0
1800.05/1800.01	c   linear           :       6096          6     205849         23          0          0      26422       4357          0          0
1800.05/1800.01	c   logicor          :      10992+         6     166805          0          0         22     253326          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.01	c   integral         :     390.34       0.00       0.00     390.34       0.00
1800.05/1800.01	c   indicator        :      27.29       0.00      27.19       0.10       0.00
1800.05/1800.01	c   varbound         :       1.84       0.00       1.84       0.00       0.00
1800.05/1800.01	c   knapsack         :       2.77       0.00       2.77       0.00       0.00
1800.05/1800.01	c   linear           :      15.41       0.01      15.40       0.00       0.00
1800.05/1800.01	c   logicor          :       2.10       0.00       2.10       0.00       0.00
1800.05/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :       7.37      41507          0       4919
1800.05/1800.01	c   rootredcost      :       0.01          0          0          0
1800.05/1800.01	c   pseudoobj        :      34.25     192456          0          0
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :       0.00         31         31         49        9.4          1        2.0          -
1800.05/1800.01	c   infeasible LP    :       0.07         24         24         69       25.0          1        4.0          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.01	c   applied globally :          -          -          -        105       18.0          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.00          5          -          -         61          -    (maximal pool size: 2950)
1800.05/1800.01	c   redcost          :      18.07      25148          0          0          0          0
1800.05/1800.01	c   impliedbounds    :       0.04          6          0          0       2407          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :       8.35          6          0          0       2288          0
1800.05/1800.01	c   strongcg         :       5.68          6          0          0       1372          0
1800.05/1800.01	c   cmir             :       0.76          6          0          0          0          0
1800.05/1800.01	c   flowcover        :       1.59          6          0          0        170          0
1800.05/1800.01	c   clique           :       0.57          6          0          0         37          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.02          1          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :     390.30      25084          0         49          0          0      50134
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.00          -          0
1800.05/1800.01	c   pseudo solutions :       0.00          -          0
1800.05/1800.01	c   oneopt           :       0.04          0          0
1800.05/1800.01	c   crossover        :       0.00          0          0
1800.05/1800.01	c   guideddiving     :       0.00          0          0
1800.05/1800.01	c   objpscostdiving  :      94.59          2          0
1800.05/1800.01	c   rootsoldiving    :       5.92          4          0
1800.05/1800.01	c   pscostdiving     :     108.29         17          0
1800.05/1800.01	c   intshifting      :       0.34         24          0
1800.05/1800.01	c   coefdiving       :     138.59         28          0
1800.05/1800.01	c   veclendiving     :      56.32         28          0
1800.05/1800.01	c   fracdiving       :     121.62         45          0
1800.05/1800.01	c   linesearchdiving :      61.27         47          0
1800.05/1800.01	c   feaspump         :       8.37         64          0
1800.05/1800.01	c   trivial          :       0.45          2          0
1800.05/1800.01	c   simplerounding   :       0.00      24817          0
1800.05/1800.01	c   zirounding       :       0.37       1000          0
1800.05/1800.01	c   rounding         :       1.56       2179          0
1800.05/1800.01	c   shifting         :       7.12        659          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.20          1          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   nlp              :       0.01          0          0
1800.05/1800.01	c   trysol           :       2.38        347          0
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.01          0          0       0.00       0.00
1800.05/1800.01	c   dual LP          :     553.12      24876     764123      30.72    1381.48
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:     455.73      31549     414499      13.14     909.53
1800.05/1800.01	c   strong branching :     387.76       8687     474060      54.57    1222.56
1800.05/1800.01	c     (at root node) :          -         18      17379     965.50          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :      25087
1800.05/1800.01	c   nodes (total)    :      25087
1800.05/1800.01	c   nodes left       :      25048
1800.05/1800.01	c   max depth        :        283
1800.05/1800.01	c   max depth (total):        283
1800.05/1800.01	c   backtracks       :        265 (1.1%)
1800.05/1800.01	c   delayed cutoffs  :          0
1800.05/1800.01	c   repropagations   :        220 (384 domain reductions, 0 cutoffs)
1800.05/1800.01	c   avg switch length:       2.19
1800.05/1800.01	c   switching time   :       8.08
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :          0 (0 improvements)
1800.05/1800.01	c   Primal Bound     :          -
1800.05/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.01	c   Gap              :   infinite
1800.05/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.01	c   Root Iterations  :       9495
1800.34/1800.37	c Time complete: 1800.41.

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-2693204-1277917582/watcher-2693204-1277917582 -o /tmp/evaluation-result-2693204-1277917582/solver-2693204-1277917582 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693204-1277917582.wbo -t 1800 -m 3800 

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


[startup+0 s]
/proc/loadavg: 1.97 2.07 2.03 3/196 11880
/proc/meminfo: memFree=30367388/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=11004 CPUtime=0
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 1674 0 0 0 0 0 0 0 21 0 1 0 133055616 11268096 1594 4089446400 4194304 9819077 140737376834688 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11880/statm: 2751 1594 392 1374 0 1372 0

[startup+0.064111 s]
/proc/loadavg: 1.97 2.07 2.03 3/196 11880
/proc/meminfo: memFree=30367388/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=25352 CPUtime=0.05
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 5282 0 0 0 5 0 0 0 21 0 1 0 133055616 25960448 5202 4089446400 4194304 9819077 140737376834688 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11880/statm: 6338 5202 392 1374 0 4959 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 25352

[startup+0.101103 s]
/proc/loadavg: 1.97 2.07 2.03 3/196 11880
/proc/meminfo: memFree=30367388/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=29592 CPUtime=0.09
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 6343 0 0 0 9 0 0 0 21 0 1 0 133055616 30302208 6263 4089446400 4194304 9819077 140737376834688 18446744073709551615 8584085 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11880/statm: 7398 6263 392 1374 0 6019 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29592

[startup+0.301064 s]
/proc/loadavg: 1.97 2.07 2.03 3/196 11880
/proc/meminfo: memFree=30367388/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=59632 CPUtime=0.29
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 13869 0 0 0 28 1 0 0 21 0 1 0 133055616 61063168 13762 4089446400 4194304 9819077 140737376834688 18446744073709551615 5902323 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11880/statm: 14908 13762 392 1374 0 13529 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59632

[startup+0.700981 s]
/proc/loadavg: 1.97 2.07 2.03 3/196 11880
/proc/meminfo: memFree=30367388/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=156200 CPUtime=0.68
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 37089 0 0 0 65 3 0 0 22 0 1 0 133055616 159948800 36592 4089446400 4194304 9819077 140737376834688 18446744073709551615 4241142 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 39050 36592 469 1374 0 37671 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 156200

[startup+1.50084 s]
/proc/loadavg: 1.97 2.07 2.03 3/197 11881
/proc/meminfo: memFree=30218456/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=181648 CPUtime=1.49
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 44084 0 0 0 136 13 0 0 25 0 1 0 133055616 186007552 43073 4089446400 4194304 9819077 140737376834688 18446744073709551615 4332876 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 45412 43073 495 1374 0 44033 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 181648

[startup+3.10055 s]
/proc/loadavg: 1.97 2.07 2.03 3/197 11882
/proc/meminfo: memFree=30196260/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=191684 CPUtime=3.09
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 52655 0 0 0 274 35 0 0 25 0 1 0 133055616 196284416 45571 4089446400 4194304 9819077 140737376834688 18446744073709551615 4979670 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 47921 45571 537 1374 0 46542 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 191684

[startup+6.30097 s]
/proc/loadavg: 1.97 2.07 2.03 3/197 11882
/proc/meminfo: memFree=30182032/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=199128 CPUtime=6.28
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 54541 0 0 0 587 41 0 0 25 0 1 0 133055616 203907072 47457 4089446400 4194304 9819077 140737376834688 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 49782 47457 537 1374 0 48403 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 199128

[startup+12.7008 s]
/proc/loadavg: 1.97 2.07 2.03 3/197 11882
/proc/meminfo: memFree=30145840/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=243020 CPUtime=12.69
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 74878 0 0 0 1191 78 0 0 25 0 1 0 133055616 248852480 56617 4089446400 4194304 9819077 140737376834688 18446744073709551615 5883395 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 60755 56617 701 1374 0 59376 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 243020

[startup+25.5004 s]
/proc/loadavg: 1.98 2.06 2.02 3/197 11882
/proc/meminfo: memFree=30126616/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=262564 CPUtime=25.49
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 88865 0 0 0 2463 86 0 0 25 0 1 0 133055616 268865536 60305 4089446400 4194304 9819077 140737376834688 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 65641 60305 710 1374 0 64262 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 262564

[startup+51.1007 s]
/proc/loadavg: 1.98 2.06 2.02 3/197 11883
/proc/meminfo: memFree=30120780/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=261748 CPUtime=51.09
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 174994 0 0 0 5005 104 0 0 25 0 1 0 133055616 268029952 60563 4089446400 4194304 9819077 140737376834688 18446744073709551615 7311293 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 65437 60563 738 1374 0 64058 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 261748

[startup+102.306 s]
/proc/loadavg: 1.99 2.05 2.02 3/197 11884
/proc/meminfo: memFree=30112572/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=262108 CPUtime=102.29
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 639095 0 0 0 10057 172 0 0 25 0 1 0 133055616 268398592 60107 4089446400 4194304 9819077 140737376834688 18446744073709551615 7816453 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 65527 60108 738 1374 0 64148 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 262108

[startup+162.301 s]
/proc/loadavg: 2.07 2.05 2.02 3/197 11886
/proc/meminfo: memFree=30111664/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=264916 CPUtime=162.29
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 1119093 0 0 0 15987 242 0 0 25 0 1 0 133055616 271273984 60964 4089446400 4194304 9819077 140737376834688 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 66229 60964 738 1374 0 64850 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 264916

[startup+222.301 s]
/proc/loadavg: 2.03 2.04 2.01 3/197 11887
/proc/meminfo: memFree=30101336/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=264692 CPUtime=222.3
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 1871958 0 0 0 21875 355 0 0 25 0 1 0 133055616 271044608 61011 4089446400 4194304 9819077 140737376834688 18446744073709551615 6004057 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 66173 61011 740 1374 0 64794 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 264692

[startup+282.301 s]
/proc/loadavg: 2.01 2.03 2.01 3/197 11889
/proc/meminfo: memFree=30081700/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=269900 CPUtime=282.3
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 3024909 0 0 0 27708 522 0 0 25 0 1 0 133055616 276377600 62173 4089446400 4194304 9819077 140737376834688 18446744073709551615 6590687 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 67475 62178 740 1374 0 66096 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 269900

[startup+342.301 s]
/proc/loadavg: 2.27 2.12 2.04 3/197 11891
/proc/meminfo: memFree=30067164/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=272140 CPUtime=342.3
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 4384281 0 0 0 33512 718 0 0 25 0 1 0 133055616 278671360 62741 4089446400 4194304 9819077 140737376834688 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 68035 62741 740 1374 0 66656 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 272140

[startup+402.301 s]
/proc/loadavg: 2.30 2.17 2.06 3/197 11892
/proc/meminfo: memFree=30059076/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=272452 CPUtime=402.3
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 5321716 0 0 0 39379 851 0 0 25 0 1 0 133055616 278990848 62831 4089446400 4194304 9819077 140737376834688 18446744073709551615 7311927 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 68113 62831 740 1374 0 66734 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 272452

[startup+462.301 s]
/proc/loadavg: 2.11 2.14 2.05 3/197 11894
/proc/meminfo: memFree=30049504/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=272740 CPUtime=462.31
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 6503827 0 0 0 45216 1015 0 0 25 0 1 0 133055616 279285760 62989 4089446400 4194304 9819077 140737376834688 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 68107 62989 740 1374 0 66728 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 272740

[startup+522.3 s]
/proc/loadavg: 2.04 2.11 2.05 3/197 11895
/proc/meminfo: memFree=30035568/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=279124 CPUtime=522.31
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 7464233 0 0 0 51084 1147 0 0 25 0 1 0 133055616 285822976 64597 4089446400 4194304 9819077 140737376834688 18446744073709551615 7291678 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 69781 64597 740 1374 0 68402 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 279124

[startup+582.3 s]
/proc/loadavg: 2.33 2.15 2.06 3/197 11897
/proc/meminfo: memFree=30023020/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=282888 CPUtime=582.3
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 8409846 0 0 0 56951 1279 0 0 25 0 1 0 133055616 289677312 65439 4089446400 4194304 9819077 140737376834688 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 70722 65439 732 1374 0 69343 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 282888

[startup+642.3 s]
/proc/loadavg: 2.12 2.12 2.06 3/197 11899
/proc/meminfo: memFree=30016928/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=282524 CPUtime=642.31
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 9321686 0 0 0 62822 1409 0 0 25 0 1 0 133055616 289304576 65478 4089446400 4194304 9819077 140737376834688 18446744073709551615 7302705 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 70631 65478 747 1374 0 69252 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 282524

[startup+702.301 s]

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

[startup+942.301 s]
/proc/loadavg: 2.52 2.16 2.07 3/197 11907
/proc/meminfo: memFree=29923772/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=339256 CPUtime=942.32
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 16837285 0 0 0 91822 2410 0 0 25 0 1 0 133055616 347398144 76980 4089446400 4194304 9819077 140737376834688 18446744073709551615 7292006 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 84814 76980 748 1374 0 83435 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 339256

[startup+1002.3 s]
/proc/loadavg: 2.19 2.13 2.06 3/197 11908
/proc/meminfo: memFree=29903816/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=341708 CPUtime=1002.32
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 19155388 0 0 0 97504 2728 0 0 25 0 1 0 133055616 349908992 80336 4089446400 4194304 9819077 140737376834688 18446744073709551615 6628654 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 85427 80336 748 1374 0 84048 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 341708

[startup+1062.3 s]
/proc/loadavg: 2.07 2.10 2.06 3/197 11910
/proc/meminfo: memFree=29881960/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=370600 CPUtime=1062.32
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 21047587 0 0 0 103253 2979 0 0 25 0 1 0 133055616 379494400 84855 4089446400 4194304 9819077 140737376834688 18446744073709551615 7308981 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 92650 84855 748 1374 0 91271 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 370600

[startup+1122.3 s]
/proc/loadavg: 2.02 2.08 2.05 3/197 11911
/proc/meminfo: memFree=29867412/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=368736 CPUtime=1122.32
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 23118910 0 0 0 108974 3258 0 0 25 0 1 0 133055616 377585664 86958 4089446400 4194304 9819077 140737376834688 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 92184 86958 748 1374 0 90805 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 368736

[startup+1182.3 s]
/proc/loadavg: 2.55 2.19 2.09 3/197 11913
/proc/meminfo: memFree=29848288/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=390044 CPUtime=1182.32
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 25568505 0 0 0 114642 3590 0 0 25 0 1 0 133055616 399405056 90265 4089446400 4194304 9819077 140737376834688 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 97969 90272 748 1374 0 96590 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 390044

[startup+1242.3 s]
/proc/loadavg: 2.26 2.17 2.09 3/197 11915
/proc/meminfo: memFree=29833752/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=391052 CPUtime=1242.33
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 28224988 0 0 0 120284 3949 0 0 25 0 1 0 133055616 400437248 92682 4089446400 4194304 9819077 140737376834688 18446744073709551615 7301580 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 97763 92682 748 1374 0 96384 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 391052

[startup+1302.3 s]
/proc/loadavg: 2.09 2.14 2.08 3/197 11916
/proc/meminfo: memFree=29818080/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=405980 CPUtime=1302.34
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 30610703 0 0 0 125968 4266 0 0 25 0 1 0 133055616 415723520 96387 4089446400 4194304 9819077 140737376834688 18446744073709551615 5893857 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 101495 96387 748 1374 0 100116 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 405980

[startup+1362.3 s]
/proc/loadavg: 2.09 2.12 2.08 3/197 11918
/proc/meminfo: memFree=29807752/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=415788 CPUtime=1362.34
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 32988921 0 0 0 131649 4585 0 0 25 0 1 0 133055616 425766912 98878 4089446400 4194304 9819077 140737376834688 18446744073709551615 8723754 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 104012 98910 748 1374 0 102633 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 415788

[startup+1422.31 s]
/proc/loadavg: 1.99 2.08 2.07 3/197 11994
/proc/meminfo: memFree=30056608/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=425432 CPUtime=1422.34
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 35593387 0 0 0 137298 4936 0 0 25 0 1 0 133055616 435642368 102031 4089446400 4194304 9819077 140737376834688 18446744073709551615 7261096 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 106308 101988 748 1374 0 104929 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 425432

[startup+1482.3 s]
/proc/loadavg: 1.99 2.07 2.07 3/197 11996
/proc/meminfo: memFree=30035992/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=440392 CPUtime=1482.33
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 37336012 0 0 0 143064 5169 0 0 25 0 1 0 133055616 450961408 104924 4089446400 4194304 9819077 140737376834688 18446744073709551615 5813322 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 110098 104924 748 1374 0 108719 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 440392

[startup+1542.3 s]
/proc/loadavg: 2.04 2.07 2.06 3/197 12001
/proc/meminfo: memFree=30027800/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=444160 CPUtime=1542.33
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 39083236 0 0 0 148831 5402 0 0 25 0 1 0 133055616 454819840 106608 4089446400 4194304 9819077 140737376834688 18446744073709551615 8656455 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 111040 106633 748 1374 0 109661 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 444160

[startup+1602.3 s]
/proc/loadavg: 2.01 2.05 2.06 3/197 12002
/proc/meminfo: memFree=30018340/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=456984 CPUtime=1602.34
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 41187532 0 0 0 154540 5694 0 0 25 0 1 0 133055616 467951616 109204 4089446400 4194304 9819077 140737376834688 18446744073709551615 7302683 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 114246 109204 748 1374 0 112867 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 456984

[startup+1662.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/197 12004
/proc/meminfo: memFree=30004792/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=483660 CPUtime=1662.34
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 43381043 0 0 0 160242 5992 0 0 25 0 1 0 133055616 495267840 113163 4089446400 4194304 9819077 140737376834688 18446744073709551615 7290952 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 120915 113163 748 1374 0 119536 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 483660

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/197 12005
/proc/meminfo: memFree=29989392/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=482544 CPUtime=1722.34
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 45721110 0 0 0 165933 6301 0 0 25 0 1 0 133055616 494125056 116321 4089446400 4194304 9819077 140737376834688 18446744073709551615 7221877 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 120636 116323 748 1374 0 119257 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 482544

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/197 12007
/proc/meminfo: memFree=29978320/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=496556 CPUtime=1782.34
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 47866577 0 0 0 171645 6589 0 0 25 0 1 0 133055616 508473344 119035 4089446400 4194304 9819077 140737376834688 18446744073709551615 6568868 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 124139 119035 748 1374 0 122760 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 496556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.02 2.04 3/197 12007
/proc/meminfo: memFree=29974088/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=500476 CPUtime=1800.05
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 48560062 0 0 0 173325 6680 0 0 25 0 1 0 133055616 512487424 120060 4089446400 4194304 9819077 140737376834688 18446744073709551615 7487739 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11880/statm: 125119 120060 748 1374 0 123740 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 500476

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

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.02 2.04 3/197 12007
/proc/meminfo: memFree=29974088/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=305212 CPUtime=1800.24
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 48560364 0 0 0 173343 6681 0 0 18 0 1 0 133055616 312537088 71345 4089446400 4194304 9819077 140737376834688 18446744073709551615 4332871 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11880/statm: 76303 71345 749 1374 0 74924 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 305212

[startup+1800.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/197 12007
/proc/meminfo: memFree=29974088/32951124 swapFree=67111528/67111528
[pid=11880] ppid=11878 vsize=282116 CPUtime=1800.34
/proc/11880/stat : 11880 (pbscip.linux.x8) R 11878 11880 11289 0 -1 4202496 48560364 0 0 0 173353 6681 0 0 18 0 1 0 133055616 288886784 65578 4089446400 4194304 9819077 140737376834688 18446744073709551615 6180095 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11880/statm: 70529 65578 749 1374 0 69150 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 282116

Child status: 0
Real time (s): 1800.37
CPU time (s): 1800.43
CPU user time (s): 1733.6
CPU system time (s): 66.8308
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 512092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1733.6
system time used= 66.8308
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48560368
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= 3
involuntary context switches= 1041

runsolver used 2.98455 second user time and 5.9321 second system time

The end

Launcher Data

Begin job on node105 at 2010-06-30 19:06:23
IDJOB=2693204
IDBENCH=79092
IDSOLVER=1205
FILE ID=node105/2693204-1277917582
PBS_JOBID= 11197291
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB10/oliveras/j60/normalized-j6030_9-unsat--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693204-1277917582/watcher-2693204-1277917582 -o /tmp/evaluation-result-2693204-1277917582/solver-2693204-1277917582 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693204-1277917582.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 1889fba1555b8697309aed0b2b80cc12
RANDOM SEED=370998381

node105.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30367792 kB
Buffers:        201976 kB
Cached:        1820852 kB
SwapCached:          0 kB
Active:         892332 kB
Inactive:      1543516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30367792 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7204 kB
Writeback:           0 kB
AnonPages:      412792 kB
Mapped:          20312 kB
Slab:            80808 kB
PageTables:       5932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1660384 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node105 at 2010-06-30 19:36:25