Trace number 2663788

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.97 1801.52

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_10_5.opb
MD5SUM2dd6cc5a7b1f8311eff7b566cf3505ea
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.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 74
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)6270
Sum of products size (including duplicates)12540
Number of different products6270
Sum of products size12540

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-2663788-1276658369.opb>
0.00/0.07	c original problem has 6770 variables (6770 bin, 0 int, 0 impl, 0 cont) and 6770 constraints
0.00/0.07	c problem read
0.00/0.07	c presolving settings loaded
0.00/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, 181502 impls, 0 clqs
0.89/0.90	c    (0.6s) probing: 101/6770 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.89/0.90	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.89/0.90	c presolving (2 rounds):
0.89/0.90	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.90	c  181502 implications, 0 cliques
0.89/0.90	c presolved problem has 6770 variables (6770 bin, 0 int, 0 impl, 0 cont) and 6770 constraints
0.89/0.90	c    6270 constraints of type <and>
0.89/0.90	c     500 constraints of type <logicor>
0.89/0.90	c transformed objective value is always integral (scale: 1)
0.89/0.90	c Presolving Time: 0.60
0.89/0.90	c - non default parameters ----------------------------------------------------------------------
0.89/0.90	c # SCIP version 1.2.1.2
0.89/0.90	c 
0.89/0.90	c # frequency for displaying node information lines
0.89/0.90	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.90	c display/freq = 10000
0.89/0.90	c 
0.89/0.90	c # maximal time in seconds to run
0.89/0.90	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.90	c limits/time = 1799.94
0.89/0.90	c 
0.89/0.90	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.90	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.90	c limits/memory = 1620
0.89/0.90	c 
0.89/0.90	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.89/0.90	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.90	c lp/solvefreq = -1
0.89/0.90	c 
0.89/0.90	c # should presolving try to simplify inequalities
0.89/0.90	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.90	c constraints/linear/simplifyinequalities = TRUE
0.89/0.90	c 
0.89/0.90	c # should presolving try to simplify knapsacks
0.89/0.90	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.90	c constraints/knapsack/simplifyinequalities = TRUE
0.89/0.90	c 
0.89/0.90	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.89/0.90	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.90	c heuristics/undercover/freq = 0
0.89/0.90	c 
0.89/0.90	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.89/0.90	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.90	c separating/rapidlearning/freq = 0
0.89/0.90	c 
0.89/0.90	c -----------------------------------------------------------------------------------------------
0.89/0.90	c start solving
0.89/0.91	c 
0.89/0.93	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.93	c   0.7s|     1 |     2 |     0 |     - |  21M|   0 |   - |6770 |6770 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
57.07/57.18	c  56.6s| 10000 |  9993 |     0 |   0.0 |  33M| 358 |   - |6770 |6774 |   0 |   0 |   0 |   4 |   0 | 0.000000e+00 |      --      |    Inf 
105.86/105.99	c   105s| 20000 | 19993 |     0 |   0.0 |  44M| 358 |   - |6770 |6774 |   0 |   0 |   0 |   4 |   0 | 0.000000e+00 |      --      |    Inf 
147.36/147.44	c   146s| 30000 | 29993 |     0 |   0.0 |  55M| 358 |   - |6770 |6774 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
200.14/200.25	c   199s| 40000 | 39993 |     0 |   0.0 |  66M| 358 |   - |6770 |6774 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
254.92/255.05	c   253s| 50000 | 49993 |     0 |   0.0 |  77M| 358 |   - |6770 |6773 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
309.00/309.13	c   307s| 60000 | 59993 |     0 |   0.0 |  87M| 358 |   - |6770 |6773 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
362.68/362.86	c   360s| 70000 | 69993 |     0 |   0.0 |  98M| 358 |   - |6770 |6773 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
416.06/416.23	c   413s| 80000 | 79993 |     0 |   0.0 | 109M| 358 |   - |6770 |6773 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
469.25/469.40	c   466s| 90000 | 89993 |     0 |   0.0 | 120M| 358 |   - |6770 |6773 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
521.83/522.05	c   519s|100000 | 99993 |     0 |   0.0 | 131M| 358 |   - |6770 |6773 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
574.12/574.33	c   571s|110000 |109993 |     0 |   0.0 | 142M| 358 |   - |6770 |6773 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
626.91/627.18	c   623s|120000 |119993 |     0 |   0.0 | 153M| 358 |   - |6770 |6773 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
679.49/679.75	c   675s|130000 |129993 |     0 |   0.0 | 163M| 358 |   - |6770 |6773 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
731.86/732.18	c   727s|140000 |139993 |     0 |   0.0 | 174M| 358 |   - |6770 |6772 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
783.95/784.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
783.95/784.21	c   779s|150000 |149993 |     0 |   0.0 | 185M| 358 |   - |6770 |6771 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
835.62/835.98	c   831s|160000 |159993 |     0 |   0.0 | 195M| 358 |   - |6770 |6771 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
887.12/887.47	c   882s|170000 |169993 |     0 |   0.0 | 206M| 358 |   - |6770 |6770 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
938.40/938.79	c   933s|180000 |179993 |     0 |   0.0 | 217M| 358 |   - |6770 |6770 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
989.29/989.66	c   983s|190000 |189993 |     0 |   0.0 | 228M| 358 |   - |6770 |6770 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1040.57/1040.90	c  1034s|200000 |199993 |     0 |   0.0 | 238M| 358 |   - |6770 |6770 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1091.55/1091.93	c  1085s|210000 |209993 |     0 |   0.0 | 249M| 358 |   - |6770 |6770 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1142.54/1143.00	c  1136s|220000 |219993 |     0 |   0.0 | 260M| 358 |   - |6770 |6770 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1193.32/1193.71	c  1186s|230000 |229993 |     0 |   0.0 | 271M| 358 |   - |6770 |6770 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1243.61/1244.01	c  1236s|240000 |239993 |     0 |   0.0 | 281M| 358 |   - |6770 |6770 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1294.00/1294.45	c  1286s|250000 |249993 |     0 |   0.0 | 292M| 358 |   - |6770 |6770 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1344.18/1344.63	c  1336s|260000 |259993 |     0 |   0.0 | 303M| 358 |   - |6770 |6770 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1394.16/1394.68	c  1386s|270000 |269993 |     0 |   0.0 | 314M| 358 |   - |6770 |6770 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1444.25/1444.75	c  1436s|280000 |279993 |     0 |   0.0 | 324M| 358 |   - |6770 |6770 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1493.73/1494.27	c  1485s|290000 |289993 |     0 |   0.0 | 335M| 358 |   - |6770 |6770 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1543.52/1544.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1543.52/1544.03	c  1534s|300000 |299993 |     0 |   0.0 | 346M| 358 |   - |6770 |6770 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1593.00/1593.55	c  1584s|310000 |309993 |     0 |   0.0 | 356M| 358 |   - |6770 |6770 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1642.29/1642.85	c  1633s|320000 |319993 |     0 |   0.0 | 367M| 358 |   - |6770 |6770 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1691.07/1691.61	c  1681s|330000 |329993 |     0 |   0.0 | 378M| 358 |   - |6770 |6770 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1739.55/1740.11	c  1729s|340000 |339993 |     0 |   0.0 | 389M| 358 |   - |6770 |6770 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1788.04/1788.61	c  1777s|350000 |349993 |     0 |   0.0 | 399M| 358 |   - |6770 |6770 |   0 |   0 |   0 |   4 |   0 | 1.000000e+00 |      --      |    Inf 
1800.04/1800.60	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.61	c 
1800.04/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.61	c Solving Time (sec) : 1789.28
1800.04/1800.61	c Solving Nodes      : 352454
1800.04/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.61	c Dual Bound         : +1.00000000000000e+00
1800.04/1800.61	c Gap                : infinite
1800.04/1800.61	s UNKNOWN
1800.04/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.61	c Solving Time       :    1789.28
1800.04/1800.61	c Original Problem   :
1800.04/1800.61	c   Problem name     : HOME/instance-2663788-1276658369.opb
1800.04/1800.61	c   Variables        : 6770 (6770 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.61	c   Constraints      : 6770 initial, 6770 maximal
1800.04/1800.61	c Presolved Problem  :
1800.04/1800.61	c   Problem name     : t_HOME/instance-2663788-1276658369.opb
1800.04/1800.61	c   Variables        : 6770 (6770 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.61	c   Constraints      : 6770 initial, 6774 maximal
1800.04/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.61	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.61	c   probing          :       0.22          0          0          0          0          0          0          0          0
1800.04/1800.61	c   and              :       0.31          0          0          0          0          0          0          0          0
1800.04/1800.61	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.61	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.61	c   and              :       6270          0     999398          0     352450          4    4847504          0          0          0
1800.04/1800.61	c   logicor          :        500+         0      80132          0     352450          0       8654          0          0          0
1800.04/1800.61	c   countsols        :          0          0          0          0     352450          0          0          0          0          0
1800.04/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.61	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.61	c   and              :     413.93       0.00     368.80       0.00      45.13
1800.04/1800.61	c   logicor          :     274.02       0.00       0.58       0.00     273.44
1800.04/1800.61	c   countsols        :       0.36       0.00       0.00       0.00       0.36
1800.04/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.61	c   vbounds          :       0.62          2          0          0
1800.04/1800.61	c   rootredcost      :       0.68          0          0          0
1800.04/1800.61	c   pseudoobj        :      43.03     999198          0          0
1800.04/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.61	c   propagation      :       0.00          4          4          4        5.0          0        0.0          -
1800.04/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.61	c   applied globally :          -          -          -          4        5.0          -          -          -
1800.04/1800.61	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.61	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.04/1800.61	c   redcost          :       0.00          0          0          0          0          0
1800.04/1800.61	c   impliedbounds    :       0.00          0          0          0          0          0
1800.04/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.61	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.61	c   gomory           :       0.00          0          0          0          0          0
1800.04/1800.61	c   strongcg         :       0.00          0          0          0          0          0
1800.04/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.04/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.04/1800.61	c   clique           :       0.00          0          0          0          0          0
1800.04/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.61	c   mcf              :       0.00          0          0          0          0          0
1800.04/1800.61	c   rapidlearning    :       0.00          0          0          0          0          0
1800.04/1800.61	c Pricers            :       Time      Calls       Vars
1800.04/1800.61	c   problem variables:       0.00          0          0
1800.04/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.61	c   relpscost        :       0.00          0          0          0          0          0          0
1800.04/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.61	c   inference        :    1008.95     352450          0          0          0          0     704900
1800.04/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.61	c   LP solutions     :       0.00          -          0
1800.04/1800.61	c   pseudo solutions :       0.00          -          0
1800.04/1800.61	c   oneopt           :       0.16          0          0
1800.04/1800.61	c   trivial          :       0.02          2          0
1800.04/1800.61	c   simplerounding   :       0.00          0          0
1800.04/1800.61	c   zirounding       :       0.00          0          0
1800.04/1800.61	c   rounding         :       0.00          0          0
1800.04/1800.61	c   shifting         :       0.00          0          0
1800.04/1800.61	c   intshifting      :       0.00          0          0
1800.04/1800.61	c   twoopt           :       0.00          0          0
1800.04/1800.61	c   fixandinfer      :       0.00          0          0
1800.04/1800.61	c   feaspump         :       0.00          0          0
1800.04/1800.61	c   coefdiving       :       0.00          0          0
1800.04/1800.61	c   pscostdiving     :       0.00          0          0
1800.04/1800.61	c   fracdiving       :       0.00          0          0
1800.04/1800.61	c   veclendiving     :       0.00          0          0
1800.04/1800.61	c   intdiving        :       0.00          0          0
1800.04/1800.61	c   actconsdiving    :       0.00          0          0
1800.04/1800.61	c   objpscostdiving  :       0.00          0          0
1800.04/1800.61	c   rootsoldiving    :       0.00          0          0
1800.04/1800.61	c   linesearchdiving :       0.00          0          0
1800.04/1800.61	c   guideddiving     :       0.00          0          0
1800.04/1800.61	c   octane           :       0.00          0          0
1800.04/1800.61	c   rens             :       0.00          0          0
1800.04/1800.61	c   rins             :       0.00          0          0
1800.04/1800.61	c   localbranching   :       0.00          0          0
1800.04/1800.61	c   mutation         :       0.00          0          0
1800.04/1800.61	c   crossover        :       0.00          0          0
1800.04/1800.61	c   dins             :       0.00          0          0
1800.04/1800.61	c   undercover       :       0.00          0          0
1800.04/1800.61	c   nlp              :       0.48          0          0
1800.04/1800.61	c   trysol           :       0.15          0          0
1800.04/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.61	c   dual LP          :       0.00          0          0       0.00          -
1800.04/1800.61	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.04/1800.61	c   strong branching :       0.00          0          0       0.00          -
1800.04/1800.61	c     (at root node) :          -          0          0       0.00          -
1800.04/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.61	c B&B Tree           :
1800.04/1800.61	c   number of runs   :          1
1800.04/1800.61	c   nodes            :     352454
1800.04/1800.61	c   nodes (total)    :     352454
1800.04/1800.61	c   nodes left       :     352447
1800.04/1800.61	c   max depth        :        358
1800.04/1800.61	c   max depth (total):        358
1800.04/1800.61	c   backtracks       :       1984 (0.6%)
1800.04/1800.61	c   delayed cutoffs  :          0
1800.04/1800.61	c   repropagations   :       1220 (4 domain reductions, 0 cutoffs)
1800.04/1800.61	c   avg switch length:       2.45
1800.04/1800.61	c   switching time   :      21.03
1800.04/1800.61	c Solution           :
1800.04/1800.61	c   Solutions found  :          0 (0 improvements)
1800.04/1800.61	c   Primal Bound     :          -
1800.04/1800.61	c   Dual Bound       : +1.00000000000000e+00
1800.04/1800.61	c   Gap              :   infinite
1800.04/1800.61	c   Root Dual Bound  : +0.00000000000000e+00
1800.04/1800.61	c   Root Iterations  :          0
1800.93/1801.52	c Time complete: 1800.95.

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-2663788-1276658369/watcher-2663788-1276658369 -o /tmp/evaluation-result-2663788-1276658369/solver-2663788-1276658369 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663788-1276658369.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: 1.00 1.00 1.00 3/106 15263
/proc/meminfo: memFree=1779720/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=6584 CPUtime=0
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 1088 0 0 0 0 0 0 0 25 0 1 0 7130679 6742016 1011 1992294400 4194304 7136930 140733317506000 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15263/statm: 1646 1024 254 719 0 925 0

[startup+0.100519 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15263
/proc/meminfo: memFree=1779720/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=26616 CPUtime=0.09
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 6505 0 0 0 7 2 0 0 25 0 1 0 7130679 27254784 6074 1992294400 4194304 7136930 140733317506000 18446744073709551615 4409086 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 6772 6089 285 719 0 6051 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26616

[startup+0.20053 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15263
/proc/meminfo: memFree=1779720/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=35236 CPUtime=0.19
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 8343 0 0 0 16 3 0 0 25 0 1 0 7130679 36081664 7912 1992294400 4194304 7136930 140733317506000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 8809 7912 328 719 0 8088 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 35236

[startup+0.30054 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15263
/proc/meminfo: memFree=1779720/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=39728 CPUtime=0.29
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 9722 0 0 0 26 3 0 0 25 0 1 0 7130679 40681472 9034 1992294400 4194304 7136930 140733317506000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 9932 9034 328 719 0 9211 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39728

[startup+0.70058 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15263
/proc/meminfo: memFree=1779720/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=40000 CPUtime=0.69
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 10697 0 0 0 48 21 0 0 25 0 1 0 7130679 40960000 9238 1992294400 4194304 7136930 140733317506000 18446744073709551615 5497087 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 10000 9238 362 719 0 9279 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40000

[startup+1.50066 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15264
/proc/meminfo: memFree=1742016/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=42032 CPUtime=1.49
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 11220 0 0 0 127 22 0 0 25 0 1 0 7130679 43040768 9761 1992294400 4194304 7136930 140733317506000 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 10508 9761 381 719 0 9787 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42032

[startup+3.10083 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15264
/proc/meminfo: memFree=1741768/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=43720 CPUtime=3.09
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 11631 0 0 0 286 23 0 0 25 0 1 0 7130679 44769280 10172 1992294400 4194304 7136930 140733317506000 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 10930 10172 381 719 0 10209 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43720

[startup+6.30116 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15264
/proc/meminfo: memFree=1739784/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=44032 CPUtime=6.29
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 11705 0 0 0 605 24 0 0 25 0 1 0 7130679 45088768 10246 1992294400 4194304 7136930 140733317506000 18446744073709551615 4740313 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 11008 10246 381 719 0 10287 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44032

[startup+12.7008 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15264
/proc/meminfo: memFree=1738668/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=44900 CPUtime=12.69
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 11946 0 0 0 1242 27 0 0 25 0 1 0 7130679 45977600 10487 1992294400 4194304 7136930 140733317506000 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 11225 10487 381 719 0 10504 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44900

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15264
/proc/meminfo: memFree=1736188/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=47468 CPUtime=25.48
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 12574 0 0 0 2513 35 0 0 25 0 1 0 7130679 48607232 11115 1992294400 4194304 7136930 140733317506000 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 11867 11115 381 719 0 11146 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47468

[startup+51.1008 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15264
/proc/meminfo: memFree=1727508/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=56100 CPUtime=51.07
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 14738 0 0 0 5058 49 0 0 25 0 1 0 7130679 57446400 13279 1992294400 4194304 7136930 140733317506000 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 14025 13279 386 719 0 13304 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 56100

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15266
/proc/meminfo: memFree=1715480/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=67852 CPUtime=102.27
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 17713 0 0 0 10146 81 0 0 25 0 1 0 7130679 69480448 16254 1992294400 4194304 7136930 140733317506000 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 16963 16254 386 719 0 16242 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 67852

[startup+162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15268
/proc/meminfo: memFree=1700228/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=83672 CPUtime=162.24
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 21743 0 0 0 16103 121 0 0 25 0 1 0 7130679 85680128 20284 1992294400 4194304 7136930 140733317506000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 20918 20284 386 719 0 20197 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 83672

[startup+222.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15270
/proc/meminfo: memFree=1686712/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=96144 CPUtime=222.23
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 24874 0 0 0 22068 155 0 0 25 0 1 0 7130679 98451456 23415 1992294400 4194304 7136930 140733317506000 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 24036 23415 386 719 0 23315 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 96144

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15270
/proc/meminfo: memFree=1673692/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=108996 CPUtime=282.21
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 28117 0 0 0 28029 192 0 0 25 0 1 0 7130679 111611904 26658 1992294400 4194304 7136930 140733317506000 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 27249 26658 386 719 0 26528 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 108996

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15272
/proc/meminfo: memFree=1661168/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=123312 CPUtime=342.19
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 31251 0 0 0 33993 226 0 0 25 0 1 0 7130679 126271488 29792 1992294400 4194304 7136930 140733317506000 18446744073709551615 4780786 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 30828 29792 386 719 0 30107 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 123312

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15274
/proc/meminfo: memFree=1648272/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=136088 CPUtime=402.16
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 34464 0 0 0 39959 257 0 0 25 0 1 0 7130679 139354112 33005 1992294400 4194304 7136930 140733317506000 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 34022 33005 386 719 0 33301 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 136088

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15276
/proc/meminfo: memFree=1634384/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=149664 CPUtime=462.15
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 37922 0 0 0 45924 291 0 0 25 0 1 0 7130679 153255936 36463 1992294400 4194304 7136930 140733317506000 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 37416 36463 386 719 0 36695 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 149664

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15278
/proc/meminfo: memFree=1624588/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=159368 CPUtime=522.13
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 40363 0 0 0 51888 325 0 0 25 0 1 0 7130679 163192832 38904 1992294400 4194304 7136930 140733317506000 18446744073709551615 4659930 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 39842 38904 386 719 0 39121 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 159368

[startup+582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15278
/proc/meminfo: memFree=1610204/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=173464 CPUtime=582.11
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 43932 0 0 0 57850 361 0 0 25 0 1 0 7130679 177627136 42473 1992294400 4194304 7136930 140733317506000 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 43366 42473 386 719 0 42645 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 173464

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15280
/proc/meminfo: memFree=1596440/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=186884 CPUtime=642.09
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 47334 0 0 0 63813 396 0 0 25 0 1 0 7130679 191369216 45875 1992294400 4194304 7136930 140733317506000 18446744073709551615 4407795 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 46721 45875 386 719 0 46000 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 186884

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15293
/proc/meminfo: memFree=1520056/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=261556 CPUtime=1001.98
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 66242 0 0 0 99597 601 0 0 25 0 1 0 7130679 267833344 64783 1992294400 4194304 7136930 140733317506000 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 65389 64783 386 719 0 64668 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 261556

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15295
/proc/meminfo: memFree=1507036/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=278328 CPUtime=1061.96
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 69483 0 0 0 105559 637 0 0 25 0 1 0 7130679 285007872 68024 1992294400 4194304 7136930 140733317506000 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 69582 68024 386 719 0 68861 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 278328

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15297
/proc/meminfo: memFree=1496000/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=289340 CPUtime=1121.94
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 72255 0 0 0 111524 670 0 0 25 0 1 0 7130679 296284160 70796 1992294400 4194304 7136930 140733317506000 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 72335 70796 386 719 0 71614 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 289340

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15297
/proc/meminfo: memFree=1483352/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=301916 CPUtime=1181.93
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 75438 0 0 0 117490 703 0 0 25 0 1 0 7130679 309161984 73979 1992294400 4194304 7136930 140733317506000 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 75479 73979 386 719 0 74758 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 301916

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15299
/proc/meminfo: memFree=1465620/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=319244 CPUtime=1241.91
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 79829 0 0 0 123452 739 0 0 25 0 1 0 7130679 326905856 78370 1992294400 4194304 7136930 140733317506000 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 79811 78370 386 719 0 79090 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 319244

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15301
/proc/meminfo: memFree=1452724/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=332680 CPUtime=1301.89
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 83225 0 0 0 129414 775 0 0 25 0 1 0 7130679 340664320 81766 1992294400 4194304 7136930 140733317506000 18446744073709551615 4407945 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 83170 81766 386 719 0 82449 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 332680

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15303
/proc/meminfo: memFree=1437844/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=346544 CPUtime=1361.87
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 86737 0 0 0 135373 814 0 0 25 0 1 0 7130679 354861056 85278 1992294400 4194304 7136930 140733317506000 18446744073709551615 4643289 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 86636 85278 386 719 0 85915 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 346544

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15305
/proc/meminfo: memFree=1428172/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=356056 CPUtime=1421.86
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 89161 0 0 0 141339 847 0 0 25 0 1 0 7130679 364601344 87702 1992294400 4194304 7136930 140733317506000 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 89014 87702 386 719 0 88293 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 356056

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15305
/proc/meminfo: memFree=1414284/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=369788 CPUtime=1481.83
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 92612 0 0 0 147302 881 0 0 25 0 1 0 7130679 378662912 91153 1992294400 4194304 7136930 140733317506000 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 92447 91153 386 719 0 91726 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 369788

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15307
/proc/meminfo: memFree=1400272/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=383620 CPUtime=1541.82
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 96133 0 0 0 153262 920 0 0 25 0 1 0 7130679 392826880 94674 1992294400 4194304 7136930 140733317506000 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 95905 94674 386 719 0 95184 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 383620

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15309
/proc/meminfo: memFree=1389484/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=394144 CPUtime=1601.8
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 98831 0 0 0 159227 953 0 0 25 0 1 0 7130679 403603456 97372 1992294400 4194304 7136930 140733317506000 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 98536 97372 386 719 0 97815 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 394144

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15311
/proc/meminfo: memFree=1374976/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=408324 CPUtime=1661.78
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 102383 0 0 0 165189 989 0 0 25 0 1 0 7130679 418123776 100924 1992294400 4194304 7136930 140733317506000 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 102081 100924 386 719 0 101360 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 408324

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15313
/proc/meminfo: memFree=1364436/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=418632 CPUtime=1721.76
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 105001 0 0 0 171152 1024 0 0 25 0 1 0 7130679 428679168 103542 1992294400 4194304 7136930 140733317506000 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 104658 103542 386 719 0 103937 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 418632

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15313
/proc/meminfo: memFree=1350424/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=432220 CPUtime=1781.73
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 108451 0 0 0 177115 1058 0 0 25 0 1 0 7130679 442593280 106992 1992294400 4194304 7136930 140733317506000 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 108055 106992 386 719 0 107334 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 432220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15315
/proc/meminfo: memFree=1343108/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=439336 CPUtime=1800.04
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 110262 0 0 0 178933 1071 0 0 25 0 1 0 7130679 449880064 108803 1992294400 4194304 7136930 140733317506000 18446744073709551615 5005155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15263/statm: 109834 108803 386 719 0 109113 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 439336

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

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

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 15316
/proc/meminfo: memFree=1343100/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=439336 CPUtime=1800.15
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 110268 0 0 0 178944 1071 0 0 18 0 1 0 7130679 449880064 108809 1992294400 4194304 7136930 140733317506000 18446744073709551615 6165762 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15263/statm: 109834 108809 392 719 0 109113 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 439336

[startup+1801.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 15316
/proc/meminfo: memFree=1343100/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=439204 CPUtime=1800.53
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 110268 0 0 0 178982 1071 0 0 18 0 1 0 7130679 449744896 108776 1992294400 4194304 7136930 140733317506000 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15263/statm: 109801 108776 392 719 0 109080 0
Current children cumulated CPU time (s) 1800.53
Current children cumulated vsize (KiB) 439204

[startup+1801.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 15316
/proc/meminfo: memFree=1343100/2059040 swapFree=4175448/4192956
[pid=15263] ppid=15261 vsize=114152 CPUtime=1800.93
/proc/15263/stat : 15263 (pbscip.linux.x8) R 15261 15263 13785 0 -1 4202496 110269 0 0 0 179019 1074 0 0 19 0 1 0 7130679 116891648 27937 1992294400 4194304 7136930 140733317506000 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15263/statm: 28538 27702 393 719 0 27817 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (KiB) 114152

Child status: 0
Real time (s): 1801.52
CPU time (s): 1800.97
CPU user time (s): 1790.21
CPU system time (s): 10.7564
CPU usage (%): 99.969
Max. virtual memory (cumulated for all children) (KiB): 439336

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

runsolver used 2.93755 second user time and 8.5497 second system time

The end

Launcher Data

Begin job on node083 at 2010-06-16 05:19:30
IDJOB=2663788
IDBENCH=48161
IDSOLVER=1167
FILE ID=node083/2663788-1276658369
PBS_JOBID= 11172444
Free space on /tmp= 62552 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_5.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-2663788-1276658369/watcher-2663788-1276658369 -o /tmp/evaluation-result-2663788-1276658369/solver-2663788-1276658369 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663788-1276658369.opb -t 1800 -m 1800

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

MD5SUM BENCH= 2dd6cc5a7b1f8311eff7b566cf3505ea
RANDOM SEED=1491503871

node083.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.262
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.52
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.262
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:       1780248 kB
Buffers:         33064 kB
Cached:         113748 kB
SwapCached:      13528 kB
Active:          91500 kB
Inactive:       111164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1780248 kB
SwapTotal:     4192956 kB
SwapFree:      4175448 kB
Dirty:            3244 kB
Writeback:           0 kB
AnonPages:       42208 kB
Mapped:          14372 kB
Slab:            54312 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181144 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= 62552 MiB
End job on node083 at 2010-06-16 05:49:32