Trace number 1869712

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)? 1795.07 1795.74

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_1.opb
MD5SUMa7af672db5daf9bd21f1768f531add6b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark1800.55
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables21320
Total number of constraints79746
Number of constraints which are clauses79734
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint1
Maximum length of a constraint1407
Number of terms in the objective function 1407
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 1407
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 35
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1442
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.19/1.20	c SCIP version 1.1.0.7
1.19/1.20	c LP-Solver SoPlex 1.4.1
1.19/1.20	c user parameter file <scip.set> not found - using default parameters
1.19/1.20	c read problem <HOME/instance-1869712-1245184744.opb>
1.19/1.20	c original problem has 21320 variables (21320 bin, 0 int, 0 impl, 0 cont) and 79746 constraints
1.49/1.53	c start presolving problem
1.49/1.53	c presolving:
2.39/2.43	c (round 1) 1339 del vars, 2653 del conss, 5 chg bounds, 10 chg sides, 11 chg coeffs, 0 upgd conss, 678660 impls, 0 clqs
2.39/2.49	c (round 2) 1339 del vars, 2683 del conss, 5 chg bounds, 10 chg sides, 11 chg coeffs, 0 upgd conss, 678660 impls, 0 clqs
3.09/3.19	c (round 3) 1339 del vars, 2684 del conss, 5 chg bounds, 10 chg sides, 11 chg coeffs, 77062 upgd conss, 678660 impls, 0 clqs
8.08/8.16	c    (6.6s) probing: 479/19981 (2.4%) - 0 fixings, 0 aggregations, 30049 implications, 0 bound changes
8.08/8.16	c    (6.6s) probing aborted: 100/100 successive totally useless probings
8.08/8.17	c presolving (4 rounds):
8.08/8.17	c  1339 deleted vars, 2684 deleted constraints, 5 tightened bounds, 0 added holes, 10 changed sides, 11 changed coefficients
8.08/8.17	c  738758 implications, 0 cliques
8.08/8.17	c presolved problem has 19981 variables (19981 bin, 0 int, 0 impl, 0 cont) and 77062 constraints
8.08/8.17	c       1 constraints of type <knapsack>
8.08/8.17	c   77061 constraints of type <logicor>
8.08/8.17	c transformed objective value is always integral (scale: 1)
8.08/8.17	c Presolving Time: 6.40
8.08/8.18	c OPT-LIN
8.08/8.18	c -----------------------------------------------------------------------------------------------
8.08/8.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.08/8.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.08/8.18	c limits/memory = c 1620
8.08/8.18	c # maximal time in seconds to run
8.08/8.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.08/8.18	c limits/time = c 1791
8.08/8.18	c # frequency for displaying node information lines
8.08/8.18	c # [type: int, range: [-1,2147483647], default: 100]
8.08/8.18	c display/freq = c 10000
8.08/8.18	c -----------------------------------------------------------------------------------------------
8.08/8.18	c start solving problem
8.08/8.18	c 
122.13/122.21	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
122.13/122.21	c   120s|     1 |     0 | 13471 | 159M|   0 |6155 |  19k|  77k|  77k|  19k|  77k|   0 |   0 |   0 | 1.060954e+01 |      --      |    Inf 
1794.52/1795.28	c  1791s|     1 |     2 | 56813 | 159M|   0 |6155 |  19k|  77k|  77k|  19k|  77k|   0 |   0 |   0 | 1.060954e+01 |      --      |    Inf 
1794.52/1795.28	c 
1794.52/1795.28	c SCIP Status        : solving was interrupted [time limit reached]
1794.52/1795.28	c Solving Time (sec) : 1791.31
1794.52/1795.28	c Solving Nodes      : 1
1794.52/1795.28	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1794.52/1795.28	c Dual Bound         : +1.06095434859089e+01
1794.52/1795.28	c Gap                : infinite
1794.52/1795.28	c NODE         1
1794.52/1795.28	c DUAL BOUND   10.6095
1794.52/1795.28	c PRIMAL BOUND 1e+20
1794.52/1795.28	c GAP          1e+20
1794.52/1795.28	s UNKNOWN
1794.52/1795.28	c SCIP Status        : solving was interrupted [time limit reached]
1794.52/1795.28	c Solving Time       :    1791.31
1794.52/1795.28	c Original Problem   :
1794.52/1795.28	c   Problem name     : HOME/instance-1869712-1245184744.opb
1794.52/1795.28	c   Variables        : 21320 (21320 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.52/1795.28	c   Constraints      : 79746 initial, 79746 maximal
1794.52/1795.28	c Presolved Problem  :
1794.52/1795.28	c   Problem name     : t_HOME/instance-1869712-1245184744.opb
1794.52/1795.28	c   Variables        : 19981 (19981 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.52/1795.28	c   Constraints      : 77062 initial, 77062 maximal
1794.52/1795.28	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1794.52/1795.28	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1794.52/1795.28	c   dualfix          :       0.02          0          0          0          0          0          0          0          0
1794.52/1795.28	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1794.52/1795.28	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1794.52/1795.28	c   implics          :       0.03          0         10          0          0          0          0          0          0
1794.52/1795.28	c   probing          :       4.81          0          0          0          0          0          0          0          0
1794.52/1795.28	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1794.52/1795.28	c   linear           :       1.15          5       1324          0          5          0       2684         10         11
1794.52/1795.28	c   logicor          :       0.23          0          0          0          0          0          0          0          0
1794.52/1795.28	c   root node        :          -          0          -          -          0          -          -          -          -
1794.52/1795.28	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1794.52/1795.28	c   integral         :          0          0          0          1          0          0          0          0          0          2
1794.52/1795.28	c   knapsack         :          1          1       1089          0          0          0          0          0          0          0
1794.52/1795.28	c   logicor          :      77061          1       1089          0          0          0          0          0          0          0
1794.52/1795.28	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1794.52/1795.28	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1794.52/1795.28	c   integral         :       0.01       0.00       0.00       0.01       0.00
1794.52/1795.28	c   knapsack         :       0.02       0.01       0.01       0.00       0.00
1794.52/1795.28	c   logicor          :       1.04       0.02       1.02       0.00       0.00
1794.52/1795.28	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1794.52/1795.28	c Propagators        :       Time      Calls    Cutoffs    DomReds
1794.52/1795.28	c   rootredcost      :       0.00          0          0          0
1794.52/1795.28	c   pseudoobj        :       0.01          2          0          0
1794.52/1795.28	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1794.52/1795.28	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1794.52/1795.28	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1794.52/1795.28	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1794.52/1795.28	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1794.52/1795.28	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1794.52/1795.28	c   applied globally :          -          -          -          0        0.0          -          -          -
1794.52/1795.28	c   applied locally  :          -          -          -          0        0.0          -          -          -
1794.52/1795.28	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1794.52/1795.28	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1794.52/1795.28	c   redcost          :       0.00          1          0          0          0          0
1794.52/1795.28	c   impliedbounds    :       0.04          1          0          0          0          0
1794.52/1795.28	c   intobj           :       0.00          0          0          0          0          0
1794.52/1795.28	c   gomory           :      52.89          1          0          0          0          0
1794.52/1795.28	c   strongcg         :      52.61          1          0          0          0          0
1794.52/1795.28	c   cmir             :       7.57          1          0          0          0          0
1794.52/1795.28	c   flowcover        :       8.22          1          0          0          0          0
1794.52/1795.28	c   clique           :       1.32          1          0          0          0          0
1794.52/1795.28	c   zerohalf         :       0.00          0          0          0          0          0
1794.52/1795.28	c   mcf              :       0.15          1          0          0          0          0
1794.52/1795.28	c Pricers            :       Time      Calls       Vars
1794.52/1795.28	c   problem variables:       0.00          0          0
1794.52/1795.28	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1794.52/1795.28	c   relpscost        :       0.01          1          0          0          0          0          2
1794.52/1795.28	c   pscost           :       0.00          0          0          0          0          0          0
1794.52/1795.28	c   inference        :       0.00          0          0          0          0          0          0
1794.52/1795.28	c   mostinf          :       0.00          0          0          0          0          0          0
1794.52/1795.28	c   leastinf         :       0.00          0          0          0          0          0          0
1794.52/1795.28	c   fullstrong       :       0.00          0          0          0          0          0          0
1794.52/1795.28	c   allfullstrong    :       0.00          0          0          0          0          0          0
1794.52/1795.28	c   random           :       0.00          0          0          0          0          0          0
1794.52/1795.28	c Primal Heuristics  :       Time      Calls      Found
1794.52/1795.28	c   LP solutions     :       0.00          -          0
1794.52/1795.28	c   pseudo solutions :       0.00          -          0
1794.52/1795.28	c   oneopt           :       0.00          0          0
1794.52/1795.28	c   simplerounding   :       0.00          0          0
1794.52/1795.28	c   rounding         :       0.02          1          0
1794.52/1795.28	c   shifting         :       0.14          1          0
1794.52/1795.28	c   intshifting      :       0.00          0          0
1794.52/1795.28	c   fixandinfer      :       0.00          0          0
1794.52/1795.28	c   feaspump         :    1314.08          1          0
1794.52/1795.28	c   coefdiving       :       0.00          0          0
1794.52/1795.28	c   pscostdiving     :       0.00          0          0
1794.52/1795.28	c   fracdiving       :       0.00          0          0
1794.52/1795.28	c   veclendiving     :       0.00          0          0
1794.52/1795.28	c   intdiving        :       0.00          0          0
1794.52/1795.28	c   actconsdiving    :       0.00          0          0
1794.52/1795.28	c   objpscostdiving  :       0.00          0          0
1794.52/1795.28	c   rootsoldiving    :       0.00          0          0
1794.52/1795.28	c   linesearchdiving :       0.00          0          0
1794.52/1795.28	c   guideddiving     :       0.00          0          0
1794.52/1795.28	c   octane           :       0.00          0          0
1794.52/1795.28	c   rens             :     233.86          1          0
1794.52/1795.28	c   rins             :       0.00          0          0
1794.52/1795.28	c   localbranching   :       0.00          0          0
1794.52/1795.28	c   mutation         :       0.00          0          0
1794.52/1795.28	c   crossover        :       0.00          0          0
1794.52/1795.28	c   dins             :       0.00          0          0
1794.52/1795.28	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1794.52/1795.28	c   primal LP        :       0.00          0          0       0.00          -
1794.52/1795.28	c   dual LP          :     113.46          1      13471   13471.00     118.73
1794.52/1795.28	c   barrier LP       :       0.00          0          0       0.00          -
1794.52/1795.28	c   diving/probing LP:    1313.80          7      43342    6191.71      32.99
1794.52/1795.28	c   strong branching :       0.00          0          0       0.00          -
1794.52/1795.28	c     (at root node) :          -          0          0       0.00          -
1794.52/1795.28	c   conflict analysis:       0.00          0          0       0.00          -
1794.52/1795.28	c B&B Tree           :
1794.52/1795.28	c   number of runs   :          1
1794.52/1795.28	c   nodes            :          1
1794.52/1795.28	c   nodes (total)    :          1
1794.52/1795.28	c   nodes left       :          2
1794.52/1795.28	c   max depth        :          0
1794.52/1795.28	c   max depth (total):          0
1794.52/1795.28	c   backtracks       :          0 (0.0%)
1794.52/1795.28	c   delayed cutoffs  :          0
1794.52/1795.28	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1794.52/1795.28	c   avg switch length:       1.00
1794.52/1795.28	c   switching time   :       0.00
1794.52/1795.28	c Solution           :
1794.52/1795.28	c   Solutions found  :          0 (0 improvements)
1794.52/1795.28	c   Primal Bound     :          -
1794.52/1795.28	c   Dual Bound       : +1.06095434859089e+01
1794.52/1795.28	c   Gap              :   infinite
1794.52/1795.28	c   Root Dual Bound  : +1.06095434859089e+01
1795.02/1795.73	c Time complete: 1795.05.

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-1869712-1245184744/watcher-1869712-1245184744 -o /tmp/evaluation-result-1869712-1245184744/solver-1869712-1245184744 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869712-1245184744.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.99 0.99 0.99 3/64 10337
/proc/meminfo: memFree=1846904/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=4324 CPUtime=0
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 463 0 0 0 0 0 0 0 18 0 1 0 186075272 4427776 447 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/10337/statm: 1081 448 286 886 0 191 0

[startup+0.0561639 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 10337
/proc/meminfo: memFree=1846904/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=12724 CPUtime=0.05
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 2502 0 0 0 4 1 0 0 18 0 1 0 186075272 13029376 2484 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 1 0 0
/proc/10337/statm: 3181 2484 354 886 0 2291 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12724

[startup+0.101171 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 10337
/proc/meminfo: memFree=1846904/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=16492 CPUtime=0.09
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 3463 0 0 0 8 1 0 0 18 0 1 0 186075272 16887808 3445 1992294400 4194304 7823515 548682068736 18446744073709551615 4363787 0 0 4096 0 0 0 0 17 1 0 0
/proc/10337/statm: 4123 3445 354 886 0 3233 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16492

[startup+0.301207 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 10337
/proc/meminfo: memFree=1846904/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=23376 CPUtime=0.29
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 5185 0 0 0 27 2 0 0 19 0 1 0 186075272 23937024 5167 1992294400 4194304 7823515 548682068736 18446744073709551615 6908077 0 0 4096 0 0 0 0 17 1 0 0
/proc/10337/statm: 5844 5167 354 886 0 4954 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23376

[startup+0.701282 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 10337
/proc/meminfo: memFree=1846904/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=35876 CPUtime=0.69
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 8264 0 0 0 66 3 0 0 22 0 1 0 186075272 36737024 8246 1992294400 4194304 7823515 548682068736 18446744073709551615 6289436 0 0 4096 0 0 0 0 17 1 0 0
/proc/10337/statm: 8969 8246 354 886 0 8079 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35876

[startup+1.50143 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10338
/proc/meminfo: memFree=1804848/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=116896 CPUtime=1.49
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 28703 0 0 0 137 12 0 0 25 0 1 0 186075272 119701504 28331 1992294400 4194304 7823515 548682068736 18446744073709551615 4685941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 29224 28331 385 886 0 28334 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116896

[startup+3.10173 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10338
/proc/meminfo: memFree=1717488/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=179024 CPUtime=3.09
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 45626 0 0 0 272 37 0 0 25 0 1 0 186075272 183320576 43644 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 44756 43644 441 886 0 43866 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 179024

[startup+6.30132 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10338
/proc/meminfo: memFree=1666672/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=186580 CPUtime=6.28
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 47677 0 0 0 586 42 0 0 25 0 1 0 186075272 191057920 45593 1992294400 4194304 7823515 548682068736 18446744073709551615 5422857 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 46645 45593 457 886 0 45755 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 186580

[startup+12.7015 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10338
/proc/meminfo: memFree=1574576/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=295160 CPUtime=12.68
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 72820 0 0 0 1217 51 0 0 25 0 1 0 186075272 302243840 69032 1992294400 4194304 7823515 548682068736 18446744073709551615 6212556 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 73790 69032 527 886 0 72900 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 295160

[startup+25.5019 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10338
/proc/meminfo: memFree=1561904/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=305436 CPUtime=25.47
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 75510 0 0 0 2493 54 0 0 25 0 1 0 186075272 312766464 71627 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 76359 71627 527 886 0 75469 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 305436

[startup+51.1016 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10338
/proc/meminfo: memFree=1560816/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=311968 CPUtime=51.06
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 80755 0 0 0 5048 58 0 0 25 0 1 0 186075272 319455232 71870 1992294400 4194304 7823515 548682068736 18446744073709551615 6211692 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 77992 71870 527 886 0 77102 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 311968

[startup+102.305 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10338
/proc/meminfo: memFree=1549168/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=319208 CPUtime=102.24
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 83840 0 0 0 10162 62 0 0 25 0 1 0 186075272 326868992 74805 1992294400 4194304 7823515 548682068736 18446744073709551615 6214874 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 79802 74805 527 886 0 78912 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 319208

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10338
/proc/meminfo: memFree=1548656/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=319208 CPUtime=162.22
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 83957 0 0 0 16157 65 0 0 25 0 1 0 186075272 326868992 74922 1992294400 4194304 7823515 548682068736 18446744073709551615 6208526 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 79802 74922 538 886 0 78912 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 319208

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10338
/proc/meminfo: memFree=1548528/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=319208 CPUtime=222.19
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 83974 0 0 0 22153 66 0 0 25 0 1 0 186075272 326868992 74939 1992294400 4194304 7823515 548682068736 18446744073709551615 6208642 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 79802 74939 538 886 0 78912 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 319208

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10338
/proc/meminfo: memFree=1548528/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=319208 CPUtime=282.17
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 83981 0 0 0 28149 68 0 0 25 0 1 0 186075272 326868992 74946 1992294400 4194304 7823515 548682068736 18446744073709551615 6208315 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 79802 74946 538 886 0 78912 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 319208

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10338
/proc/meminfo: memFree=1548528/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=319208 CPUtime=342.15
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 83985 0 0 0 34145 70 0 0 25 0 1 0 186075272 326868992 74950 1992294400 4194304 7823515 548682068736 18446744073709551615 6019631 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 79802 74950 538 886 0 78912 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 319208

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10338
/proc/meminfo: memFree=1548528/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=319208 CPUtime=402.12
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 83987 0 0 0 40141 71 0 0 25 0 1 0 186075272 326868992 74952 1992294400 4194304 7823515 548682068736 18446744073709551615 6208526 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 79802 74952 538 886 0 78912 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 319208

[startup+462.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10338
/proc/meminfo: memFree=1548464/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=319208 CPUtime=462.11
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 83987 0 0 0 46137 74 0 0 25 0 1 0 186075272 326868992 74952 1992294400 4194304 7823515 548682068736 18446744073709551615 6208329 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 79802 74952 538 886 0 78912 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 319208

[startup+522.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10338
/proc/meminfo: memFree=1546864/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=319720 CPUtime=522.08
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 84410 0 0 0 52132 76 0 0 25 0 1 0 186075272 327393280 75375 1992294400 4194304 7823515 548682068736 18446744073709551615 6217342 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 79930 75375 538 886 0 79040 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 319720

[startup+582.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10338
/proc/meminfo: memFree=1546608/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=319720 CPUtime=582.06
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 84458 0 0 0 58128 78 0 0 25 0 1 0 186075272 327393280 75423 1992294400 4194304 7823515 548682068736 18446744073709551615 6208270 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 79930 75423 538 886 0 79040 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 319720

[startup+642.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10338
/proc/meminfo: memFree=1546480/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=319720 CPUtime=642.04
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 84494 0 0 0 64125 79 0 0 25 0 1 0 186075272 327393280 75459 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 79930 75459 538 886 0 79040 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 319720

[startup+702.302 s]

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

/proc/meminfo: memFree=1546032/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=319720 CPUtime=1061.89
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 84580 0 0 0 106098 91 0 0 25 0 1 0 186075272 327393280 75545 1992294400 4194304 7823515 548682068736 18446744073709551615 6208789 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 79930 75545 538 886 0 79040 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 319720

[startup+1122.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10340
/proc/meminfo: memFree=1546032/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=319720 CPUtime=1121.87
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 84582 0 0 0 112095 92 0 0 25 0 1 0 186075272 327393280 75547 1992294400 4194304 7823515 548682068736 18446744073709551615 6208682 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 79930 75547 538 886 0 79040 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 319720

[startup+1182.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10340
/proc/meminfo: memFree=1546032/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=319720 CPUtime=1181.85
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 84583 0 0 0 118091 94 0 0 25 0 1 0 186075272 327393280 75548 1992294400 4194304 7823515 548682068736 18446744073709551615 6208499 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 79930 75548 538 886 0 79040 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 319720

[startup+1242.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10340
/proc/meminfo: memFree=1545968/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=319720 CPUtime=1241.83
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 84583 0 0 0 124087 96 0 0 25 0 1 0 186075272 327393280 75548 1992294400 4194304 7823515 548682068736 18446744073709551615 6208320 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 79930 75548 538 886 0 79040 0
Current children cumulated CPU time (s) 1241.83
Current children cumulated vsize (KiB) 319720

[startup+1302.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10340
/proc/meminfo: memFree=1545968/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=319720 CPUtime=1301.81
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 84584 0 0 0 130083 98 0 0 25 0 1 0 186075272 327393280 75549 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 79930 75549 538 886 0 79040 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 319720

[startup+1362.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1545712/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=319720 CPUtime=1361.78
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 84584 0 0 0 136079 99 0 0 25 0 1 0 186075272 327393280 75549 1992294400 4194304 7823515 548682068736 18446744073709551615 6174895 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 79930 75549 538 886 0 79040 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 319720

[startup+1422.31 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1545712/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=319720 CPUtime=1421.76
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 84584 0 0 0 142075 101 0 0 25 0 1 0 186075272 327393280 75549 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 79930 75549 538 886 0 79040 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 319720

[startup+1482.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1550832/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=326272 CPUtime=1481.73
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 87544 0 0 0 148064 109 0 0 25 0 1 0 186075272 334102528 74276 1992294400 4194304 7823515 548682068736 18446744073709551615 5965831 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 81568 74276 544 886 0 80678 0
Current children cumulated CPU time (s) 1481.73
Current children cumulated vsize (KiB) 326272

[startup+1542.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1550960/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=326272 CPUtime=1541.71
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 87545 0 0 0 154051 120 0 0 25 0 1 0 186075272 334102528 74277 1992294400 4194304 7823515 548682068736 18446744073709551615 6912034 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 81568 74277 545 886 0 80678 0
Current children cumulated CPU time (s) 1541.71
Current children cumulated vsize (KiB) 326272

[startup+1602.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1362480/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=508592 CPUtime=1601.7
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 134791 0 0 0 159967 203 0 0 25 0 1 0 186075272 520798208 121314 1992294400 4194304 7823515 548682068736 18446744073709551615 6211707 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 127148 121314 563 886 0 126258 0
Current children cumulated CPU time (s) 1601.7
Current children cumulated vsize (KiB) 508592

[startup+1662.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1362480/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=508592 CPUtime=1661.67
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 134796 0 0 0 165961 206 0 0 25 0 1 0 186075272 520798208 121319 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 127148 121319 563 886 0 126258 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 508592

[startup+1722.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1361520/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=509512 CPUtime=1721.65
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 135023 0 0 0 171956 209 0 0 25 0 1 0 186075272 521740288 121546 1992294400 4194304 7823515 548682068736 18446744073709551615 6211142 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 127378 121546 563 886 0 126488 0
Current children cumulated CPU time (s) 1721.65
Current children cumulated vsize (KiB) 509512

[startup+1782.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1361520/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=509512 CPUtime=1781.63
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 135024 0 0 0 177952 211 0 0 25 0 1 0 186075272 521740288 121547 1992294400 4194304 7823515 548682068736 18446744073709551615 6208892 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 127378 121547 563 886 0 126488 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 509512

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

[startup+1785.5 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1361520/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=509512 CPUtime=1784.82
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 135024 0 0 0 178271 211 0 0 25 0 1 0 186075272 521740288 121547 1992294400 4194304 7823515 548682068736 18446744073709551615 6211331 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 127378 121547 563 886 0 126488 0
Current children cumulated CPU time (s) 1784.82
Current children cumulated vsize (KiB) 509512

[startup+1791.9 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1361520/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=509512 CPUtime=1791.23
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 135024 0 0 0 178911 212 0 0 25 0 1 0 186075272 521740288 121547 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 127378 121547 563 886 0 126488 0
Current children cumulated CPU time (s) 1791.23
Current children cumulated vsize (KiB) 509512

[startup+1793.5 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1361520/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=509512 CPUtime=1792.82
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 135024 0 0 0 179070 212 0 0 25 0 1 0 186075272 521740288 121547 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 127378 121547 563 886 0 126488 0
Current children cumulated CPU time (s) 1792.82
Current children cumulated vsize (KiB) 509512

[startup+1795.1 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1361520/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=509512 CPUtime=1794.42
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 135026 0 0 0 179230 212 0 0 25 0 1 0 186075272 521740288 121549 1992294400 4194304 7823515 548682068736 18446744073709551615 4509018 0 0 4096 16384 0 0 0 17 1 0 0
/proc/10337/statm: 127378 121549 565 886 0 126488 0
Current children cumulated CPU time (s) 1794.42
Current children cumulated vsize (KiB) 509512

[startup+1795.5 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1361520/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=327668 CPUtime=1794.82
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 135032 0 0 0 179267 215 0 0 25 0 1 0 186075272 335532032 77312 1992294400 4194304 7823515 548682068736 18446744073709551615 4237270 0 0 4096 0 0 0 0 17 1 0 0
/proc/10337/statm: 81917 77312 571 886 0 81027 0
Current children cumulated CPU time (s) 1794.82
Current children cumulated vsize (KiB) 327668

[startup+1795.7 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1361520/2055920 swapFree=4191904/4192956
[pid=10337] ppid=10335 vsize=264700 CPUtime=1795.02
/proc/10337/stat : 10337 (pbscip.linux.x8) R 10335 10337 10101 0 -1 4194304 135032 0 0 0 179285 217 0 0 25 0 1 0 186075272 271052800 53193 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 1 0 0
/proc/10337/statm: 66175 53193 2089 886 0 65285 0
Current children cumulated CPU time (s) 1795.02
Current children cumulated vsize (KiB) 264700

Child status: 0
Real time (s): 1795.74
CPU time (s): 1795.07
CPU user time (s): 1792.86
CPU system time (s): 2.20866
CPU usage (%): 99.9628
Max. virtual memory (cumulated for all children) (KiB): 509512

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

runsolver used 1.44278 second user time and 3.75543 second system time

The end

Launcher Data

Begin job on node7 at 2009-06-16 22:39:05
IDJOB=1869712
IDBENCH=25019
IDSOLVER=683
FILE ID=node7/1869712-1245184744
PBS_JOBID= 9363944
Free space on /tmp= 66268 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_1.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-1869712-1245184744/watcher-1869712-1245184744 -o /tmp/evaluation-result-1869712-1245184744/solver-1869712-1245184744 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869712-1245184744.opb

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

MD5SUM BENCH= a7af672db5daf9bd21f1768f531add6b
RANDOM SEED=233176798

node7.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.274
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.274
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:       1847320 kB
Buffers:         46868 kB
Cached:          92796 kB
SwapCached:        416 kB
Active:          44416 kB
Inactive:       108724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1847320 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:           12188 kB
Writeback:           0 kB
Mapped:          21828 kB
Slab:            41432 kB
Committed_AS:   168076 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= 66260 MiB
End job on node7 at 2009-06-16 23:09:00