Trace number 2693165

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.55 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j90/
normalized-j903_10-unsat--soft-66-100-0.wbo
MD5SUMdedae6261f3c03a02c47ea0595dc06e5
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.091985
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables11830
Total number of constraints36862
Number of soft constraints12660
Number of constraints which are clauses36606
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints256
Minimum length of a constraint1
Maximum length of a constraint29
Top cost 641154
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 641153
Biggest number in a constraint 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 203
Number of bits of the biggest sum of numbers8
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-2693165-1277916896.wbo>
0.29/0.30	c original problem has 37150 variables (24490 bin, 0 int, 0 impl, 12660 cont) and 49523 constraints
0.29/0.30	c problem read
0.29/0.30	c presolving settings loaded
0.79/0.86	c presolving:
1.10/1.12	c (round 1) 1241 del vars, 3934 del conss, 693 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 429206 impls, 0 clqs
1.29/1.32	c (round 2) 3626 del vars, 11337 del conss, 1756 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 439919 impls, 0 clqs
1.49/1.54	c (round 3) 7776 del vars, 17833 del conss, 2517 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 445450 impls, 0 clqs
1.59/1.69	c (round 4) 12020 del vars, 22191 del conss, 2996 chg bounds, 5 chg sides, 5 chg coeffs, 0 upgd conss, 448444 impls, 0 clqs
1.69/1.78	c (round 5) 14909 del vars, 24777 del conss, 3273 chg bounds, 17 chg sides, 17 chg coeffs, 0 upgd conss, 450356 impls, 0 clqs
1.79/1.84	c (round 6) 16716 del vars, 26309 del conss, 3426 chg bounds, 18 chg sides, 18 chg coeffs, 0 upgd conss, 451295 impls, 0 clqs
1.79/1.88	c (round 7) 17784 del vars, 27172 del conss, 3503 chg bounds, 19 chg sides, 19 chg coeffs, 0 upgd conss, 451727 impls, 0 clqs
1.89/1.91	c (round 8) 18410 del vars, 27629 del conss, 3538 chg bounds, 26 chg sides, 26 chg coeffs, 0 upgd conss, 451899 impls, 0 clqs
1.89/1.93	c (round 9) 18765 del vars, 27978 del conss, 3574 chg bounds, 26 chg sides, 26 chg coeffs, 0 upgd conss, 451997 impls, 0 clqs
1.89/1.94	c (round 10) 18983 del vars, 28155 del conss, 3585 chg bounds, 26 chg sides, 26 chg coeffs, 0 upgd conss, 452021 impls, 0 clqs
1.89/1.96	c (round 11) 19120 del vars, 28235 del conss, 3590 chg bounds, 26 chg sides, 26 chg coeffs, 0 upgd conss, 452051 impls, 0 clqs
1.89/1.97	c (round 12) 19173 del vars, 28268 del conss, 3593 chg bounds, 26 chg sides, 26 chg coeffs, 0 upgd conss, 452051 impls, 0 clqs
1.89/1.98	c (round 13) 19196 del vars, 28285 del conss, 3593 chg bounds, 26 chg sides, 26 chg coeffs, 0 upgd conss, 452051 impls, 0 clqs
1.99/2.02	c (round 14) 19212 del vars, 28291 del conss, 9564 chg bounds, 26 chg sides, 26 chg coeffs, 0 upgd conss, 452051 impls, 0 clqs
2.09/2.14	c (round 15) 19218 del vars, 28291 del conss, 9564 chg bounds, 26 chg sides, 26 chg coeffs, 9944 upgd conss, 452051 impls, 0 clqs
2.09/2.18	c (round 16) 19218 del vars, 28291 del conss, 9564 chg bounds, 37 chg sides, 62 chg coeffs, 9944 upgd conss, 452831 impls, 43 clqs
4.69/4.73	c    (4.3s) probing: 1000/11961 (8.4%) - 0 fixings, 0 aggregations, 34223 implications, 0 bound changes
6.29/6.32	c    (5.9s) probing: 2000/11961 (16.7%) - 0 fixings, 0 aggregations, 38176 implications, 0 bound changes
6.29/6.33	c    (5.9s) probing: 2001/11961 (16.7%) - 0 fixings, 0 aggregations, 38178 implications, 0 bound changes
6.29/6.33	c    (5.9s) probing aborted: 2000/2000 successive useless probings
6.29/6.33	c presolving (17 rounds):
6.29/6.33	c  19218 deleted vars, 28291 deleted constraints, 9564 tightened bounds, 0 added holes, 37 changed sides, 66 changed coefficients
6.29/6.33	c  591189 implications, 44 cliques
6.29/6.33	c presolved problem has 17932 variables (11961 bin, 0 int, 0 impl, 5971 cont) and 21235 constraints
6.29/6.33	c    5971 constraints of type <indicator>
6.29/6.33	c     654 constraints of type <varbound>
6.29/6.33	c     149 constraints of type <knapsack>
6.29/6.33	c       3 constraints of type <setppc>
6.29/6.33	c    5317 constraints of type <linear>
6.29/6.33	c    9141 constraints of type <logicor>
6.29/6.33	c transformed objective value is always integral (scale: 1)
6.29/6.33	c Presolving Time: 5.79
6.29/6.33	c - non default parameters ----------------------------------------------------------------------
6.29/6.33	c # SCIP version 1.2.1.2
6.29/6.33	c 
6.29/6.33	c # frequency for displaying node information lines
6.29/6.33	c # [type: int, range: [-1,2147483647], default: 100]
6.29/6.33	c display/freq = 10000
6.29/6.33	c 
6.29/6.33	c # maximal time in seconds to run
6.29/6.33	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.29/6.33	c limits/time = 1799.71
6.29/6.33	c 
6.29/6.33	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
6.29/6.33	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.29/6.33	c limits/memory = 3420
6.29/6.33	c 
6.29/6.33	c # should presolving try to simplify inequalities
6.29/6.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.29/6.33	c constraints/linear/simplifyinequalities = TRUE
6.29/6.33	c 
6.29/6.33	c # should presolving try to simplify knapsacks
6.29/6.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.29/6.33	c constraints/knapsack/simplifyinequalities = TRUE
6.29/6.33	c 
6.29/6.33	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
6.29/6.33	c # [type: int, range: [-1,2147483647], default: -1]
6.29/6.33	c separating/rapidlearning/freq = 0
6.29/6.33	c 
6.29/6.33	c -----------------------------------------------------------------------------------------------
6.29/6.33	c start solving
6.29/6.33	c 
6.39/6.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.39/6.41	c   6.0s|     1 |     0 |   126 |     - | 125M|   0 |  70 |  17k|  21k|  17k|9293 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
7.49/7.56	c   7.1s|     1 |     0 |  1064 |     - | 127M|   0 | 236 |  17k|  21k|  17k|  10k| 719 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
8.09/8.12	c   7.6s|     1 |     0 |  1502 |     - | 127M|   0 | 270 |  17k|  21k|  17k|  10k| 978 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
8.59/8.69	c   8.2s|     1 |     0 |  2013 |     - | 127M|   0 | 685 |  17k|  21k|  17k|  10k|1140 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
9.39/9.41	c   8.9s|     1 |     0 |  2383 |     - | 128M|   0 | 519 |  17k|  21k|  17k|  11k|2021 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
10.09/10.17	c   9.7s|     1 |     0 |  2923 |     - | 128M|   0 | 583 |  17k|  21k|  17k|  11k|2151 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
10.79/10.88	c  10.4s|     1 |     0 |  3464 |     - | 128M|   0 | 573 |  17k|  21k|  17k|  11k|2258 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
12.00/12.01	c  11.4s|     1 |     2 |  3464 |     - | 129M|   0 | 573 |  17k|  21k|  17k|  11k|2258 |   0 |  17 | 0.000000e+00 |      --      |    Inf 
386.40/386.46	c   367s| 10000 |  9997 |230165 |  22.7 | 211M| 121 |   2 |  17k|  21k|  17k|  10k|  13k|  52 |6770 | 0.000000e+00 |      --      |    Inf 
633.40/633.44	c   602s| 20000 | 19995 |385887 |  19.1 | 293M| 143 |   6 |  17k|  21k|  17k|  10k|  29k| 104 |  10k| 0.000000e+00 |      --      |    Inf 
852.32/852.37	c   810s| 30000 | 29993 |519265 |  17.2 | 374M| 153 |  53 |  17k|  21k|  17k|  10k|  49k| 105 |  12k| 0.000000e+00 |      --      |    Inf 
1071.43/1071.44	c  1018s| 40000 | 39993 |662495 |  16.5 | 456M| 153 |  20 |  17k|  21k|  17k|  10k|  69k| 170 |  14k| 0.000000e+00 |      --      |    Inf 
1292.32/1292.33	c  1228s| 50000 | 49991 |779215 |  15.5 | 537M| 157 |   0 |  17k|  21k|  17k|  10k|  87k| 171 |  17k| 0.000000e+00 |      --      |    Inf 
1525.93/1525.95	c  1450s| 60000 | 59991 |906425 |  15.0 | 619M| 157 |  14 |  17k|  21k|  17k|  10k| 106k| 251 |  18k| 0.000000e+00 |      --      |    Inf 
1752.13/1752.11	c  1668s| 70000 | 69991 |  1025k|  14.6 | 701M| 157 |   6 |  17k|  21k|  17k|  10k| 125k| 251 |  20k| 0.000000e+00 |      --      |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.01	c 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time (sec) : 1714.14
1800.04/1800.01	c Solving Nodes      : 72151
1800.04/1800.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.01	c Gap                : infinite
1800.04/1800.01	s UNKNOWN
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time       :    1714.14
1800.04/1800.01	c Original Problem   :
1800.04/1800.01	c   Problem name     : HOME/instance-2693165-1277916896.wbo
1800.04/1800.01	c   Variables        : 37150 (24490 binary, 0 integer, 0 implicit integer, 12660 continuous)
1800.04/1800.01	c   Constraints      : 49523 initial, 49523 maximal
1800.04/1800.01	c Presolved Problem  :
1800.04/1800.01	c   Problem name     : t_HOME/instance-2693165-1277916896.wbo
1800.04/1800.01	c   Variables        : 17932 (11961 binary, 0 integer, 0 implicit integer, 5971 continuous)
1800.04/1800.01	c   Constraints      : 21235 initial, 21421 maximal
1800.04/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.01	c   trivial          :       0.01        169          0          0          0          0          0          0          0
1800.04/1800.01	c   dualfix          :       0.04      14196          0          0          0          0          0          0          0
1800.04/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   implics          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.01	c   probing          :       4.08          0          0          0          0          0          0          0          0
1800.04/1800.01	c   indicator        :       0.30          0          0          0          0          0       6689          0          0
1800.04/1800.01	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   knapsack         :       0.00          0          0          0          0          0          0         11         40
1800.04/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.01	c   linear           :       0.82       3424       1429          0       9564          0      21602         26         26
1800.04/1800.01	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1800.04/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   integral         :          0          0          0      77614          0          0          2          0          0     123574
1800.04/1800.01	c   indicator        :       5971          0     385462      15826          0          0      50415          0          0          0
1800.04/1800.01	c   varbound         :        654          6     385462      15826          0          0       6068       2056          0          0
1800.04/1800.01	c   knapsack         :        149          6     385462      14200          0          1      53373         67          0          0
1800.04/1800.01	c   setppc           :          3          6     346630      11522          0          0          4          0          0          0
1800.04/1800.01	c   linear           :       5317          6     385461      14200          0          0      26787     125708          0          0
1800.04/1800.01	c   logicor          :       9141+         6     330666      10359          0          5     730628          0          0          0
1800.04/1800.01	c   countsols        :          0          0          0      10359          0          0          0          0          0          0
1800.04/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.01	c   integral         :     299.63       0.00       0.00     299.63       0.00
1800.04/1800.01	c   indicator        :      65.98       0.00      43.31      22.67       0.00
1800.04/1800.01	c   varbound         :       6.57       0.00       4.94       1.63       0.00
1800.04/1800.01	c   knapsack         :       2.16       0.00       1.96       0.20       0.00
1800.04/1800.01	c   setppc           :       0.09       0.00       0.08       0.01       0.00
1800.04/1800.01	c   linear           :      57.90       0.03      33.18      24.69       0.00
1800.04/1800.01	c   logicor          :       9.87       0.01       3.70       6.16       0.00
1800.04/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.01	c   vbounds          :      27.19     147095          0      17853
1800.04/1800.01	c   rootredcost      :       0.07          0          0          0
1800.04/1800.01	c   pseudoobj        :      60.12     375666          0          0
1800.04/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.01	c   propagation      :       0.00          6          6          6        4.8          0        0.0          -
1800.04/1800.01	c   infeasible LP    :       0.65        232        232        245        6.0          1        5.0          0
1800.04/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.01	c   applied globally :          -          -          -        251        6.0          -          -          -
1800.04/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.01	c   cut pool         :       0.00          5          -          -        125          -    (maximal pool size: 1284)
1800.04/1800.01	c   redcost          :      53.48      77507          0          0          0          0
1800.04/1800.01	c   impliedbounds    :       0.00          6          0          0        884          0
1800.04/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.01	c   gomory           :       0.49          6          0          0       1662          0
1800.04/1800.01	c   strongcg         :       0.39          6          0          0        699          0
1800.04/1800.01	c   cmir             :       0.68          6          0          0          5          0
1800.04/1800.01	c   flowcover        :       1.70          6          0          0        178          0
1800.04/1800.01	c   clique           :       0.29          6          0          0         32          0
1800.04/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.01	c   mcf              :       0.03          1          0          0          0          0
1800.04/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.01	c Pricers            :       Time      Calls       Vars
1800.04/1800.01	c   problem variables:       0.00          0          0
1800.04/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.01	c   relpscost        :     299.48      61788          0          2          0          0     123574
1800.04/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   inference        :      28.62      10359          0          0          0          0      20718
1800.04/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.01	c   LP solutions     :       0.00          -          0
1800.04/1800.01	c   pseudo solutions :       0.00          -          0
1800.04/1800.01	c   oneopt           :       0.17          0          0
1800.04/1800.01	c   crossover        :       0.03          0          0
1800.04/1800.01	c   guideddiving     :       0.01          0          0
1800.04/1800.01	c   rootsoldiving    :      13.91          6          0
1800.04/1800.01	c   intshifting      :       0.13         37          0
1800.04/1800.01	c   objpscostdiving  :       3.24         20          0
1800.04/1800.01	c   feaspump         :      35.83        259          0
1800.04/1800.01	c   coefdiving       :      39.48        536          0
1800.04/1800.01	c   pscostdiving     :      28.74        536          0
1800.04/1800.01	c   fracdiving       :      30.41        536          0
1800.04/1800.01	c   veclendiving     :      25.85        536          0
1800.04/1800.01	c   linesearchdiving :      27.12        537          0
1800.04/1800.01	c   trivial          :       0.41          2          0
1800.04/1800.01	c   simplerounding   :       0.18      61186          0
1800.04/1800.01	c   zirounding       :       0.46       1000          0
1800.04/1800.01	c   rounding         :       5.16       3449          0
1800.04/1800.01	c   shifting         :       8.50       1085          0
1800.04/1800.01	c   twoopt           :       0.00          0          0
1800.04/1800.01	c   fixandinfer      :       0.00          0          0
1800.04/1800.01	c   intdiving        :       0.00          0          0
1800.04/1800.01	c   actconsdiving    :       0.00          0          0
1800.04/1800.01	c   octane           :       0.00          0          0
1800.04/1800.01	c   rens             :       0.15          1          0
1800.04/1800.01	c   rins             :       0.00          0          0
1800.04/1800.01	c   localbranching   :       0.00          0          0
1800.04/1800.01	c   mutation         :       0.00          0          0
1800.04/1800.01	c   dins             :       0.00          0          0
1800.04/1800.01	c   undercover       :       0.00          0          0
1800.04/1800.01	c   nlp              :       0.01          0          0
1800.04/1800.01	c   trysol           :      17.66       2496          0
1800.04/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.01	c   dual LP          :     641.40      67292     941184      13.99    1467.39
1800.04/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.01	c   diving/probing LP:     111.96      11784     111183       9.44     993.06
1800.04/1800.01	c   strong branching :     297.83      20720     312374      15.08    1048.83
1800.04/1800.01	c     (at root node) :          -         17       1898     111.65          -
1800.04/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.01	c B&B Tree           :
1800.04/1800.01	c   number of runs   :          1
1800.04/1800.01	c   nodes            :      72151
1800.04/1800.01	c   nodes (total)    :      72151
1800.04/1800.01	c   nodes left       :      72142
1800.04/1800.01	c   max depth        :        157
1800.04/1800.01	c   max depth (total):        157
1800.04/1800.01	c   backtracks       :       1007 (1.4%)
1800.04/1800.01	c   delayed cutoffs  :          0
1800.04/1800.01	c   repropagations   :          5 (43 domain reductions, 0 cutoffs)
1800.04/1800.01	c   avg switch length:       2.12
1800.04/1800.01	c   switching time   :      17.98
1800.04/1800.01	c Solution           :
1800.04/1800.01	c   Solutions found  :          0 (0 improvements)
1800.04/1800.01	c   Primal Bound     :          -
1800.04/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.04/1800.01	c   Gap              :   infinite
1800.04/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.01	c   Root Iterations  :       3464
1800.53/1800.50	c Time complete: 1800.54.

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-2693165-1277916896/watcher-2693165-1277916896 -o /tmp/evaluation-result-2693165-1277916896/solver-2693165-1277916896 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693165-1277916896.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: 2.00 2.00 2.00 4/178 14818
/proc/meminfo: memFree=31622032/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=11004 CPUtime=0
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 1675 0 0 0 0 0 0 0 25 0 1 0 132987487 11268096 1595 4089446400 4194304 9819077 140733668112704 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14818/statm: 2751 1595 392 1374 0 1372 0

