Trace number 2665331

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
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)-27 1800.14 1800.8

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_4.opb
MD5SUMedb32574ecafd14c2d1410b208d85a45
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-28
Best CPU time to get the best result obtained on this benchmark1789.59
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2516
Sum of products size (including duplicates)5032
Number of different products1258
Sum of products size2516

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2665331-1276674028.opb>
0.01/0.02	c original problem has 1458 variables (1458 bin, 0 int, 0 impl, 0 cont) and 1559 constraints
0.01/0.02	c problem read
0.01/0.02	c presolving settings loaded
0.01/0.04	o 0
0.01/0.04	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.01/0.04	c presolving:
0.19/0.24	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 10264 impls, 200 clqs
0.39/0.45	c    (0.2s) probing: 101/1458 (6.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.45	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.39/0.45	c presolving (2 rounds):
0.39/0.45	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.45	c  10264 implications, 200 cliques
0.39/0.45	c presolved problem has 1458 variables (1458 bin, 0 int, 0 impl, 0 cont) and 1559 constraints
0.39/0.45	c     200 constraints of type <setppc>
0.39/0.45	c    1258 constraints of type <and>
0.39/0.45	c       1 constraints of type <linear>
0.39/0.45	c     100 constraints of type <logicor>
0.39/0.45	c transformed objective value is always integral (scale: 1)
0.39/0.45	c Presolving Time: 0.23
0.39/0.45	c - non default parameters ----------------------------------------------------------------------
0.39/0.45	c # SCIP version 1.2.1.2
0.39/0.45	c 
0.39/0.45	c # frequency for displaying node information lines
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.45	c display/freq = 10000
0.39/0.45	c 
0.39/0.45	c # maximal time in seconds to run
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.45	c limits/time = 1799.98
0.39/0.45	c 
0.39/0.45	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.45	c limits/memory = 1620
0.39/0.45	c 
0.39/0.45	c # should presolving try to simplify inequalities
0.39/0.45	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.45	c constraints/linear/simplifyinequalities = TRUE
0.39/0.45	c 
0.39/0.45	c # should presolving try to simplify knapsacks
0.39/0.45	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.45	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.45	c 
0.39/0.45	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.45	c heuristics/undercover/freq = 0
0.39/0.45	c 
0.39/0.45	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.45	c separating/rapidlearning/freq = 0
0.39/0.45	c 
0.39/0.45	c -----------------------------------------------------------------------------------------------
0.39/0.45	c start solving
0.39/0.45	c 
0.49/0.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.52	c t 0.3s|     1 |     0 |   250 |     - |6968k|   0 | 200 |1458 |1559 |1458 |2817 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
0.49/0.53	o -2
0.49/0.53	c R 0.3s|     1 |     0 |   250 |     - |6979k|   0 | 200 |1458 |1559 |1458 |2817 |   0 |   0 |   0 |-5.000000e+01 |-2.000000e+00 |  96.00%
0.69/0.74	o -3
0.69/0.74	c u 0.5s|     1 |     0 |   250 |     - |7060k|   0 | 200 |1458 |1559 |1458 |2817 |   0 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
1.99/2.08	c   1.6s|     1 |     0 |   977 |     - |7094k|   0 | 779 |1458 |1559 |1458 |2818 |   1 |   0 |   0 |-5.000000e+01 |-3.000000e+00 |  94.00%
1.99/2.09	o -4
1.99/2.09	c s 1.6s|     1 |     0 |   977 |     - |7138k|   0 | 779 |1458 |1559 |1458 |2818 |   1 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
3.89/3.95	c   3.4s|     1 |     0 |  1568 |     - |7919k|   0 | 777 |1458 |1559 |1458 |2842 |  25 |   0 |   0 |-5.000000e+01 |-4.000000e+00 |  92.00%
3.89/3.96	o -8
3.89/3.96	c s 3.4s|     1 |     0 |  1568 |     - |7939k|   0 | 777 |1458 |1559 |1458 |2842 |  25 |   0 |   0 |-5.000000e+01 |-8.000000e+00 |  84.00%
5.89/5.97	c   5.4s|     1 |     0 |  1709 |     - |8171k|   0 | 785 |1458 |1559 |1458 |2853 |  36 |   0 |   0 |-5.000000e+01 |-8.000000e+00 |  84.00%
7.79/7.89	c   7.3s|     1 |     0 |  1801 |     - |8462k|   0 | 789 |1458 |1559 |1458 |2857 |  40 |   0 |   0 |-5.000000e+01 |-8.000000e+00 |  84.00%
10.09/10.11	c   9.6s|     1 |     0 |  2126 |     - |8748k|   0 | 795 |1458 |1559 |1458 |2862 |  45 |   0 |   0 |-5.000000e+01 |-8.000000e+00 |  84.00%
12.49/12.55	c  12.0s|     1 |     0 |  2495 |     - |8832k|   0 | 813 |1458 |1559 |1458 |2868 |  51 |   0 |   0 |-5.000000e+01 |-8.000000e+00 |  84.00%
20.98/21.09	c  20.4s|     1 |     2 |  2495 |     - |8833k|   0 | 813 |1458 |1559 |1458 |2868 |  51 |   0 |  10 |-5.000000e+01 |-8.000000e+00 |  84.00%
104.73/104.87	o -22
104.73/104.87	c p 104s|    26 |    27 | 47503 |1800.3 |8717k|  13 |   - |1458 |1563 |1458 |1555 |1653 |   5 | 245 |-4.983448e+01 |-2.200000e+01 |  55.85%
148.42/148.55	o -25
148.42/148.55	c l 147s|    80 |    81 |107485 |1329.0 |8928k|  15 |   - |1458 |1586 |1458 |1481 |3158 |  28 | 308 |-4.958100e+01 |-2.500000e+01 |  49.58%
290.58/290.70	o -26
290.58/290.70	c l 287s|   148 |   149 |378214 |2555.9 |9291k|  15 |   - |1458 |1645 |1458 |1418 |5500 |  87 | 461 |-4.849416e+01 |-2.600000e+01 |  46.39%
753.01/753.36	o -27
753.01/753.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
753.01/753.36	c R 743s|   970 |   597 |  1155k|1189.4 |  10M|  48 |   - |1458 |1662 |1458 |1597 |  14k| 143 |1387 |-4.635245e+01 |-2.700000e+01 |  41.75%
1800.05/1800.71	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.74	c 
1800.05/1800.74	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.74	c Solving Time (sec) : 1770.60
1800.05/1800.74	c Solving Nodes      : 9888
1800.05/1800.74	c Primal Bound       : -2.70000000000000e+01 (14 solutions)
1800.05/1800.74	c Dual Bound         : -4.45807627986520e+01
1800.05/1800.74	c Gap                : 39.44 %
1800.05/1800.75	s SATISFIABLE
1800.05/1800.75	v -x128 -x141 -x182 -x146 x136 x166 -x181 -x185 x156 -x153 -x179 x178 x149 -x152 x124 -x133 x188 -x189 -x147 -x139 x197 -x191 -x163 
1800.05/1800.75	v x130 x192 -x194 -x106 x170 -x140 -x109 -x117 -x107 x196 -x187 -x168 -x190 -x148 x171 -x161 -x160 -x158 -x154 x151 x114 -x173 
1800.05/1800.75	v x199 x176 -x177 -x193 -x172 -x143 x135 -x162 -x125 x195 -x120 x200 x157 -x167 -x134 -x113 -x111 x131 -x121 x183 x123 -x174 
1800.05/1800.75	v -x180 -x169 -x198 -x159 -x137 -x132 -x122 -x119 -x112 -x105 x118 -x150 -x142 -x103 -x104 -x165 -x115 -x155 -x101 -x144 -x116 
1800.05/1800.75	v -x110 -x108 -x145 -x186 x129 -x126 -x138 -x164 -x127 -x175 x184 -x102 -x100 -x99 -x98 -x97 -x96 -x95 x94 x93 -x92 -x91 -x90 
1800.05/1800.75	v x89 -x88 -x87 x86 x85 -x84 -x83 x82 -x81 x80 -x79 -x78 -x77 -x76 -x75 -x74 x73 x72 -x71 -x70 -x69 x68 x67 -x66 x65 -x64 x63 x62 
1800.05/1800.75	v x61 -x60 -x59 -x58 -x57 -x56 -x55 x54 -x53 -x52 -x51 x50 -x49 -x48 -x47 x46 x45 x44 -x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 
1800.05/1800.75	v -x35 x34 -x33 -x32 -x31 -x30 -x29 -x28 x27 -x26 -x25 -x24 -x23 -x22 x21 -x20 -x19 -x18 x17 -x16 -x15 -x14 -x13 x12 -x11 -x10 
1800.05/1800.75	v -x9 -x8 -x7 -x6 -x5 -x4 -x3 x2 -x1 
1800.05/1800.75	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.75	c Solving Time       :    1770.60
1800.05/1800.75	c Original Problem   :
1800.05/1800.75	c   Problem name     : HOME/instance-2665331-1276674028.opb
1800.05/1800.75	c   Variables        : 1458 (1458 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.75	c   Constraints      : 1559 initial, 1559 maximal
1800.05/1800.75	c Presolved Problem  :
1800.05/1800.75	c   Problem name     : t_HOME/instance-2665331-1276674028.opb
1800.05/1800.75	c   Variables        : 1458 (1458 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.75	c   Constraints      : 1559 initial, 1879 maximal
1800.05/1800.75	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.75	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.75	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.75	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.75	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.75	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.75	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.05/1800.75	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.75	c   and              :       0.18          0          0          0          0          0          0          0          0
1800.05/1800.75	c   linear           :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.75	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.75	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.75	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.75	c   integral         :          0          0          0       6177          0         18        281          0          0      12102
1800.05/1800.75	c   setppc           :        200          6      97844          0          0         61      23317          0          0          0
1800.05/1800.75	c   and              :       1258      14088      97781          0          0        302     265102      41792          0          0
1800.05/1800.75	c   linear           :          1          6      97476          0          0          0          0          0          0          0
1800.05/1800.75	c   logicor          :        100+         6      15590          0          0          1       9697          0          0          0
1800.05/1800.75	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.75	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.75	c   integral         :     313.47       0.00       0.00     313.47       0.00
1800.05/1800.75	c   setppc           :       1.20       0.00       1.20       0.00       0.00
1800.05/1800.75	c   and              :      12.25       5.76       6.49       0.00       0.00
1800.05/1800.75	c   linear           :       1.51       0.00       1.51       0.00       0.00
1800.05/1800.75	c   logicor          :       0.15       0.00       0.15       0.00       0.00
1800.05/1800.75	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.75	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.75	c   vbounds          :       0.11          2          0          0
1800.05/1800.75	c   rootredcost      :       0.07          5          0          0
1800.05/1800.75	c   pseudoobj        :       1.12      97864          1          0
1800.05/1800.75	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.75	c   propagation      :       0.00        365        365        386        7.0          1        2.0          -
1800.05/1800.75	c   infeasible LP    :       0.04         29         29         84       61.1          0        0.0          0
1800.05/1800.75	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.75	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.75	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.75	c   applied globally :          -          -          -        438       12.5          -          -          -
1800.05/1800.75	c   applied locally  :          -          -          -          1      183.0          -          -          -
1800.05/1800.75	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.75	c   cut pool         :       0.01          5          -          -          2          -    (maximal pool size: 248)
1800.05/1800.75	c   redcost          :       1.38      14613          0      30858          0          0
1800.05/1800.75	c   impliedbounds    :       0.00          6          0          0         52          0
1800.05/1800.75	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.75	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.75	c   gomory           :       4.93          6          0          0        200          0
1800.05/1800.75	c   strongcg         :       4.11          6          0          0        502          0
1800.05/1800.75	c   cmir             :       0.13          6          0          0          0          0
1800.05/1800.75	c   flowcover        :       0.17          6          0          0          0          0
1800.05/1800.75	c   clique           :       0.13          6          0          0         32          0
1800.05/1800.75	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.75	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.75	c   rapidlearning    :       0.68          1          0          0          0          0
1800.05/1800.75	c Pricers            :       Time      Calls       Vars
1800.05/1800.75	c   problem variables:       0.00          0          0
1800.05/1800.75	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.75	c   relpscost        :     313.45       6177         18        281          0          0      12102
1800.05/1800.75	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.75	c   inference        :       0.00          0          0          0          0          0          0
1800.05/1800.75	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.75	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.75	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.75	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.75	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.75	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.75	c   LP solutions     :       0.00          -          0
1800.05/1800.75	c   pseudo solutions :       0.00          -          0
1800.05/1800.75	c   oneopt           :       0.02          6          0
1800.05/1800.75	c   crossover        :       1.29          4          1
1800.05/1800.75	c   coefdiving       :      56.47         23          0
1800.05/1800.75	c   fracdiving       :      53.86         24          0
1800.05/1800.75	c   veclendiving     :      39.43         30          0
1800.05/1800.75	c   pscostdiving     :     114.33         55          1
1800.05/1800.75	c   trivial          :       0.00          2          3
1800.05/1800.75	c   simplerounding   :       0.05          0          0
1800.05/1800.75	c   zirounding       :       0.30       1000          0
1800.05/1800.75	c   rounding         :      10.16       6833          2
1800.05/1800.75	c   shifting         :       3.98       1471          4
1800.05/1800.75	c   intshifting      :       0.00          0          0
1800.05/1800.75	c   twoopt           :       0.00          0          0
1800.05/1800.75	c   fixandinfer      :       0.00          0          0
1800.05/1800.75	c   feaspump         :       0.00          0          0
1800.05/1800.75	c   intdiving        :       0.00          0          0
1800.05/1800.75	c   actconsdiving    :       0.00          0          0
1800.05/1800.75	c   objpscostdiving  :      25.70          4          0
1800.05/1800.75	c   rootsoldiving    :       8.09         23          0
1800.05/1800.75	c   linesearchdiving :     136.16        101          2
1800.05/1800.75	c   guideddiving     :      51.26         28          0
1800.05/1800.75	c   octane           :       0.00          0          0
1800.05/1800.75	c   rens             :       0.01          0          0
1800.05/1800.75	c   rins             :       0.00          0          0
1800.05/1800.75	c   localbranching   :       0.00          0          0
1800.05/1800.75	c   mutation         :       0.00          0          0
1800.05/1800.75	c   dins             :       0.00          0          0
1800.05/1800.75	c   undercover       :       0.17          1          1
1800.05/1800.75	c   nlp              :       0.01          0          0
1800.05/1800.75	c   trysol           :       0.02          0          0
1800.05/1800.75	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.75	c   primal LP        :     147.51          0          0       0.00       0.00
1800.05/1800.75	c   dual LP          :     766.03      17477    1796186     102.77    2344.80
1800.05/1800.75	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.75	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.75	c   diving/probing LP:     439.41      42962    1177998      27.42    2680.86
1800.05/1800.75	c   strong branching :     312.08       3766     706339     187.56    2263.33
1800.05/1800.75	c     (at root node) :          -         10      10000    1000.00          -
1800.05/1800.75	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.75	c B&B Tree           :
1800.05/1800.75	c   number of runs   :          1
1800.05/1800.75	c   nodes            :       9888
1800.05/1800.75	c   nodes (total)    :       9888
1800.05/1800.75	c   nodes left       :       2183
1800.05/1800.75	c   max depth        :         63
1800.05/1800.75	c   max depth (total):         63
1800.05/1800.75	c   backtracks       :       1768 (17.9%)
1800.05/1800.75	c   delayed cutoffs  :          2
1800.05/1800.75	c   repropagations   :       4970 (1243 domain reductions, 0 cutoffs)
1800.05/1800.75	c   avg switch length:       5.39
1800.05/1800.75	c   switching time   :     150.96
1800.05/1800.75	c Solution           :
1800.05/1800.75	c   Solutions found  :         14 (9 improvements)
1800.05/1800.75	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.05/1800.75	c   Primal Bound     : -2.70000000000000e+01   (in run 1, after 970 nodes, 742.84 seconds, depth 45, found by <rounding>)
1800.05/1800.75	c   Dual Bound       : -4.45807627986520e+01
1800.05/1800.75	c   Gap              :      39.44 %
1800.05/1800.75	c   Root Dual Bound  : -5.00000000000000e+01
1800.05/1800.75	c   Root Iterations  :       2495
1800.05/1800.79	c Time complete: 1800.14.

Verifier Data

OK	-27

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665331-1276674028/watcher-2665331-1276674028 -o /tmp/evaluation-result-2665331-1276674028/solver-2665331-1276674028 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665331-1276674028.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.92 0.98 0.99 3/106 16165
/proc/meminfo: memFree=1467664/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=9288 CPUtime=0
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 1064 0 0 0 0 0 0 0 18 0 1 0 8695594 9510912 985 1992294400 4194304 9819077 140735383299744 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16165/statm: 2322 994 371 1374 0 943 0

[startup+0.0196521 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 16165
/proc/meminfo: memFree=1467664/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=12132 CPUtime=0.01
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 1978 0 0 0 1 0 0 0 18 0 1 0 8695594 12423168 1899 1992294400 4194304 9819077 140735383299744 18446744073709551615 8678556 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16165/statm: 3033 1899 389 1374 0 1654 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12132

[startup+0.100662 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 16165
/proc/meminfo: memFree=1467664/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=17528 CPUtime=0.09
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 3745 0 0 0 6 3 0 0 20 0 1 0 8695594 17948672 3055 1992294400 4194304 9819077 140735383299744 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 4382 3055 478 1374 0 3003 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17528

[startup+0.300691 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 16165
/proc/meminfo: memFree=1467664/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=18416 CPUtime=0.29
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 5309 0 0 0 16 13 0 0 20 0 1 0 8695594 18857984 3334 1992294400 4194304 9819077 140735383299744 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 4604 3334 505 1374 0 3225 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18416

[startup+0.700748 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 16165
/proc/meminfo: memFree=1467664/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=38532 CPUtime=0.69
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 13192 0 0 0 46 23 0 0 20 0 1 0 8695594 39456768 7554 1992294400 4194304 9819077 140735383299744 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 9633 7554 671 1374 0 8254 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38532

[startup+1.50086 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 16166
/proc/meminfo: memFree=1434920/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=45876 CPUtime=1.49
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 23326 0 0 0 102 47 0 0 23 0 1 0 8695594 46977024 9411 1992294400 4194304 9819077 140735383299744 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 11469 9411 710 1374 0 10090 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45876

[startup+3.10109 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 16166
/proc/meminfo: memFree=1440128/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=33348 CPUtime=3.09
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 23579 0 0 0 260 49 0 0 25 0 1 0 8695594 34148352 7318 1992294400 4194304 9819077 140735383299744 18446744073709551615 6055217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 8337 7318 712 1374 0 6958 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33348

[startup+6.30054 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 16166
/proc/meminfo: memFree=1439136/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=35752 CPUtime=6.29
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 24079 0 0 0 579 50 0 0 25 0 1 0 8695594 36610048 7793 1992294400 4194304 9819077 140735383299744 18446744073709551615 7311961 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 8938 7793 712 1374 0 7559 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35752

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 16166
/proc/meminfo: memFree=1438144/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=41844 CPUtime=12.69
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 25711 0 0 0 1217 52 0 0 25 0 1 0 8695594 42848256 7955 1992294400 4194304 9819077 140735383299744 18446744073709551615 7324924 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 10461 7955 718 1374 0 9082 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41844

[startup+25.5003 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 16166
/proc/meminfo: memFree=1438020/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=38312 CPUtime=25.48
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 40630 0 0 0 2487 61 0 0 25 0 1 0 8695594 39231488 7838 1992294400 4194304 9819077 140735383299744 18446744073709551615 7291994 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 9578 7838 723 1374 0 8199 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38312

[startup+51.1009 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 16166
/proc/meminfo: memFree=1438020/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=37872 CPUtime=51.07
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 48170 0 0 0 5036 71 0 0 25 0 1 0 8695594 38780928 7837 1992294400 4194304 9819077 140735383299744 18446744073709551615 7291704 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 9468 7837 731 1374 0 8089 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37872

[startup+102.308 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 16168
/proc/meminfo: memFree=1437524/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=36760 CPUtime=102.24
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 83092 0 0 0 10125 99 0 0 25 0 1 0 8695594 37642240 7951 1992294400 4194304 9819077 140735383299744 18446744073709551615 6701703 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 9190 7951 738 1374 0 7811 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 36760

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16170
/proc/meminfo: memFree=1437400/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=36992 CPUtime=162.22
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 160400 0 0 0 16067 155 0 0 25 0 1 0 8695594 37879808 7972 1992294400 4194304 9819077 140735383299744 18446744073709551615 7291112 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 9248 7972 739 1374 0 7869 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 36992

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16170
/proc/meminfo: memFree=1437276/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=37600 CPUtime=222.19
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 260122 0 0 0 21992 227 0 0 25 0 1 0 8695594 38502400 7974 1992294400 4194304 9819077 140735383299744 18446744073709551615 6361129 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 9400 7974 739 1374 0 8021 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 37600

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16172
/proc/meminfo: memFree=1436408/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=38436 CPUtime=282.18
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 380064 0 0 0 27919 299 0 0 25 0 1 0 8695594 39358464 8174 1992294400 4194304 9819077 140735383299744 18446744073709551615 6697397 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 9609 8174 739 1374 0 8230 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 38436

[startup+342.301 s]
/proc/loadavg: 1.10 1.02 1.00 2/107 16174
/proc/meminfo: memFree=1436160/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=39376 CPUtime=342.15
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 525931 0 0 0 33831 384 0 0 25 0 1 0 8695594 40321024 8240 1992294400 4194304 9819077 140735383299744 18446744073709551615 7292321 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 9844 8240 739 1374 0 8465 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 39376

[startup+402.301 s]
/proc/loadavg: 1.10 1.03 1.00 2/107 16176
/proc/meminfo: memFree=1436036/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=38172 CPUtime=402.13
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 694032 0 0 0 39735 478 0 0 25 0 1 0 8695594 39088128 8205 1992294400 4194304 9819077 140735383299744 18446744073709551615 7263427 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 9543 8205 739 1374 0 8164 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 38172

[startup+462.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/107 16178
/proc/meminfo: memFree=1435912/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=42776 CPUtime=462.1
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 849161 0 0 0 45638 572 0 0 25 0 1 0 8695594 43802624 8290 1992294400 4194304 9819077 140735383299744 18446744073709551615 6676872 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 10694 8290 739 1374 0 9315 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 42776

[startup+522.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 16178
/proc/meminfo: memFree=1435912/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=39832 CPUtime=522.09
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 994544 0 0 0 51552 657 0 0 25 0 1 0 8695594 40787968 8269 1992294400 4194304 9819077 140735383299744 18446744073709551615 7291608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 9958 8269 739 1374 0 8579 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 39832

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 16180
/proc/meminfo: memFree=1435912/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=39528 CPUtime=582.07
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 1168479 0 0 0 57456 751 0 0 25 0 1 0 8695594 40476672 8283 1992294400 4194304 9819077 140735383299744 18446744073709551615 7291717 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 9882 8283 743 1374 0 8503 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 39528

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16182
/proc/meminfo: memFree=1435788/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=39880 CPUtime=642.06
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 1320579 0 0 0 63374 832 0 0 25 0 1 0 8695594 40837120 8359 1992294400 4194304 9819077 140735383299744 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 9970 8359 743 1374 0 8591 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 39880

[startup+702.301 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16188
/proc/meminfo: memFree=1433184/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=45620 CPUtime=881.97
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 2079912 0 0 0 86933 1264 0 0 25 0 1 0 8695594 46714880 8956 1992294400 4194304 9819077 140735383299744 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 11405 8956 743 1374 0 10026 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 45620

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16190
/proc/meminfo: memFree=1433184/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=42556 CPUtime=941.95
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 2262382 0 0 0 92827 1368 0 0 25 0 1 0 8695594 43577344 8983 1992294400 4194304 9819077 140735383299744 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 10639 8983 743 1374 0 9260 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 42556

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16192
/proc/meminfo: memFree=1432564/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=46040 CPUtime=1001.93
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 2455067 0 0 0 98715 1478 0 0 25 0 1 0 8695594 47144960 9101 1992294400 4194304 9819077 140735383299744 18446744073709551615 7291102 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 11510 9101 743 1374 0 10131 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 46040

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16194
/proc/meminfo: memFree=1431696/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=43508 CPUtime=1061.9
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 2655468 0 0 0 104593 1597 0 0 25 0 1 0 8695594 44552192 9165 1992294400 4194304 9819077 140735383299744 18446744073709551615 7290975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 10877 9165 743 1374 0 9498 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 43508

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16194
/proc/meminfo: memFree=1431324/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=44044 CPUtime=1121.88
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 2841113 0 0 0 110484 1704 0 0 25 0 1 0 8695594 45101056 9318 1992294400 4194304 9819077 140735383299744 18446744073709551615 7481000 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 11011 9318 743 1374 0 9632 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 44044

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16196
/proc/meminfo: memFree=1430704/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=44380 CPUtime=1181.86
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 3044201 0 0 0 116372 1814 0 0 25 0 1 0 8695594 45445120 9438 1992294400 4194304 9819077 140735383299744 18446744073709551615 7299232 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 11095 9438 744 1374 0 9716 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 44380

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16207
/proc/meminfo: memFree=1430448/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=45172 CPUtime=1241.83
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 3248165 0 0 0 122248 1935 0 0 25 0 1 0 8695594 46256128 9596 1992294400 4194304 9819077 140735383299744 18446744073709551615 7301536 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 11293 9596 744 1374 0 9914 0
Current children cumulated CPU time (s) 1241.83
Current children cumulated vsize (KiB) 45172

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16209
/proc/meminfo: memFree=1429712/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=49112 CPUtime=1301.82
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 3442716 0 0 0 128139 2043 0 0 25 0 1 0 8695594 50290688 9780 1992294400 4194304 9819077 140735383299744 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 12278 9780 744 1374 0 10899 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 49112

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16211
/proc/meminfo: memFree=1429092/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=46340 CPUtime=1361.79
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 3640733 0 0 0 134019 2160 0 0 25 0 1 0 8695594 47452160 9876 1992294400 4194304 9819077 140735383299744 18446744073709551615 7291608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 11585 9876 744 1374 0 10206 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 46340

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16211
/proc/meminfo: memFree=1428844/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=46768 CPUtime=1421.77
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 3837294 0 0 0 139906 2271 0 0 25 0 1 0 8695594 47890432 10065 1992294400 4194304 9819077 140735383299744 18446744073709551615 7291717 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 11692 10065 744 1374 0 10313 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 46768

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16213
/proc/meminfo: memFree=1428596/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=46700 CPUtime=1481.75
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 4026762 0 0 0 145796 2379 0 0 25 0 1 0 8695594 47820800 10022 1992294400 4194304 9819077 140735383299744 18446744073709551615 7312726 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 11675 10022 744 1374 0 10296 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 46700

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16215
/proc/meminfo: memFree=1428100/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=47192 CPUtime=1541.73
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 4209661 0 0 0 151696 2477 0 0 25 0 1 0 8695594 48324608 10139 1992294400 4194304 9819077 140735383299744 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 11798 10139 744 1374 0 10419 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 47192

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16217
/proc/meminfo: memFree=1427356/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=47732 CPUtime=1601.71
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 4381922 0 0 0 157591 2580 0 0 25 0 1 0 8695594 48877568 10320 1992294400 4194304 9819077 140735383299744 18446744073709551615 6391609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 11933 10320 744 1374 0 10554 0
Current children cumulated CPU time (s) 1601.71
Current children cumulated vsize (KiB) 47732

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16219
/proc/meminfo: memFree=1426116/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=49224 CPUtime=1661.68
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 4572321 0 0 0 163481 2687 0 0 25 0 1 0 8695594 50405376 10646 1992294400 4194304 9819077 140735383299744 18446744073709551615 7292006 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 12306 10646 744 1374 0 10927 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 49224

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16219
/proc/meminfo: memFree=1425124/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=50092 CPUtime=1721.66
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 4768007 0 0 0 169362 2804 0 0 25 0 1 0 8695594 51294208 10850 1992294400 4194304 9819077 140735383299744 18446744073709551615 7289182 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 12523 10850 744 1374 0 11144 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 50092

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16221
/proc/meminfo: memFree=1424008/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=50976 CPUtime=1781.65
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 4960621 0 0 0 175252 2913 0 0 25 0 1 0 8695594 52199424 11069 1992294400 4194304 9819077 140735383299744 18446744073709551615 6701783 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 12744 11069 744 1374 0 11365 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 50976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16223
/proc/meminfo: memFree=1423884/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=51104 CPUtime=1800.05
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 5020640 0 0 0 177059 2946 0 0 25 0 1 0 8695594 52330496 11089 1992294400 4194304 9819077 140735383299744 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 12776 11089 744 1374 0 11397 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 51104

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/107 16223
/proc/meminfo: memFree=1423884/2059040 swapFree=4192956/4192956
[pid=16165] ppid=16163 vsize=51104 CPUtime=1800.05
/proc/16165/stat : 16165 (pbscip.linux.x8) R 16163 16165 15962 0 -1 4202496 5020640 0 0 0 177059 2946 0 0 25 0 1 0 8695594 52330496 11089 1992294400 4194304 9819077 140735383299744 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16165/statm: 12776 11089 744 1374 0 11397 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 51104

Child status: 0
Real time (s): 1800.8
CPU time (s): 1800.14
CPU user time (s): 1770.67
CPU system time (s): 29.4735
CPU usage (%): 99.9637
Max. virtual memory (cumulated for all children) (KiB): 60952

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

runsolver used 3.06253 second user time and 8.41772 second system time

The end

Launcher Data

Begin job on node039 at 2010-06-16 09:40:28
IDJOB=2665331
IDBENCH=48274
IDSOLVER=1168
FILE ID=node039/2665331-1276674028
PBS_JOBID= 11172531
Free space on /tmp= 62552 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_10_4.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665331-1276674028/watcher-2665331-1276674028 -o /tmp/evaluation-result-2665331-1276674028/solver-2665331-1276674028 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665331-1276674028.opb -t 1800 -m 1800

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

MD5SUM BENCH= edb32574ecafd14c2d1410b208d85a45
RANDOM SEED=317167961

node039.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.267
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.53
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.267
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	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1468068 kB
Buffers:        130604 kB
Cached:         317832 kB
SwapCached:          0 kB
Active:         161156 kB
Inactive:       346672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1468068 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6244 kB
Writeback:           0 kB
AnonPages:       59384 kB
Mapped:          15444 kB
Slab:            61380 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182628 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= 62544 MiB
End job on node039 at 2010-06-16 10:10:31