Trace number 1869492

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)UNSAT 492.134 492.296

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_2.opb
MD5SUM1d7dd5c267917b6fb58d303c57bfa918
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 benchmark8.29574
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 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2424
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.01	c SCIP version 1.1.0.7
0.00/0.01	c LP-Solver SoPlex 1.4.1
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c read problem <HOME/instance-1869492-1245174570.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 start presolving problem
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.01	c presolving (3 rounds):
0.00/0.01	c  1 deleted vars, 5 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 30 variables (30 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.01	c       4 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c OPT-LIN
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = c 1620
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = c 1791
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = c 10000
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving problem
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c   0.0s|     1 |     0 |    16 | 172k|   0 |   4 |  30 |   4 |   4 |  30 |   4 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    68 | 188k|   0 |   7 |  30 |   4 |   4 |  30 |   7 |   3 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    74 | 209k|   0 |  10 |  30 |   4 |   4 |  30 |  10 |   6 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    81 | 226k|   0 |  12 |  30 |   4 |   4 |  30 |  14 |  10 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    89 | 233k|   0 |   9 |  30 |   4 |   4 |  30 |  16 |  12 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    91 | 248k|   0 |  10 |  30 |   4 |   4 |  30 |  18 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    95 | 255k|   0 |  13 |  30 |   4 |   4 |  30 |  22 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.06/0.08	c   0.1s|     1 |     2 |    95 | 255k|   0 |  13 |  30 |   4 |   4 |  30 |  22 |  18 |   0 |  13 | 0.000000e+00 |      --      |    Inf 
3.49/3.58	c   3.3s| 10000 |  1072 | 17160 |2449k|  24 |   4 |  30 |3079 | 100 |  30 |  13 |  18 |5007 | 553 | 0.000000e+00 |      --      |    Inf 
7.59/7.65	c   7.2s| 20000 |  1653 | 33559 |3288k|  25 |   4 |  30 |3952 |   7 |  30 |  13 |  18 |9578 | 887 | 0.000000e+00 |      --      |    Inf 
12.39/12.45	c  11.7s| 30000 |  2133 | 49834 |4303k|  25 |   - |  30 |5672 |  10 |   0 |   0 |  18 |  14k|1174 | 0.000000e+00 |      --      |    Inf 
18.69/18.71	c  17.7s| 40000 |  2508 | 67614 |5422k|  25 |   4 |  30 |6975 | 243 |  30 |  13 |  18 |  19k|1556 | 0.000000e+00 |      --      |    Inf 
26.18/26.20	c  24.9s| 50000 |  2307 | 84120 |5277k|  25 |   4 |  30 |6130 | 252 |  30 |  13 |  18 |  23k|1826 | 0.000000e+00 |      --      |    Inf 
32.28/32.30	c  30.8s| 60000 |  2659 |100639 |6127k|  25 |   4 |  30 |7772 |  15 |  30 |  13 |  18 |  28k|2008 | 0.000000e+00 |      --      |    Inf 
39.98/40.03	c  38.3s| 70000 |  2493 |116599 |6024k|  25 |   - |  30 |7138 |  10 |   0 |   0 |  18 |  33k|2112 | 0.000000e+00 |      --      |    Inf 
47.97/48.05	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
47.97/48.05	c  46.1s| 80000 |  2168 |132461 |5850k|  25 |   4 |  30 |6853 | 110 |  30 |  13 |  18 |  37k|2257 | 0.000000e+00 |      --      |    Inf 
55.37/55.45	c  53.2s| 90000 |  2124 |149256 |6443k|  25 |   - |  30 |8632 |  10 |  30 |  13 |  18 |  42k|2449 | 0.000000e+00 |      --      |    Inf 
64.07/64.19	c  61.7s|100000 |  1772 |165926 |6261k|  25 |   4 |  30 |8571 |  26 |  30 |  13 |  18 |  47k|2669 | 0.000000e+00 |      --      |    Inf 
73.47/73.53	c  70.8s|110000 |  1218 |182288 |5504k|  25 |   4 |  30 |7556 | 160 |  30 |  13 |  18 |  52k|2764 | 0.000000e+00 |      --      |    Inf 
80.87/80.98	c  78.0s|120000 |  1217 |198586 |5946k|  25 |   4 |  30 |8825 |  16 |  30 |  13 |  18 |  57k|2874 | 0.000000e+00 |      --      |    Inf 
88.46/88.56	c  85.4s|130000 |  1547 |215340 |6589k|  25 |   4 |  30 |9943 | 213 |  30 |  13 |  18 |  61k|3081 | 0.000000e+00 |      --      |    Inf 
97.76/97.88	c  94.5s|140000 |  1272 |231336 |6591k|  25 |   4 |  30 |9877 | 112 |  30 |  13 |  18 |  66k|3225 | 0.000000e+00 |      --      |    Inf 
106.66/106.78	c   103s|150000 |  1475 |247766 |6757k|  25 |   4 |  30 |9757 |  15 |  30 |  13 |  18 |  70k|3395 | 0.000000e+00 |      --      |    Inf 
117.56/117.70	c   114s|160000 |  1107 |264764 |6443k|  25 |   - |  30 |9305 |   3 |   0 |   0 |  18 |  75k|3483 | 0.000000e+00 |      --      |    Inf 
126.46/126.58	c   122s|170000 |   672 |280952 |5656k|  25 |   - |  30 |8513 |   8 |  30 |  13 |  18 |  80k|3583 | 0.000000e+00 |      --      |    Inf 
135.45/135.55	c   131s|180000 |   302 |297960 |5125k|  25 |   - |  30 |8420 |  61 |  30 |  13 |  18 |  85k|3701 | 0.000000e+00 |      --      |    Inf 
143.75/143.83	c   139s|190000 |   143 |315119 |5313k|  25 |   - |  30 |9874 |  19 |   0 |   0 |  18 |  90k|3813 | 0.000000e+00 |      --      |    Inf 
153.24/153.37	c   149s|200000 |   143 |331914 |5364k|  25 |   4 |  30 |  10k| 165 |  30 |  13 |  18 |  95k|3875 | 0.000000e+00 |      --      |    Inf 
162.03/162.12	c   157s|210000 |   422 |348328 |6227k|  25 |   4 |  30 |  11k|  29 |  30 |  13 |  18 |  99k|3921 | 0.000000e+00 |      --      |    Inf 
172.33/172.41	c   167s|220000 |   136 |365069 |6144k|  25 |   4 |  30 |  12k| 232 |  30 |  13 |  18 | 103k|3991 | 0.000000e+00 |      --      |    Inf 
182.63/182.72	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
182.63/182.72	c   177s|230000 |    96 |381661 |6795k|  25 |   - |  30 |  14k|  29 |  30 |  13 |  18 | 108k|4045 | 0.000000e+00 |      --      |    Inf 
194.13/194.29	c   189s|240000 |   512 |398623 |6900k|  25 |   4 |  30 |  13k| 113 |  30 |  13 |  18 | 112k|4090 | 0.000000e+00 |      --      |    Inf 
204.82/204.98	c   199s|250000 |   739 |415658 |7559k|  25 |   - |  30 |  14k|  18 |   0 |   0 |  18 | 117k|4168 | 0.000000e+00 |      --      |    Inf 
216.63/216.76	c   211s|260000 |   594 |432187 |7586k|  25 |   4 |  30 |  14k|   5 |  30 |  13 |  18 | 122k|4254 | 0.000000e+00 |      --      |    Inf 
228.62/228.76	c   222s|270000 |   375 |448972 |7572k|  25 |   - |  30 |  14k| 161 |  30 |  13 |  18 | 126k|4314 | 0.000000e+00 |      --      |    Inf 
240.51/240.61	c   234s|280000 |   251 |465425 |7488k|  25 |   4 |  30 |  15k|  94 |  30 |  13 |  18 | 131k|4391 | 0.000000e+00 |      --      |    Inf 
253.01/253.19	c   246s|290000 |   513 |482189 |7851k|  25 |   4 |  30 |  15k| 135 |  30 |  13 |  18 | 136k|4456 | 0.000000e+00 |      --      |    Inf 
265.41/265.55	c   258s|300000 |   985 |498613 |8773k|  25 |   4 |  30 |  17k| 270 |  30 |  13 |  18 | 140k|4542 | 0.000000e+00 |      --      |    Inf 
278.39/278.56	c   271s|310000 |  1735 |515469 |9099k|  25 |   - |  30 |  16k|  12 |  30 |  13 |  18 | 144k|4595 | 0.000000e+00 |      --      |    Inf 
291.50/291.65	c   284s|320000 |  2071 |532103 |9819k|  25 |   - |  30 |  17k| 156 |   0 |   0 |  18 | 148k|4689 | 0.000000e+00 |      --      |    Inf 
307.49/307.62	c   300s|330000 |  1651 |548354 |9388k|  25 |   - |  30 |  16k| 179 |  30 |  13 |  18 | 153k|4738 | 0.000000e+00 |      --      |    Inf 
322.58/322.75	c   315s|340000 |  1021 |564646 |9013k|  25 |   - |  30 |  16k|   6 |  30 |  13 |  18 | 158k|4790 | 0.000000e+00 |      --      |    Inf 
338.08/338.20	c   330s|350000 |   450 |581469 |8576k|  25 |   4 |  30 |  16k|  49 |  30 |  13 |  18 | 163k|4866 | 0.000000e+00 |      --      |    Inf 
352.47/352.66	c   344s|360000 |   240 |597539 |8417k|  26 |   4 |  30 |  17k|  29 |  30 |  13 |  18 | 168k|4925 | 0.000000e+00 |      --      |    Inf 
366.97/367.10	c   358s|370000 |   198 |613196 |8822k|  26 |   - |  30 |  18k| 225 |  30 |  13 |  18 | 172k|4966 | 0.000000e+00 |      --      |    Inf 
382.27/382.42	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
382.27/382.42	c   373s|380000 |   198 |628896 |9301k|  26 |   4 |  30 |  20k|  11 |  30 |  13 |  18 | 176k|5002 | 0.000000e+00 |      --      |    Inf 
399.66/399.82	c   390s|390000 |    72 |644878 |9470k|  26 |   4 |  30 |  20k|  25 |  30 |  13 |  18 | 180k|5050 | 0.000000e+00 |      --      |    Inf 
416.45/416.64	c   407s|400000 |   135 |662414 |9615k|  26 |   4 |  30 |  21k|  86 |  30 |  13 |  18 | 185k|5071 | 0.000000e+00 |      --      |    Inf 
432.95/433.10	c   423s|410000 |   564 |677181 |9933k|  26 |   - |  30 |  20k|  16 |  30 |  13 |  18 | 188k|5099 | 0.000000e+00 |      --      |    Inf 
449.05/449.25	c   439s|420000 |   490 |691487 |  10M|  26 |   - |  30 |  21k|2933 |   0 |   0 |  18 | 191k|5146 | 0.000000e+00 |      --      |    Inf 
466.34/466.57	c   456s|430000 |   511 |705774 |  10M|  26 |   - |  30 |  22k|   6 |  30 |  13 |  18 | 194k|5184 | 0.000000e+00 |      --      |    Inf 
485.83/486.04	c   476s|440000 |    31 |719615 |9997k|  26 |   4 |  30 |  22k| 122 |  30 |  13 |  18 | 197k|5211 | 0.000000e+00 |      --      |    Inf 
492.03/492.24	c 
492.03/492.24	c SCIP Status        : problem is solved [infeasible]
492.03/492.24	c Solving Time (sec) : 481.62
492.03/492.24	c Solving Nodes      : 443685
492.03/492.24	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
492.03/492.24	c Dual Bound         : +1.00000000000000e+20
492.03/492.24	c Gap                : 0.00 %
492.03/492.24	c NODE         443685
492.03/492.24	c DUAL BOUND   1e+20
492.03/492.24	c PRIMAL BOUND 1e+20
492.03/492.24	c GAP          0
492.03/492.24	s UNSATISFIABLE
492.03/492.24	c SCIP Status        : problem is solved [infeasible]
492.03/492.24	c Solving Time       :     481.62
492.03/492.24	c Original Problem   :
492.03/492.24	c   Problem name     : HOME/instance-1869492-1245174570.opb
492.03/492.24	c   Variables        : 31 (31 binary, 0 integer, 0 implicit integer, 0 continuous)
492.03/492.24	c   Constraints      : 9 initial, 9 maximal
492.03/492.24	c Presolved Problem  :
492.03/492.24	c   Problem name     : t_HOME/instance-1869492-1245174570.opb
492.03/492.24	c   Variables        : 30 (30 binary, 0 integer, 0 implicit integer, 0 continuous)
492.03/492.24	c   Constraints      : 4 initial, 22574 maximal
492.03/492.24	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
492.03/492.24	c   trivial          :       0.00          0          0          0          0          0          0          0          0
492.03/492.24	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
492.03/492.24	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
492.03/492.24	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
492.03/492.24	c   implics          :       0.00          0          0          0          0          0          0          0          0
492.03/492.24	c   probing          :       0.00          0          0          0          0          0          0          0          0
492.03/492.24	c   linear           :       0.00          0          0          0          0          0          5          0          0
492.03/492.24	c   logicor          :       0.00          0          0          0          0          0          0          0          0
492.03/492.24	c   root node        :          -          1          -          -          1          -          -          -          -
492.03/492.24	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
492.03/492.24	c   integral         :          0          0          0     248992          0       1170       3069          0          0     489628
492.03/492.24	c   linear           :          4          6    1002123          0          0     161579    1289380          0          0          0
492.03/492.24	c   logicor          :          0+         0     515801          0          0       6157     179024          0          0          0
492.03/492.24	c   countsols        :          0          0          0          0          0          0          0          0          0          0
492.03/492.24	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
492.03/492.24	c   integral         :       3.98       0.00       0.00       3.98       0.00
492.03/492.24	c   linear           :      44.82       0.00      44.82       0.00       0.00
492.03/492.24	c   logicor          :     197.21       0.00     197.21       0.00       0.00
492.03/492.24	c   countsols        :       0.00       0.00       0.00       0.00       0.00
492.03/492.24	c Propagators        :       Time      Calls    Cutoffs    DomReds
492.03/492.24	c   rootredcost      :       0.33          0          0          0
492.03/492.24	c   pseudoobj        :       0.23          0          0          0
492.03/492.24	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
492.03/492.24	c   propagation      :       6.79     167736      77303     199107       19.3         24       16.2          -
492.03/492.24	c   infeasible LP    :       4.38      77977      77973     128476       12.9        990       17.6          0
492.03/492.24	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
492.03/492.24	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
492.03/492.24	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
492.03/492.24	c   applied globally :          -          -          -     198032       14.8          -          -          -
492.03/492.24	c   applied locally  :          -          -          -          0        0.0          -          -          -
492.03/492.24	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
492.03/492.24	c   cut pool         :       0.00          5          -          -         25          -    (maximal pool size: 80)
492.03/492.24	c   redcost          :       0.42     248992          0          0          0          0
492.03/492.24	c   impliedbounds    :       0.00          6          0          0          0          0
492.03/492.24	c   intobj           :       0.00          0          0          0          0          0
492.03/492.24	c   gomory           :       0.00          6          0          0          0          0
492.03/492.24	c   strongcg         :       0.00          6          0          0         26          0
492.03/492.24	c   cmir             :       0.00          6          0          0         30          0
492.03/492.24	c   flowcover        :       0.01          6          0          0         53          0
492.03/492.24	c   clique           :       0.00          1          0          0          0          0
492.03/492.24	c   zerohalf         :       0.00          0          0          0          0          0
492.03/492.24	c   mcf              :       0.00          1          0          0          0          0
492.03/492.24	c Pricers            :       Time      Calls       Vars
492.03/492.24	c   problem variables:       0.00          0          0
492.03/492.24	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
492.03/492.24	c   relpscost        :       3.68     248992       1170       3069          0          0     489628
492.03/492.24	c   pscost           :       0.00          0          0          0          0          0          0
492.03/492.24	c   inference        :       0.00          0          0          0          0          0          0
492.03/492.24	c   mostinf          :       0.00          0          0          0          0          0          0
492.03/492.24	c   leastinf         :       0.00          0          0          0          0          0          0
492.03/492.24	c   fullstrong       :       0.00          0          0          0          0          0          0
492.03/492.24	c   allfullstrong    :       0.00          0          0          0          0          0          0
492.03/492.24	c   random           :       0.00          0          0          0          0          0          0
492.03/492.24	c Primal Heuristics  :       Time      Calls      Found
492.03/492.24	c   LP solutions     :       0.00          -          0
492.03/492.24	c   pseudo solutions :       0.00          -          0
492.03/492.24	c   oneopt           :       0.18          0          0
492.03/492.24	c   crossover        :       0.07          0          0
492.03/492.24	c   guideddiving     :       0.07          0          0
492.03/492.24	c   intshifting      :       0.05          0          0
492.03/492.24	c   objpscostdiving  :       0.05        106          0
492.03/492.24	c   veclendiving     :       0.17        365          0
492.03/492.24	c   pscostdiving     :       0.09        366          0
492.03/492.24	c   fracdiving       :       0.15        366          0
492.03/492.24	c   linesearchdiving :       0.11        388          0
492.03/492.24	c   coefdiving       :       0.10        400          0
492.03/492.24	c   feaspump         :       0.32        394          0
492.03/492.24	c   simplerounding   :       0.12          0          0
492.03/492.24	c   rounding         :       0.28       7042          0
492.03/492.24	c   shifting         :       0.85       2411          0
492.03/492.24	c   fixandinfer      :       0.00          0          0
492.03/492.24	c   intdiving        :       0.00          0          0
492.03/492.24	c   actconsdiving    :       0.00          0          0
492.03/492.24	c   rootsoldiving    :       0.03         26          0
492.03/492.24	c   octane           :       0.00          0          0
492.03/492.24	c   rens             :       0.02          1          0
492.03/492.24	c   rins             :       0.00          0          0
492.03/492.24	c   localbranching   :       0.00          0          0
492.03/492.24	c   mutation         :       0.00          0          0
492.03/492.24	c   dins             :       0.00          0          0
492.03/492.24	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
492.03/492.24	c   primal LP        :       0.00          0          0       0.00          -
492.03/492.24	c   dual LP          :      23.68     322741     721209       2.23   30456.46
492.03/492.24	c   barrier LP       :       0.00          0          0       0.00          -
492.03/492.24	c   diving/probing LP:       0.14       2597       3360       1.29   24000.00
492.03/492.24	c   strong branching :       0.63       5243      12782       2.44   20288.89
492.03/492.24	c     (at root node) :          -         13        341      26.23          -
492.03/492.24	c   conflict analysis:       0.00          0          0       0.00          -
492.03/492.24	c B&B Tree           :
492.03/492.24	c   number of runs   :          1
492.03/492.24	c   nodes            :     443685
492.03/492.24	c   nodes (total)    :     443685
492.03/492.24	c   nodes left       :          0
492.03/492.24	c   max depth        :         26
492.03/492.24	c   max depth (total):         26
492.03/492.24	c   backtracks       :     123857 (27.9%)
492.03/492.24	c   delayed cutoffs  :      45944
492.03/492.24	c   repropagations   :     213124 (458346 domain reductions, 44057 cutoffs)
492.03/492.24	c   avg switch length:       4.63
492.03/492.24	c   switching time   :     134.41
492.03/492.24	c Solution           :
492.03/492.24	c   Solutions found  :          0 (0 improvements)
492.03/492.24	c   Primal Bound     : infeasible
492.03/492.24	c   Dual Bound       :          -
492.03/492.24	c   Gap              :       0.00 %
492.03/492.24	c   Root Dual Bound  : +0.00000000000000e+00
492.03/492.29	c Time complete: 492.13.

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-1869492-1245174570/watcher-1869492-1245174570 -o /tmp/evaluation-result-1869492-1245174570/solver-1869492-1245174570 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869492-1245174570.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.92 0.99 0.99 3/64 5583
/proc/meminfo: memFree=1847136/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=4648 CPUtime=0
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 500 0 0 0 0 0 0 0 18 0 1 0 185057944 4759552 485 1992294400 4194304 7823515 548682068736 18446744073709551615 5939376 0 0 4096 0 0 0 0 17 1 0 0
/proc/5583/statm: 1082 485 320 886 0 192 0

[startup+0.076701 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 5583
/proc/meminfo: memFree=1847136/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=14668 CPUtime=0.06
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 4082 0 0 0 5 1 0 0 18 0 1 0 185057944 15020032 2854 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 3667 2854 561 886 0 2777 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 14668

[startup+0.101705 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 5583
/proc/meminfo: memFree=1847136/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=14668 CPUtime=0.09
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 4082 0 0 0 7 2 0 0 18 0 1 0 185057944 15020032 2854 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 3667 2854 561 886 0 2777 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14668

[startup+0.30174 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 5583
/proc/meminfo: memFree=1847136/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=14668 CPUtime=0.29
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 4088 0 0 0 25 4 0 0 19 0 1 0 185057944 15020032 2860 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 3667 2860 567 886 0 2777 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14668

[startup+0.70181 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 5583
/proc/meminfo: memFree=1847136/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=14668 CPUtime=0.69
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 4091 0 0 0 61 8 0 0 22 0 1 0 185057944 15020032 2863 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 3667 2863 567 886 0 2777 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14668

[startup+1.50195 s]
/proc/loadavg: 0.93 0.99 0.99 2/65 5584
/proc/meminfo: memFree=1837656/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=14668 CPUtime=1.49
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 4091 0 0 0 134 15 0 0 25 0 1 0 185057944 15020032 2863 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 3667 2863 567 886 0 2777 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14668

[startup+3.10123 s]
/proc/loadavg: 0.93 0.99 0.99 2/65 5584
/proc/meminfo: memFree=1837208/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=15664 CPUtime=3.09
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 4361 0 0 0 286 23 0 0 25 0 1 0 185057944 16039936 3133 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 3916 3133 567 886 0 3026 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15664

[startup+6.30179 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 5584
/proc/meminfo: memFree=1835736/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=16624 CPUtime=6.29
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 4581 0 0 0 586 43 0 0 25 0 1 0 185057944 17022976 3353 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 4156 3353 567 886 0 3266 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16624

[startup+12.7019 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 5584
/proc/meminfo: memFree=1833944/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=18468 CPUtime=12.69
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 5013 0 0 0 1195 74 0 0 25 0 1 0 185057944 18911232 3785 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 4617 3785 567 886 0 3727 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18468

[startup+25.5012 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 5584
/proc/meminfo: memFree=1831832/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=20780 CPUtime=25.48
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 5549 0 0 0 2426 122 0 0 25 0 1 0 185057944 21278720 4321 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 5195 4321 567 886 0 4305 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20780

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5584
/proc/meminfo: memFree=1830360/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=22688 CPUtime=51.07
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 5960 0 0 0 4903 204 0 0 25 0 1 0 185057944 23232512 4732 1992294400 4194304 7823515 548682068736 18446744073709551615 4207813 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 5672 4732 567 886 0 4782 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 22688

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5586
/proc/meminfo: memFree=1828376/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=24580 CPUtime=102.26
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 6410 0 0 0 9878 348 0 0 25 0 1 0 185057944 25169920 5182 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 6145 5182 567 886 0 5255 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 24580

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5586
/proc/meminfo: memFree=1827992/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=25052 CPUtime=162.24
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 6515 0 0 0 15726 498 0 0 25 0 1 0 185057944 25653248 5287 1992294400 4194304 7823515 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 6263 5287 567 886 0 5373 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 25052

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5586
/proc/meminfo: memFree=1825688/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=27888 CPUtime=222.22
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 7073 0 0 0 21597 625 0 0 25 0 1 0 185057944 28557312 5845 1992294400 4194304 7823515 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 6972 5845 567 886 0 6082 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 27888

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5586
/proc/meminfo: memFree=1824152/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=29188 CPUtime=282.2
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 7447 0 0 0 27480 740 0 0 25 0 1 0 185057944 29888512 6219 1992294400 4194304 7823515 548682068736 18446744073709551615 4243106 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 7297 6219 567 886 0 6407 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 29188

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5586
/proc/meminfo: memFree=1823960/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=29488 CPUtime=342.18
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 7485 0 0 0 33378 840 0 0 25 0 1 0 185057944 30195712 6257 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 7372 6257 567 886 0 6482 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 29488

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5586
/proc/meminfo: memFree=1822936/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=30472 CPUtime=402.16
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 7720 0 0 0 39286 930 0 0 25 0 1 0 185057944 31203328 6492 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 7618 6492 567 886 0 6728 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 30472

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5586
/proc/meminfo: memFree=1822360/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=31168 CPUtime=462.14
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 7865 0 0 0 45203 1011 0 0 25 0 1 0 185057944 31916032 6637 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 7792 6637 567 886 0 6902 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 31168

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

[startup+473.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5586
/proc/meminfo: memFree=1822360/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=31168 CPUtime=473.33
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 7866 0 0 0 46311 1022 0 0 25 0 1 0 185057944 31916032 6638 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 7792 6638 567 886 0 6902 0
Current children cumulated CPU time (s) 473.33
Current children cumulated vsize (KiB) 31168

[startup+479.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5586
/proc/meminfo: memFree=1822360/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=31168 CPUtime=479.73
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 7866 0 0 0 46943 1030 0 0 25 0 1 0 185057944 31916032 6638 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 7792 6638 567 886 0 6902 0
Current children cumulated CPU time (s) 479.73
Current children cumulated vsize (KiB) 31168

[startup+486.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5586
/proc/meminfo: memFree=1822360/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=31168 CPUtime=486.13
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 7866 0 0 0 47576 1037 0 0 25 0 1 0 185057944 31916032 6638 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 7792 6638 567 886 0 6902 0
Current children cumulated CPU time (s) 486.13
Current children cumulated vsize (KiB) 31168

[startup+489.505 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5586
/proc/meminfo: memFree=1822360/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=31168 CPUtime=489.34
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 7866 0 0 0 47893 1041 0 0 25 0 1 0 185057944 31916032 6638 1992294400 4194304 7823515 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 7792 6638 567 886 0 6902 0
Current children cumulated CPU time (s) 489.34
Current children cumulated vsize (KiB) 31168

[startup+491.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5586
/proc/meminfo: memFree=1822296/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=31168 CPUtime=490.93
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 7866 0 0 0 48050 1043 0 0 25 0 1 0 185057944 31916032 6638 1992294400 4194304 7823515 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 7792 6638 567 886 0 6902 0
Current children cumulated CPU time (s) 490.93
Current children cumulated vsize (KiB) 31168

[startup+491.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5586
/proc/meminfo: memFree=1822296/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=31440 CPUtime=491.73
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 7906 0 0 0 48129 1044 0 0 25 0 1 0 185057944 32194560 6678 1992294400 4194304 7823515 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 7860 6678 567 886 0 6970 0
Current children cumulated CPU time (s) 491.73
Current children cumulated vsize (KiB) 31440

[startup+492.103 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5586
/proc/meminfo: memFree=1822296/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=31440 CPUtime=491.93
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 7906 0 0 0 48148 1045 0 0 25 0 1 0 185057944 32194560 6678 1992294400 4194304 7823515 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 7860 6678 567 886 0 6970 0
Current children cumulated CPU time (s) 491.93
Current children cumulated vsize (KiB) 31440

[startup+492.203 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5586
/proc/meminfo: memFree=1822296/2055920 swapFree=4191900/4192956
[pid=5583] ppid=5581 vsize=31440 CPUtime=492.03
/proc/5583/stat : 5583 (pbscip.linux.x8) R 5581 5583 5546 0 -1 4194304 7906 0 0 0 48158 1045 0 0 25 0 1 0 185057944 32194560 6678 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5583/statm: 7860 6678 567 886 0 6970 0
Current children cumulated CPU time (s) 492.03
Current children cumulated vsize (KiB) 31440

Child status: 0
Real time (s): 492.296
CPU time (s): 492.134
CPU user time (s): 481.674
CPU system time (s): 10.4604
CPU usage (%): 99.9671
Max. virtual memory (cumulated for all children) (KiB): 31440

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

runsolver used 0.406938 second user time and 0.978851 second system time

The end

Launcher Data

Begin job on node4 at 2009-06-16 19:49:30
IDJOB=1869492
IDBENCH=2901
IDSOLVER=683
FILE ID=node4/1869492-1245174570
PBS_JOBID= 9363925
Free space on /tmp= 66408 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_2.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-1869492-1245174570/watcher-1869492-1245174570 -o /tmp/evaluation-result-1869492-1245174570/solver-1869492-1245174570 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869492-1245174570.opb

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

MD5SUM BENCH= 1d7dd5c267917b6fb58d303c57bfa918
RANDOM SEED=783696562

node4.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.259
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.259
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:       1847616 kB
Buffers:         40148 kB
Cached:         100080 kB
SwapCached:        260 kB
Active:          32756 kB
Inactive:       120628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1847616 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            9904 kB
Writeback:           0 kB
Mapped:          21660 kB
Slab:            40856 kB
Committed_AS:   140020 kB
PageTables:       1472 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= 66400 MiB
End job on node4 at 2009-06-16 19:57:42