Trace number 1870457

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.11 1800.69

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_1.opb
MD5SUM26861ca996cf8fd2abe5c211e1f47a26
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 benchmark1306.65
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)1220
Sum of products size (including duplicates)2440
Number of different products610
Sum of products size1220

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-1870457-1245205151.opb>
0.00/0.01	c original problem has 710 variables (710 bin, 0 int, 0 impl, 0 cont) and 761 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, 4980 impls, 100 clqs
0.09/0.17	c    (0.1s) probing: 101/710 (14.2%) - 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  4980 implications, 100 cliques
0.09/0.17	c presolved problem has 710 variables (710 bin, 0 int, 0 impl, 0 cont) and 761 constraints
0.09/0.17	c     100 constraints of type <setppc>
0.09/0.17	c     610 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.07
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 |   149 |3422k|   0 | 122 | 710 | 761 | 761 | 710 |1371 |   0 |   0 |   0 |-2.500000e+01 |      --      |    Inf 
0.19/0.20	o 0
0.19/0.20	c R 0.1s|     1 |     0 |   149 |3427k|   0 | 122 | 710 | 761 | 761 | 710 |1371 |   0 |   0 |   0 |-2.500000e+01 | 4.440892e-15 |    Inf 
0.29/0.33	c   0.2s|     1 |     0 |   476 |3477k|   0 | 240 | 710 | 761 | 761 | 710 |1376 |   5 |   0 |   0 |-2.500000e+01 | 4.440892e-15 |    Inf 
0.29/0.33	o -4
0.29/0.33	c s 0.2s|     1 |     0 |   476 |3493k|   0 | 240 | 710 | 761 | 761 | 710 |1376 |   5 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
0.69/0.71	c   0.6s|     1 |     0 |   969 |3884k|   0 | 327 | 710 | 761 | 761 | 710 |1381 |  10 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
0.69/0.71	o -5
0.69/0.71	c s 0.6s|     1 |     0 |   969 |3894k|   0 | 327 | 710 | 761 | 761 | 710 |1381 |  10 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
1.09/1.11	c   1.0s|     1 |     0 |  1213 |4360k|   0 | 304 | 710 | 761 | 761 | 710 |1385 |  14 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
1.49/1.52	c   1.4s|     1 |     0 |  1547 |4835k|   0 | 387 | 710 | 761 | 761 | 710 |1390 |  19 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
1.89/1.99	c   1.9s|     1 |     0 |  1664 |5645k|   0 | 388 | 710 | 761 | 761 | 710 |1396 |  25 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
2.39/2.49	c   2.4s|     1 |     0 |  1696 |6838k|   0 | 388 | 710 | 761 | 761 | 710 |1400 |  29 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
3.79/3.90	c   3.8s|     1 |     2 |  1696 |6839k|   0 | 388 | 710 | 761 | 761 | 710 |1400 |  29 |   0 |  18 |-2.500000e+01 |-5.000000e+00 |  80.00%
8.29/8.32	o -6
8.29/8.32	c R 8.2s|     6 |     5 |  4577 |6871k|   5 | 136 | 710 | 761 | 679 | 710 | 650 | 284 |   0 | 153 |-2.500000e+01 |-6.000000e+00 |  76.00%
9.49/9.52	o -8
9.49/9.52	c R 9.4s|    10 |     9 |  4947 |6887k|   9 | 106 | 710 | 761 | 621 | 710 | 663 | 301 |   0 | 222 |-2.500000e+01 |-8.000000e+00 |  68.00%
9.79/9.83	o -11
9.79/9.83	c * 9.7s|    11 |    10 |  5197 |6900k|  10 |   - | 710 | 761 | 587 | 710 | 690 | 328 |   0 | 263 |-2.500000e+01 |-1.100000e+01 |  56.00%
17.48/17.54	o -12
17.48/17.54	c *17.4s|    42 |    15 |  8261 |6951k|  14 |   - | 710 | 762 | 157 | 710 | 675 | 488 |   1 |1074 |-2.500000e+01 |-1.200000e+01 |  52.00%
31.79/31.83	o -13
31.79/31.83	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
31.79/31.83	c l31.6s|   221 |    84 | 36601 |7171k|  25 |   - | 710 | 769 |  26 | 710 | 801 |1426 |   8 |1445 |-2.402026e+01 |-1.300000e+01 |  45.88%
236.12/236.28	o -14
236.12/236.28	c * 235s|  8495 |   966 |734398 |9252k|  47 |   - | 710 | 946 | 134 | 710 | 795 |  10k| 237 |3325 |-1.937930e+01 |-1.400000e+01 |  27.76%
273.60/273.77	c   272s| 10000 |  1169 |864450 |9928k|  47 | 105 | 710 | 951 | 302 | 710 | 793 |  11k| 267 |3742 |-1.921056e+01 |-1.400000e+01 |  27.12%
484.04/484.27	c   482s| 20000 |  2017 |  1659k|  13M|  47 |   - | 710 | 949 | 371 | 710 | 790 |  19k| 346 |5570 |-1.868283e+01 |-1.400000e+01 |  25.06%
675.18/675.45	c   672s| 30000 |  2691 |  2436k|  16M|  47 | 163 | 710 | 964 | 608 | 710 | 784 |  27k| 403 |6507 |-1.827834e+01 |-1.400000e+01 |  23.41%
877.71/878.00	c   873s| 40000 |  3241 |  3225k|  19M|  47 | 143 | 710 | 970 | 352 | 710 | 780 |  35k| 452 |8085 |-1.800164e+01 |-1.400000e+01 |  22.23%
1065.34/1065.75	c  1060s| 50000 |  3619 |  3995k|  22M|  47 | 120 | 710 | 976 | 334 | 710 | 756 |  43k| 492 |9006 |-1.777757e+01 |-1.400000e+01 |  21.25%
1256.18/1256.65	c  1249s| 60000 |  3755 |  4770k|  23M|  47 |   - | 710 | 984 | 229 | 710 | 814 |  50k| 539 |  10k|-1.754855e+01 |-1.400000e+01 |  20.22%
1439.12/1439.63	c  1431s| 70000 |  3897 |  5524k|  25M|  47 | 154 | 710 | 989 | 406 | 710 | 805 |  58k| 571 |  11k|-1.738699e+01 |-1.400000e+01 |  19.48%
1623.36/1623.95	c  1615s| 80000 |  3993 |  6285k|  26M|  47 |   - | 710 | 993 | 428 | 710 | 801 |  64k| 603 |  12k|-1.722508e+01 |-1.400000e+01 |  18.72%
1800.02/1800.62	c 
1800.02/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.62	c Solving Time (sec) : 1790.30
1800.02/1800.62	c Solving Nodes      : 89755
1800.02/1800.62	c Primal Bound       : -1.40000000000000e+01 (10 solutions)
1800.02/1800.62	c Dual Bound         : -1.70732846662430e+01
1800.02/1800.62	c Gap                : 18.00 %
1800.02/1800.62	c NODE         89755
1800.02/1800.62	c DUAL BOUND   -17.0733
1800.02/1800.62	c PRIMAL BOUND -14
1800.02/1800.62	c GAP          0.180005
1800.02/1800.62	s SATISFIABLE
1800.02/1800.62	v -x98 -x89 -x90 -x56 -x96 x76 -x55 x95 -x79 x92 x71 -x75 x88 -x54 -x65 -x57 -x53 -x74 -x81 -x83 -x80 -x52 x82 -x70 -x67 x61 -x59 
1800.02/1800.62	v -x69 -x62 x73 -x77 -x64 -x60 -x91 -x51 x99 -x97 -x85 -x68 -x58 x63 -x72 x100 -x93 x86 -x94 -x66 -x78 x87 x84 -x50 -x49 -x48 
1800.02/1800.62	v x47 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.02/1800.62	v -x20 -x19 -x18 x17 x16 x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 x7 -x6 -x5 x4 -x3 -x2 -x1 
1800.02/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.62	c Solving Time       :    1790.30
1800.02/1800.62	c Original Problem   :
1800.02/1800.62	c   Problem name     : HOME/instance-1870457-1245205151.opb
1800.02/1800.62	c   Variables        : 710 (710 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.62	c   Constraints      : 761 initial, 761 maximal
1800.02/1800.62	c Presolved Problem  :
1800.02/1800.62	c   Problem name     : t_HOME/instance-1870457-1245205151.opb
1800.02/1800.62	c   Variables        : 710 (710 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.62	c   Constraints      : 761 initial, 1002 maximal
1800.02/1800.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.02/1800.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.02/1800.62	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   and              :       0.05          0          0          0          0          0          0          0          0
1800.02/1800.62	c   linear           :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.02/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.02/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.62	c   integral         :          0          0          0      48584          0        183       2899          0          0      94294
1800.02/1800.62	c   setppc           :        100          6     335623          6          0        427     164938          0          0          0
1800.02/1800.62	c   and              :        610      91761     335197          6          0        158    2531142      72014          0          0
1800.02/1800.62	c   linear           :          1          6     335039          3          0          1         20          0          0          0
1800.02/1800.62	c   logicor          :         50+         6      95878          3          0          3     123866          0          0          0
1800.02/1800.62	c   countsols        :          0          0          0          3          0          0          0          0          0          0
1800.02/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.02/1800.62	c   integral         :     189.53       0.00       0.00     189.53       0.00
1800.02/1800.62	c   setppc           :       1.63       0.00       1.63       0.00       0.00
1800.02/1800.62	c   and              :      28.76      16.06      12.70       0.00       0.00
1800.02/1800.62	c   linear           :       3.10       0.00       3.10       0.00       0.00
1800.02/1800.62	c   logicor          :       2.00       0.00       2.00       0.00       0.00
1800.02/1800.62	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.02/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.02/1800.62	c   rootredcost      :       0.20          7          0          0
1800.02/1800.62	c   pseudoobj        :       1.90     336818         11         80
1800.02/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.62	c   propagation      :       0.02        600        597        661        6.4          0        0.0          -
1800.02/1800.62	c   infeasible LP    :       3.65      43474          0          0        0.0          0        0.0          0
1800.02/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.62	c   applied globally :          -          -          -        632        5.2          -          -          -
1800.02/1800.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.02/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.62	c   cut pool         :       0.00          5          -          -         63          -    (maximal pool size: 768)
1800.02/1800.62	c   redcost          :       4.87      97062          0     428107          0          0
1800.02/1800.62	c   impliedbounds    :       0.01          6          0          0          4          0
1800.02/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.62	c   gomory           :       0.84          6          0          0        106          0
1800.02/1800.62	c   strongcg         :       0.77          6          0          0       1994          0
1800.02/1800.62	c   cmir             :       0.08          6          0          0          0          0
1800.02/1800.62	c   flowcover        :       0.06          6          0          0          0          0
1800.02/1800.62	c   clique           :       0.02          6          0          0         34          0
1800.02/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.62	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.62	c Pricers            :       Time      Calls       Vars
1800.02/1800.62	c   problem variables:       0.00          0          0
1800.02/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.62	c   relpscost        :     189.43      48578        183       2899          0          0      94294
1800.02/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   inference        :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.62	c   LP solutions     :       0.00          -          3
1800.02/1800.62	c   pseudo solutions :       0.00          -          0
1800.02/1800.62	c   feaspump         :       0.03          0          0
1800.02/1800.62	c   oneopt           :       0.10          7          0
1800.02/1800.62	c   crossover        :       0.76         11          0
1800.02/1800.62	c   objpscostdiving  :      16.71         55          0
1800.02/1800.62	c   coefdiving       :      15.61        110          0
1800.02/1800.62	c   pscostdiving     :      10.94        110          0
1800.02/1800.62	c   linesearchdiving :      10.42        110          1
1800.02/1800.62	c   guideddiving     :      15.62        110          0
1800.02/1800.62	c   fracdiving       :      14.04        110          0
1800.02/1800.62	c   veclendiving     :      15.20        110          0
1800.02/1800.62	c   rootsoldiving    :       2.75         56          0
1800.02/1800.62	c   simplerounding   :       0.19          0          0
1800.02/1800.62	c   rounding         :       9.09      22493          3
1800.02/1800.62	c   shifting         :       4.67       5361          3
1800.02/1800.62	c   intshifting      :       0.03          0          0
1800.02/1800.62	c   fixandinfer      :       0.00          0          0
1800.02/1800.62	c   intdiving        :       0.00          0          0
1800.02/1800.62	c   actconsdiving    :       0.00          0          0
1800.02/1800.62	c   octane           :       0.00          0          0
1800.02/1800.62	c   rens             :       0.00          0          0
1800.02/1800.62	c   rins             :       0.00          0          0
1800.02/1800.62	c   localbranching   :       0.00          0          0
1800.02/1800.62	c   mutation         :       0.00          0          0
1800.02/1800.62	c   dins             :       0.00          0          0
1800.02/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.62	c   primal LP        :      90.48          0          0       0.00       0.00
1800.02/1800.62	c   dual LP          :    1283.23     128157    6674143      52.08    5201.05
1800.02/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.62	c   diving/probing LP:      92.09      28155     350026      12.43    3800.91
1800.02/1800.62	c   strong branching :     184.19      12970    1112636      85.79    6040.70
1800.02/1800.62	c     (at root node) :          -         18       3672     204.00          -
1800.02/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.62	c B&B Tree           :
1800.02/1800.62	c   number of runs   :          1
1800.02/1800.62	c   nodes            :      89755
1800.02/1800.62	c   nodes (total)    :      89755
1800.02/1800.62	c   nodes left       :       3922
1800.02/1800.62	c   max depth        :         47
1800.02/1800.62	c   max depth (total):         47
1800.02/1800.62	c   backtracks       :      13565 (15.1%)
1800.02/1800.62	c   delayed cutoffs  :          6
1800.02/1800.62	c   repropagations   :       4110 (4965 domain reductions, 0 cutoffs)
1800.02/1800.62	c   avg switch length:       4.64
1800.02/1800.62	c   switching time   :     105.22
1800.02/1800.62	c Solution           :
1800.02/1800.62	c   Solutions found  :         10 (9 improvements)
1800.02/1800.62	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 8495 nodes, 234.93 seconds, depth 24, found by <relaxation>)
1800.02/1800.62	c   Dual Bound       : -1.70732846662430e+01
1800.02/1800.62	c   Gap              :      18.00 %
1800.02/1800.62	c   Root Dual Bound  : -2.50000000000000e+01
1800.02/1800.69	c Time complete: 1800.1.

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-1870457-1245205151/watcher-1870457-1245205151 -o /tmp/evaluation-result-1870457-1245205151/solver-1870457-1245205151 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870457-1245205151.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: 0.85 0.97 0.99 3/64 5830
/proc/meminfo: memFree=1848752/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=5812 CPUtime=0
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 4844578 5951488 503 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/5830/statm: 1453 509 338 1256 0 192 0

[startup+0.0516411 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 5830
/proc/meminfo: memFree=1848752/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=15184 CPUtime=0.04
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 2930 0 0 0 2 2 0 0 18 0 1 0 4844578 15548416 2560 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 3796 2560 446 1256 0 2535 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15184

[startup+0.101648 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 5830
/proc/meminfo: memFree=1848752/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=15184 CPUtime=0.09
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 2930 0 0 0 4 5 0 0 18 0 1 0 4844578 15548416 2560 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 3796 2560 446 1256 0 2535 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15184

[startup+0.301677 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 5830
/proc/meminfo: memFree=1848752/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=21908 CPUtime=0.29
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 4429 0 0 0 20 9 0 0 19 0 1 0 4844578 22433792 4059 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 5477 4059 666 1256 0 4216 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21908

[startup+0.701737 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 5830
/proc/meminfo: memFree=1848752/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=24960 CPUtime=0.69
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 5217 0 0 0 60 9 0 0 22 0 1 0 4844578 25559040 4845 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 6240 4845 666 1256 0 4979 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24960

[startup+1.50186 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1831848/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=27092 CPUtime=1.49
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 5685 0 0 0 139 10 0 0 25 0 1 0 4844578 27742208 5313 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 6773 5313 666 1256 0 5512 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27092

[startup+3.10109 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1827048/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=31748 CPUtime=3.09
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 7193 0 0 0 298 11 0 0 25 0 1 0 4844578 32509952 6821 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 7937 6821 672 1256 0 6676 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31748

[startup+6.30157 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1823344/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=31748 CPUtime=6.29
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 7281 0 0 0 616 13 0 0 25 0 1 0 4844578 32509952 6909 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 7937 6909 688 1256 0 6676 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31748

[startup+12.7015 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1823344/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=31748 CPUtime=12.68
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 7297 0 0 0 1253 15 0 0 25 0 1 0 4844578 32509952 6925 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 7937 6925 693 1256 0 6676 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 31748

[startup+25.5014 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1823408/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=31748 CPUtime=25.48
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 7333 0 0 0 2528 20 0 0 25 0 1 0 4844578 32509952 6961 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 7937 6961 700 1256 0 6676 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31748

[startup+51.1012 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1817456/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=39888 CPUtime=51.07
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 8852 0 0 0 5076 31 0 0 25 0 1 0 4844578 40845312 8480 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 9972 8480 712 1256 0 8711 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39888

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1817456/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=39888 CPUtime=102.26
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 8854 0 0 0 10169 57 0 0 25 0 1 0 4844578 40845312 8482 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 9972 8482 713 1256 0 8711 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 39888

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1815600/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=39328 CPUtime=162.23
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 9678 0 0 0 16138 85 0 0 25 0 1 0 4844578 40271872 8896 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 9832 8896 714 1256 0 8571 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 39328

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1813616/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=41204 CPUtime=222.22
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 11074 0 0 0 22104 118 0 0 25 0 1 0 4844578 42192896 9389 1992294400 4194304 9342243 548682068736 18446744073709551615 6879954 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 10301 9389 714 1256 0 9040 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 41204

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1815152/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=39624 CPUtime=282.2
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 14218 0 0 0 28067 153 0 0 25 0 1 0 4844578 40574976 8995 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 9906 8995 714 1256 0 8645 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 39624

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1815024/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=39736 CPUtime=342.18
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 15576 0 0 0 34034 184 0 0 25 0 1 0 4844578 40689664 9023 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 9934 9023 714 1256 0 8673 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 39736

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1814256/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=40472 CPUtime=402.16
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 16941 0 0 0 40002 214 0 0 25 0 1 0 4844578 41443328 9207 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 10118 9207 714 1256 0 8857 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 40472

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1814064/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=41316 CPUtime=462.14
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 17023 0 0 0 45973 241 0 0 25 0 1 0 4844578 42307584 9289 1992294400 4194304 9342243 548682068736 18446744073709551615 6926014 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 10329 9289 714 1256 0 9068 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 41316

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1813424/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=42388 CPUtime=522.12
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 19121 0 0 0 51936 276 0 0 25 0 1 0 4844578 43405312 9452 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 10597 9452 714 1256 0 9336 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 42388

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1812464/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=44236 CPUtime=582.1
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 21829 0 0 0 57900 310 0 0 25 0 1 0 4844578 45297664 9708 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 11059 9708 714 1256 0 9798 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 44236

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1811568/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=43844 CPUtime=642.09
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 25109 0 0 0 63861 348 0 0 25 0 1 0 4844578 44896256 9879 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 10961 9879 714 1256 0 9700 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 43844

[startup+702.302 s]

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

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1806192/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=49304 CPUtime=822.03
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 31275 0 0 0 81756 447 0 0 25 0 1 0 4844578 50487296 11212 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 12326 11212 714 1256 0 11065 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 49304

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1806896/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=49396 CPUtime=882
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 32132 0 0 0 87722 478 0 0 25 0 1 0 4844578 50581504 11036 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 12349 11036 714 1256 0 11088 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 49396

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1804016/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=52020 CPUtime=941.98
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 34928 0 0 0 93687 511 0 0 25 0 1 0 4844578 53268480 11747 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 13005 11747 714 1256 0 11744 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 52020

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1802800/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=53392 CPUtime=1001.96
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 35241 0 0 0 99653 543 0 0 25 0 1 0 4844578 54673408 12060 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 13348 12060 714 1256 0 12087 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 53392

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1802992/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=53348 CPUtime=1061.95
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 35581 0 0 0 105620 575 0 0 25 0 1 0 4844578 54628352 12017 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 13337 12017 714 1256 0 12076 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 53348

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1801968/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=53840 CPUtime=1121.93
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 36176 0 0 0 111585 608 0 0 25 0 1 0 4844578 55132160 12255 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 13460 12255 714 1256 0 12199 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 53840

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1801008/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=54868 CPUtime=1181.91
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 36969 0 0 0 117552 639 0 0 25 0 1 0 4844578 56184832 12488 1992294400 4194304 9342243 548682068736 18446744073709551615 6960742 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 13717 12488 714 1256 0 12456 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 54868

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1799216/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=56028 CPUtime=1241.89
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 37381 0 0 0 123516 673 0 0 25 0 1 0 4844578 57372672 12900 1992294400 4194304 9342243 548682068736 18446744073709551615 6241576 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 14007 12900 714 1256 0 12746 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 56028

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1798000/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=57748 CPUtime=1301.88
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 38565 0 0 0 129483 705 0 0 25 0 1 0 4844578 59133952 13191 1992294400 4194304 9342243 548682068736 18446744073709551615 6974272 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 14437 13191 714 1256 0 13176 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 57748

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1797488/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=58056 CPUtime=1361.85
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 40267 0 0 0 135448 737 0 0 25 0 1 0 4844578 59449344 13307 1992294400 4194304 9342243 548682068736 18446744073709551615 6909668 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 14514 13307 714 1256 0 13253 0
Current children cumulated CPU time (s) 1361.85
Current children cumulated vsize (KiB) 58056

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1797552/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=58844 CPUtime=1421.83
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 42029 0 0 0 141413 770 0 0 25 0 1 0 4844578 60256256 13299 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 14711 13299 714 1256 0 13450 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 58844

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1796144/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=59632 CPUtime=1481.81
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 45216 0 0 0 147376 805 0 0 25 0 1 0 4844578 61063168 13621 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 14908 13621 714 1256 0 13647 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 59632

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1794864/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=60828 CPUtime=1541.79
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 45525 0 0 0 153338 841 0 0 25 0 1 0 4844578 62287872 13930 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 15207 13930 714 1256 0 13946 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 60828

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1794544/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=60828 CPUtime=1601.78
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 45622 0 0 0 159309 869 0 0 25 0 1 0 4844578 62287872 14027 1992294400 4194304 9342243 548682068736 18446744073709551615 6220128 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 15207 14027 714 1256 0 13946 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 60828

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1794672/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=61264 CPUtime=1661.76
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 46506 0 0 0 165276 900 0 0 25 0 1 0 4844578 62734336 14004 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 15316 14004 714 1256 0 14055 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 61264

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 5831
/proc/meminfo: memFree=1793904/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=61280 CPUtime=1721.74
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 47200 0 0 0 171245 929 0 0 25 0 1 0 4844578 62750720 14157 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 15320 14157 714 1256 0 14059 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 61280

[startup+1782.3 s]
/proc/loadavg: 1.05 0.99 0.99 2/65 5831
/proc/meminfo: memFree=1793328/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=61456 CPUtime=1781.71
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 47340 0 0 0 177209 962 0 0 25 0 1 0 4844578 62930944 14297 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 15364 14297 714 1256 0 14103 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 61456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.04 0.99 0.99 2/65 5831
/proc/meminfo: memFree=1794416/2055920 swapFree=4192956/4192956
[pid=5830] ppid=5828 vsize=61368 CPUtime=1800.02
/proc/5830/stat : 5830 (pbscip.linux.x8) R 5828 5830 5793 0 -1 4194304 47953 0 0 0 179030 972 0 0 25 0 1 0 4844578 62840832 14020 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5830/statm: 15342 14020 714 1256 0 14081 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 61368

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

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

Child status: 0
Real time (s): 1800.69
CPU time (s): 1800.11
CPU user time (s): 1790.37
CPU system time (s): 9.73652
CPU usage (%): 99.9676
Max. virtual memory (cumulated for all children) (KiB): 61740

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

runsolver used 1.48077 second user time and 3.48847 second system time

The end

Launcher Data

Begin job on node30 at 2009-06-17 04:19:11
IDJOB=1870457
IDBENCH=48227
IDSOLVER=684
FILE ID=node30/1870457-1245205151
PBS_JOBID= 9368384
Free space on /tmp= 66220 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_1.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-1870457-1245205151/watcher-1870457-1245205151 -o /tmp/evaluation-result-1870457-1245205151/solver-1870457-1245205151 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870457-1245205151.opb

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

MD5SUM BENCH= 26861ca996cf8fd2abe5c211e1f47a26
RANDOM SEED=1011518680

node30.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.273
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	: 5914.62
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.273
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:       1849296 kB
Buffers:         27616 kB
Cached:         124500 kB
SwapCached:          0 kB
Active:          52416 kB
Inactive:       112524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849296 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           11864 kB
Writeback:           0 kB
Mapped:          22604 kB
Slab:            27684 kB
Committed_AS:    69188 kB
PageTables:       1360 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= 66208 MiB
End job on node30 at 2009-06-17 04:49:14