Trace number 1870464

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
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)OPT-7 878.197 878.444

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_3.opb
MD5SUMe70f8e0da8fa345ba6e82dce1b0133d2
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-7
Best CPU time to get the best result obtained on this benchmark233.561
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -7
Optimality of the best value was proved YES
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)2952
Sum of products size (including duplicates)5904
Number of different products1476
Sum of products size2952

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.02	c SCIP version 1.1.0.7
0.00/0.02	c LP-Solver SoPlex 1.4.1
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-1870464-1245205972.opb>
0.00/0.02	c original problem has 1576 variables (1576 bin, 0 int, 0 impl, 0 cont) and 1627 constraints
0.00/0.03	c start presolving problem
0.00/0.03	c presolving:
0.09/0.18	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 11908 impls, 100 clqs
0.29/0.34	c    (0.1s) probing: 101/1576 (6.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.34	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.29/0.34	c presolving (2 rounds):
0.29/0.34	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.34	c  11908 implications, 100 cliques
0.29/0.34	c presolved problem has 1576 variables (1576 bin, 0 int, 0 impl, 0 cont) and 1627 constraints
0.29/0.34	c     100 constraints of type <setppc>
0.29/0.34	c    1476 constraints of type <and>
0.29/0.34	c       1 constraints of type <linear>
0.29/0.34	c      50 constraints of type <logicor>
0.29/0.34	c transformed objective value is always integral (scale: 1)
0.29/0.34	c Presolving Time: 0.14
0.29/0.34	c OPT-NLC
0.29/0.34	c -----------------------------------------------------------------------------------------------
0.29/0.34	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.34	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.34	c limits/memory = c 1620
0.29/0.34	c # maximal time in seconds to run
0.29/0.34	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.34	c limits/time = c 1791
0.29/0.34	c # frequency for displaying node information lines
0.29/0.34	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.34	c display/freq = c 10000
0.29/0.34	c -----------------------------------------------------------------------------------------------
0.29/0.34	c start solving problem
0.29/0.34	c 
3.49/3.51	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.49/3.51	c   3.3s|     1 |     0 |  3295 |7519k|   0 | 381 |1576 |1627 |1627 |1576 |3103 |   0 |   0 |   0 |-2.500000e+01 |      --      |    Inf 
3.49/3.51	o 0
3.49/3.51	c R 3.3s|     1 |     0 |  3295 |7533k|   0 | 381 |1576 |1627 |1627 |1576 |3103 |   0 |   0 |   0 |-2.500000e+01 | 4.218847e-15 |    Inf 
6.09/6.13	c   5.9s|     1 |     0 |  5044 |8620k|   0 | 377 |1576 |1627 |1627 |1576 |3166 |  63 |   0 |   0 |-2.500000e+01 | 4.218847e-15 |    Inf 
6.09/6.13	o -2
6.09/6.13	c s 5.9s|     1 |     0 |  5044 |8665k|   0 | 377 |1576 |1627 |1627 |1576 |3166 |  63 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
8.19/8.27	c   8.0s|     1 |     0 |  6430 |9561k|   0 | 411 |1576 |1627 |1627 |1576 |3206 | 103 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
10.99/11.00	c  10.8s|     1 |     0 |  7855 |  10M|   0 | 537 |1576 |1627 |1627 |1576 |3234 | 131 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
13.89/13.96	c  13.7s|     1 |     0 |  9390 |  11M|   0 | 503 |1576 |1627 |1627 |1576 |3262 | 159 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
16.49/16.57	c  16.3s|     1 |     0 | 10637 |  12M|   0 | 419 |1576 |1627 |1627 |1576 |3293 | 190 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
16.49/16.57	o -3
16.49/16.57	c s16.3s|     1 |     0 | 10637 |  12M|   0 | 419 |1576 |1627 |1627 |1576 |3293 | 190 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
19.49/19.50	c  19.2s|     1 |     0 | 11999 |  15M|   0 | 345 |1576 |1627 |1627 |1576 |3307 | 204 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
26.68/26.70	o -5
26.68/26.70	c E26.3s|     1 |     0 | 11999 |  15M|   0 | 345 |1576 |1627 |1627 |1576 |3307 | 204 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
26.68/26.73	c  26.3s|     1 |     0 | 11999 |  15M|   0 | 345 |1576 |1627 |1627 |1576 |3307 | 204 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
29.68/29.77	c  29.4s|     1 |     0 | 13411 |  16M|   0 | 330 |1576 |1627 |1627 |1576 |3331 | 228 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
56.18/56.27	c  55.8s|     1 |     2 | 13411 |  16M|   0 | 330 |1576 |1627 |1627 |1576 |3331 | 228 |   0 |  20 |-2.500000e+01 |-5.000000e+00 |  80.00%
90.46/90.58	o -6
90.46/90.58	c *89.9s|    10 |     6 | 19082 |  16M|   8 |   - |1576 |1627 | 193 |1576 |1170 | 741 |   0 | 451 |-2.500000e+01 |-6.000000e+00 |  76.00%
477.66/477.89	o -7
477.66/477.89	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
477.66/477.89	c * 475s|  4083 |   780 |548875 |  20M|  69 |   - |1576 |1777 |  63 |1576 |1681 |  19k| 171 |2924 |-1.500098e+01 |-7.000000e+00 |  53.34%
681.60/681.81	c   677s| 10000 |  1037 |846385 |  27M|  69 |   - |1576 |1689 | 638 |1576 |1692 |  26k| 210 |5151 |-1.325117e+01 |-7.000000e+00 |  47.17%
878.15/878.40	c 
878.15/878.40	c SCIP Status        : problem is solved [optimal solution found]
878.15/878.40	c Solving Time (sec) : 872.50
878.15/878.40	c Solving Nodes      : 18115
878.15/878.40	c Primal Bound       : -7.00000000000000e+00 (6 solutions)
878.15/878.40	c Dual Bound         : -7.00000000000000e+00
878.15/878.40	c Gap                : 0.00 %
878.15/878.40	c NODE         18115
878.15/878.40	c DUAL BOUND   -7
878.15/878.40	c PRIMAL BOUND -7
878.15/878.40	c GAP          0
878.15/878.40	s OPTIMUM FOUND
878.15/878.40	v -x70 -x61 x84 -x78 -x64 -x63 -x58 -x54 -x72 -x100 -x83 -x82 -x95 -x79 -x62 -x51 x85 -x81 -x80 -x71 -x68 -x67 -x60 -x57 -x56 x87 
878.15/878.40	v -x55 -x99 -x88 -x98 -x74 x89 -x93 -x66 -x96 x92 -x53 -x90 x94 -x75 -x59 -x65 -x52 -x77 -x73 -x76 x91 -x69 -x86 -x97 x50 -x49 
878.15/878.40	v -x48 -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 
878.15/878.40	v -x22 -x21 -x20 x19 -x18 x17 -x16 -x15 x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
878.15/878.40	c SCIP Status        : problem is solved [optimal solution found]
878.15/878.40	c Solving Time       :     872.50
878.15/878.40	c Original Problem   :
878.15/878.40	c   Problem name     : HOME/instance-1870464-1245205972.opb
878.15/878.40	c   Variables        : 1576 (1576 binary, 0 integer, 0 implicit integer, 0 continuous)
878.15/878.40	c   Constraints      : 1627 initial, 1627 maximal
878.15/878.40	c Presolved Problem  :
878.15/878.40	c   Problem name     : t_HOME/instance-1870464-1245205972.opb
878.15/878.40	c   Variables        : 1576 (1576 binary, 0 integer, 0 implicit integer, 0 continuous)
878.15/878.40	c   Constraints      : 1627 initial, 1778 maximal
878.15/878.40	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
878.15/878.40	c   trivial          :       0.00          0          0          0          0          0          0          0          0
878.15/878.40	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
878.15/878.40	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
878.15/878.40	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
878.15/878.40	c   implics          :       0.00          0          0          0          0          0          0          0          0
878.15/878.40	c   probing          :       0.03          0          0          0          0          0          0          0          0
878.15/878.40	c   setppc           :       0.00          0          0          0          0          0          0          0          0
878.15/878.40	c   and              :       0.10          0          0          0          0          0          0          0          0
878.15/878.40	c   linear           :       0.01          0          0          0          0          0          0          0          0
878.15/878.40	c   logicor          :       0.00          0          0          0          0          0          0          0          0
878.15/878.40	c   root node        :          -         95          -          -         95          -          -          -          -
878.15/878.40	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
878.15/878.40	c   integral         :          0          0          0      10493          0         40       3254          0          0      18754
878.15/878.40	c   setppc           :        100          7      58924          2          0         75      56379          0          0          0
878.15/878.40	c   and              :       1476      15864      58849          2          0         10    1391008      35529          0          0
878.15/878.40	c   linear           :          1          7      58836          2          0         19         42          0          0          0
878.15/878.40	c   logicor          :         50+         7      15761          2          0          3       6459          0          0          0
878.15/878.40	c   countsols        :          0          0          0          2          0          0          0          0          0          0
878.15/878.40	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
878.15/878.40	c   integral         :     261.21       0.00       0.00     261.21       0.00
878.15/878.40	c   setppc           :       0.46       0.00       0.46       0.00       0.00
878.15/878.40	c   and              :      14.55       8.07       6.48       0.00       0.00
878.15/878.40	c   linear           :       0.60       0.00       0.60       0.00       0.00
878.15/878.40	c   logicor          :       0.27       0.00       0.27       0.00       0.00
878.15/878.40	c   countsols        :       0.00       0.00       0.00       0.00       0.00
878.15/878.40	c Propagators        :       Time      Calls    Cutoffs    DomReds
878.15/878.40	c   rootredcost      :       0.06          2          0          0
878.15/878.40	c   pseudoobj        :       0.42      59111         66        367
878.15/878.40	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
878.15/878.40	c   propagation      :       0.01        173        163        302       33.3          0        0.0          -
878.15/878.40	c   infeasible LP    :       0.01          3          3          7       22.1          0        0.0          0
878.15/878.40	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
878.15/878.40	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
878.15/878.40	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
878.15/878.40	c   applied globally :          -          -          -        259       31.2          -          -          -
878.15/878.40	c   applied locally  :          -          -          -          0        0.0          -          -          -
878.15/878.40	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
878.15/878.40	c   cut pool         :       0.00          6          -          -         32          -    (maximal pool size: 672)
878.15/878.40	c   redcost          :       1.58      16536          0      68064          0          0
878.15/878.40	c   impliedbounds    :       0.01          7          0          0         12          0
878.15/878.40	c   intobj           :       0.00          0          0          0          0          0
878.15/878.40	c   gomory           :       3.29          7          0          0        169          0
878.15/878.40	c   strongcg         :       2.74          7          0          0        751          0
878.15/878.40	c   cmir             :       0.22          7          0          0          0          0
878.15/878.40	c   flowcover        :       0.22          7          0          0          0          0
878.15/878.40	c   clique           :       0.07          7          0          0         53          0
878.15/878.40	c   zerohalf         :       0.00          0          0          0          0          0
878.15/878.40	c   mcf              :       0.13          4          0          0          2          0
878.15/878.40	c Pricers            :       Time      Calls       Vars
878.15/878.40	c   problem variables:       0.00          0          0
878.15/878.40	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
878.15/878.40	c   relpscost        :     261.20      10491         40       3254          0          0      18754
878.15/878.40	c   pscost           :       0.00          0          0          0          0          0          0
878.15/878.40	c   inference        :       0.00          0          0          0          0          0          0
878.15/878.40	c   mostinf          :       0.00          0          0          0          0          0          0
878.15/878.40	c   leastinf         :       0.00          0          0          0          0          0          0
878.15/878.40	c   fullstrong       :       0.00          0          0          0          0          0          0
878.15/878.40	c   allfullstrong    :       0.00          0          0          0          0          0          0
878.15/878.40	c   random           :       0.00          0          0          0          0          0          0
878.15/878.40	c Primal Heuristics  :       Time      Calls      Found
878.15/878.40	c   LP solutions     :       0.01          -          2
878.15/878.40	c   pseudo solutions :       0.00          -          0
878.15/878.40	c   feaspump         :       0.00          0          0
878.15/878.40	c   oneopt           :       0.03          3          0
878.15/878.40	c   pscostdiving     :       7.35         25          0
878.15/878.40	c   veclendiving     :       5.70         25          0
878.15/878.40	c   rootsoldiving    :       1.52         13          0
878.15/878.40	c   objpscostdiving  :       5.80         13          0
878.15/878.40	c   linesearchdiving :       2.53         26          0
878.15/878.40	c   guideddiving     :       6.99         26          0
878.15/878.40	c   coefdiving       :       9.62         26          0
878.15/878.40	c   fracdiving       :       5.27         26          0
878.15/878.40	c   crossover        :       0.39          9          0
878.15/878.40	c   simplerounding   :       0.06          0          0
878.15/878.40	c   rounding         :       3.88       5423          1
878.15/878.40	c   shifting         :       2.37       1599          2
878.15/878.40	c   intshifting      :       0.00          0          0
878.15/878.40	c   fixandinfer      :       0.00          0          0
878.15/878.40	c   intdiving        :       0.00          0          0
878.15/878.40	c   actconsdiving    :       0.00          0          0
878.15/878.40	c   octane           :       0.00          0          0
878.15/878.40	c   rens             :       7.09          1          1
878.15/878.40	c   rins             :       0.00          0          0
878.15/878.40	c   localbranching   :       0.00          0          0
878.15/878.40	c   mutation         :       0.00          0          0
878.15/878.40	c   dins             :       0.00          0          0
878.15/878.40	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
878.15/878.40	c   primal LP        :       3.82          0          0       0.00       0.00
878.15/878.40	c   dual LP          :     489.13      24420    1075183      44.03    2198.15
878.15/878.40	c   barrier LP       :       0.00          0          0       0.00          -
878.15/878.40	c   diving/probing LP:      35.95       7584      81688      10.77    2272.27
878.15/878.40	c   strong branching :     259.71       7123     574694      80.68    2212.83
878.15/878.40	c     (at root node) :          -         20      20000    1000.00          -
878.15/878.40	c   conflict analysis:       0.00          0          0       0.00          -
878.15/878.40	c B&B Tree           :
878.15/878.40	c   number of runs   :          1
878.15/878.40	c   nodes            :      18115
878.15/878.40	c   nodes (total)    :      18115
878.15/878.40	c   nodes left       :          0
878.15/878.40	c   max depth        :         71
878.15/878.40	c   max depth (total):         71
878.15/878.40	c   backtracks       :       2637 (14.6%)
878.15/878.40	c   delayed cutoffs  :          0
878.15/878.40	c   repropagations   :        758 (1812 domain reductions, 0 cutoffs)
878.15/878.40	c   avg switch length:       6.29
878.15/878.40	c   switching time   :      12.04
878.15/878.40	c Solution           :
878.15/878.40	c   Solutions found  :          6 (6 improvements)
878.15/878.40	c   Primal Bound     : -7.00000000000000e+00   (in run 1, after 4083 nodes, 474.79 seconds, depth 26, found by <relaxation>)
878.15/878.40	c   Dual Bound       : -7.00000000000000e+00
878.15/878.40	c   Gap              :       0.00 %
878.15/878.40	c   Root Dual Bound  : -2.50000000000000e+01
878.15/878.44	c Time complete: 878.19.

Verifier Data

OK	-7

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870464-1245205972/watcher-1870464-1245205972 -o /tmp/evaluation-result-1870464-1245205972/solver-1870464-1245205972 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870464-1245205972.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.01 1.00 3/64 15725
/proc/meminfo: memFree=1850160/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=4324 CPUtime=0
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 463 0 0 0 0 0 0 0 18 0 1 0 188197555 4427776 447 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/15725/statm: 1081 448 286 886 0 191 0

[startup+0.0208579 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 15725
/proc/meminfo: memFree=1850160/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=10308 CPUtime=0
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 1912 0 0 0 0 0 0 0 18 0 1 0 188197555 10555392 1894 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/15725/statm: 2577 1894 354 886 0 1687 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10308

[startup+0.101865 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 15725
/proc/meminfo: memFree=1850160/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=16716 CPUtime=0.09
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 3565 0 0 0 4 5 0 0 18 0 1 0 188197555 17117184 3193 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 4179 3193 404 886 0 3289 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16716

[startup+0.301884 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 15725
/proc/meminfo: memFree=1850160/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=19064 CPUtime=0.29
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 4184 0 0 0 12 17 0 0 19 0 1 0 188197555 19521536 3812 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 4766 3812 436 886 0 3876 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19064

[startup+0.701927 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 15725
/proc/meminfo: memFree=1850160/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=24948 CPUtime=0.69
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 5887 0 0 0 51 18 0 0 22 0 1 0 188197555 25546752 5429 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 6237 5429 520 886 0 5347 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24948

[startup+1.50201 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 15726
/proc/meminfo: memFree=1828968/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=27380 CPUtime=1.49
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 6348 0 0 0 130 19 0 0 25 0 1 0 188197555 28037120 5888 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 6845 5888 523 886 0 5955 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27380

[startup+3.10117 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 15726
/proc/meminfo: memFree=1828456/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=27380 CPUtime=3.09
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 6351 0 0 0 290 19 0 0 25 0 1 0 188197555 28037120 5891 1992294400 4194304 7823515 548682068736 18446744073709551615 6211646 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 6845 5891 523 886 0 5955 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27380

[startup+6.3015 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 15726
/proc/meminfo: memFree=1825320/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=29540 CPUtime=6.29
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 7194 0 0 0 608 21 0 0 25 0 1 0 188197555 30248960 6675 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 7385 6675 568 886 0 6495 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29540

[startup+12.7012 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 15726
/proc/meminfo: memFree=1821240/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=36756 CPUtime=12.69
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 8881 0 0 0 1246 23 0 0 25 0 1 0 188197555 37638144 8360 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 9189 8360 568 886 0 8299 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36756

[startup+25.5015 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 15726
/proc/meminfo: memFree=1790648/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=66596 CPUtime=25.49
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 16014 0 0 0 2513 36 0 0 25 0 1 0 188197555 68194304 15399 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 16649 15399 574 886 0 15759 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66596

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1811000/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=44592 CPUtime=51.08
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 16381 0 0 0 5065 43 0 0 25 0 1 0 188197555 45662208 10302 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 11148 10302 578 886 0 10258 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 44592

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1811064/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=44592 CPUtime=102.26
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 16409 0 0 0 10156 70 0 0 25 0 1 0 188197555 45662208 10302 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 11148 10302 578 886 0 10258 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 44592

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1810872/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=44592 CPUtime=162.24
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 16446 0 0 0 16125 99 0 0 25 0 1 0 188197555 45662208 10339 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 11148 10339 584 886 0 10258 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 44592

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1809976/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=45352 CPUtime=222.23
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 19275 0 0 0 22090 133 0 0 25 0 1 0 188197555 46440448 10564 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 11338 10564 589 886 0 10448 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 45352

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1807864/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=47540 CPUtime=282.21
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 22558 0 0 0 28052 169 0 0 25 0 1 0 188197555 48680960 11090 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 11885 11090 589 886 0 10995 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 47540

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1804664/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=50648 CPUtime=342.2
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 26082 0 0 0 34013 207 0 0 25 0 1 0 188197555 51863552 11878 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 12662 11878 589 886 0 11772 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 50648

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1799544/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=56148 CPUtime=402.18
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 27348 0 0 0 39973 245 0 0 25 0 1 0 188197555 57495552 13144 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 14037 13144 589 886 0 13147 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 56148

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1796024/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=59440 CPUtime=462.16
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 30942 0 0 0 45931 285 0 0 25 0 1 0 188197555 60866560 14020 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 14860 14020 589 886 0 13970 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 59440

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1793208/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=61996 CPUtime=522.14
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 36974 0 0 0 51887 327 0 0 25 0 1 0 188197555 63483904 14723 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 15499 14723 590 886 0 14609 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 61996

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1790712/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=64504 CPUtime=582.13
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 40261 0 0 0 57848 365 0 0 25 0 1 0 188197555 66052096 15353 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 16126 15353 590 886 0 15236 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 64504

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1787832/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=67220 CPUtime=642.11
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 40959 0 0 0 63810 401 0 0 25 0 1 0 188197555 68833280 16051 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 16805 16051 590 886 0 15915 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 67220

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1784248/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=70920 CPUtime=702.1
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 44515 0 0 0 69767 443 0 0 25 0 1 0 188197555 72622080 16931 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 17730 16931 590 886 0 16840 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 70920

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1782264/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=72692 CPUtime=762.08
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 44996 0 0 0 75725 483 0 0 25 0 1 0 188197555 74436608 17412 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 18173 17412 590 886 0 17283 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 72692

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1780728/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=74292 CPUtime=822.06
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 45377 0 0 0 81683 523 0 0 25 0 1 0 188197555 76075008 17793 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 18573 17793 590 886 0 17683 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 74292

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

[startup+844.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1780152/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=75112 CPUtime=844.46
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 48141 0 0 0 83906 540 0 0 25 0 1 0 188197555 76914688 17923 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 18778 17923 590 886 0 17888 0
Current children cumulated CPU time (s) 844.46
Current children cumulated vsize (KiB) 75112

[startup+857.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1779768/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=75356 CPUtime=857.25
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 48245 0 0 0 85176 549 0 0 25 0 1 0 188197555 77164544 18027 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 18839 18027 590 886 0 17949 0
Current children cumulated CPU time (s) 857.25
Current children cumulated vsize (KiB) 75356

[startup+870.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1778808/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=76140 CPUtime=870.05
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 48477 0 0 0 86446 559 0 0 25 0 1 0 188197555 77967360 18259 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 19035 18259 590 886 0 18145 0
Current children cumulated CPU time (s) 870.05
Current children cumulated vsize (KiB) 76140

[startup+873.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1778808/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=76140 CPUtime=873.24
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 48488 0 0 0 86764 560 0 0 25 0 1 0 188197555 77967360 18270 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 19035 18270 590 886 0 18145 0
Current children cumulated CPU time (s) 873.24
Current children cumulated vsize (KiB) 76140

[startup+876.705 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1778744/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=76140 CPUtime=876.45
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 48488 0 0 0 87082 563 0 0 25 0 1 0 188197555 77967360 18270 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 19035 18270 590 886 0 18145 0
Current children cumulated CPU time (s) 876.45
Current children cumulated vsize (KiB) 76140

[startup+877.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1778744/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=76140 CPUtime=877.24
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 48488 0 0 0 87161 563 0 0 25 0 1 0 188197555 77967360 18270 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 19035 18270 590 886 0 18145 0
Current children cumulated CPU time (s) 877.24
Current children cumulated vsize (KiB) 76140

[startup+877.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1778744/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=76140 CPUtime=877.64
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 48488 0 0 0 87201 563 0 0 25 0 1 0 188197555 77967360 18270 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 19035 18270 590 886 0 18145 0
Current children cumulated CPU time (s) 877.64
Current children cumulated vsize (KiB) 76140

[startup+878.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1778744/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=76140 CPUtime=878.05
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 48488 0 0 0 87241 564 0 0 25 0 1 0 188197555 77967360 18270 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 19035 18270 590 886 0 18145 0
Current children cumulated CPU time (s) 878.05
Current children cumulated vsize (KiB) 76140

[startup+878.401 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15726
/proc/meminfo: memFree=1778744/2055920 swapFree=4181840/4192956
[pid=15725] ppid=15723 vsize=76140 CPUtime=878.15
/proc/15725/stat : 15725 (pbscip.linux.x8) R 15723 15725 15125 0 -1 4194304 48488 0 0 0 87251 564 0 0 25 0 1 0 188197555 77967360 18270 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15725/statm: 19035 18270 590 886 0 18145 0
Current children cumulated CPU time (s) 878.15
Current children cumulated vsize (KiB) 76140

Child status: 0
Real time (s): 878.444
CPU time (s): 878.197
CPU user time (s): 872.545
CPU system time (s): 5.65114
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 76140

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

runsolver used 0.705892 second user time and 1.74673 second system time

The end

Launcher Data

Begin job on node24 at 2009-06-17 04:32:52
IDJOB=1870464
IDBENCH=48231
IDSOLVER=683
FILE ID=node24/1870464-1245205972
PBS_JOBID= 9368355
Free space on /tmp= 66364 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_25_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870464-1245205972/watcher-1870464-1245205972 -o /tmp/evaluation-result-1870464-1245205972/solver-1870464-1245205972 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870464-1245205972.opb

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

MD5SUM BENCH= e70f8e0da8fa345ba6e82dce1b0133d2
RANDOM SEED=1421796476

node24.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.231
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.231
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:       1851280 kB
Buffers:         22380 kB
Cached:         109240 kB
SwapCached:       5332 kB
Active:          31144 kB
Inactive:       108248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851280 kB
SwapTotal:     4192956 kB
SwapFree:      4181840 kB
Dirty:            9872 kB
Writeback:           0 kB
Mapped:          13028 kB
Slab:            51132 kB
Committed_AS:   215304 kB
PageTables:       1444 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= 66352 MiB
End job on node24 at 2009-06-17 04:47:31