Trace number 1869714

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.44 1795.95

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_10.opb
MD5SUM904168892843efef74e3394360b8d762
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark1800.62
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 26
Optimality of the best value was proved NO
Number of variables40363
Total number of constraints154319
Number of constraints which are clauses154296
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints22
Minimum length of a constraint1
Maximum length of a constraint1952
Number of terms in the objective function 1952
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 1952
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1988
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

2.10/2.14	c SCIP version 1.1.0.7
2.10/2.14	c LP-Solver SoPlex 1.4.1
2.10/2.14	c user parameter file <scip.set> not found - using default parameters
2.10/2.14	c read problem <HOME/instance-1869714-1245184899.opb>
2.10/2.14	c original problem has 40363 variables (40363 bin, 0 int, 0 impl, 0 cont) and 154319 constraints
2.69/2.75	c start presolving problem
2.69/2.75	c presolving:
4.58/4.65	c (round 1) 1894 del vars, 3739 del conss, 5 chg bounds, 22 chg sides, 22 chg coeffs, 0 upgd conss, 1420138 impls, 0 clqs
4.68/4.77	c (round 2) 1894 del vars, 3805 del conss, 5 chg bounds, 22 chg sides, 22 chg coeffs, 0 upgd conss, 1420138 impls, 0 clqs
6.08/6.11	c (round 3) 1894 del vars, 3805 del conss, 5 chg bounds, 22 chg sides, 22 chg coeffs, 150514 upgd conss, 1420138 impls, 0 clqs
14.08/14.10	c    (11.3s) probing: 405/38469 (1.1%) - 0 fixings, 2 aggregations, 28291 implications, 0 bound changes
14.08/14.10	c    (11.3s) probing aborted: 100/100 successive totally useless probings
14.08/14.11	c presolving (4 rounds):
14.08/14.11	c  1896 deleted vars, 3805 deleted constraints, 5 tightened bounds, 0 added holes, 22 changed sides, 22 changed coefficients
14.08/14.11	c  1474342 implications, 0 cliques
14.08/14.11	c presolved problem has 38467 variables (38467 bin, 0 int, 0 impl, 0 cont) and 150514 constraints
14.08/14.11	c       1 constraints of type <knapsack>
14.08/14.11	c  150513 constraints of type <logicor>
14.08/14.11	c transformed objective value is always integral (scale: 1)
14.08/14.11	c Presolving Time: 10.95
14.08/14.14	c OPT-LIN
14.08/14.14	c -----------------------------------------------------------------------------------------------
14.08/14.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
14.08/14.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
14.08/14.14	c limits/memory = c 1620
14.08/14.14	c # maximal time in seconds to run
14.08/14.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
14.08/14.14	c limits/time = c 1791
14.08/14.14	c # frequency for displaying node information lines
14.08/14.14	c # [type: int, range: [-1,2147483647], default: 100]
14.08/14.14	c display/freq = c 10000
14.08/14.14	c -----------------------------------------------------------------------------------------------
14.08/14.14	c start solving problem
14.08/14.14	c 
400.06/400.27	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
400.06/400.27	c   397s|     1 |     0 | 23340 | 306M|   0 |  10k|  38k| 150k| 150k|  38k| 150k|   0 |   0 |   0 | 1.057251e+01 |      --      |    Inf 
1794.50/1795.10	c  1791s|     1 |     2 | 46674 | 308M|   0 |   - |  38k| 150k| 150k|  38k| 150k|   0 |   0 |   0 | 1.057251e+01 |      --      |    Inf 
1794.50/1795.10	c 
1794.50/1795.10	c SCIP Status        : solving was interrupted [time limit reached]
1794.50/1795.10	c Solving Time (sec) : 1791.22
1794.50/1795.10	c Solving Nodes      : 1
1794.50/1795.10	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1794.50/1795.10	c Dual Bound         : +1.05725060663008e+01
1794.50/1795.10	c Gap                : infinite
1794.50/1795.10	c NODE         1
1794.50/1795.10	c DUAL BOUND   10.5725
1794.50/1795.10	c PRIMAL BOUND 1e+20
1794.50/1795.10	c GAP          1e+20
1794.50/1795.10	s UNKNOWN
1794.50/1795.10	c SCIP Status        : solving was interrupted [time limit reached]
1794.50/1795.10	c Solving Time       :    1791.22
1794.50/1795.10	c Original Problem   :
1794.50/1795.10	c   Problem name     : HOME/instance-1869714-1245184899.opb
1794.50/1795.10	c   Variables        : 40363 (40363 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.50/1795.10	c   Constraints      : 154319 initial, 154319 maximal
1794.50/1795.10	c Presolved Problem  :
1794.50/1795.10	c   Problem name     : t_HOME/instance-1869714-1245184899.opb
1794.50/1795.10	c   Variables        : 38467 (38467 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.50/1795.10	c   Constraints      : 150514 initial, 150514 maximal
1794.50/1795.10	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1794.50/1795.10	c   trivial          :       0.03          0          0          0          0          0          0          0          0
1794.50/1795.10	c   dualfix          :       0.04          0          0          0          0          0          0          0          0
1794.50/1795.10	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1794.50/1795.10	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1794.50/1795.10	c   implics          :       0.05          0         22          0          0          0          0          0          0
1794.50/1795.10	c   probing          :       7.71          0          2          0          0          0          0          0          0
1794.50/1795.10	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1794.50/1795.10	c   linear           :       2.34          5       1867          0          5          0       3805         22         22
1794.50/1795.10	c   logicor          :       0.48          0          0          0          0          0          0          0          0
1794.50/1795.10	c   root node        :          -          0          -          -          0          -          -          -          -
1794.50/1795.10	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1794.50/1795.10	c   integral         :          0          0          0          0          0          0          0          0          0          0
1794.50/1795.10	c   knapsack         :          1          0        923          0          1          0          0          0          0          0
1794.50/1795.10	c   logicor          :     150513          0        923          0          1          0          0          0          0          0
1794.50/1795.10	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1794.50/1795.10	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1794.50/1795.10	c   integral         :       0.00       0.00       0.00       0.00       0.00
1794.50/1795.10	c   knapsack         :       0.00       0.00       0.00       0.00       0.00
1794.50/1795.10	c   logicor          :       1.62       0.00       1.52       0.00       0.10
1794.50/1795.10	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1794.50/1795.10	c Propagators        :       Time      Calls    Cutoffs    DomReds
1794.50/1795.10	c   rootredcost      :       0.00          0          0          0
1794.50/1795.10	c   pseudoobj        :       0.00          2          0          0
1794.50/1795.10	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1794.50/1795.10	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1794.50/1795.10	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1794.50/1795.10	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1794.50/1795.10	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1794.50/1795.10	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1794.50/1795.10	c   applied globally :          -          -          -          0        0.0          -          -          -
1794.50/1795.10	c   applied locally  :          -          -          -          0        0.0          -          -          -
1794.50/1795.10	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1794.50/1795.10	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1794.50/1795.10	c   redcost          :       0.00          0          0          0          0          0
1794.50/1795.10	c   impliedbounds    :       0.00          0          0          0          0          0
1794.50/1795.10	c   intobj           :       0.00          0          0          0          0          0
1794.50/1795.10	c   gomory           :       0.00          0          0          0          0          0
1794.60/1795.10	c   strongcg         :       0.00          0          0          0          0          0
1794.60/1795.10	c   cmir             :       0.00          0          0          0          0          0
1794.60/1795.10	c   flowcover        :       0.00          0          0          0          0          0
1794.60/1795.10	c   clique           :       0.00          0          0          0          0          0
1794.60/1795.10	c   zerohalf         :       0.00          0          0          0          0          0
1794.60/1795.10	c   mcf              :       0.00          0          0          0          0          0
1794.60/1795.10	c Pricers            :       Time      Calls       Vars
1794.60/1795.10	c   problem variables:       0.00          0          0
1794.60/1795.10	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1794.60/1795.10	c   relpscost        :       0.00          0          0          0          0          0          0
1794.60/1795.10	c   pscost           :       0.00          0          0          0          0          0          0
1794.60/1795.10	c   inference        :       0.03          1          0          0          0          0          2
1794.60/1795.10	c   mostinf          :       0.00          0          0          0          0          0          0
1794.60/1795.10	c   leastinf         :       0.00          0          0          0          0          0          0
1794.60/1795.10	c   fullstrong       :       0.00          0          0          0          0          0          0
1794.60/1795.10	c   allfullstrong    :       0.00          0          0          0          0          0          0
1794.60/1795.10	c   random           :       0.00          0          0          0          0          0          0
1794.60/1795.10	c Primal Heuristics  :       Time      Calls      Found
1794.60/1795.10	c   LP solutions     :       0.00          -          0
1794.60/1795.10	c   pseudo solutions :       0.00          -          0
1794.60/1795.10	c   simplerounding   :       0.01          0          0
1794.60/1795.10	c   rounding         :       0.05          1          0
1794.60/1795.10	c   shifting         :       0.27          1          0
1794.60/1795.10	c   intshifting      :       0.00          0          0
1794.60/1795.10	c   oneopt           :       0.00          0          0
1794.60/1795.10	c   fixandinfer      :       0.00          0          0
1794.60/1795.10	c   feaspump         :    1393.78          1          0
1794.60/1795.10	c   coefdiving       :       0.00          0          0
1794.60/1795.10	c   pscostdiving     :       0.00          0          0
1794.60/1795.10	c   fracdiving       :       0.00          0          0
1794.60/1795.10	c   veclendiving     :       0.00          0          0
1794.60/1795.10	c   intdiving        :       0.00          0          0
1794.60/1795.10	c   actconsdiving    :       0.00          0          0
1794.60/1795.10	c   objpscostdiving  :       0.00          0          0
1794.60/1795.10	c   rootsoldiving    :       0.00          0          0
1794.60/1795.10	c   linesearchdiving :       0.00          0          0
1794.60/1795.10	c   guideddiving     :       0.00          0          0
1794.60/1795.10	c   octane           :       0.00          0          0
1794.60/1795.10	c   rens             :       0.00          0          0
1794.60/1795.10	c   rins             :       0.00          0          0
1794.60/1795.10	c   localbranching   :       0.00          0          0
1794.60/1795.10	c   mutation         :       0.00          0          0
1794.60/1795.10	c   crossover        :       0.00          0          0
1794.60/1795.10	c   dins             :       0.00          0          0
1794.60/1795.10	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1794.60/1795.10	c   primal LP        :       0.00          0          0       0.00          -
1794.60/1795.10	c   dual LP          :     385.04          1      23340   23340.00      60.62
1794.60/1795.10	c   barrier LP       :       0.00          0          0       0.00          -
1794.60/1795.10	c   diving/probing LP:    1393.67          2      23334   11667.00      16.74
1794.60/1795.10	c   strong branching :       0.00          0          0       0.00          -
1794.60/1795.10	c     (at root node) :          -          0          0       0.00          -
1794.60/1795.10	c   conflict analysis:       0.00          0          0       0.00          -
1794.60/1795.10	c B&B Tree           :
1794.60/1795.10	c   number of runs   :          1
1794.60/1795.10	c   nodes            :          1
1794.60/1795.10	c   nodes (total)    :          1
1794.60/1795.10	c   nodes left       :          2
1794.60/1795.10	c   max depth        :          0
1794.60/1795.10	c   max depth (total):          0
1794.60/1795.10	c   backtracks       :          0 (0.0%)
1794.60/1795.10	c   delayed cutoffs  :          0
1794.60/1795.10	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1794.60/1795.10	c   avg switch length:       1.00
1794.60/1795.10	c   switching time   :       0.00
1794.60/1795.10	c Solution           :
1794.60/1795.10	c   Solutions found  :          0 (0 improvements)
1794.60/1795.10	c   Primal Bound     :          -
1794.60/1795.10	c   Dual Bound       : +1.05725060663008e+01
1794.60/1795.10	c   Gap              :   infinite
1794.60/1795.10	c   Root Dual Bound  : +1.05725060663008e+01
1795.39/1795.94	c Time complete: 1795.43.

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-1869714-1245184899/watcher-1869714-1245184899 -o /tmp/evaluation-result-1869714-1245184899/solver-1869714-1245184899 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869714-1245184899.opb 

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


[startup+0 s]
/proc/loadavg: 1.08 1.02 1.01 3/65 11091
/proc/meminfo: memFree=1831808/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=6100 CPUtime=0
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 571 0 0 0 0 0 0 0 20 0 1 0 186087889 6246400 553 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/11091/statm: 1525 564 325 886 0 635 0

[startup+0.00664988 s]
/proc/loadavg: 1.08 1.02 1.01 3/65 11091
/proc/meminfo: memFree=1831808/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=6104 CPUtime=0
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 891 0 0 0 0 0 0 0 20 0 1 0 186087889 6250496 873 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/11091/statm: 1526 873 330 886 0 636 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6104

[startup+0.101661 s]
/proc/loadavg: 1.08 1.02 1.01 3/65 11091
/proc/meminfo: memFree=1831808/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=16544 CPUtime=0.09
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 3463 0 0 0 8 1 0 0 20 0 1 0 186087889 16941056 3445 1992294400 4194304 7823515 548682068736 18446744073709551615 5541152 0 0 4096 0 0 0 0 17 1 0 0
/proc/11091/statm: 4136 3445 354 886 0 3246 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16544

[startup+0.301681 s]
/proc/loadavg: 1.08 1.02 1.01 3/65 11091
/proc/meminfo: memFree=1831808/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=23452 CPUtime=0.29
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 5178 0 0 0 27 2 0 0 22 0 1 0 186087889 24014848 5160 1992294400 4194304 7823515 548682068736 18446744073709551615 6285741 0 0 4096 0 0 0 0 17 1 0 0
/proc/11091/statm: 5863 5160 354 886 0 4973 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23452

[startup+0.701727 s]
/proc/loadavg: 1.08 1.02 1.01 3/65 11091
/proc/meminfo: memFree=1831808/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=39056 CPUtime=0.69
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 9068 0 0 0 66 3 0 0 25 0 1 0 186087889 39993344 9050 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/11091/statm: 9764 9050 354 886 0 8874 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39056

[startup+1.50181 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 11092
/proc/meminfo: memFree=1786936/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=67888 CPUtime=1.49
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 16276 0 0 0 143 6 0 0 25 0 1 0 186087889 69517312 16258 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/11091/statm: 16972 16258 354 886 0 16082 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67888

[startup+3.102 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 11092
/proc/meminfo: memFree=1747576/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=224428 CPUtime=3.09
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 55371 0 0 0 283 26 0 0 25 0 1 0 186087889 229814272 54999 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/11091/statm: 56107 54999 432 886 0 55217 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 224428

[startup+6.30135 s]
/proc/loadavg: 1.15 1.03 1.01 2/66 11092
/proc/meminfo: memFree=1525560/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=346808 CPUtime=6.28
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 88987 0 0 0 555 73 0 0 25 0 1 0 186087889 355131392 85209 1992294400 4194304 7823515 548682068736 18446744073709551615 4403144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 86702 85209 446 886 0 85812 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 346808

[startup+12.7011 s]
/proc/loadavg: 1.14 1.03 1.01 2/66 11092
/proc/meminfo: memFree=1491384/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=346808 CPUtime=12.67
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 89255 0 0 0 1194 73 0 0 25 0 1 0 186087889 355131392 85379 1992294400 4194304 7823515 548682068736 18446744073709551615 5102406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 86702 85379 457 886 0 85812 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 346808

[startup+25.5015 s]
/proc/loadavg: 1.11 1.03 1.01 2/66 11092
/proc/meminfo: memFree=1335800/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=535132 CPUtime=25.47
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 131506 0 0 0 2460 87 0 0 25 0 1 0 186087889 547975168 124337 1992294400 4194304 7823515 548682068736 18446744073709551615 6211142 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 133783 124337 527 886 0 132893 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 535132

[startup+51.1013 s]
/proc/loadavg: 1.07 1.03 1.01 2/66 11092
/proc/meminfo: memFree=1314808/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=553256 CPUtime=51.05
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 136668 0 0 0 5014 91 0 0 25 0 1 0 186087889 566534144 129499 1992294400 4194304 7823515 548682068736 18446744073709551615 6212552 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 138314 129499 527 886 0 137424 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 553256

[startup+102.306 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 11092
/proc/meminfo: memFree=1266360/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=102.24
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 153748 0 0 0 10124 100 0 0 25 0 1 0 186087889 601714688 141580 1992294400 4194304 7823515 548682068736 18446744073709551615 6213660 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 141580 527 886 0 146013 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 587612

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 11092
/proc/meminfo: memFree=1265656/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=162.23
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 153929 0 0 0 16120 103 0 0 25 0 1 0 186087889 601714688 141761 1992294400 4194304 7823515 548682068736 18446744073709551615 6212348 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 141761 527 886 0 146013 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 587612

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 11092
/proc/meminfo: memFree=1265528/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=222.21
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 153950 0 0 0 22116 105 0 0 25 0 1 0 186087889 601714688 141782 1992294400 4194304 7823515 548682068736 18446744073709551615 6214897 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 141782 527 886 0 146013 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 587612

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11092
/proc/meminfo: memFree=1265464/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=282.2
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 153967 0 0 0 28113 107 0 0 25 0 1 0 186087889 601714688 141799 1992294400 4194304 7823515 548682068736 18446744073709551615 6180599 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 141799 527 886 0 146013 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 587612

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11092
/proc/meminfo: memFree=1265336/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=342.18
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 153976 0 0 0 34109 109 0 0 25 0 1 0 186087889 601714688 141808 1992294400 4194304 7823515 548682068736 18446744073709551615 6212404 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 141808 527 886 0 146013 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 587612

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11092
/proc/meminfo: memFree=1264888/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=402.17
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154093 0 0 0 40106 111 0 0 25 0 1 0 186087889 601714688 141925 1992294400 4194304 7823515 548682068736 18446744073709551615 6208539 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 141925 538 886 0 146013 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 587612

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11092
/proc/meminfo: memFree=1264568/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=462.15
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154165 0 0 0 46102 113 0 0 25 0 1 0 186087889 601714688 141997 1992294400 4194304 7823515 548682068736 18446744073709551615 6208329 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 141997 538 886 0 146013 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 587612

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11092
/proc/meminfo: memFree=1264504/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=522.13
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154193 0 0 0 52100 113 0 0 25 0 1 0 186087889 601714688 142025 1992294400 4194304 7823515 548682068736 18446744073709551615 6208556 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 142025 538 886 0 146013 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 587612

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11092
/proc/meminfo: memFree=1264376/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=582.11
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154215 0 0 0 58096 115 0 0 25 0 1 0 186087889 601714688 142047 1992294400 4194304 7823515 548682068736 18446744073709551615 6208793 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 142047 538 886 0 146013 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 587612

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11092
/proc/meminfo: memFree=1264376/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=642.1
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154224 0 0 0 64094 116 0 0 25 0 1 0 186087889 601714688 142056 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 142056 538 886 0 146013 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 587612

[startup+702.302 s]

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

/proc/meminfo: memFree=1264184/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=1061.99
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154247 0 0 0 106078 121 0 0 25 0 1 0 186087889 601714688 142079 1992294400 4194304 7823515 548682068736 18446744073709551615 6208499 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 142079 538 886 0 146013 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 587612

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11094
/proc/meminfo: memFree=1264120/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=1121.97
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154248 0 0 0 112075 122 0 0 25 0 1 0 186087889 601714688 142080 1992294400 4194304 7823515 548682068736 18446744073709551615 6208320 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 142080 538 886 0 146013 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 587612

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11100
/proc/meminfo: memFree=1264120/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=1181.95
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154249 0 0 0 118072 123 0 0 25 0 1 0 186087889 601714688 142081 1992294400 4194304 7823515 548682068736 18446744073709551615 6208337 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 142081 538 886 0 146013 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 587612

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11100
/proc/meminfo: memFree=1264056/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=1241.94
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154252 0 0 0 124070 124 0 0 25 0 1 0 186087889 601714688 142084 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 142084 538 886 0 146013 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 587612

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11100
/proc/meminfo: memFree=1263992/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=1301.93
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154253 0 0 0 130068 125 0 0 25 0 1 0 186087889 601714688 142085 1992294400 4194304 7823515 548682068736 18446744073709551615 6214874 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 142085 538 886 0 146013 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 587612

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11100
/proc/meminfo: memFree=1264056/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=1361.91
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154257 0 0 0 136065 126 0 0 25 0 1 0 186087889 601714688 142089 1992294400 4194304 7823515 548682068736 18446744073709551615 6208499 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 142089 538 886 0 146013 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 587612

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11100
/proc/meminfo: memFree=1264056/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=1421.89
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154257 0 0 0 142063 126 0 0 25 0 1 0 186087889 601714688 142089 1992294400 4194304 7823515 548682068736 18446744073709551615 6019558 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 142089 538 886 0 146013 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 587612

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11100
/proc/meminfo: memFree=1263992/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=1481.87
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154257 0 0 0 148060 127 0 0 25 0 1 0 186087889 601714688 142089 1992294400 4194304 7823515 548682068736 18446744073709551615 5914510 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 142089 538 886 0 146013 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 587612

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11100
/proc/meminfo: memFree=1264056/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=1541.86
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154260 0 0 0 154058 128 0 0 25 0 1 0 186087889 601714688 142092 1992294400 4194304 7823515 548682068736 18446744073709551615 6208558 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 142092 538 886 0 146013 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 587612

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11100
/proc/meminfo: memFree=1264056/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=1601.84
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154261 0 0 0 160056 128 0 0 25 0 1 0 186087889 601714688 142093 1992294400 4194304 7823515 548682068736 18446744073709551615 6208911 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 142093 538 886 0 146013 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 587612

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11100
/proc/meminfo: memFree=1264056/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=1661.83
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154261 0 0 0 166053 130 0 0 25 0 1 0 186087889 601714688 142093 1992294400 4194304 7823515 548682068736 18446744073709551615 6208709 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 142093 538 886 0 146013 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 587612

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11100
/proc/meminfo: memFree=1264056/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=1721.82
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154263 0 0 0 172051 131 0 0 25 0 1 0 186087889 601714688 142095 1992294400 4194304 7823515 548682068736 18446744073709551615 6208602 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 142095 538 886 0 146013 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 587612

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11100
/proc/meminfo: memFree=1263992/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=1781.79
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154263 0 0 0 178047 132 0 0 25 0 1 0 186087889 601714688 142095 1992294400 4194304 7823515 548682068736 18446744073709551615 6211574 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 142095 538 886 0 146013 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 587612

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

[startup+1785.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11100
/proc/meminfo: memFree=1263992/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=1785
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154263 0 0 0 178367 133 0 0 25 0 1 0 186087889 601714688 142095 1992294400 4194304 7823515 548682068736 18446744073709551615 6208504 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 142095 538 886 0 146013 0
Current children cumulated CPU time (s) 1785
Current children cumulated vsize (KiB) 587612

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11100
/proc/meminfo: memFree=1263992/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=1791.4
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154263 0 0 0 179007 133 0 0 25 0 1 0 186087889 601714688 142095 1992294400 4194304 7823515 548682068736 18446744073709551615 6208919 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 142095 538 886 0 146013 0
Current children cumulated CPU time (s) 1791.4
Current children cumulated vsize (KiB) 587612

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11100
/proc/meminfo: memFree=1263992/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=1793
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154263 0 0 0 179167 133 0 0 25 0 1 0 186087889 601714688 142095 1992294400 4194304 7823515 548682068736 18446744073709551615 6234890 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11091/statm: 146903 142095 538 886 0 146013 0
Current children cumulated CPU time (s) 1793
Current children cumulated vsize (KiB) 587612

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11100
/proc/meminfo: memFree=1263992/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=1794.6
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154266 0 0 0 179327 133 0 0 25 0 1 0 186087889 601714688 142098 1992294400 4194304 7823515 548682068736 18446744073709551615 6957296 0 0 4096 0 0 0 0 17 1 0 0
/proc/11091/statm: 146903 142098 541 886 0 146013 0
Current children cumulated CPU time (s) 1794.6
Current children cumulated vsize (KiB) 587612

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11100
/proc/meminfo: memFree=1263992/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=587612 CPUtime=1794.99
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154542 0 0 0 179366 133 0 0 25 0 1 0 186087889 601714688 142374 1992294400 4194304 7823515 548682068736 18446744073709551615 5875904 0 0 4096 0 0 0 0 17 1 0 0
/proc/11091/statm: 146903 142374 544 886 0 146013 0
Current children cumulated CPU time (s) 1794.99
Current children cumulated vsize (KiB) 587612

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11100
/proc/meminfo: memFree=1263992/2055920 swapFree=4180892/4192956
[pid=11091] ppid=11089 vsize=529728 CPUtime=1795.39
/proc/11091/stat : 11091 (pbscip.linux.x8) R 11089 11091 10406 0 -1 4194304 154542 0 0 0 179402 137 0 0 25 0 1 0 186087889 542441472 127930 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 1 0 0
/proc/11091/statm: 132432 127930 55698 886 0 131542 0
Current children cumulated CPU time (s) 1795.39
Current children cumulated vsize (KiB) 529728

Child status: 0
Real time (s): 1795.95
CPU time (s): 1795.44
CPU user time (s): 1794.02
CPU system time (s): 1.42078
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 607620

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

runsolver used 2.00069 second user time and 4.46732 second system time

The end

Launcher Data

Begin job on node87 at 2009-06-16 22:41:39
IDJOB=1869714
IDBENCH=25020
IDSOLVER=683
FILE ID=node87/1869714-1245184899
PBS_JOBID= 9363913
Free space on /tmp= 66536 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_10.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-1869714-1245184899/watcher-1869714-1245184899 -o /tmp/evaluation-result-1869714-1245184899/solver-1869714-1245184899 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869714-1245184899.opb

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

MD5SUM BENCH= 904168892843efef74e3394360b8d762
RANDOM SEED=1657156546

node87.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.235
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.235
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1832288 kB
Buffers:         48164 kB
Cached:         109064 kB
SwapCached:       6176 kB
Active:          71936 kB
Inactive:        94012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1832288 kB
SwapTotal:     4192956 kB
SwapFree:      4180892 kB
Dirty:           14440 kB
Writeback:           0 kB
Mapped:          14440 kB
Slab:            43508 kB
Committed_AS:    84528 kB
PageTables:       1460 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= 66524 MiB
End job on node87 at 2009-06-16 23:11:35