Trace number 2693648

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
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1800.32 1800.29

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-elf.rf8.ucl--soft-33-100-0.wbo
MD5SUM0213af97bcb368564904cb77675881c0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.106983
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6059
Total number of constraints16684
Number of soft constraints11088
Number of constraints which are clauses15940
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints744
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 559152
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 559151
Biggest number in a constraint 34
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 127
Number of bits of the biggest sum of numbers7
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: NONE] [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-2693648-1277914146.wbo>
0.09/0.17	c original problem has 28235 variables (17147 bin, 0 int, 0 impl, 11088 cont) and 27773 constraints
0.09/0.17	c problem read
0.09/0.17	c presolving settings loaded
0.09/0.17	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.29/0.33	c presolving:
0.29/0.38	c (round 1) 32 del vars, 5 del conss, 0 chg bounds, 372 chg sides, 744 chg coeffs, 0 upgd conss, 30050 impls, 0 clqs
0.29/0.40	c (round 2) 34 del vars, 67 del conss, 0 chg bounds, 372 chg sides, 744 chg coeffs, 0 upgd conss, 30050 impls, 0 clqs
0.39/0.43	c (round 3) 36 del vars, 71 del conss, 11086 chg bounds, 372 chg sides, 744 chg coeffs, 0 upgd conss, 30050 impls, 0 clqs
0.49/0.50	c (round 4) 37 del vars, 71 del conss, 11086 chg bounds, 372 chg sides, 744 chg coeffs, 5531 upgd conss, 30050 impls, 0 clqs
1.69/1.76	c    (1.5s) probing: 478/17112 (2.8%) - 0 fixings, 1 aggregations, 300 implications, 0 bound changes
1.69/1.76	c    (1.5s) probing aborted: 100/100 successive totally useless probings
1.69/1.77	c presolving (5 rounds):
1.69/1.77	c  38 deleted vars, 71 deleted constraints, 11086 tightened bounds, 0 added holes, 372 changed sides, 744 changed coefficients
1.69/1.77	c  31133 implications, 0 cliques
1.69/1.77	c presolved problem has 28197 variables (17111 bin, 0 int, 0 impl, 11086 cont) and 27702 constraints
1.69/1.77	c   11086 constraints of type <indicator>
1.69/1.77	c       1 constraints of type <varbound>
1.69/1.77	c     258 constraints of type <knapsack>
1.69/1.77	c   11085 constraints of type <linear>
1.69/1.77	c    5272 constraints of type <logicor>
1.69/1.77	c transformed objective value is always integral (scale: 1)
1.69/1.77	c Presolving Time: 1.40
1.69/1.77	c - non default parameters ----------------------------------------------------------------------
1.69/1.77	c # SCIP version 1.2.1.2
1.69/1.77	c 
1.69/1.77	c # frequency for displaying node information lines
1.69/1.77	c # [type: int, range: [-1,2147483647], default: 100]
1.69/1.77	c display/freq = 10000
1.69/1.77	c 
1.69/1.77	c # maximal time in seconds to run
1.69/1.77	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.69/1.77	c limits/time = 1799.83
1.69/1.77	c 
1.69/1.77	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.69/1.77	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.69/1.77	c limits/memory = 3420
1.69/1.77	c 
1.69/1.77	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
1.69/1.77	c # [type: int, range: [-1,2147483647], default: 1]
1.69/1.77	c lp/solvefreq = -1
1.69/1.77	c 
1.69/1.77	c # should presolving try to simplify inequalities
1.69/1.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.69/1.77	c constraints/linear/simplifyinequalities = TRUE
1.69/1.77	c 
1.69/1.77	c # should presolving try to simplify knapsacks
1.69/1.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.69/1.77	c constraints/knapsack/simplifyinequalities = TRUE
1.69/1.77	c 
1.69/1.77	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.69/1.77	c # [type: int, range: [-1,2147483647], default: -1]
1.69/1.77	c separating/rapidlearning/freq = 0
1.69/1.77	c 
1.69/1.77	c -----------------------------------------------------------------------------------------------
1.69/1.77	c start solving
1.69/1.77	c 
1.79/1.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.79/1.83	c   1.5s|     1 |     2 |     0 |     - |  86M|   0 |   - |  28k|  27k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
79.00/79.00	c  78.1s| 10000 |  9996 |     0 |   0.0 |  94M| 231 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
160.99/161.02	c   160s| 20000 | 19996 |     0 |   0.0 | 100M| 231 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
241.19/241.22	c   239s| 30000 | 29996 |     0 |   0.0 | 107M| 231 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
320.80/320.80	c   318s| 40000 | 39996 |     0 |   0.0 | 113M| 231 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
400.30/400.38	c   397s| 50000 | 49996 |     0 |   0.0 | 119M| 231 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
479.99/480.07	c   476s| 60000 | 59996 |     0 |   0.0 | 125M| 241 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
559.60/559.64	c   555s| 70000 | 69996 |     0 |   0.0 | 131M| 305 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
639.20/639.24	c   634s| 80000 | 79996 |     0 |   0.0 | 137M| 305 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
719.21/719.25	c   713s| 90000 | 89996 |     0 |   0.0 | 143M| 305 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
799.30/799.32	c   793s|100000 | 99996 |     0 |   0.0 | 149M| 305 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
879.20/879.24	c   872s|110000 |109996 |     0 |   0.0 | 156M| 305 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
959.00/959.07	c   952s|120000 |119996 |     0 |   0.0 | 162M| 305 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
1038.91/1038.90	c  1031s|130000 |129996 |     0 |   0.0 | 168M| 305 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
1118.72/1118.70	c  1110s|140000 |139996 |     0 |   0.0 | 174M| 305 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
1198.41/1198.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1198.41/1198.42	c  1189s|150000 |149996 |     0 |   0.0 | 181M| 305 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
1278.01/1278.04	c  1268s|160000 |159996 |     0 |   0.0 | 187M| 305 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
1357.61/1357.65	c  1347s|170000 |169996 |     0 |   0.0 | 193M| 305 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
1437.22/1437.22	c  1426s|180000 |179996 |     0 |   0.0 | 199M| 305 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
1516.62/1516.69	c  1505s|190000 |189996 |     0 |   0.0 | 205M| 305 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
1595.91/1595.93	c  1584s|200000 |199996 |     0 |   0.0 | 211M| 305 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
1675.32/1675.38	c  1663s|210000 |209996 |     0 |   0.0 | 217M| 305 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
1754.92/1754.95	c  1742s|220000 |219996 |     0 |   0.0 | 223M| 305 |   - |  28k|  27k|   0 |   0 |   0 |   3 |   0 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1786.27
1800.03/1800.00	c Solving Nodes      : 225676
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s UNKNOWN
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time       :    1786.27
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-2693648-1277914146.wbo
1800.03/1800.00	c   Variables        : 28235 (17147 binary, 0 integer, 0 implicit integer, 11088 continuous)
1800.03/1800.00	c   Constraints      : 27773 initial, 27773 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-2693648-1277914146.wbo
1800.03/1800.00	c   Variables        : 28197 (17111 binary, 0 integer, 0 implicit integer, 11086 continuous)
1800.03/1800.00	c   Constraints      : 27702 initial, 27705 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.01          5          0          0          0          0          0          0          0
1800.03/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   implics          :       0.00          0         30          0          0          0          0          0          0
1800.03/1800.01	c   probing          :       1.22          0          1          0          0          0          0          0          0
1800.03/1800.01	c   indicator        :       0.01          0          0          0          0          0          2          0          0
1800.03/1800.01	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.01	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.01	c   linear           :       0.07          0          2          0      11086          0         69        372        744
1800.03/1800.01	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1800.03/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.01	c   indicator        :      11086          0     715802          0     225674          0      33390          0          0          0
1800.03/1800.01	c   varbound         :          1          0     715802          0     225674          0          0          0          0          0
1800.03/1800.01	c   knapsack         :        258          0     715802          0     225674          3        628          0          0          0
1800.03/1800.01	c   linear           :      11085          0     715799          0     225674          0      33384          0          0          0
1800.03/1800.01	c   logicor          :       5272+         0     579068          0     225674          0     981822          0          0          0
1800.03/1800.01	c   countsols        :          0          0          0          0     225674          0          0          0          0          0
1800.03/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.01	c   indicator        :     482.93       0.00     166.72       0.00     316.21
1800.03/1800.01	c   varbound         :       0.30       0.00       0.08       0.00       0.22
1800.03/1800.01	c   knapsack         :       5.90       0.00       5.46       0.00       0.44
1800.03/1800.01	c   linear           :     166.21       0.00     165.99       0.00       0.22
1800.03/1800.01	c   logicor          :     240.27       0.00       6.41       0.00     233.86
1800.03/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.01	c   vbounds          :       0.05       4021          0          3
1800.03/1800.01	c   rootredcost      :       0.01          0          0          0
1800.03/1800.01	c   pseudoobj        :     272.35     714764          0          0
1800.03/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.01	c   propagation      :       0.00          3          3          4        5.0          0        0.0          -
1800.03/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.01	c   applied globally :          -          -          -          3        4.7          -          -          -
1800.03/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.01	c Pricers            :       Time      Calls       Vars
1800.03/1800.01	c   problem variables:       0.00          0          0
1800.03/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   inference        :     599.71     225674          0          0          0          0     451348
1800.03/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.01	c   LP solutions     :       0.00          -          0
1800.03/1800.01	c   pseudo solutions :       0.00          -          0
1800.03/1800.01	c   oneopt           :       0.00          0          0
1800.03/1800.01	c   trivial          :       0.06          2          0
1800.03/1800.01	c   simplerounding   :       0.00          0          0
1800.03/1800.01	c   zirounding       :       0.00          0          0
1800.03/1800.01	c   rounding         :       0.00          0          0
1800.03/1800.01	c   shifting         :       0.00          0          0
1800.03/1800.01	c   intshifting      :       0.00          0          0
1800.03/1800.01	c   twoopt           :       0.00          0          0
1800.03/1800.01	c   fixandinfer      :       0.00          0          0
1800.03/1800.01	c   feaspump         :       0.00          0          0
1800.03/1800.01	c   coefdiving       :       0.00          0          0
1800.03/1800.01	c   pscostdiving     :       0.00          0          0
1800.03/1800.01	c   fracdiving       :       0.00          0          0
1800.03/1800.01	c   veclendiving     :       0.00          0          0
1800.03/1800.01	c   intdiving        :       0.00          0          0
1800.03/1800.01	c   actconsdiving    :       0.00          0          0
1800.03/1800.01	c   objpscostdiving  :       0.00          0          0
1800.03/1800.01	c   rootsoldiving    :       0.00          0          0
1800.03/1800.01	c   linesearchdiving :       0.00          0          0
1800.03/1800.01	c   guideddiving     :       0.00          0          0
1800.03/1800.01	c   octane           :       0.00          0          0
1800.03/1800.01	c   rens             :       0.00          0          0
1800.03/1800.01	c   rins             :       0.00          0          0
1800.03/1800.01	c   localbranching   :       0.00          0          0
1800.03/1800.01	c   mutation         :       0.00          0          0
1800.03/1800.01	c   crossover        :       0.00          0          0
1800.03/1800.01	c   dins             :       0.00          0          0
1800.03/1800.01	c   undercover       :       0.00          0          0
1800.03/1800.01	c   nlp              :       0.07          0          0
1800.03/1800.01	c   trysol           :       0.01          1          0
1800.03/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.01	c B&B Tree           :
1800.03/1800.01	c   number of runs   :          1
1800.03/1800.01	c   nodes            :     225676
1800.03/1800.01	c   nodes (total)    :     225676
1800.03/1800.01	c   nodes left       :     225672
1800.03/1800.01	c   max depth        :        305
1800.03/1800.01	c   max depth (total):        305
1800.03/1800.01	c   backtracks       :       1566 (0.7%)
1800.03/1800.01	c   delayed cutoffs  :          1
1800.03/1800.01	c   repropagations   :          2 (4 domain reductions, 1 cutoffs)
1800.03/1800.01	c   avg switch length:       2.30
1800.03/1800.01	c   switching time   :       7.93
1800.03/1800.01	c Solution           :
1800.03/1800.01	c   Solutions found  :          0 (0 improvements)
1800.03/1800.01	c   Primal Bound     :          -
1800.03/1800.01	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.01	c   Gap              :   infinite
1800.03/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.01	c   Root Iterations  :          0
1800.22/1800.29	c Time complete: 1800.31.

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-2693648-1277914146/watcher-2693648-1277914146 -o /tmp/evaluation-result-2693648-1277914146/solver-2693648-1277914146 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693648-1277914146.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.98 1.98 1.99 3/178 12743
/proc/meminfo: memFree=31468360/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=8160 CPUtime=0
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 1546 0 0 0 0 0 0 0 22 0 1 0 132710724 8355840 1469 4089446400 4194304 7136930 140733671257424 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12743/statm: 2040 1469 275 719 0 1319 0

[startup+0.0524749 s]
/proc/loadavg: 1.98 1.98 1.99 3/178 12743
/proc/meminfo: memFree=31468360/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=20324 CPUtime=0.04
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 4587 0 0 0 4 0 0 0 22 0 1 0 132710724 20811776 4510 4089446400 4194304 7136930 140733671257424 18446744073709551615 6325850 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12743/statm: 5081 4510 275 719 0 4360 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 20324

[startup+0.100468 s]
/proc/loadavg: 1.98 1.98 1.99 3/178 12743
/proc/meminfo: memFree=31468360/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=30544 CPUtime=0.09
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 7154 0 0 0 9 0 0 0 22 0 1 0 132710724 31277056 7059 4089446400 4194304 7136930 140733671257424 18446744073709551615 5648489 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12743/statm: 7636 7059 275 719 0 6915 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30544

[startup+0.300437 s]
/proc/loadavg: 1.98 1.98 1.99 3/178 12743
/proc/meminfo: memFree=31468360/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=100516 CPUtime=0.29
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 24542 0 0 0 28 1 0 0 22 0 1 0 132710724 102928384 24057 4089446400 4194304 7136930 140733671257424 18446744073709551615 4332112 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 25129 24057 317 719 0 24408 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 100516

[startup+0.700371 s]
/proc/loadavg: 1.98 1.98 1.99 3/178 12743
/proc/meminfo: memFree=31468360/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=118764 CPUtime=0.69
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 31696 0 0 0 58 11 0 0 24 0 1 0 132710724 121614336 28327 4089446400 4194304 7136930 140733671257424 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 29691 28327 402 719 0 28970 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 118764

[startup+1.50024 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 12744
/proc/meminfo: memFree=31356256/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=119024 CPUtime=1.49
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 31767 0 0 0 137 12 0 0 25 0 1 0 132710724 121880576 28391 4089446400 4194304 7136930 140733671257424 18446744073709551615 5500679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 29756 28391 395 719 0 29035 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 119024

[startup+3.10096 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 12744
/proc/meminfo: memFree=31354272/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=122300 CPUtime=3.09
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 32867 0 0 0 296 13 0 0 25 0 1 0 132710724 125235200 28951 4089446400 4194304 7136930 140733671257424 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 30575 28951 406 719 0 29854 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 122300

[startup+6.30041 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 12744
/proc/meminfo: memFree=31353816/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=122964 CPUtime=6.29
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 33044 0 0 0 613 16 0 0 25 0 1 0 132710724 125915136 29128 4089446400 4194304 7136930 140733671257424 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 30741 29128 406 719 0 30020 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 122964

[startup+12.7003 s]
/proc/loadavg: 1.98 1.98 1.99 3/179 12744
/proc/meminfo: memFree=31352940/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=123764 CPUtime=12.69
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 33258 0 0 0 1249 20 0 0 25 0 1 0 132710724 126734336 29342 4089446400 4194304 7136930 140733671257424 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 30941 29342 410 719 0 30220 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 123764

[startup+25.5002 s]
/proc/loadavg: 1.99 1.98 1.99 3/179 12746
/proc/meminfo: memFree=31351352/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=125660 CPUtime=25.49
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 33736 0 0 0 2520 29 0 0 25 0 1 0 132710724 128675840 29820 4089446400 4194304 7136930 140733671257424 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 31415 29820 410 719 0 30694 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 125660

[startup+51.1009 s]
/proc/loadavg: 2.07 2.00 2.00 3/179 12746
/proc/meminfo: memFree=31349264/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=127936 CPUtime=51.1
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 34312 0 0 0 5059 51 0 0 25 0 1 0 132710724 131006464 30396 4089446400 4194304 7136930 140733671257424 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 31984 30396 410 719 0 31263 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 127936

[startup+102.306 s]
/proc/loadavg: 2.03 2.00 2.00 3/179 12748
/proc/meminfo: memFree=31344384/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=132444 CPUtime=102.3
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 35456 0 0 0 10141 89 0 0 25 0 1 0 132710724 135622656 31540 4089446400 4194304 7136930 140733671257424 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 33111 31540 410 719 0 32390 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 132444

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 12748
/proc/meminfo: memFree=31337656/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=137768 CPUtime=162.29
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 36793 0 0 0 16099 130 0 0 25 0 1 0 132710724 141074432 32877 4089446400 4194304 7136930 140733671257424 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 34442 32877 410 719 0 33721 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 137768

[startup+222.301 s]
/proc/loadavg: 1.88 1.97 1.99 3/179 12869
/proc/meminfo: memFree=31393720/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=142400 CPUtime=222.29
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 37980 0 0 0 22049 180 0 0 25 0 1 0 132710724 145817600 34064 4089446400 4194304 7136930 140733671257424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 35600 34064 410 719 0 34879 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 142400

[startup+282.301 s]
/proc/loadavg: 1.95 1.97 1.99 3/179 12871
/proc/meminfo: memFree=31319640/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=148144 CPUtime=282.3
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 39449 0 0 0 28005 225 0 0 25 0 1 0 132710724 151699456 35533 4089446400 4194304 7136930 140733671257424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 37036 35533 410 719 0 36315 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 148144

[startup+342.301 s]
/proc/loadavg: 2.06 1.99 1.99 3/179 12873
/proc/meminfo: memFree=31242616/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=150092 CPUtime=342.3
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 39992 0 0 0 33959 271 0 0 25 0 1 0 132710724 153694208 36076 4089446400 4194304 7136930 140733671257424 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 37523 36076 410 719 0 36802 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 150092

[startup+402.301 s]
/proc/loadavg: 2.02 1.99 1.99 3/179 12875
/proc/meminfo: memFree=31166036/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=156140 CPUtime=402.3
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 41533 0 0 0 39908 322 0 0 25 0 1 0 132710724 159887360 37617 4089446400 4194304 7136930 140733671257424 18446744073709551615 4436491 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 39035 37617 410 719 0 38314 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 156140

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 12875
/proc/meminfo: memFree=31092724/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=159780 CPUtime=462.3
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 42471 0 0 0 45861 369 0 0 25 0 1 0 132710724 163614720 38555 4089446400 4194304 7136930 140733671257424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 39945 38555 410 719 0 39224 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 159780

[startup+522.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 12877
/proc/meminfo: memFree=31018664/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=164172 CPUtime=522.3
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 43569 0 0 0 51814 416 0 0 25 0 1 0 132710724 168112128 39653 4089446400 4194304 7136930 140733671257424 18446744073709551615 5005110 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 41043 39653 410 719 0 40322 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 164172

[startup+582.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 12879
/proc/meminfo: memFree=30942124/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=171160 CPUtime=582.3
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 44836 0 0 0 57768 462 0 0 25 0 1 0 132710724 175267840 40920 4089446400 4194304 7136930 140733671257424 18446744073709551615 5892363 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 42790 40920 410 719 0 42069 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 171160

[startup+642.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 12881
/proc/meminfo: memFree=30863856/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=178068 CPUtime=642.31
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 46602 0 0 0 63721 510 0 0 25 0 1 0 132710724 182341632 42686 4089446400 4194304 7136930 140733671257424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 44517 42686 410 719 0 43796 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 178068

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 12887
/proc/meminfo: memFree=30563216/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=197280 CPUtime=882.31
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 51533 0 0 0 87549 682 0 0 25 0 1 0 132710724 202014720 47617 4089446400 4194304 7136930 140733671257424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 49320 47617 410 719 0 48599 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 197280

[startup+942.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 12889
/proc/meminfo: memFree=30487548/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=200536 CPUtime=942.31
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 52378 0 0 0 93502 729 0 0 25 0 1 0 132710724 205348864 48462 4089446400 4194304 7136930 140733671257424 18446744073709551615 4697373 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 50134 48462 410 719 0 49413 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 200536

[startup+1002.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/179 12891
/proc/meminfo: memFree=30409264/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=203588 CPUtime=1002.31
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 53163 0 0 0 99457 774 0 0 25 0 1 0 132710724 208474112 49247 4089446400 4194304 7136930 140733671257424 18446744073709551615 4983070 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 50897 49247 410 719 0 50176 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 203588

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 12891
/proc/meminfo: memFree=30329376/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=211068 CPUtime=1062.31
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 55035 0 0 0 105409 822 0 0 25 0 1 0 132710724 216133632 51119 4089446400 4194304 7136930 140733671257424 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 52767 51119 410 719 0 52046 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 211068

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12893
/proc/meminfo: memFree=30250344/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=215060 CPUtime=1122.31
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 56096 0 0 0 111365 866 0 0 25 0 1 0 132710724 220221440 52180 4089446400 4194304 7136930 140733671257424 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 53765 52180 410 719 0 53044 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 215060

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12895
/proc/meminfo: memFree=30176876/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=218896 CPUtime=1182.31
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 57084 0 0 0 117317 914 0 0 25 0 1 0 132710724 224149504 53168 4089446400 4194304 7136930 140733671257424 18446744073709551615 5005110 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 54724 53168 410 719 0 54003 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 218896

[startup+1242.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 12897
/proc/meminfo: memFree=30097224/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=224852 CPUtime=1242.31
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 58588 0 0 0 123275 956 0 0 25 0 1 0 132710724 230248448 54672 4089446400 4194304 7136930 140733671257424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 56213 54672 410 719 0 55492 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 224852

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 12899
/proc/meminfo: memFree=30022400/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=228812 CPUtime=1302.32
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 59615 0 0 0 129231 1001 0 0 25 0 1 0 132710724 234303488 55699 4089446400 4194304 7136930 140733671257424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 57203 55699 410 719 0 56482 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 228812

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 12902
/proc/meminfo: memFree=29946596/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=232948 CPUtime=1362.32
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 60679 0 0 0 135184 1048 0 0 25 0 1 0 132710724 238538752 56763 4089446400 4194304 7136930 140733671257424 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 58237 56763 410 719 0 57516 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 232948

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12904
/proc/meminfo: memFree=29876916/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=237024 CPUtime=1422.32
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 61727 0 0 0 141144 1088 0 0 25 0 1 0 132710724 242712576 57811 4089446400 4194304 7136930 140733671257424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 59256 57811 410 719 0 58535 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 237024

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12906
/proc/meminfo: memFree=29806688/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=242060 CPUtime=1482.32
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 63018 0 0 0 147103 1129 0 0 25 0 1 0 132710724 247869440 59102 4089446400 4194304 7136930 140733671257424 18446744073709551615 4407939 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 60515 59102 410 719 0 59794 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 242060

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12908
/proc/meminfo: memFree=29731984/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=250340 CPUtime=1542.32
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 65088 0 0 0 153063 1169 0 0 25 0 1 0 132710724 256348160 61172 4089446400 4194304 7136930 140733671257424 18446744073709551615 5892367 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 62585 61172 410 719 0 61864 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 250340

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12910
/proc/meminfo: memFree=29655300/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=257120 CPUtime=1602.32
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 65797 0 0 0 159019 1213 0 0 25 0 1 0 132710724 263290880 61881 4089446400 4194304 7136930 140733671257424 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 64280 61881 410 719 0 63559 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 257120

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12910
/proc/meminfo: memFree=29570556/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=262660 CPUtime=1662.31
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 67210 0 0 0 164975 1256 0 0 25 0 1 0 132710724 268963840 63294 4089446400 4194304 7136930 140733671257424 18446744073709551615 4834679 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 65665 63294 410 719 0 64944 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 262660

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12912
/proc/meminfo: memFree=29491272/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=264604 CPUtime=1722.32
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 67725 0 0 0 170930 1302 0 0 25 0 1 0 132710724 270954496 63809 4089446400 4194304 7136930 140733671257424 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 66151 63809 410 719 0 65430 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 264604

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12914
/proc/meminfo: memFree=29407160/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=270464 CPUtime=1782.32
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 69238 0 0 0 176886 1346 0 0 25 0 1 0 132710724 276955136 65322 4089446400 4194304 7136930 140733671257424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 67616 65322 410 719 0 66895 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 270464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12914
/proc/meminfo: memFree=29382340/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=272400 CPUtime=1800.03
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 69731 0 0 0 178643 1360 0 0 25 0 1 0 132710724 278937600 65815 4089446400 4194304 7136930 140733671257424 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/12743/statm: 68100 65815 410 719 0 67379 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 272400

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.00 2.00 3/179 12914
/proc/meminfo: memFree=29382340/32951124 swapFree=67111528/67111528
[pid=12743] ppid=12741 vsize=182556 CPUtime=1800.22
/proc/12743/stat : 12743 (pbscip.linux.x8) R 12741 12743 12635 0 -1 4202496 69737 0 0 0 178662 1360 0 0 18 0 1 0 132710724 186937344 43471 4089446400 4194304 7136930 140733671257424 18446744073709551615 4408811 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12743/statm: 45639 43471 416 719 0 44918 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 182556

Child status: 0
Real time (s): 1800.29
CPU time (s): 1800.32
CPU user time (s): 1786.71
CPU system time (s): 13.6149
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 272400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.71
system time used= 13.6149
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69744
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 4267

runsolver used 2.80757 second user time and 5.8951 second system time

The end

Launcher Data

Begin job on node130 at 2010-06-30 18:09:07
IDJOB=2693648
IDBENCH=79026
IDSOLVER=1206
FILE ID=node130/2693648-1277914146
PBS_JOBID= 11197328
Free space on /tmp= 74204 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-elf.rf8.ucl--soft-33-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693648-1277914146/watcher-2693648-1277914146 -o /tmp/evaluation-result-2693648-1277914146/solver-2693648-1277914146 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693648-1277914146.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 0213af97bcb368564904cb77675881c0
RANDOM SEED=1503055973

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.796
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.59
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.796
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	: 5332.67
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.796
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.796
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.72
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.796
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.82
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.796
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.63
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.796
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.796
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	: 5237.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31469136 kB
Buffers:        200712 kB
Cached:         971088 kB
SwapCached:          0 kB
Active:         640300 kB
Inactive:       699172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31469136 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3908 kB
Writeback:           0 kB
AnonPages:      167312 kB
Mapped:          17856 kB
Slab:            78424 kB
PageTables:       5152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   317972 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 node130 at 2010-06-30 18:39:09