[startup+0.0546059 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 14818
/proc/meminfo: memFree=31622032/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=23540 CPUtime=0.05
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 4807 0 0 0 5 0 0 0 25 0 1 0 132987487 24104960 4727 4089446400 4194304 9819077 140733668112704 18446744073709551615 8081212 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14818/statm: 5885 4727 392 1374 0 4506 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 23540

[startup+0.100599 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 14818
/proc/meminfo: memFree=31622032/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=31656 CPUtime=0.09
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 6861 0 0 0 9 0 0 0 25 0 1 0 132987487 32415744 6781 4089446400 4194304 9819077 140733668112704 18446744073709551615 5655157 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14818/statm: 7914 6781 392 1374 0 6535 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31656

[startup+0.300562 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 14818
/proc/meminfo: memFree=31622032/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=61740 CPUtime=0.29
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 14378 0 0 0 28 1 0 0 25 0 1 0 132987487 63221760 14298 4089446400 4194304 9819077 140733668112704 18446744073709551615 6180956 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14818/statm: 15435 14298 392 1374 0 14056 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61740

[startup+0.7005 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 14818
/proc/meminfo: memFree=31622032/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=145196 CPUtime=0.69
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 34524 0 0 0 65 4 0 0 25 0 1 0 132987487 148680704 34021 4089446400 4194304 9819077 140733668112704 18446744073709551615 8679111 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14818/statm: 36299 34021 469 1374 0 34920 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 145196

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14819
/proc/meminfo: memFree=31477328/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=165316 CPUtime=1.49
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 40095 0 0 0 142 7 0 0 25 0 1 0 132987487 169283584 39078 4089446400 4194304 9819077 140733668112704 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14818/statm: 41329 39078 495 1374 0 39950 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 165316

[startup+3.10106 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14819
/proc/meminfo: memFree=31464556/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=173464 CPUtime=3.1
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 49079 0 0 0 297 13 0 0 25 0 1 0 132987487 177627136 41122 4089446400 4194304 9819077 140733668112704 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14818/statm: 43366 41122 546 1374 0 41987 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 173464

[startup+6.3005 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14819
/proc/meminfo: memFree=31458260/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=173640 CPUtime=6.29
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 49148 0 0 0 614 15 0 0 25 0 1 0 132987487 177807360 41191 4089446400 4194304 9819077 140733668112704 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14818/statm: 43410 41191 551 1374 0 42031 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 173640

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14819
/proc/meminfo: memFree=31429616/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=214680 CPUtime=12.69
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 123967 0 0 0 1240 29 0 0 25 0 1 0 132987487 219832320 48090 4089446400 4194304 9819077 140733668112704 18446744073709551615 7227988 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14818/statm: 53628 48059 724 1374 0 52249 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 214680

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14820
/proc/meminfo: memFree=31427764/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=220488 CPUtime=25.49
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 565929 0 0 0 2469 80 0 0 25 0 1 0 132987487 225779712 48887 4089446400 4194304 9819077 140733668112704 18446744073709551615 7289186 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14818/statm: 55122 48887 724 1374 0 53743 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 220488

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14820
/proc/meminfo: memFree=31425292/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=220628 CPUtime=51.09
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 1841751 0 0 0 4874 235 0 0 25 0 1 0 132987487 225923072 48857 4089446400 4194304 9819077 140733668112704 18446744073709551615 7289374 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14818/statm: 55157 48857 724 1374 0 53778 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 220628

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14822
/proc/meminfo: memFree=31416976/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=212964 CPUtime=102.3
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 4367912 0 0 0 9696 534 0 0 25 0 1 0 132987487 218075136 48818 4089446400 4194304 9819077 140733668112704 18446744073709551615 5893807 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14818/statm: 53241 48818 726 1374 0 51862 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 212964

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14823
/proc/meminfo: memFree=31396488/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=226508 CPUtime=162.29
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 6668195 0 0 0 15402 827 0 0 25 0 1 0 132987487 231944192 52276 4089446400 4194304 9819077 140733668112704 18446744073709551615 6089671 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14818/statm: 56627 52276 726 1374 0 55248 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 226508

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 14825
/proc/meminfo: memFree=31377852/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=247240 CPUtime=222.29
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 9139562 0 0 0 21092 1137 0 0 25 0 1 0 132987487 253173760 55615 4089446400 4194304 9819077 140733668112704 18446744073709551615 7316348 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14818/statm: 61810 55619 727 1374 0 60431 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 247240

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14826
/proc/meminfo: memFree=31353260/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=259208 CPUtime=282.3
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 11410860 0 0 0 26805 1425 0 0 25 0 1 0 132987487 265428992 60419 4089446400 4194304 9819077 140733668112704 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14818/statm: 66126 60434 727 1374 0 64747 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 259208

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 14828
/proc/meminfo: memFree=31322228/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=288476 CPUtime=342.29
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 13770634 0 0 0 32505 1724 0 0 25 0 1 0 132987487 295399424 66475 4089446400 4194304 9819077 140733668112704 18446744073709551615 7226676 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14818/statm: 72119 66475 727 1374 0 70740 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 288476

[startup+402.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 14839
/proc/meminfo: memFree=31294304/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=299504 CPUtime=402.3
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 16102964 0 0 0 38214 2016 0 0 25 0 1 0 132987487 306692096 70490 4089446400 4194304 9819077 140733668112704 18446744073709551615 6590607 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14818/statm: 74876 70502 727 1374 0 73497 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 299504

[startup+462.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 14840
/proc/meminfo: memFree=31268484/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=318548 CPUtime=462.3
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 18136417 0 0 0 43947 2283 0 0 25 0 1 0 132987487 326193152 75341 4089446400 4194304 9819077 140733668112704 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14818/statm: 79637 75341 727 1374 0 78258 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 318548

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14841
/proc/meminfo: memFree=31240556/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=337796 CPUtime=522.3
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 20265945 0 0 0 49664 2566 0 0 25 0 1 0 132987487 345903104 80145 4089446400 4194304 9819077 140733668112704 18446744073709551615 6090661 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14818/statm: 84449 80145 727 1374 0 83070 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 337796

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14843
/proc/meminfo: memFree=31212492/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=361664 CPUtime=582.3
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 22479428 0 0 0 55375 2855 0 0 25 0 1 0 132987487 370343936 86022 4089446400 4194304 9819077 140733668112704 18446744073709551615 7289309 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14818/statm: 90416 86022 727 1374 0 89037 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 361664

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14845
/proc/meminfo: memFree=31185044/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=380412 CPUtime=642.32
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 24858702 0 0 0 61073 3159 0 0 25 0 1 0 132987487 389541888 90795 4089446400 4194304 9819077 140733668112704 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14818/statm: 95103 90795 727 1374 0 93724 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 380412

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 14855
/proc/meminfo: memFree=31007880/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=517648 CPUtime=1002.31
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 38994610 0 0 0 95264 4967 0 0 25 0 1 0 132987487 530071552 124994 4089446400 4194304 9819077 140733668112704 18446744073709551615 6590607 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14818/statm: 129412 125010 742 1374 0 128033 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 517648

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14856
/proc/meminfo: memFree=30975984/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=546172 CPUtime=1062.32
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 40996805 0 0 0 100999 5233 0 0 25 0 1 0 132987487 559280128 132238 4089446400 4194304 9819077 140733668112704 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14818/statm: 136543 132238 742 1374 0 135164 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 546172

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14858
/proc/meminfo: memFree=30951516/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=571520 CPUtime=1122.32
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 43530873 0 0 0 106684 5548 0 0 25 0 1 0 132987487 585236480 137060 4089446400 4194304 9819077 140733668112704 18446744073709551615 7235199 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14818/statm: 142880 137060 742 1374 0 141501 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 571520

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14859
/proc/meminfo: memFree=30921852/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=581864 CPUtime=1182.33
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 46075612 0 0 0 112364 5869 0 0 25 0 1 0 132987487 595828736 141727 4089446400 4194304 9819077 140733668112704 18446744073709551615 7221877 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14818/statm: 145466 141727 742 1374 0 144087 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 581864

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14861
/proc/meminfo: memFree=30891036/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=608524 CPUtime=1242.32
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 48852933 0 0 0 118019 6213 0 0 25 0 1 0 132987487 623128576 147861 4089446400 4194304 9819077 140733668112704 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14818/statm: 152131 147861 742 1374 0 150752 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 608524

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14863
/proc/meminfo: memFree=30862732/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=632704 CPUtime=1302.33
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 51137400 0 0 0 123727 6506 0 0 25 0 1 0 132987487 647888896 153891 4089446400 4194304 9819077 140733668112704 18446744073709551615 7289267 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14818/statm: 158176 153891 742 1374 0 156797 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 632704

[startup+1362.3 s]
/proc/loadavg: 2.34 2.08 2.02 3/196 14936
/proc/meminfo: memFree=30893884/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=654476 CPUtime=1362.32
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 53139205 0 0 0 129449 6783 0 0 25 0 1 0 132987487 670183424 159364 4089446400 4194304 9819077 140733668112704 18446744073709551615 5813322 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14818/statm: 163619 159364 742 1374 0 162240 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 654476

[startup+1422.31 s]
/proc/loadavg: 2.09 2.05 2.01 3/197 14939
/proc/meminfo: memFree=30746868/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=675892 CPUtime=1422.34
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 54747768 0 0 0 135199 7035 0 0 25 0 1 0 132987487 692113408 164746 4089446400 4194304 9819077 140733668112704 18446744073709551615 6391510 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14818/statm: 168973 164746 742 1374 0 167594 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 675892

[startup+1482.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/197 14940
/proc/meminfo: memFree=30684872/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=696384 CPUtime=1482.33
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 56864951 0 0 0 140895 7338 0 0 25 0 1 0 132987487 713097216 169883 4089446400 4194304 9819077 140733668112704 18446744073709551615 7815959 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14818/statm: 174096 169883 742 1374 0 172717 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 696384

[startup+1542.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/197 14942
/proc/meminfo: memFree=30664128/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=712864 CPUtime=1542.33
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 58672419 0 0 0 146636 7597 0 0 25 0 1 0 132987487 729972736 174609 4089446400 4194304 9819077 140733668112704 18446744073709551615 7222401 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14818/statm: 178216 174611 742 1374 0 176837 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 712864

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/197 14944
/proc/meminfo: memFree=30647484/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=730972 CPUtime=1602.33
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 60272322 0 0 0 152411 7822 0 0 25 0 1 0 132987487 748515328 179141 4089446400 4194304 9819077 140733668112704 18446744073709551615 7226208 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14818/statm: 182743 179141 742 1374 0 181364 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 730972

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 14945
/proc/meminfo: memFree=30586928/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=759060 CPUtime=1662.34
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 61722890 0 0 0 158198 8036 0 0 25 0 1 0 132987487 777277440 185109 4089446400 4194304 9819077 140733668112704 18446744073709551615 4444334 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14818/statm: 189765 185109 742 1374 0 188386 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 759060

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 14946
/proc/meminfo: memFree=30564804/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=781960 CPUtime=1722.34
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 63291955 0 0 0 163973 8261 0 0 25 0 1 0 132987487 800727040 190847 4089446400 4194304 9819077 140733668112704 18446744073709551615 6002962 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14818/statm: 195490 190847 742 1374 0 194111 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 781960

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 14948
/proc/meminfo: memFree=30502020/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=803380 CPUtime=1782.34
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 64853119 0 0 0 169753 8481 0 0 25 0 1 0 132987487 822661120 196135 4089446400 4194304 9819077 140733668112704 18446744073709551615 6386926 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14818/statm: 200845 196135 742 1374 0 199466 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 803380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 14949
/proc/meminfo: memFree=30492464/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=809688 CPUtime=1800.04
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 65382418 0 0 0 171441 8563 0 0 25 0 1 0 132987487 829120512 198262 4089446400 4194304 9819077 140733668112704 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14818/statm: 202422 198265 742 1374 0 201043 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 809688

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.01 2.00 3/197 14949
/proc/meminfo: memFree=30492464/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=356512 CPUtime=1800.23
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 65382508 0 0 0 171458 8565 0 0 18 0 1 0 132987487 365068288 84466 4089446400 4194304 9819077 140733668112704 18446744073709551615 6027628 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14818/statm: 89128 84466 745 1374 0 87749 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 356512

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 14949
/proc/meminfo: memFree=30492464/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=325740 CPUtime=1800.43
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 65382508 0 0 0 171478 8565 0 0 18 0 1 0 132987487 333557760 76790 4089446400 4194304 9819077 140733668112704 18446744073709551615 6179930 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14818/statm: 81435 76790 745 1374 0 80056 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 325740

[startup+1800.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/197 14949
/proc/meminfo: memFree=30492464/32951124 swapFree=67111528/67111528
[pid=14818] ppid=14816 vsize=72444 CPUtime=1800.53
/proc/14818/stat : 14818 (pbscip.linux.x8) R 14816 14818 13147 0 -1 4202496 65382508 0 0 0 171486 8567 0 0 18 0 1 0 132987487 74182656 17001 4089446400 4194304 9819077 140733668112704 18446744073709551615 4700009 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14818/statm: 18111 17001 745 1374 0 16732 0
Current children cumulated CPU time (s) 1800.53
Current children cumulated vsize (KiB) 72444

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.55
CPU user time (s): 1714.88
CPU system time (s): 85.677
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 821324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1714.88
system time used= 85.677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65382512
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= 1171

runsolver used 2.89856 second user time and 6.91295 second system time

The end

Launcher Data

Begin job on node101 at 2010-06-30 18:54:56
IDJOB=2693165
IDBENCH=79081
IDSOLVER=1205
FILE ID=node101/2693165-1277916896
PBS_JOBID= 11197253
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/j90/normalized-j903_10-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-2693165-1277916896/watcher-2693165-1277916896 -o /tmp/evaluation-result-2693165-1277916896/solver-2693165-1277916896 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693165-1277916896.wbo -t 1800 -m 3800

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

MD5SUM BENCH= dedae6261f3c03a02c47ea0595dc06e5
RANDOM SEED=1051834123

node101.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.837
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.67
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.837
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.837
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.75
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.837
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.83
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.837
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.74
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.837
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.82
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.837
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.75
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.837
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31622436 kB
Buffers:        205652 kB
Cached:         745336 kB
SwapCached:          0 kB
Active:         653552 kB
Inactive:       533496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31622436 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7400 kB
Writeback:           0 kB
AnonPages:      236312 kB
Mapped:          15944 kB
Slab:            78868 kB
PageTables:       4896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   380960 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= 74192 MiB
End job on node101 at 2010-06-30 19:24:58