Trace number 2663745

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1800.94 1801.53

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_10_4.opb
MD5SUM7603a459a5769ea7e43f52c522eb87aa
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark74
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 68
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint11
Maximum length of a constraint22
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6326
Sum of products size (including duplicates)12652
Number of different products6326
Sum of products size12652

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-2663745-1276653061.opb>
0.04/0.06	c original problem has 6826 variables (6826 bin, 0 int, 0 impl, 0 cont) and 6826 constraints
0.04/0.06	c problem read
0.04/0.06	c presolving settings loaded
0.04/0.07	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.09/0.15	c presolving:
0.39/0.49	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 500 upgd conss, 184678 impls, 0 clqs
0.89/0.92	c    (0.6s) probing: 101/6826 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.89/0.92	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.89/0.92	c presolving (2 rounds):
0.89/0.92	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.92	c  184678 implications, 0 cliques
0.89/0.92	c presolved problem has 6826 variables (6826 bin, 0 int, 0 impl, 0 cont) and 6826 constraints
0.89/0.92	c    6326 constraints of type <and>
0.89/0.92	c     500 constraints of type <logicor>
0.89/0.92	c transformed objective value is always integral (scale: 1)
0.89/0.92	c Presolving Time: 0.61
0.89/0.92	c - non default parameters ----------------------------------------------------------------------
0.89/0.92	c # SCIP version 1.2.1.2
0.89/0.92	c 
0.89/0.92	c # frequency for displaying node information lines
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.92	c display/freq = 10000
0.89/0.92	c 
0.89/0.92	c # maximal time in seconds to run
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.92	c limits/time = 1799.94
0.89/0.92	c 
0.89/0.92	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.92	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.92	c limits/memory = 1620
0.89/0.92	c 
0.89/0.92	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.92	c lp/solvefreq = -1
0.89/0.92	c 
0.89/0.92	c # should presolving try to simplify inequalities
0.89/0.92	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.92	c constraints/linear/simplifyinequalities = TRUE
0.89/0.92	c 
0.89/0.92	c # should presolving try to simplify knapsacks
0.89/0.92	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.92	c constraints/knapsack/simplifyinequalities = TRUE
0.89/0.92	c 
0.89/0.92	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.92	c heuristics/undercover/freq = 0
0.89/0.92	c 
0.89/0.92	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.89/0.92	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.92	c separating/rapidlearning/freq = 0
0.89/0.92	c 
0.89/0.92	c -----------------------------------------------------------------------------------------------
0.89/0.92	c start solving
0.89/0.92	c 
0.89/0.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.89/0.94	c   0.7s|     1 |     2 |     0 |     - |  21M|   0 |   - |6826 |6826 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
58.28/58.36	c  57.8s| 10000 |  9999 |     0 |   0.0 |  33M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   1 |   0 | 0.000000e+00 |      --      |    Inf 
108.96/109.05	c   108s| 20000 | 19997 |     0 |   0.0 |  44M| 374 |   - |6826 |6828 |   0 |   0 |   0 |   2 |   0 | 0.000000e+00 |      --      |    Inf 
152.55/152.65	c   151s| 30000 | 29997 |     0 |   0.0 |  55M| 374 |   - |6826 |6828 |   0 |   0 |   0 |   2 |   0 | 0.000000e+00 |      --      |    Inf 
196.34/196.40	c   195s| 40000 | 39997 |     0 |   0.0 |  67M| 374 |   - |6826 |6828 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
252.32/252.42	c   251s| 50000 | 49997 |     0 |   0.0 |  77M| 374 |   - |6826 |6828 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
307.42/307.57	c   306s| 60000 | 59997 |     0 |   0.0 |  88M| 374 |   - |6826 |6828 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
362.00/362.14	c   360s| 70000 | 69997 |     0 |   0.0 |  99M| 374 |   - |6826 |6828 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
414.59/414.71	c   412s| 80000 | 79997 |     0 |   0.0 | 110M| 374 |   - |6826 |6828 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
467.46/467.64	c   465s| 90000 | 89997 |     0 |   0.0 | 121M| 374 |   - |6826 |6828 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
520.55/520.76	c   518s|100000 | 99997 |     0 |   0.0 | 132M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
574.14/574.33	c   571s|110000 |109997 |     0 |   0.0 | 143M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
627.63/627.89	c   624s|120000 |119997 |     0 |   0.0 | 154M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
680.90/681.23	c   677s|130000 |129997 |     0 |   0.0 | 165M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
733.48/733.82	c   729s|140000 |139997 |     0 |   0.0 | 176M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
786.18/786.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
786.18/786.53	c   782s|150000 |149997 |     0 |   0.0 | 186M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
839.16/839.52	c   834s|160000 |159997 |     0 |   0.0 | 197M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
891.44/891.84	c   886s|170000 |169997 |     0 |   0.0 | 208M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
943.53/943.91	c   938s|180000 |179997 |     0 |   0.0 | 219M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
995.22/995.64	c   990s|190000 |189997 |     0 |   0.0 | 230M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
1046.70/1047.11	c  1041s|200000 |199997 |     0 |   0.0 | 241M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
1097.89/1098.34	c  1092s|210000 |209997 |     0 |   0.0 | 251M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
1148.37/1148.80	c  1142s|220000 |219997 |     0 |   0.0 | 262M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
1198.86/1199.39	c  1192s|230000 |229997 |     0 |   0.0 | 273M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
1249.94/1250.40	c  1243s|240000 |239997 |     0 |   0.0 | 284M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
1299.43/1299.93	c  1292s|250000 |249997 |     0 |   0.0 | 295M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
1350.12/1350.65	c  1343s|260000 |259997 |     0 |   0.0 | 306M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
1400.71/1401.20	c  1393s|270000 |269997 |     0 |   0.0 | 316M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
1451.10/1451.61	c  1443s|280000 |279997 |     0 |   0.0 | 327M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
1500.79/1501.37	c  1492s|290000 |289997 |     0 |   0.0 | 338M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
1550.67/1551.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1550.67/1551.27	c  1542s|300000 |299997 |     0 |   0.0 | 349M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
1600.55/1601.18	c  1592s|310000 |309997 |     0 |   0.0 | 359M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
1650.24/1650.83	c  1641s|320000 |319997 |     0 |   0.0 | 370M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
1699.93/1700.59	c  1690s|330000 |329997 |     0 |   0.0 | 381M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
1748.51/1749.18	c  1739s|340000 |339997 |     0 |   0.0 | 392M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
1797.11/1797.76	c  1787s|350000 |349997 |     0 |   0.0 | 403M| 374 |   - |6826 |6827 |   0 |   0 |   0 |   2 |   0 | 1.000000e+00 |      --      |    Inf 
1800.02/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.62	c 
1800.02/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.62	c Solving Time (sec) : 1789.89
1800.02/1800.62	c Solving Nodes      : 350614
1800.02/1800.62	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.02/1800.62	c Dual Bound         : +1.00000000000000e+00
1800.02/1800.62	c Gap                : infinite
1800.02/1800.62	s UNKNOWN
1800.02/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.62	c Solving Time       :    1789.89
1800.02/1800.62	c Original Problem   :
1800.02/1800.62	c   Problem name     : HOME/instance-2663745-1276653061.opb
1800.02/1800.62	c   Variables        : 6826 (6826 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.62	c   Constraints      : 6826 initial, 6826 maximal
1800.02/1800.62	c Presolved Problem  :
1800.02/1800.62	c   Problem name     : t_HOME/instance-2663745-1276653061.opb
1800.02/1800.62	c   Variables        : 6826 (6826 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.62	c   Constraints      : 6826 initial, 6828 maximal
1800.02/1800.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.62	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.02/1800.62	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   probing          :       0.23          0          0          0          0          0          0          0          0
1800.02/1800.62	c   and              :       0.30          0          0          0          0          0          0          0          0
1800.02/1800.62	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.02/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.62	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.02/1800.62	c   and              :       6326          0     989958          0     350612          2    4863854          0          0          0
1800.02/1800.62	c   logicor          :        500+         0      94142          0     350612          0      12629          0          0          0
1800.02/1800.62	c   countsols        :          0          0          0          0     350612          0          0          0          0          0
1800.02/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.62	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.62	c   and              :     415.39       0.00     365.17       0.00      50.22
1800.02/1800.62	c   logicor          :     276.32       0.00       0.44       0.00     275.88
1800.02/1800.62	c   countsols        :       0.40       0.00       0.00       0.00       0.40
1800.02/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.62	c   vbounds          :       0.44          2          0          0
1800.02/1800.62	c   rootredcost      :       0.62          0          0          0
1800.02/1800.62	c   pseudoobj        :      43.00     989758          0          0
1800.02/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.62	c   propagation      :       0.00          2          2          2        3.0          0        0.0          -
1800.02/1800.62	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.62	c   applied globally :          -          -          -          2        3.0          -          -          -
1800.02/1800.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.62	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.02/1800.62	c   redcost          :       0.00          0          0          0          0          0
1800.02/1800.62	c   impliedbounds    :       0.00          0          0          0          0          0
1800.02/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.62	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.62	c   gomory           :       0.00          0          0          0          0          0
1800.02/1800.62	c   strongcg         :       0.00          0          0          0          0          0
1800.02/1800.62	c   cmir             :       0.00          0          0          0          0          0
1800.02/1800.62	c   flowcover        :       0.00          0          0          0          0          0
1800.02/1800.62	c   clique           :       0.00          0          0          0          0          0
1800.02/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.62	c   mcf              :       0.00          0          0          0          0          0
1800.02/1800.62	c   rapidlearning    :       0.00          0          0          0          0          0
1800.02/1800.62	c Pricers            :       Time      Calls       Vars
1800.02/1800.62	c   problem variables:       0.00          0          0
1800.02/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.62	c   relpscost        :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   inference        :    1005.96     350612          0          0          0          0     701224
1800.02/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.62	c   LP solutions     :       0.00          -          0
1800.02/1800.62	c   pseudo solutions :       0.00          -          0
1800.02/1800.62	c   oneopt           :       0.19          0          0
1800.02/1800.62	c   trivial          :       0.02          2          0
1800.02/1800.62	c   simplerounding   :       0.00          0          0
1800.02/1800.62	c   zirounding       :       0.00          0          0
1800.02/1800.62	c   rounding         :       0.00          0          0
1800.02/1800.62	c   shifting         :       0.00          0          0
1800.02/1800.62	c   intshifting      :       0.00          0          0
1800.02/1800.62	c   twoopt           :       0.00          0          0
1800.02/1800.62	c   fixandinfer      :       0.00          0          0
1800.02/1800.62	c   feaspump         :       0.00          0          0
1800.02/1800.62	c   coefdiving       :       0.00          0          0
1800.02/1800.62	c   pscostdiving     :       0.00          0          0
1800.02/1800.62	c   fracdiving       :       0.00          0          0
1800.02/1800.62	c   veclendiving     :       0.00          0          0
1800.02/1800.62	c   intdiving        :       0.00          0          0
1800.02/1800.62	c   actconsdiving    :       0.00          0          0
1800.02/1800.62	c   objpscostdiving  :       0.00          0          0
1800.02/1800.62	c   rootsoldiving    :       0.00          0          0
1800.02/1800.62	c   linesearchdiving :       0.00          0          0
1800.02/1800.62	c   guideddiving     :       0.00          0          0
1800.02/1800.62	c   octane           :       0.00          0          0
1800.02/1800.62	c   rens             :       0.00          0          0
1800.02/1800.62	c   rins             :       0.00          0          0
1800.02/1800.62	c   localbranching   :       0.00          0          0
1800.02/1800.62	c   mutation         :       0.00          0          0
1800.02/1800.62	c   crossover        :       0.00          0          0
1800.02/1800.62	c   dins             :       0.00          0          0
1800.02/1800.62	c   undercover       :       0.00          0          0
1800.02/1800.62	c   nlp              :       0.52          0          0
1800.02/1800.62	c   trysol           :       0.09          0          0
1800.02/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.62	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.62	c   dual LP          :       0.00          0          0       0.00          -
1800.02/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.62	c   diving/probing LP:       0.00          0          0       0.00          -
1800.02/1800.62	c   strong branching :       0.00          0          0       0.00          -
1800.02/1800.62	c     (at root node) :          -          0          0       0.00          -
1800.02/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.62	c B&B Tree           :
1800.02/1800.62	c   number of runs   :          1
1800.02/1800.62	c   nodes            :     350614
1800.02/1800.62	c   nodes (total)    :     350614
1800.02/1800.62	c   nodes left       :     350611
1800.02/1800.62	c   max depth        :        374
1800.02/1800.62	c   max depth (total):        374
1800.02/1800.62	c   backtracks       :       1934 (0.6%)
1800.02/1800.62	c   delayed cutoffs  :          0
1800.02/1800.62	c   repropagations   :        763 (2 domain reductions, 0 cutoffs)
1800.02/1800.62	c   avg switch length:       2.44
1800.02/1800.62	c   switching time   :      21.24
1800.02/1800.62	c Solution           :
1800.02/1800.62	c   Solutions found  :          0 (0 improvements)
1800.02/1800.62	c   Primal Bound     :          -
1800.02/1800.62	c   Dual Bound       : +1.00000000000000e+00
1800.02/1800.62	c   Gap              :   infinite
1800.02/1800.62	c   Root Dual Bound  : +0.00000000000000e+00
1800.02/1800.62	c   Root Iterations  :          0
1800.90/1801.53	c Time complete: 1800.93.

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-2663745-1276653061/watcher-2663745-1276653061 -o /tmp/evaluation-result-2663745-1276653061/solver-2663745-1276653061 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663745-1276653061.opb -t 1800 -m 1800 

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/105 14576
/proc/meminfo: memFree=1777712/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=6584 CPUtime=0
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 1085 0 0 0 0 0 0 0 25 0 1 0 6599784 6742016 1008 1992294400 4194304 7136930 140736816353136 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14576/statm: 1646 1019 254 719 0 925 0

[startup+0.050611 s]
/proc/loadavg: 0.99 0.98 0.99 3/105 14576
/proc/meminfo: memFree=1777712/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=14720 CPUtime=0.04
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 3151 0 0 0 3 1 0 0 25 0 1 0 6599784 15073280 3074 1992294400 4194304 7136930 140736816353136 18446744073709551615 6285680 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14576/statm: 3680 3081 272 719 0 2959 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14720

[startup+0.101617 s]
/proc/loadavg: 0.99 0.98 0.99 3/105 14576
/proc/meminfo: memFree=1777712/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=28456 CPUtime=0.09
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 6824 0 0 0 7 2 0 0 25 0 1 0 6599784 29138944 6393 1992294400 4194304 7136930 140736816353136 18446744073709551615 6164672 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 7114 6406 285 719 0 6393 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28456

[startup+0.301638 s]
/proc/loadavg: 0.99 0.98 0.99 3/105 14576
/proc/meminfo: memFree=1777712/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=42016 CPUtime=0.29
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 9930 0 0 0 26 3 0 0 25 0 1 0 6599784 43024384 9500 1992294400 4194304 7136930 140736816353136 18446744073709551615 6346613 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 10504 9509 328 719 0 9783 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42016

[startup+0.701683 s]
/proc/loadavg: 0.99 0.98 0.99 3/105 14576
/proc/meminfo: memFree=1777712/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=41256 CPUtime=0.69
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 10980 0 0 0 47 22 0 0 25 0 1 0 6599784 42246144 9521 1992294400 4194304 7136930 140736816353136 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 10314 9521 362 719 0 9593 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41256

[startup+1.50177 s]
/proc/loadavg: 0.99 0.98 0.99 2/106 14577
/proc/meminfo: memFree=1738768/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=43364 CPUtime=1.49
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 11534 0 0 0 127 22 0 0 25 0 1 0 6599784 44404736 10075 1992294400 4194304 7136930 140736816353136 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 10841 10075 381 719 0 10120 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43364

[startup+3.10195 s]
/proc/loadavg: 0.99 0.98 0.99 2/106 14577
/proc/meminfo: memFree=1738396/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=45048 CPUtime=3.09
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 11937 0 0 0 286 23 0 0 25 0 1 0 6599784 46129152 10478 1992294400 4194304 7136930 140736816353136 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 11262 10478 381 719 0 10541 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45048

[startup+6.3013 s]
/proc/loadavg: 0.99 0.98 0.99 2/106 14577
/proc/meminfo: memFree=1736536/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=45320 CPUtime=6.29
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 12009 0 0 0 604 25 0 0 25 0 1 0 6599784 46407680 10550 1992294400 4194304 7136930 140736816353136 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 11330 10550 381 719 0 10609 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45320

[startup+12.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/106 14577
/proc/meminfo: memFree=1735544/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=46280 CPUtime=12.69
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 12246 0 0 0 1242 27 0 0 25 0 1 0 6599784 47390720 10787 1992294400 4194304 7136930 140736816353136 18446744073709551615 4642005 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 11570 10787 381 719 0 10849 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46280

[startup+25.5014 s]
/proc/loadavg: 0.99 0.98 0.99 2/106 14579
/proc/meminfo: memFree=1732940/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=48804 CPUtime=25.49
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 12890 0 0 0 2515 34 0 0 25 0 1 0 6599784 49975296 11431 1992294400 4194304 7136930 140736816353136 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 12201 11431 381 719 0 11480 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48804

[startup+51.1012 s]
/proc/loadavg: 0.99 0.98 0.99 2/106 14579
/proc/meminfo: memFree=1726120/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=57108 CPUtime=51.08
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 14966 0 0 0 5060 48 0 0 25 0 1 0 6599784 58478592 13507 1992294400 4194304 7136930 140736816353136 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 14277 13507 381 719 0 13556 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 57108

[startup+102.309 s]
/proc/loadavg: 0.99 0.98 0.99 2/106 14581
/proc/meminfo: memFree=1710744/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=70548 CPUtime=102.27
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 18398 0 0 0 10149 78 0 0 25 0 1 0 6599784 72241152 16939 1992294400 4194304 7136930 140736816353136 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 17637 16939 386 719 0 16916 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 70548

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/106 14581
/proc/meminfo: memFree=1697104/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=84048 CPUtime=162.25
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 21795 0 0 0 16110 115 0 0 25 0 1 0 6599784 86065152 20336 1992294400 4194304 7136930 140736816353136 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 21012 20336 386 719 0 20291 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 84048

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/106 14583
/proc/meminfo: memFree=1681728/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=99120 CPUtime=222.23
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 25614 0 0 0 22074 149 0 0 25 0 1 0 6599784 101498880 24155 1992294400 4194304 7136930 140736816353136 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 24780 24155 386 719 0 24059 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 99120

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/106 14585
/proc/meminfo: memFree=1668460/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=112164 CPUtime=282.22
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 28923 0 0 0 28044 178 0 0 25 0 1 0 6599784 114855936 27464 1992294400 4194304 7136930 140736816353136 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 28041 27464 386 719 0 27320 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 112164

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/106 14587
/proc/meminfo: memFree=1654572/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=127912 CPUtime=342.2
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 32381 0 0 0 34009 211 0 0 25 0 1 0 6599784 130981888 30922 1992294400 4194304 7136930 140736816353136 18446744073709551615 4642126 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 31978 30922 386 719 0 31257 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 127912

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/106 14589
/proc/meminfo: memFree=1642296/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=139952 CPUtime=402.19
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 35423 0 0 0 39976 243 0 0 25 0 1 0 6599784 143310848 33964 1992294400 4194304 7136930 140736816353136 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 34988 33964 386 719 0 34267 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 139952

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/106 14589
/proc/meminfo: memFree=1631260/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=150872 CPUtime=462.17
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 38192 0 0 0 45943 274 0 0 25 0 1 0 6599784 154492928 36733 1992294400 4194304 7136930 140736816353136 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 37718 36733 386 719 0 36997 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 150872

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/106 14591
/proc/meminfo: memFree=1617248/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=164504 CPUtime=522.16
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 41673 0 0 0 51909 307 0 0 25 0 1 0 6599784 168452096 40214 1992294400 4194304 7136930 140736816353136 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 41126 40214 386 719 0 40405 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 164504

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/106 14593
/proc/meminfo: memFree=1605220/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=176548 CPUtime=582.14
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 44705 0 0 0 57878 336 0 0 25 0 1 0 6599784 180785152 43246 1992294400 4194304 7136930 140736816353136 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 44137 43246 386 719 0 43416 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 176548

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/106 14604
/proc/meminfo: memFree=1590340/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=190500 CPUtime=642.13
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 48251 0 0 0 63844 369 0 0 25 0 1 0 6599784 195072000 46792 1992294400 4194304 7136930 140736816353136 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 47625 46792 386 719 0 46904 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 190500

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/106 15114
/proc/meminfo: memFree=1505536/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=263176 CPUtime=1001.91
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 66659 0 0 0 99637 554 0 0 25 0 1 0 6599784 269492224 65200 1992294400 4194304 7136930 140736816353136 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 65794 65200 386 719 0 65073 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 263176

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15114
/proc/meminfo: memFree=1488920/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=283720 CPUtime=1061.9
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 70807 0 0 0 105598 592 0 0 25 0 1 0 6599784 290529280 69348 1992294400 4194304 7136930 140736816353136 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 70930 69348 386 719 0 70209 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 283720

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15116
/proc/meminfo: memFree=1476148/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=296320 CPUtime=1121.88
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 73997 0 0 0 111566 622 0 0 25 0 1 0 6599784 303431680 72538 1992294400 4194304 7136930 140736816353136 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 74080 72538 386 719 0 73359 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 296320

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15118
/proc/meminfo: memFree=1464988/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=307172 CPUtime=1181.87
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 76760 0 0 0 117530 657 0 0 25 0 1 0 6599784 314544128 75301 1992294400 4194304 7136930 140736816353136 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 76793 75301 386 719 0 76072 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 307172

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15120
/proc/meminfo: memFree=1450356/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=321296 CPUtime=1241.85
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 80362 0 0 0 123496 689 0 0 25 0 1 0 6599784 329007104 78903 1992294400 4194304 7136930 140736816353136 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 80324 78903 386 719 0 79603 0
Current children cumulated CPU time (s) 1241.85
Current children cumulated vsize (KiB) 321296

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15122
/proc/meminfo: memFree=1434856/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=336644 CPUtime=1301.84
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 84219 0 0 0 129459 725 0 0 25 0 1 0 6599784 344723456 82760 1992294400 4194304 7136930 140736816353136 18446744073709551615 5005060 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 84161 82760 386 719 0 83440 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 336644

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15122
/proc/meminfo: memFree=1426300/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=344920 CPUtime=1361.82
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 86351 0 0 0 135422 760 0 0 25 0 1 0 6599784 353198080 84892 1992294400 4194304 7136930 140736816353136 18446744073709551615 5005187 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 86230 84892 386 719 0 85509 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 344920

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15124
/proc/meminfo: memFree=1411544/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=359608 CPUtime=1421.81
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 90051 0 0 0 141389 792 0 0 25 0 1 0 6599784 368238592 88592 1992294400 4194304 7136930 140736816353136 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 89902 88592 386 719 0 89181 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 359608

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15126
/proc/meminfo: memFree=1401376/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=369528 CPUtime=1481.79
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 92578 0 0 0 147352 827 0 0 25 0 1 0 6599784 378396672 91119 1992294400 4194304 7136930 140736816353136 18446744073709551615 4436342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 92382 91119 386 719 0 91661 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 369528

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15128
/proc/meminfo: memFree=1387736/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=382824 CPUtime=1541.77
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 95967 0 0 0 153314 863 0 0 25 0 1 0 6599784 392011776 94508 1992294400 4194304 7136930 140736816353136 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 95706 94508 386 719 0 94985 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 382824

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15130
/proc/meminfo: memFree=1373352/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=397012 CPUtime=1601.75
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 99526 0 0 0 159278 897 0 0 25 0 1 0 6599784 406540288 98067 1992294400 4194304 7136930 140736816353136 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 99253 98067 386 719 0 98532 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 397012

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15130
/proc/meminfo: memFree=1361076/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=409064 CPUtime=1661.74
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 102596 0 0 0 165246 928 0 0 25 0 1 0 6599784 418881536 101137 1992294400 4194304 7136930 140736816353136 18446744073709551615 4643199 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 102266 101137 386 719 0 101545 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 409064

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15132
/proc/meminfo: memFree=1345452/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=424408 CPUtime=1721.73
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 106484 0 0 0 171210 963 0 0 25 0 1 0 6599784 434593792 105025 1992294400 4194304 7136930 140736816353136 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 106102 105025 386 719 0 105381 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 424408

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15134
/proc/meminfo: memFree=1334168/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=435196 CPUtime=1781.71
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 109241 0 0 0 177173 998 0 0 25 0 1 0 6599784 445640704 107782 1992294400 4194304 7136930 140736816353136 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 108799 107782 386 719 0 108078 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 435196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15134
/proc/meminfo: memFree=1327968/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=441428 CPUtime=1800.02
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 110813 0 0 0 178994 1008 0 0 25 0 1 0 6599784 452022272 109354 1992294400 4194304 7136930 140736816353136 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14576/statm: 110357 109354 386 719 0 109636 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 441428

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15134
/proc/meminfo: memFree=1327968/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=441428 CPUtime=1800.4
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 110819 0 0 0 179032 1008 0 0 18 0 1 0 6599784 452022272 109360 1992294400 4194304 7136930 140736816353136 18446744073709551615 6165657 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14576/statm: 110357 109360 392 719 0 109636 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 441428

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15134
/proc/meminfo: memFree=1327968/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=294852 CPUtime=1800.8
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 110819 0 0 0 179070 1010 0 0 18 0 1 0 6599784 301928448 72723 1992294400 4194304 7136930 140736816353136 18446744073709551615 4670052 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14576/statm: 73713 72723 392 719 0 72992 0
Current children cumulated CPU time (s) 1800.8
Current children cumulated vsize (KiB) 294852

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 15134
/proc/meminfo: memFree=1327968/2059040 swapFree=4192956/4192956
[pid=14576] ppid=14574 vsize=142048 CPUtime=1800.9
/proc/14576/stat : 14576 (pbscip.linux.x8) R 14574 14576 13474 0 -1 4202496 110820 0 0 0 179078 1012 0 0 19 0 1 0 6599784 145457152 34538 1992294400 4194304 7136930 140736816353136 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14576/statm: 35512 34538 393 719 0 34791 0
Current children cumulated CPU time (s) 1800.9
Current children cumulated vsize (KiB) 142048

Child status: 0
Real time (s): 1801.53
CPU time (s): 1800.94
CPU user time (s): 1790.8
CPU system time (s): 10.1405
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 441428

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

runsolver used 2.86856 second user time and 8.62869 second system time

The end

Launcher Data

Begin job on node086 at 2010-06-16 03:51:01
IDJOB=2663745
IDBENCH=48118
IDSOLVER=1167
FILE ID=node086/2663745-1276653061
PBS_JOBID= 11172419
Free space on /tmp= 62576 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_10_4.opb
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-2663745-1276653061/watcher-2663745-1276653061 -o /tmp/evaluation-result-2663745-1276653061/solver-2663745-1276653061 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663745-1276653061.opb -t 1800 -m 1800

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

MD5SUM BENCH= 7603a459a5769ea7e43f52c522eb87aa
RANDOM SEED=2004480511

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1778240 kB
Buffers:         36964 kB
Cached:         108408 kB
SwapCached:          0 kB
Active:         120856 kB
Inactive:        84000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1778240 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3260 kB
Writeback:           0 kB
AnonPages:       59384 kB
Mapped:          15416 kB
Slab:            54368 kB
PageTables:       3940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181636 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62572 MiB
End job on node086 at 2010-06-16 04:21:03