Trace number 2666226

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverUNSAT 387.449 387.559

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_3.opb
MD5SUMd2b3af71376059fa940b007abcee01cc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark70.7442
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2821
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2666226-1276599588.opb>
0.00/0.01	c original problem has 31 variables (31 bin, 0 int, 0 impl, 0 cont) and 9 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 2) 1 del vars, 5 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  1 deleted vars, 5 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 0 cliques
0.00/0.02	c presolved problem has 30 variables (30 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.02	c       4 constraints of type <linear>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 1620
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     0 |    19 |     - | 192k|   0 |   4 |  30 |   4 |  30 |   4 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.09	c   0.1s|     1 |     0 |    25 |     - | 319k|   0 |   7 |  30 |  65 |  30 |   8 |   4 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.09	c   0.1s|     1 |     0 |    30 |     - | 338k|   0 |  11 |  30 |  65 |  30 |  11 |   7 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.09	c   0.1s|     1 |     0 |    35 |     - | 353k|   0 |   9 |  30 |  65 |  30 |  14 |  10 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |    40 |     - | 370k|   0 |  10 |  30 |  65 |  30 |  17 |  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |    47 |     - | 385k|   0 |   9 |  30 |  65 |  30 |  19 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |    55 |     - | 410k|   0 |  10 |  30 |  65 |  30 |  22 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.14	c   0.1s|     1 |     2 |    55 |     - | 411k|   0 |  10 |  30 |  65 |  30 |  22 |  18 |   0 |   9 | 0.000000e+00 |      --      |    Inf 
5.09/5.16	c   4.3s| 10000 |  2113 | 19601 |   2.0 |2788k|  26 |   - |  30 |2803 |  30 |  10 |  18 |3606 | 403 | 0.000000e+00 |      --      |    Inf 
11.00/11.02	c   9.3s| 20000 |  3169 | 39725 |   2.0 |3827k|  26 |   4 |  30 |3039 |  30 |  10 |  18 |7328 | 570 | 0.000000e+00 |      --      |    Inf 
16.59/16.67	c  14.2s| 30000 |  4681 | 61385 |   2.0 |5165k|  26 |   4 |  30 |3860 |  30 |  10 |  18 |  10k| 722 | 0.000000e+00 |      --      |    Inf 
23.38/23.42	c  20.0s| 40000 |  5614 | 83895 |   2.1 |6298k|  26 |   4 |  30 |4498 |  30 |  10 |  18 |  14k| 825 | 0.000000e+00 |      --      |    Inf 
30.49/30.55	c  26.4s| 50000 |  6186 |104793 |   2.1 |7044k|  26 |   4 |  30 |4676 |  30 |  10 |  18 |  17k| 908 | 0.000000e+00 |      --      |    Inf 
37.78/37.82	c  32.7s| 60000 |  6627 |126318 |   2.1 |7656k|  26 |   4 |  30 |4724 |  30 |  10 |  18 |  21k| 980 | 0.000000e+00 |      --      |    Inf 
45.58/45.66	c  39.7s| 70000 |  6946 |148318 |   2.1 |8272k|  26 |   4 |  30 |5045 |  30 |  10 |  18 |  24k|1053 | 0.000000e+00 |      --      |    Inf 
53.68/53.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
53.68/53.70	c  46.9s| 80000 |  7080 |170068 |   2.1 |8579k|  26 |   - |  30 |4695 |  30 |  10 |  18 |  28k|1120 | 0.000000e+00 |      --      |    Inf 
61.67/61.70	c  54.1s| 90000 |  7119 |191564 |   2.1 |8955k|  26 |   - |  30 |5080 |   0 |   0 |  18 |  32k|1189 | 0.000000e+00 |      --      |    Inf 
70.08/70.12	c  61.8s|100000 |  7050 |213600 |   2.1 |9320k|  26 |   4 |  30 |5622 |  30 |  10 |  18 |  35k|1225 | 0.000000e+00 |      --      |    Inf 
78.66/78.73	c  69.5s|110000 |  7181 |236111 |   2.1 |9731k|  26 |   4 |  30 |6074 |  30 |  10 |  18 |  39k|1281 | 0.000000e+00 |      --      |    Inf 
87.25/87.30	c  77.2s|120000 |  7271 |258196 |   2.2 |9974k|  26 |   4 |  30 |5771 |  30 |  10 |  18 |  42k|1322 | 0.000000e+00 |      --      |    Inf 
95.45/95.60	c  84.7s|130000 |  7395 |279934 |   2.2 |  10M|  26 |   4 |  30 |6466 |  30 |  10 |  18 |  46k|1362 | 0.000000e+00 |      --      |    Inf 
105.56/105.65	c  93.9s|140000 |  7070 |302869 |   2.2 |  10M|  26 |   4 |  30 |5913 |  30 |  10 |  18 |  50k|1404 | 0.000000e+00 |      --      |    Inf 
114.15/114.25	c   102s|150000 |  7231 |324344 |   2.2 |  10M|  26 |   - |  30 |7050 |  30 |  10 |  18 |  53k|1440 | 0.000000e+00 |      --      |    Inf 
124.25/124.38	c   111s|160000 |  7077 |346472 |   2.2 |  10M|  26 |   4 |  30 |6744 |  30 |  10 |  18 |  57k|1487 | 0.000000e+00 |      --      |    Inf 
134.74/134.88	c   121s|170000 |  6615 |368413 |   2.2 |  10M|  26 |   - |  30 |6195 |  30 |  10 |  18 |  61k|1517 | 0.000000e+00 |      --      |    Inf 
143.95/144.07	c   129s|180000 |  6367 |389290 |   2.2 |  10M|  26 |   - |  30 |6196 |  30 |  10 |  18 |  64k|1557 | 0.000000e+00 |      --      |    Inf 
152.14/152.26	c   136s|190000 |  6705 |411503 |   2.2 |  11M|  26 |   - |  30 |6763 |  30 |  10 |  18 |  68k|1593 | 0.000000e+00 |      --      |    Inf 
162.84/162.97	c   146s|200000 |  5876 |433220 |   2.2 |  10M|  26 |   - |  30 |5336 |  30 |  10 |  18 |  71k|1628 | 0.000000e+00 |      --      |    Inf 
171.94/172.03	c   154s|210000 |  5451 |455709 |   2.2 |  10M|  26 |   4 |  30 |6280 |  30 |  10 |  18 |  75k|1673 | 0.000000e+00 |      --      |    Inf 
180.34/180.48	c   162s|220000 |  6316 |477741 |   2.2 |  11M|  26 |   4 |  30 |7422 |  30 |  10 |  18 |  79k|1702 | 0.000000e+00 |      --      |    Inf 
190.43/190.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
190.43/190.56	c   171s|230000 |  5809 |499428 |   2.2 |  10M|  26 |   4 |  30 |7512 |  30 |  10 |  18 |  82k|1741 | 0.000000e+00 |      --      |    Inf 
202.43/202.51	c   182s|240000 |  5112 |522345 |   2.2 |  10M|  26 |   4 |  30 |7029 |  30 |  10 |  18 |  86k|1772 | 0.000000e+00 |      --      |    Inf 
212.02/212.13	c   191s|250000 |  4991 |544771 |   2.2 |  10M|  26 |   - |  30 |7670 |  30 |  10 |  18 |  89k|1809 | 0.000000e+00 |      --      |    Inf 
221.03/221.15	c   199s|260000 |  5520 |568011 |   2.2 |  11M|  26 |   - |  30 |9761 |  30 |  10 |  18 |  93k|1835 | 0.000000e+00 |      --      |    Inf 
231.42/231.51	c   209s|270000 |  6026 |589478 |   2.2 |  12M|  26 |   - |  30 |  10k|  30 |  10 |  18 |  97k|1857 | 0.000000e+00 |      --      |    Inf 
243.62/243.76	c   220s|280000 |  5829 |608467 |   2.2 |  12M|  26 |   - |  30 |  11k|  30 |  10 |  18 | 101k|1873 | 0.000000e+00 |      --      |    Inf 
258.01/258.11	c   234s|290000 |  5028 |629244 |   2.2 |  11M|  26 |   - |  30 |  10k|  30 |  10 |  18 | 105k|1903 | 0.000000e+00 |      --      |    Inf 
270.91/271.01	c   246s|300000 |  4541 |651485 |   2.2 |  10M|  26 |   4 |  30 |9439 |  30 |  10 |  18 | 109k|1938 | 0.000000e+00 |      --      |    Inf 
285.71/285.85	c   260s|310000 |  3509 |673594 |   2.2 |9433k|  26 |   4 |  30 |8058 |  30 |  10 |  18 | 112k|1981 | 0.000000e+00 |      --      |    Inf 
296.20/296.32	c   269s|320000 |  3241 |694657 |   2.2 |9413k|  26 |   - |  30 |8978 |  30 |  10 |  18 | 116k|2016 | 0.000000e+00 |      --      |    Inf 
309.20/309.33	c   281s|330000 |  2538 |716862 |   2.2 |8306k|  27 |   4 |  30 |8041 |  30 |  10 |  18 | 119k|2048 | 0.000000e+00 |      --      |    Inf 
320.80/320.93	c   292s|340000 |  1809 |739113 |   2.2 |7419k|  27 |   - |  30 |7959 |  30 |  10 |  18 | 123k|2085 | 0.000000e+00 |      --      |    Inf 
332.49/332.61	c   303s|350000 |  1301 |760735 |   2.2 |6541k|  27 |   4 |  30 |7298 |  30 |  10 |  18 | 127k|2118 | 0.000000e+00 |      --      |    Inf 
343.50/343.67	c   313s|360000 |   698 |782579 |   2.2 |5553k|  27 |   - |  30 |7323 |  30 |  10 |  18 | 130k|2147 | 0.000000e+00 |      --      |    Inf 
353.69/353.82	c   322s|370000 |   333 |803940 |   2.2 |5137k|  27 |   4 |  30 |7823 |  30 |  10 |  18 | 134k|2166 | 0.000000e+00 |      --      |    Inf 
362.99/363.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
362.99/363.11	c   331s|380000 |   937 |824842 |   2.2 |5990k|  27 |   4 |  30 |9186 |  30 |  10 |  18 | 138k|2197 | 0.000000e+00 |      --      |    Inf 
375.89/376.03	c   343s|390000 |   354 |844600 |   2.2 |5811k|  27 |   4 |  30 |  10k|  30 |  10 |  18 | 142k|2222 | 0.000000e+00 |      --      |    Inf 
387.38/387.52	c 
387.38/387.52	c SCIP Status        : problem is solved [infeasible]
387.38/387.52	c Solving Time (sec) : 353.48
387.38/387.52	c Solving Nodes      : 399217
387.38/387.52	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
387.38/387.52	c Dual Bound         : +1.00000000000000e+20
387.38/387.52	c Gap                : 0.00 %
387.38/387.52	s UNSATISFIABLE
387.38/387.52	c SCIP Status        : problem is solved [infeasible]
387.38/387.52	c Solving Time       :     353.48
387.38/387.52	c Original Problem   :
387.38/387.52	c   Problem name     : HOME/instance-2666226-1276599588.opb
387.38/387.52	c   Variables        : 31 (31 binary, 0 integer, 0 implicit integer, 0 continuous)
387.38/387.52	c   Constraints      : 9 initial, 9 maximal
387.38/387.52	c Presolved Problem  :
387.38/387.52	c   Problem name     : t_HOME/instance-2666226-1276599588.opb
387.38/387.52	c   Variables        : 30 (30 binary, 0 integer, 0 implicit integer, 0 continuous)
387.38/387.52	c   Constraints      : 4 initial, 11368 maximal
387.38/387.52	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
387.38/387.52	c   trivial          :       0.00          0          0          0          0          0          0          0          0
387.38/387.52	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
387.38/387.52	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
387.38/387.52	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
387.38/387.52	c   implics          :       0.00          0          0          0          0          0          0          0          0
387.38/387.52	c   probing          :       0.00          0          0          0          0          0          0          0          0
387.38/387.52	c   linear           :       0.01          0          0          0          0          0          5          0          0
387.38/387.52	c   logicor          :       0.00          0          0          0          0          0          0          0          0
387.38/387.52	c   root node        :          -          1          -          -          1          -          -          -          -
387.38/387.52	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
387.38/387.52	c   integral         :          0          0          0     212508          0        178        863          0          0     423096
387.38/387.52	c   linear           :          4+         7     890745          0          0      65675     560220          0          0          0
387.38/387.52	c   logicor          :          0+         0     459190          0          0       2112     173996          0          0          0
387.38/387.52	c   countsols        :          0          0          0          0          0          0          0          0          0          0
387.38/387.52	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
387.38/387.52	c   integral         :       3.39       0.00       0.00       3.39       0.00
387.38/387.52	c   linear           :      27.03       0.00      27.03       0.00       0.00
387.38/387.52	c   logicor          :     113.30       0.00     113.30       0.00       0.00
387.38/387.52	c   countsols        :       0.00       0.00       0.00       0.00       0.00
387.38/387.52	c Propagators        :       Time      Calls    Cutoffs    DomReds
387.38/387.52	c   vbounds          :       0.50          2          0          0
387.38/387.52	c   rootredcost      :       0.41          0          0          0
387.38/387.52	c   pseudoobj        :       0.37          0          0          0
387.38/387.52	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
387.38/387.52	c   propagation      :       3.09      67787      39016     115402       20.6          9       16.2          -
387.38/387.52	c   infeasible LP    :       3.84     142204      78476     114346       12.4        499       15.7          0
387.38/387.52	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
387.38/387.52	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
387.38/387.52	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
387.38/387.52	c   applied globally :          -          -          -     145334       13.8          -          -          -
387.38/387.52	c   applied locally  :          -          -          -          0        0.0          -          -          -
387.38/387.52	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
387.38/387.52	c   cut pool         :       0.00          5          -          -         10          -    (maximal pool size: 99)
387.38/387.52	c   redcost          :       0.41     212511          0          0          0          0
387.38/387.52	c   impliedbounds    :       0.00          6          0          0          0          0
387.38/387.52	c   intobj           :       0.00          0          0          0          0          0
387.38/387.52	c   cgmip            :       0.00          0          0          0          0          0
387.38/387.52	c   gomory           :       0.00          6          0          0          2          0
387.38/387.52	c   strongcg         :       0.00          6          0          0         56          0
387.38/387.52	c   cmir             :       0.02          6          0          0         23          0
387.38/387.52	c   flowcover        :       0.00          6          0          0         34          0
387.38/387.52	c   clique           :       0.00          1          0          0          0          0
387.38/387.52	c   zerohalf         :       0.00          0          0          0          0          0
387.38/387.52	c   mcf              :       0.00          1          0          0          0          0
387.38/387.52	c   rapidlearning    :       0.05          1          0          0          0         61
387.38/387.52	c Pricers            :       Time      Calls       Vars
387.38/387.52	c   problem variables:       0.00          0          0
387.38/387.52	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
387.38/387.52	c   relpscost        :       3.01     212508        178        863          0          0     423096
387.38/387.52	c   pscost           :       0.00          0          0          0          0          0          0
387.38/387.52	c   inference        :       0.00          0          0          0          0          0          0
387.38/387.52	c   mostinf          :       0.00          0          0          0          0          0          0
387.38/387.52	c   leastinf         :       0.00          0          0          0          0          0          0
387.38/387.52	c   fullstrong       :       0.00          0          0          0          0          0          0
387.38/387.52	c   allfullstrong    :       0.00          0          0          0          0          0          0
387.38/387.52	c   random           :       0.00          0          0          0          0          0          0
387.38/387.52	c Primal Heuristics  :       Time      Calls      Found
387.38/387.52	c   LP solutions     :       0.00          -          0
387.38/387.52	c   pseudo solutions :       0.00          -          0
387.38/387.52	c   oneopt           :       0.42          0          0
387.38/387.52	c   crossover        :       0.26          0          0
387.38/387.52	c   guideddiving     :       0.04          0          0
387.38/387.52	c   linesearchdiving :       0.02         33          0
387.38/387.52	c   coefdiving       :       0.04         33          0
387.38/387.52	c   fracdiving       :       0.07         33          0
387.38/387.52	c   veclendiving     :       0.04         33          0
387.38/387.52	c   pscostdiving     :       0.07         33          0
387.38/387.52	c   feaspump         :       0.05         17          0
387.38/387.52	c   objpscostdiving  :       0.02         17          0
387.38/387.52	c   rootsoldiving    :       0.05         17          0
387.38/387.52	c   trivial          :       0.00          2          0
387.38/387.52	c   simplerounding   :       0.11          0          0
387.38/387.52	c   zirounding       :       0.19       1000          0
387.38/387.52	c   rounding         :       0.31       6514          0
387.38/387.52	c   shifting         :       0.92       2272          0
387.38/387.52	c   intshifting      :       0.01          0          0
387.38/387.52	c   twoopt           :       0.00          0          0
387.38/387.52	c   fixandinfer      :       0.00          0          0
387.38/387.52	c   intdiving        :       0.00          0          0
387.38/387.52	c   actconsdiving    :       0.00          0          0
387.38/387.52	c   octane           :       0.00          0          0
387.38/387.52	c   rens             :       0.02          1          0
387.38/387.52	c   rins             :       0.00          0          0
387.38/387.52	c   localbranching   :       0.00          0          0
387.38/387.52	c   mutation         :       0.00          0          0
387.38/387.52	c   dins             :       0.00          0          0
387.38/387.52	c   undercover       :       0.00          0          0
387.38/387.52	c   nlp              :       0.19          0          0
387.38/387.52	c   trysol           :       0.21          0          0
387.38/387.52	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
387.38/387.52	c   primal LP        :       0.00          0          0       0.00          -
387.38/387.52	c   dual LP          :      57.84     342642     862928       2.52   14919.23
387.38/387.52	c   lex dual LP      :       0.00          0          0       0.00          -
387.38/387.52	c   barrier LP       :       0.00          0          0       0.00          -
387.38/387.52	c   diving/probing LP:       0.08        244        419       1.72    5237.50
387.38/387.52	c   strong branching :       0.58       2250       8659       3.85   14929.31
387.38/387.52	c     (at root node) :          -          9        114      12.67          -
387.38/387.52	c   conflict analysis:       0.00          0          0       0.00          -
387.38/387.52	c B&B Tree           :
387.38/387.52	c   number of runs   :          1
387.38/387.52	c   nodes            :     399217
387.38/387.52	c   nodes (total)    :     399217
387.38/387.52	c   nodes left       :          0
387.38/387.52	c   max depth        :         27
387.38/387.52	c   max depth (total):         27
387.38/387.52	c   backtracks       :     109825 (27.5%)
387.38/387.52	c   delayed cutoffs  :      23880
387.38/387.52	c   repropagations   :     245089 (286938 domain reductions, 22106 cutoffs)
387.38/387.52	c   avg switch length:       5.60
387.38/387.52	c   switching time   :      93.69
387.38/387.52	c Solution           :
387.38/387.52	c   Solutions found  :          0 (0 improvements)
387.38/387.52	c   Primal Bound     : infeasible
387.38/387.52	c   Dual Bound       :          -
387.38/387.52	c   Gap              :       0.00 %
387.38/387.52	c   Root Dual Bound  : +0.00000000000000e+00
387.38/387.52	c   Root Iterations  :         55
387.38/387.55	c Time complete: 387.44.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.08 3/106 9906
/proc/meminfo: memFree=1778156/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=9288 CPUtime=0
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 1092 0 0 0 0 0 0 0 24 0 1 0 1249654 9510912 1012 1992294400 4194304 9819077 140736908002576 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9906/statm: 2322 1023 371 1374 0 943 0

[startup+0.0412041 s]
/proc/loadavg: 0.92 0.98 1.08 3/106 9906
/proc/meminfo: memFree=1778156/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=21364 CPUtime=0.03
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 4936 0 0 0 2 1 0 0 24 0 1 0 1249654 21876736 3722 1992294400 4194304 9819077 140736908002576 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 5341 3722 675 1374 0 3962 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21364

[startup+0.101208 s]
/proc/loadavg: 0.92 0.98 1.08 3/106 9906
/proc/meminfo: memFree=1778156/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=15268 CPUtime=0.09
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 5053 0 0 0 8 1 0 0 24 0 1 0 1249654 15634432 2530 1992294400 4194304 9819077 140736908002576 18446744073709551615 4310671 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 3817 2530 687 1374 0 2438 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15268

[startup+0.301225 s]
/proc/loadavg: 0.92 0.98 1.08 3/106 9906
/proc/meminfo: memFree=1778156/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=15140 CPUtime=0.29
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 12314 0 0 0 22 7 0 0 24 0 1 0 1249654 15503360 2615 1992294400 4194304 9819077 140736908002576 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 3785 2615 724 1374 0 2406 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15140

[startup+0.701256 s]
/proc/loadavg: 0.92 0.98 1.08 3/106 9906
/proc/meminfo: memFree=1778156/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=15700 CPUtime=0.69
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 16127 0 0 0 54 15 0 0 25 0 1 0 1249654 16076800 2635 1992294400 4194304 9819077 140736908002576 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 3925 2635 724 1374 0 2546 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15700

[startup+1.50132 s]
/proc/loadavg: 0.92 0.98 1.08 2/107 9907
/proc/meminfo: memFree=1769840/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=16680 CPUtime=1.49
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 25560 0 0 0 121 28 0 0 25 0 1 0 1249654 17080320 2841 1992294400 4194304 9819077 140736908002576 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 4170 2841 724 1374 0 2791 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16680

[startup+3.10145 s]
/proc/loadavg: 0.92 0.98 1.08 2/107 9907
/proc/meminfo: memFree=1768724/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=18524 CPUtime=3.09
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 43746 0 0 0 254 55 0 0 25 0 1 0 1249654 18968576 3287 1992294400 4194304 9819077 140736908002576 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 4631 3287 724 1374 0 3252 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18524

[startup+6.30071 s]
/proc/loadavg: 0.93 0.98 1.08 2/107 9907
/proc/meminfo: memFree=1766864/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=19192 CPUtime=6.29
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 76324 0 0 0 527 102 0 0 25 0 1 0 1249654 19652608 3472 1992294400 4194304 9819077 140736908002576 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 4559 3468 724 1374 0 3180 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19192

[startup+12.7002 s]
/proc/loadavg: 0.93 0.98 1.08 2/107 9907
/proc/meminfo: memFree=1764632/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=21400 CPUtime=12.69
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 139251 0 0 0 1076 193 0 0 25 0 1 0 1249654 21913600 4029 1992294400 4194304 9819077 140736908002576 18446744073709551615 4999897 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 5350 4029 724 1374 0 3971 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21400

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 1.08 2/107 9907
/proc/meminfo: memFree=1761904/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=24300 CPUtime=25.49
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 255409 0 0 0 2190 359 0 0 25 0 1 0 1249654 24883200 4706 1992294400 4194304 9819077 140736908002576 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 6075 4706 724 1374 0 4696 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24300

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 1.08 2/107 9909
/proc/meminfo: memFree=1759300/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=26684 CPUtime=51.08
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 450034 0 0 0 4462 646 0 0 25 0 1 0 1249654 27324416 5321 1992294400 4194304 9819077 140736908002576 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 6512 5318 724 1374 0 5133 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 26684

[startup+102.308 s]
/proc/loadavg: 0.98 0.98 1.07 2/107 9918
/proc/meminfo: memFree=1755952/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=29704 CPUtime=102.26
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 802983 0 0 0 9085 1141 0 0 25 0 1 0 1249654 30416896 6043 1992294400 4194304 9819077 140736908002576 18446744073709551615 4221231 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 7426 6043 724 1374 0 6047 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 29704

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.07 2/107 9920
/proc/meminfo: memFree=1755456/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=30308 CPUtime=162.24
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 1164982 0 0 0 14557 1667 0 0 25 0 1 0 1249654 31035392 6181 1992294400 4194304 9819077 140736908002576 18446744073709551615 4923119 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 7577 6181 725 1374 0 6198 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 30308

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/107 9922
/proc/meminfo: memFree=1755084/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=30748 CPUtime=222.22
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 1520824 0 0 0 20023 2199 0 0 25 0 1 0 1249654 31485952 6289 1992294400 4194304 9819077 140736908002576 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 7687 6289 725 1374 0 6308 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 30748

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/107 9924
/proc/meminfo: memFree=1753348/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=32764 CPUtime=282.21
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 1780513 0 0 0 25617 2604 0 0 25 0 1 0 1249654 33550336 6717 1992294400 4194304 9819077 140736908002576 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 8191 6717 725 1374 0 6812 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 32764

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.05 2/107 9926
/proc/meminfo: memFree=1753100/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=33092 CPUtime=342.19
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 2074279 0 0 0 31167 3052 0 0 25 0 1 0 1249654 33886208 6746 1992294400 4194304 9819077 140736908002576 18446744073709551615 5955645 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 8273 6746 725 1374 0 6894 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 33092

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

[startup+358.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/107 9926
/proc/meminfo: memFree=1753100/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=33092 CPUtime=358.19
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 2165863 0 0 0 32625 3194 0 0 25 0 1 0 1249654 33886208 6763 1992294400 4194304 9819077 140736908002576 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 8273 6763 725 1374 0 6894 0
Current children cumulated CPU time (s) 358.19
Current children cumulated vsize (KiB) 33092

[startup+371.101 s]
/proc/loadavg: 0.99 0.98 1.05 2/107 9926
/proc/meminfo: memFree=1753100/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=33092 CPUtime=370.99
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 2224515 0 0 0 33812 3287 0 0 25 0 1 0 1249654 33886208 6763 1992294400 4194304 9819077 140736908002576 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 8273 6763 725 1374 0 6894 0
Current children cumulated CPU time (s) 370.99
Current children cumulated vsize (KiB) 33092

[startup+377.502 s]
/proc/loadavg: 0.99 0.98 1.05 2/107 9926
/proc/meminfo: memFree=1753100/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=33092 CPUtime=377.39
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 2250734 0 0 0 34412 3327 0 0 25 0 1 0 1249654 33886208 6763 1992294400 4194304 9819077 140736908002576 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 8273 6763 725 1374 0 6894 0
Current children cumulated CPU time (s) 377.39
Current children cumulated vsize (KiB) 33092

[startup+383.908 s]
/proc/loadavg: 0.99 0.98 1.04 2/107 9926
/proc/meminfo: memFree=1752852/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=33280 CPUtime=383.79
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 2278415 0 0 0 35012 3367 0 0 25 0 1 0 1249654 34078720 6814 1992294400 4194304 9819077 140736908002576 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 8320 6814 725 1374 0 6941 0
Current children cumulated CPU time (s) 383.79
Current children cumulated vsize (KiB) 33280

[startup+385.501 s]
/proc/loadavg: 0.99 0.98 1.04 2/107 9926
/proc/meminfo: memFree=1752728/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=33100 CPUtime=385.38
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 2285718 0 0 0 35159 3379 0 0 25 0 1 0 1249654 33894400 6847 1992294400 4194304 9819077 140736908002576 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 8395 6850 725 1374 0 7016 0
Current children cumulated CPU time (s) 385.38
Current children cumulated vsize (KiB) 33100

[startup+386.301 s]
/proc/loadavg: 0.99 0.98 1.04 2/107 9926
/proc/meminfo: memFree=1752728/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=33580 CPUtime=386.18
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 2288511 0 0 0 35234 3384 0 0 25 0 1 0 1249654 34385920 6850 1992294400 4194304 9819077 140736908002576 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 8395 6850 725 1374 0 7016 0
Current children cumulated CPU time (s) 386.18
Current children cumulated vsize (KiB) 33580

[startup+387.102 s]
/proc/loadavg: 0.99 0.98 1.04 2/107 9926
/proc/meminfo: memFree=1752728/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=33580 CPUtime=386.99
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 2292646 0 0 0 35308 3391 0 0 25 0 1 0 1249654 34385920 6850 1992294400 4194304 9819077 140736908002576 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 8395 6850 725 1374 0 7016 0
Current children cumulated CPU time (s) 386.99
Current children cumulated vsize (KiB) 33580

[startup+387.502 s]
/proc/loadavg: 0.99 0.98 1.04 2/107 9926
/proc/meminfo: memFree=1752728/2059040 swapFree=4192956/4192956
[pid=9906] ppid=9904 vsize=33256 CPUtime=387.38
/proc/9906/stat : 9906 (pbscip.linux.x8) R 9904 9906 2329 0 -1 4202496 2293716 0 0 0 35345 3393 0 0 25 0 1 0 1249654 34054144 6769 1992294400 4194304 9819077 140736908002576 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9906/statm: 8314 6769 725 1374 0 6935 0
Current children cumulated CPU time (s) 387.38
Current children cumulated vsize (KiB) 33256

Child status: 0
Real time (s): 387.559
CPU time (s): 387.449
CPU user time (s): 353.512
CPU system time (s): 33.9368
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 33580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 353.512
system time used= 33.9368
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2293751
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= 1
involuntary context switches= 677

runsolver used 0.625904 second user time and 1.86172 second system time

The end

Launcher Data

Begin job on node057 at 2010-06-15 12:59:48
IDJOB=2666226
IDBENCH=2897
IDSOLVER=1168
FILE ID=node057/2666226-1276599588
PBS_JOBID= 11173556
Free space on /tmp= 62536 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2666226-1276599588/watcher-2666226-1276599588 -o /tmp/evaluation-result-2666226-1276599588/solver-2666226-1276599588 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2666226-1276599588.opb -t 1800 -m 1800

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

MD5SUM BENCH= d2b3af71376059fa940b007abcee01cc
RANDOM SEED=1726397456

node057.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
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.247
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1778684 kB
Buffers:         10836 kB
Cached:         135184 kB
SwapCached:          0 kB
Active:         108432 kB
Inactive:        96896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1778684 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6228 kB
Writeback:           0 kB
AnonPages:       59232 kB
Mapped:          15376 kB
Slab:            53284 kB
PageTables:       3928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181260 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62528 MiB
End job on node057 at 2010-06-15 13:06:16