Trace number 1870525

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 NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2SAT (TO)-14 1800.14 1800.77

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_5.opb
MD5SUM0619afe86d0e2ffb4ad28e9f2f441c24
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark1692.31
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -14
Optimality of the best value was proved NO
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1212
Sum of products size (including duplicates)2424
Number of different products606
Sum of products size1212

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.01	c SCIP version 1.1.0.7
0.00/0.01	c LP-Solver Clp 1.8.2
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c read problem <HOME/instance-1870525-1245209805.opb>
0.00/0.01	c original problem has 706 variables (706 bin, 0 int, 0 impl, 0 cont) and 757 constraints
0.00/0.02	c start presolving problem
0.00/0.02	c presolving:
0.09/0.15	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 4948 impls, 100 clqs
0.09/0.17	c    (0.1s) probing: 101/706 (14.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (2 rounds):
0.09/0.17	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  4948 implications, 100 cliques
0.09/0.17	c presolved problem has 706 variables (706 bin, 0 int, 0 impl, 0 cont) and 757 constraints
0.09/0.17	c     100 constraints of type <setppc>
0.09/0.17	c     606 constraints of type <and>
0.09/0.17	c       1 constraints of type <linear>
0.09/0.17	c      50 constraints of type <logicor>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.06
0.09/0.17	c OPT-NLC
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = c 1620
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = c 1791
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = c 10000
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving problem
0.09/0.17	c 
0.19/0.20	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c   0.1s|     1 |     0 |   136 |3400k|   0 | 112 | 706 | 757 | 757 | 706 |1363 |   0 |   0 |   0 |-2.500000e+01 |      --      |    Inf 
0.19/0.20	o -2
0.19/0.20	c R 0.1s|     1 |     0 |   136 |3409k|   0 | 112 | 706 | 757 | 757 | 706 |1363 |   0 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
0.29/0.36	c   0.2s|     1 |     0 |   570 |3457k|   0 | 313 | 706 | 757 | 757 | 706 |1365 |   2 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
0.29/0.37	o -4
0.29/0.37	c s 0.2s|     1 |     0 |   570 |3472k|   0 | 313 | 706 | 757 | 757 | 706 |1365 |   2 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
0.69/0.75	c   0.6s|     1 |     0 |   674 |3518k|   0 | 332 | 706 | 757 | 757 | 706 |1376 |  13 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
1.19/1.26	c   1.1s|     1 |     0 |  1010 |3636k|   0 | 402 | 706 | 757 | 757 | 706 |1380 |  17 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
1.79/1.84	c   1.7s|     1 |     0 |  1122 |4298k|   0 | 405 | 706 | 757 | 757 | 706 |1385 |  22 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
2.29/2.38	c   2.2s|     1 |     0 |  1176 |5082k|   0 | 406 | 706 | 757 | 757 | 706 |1390 |  27 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
2.29/2.38	o -4
2.29/2.38	c s 2.2s|     1 |     0 |  1176 |5091k|   0 | 406 | 706 | 757 | 757 | 706 |1390 |  27 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
2.89/2.98	c   2.9s|     1 |     0 |  1250 |5762k|   0 | 409 | 706 | 757 | 757 | 706 |1397 |  34 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
5.89/5.91	c   5.8s|     1 |     2 |  1250 |5771k|   0 | 409 | 706 | 757 | 757 | 706 |1397 |  34 |   0 |  33 |-2.500000e+01 |-4.000000e+00 |  84.00%
13.49/13.55	o -6
13.49/13.55	c R13.4s|    11 |    10 |  4711 |5813k|  10 |  79 | 706 | 757 | 608 | 706 | 665 | 343 |   0 | 295 |-2.500000e+01 |-6.000000e+00 |  76.00%
15.29/15.38	o -9
15.29/15.38	c c15.2s|    15 |    16 |  5282 |5903k|  14 |   - | 706 | 757 | 121 | 706 | 682 | 369 |   0 | 461 |-2.500000e+01 |-9.000000e+00 |  64.00%
18.38/18.42	o -10
18.38/18.42	c R18.2s|    30 |    28 |  7328 |5892k|  17 |   - | 706 | 757 | 341 | 706 | 687 | 503 |   0 | 694 |-2.500000e+01 |-1.000000e+01 |  60.00%
26.69/26.76	o -11
26.69/26.76	c f26.5s|    53 |    34 | 14538 |5969k|  23 |   - | 706 | 758 |  40 | 706 | 798 |1029 |   1 | 950 |-2.478614e+01 |-1.100000e+01 |  55.62%
26.88/26.94	o -12
26.88/26.94	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
26.88/26.94	c *26.7s|    89 |    31 | 15166 |5947k|  28 |   - | 706 | 763 |  20 | 706 | 793 |1041 |   7 | 950 |-2.478614e+01 |-1.200000e+01 |  51.59%
43.55/43.66	o -13
43.55/43.66	c *43.3s|   454 |   143 | 60412 |6366k|  38 |   - | 706 | 781 |  89 | 706 | 876 |2578 |  25 |1107 |-2.341707e+01 |-1.300000e+01 |  44.48%
310.37/310.58	c   309s| 10000 |  2130 |955932 |  14M|  49 |  81 | 706 | 922 | 197 | 706 | 860 |  16k| 221 |3484 |-1.935849e+01 |-1.300000e+01 |  32.85%
506.50/506.76	c   504s| 20000 |  3017 |  1684k|  19M|  49 |  88 | 706 | 964 | 243 | 706 | 879 |  26k| 410 |5210 |-1.864204e+01 |-1.300000e+01 |  30.27%
674.05/674.36	c   670s| 30000 |  3653 |  2355k|  22M|  54 |   - | 706 |1003 | 253 | 706 | 857 |  34k| 524 |6244 |-1.833541e+01 |-1.300000e+01 |  29.10%
836.90/837.24	c   832s| 40000 |  4294 |  3032k|  25M|  56 | 155 | 706 |1012 | 605 | 706 | 859 |  42k| 644 |7051 |-1.808471e+01 |-1.300000e+01 |  28.12%
992.04/992.43	c   986s| 50000 |  4885 |  3656k|  28M|  56 |   - | 706 |1020 | 185 | 706 | 880 |  50k| 797 |8142 |-1.791689e+01 |-1.300000e+01 |  27.44%
1070.62/1071.00	o -14
1070.62/1071.00	c *1064s| 54942 |  2538 |  3978k|  14M|  56 |   - | 706 |1050 | 173 | 706 | 856 |  53k| 873 |8646 |-1.784478e+01 |-1.400000e+01 |  21.55%
1173.38/1173.86	c  1167s| 60000 |  2568 |  4391k|  15M|  56 |   - | 706 |1014 | 306 | 706 | 801 |  57k| 894 |9307 |-1.775748e+01 |-1.400000e+01 |  21.16%
1372.90/1373.49	c  1365s| 70000 |  2578 |  5206k|  16M|  56 | 180 | 706 |1010 | 586 | 706 | 848 |  64k| 927 |  10k|-1.760943e+01 |-1.400000e+01 |  20.50%
1568.93/1569.57	c  1560s| 80000 |  2476 |  6024k|  17M|  56 |   - | 706 |1016 | 585 | 706 | 810 |  71k| 954 |  11k|-1.748434e+01 |-1.400000e+01 |  19.93%
1767.07/1767.75	c  1757s| 90000 |  2336 |  6849k|  17M|  56 | 126 | 706 |1015 | 492 | 706 | 852 |  78k| 973 |  12k|-1.734752e+01 |-1.400000e+01 |  19.30%
1800.07/1800.71	c 
1800.07/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.71	c Solving Time (sec) : 1790.05
1800.07/1800.71	c Solving Nodes      : 91873
1800.07/1800.71	c Primal Bound       : -1.40000000000000e+01 (13 solutions)
1800.07/1800.71	c Dual Bound         : -1.73137338381412e+01
1800.07/1800.71	c Gap                : 19.14 %
1800.07/1800.71	c NODE         91873
1800.07/1800.71	c DUAL BOUND   -17.3137
1800.07/1800.71	c PRIMAL BOUND -14
1800.07/1800.71	c GAP          0.191393
1800.07/1800.71	s SATISFIABLE
1800.07/1800.71	v x92 -x75 x70 x69 -x90 -x54 -x96 -x81 -x57 -x86 x64 -x72 x91 -x62 x53 x94 -x93 -x89 -x58 -x59 -x78 x97 x84 -x52 -x98 -x68 -x63 -x55 
1800.07/1800.71	v x80 -x65 -x87 -x79 -x99 -x51 -x95 -x88 x85 -x67 -x60 -x56 x82 -x74 x100 -x71 -x83 -x77 -x73 -x61 -x66 x76 -x50 x49 x48 -x47 
1800.07/1800.71	v -x46 x45 -x44 -x43 -x42 -x41 -x40 -x39 x38 -x37 -x36 -x35 -x34 -x33 -x32 x31 -x30 x29 -x28 x27 -x26 x25 -x24 -x23 x22 x21 
1800.07/1800.71	v -x20 -x19 -x18 -x17 -x16 -x15 -x14 x13 x12 -x11 -x10 -x9 -x8 -x7 -x6 x5 -x4 -x3 x2 -x1 
1800.07/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.07/1800.71	c Solving Time       :    1790.05
1800.07/1800.71	c Original Problem   :
1800.07/1800.71	c   Problem name     : HOME/instance-1870525-1245209805.opb
1800.07/1800.71	c   Variables        : 706 (706 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.71	c   Constraints      : 757 initial, 757 maximal
1800.07/1800.71	c Presolved Problem  :
1800.07/1800.71	c   Problem name     : t_HOME/instance-1870525-1245209805.opb
1800.07/1800.71	c   Variables        : 706 (706 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.07/1800.71	c   Constraints      : 757 initial, 1064 maximal
1800.07/1800.71	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.07/1800.71	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   probing          :       0.02          0          0          0          0          0          0          0          0
1800.07/1800.71	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   and              :       0.03          0          0          0          0          0          0          0          0
1800.07/1800.71	c   linear           :       0.01          0          0          0          0          0          0          0          0
1800.07/1800.71	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.07/1800.71	c   root node        :          -          0          -          -          0          -          -          -          -
1800.07/1800.71	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.71	c   integral         :          0          0          0      49715          0        152       2594          0          0      96896
1800.07/1800.71	c   setppc           :        100          6     329433          3          0        603     204604          0          0          0
1800.07/1800.71	c   and              :        606      88251     328830          3          0        188    2436422      80447          0          0
1800.07/1800.71	c   linear           :          1          6     328637          3          0          6         35          0          0          0
1800.07/1800.71	c   logicor          :         50+         6      94522          3          0          1     113453          0          0          0
1800.07/1800.71	c   countsols        :          0          0          0          3          0          0          0          0          0          0
1800.07/1800.71	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.07/1800.71	c   integral         :     195.04       0.00       0.00     195.04       0.00
1800.07/1800.71	c   setppc           :       1.61       0.00       1.61       0.00       0.00
1800.07/1800.71	c   and              :      24.23      13.17      11.06       0.00       0.00
1800.07/1800.71	c   linear           :       3.03       0.00       3.03       0.00       0.00
1800.07/1800.71	c   logicor          :       2.22       0.00       2.22       0.00       0.00
1800.07/1800.71	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.07/1800.71	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.07/1800.71	c   rootredcost      :       0.13          8          0          0
1800.07/1800.71	c   pseudoobj        :       1.68     330458         26        404
1800.07/1800.71	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.07/1800.71	c   propagation      :       0.01        824        820       1103       12.1          9       32.8          -
1800.07/1800.71	c   infeasible LP    :       4.00      44036          0          0        0.0          0        0.0          0
1800.07/1800.71	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.71	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.07/1800.71	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.07/1800.71	c   applied globally :          -          -          -        975        9.1          -          -          -
1800.07/1800.71	c   applied locally  :          -          -          -          1       75.0          -          -          -
1800.07/1800.71	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.07/1800.71	c   cut pool         :       0.00          5          -          -         32          -    (maximal pool size: 451)
1800.07/1800.71	c   redcost          :       4.58      93998          0     326976          0          0
1800.07/1800.71	c   impliedbounds    :       0.00          6          0          0         16          0
1800.07/1800.71	c   intobj           :       0.00          0          0          0          0          0
1800.07/1800.71	c   gomory           :       1.17          6          0          0        160          0
1800.07/1800.71	c   strongcg         :       0.97          6          0          0        817          0
1800.07/1800.71	c   cmir             :       0.09          6          0          0          3          0
1800.07/1800.71	c   flowcover        :       0.08          6          0          0          6          0
1800.07/1800.71	c   clique           :       0.04          6          0          0         34          0
1800.07/1800.71	c   zerohalf         :       0.00          0          0          0          0          0
1800.07/1800.71	c   mcf              :       0.00          1          0          0          0          0
1800.07/1800.71	c Pricers            :       Time      Calls       Vars
1800.07/1800.71	c   problem variables:       0.00          0          0
1800.07/1800.71	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.07/1800.71	c   relpscost        :     194.91      49712        152       2594          0          0      96896
1800.07/1800.71	c   pscost           :       0.00          0          0          0          0          0          0
1800.07/1800.71	c   inference        :       0.00          0          0          0          0          0          0
1800.07/1800.71	c   mostinf          :       0.00          0          0          0          0          0          0
1800.07/1800.71	c   leastinf         :       0.00          0          0          0          0          0          0
1800.07/1800.71	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.07/1800.71	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.07/1800.71	c   random           :       0.00          0          0          0          0          0          0
1800.07/1800.71	c Primal Heuristics  :       Time      Calls      Found
1800.07/1800.71	c   LP solutions     :       0.03          -          3
1800.07/1800.71	c   pseudo solutions :       0.00          -          0
1800.07/1800.71	c   feaspump         :       0.02          0          0
1800.07/1800.71	c   oneopt           :       0.16          8          0
1800.07/1800.71	c   crossover        :       0.52         16          0
1800.07/1800.71	c   linesearchdiving :       8.10        113          0
1800.07/1800.71	c   pscostdiving     :       9.96        113          0
1800.07/1800.71	c   guideddiving     :      14.24        113          0
1800.07/1800.71	c   fracdiving       :      13.88        113          1
1800.07/1800.71	c   veclendiving     :      13.12        113          0
1800.07/1800.71	c   coefdiving       :      13.10        113          1
1800.07/1800.71	c   objpscostdiving  :      16.02         57          0
1800.07/1800.71	c   rootsoldiving    :       2.94         57          0
1800.07/1800.71	c   simplerounding   :       0.13          0          0
1800.07/1800.71	c   rounding         :       8.13      21931          3
1800.07/1800.71	c   shifting         :       5.03       5309          5
1800.07/1800.71	c   intshifting      :       0.00          0          0
1800.07/1800.71	c   fixandinfer      :       0.00          0          0
1800.07/1800.71	c   intdiving        :       0.00          0          0
1800.07/1800.71	c   actconsdiving    :       0.00          0          0
1800.07/1800.71	c   octane           :       0.00          0          0
1800.07/1800.71	c   rens             :       0.01          0          0
1800.07/1800.71	c   rins             :       0.00          0          0
1800.07/1800.71	c   localbranching   :       0.00          0          0
1800.07/1800.71	c   mutation         :       0.00          0          0
1800.07/1800.71	c   dins             :       0.00          0          0
1800.07/1800.71	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.07/1800.71	c   primal LP        :      97.06          0          0       0.00       0.00
1800.07/1800.71	c   dual LP          :    1287.37     125351    6692100      53.39    5198.27
1800.07/1800.71	c   barrier LP       :       0.00          0          0       0.00          -
1800.07/1800.71	c   diving/probing LP:      83.82      25170     305505      12.14    3644.77
1800.07/1800.71	c   strong branching :     189.93      12269    1128480      91.98    5941.56
1800.07/1800.71	c     (at root node) :          -         33       6732     204.00          -
1800.07/1800.71	c   conflict analysis:       0.00          0          0       0.00          -
1800.07/1800.71	c B&B Tree           :
1800.07/1800.71	c   number of runs   :          1
1800.07/1800.71	c   nodes            :      91873
1800.07/1800.71	c   nodes (total)    :      91873
1800.07/1800.71	c   nodes left       :       2301
1800.07/1800.71	c   max depth        :         56
1800.07/1800.71	c   max depth (total):         56
1800.07/1800.71	c   backtracks       :      13015 (14.2%)
1800.07/1800.71	c   delayed cutoffs  :          8
1800.07/1800.71	c   repropagations   :       6800 (7208 domain reductions, 0 cutoffs)
1800.07/1800.71	c   avg switch length:       4.66
1800.07/1800.71	c   switching time   :     112.70
1800.07/1800.71	c Solution           :
1800.07/1800.71	c   Solutions found  :         13 (10 improvements)
1800.07/1800.71	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 54942 nodes, 1064.34 seconds, depth 34, found by <relaxation>)
1800.07/1800.71	c   Dual Bound       : -1.73137338381412e+01
1800.07/1800.71	c   Gap              :      19.14 %
1800.07/1800.71	c   Root Dual Bound  : -2.49999999999999e+01
1800.07/1800.76	c Time complete: 1800.13.

Verifier Data

OK	-14

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870525-1245209805/watcher-1870525-1245209805 -o /tmp/evaluation-result-1870525-1245209805/solver-1870525-1245209805 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870525-1245209805.opb 

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/64 14372
/proc/meminfo: memFree=1818056/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=5812 CPUtime=0
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 516 0 0 0 0 0 0 0 18 0 1 0 188580196 5951488 500 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/14372/statm: 1453 501 332 1256 0 192 0

[startup+0.050671 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14372
/proc/meminfo: memFree=1818056/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=15220 CPUtime=0.04
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 2939 0 0 0 2 2 0 0 18 0 1 0 188580196 15585280 2569 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 3805 2569 446 1256 0 2544 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15220

[startup+0.101679 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14372
/proc/meminfo: memFree=1818056/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=15220 CPUtime=0.09
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 2939 0 0 0 3 6 0 0 18 0 1 0 188580196 15585280 2569 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 3805 2569 446 1256 0 2544 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15220

[startup+0.301711 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14372
/proc/meminfo: memFree=1818056/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=22256 CPUtime=0.29
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 4492 0 0 0 19 10 0 0 19 0 1 0 188580196 22790144 4122 1992294400 4194304 9342243 548682068736 18446744073709551615 5869997 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 5564 4122 665 1256 0 4303 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22256

[startup+0.701775 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 14372
/proc/meminfo: memFree=1818056/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=24696 CPUtime=0.69
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 5134 0 0 0 58 11 0 0 22 0 1 0 188580196 25288704 4763 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 6174 4763 665 1256 0 4913 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24696

[startup+1.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14373
/proc/meminfo: memFree=1801408/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=25544 CPUtime=1.49
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 5354 0 0 0 138 11 0 0 25 0 1 0 188580196 26157056 4983 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 6386 4983 665 1256 0 5125 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25544

[startup+3.10116 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14373
/proc/meminfo: memFree=1799048/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=30936 CPUtime=3.09
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 6896 0 0 0 297 12 0 0 25 0 1 0 188580196 31678464 5850 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 7734 5850 671 1256 0 6473 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30936

[startup+6.30167 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14373
/proc/meminfo: memFree=1796936/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=27988 CPUtime=6.29
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 6990 0 0 0 616 13 0 0 25 0 1 0 188580196 28659712 5882 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 6997 5882 685 1256 0 5736 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27988

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14373
/proc/meminfo: memFree=1796680/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=29384 CPUtime=12.68
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 7062 0 0 0 1253 15 0 0 25 0 1 0 188580196 30089216 5954 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 7346 5954 687 1256 0 6085 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 29384

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14373
/proc/meminfo: memFree=1796040/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=30224 CPUtime=25.48
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 7258 0 0 0 2528 20 0 0 25 0 1 0 188580196 30949376 6150 1992294400 4194304 9342243 548682068736 18446744073709551615 6342015 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 7556 6150 692 1256 0 6295 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30224

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14373
/proc/meminfo: memFree=1795784/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=30608 CPUtime=51.06
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 9797 0 0 0 5075 31 0 0 25 0 1 0 188580196 31342592 6274 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 7652 6274 710 1256 0 6391 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 30608

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14373
/proc/meminfo: memFree=1793608/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=32992 CPUtime=102.25
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 18969 0 0 0 10165 60 0 0 25 0 1 0 188580196 33783808 6806 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 8248 6806 711 1256 0 6987 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 32992

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14373
/proc/meminfo: memFree=1790344/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=36096 CPUtime=162.22
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 24999 0 0 0 16133 89 0 0 25 0 1 0 188580196 36962304 7613 1992294400 4194304 9342243 548682068736 18446744073709551615 6040629 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 9024 7613 711 1256 0 7763 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 36096

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14373
/proc/meminfo: memFree=1788552/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=36660 CPUtime=222.2
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 29702 0 0 0 22101 119 0 0 25 0 1 0 188580196 37539840 7896 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 9165 7896 711 1256 0 7904 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 36660

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14373
/proc/meminfo: memFree=1785096/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=39828 CPUtime=282.18
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 36681 0 0 0 28065 153 0 0 25 0 1 0 188580196 40783872 8697 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 9957 8697 711 1256 0 8696 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 39828

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14373
/proc/meminfo: memFree=1781768/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=43896 CPUtime=342.16
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 38468 0 0 0 34029 187 0 0 25 0 1 0 188580196 44949504 9746 1992294400 4194304 9342243 548682068736 18446744073709551615 6959720 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 10974 9746 711 1256 0 9713 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 43896

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14373
/proc/meminfo: memFree=1780360/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=45184 CPUtime=402.14
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 44559 0 0 0 39992 222 0 0 25 0 1 0 188580196 46268416 10085 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 11296 10085 711 1256 0 10035 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 45184

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14373
/proc/meminfo: memFree=1776968/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=49204 CPUtime=462.12
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 47165 0 0 0 45956 256 0 0 25 0 1 0 188580196 50384896 10927 1992294400 4194304 9342243 548682068736 18446744073709551615 6342062 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 12301 10927 711 1256 0 11040 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 49204

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14373
/proc/meminfo: memFree=1775688/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=50796 CPUtime=522.1
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 51919 0 0 0 51919 291 0 0 25 0 1 0 188580196 52015104 11258 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 12699 11258 711 1256 0 11438 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 50796

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14373
/proc/meminfo: memFree=1773192/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=52364 CPUtime=582.08
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 55608 0 0 0 57884 324 0 0 25 0 1 0 188580196 53620736 11878 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 13091 11878 711 1256 0 11830 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 52364

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14373
/proc/meminfo: memFree=1771592/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=54484 CPUtime=642.06
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 61430 0 0 0 63845 361 0 0 25 0 1 0 188580196 55791616 12262 1992294400 4194304 9342243 548682068736 18446744073709551615 6960333 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 13621 12262 711 1256 0 12360 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 54484

[startup+702.302 s]

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

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14375
/proc/meminfo: memFree=1763592/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=61960 CPUtime=881.98
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 64311 0 0 0 87695 503 0 0 25 0 1 0 188580196 63447040 14229 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 15490 14229 711 1256 0 14229 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 61960

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14375
/proc/meminfo: memFree=1762248/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=63276 CPUtime=941.95
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 69643 0 0 0 93651 544 0 0 25 0 1 0 188580196 64794624 14555 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 15819 14555 711 1256 0 14558 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 63276

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14375
/proc/meminfo: memFree=1760520/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=64708 CPUtime=1001.94
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 70084 0 0 0 99615 579 0 0 25 0 1 0 188580196 66260992 14996 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 16177 14996 711 1256 0 14916 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 64708

[startup+1062.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 14375
/proc/meminfo: memFree=1760328/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=65456 CPUtime=1061.92
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 77286 0 0 0 105574 618 0 0 25 0 1 0 188580196 67026944 15046 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 16364 15046 713 1256 0 15103 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 65456

[startup+1122.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 14375
/proc/meminfo: memFree=1760008/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=65992 CPUtime=1121.9
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 82682 0 0 0 111537 653 0 0 25 0 1 0 188580196 67575808 15116 1992294400 4194304 9342243 548682068736 18446744073709551615 6341862 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 16498 15116 713 1256 0 15237 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 65992

[startup+1182.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 14375
/proc/meminfo: memFree=1759624/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=66008 CPUtime=1181.88
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 84878 0 0 0 117504 684 0 0 25 0 1 0 188580196 67592192 15206 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 16502 15206 713 1256 0 15241 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 66008

[startup+1242.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14375
/proc/meminfo: memFree=1759752/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=65968 CPUtime=1241.85
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 86607 0 0 0 123472 713 0 0 25 0 1 0 188580196 67551232 15157 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 16492 15157 713 1256 0 15231 0
Current children cumulated CPU time (s) 1241.85
Current children cumulated vsize (KiB) 65968

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14375
/proc/meminfo: memFree=1759688/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=65992 CPUtime=1301.83
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 86966 0 0 0 129442 741 0 0 25 0 1 0 188580196 67575808 15165 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 16498 15165 713 1256 0 15237 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 65992

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14375
/proc/meminfo: memFree=1759816/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=66000 CPUtime=1361.81
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 89203 0 0 0 135409 772 0 0 25 0 1 0 188580196 67584000 15142 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 16500 15142 713 1256 0 15239 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 66000

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14375
/proc/meminfo: memFree=1759240/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=66040 CPUtime=1421.8
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 89656 0 0 0 141376 804 0 0 25 0 1 0 188580196 67624960 15266 1992294400 4194304 9342243 548682068736 18446744073709551615 6040819 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 16510 15266 713 1256 0 15249 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 66040

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14381
/proc/meminfo: memFree=1758984/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=66040 CPUtime=1481.77
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 89691 0 0 0 147344 833 0 0 25 0 1 0 188580196 67624960 15301 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 16510 15301 713 1256 0 15249 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 66040

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14381
/proc/meminfo: memFree=1759432/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=66032 CPUtime=1541.75
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 90528 0 0 0 153312 863 0 0 25 0 1 0 188580196 67616768 15204 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 16508 15204 713 1256 0 15247 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 66032

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14381
/proc/meminfo: memFree=1759752/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=65504 CPUtime=1601.73
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 92265 0 0 0 159276 897 0 0 25 0 1 0 188580196 67076096 15115 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 16376 15115 713 1256 0 15115 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 65504

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14381
/proc/meminfo: memFree=1759496/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=65748 CPUtime=1661.7
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 92951 0 0 0 165242 928 0 0 25 0 1 0 188580196 67325952 15172 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 16437 15172 713 1256 0 15176 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 65748

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14381
/proc/meminfo: memFree=1759560/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=65684 CPUtime=1721.69
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 94551 0 0 0 171209 960 0 0 25 0 1 0 188580196 67260416 15159 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 16421 15159 713 1256 0 15160 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 65684

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14381
/proc/meminfo: memFree=1759112/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=66004 CPUtime=1781.67
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 95533 0 0 0 177175 992 0 0 25 0 1 0 188580196 67588096 15246 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 16501 15246 713 1256 0 15240 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 66004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14381
/proc/meminfo: memFree=1758920/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=66004 CPUtime=1800.07
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 95584 0 0 0 179006 1001 0 0 25 0 1 0 188580196 67588096 15297 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 16501 15297 713 1256 0 15240 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 66004

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/65 14381
/proc/meminfo: memFree=1758920/2055920 swapFree=4191900/4192956
[pid=14372] ppid=14370 vsize=66004 CPUtime=1800.07
/proc/14372/stat : 14372 (pbscip.linux.x8) R 14370 14372 13385 0 -1 4194304 95584 0 0 0 179006 1001 0 0 25 0 1 0 188580196 67588096 15297 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/14372/statm: 16501 15297 713 1256 0 15240 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 66004

Child status: 0
Real time (s): 1800.77
CPU time (s): 1800.14
CPU user time (s): 1790.11
CPU system time (s): 10.0255
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 66528

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

runsolver used 1.49977 second user time and 3.52646 second system time

The end

Launcher Data

Begin job on node26 at 2009-06-17 05:36:45
IDJOB=1870525
IDBENCH=48261
IDSOLVER=684
FILE ID=node26/1870525-1245209805
PBS_JOBID= 9368342
Free space on /tmp= 66156 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_10_5.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870525-1245209805/watcher-1870525-1245209805 -o /tmp/evaluation-result-1870525-1245209805/solver-1870525-1245209805 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870525-1245209805.opb

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

MD5SUM BENCH= 0619afe86d0e2ffb4ad28e9f2f441c24
RANDOM SEED=740527211

node26.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.263
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
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.263
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1818472 kB
Buffers:         49728 kB
Cached:         122132 kB
SwapCached:        384 kB
Active:          60268 kB
Inactive:       124984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818472 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           11748 kB
Writeback:           0 kB
Mapped:          21816 kB
Slab:            38180 kB
Committed_AS:   174644 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66144 MiB
End job on node26 at 2009-06-17 06:06:48