Trace number 1870452

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)? 1798.35 1802.83

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_3.opb
MD5SUMe05fbfdce4433b0b2590ec382b530cec
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-60
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -71
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)150588
Sum of products size (including duplicates)301176
Number of different products75294
Sum of products size150588

Solver Data

0.89/0.92	c SCIP version 1.1.0.7
0.89/0.92	c LP-Solver SoPlex 1.4.1
0.89/0.92	c user parameter file <scip.set> not found - using default parameters
0.89/0.92	c read problem <HOME/instance-1870452-1245204926.opb>
0.89/0.92	c original problem has 77294 variables (77294 bin, 0 int, 0 impl, 0 cont) and 78295 constraints
1.67/1.74	c start presolving problem
1.67/1.74	c presolving:
5.56/5.65	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3000 upgd conss, 598560 impls, 2000 clqs
11.45/11.53	c    (10.1s) probing: 101/77294 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
11.45/11.53	c    (10.1s) probing aborted: 100/100 successive totally useless probings
11.45/11.54	c presolving (2 rounds):
11.45/11.54	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
11.45/11.54	c  598560 implications, 2000 cliques
11.45/11.54	c presolved problem has 77294 variables (77294 bin, 0 int, 0 impl, 0 cont) and 78295 constraints
11.45/11.54	c    2000 constraints of type <setppc>
11.45/11.54	c   75294 constraints of type <and>
11.45/11.54	c       1 constraints of type <linear>
11.45/11.54	c    1000 constraints of type <logicor>
11.45/11.54	c transformed objective value is always integral (scale: 1)
11.45/11.54	c Presolving Time: 9.74
11.45/11.58	c OPT-NLC
11.45/11.58	c -----------------------------------------------------------------------------------------------
11.45/11.58	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
11.45/11.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.45/11.58	c limits/memory = c 1620
11.45/11.58	c # maximal time in seconds to run
11.45/11.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.45/11.58	c limits/time = c 1791
11.45/11.58	c # frequency for displaying node information lines
11.45/11.58	c # [type: int, range: [-1,2147483647], default: 100]
11.45/11.58	c display/freq = c 10000
11.45/11.58	c -----------------------------------------------------------------------------------------------
11.45/11.58	c start solving problem
11.45/11.58	c 
1796.84/1801.34	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1796.84/1801.34	c  1794s|     1 |     0 | 42347 | 347M|   0 |   - |  77k|  78k|  78k|  77k| 153k|   0 |   0 |   0 |-1.000000e+03 |      --      |    Inf 
1796.94/1801.42	c  1794s|     1 |     2 | 42347 | 347M|   0 |   - |  77k|  78k|  78k|  77k| 153k|   0 |   0 |   0 |-1.000000e+03 |      --      |    Inf 
1796.94/1801.42	c 
1796.94/1801.42	c SCIP Status        : solving was interrupted [time limit reached]
1796.94/1801.42	c Solving Time (sec) : 1794.12
1796.94/1801.42	c Solving Nodes      : 1
1796.94/1801.42	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.94/1801.42	c Dual Bound         : -1.00000000000000e+03
1796.94/1801.42	c Gap                : infinite
1796.94/1801.42	c NODE         1
1796.94/1801.42	c DUAL BOUND   -1000
1796.94/1801.42	c PRIMAL BOUND 1e+20
1796.94/1801.42	c GAP          1e+20
1796.94/1801.42	s UNKNOWN
1796.94/1801.42	c SCIP Status        : solving was interrupted [time limit reached]
1796.94/1801.42	c Solving Time       :    1794.12
1796.94/1801.42	c Original Problem   :
1796.94/1801.42	c   Problem name     : HOME/instance-1870452-1245204926.opb
1796.94/1801.42	c   Variables        : 77294 (77294 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.94/1801.42	c   Constraints      : 78295 initial, 78295 maximal
1796.94/1801.42	c Presolved Problem  :
1796.94/1801.42	c   Problem name     : t_HOME/instance-1870452-1245204926.opb
1796.94/1801.42	c   Variables        : 77294 (77294 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.94/1801.42	c   Constraints      : 78295 initial, 78295 maximal
1796.94/1801.42	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.94/1801.42	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1796.94/1801.42	c   dualfix          :       0.04          0          0          0          0          0          0          0          0
1796.94/1801.42	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.94/1801.42	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.94/1801.42	c   implics          :       0.06          0          0          0          0          0          0          0          0
1796.94/1801.42	c   probing          :       2.95          0          0          0          0          0          0          0          0
1796.94/1801.42	c   setppc           :       0.10          0          0          0          0          0          0          0          0
1796.94/1801.42	c   and              :       5.48          0          0          0          0          0          0          0          0
1796.94/1801.42	c   linear           :       0.61          0          0          0          0          0          0          0          0
1796.94/1801.42	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1796.94/1801.42	c   root node        :          -          0          -          -          0          -          -          -          -
1796.94/1801.42	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.94/1801.42	c   integral         :          0          0          0          0          0          0          0          0          0          0
1796.94/1801.42	c   setppc           :       2000          0        201          0          1          0          0          0          0          0
1796.94/1801.42	c   and              :      75294          0        201          0          1          0          0          0          0          0
1796.94/1801.42	c   linear           :          1          0        201          0          1          0          0          0          0          0
1796.94/1801.42	c   logicor          :       1000          0        201          0          1          0          0          0          0          0
1796.94/1801.42	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1796.94/1801.42	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.94/1801.42	c   integral         :       0.00       0.00       0.00       0.00       0.00
1796.94/1801.42	c   setppc           :       0.04       0.00       0.02       0.00       0.02
1796.94/1801.42	c   and              :       0.91       0.00       0.89       0.00       0.02
1796.94/1801.42	c   linear           :       0.15       0.00       0.15       0.00       0.00
1796.94/1801.42	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1796.94/1801.42	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.94/1801.42	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.94/1801.42	c   rootredcost      :       0.00          0          0          0
1796.94/1801.42	c   pseudoobj        :       0.00          1          0          0
1796.94/1801.42	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.94/1801.42	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1796.94/1801.42	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.94/1801.42	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.94/1801.42	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.94/1801.42	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.94/1801.42	c   applied globally :          -          -          -          0        0.0          -          -          -
1796.94/1801.42	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.94/1801.42	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.94/1801.42	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1796.94/1801.42	c   redcost          :       0.00          0          0          0          0          0
1796.94/1801.42	c   impliedbounds    :       0.00          0          0          0          0          0
1796.94/1801.42	c   intobj           :       0.00          0          0          0          0          0
1796.94/1801.42	c   gomory           :       0.00          0          0          0          0          0
1796.94/1801.42	c   strongcg         :       0.00          0          0          0          0          0
1796.94/1801.42	c   cmir             :       0.00          0          0          0          0          0
1796.94/1801.42	c   flowcover        :       0.00          0          0          0          0          0
1796.94/1801.42	c   clique           :       0.00          0          0          0          0          0
1796.94/1801.42	c   zerohalf         :       0.00          0          0          0          0          0
1796.94/1801.42	c   mcf              :       0.00          0          0          0          0          0
1796.94/1801.42	c Pricers            :       Time      Calls       Vars
1796.94/1801.42	c   problem variables:       0.00          0          0
1796.94/1801.42	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.94/1801.42	c   relpscost        :       0.00          0          0          0          0          0          0
1796.94/1801.42	c   pscost           :       0.00          0          0          0          0          0          0
1796.94/1801.42	c   inference        :       0.03          1          0          0          0          0          2
1796.94/1801.42	c   mostinf          :       0.00          0          0          0          0          0          0
1796.94/1801.42	c   leastinf         :       0.00          0          0          0          0          0          0
1796.94/1801.42	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.94/1801.42	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.94/1801.42	c   random           :       0.00          0          0          0          0          0          0
1796.94/1801.42	c Primal Heuristics  :       Time      Calls      Found
1796.94/1801.42	c   LP solutions     :       0.00          -          0
1796.94/1801.42	c   pseudo solutions :       0.00          -          0
1796.94/1801.42	c   oneopt           :       0.00          0          0
1796.94/1801.42	c   simplerounding   :       0.00          0          0
1796.94/1801.42	c   rounding         :       0.00          0          0
1796.94/1801.42	c   shifting         :       0.00          0          0
1796.94/1801.42	c   intshifting      :       0.00          0          0
1796.94/1801.42	c   fixandinfer      :       0.00          0          0
1796.94/1801.42	c   feaspump         :       0.00          0          0
1796.94/1801.42	c   coefdiving       :       0.00          0          0
1796.94/1801.42	c   pscostdiving     :       0.00          0          0
1796.94/1801.42	c   fracdiving       :       0.00          0          0
1796.94/1801.42	c   veclendiving     :       0.00          0          0
1796.94/1801.42	c   intdiving        :       0.00          0          0
1796.94/1801.42	c   actconsdiving    :       0.00          0          0
1796.94/1801.42	c   objpscostdiving  :       0.00          0          0
1796.94/1801.42	c   rootsoldiving    :       0.00          0          0
1796.94/1801.42	c   linesearchdiving :       0.00          0          0
1796.94/1801.42	c   guideddiving     :       0.00          0          0
1796.94/1801.42	c   octane           :       0.00          0          0
1796.94/1801.42	c   rens             :       0.00          0          0
1796.94/1801.42	c   rins             :       0.00          0          0
1796.94/1801.42	c   localbranching   :       0.00          0          0
1796.94/1801.42	c   mutation         :       0.00          0          0
1796.94/1801.42	c   crossover        :       0.00          0          0
1796.94/1801.42	c   dins             :       0.00          0          0
1796.94/1801.42	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.94/1801.42	c   primal LP        :       0.00          0          0       0.00          -
1796.94/1801.42	c   dual LP          :    1782.79          1      42347   42347.00      23.75
1796.94/1801.42	c   barrier LP       :       0.00          0          0       0.00          -
1796.94/1801.42	c   diving/probing LP:       0.00          0          0       0.00          -
1796.94/1801.42	c   strong branching :       0.00          0          0       0.00          -
1796.94/1801.42	c     (at root node) :          -          0          0       0.00          -
1796.94/1801.42	c   conflict analysis:       0.00          0          0       0.00          -
1796.94/1801.42	c B&B Tree           :
1796.94/1801.42	c   number of runs   :          1
1796.94/1801.42	c   nodes            :          1
1796.94/1801.42	c   nodes (total)    :          1
1796.94/1801.42	c   nodes left       :          2
1796.94/1801.42	c   max depth        :          0
1796.94/1801.42	c   max depth (total):          0
1796.94/1801.42	c   backtracks       :          0 (0.0%)
1796.94/1801.42	c   delayed cutoffs  :          0
1796.94/1801.42	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.94/1801.42	c   avg switch length:       1.00
1796.94/1801.42	c   switching time   :       0.00
1796.94/1801.42	c Solution           :
1796.94/1801.42	c   Solutions found  :          0 (0 improvements)
1796.94/1801.42	c   Primal Bound     :          -
1796.94/1801.42	c   Dual Bound       : -1.00000000000000e+03
1796.94/1801.42	c   Gap              :   infinite
1796.94/1801.42	c   Root Dual Bound  : -1.00000000000000e+03
1798.31/1802.82	c Time complete: 1798.33.

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-1870452-1245204926/watcher-1870452-1245204926 -o /tmp/evaluation-result-1870452-1245204926/solver-1870452-1245204926 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870452-1245204926.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.53 0.56 0.54 3/73 18642
/proc/meminfo: memFree=867480/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=6100 CPUtime=0
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 615 0 0 0 0 0 0 0 18 0 1 0 188091948 6246400 597 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/18642/statm: 1525 606 325 886 0 635 0

[startup+0.0276761 s]
/proc/loadavg: 0.53 0.56 0.54 3/73 18642
/proc/meminfo: memFree=867480/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=13460 CPUtime=0.02
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 2302 0 0 0 1 1 0 0 18 0 1 0 188091948 13783040 2284 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 1 0 0
/proc/18642/statm: 3365 2294 354 886 0 2475 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13460

[startup+0.101682 s]
/proc/loadavg: 0.53 0.56 0.54 3/73 18642
/proc/meminfo: memFree=867480/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=23732 CPUtime=0.09
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 5149 0 0 0 7 2 0 0 18 0 1 0 188091948 24301568 5131 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/18642/statm: 5933 5131 354 886 0 5043 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23732

[startup+0.308502 s]
/proc/loadavg: 0.53 0.56 0.54 3/73 18642
/proc/meminfo: memFree=867480/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=47388 CPUtime=0.3
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 11084 0 0 0 25 5 0 0 19 0 1 0 188091948 48525312 11066 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/18642/statm: 11847 11066 354 886 0 10957 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 47388

[startup+0.701758 s]
/proc/loadavg: 0.53 0.56 0.54 3/73 18642
/proc/meminfo: memFree=867480/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=79808 CPUtime=0.69
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 19250 0 0 0 61 8 0 0 22 0 1 0 188091948 81723392 19232 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/18642/statm: 19952 19232 354 886 0 19062 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79808

[startup+1.50186 s]
/proc/loadavg: 0.53 0.56 0.54 4/74 18643
/proc/meminfo: memFree=755728/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=192884 CPUtime=1.45
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 47893 0 0 0 125 20 0 0 25 0 1 0 188091948 197513216 47373 1992294400 4194304 7823515 548682068736 18446744073709551615 4685941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 48221 47373 385 886 0 47331 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 192884

[startup+3.10103 s]
/proc/loadavg: 0.65 0.58 0.55 3/74 18643
/proc/meminfo: memFree=675600/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=207096 CPUtime=3.05
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 51221 0 0 0 282 23 0 0 25 0 1 0 188091948 212066304 50701 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 51774 50701 404 886 0 50884 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 207096

[startup+6.3014 s]
/proc/loadavg: 0.65 0.58 0.55 2/74 18643
/proc/meminfo: memFree=636432/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=246920 CPUtime=6.25
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 62800 0 0 0 585 40 0 0 25 0 1 0 188091948 252846080 60675 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 61730 60675 436 886 0 60840 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 246920

[startup+12.7021 s]
/proc/loadavg: 0.76 0.60 0.55 3/74 18643
/proc/meminfo: memFree=545424/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=450092 CPUtime=12.65
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 110621 0 0 0 1195 70 0 0 25 0 1 0 188091948 460894208 107318 1992294400 4194304 7823515 548682068736 18446744073709551615 6191352 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 112523 107322 496 886 0 111633 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 450092

[startup+25.5026 s]
/proc/loadavg: 1.03 0.67 0.58 4/74 18643
/proc/meminfo: memFree=348560/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=557404 CPUtime=25.43
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 136986 0 0 0 2462 81 0 0 25 0 1 0 188091948 570781696 129936 1992294400 4194304 7823515 548682068736 18446744073709551615 6020809 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 139351 129936 523 886 0 138461 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 557404

[startup+51.1026 s]
/proc/loadavg: 1.36 0.78 0.61 2/74 18643
/proc/meminfo: memFree=333840/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=562848 CPUtime=51.01
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 140727 0 0 0 5015 86 0 0 25 0 1 0 188091948 576356352 133615 1992294400 4194304 7823515 548682068736 18446744073709551615 6175274 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 140712 133615 523 886 0 139822 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 562848

[startup+102.307 s]
/proc/loadavg: 1.77 0.98 0.69 2/74 18643
/proc/meminfo: memFree=331664/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=564092 CPUtime=102.2
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 141325 0 0 0 10131 89 0 0 25 0 1 0 188091948 577630208 134195 1992294400 4194304 7823515 548682068736 18446744073709551615 6020392 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 141023 134195 523 886 0 140133 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 564092

[startup+162.302 s]
/proc/loadavg: 1.70 1.09 0.74 2/74 18643
/proc/meminfo: memFree=321808/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=572432 CPUtime=162.17
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 143798 0 0 0 16125 92 0 0 25 0 1 0 188091948 586170368 136609 1992294400 4194304 7823515 548682068736 18446744073709551615 6211406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 143108 136609 523 886 0 142218 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 572432

[startup+222.302 s]
/proc/loadavg: 1.61 1.19 0.80 2/74 18643
/proc/meminfo: memFree=320400/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=573672 CPUtime=222
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 144138 0 0 0 22102 98 0 0 25 0 1 0 188091948 587440128 136949 1992294400 4194304 7823515 548682068736 18446744073709551615 6263160 0 0 4096 16384 0 0 0 17 0 0 0
/proc/18642/statm: 143418 136949 523 886 0 142528 0
Current children cumulated CPU time (s) 222
Current children cumulated vsize (KiB) 573672

[startup+282.301 s]
/proc/loadavg: 1.70 1.28 0.85 2/74 18643
/proc/meminfo: memFree=312912/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=578920 CPUtime=281.91
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 145991 0 0 0 28087 104 0 0 25 0 1 0 188091948 592814080 138802 1992294400 4194304 7823515 548682068736 18446744073709551615 6214787 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 144730 138802 523 886 0 143840 0
Current children cumulated CPU time (s) 281.91
Current children cumulated vsize (KiB) 578920

[startup+342.301 s]
/proc/loadavg: 1.87 1.39 0.91 4/74 18643
/proc/meminfo: memFree=311568/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=582304 CPUtime=341.74
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 146349 0 0 0 34067 107 0 0 25 0 1 0 188091948 596279296 139160 1992294400 4194304 7823515 548682068736 18446744073709551615 6908143 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 145576 139160 523 886 0 144686 0
Current children cumulated CPU time (s) 341.74
Current children cumulated vsize (KiB) 582304

[startup+402.301 s]
/proc/loadavg: 1.75 1.44 0.96 4/74 18643
/proc/meminfo: memFree=306192/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=587656 CPUtime=401.53
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 147687 0 0 0 40041 112 0 0 25 0 1 0 188091948 601759744 140498 1992294400 4194304 7823515 548682068736 18446744073709551615 6205501 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 146914 140498 523 886 0 146024 0
Current children cumulated CPU time (s) 401.53
Current children cumulated vsize (KiB) 587656

[startup+462.301 s]
/proc/loadavg: 1.64 1.47 1.00 4/74 18643
/proc/meminfo: memFree=305424/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=588408 CPUtime=461.18
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 147890 0 0 0 45999 119 0 0 25 0 1 0 188091948 602529792 140701 1992294400 4194304 7823515 548682068736 18446744073709551615 5925270 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 147102 140701 523 886 0 146212 0
Current children cumulated CPU time (s) 461.18
Current children cumulated vsize (KiB) 588408

[startup+522.301 s]
/proc/loadavg: 1.79 1.55 1.05 2/74 18643
/proc/meminfo: memFree=299408/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=593680 CPUtime=520.94
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 149395 0 0 0 51972 122 0 0 25 0 1 0 188091948 607928320 142206 1992294400 4194304 7823515 548682068736 18446744073709551615 6214770 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 148420 142206 523 886 0 147530 0
Current children cumulated CPU time (s) 520.94
Current children cumulated vsize (KiB) 593680

[startup+582.307 s]
/proc/loadavg: 1.83 1.61 1.10 2/74 18643
/proc/meminfo: memFree=291216/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=603068 CPUtime=580.66
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 151434 0 0 0 57940 126 0 0 25 0 1 0 188091948 617541632 144245 1992294400 4194304 7823515 548682068736 18446744073709551615 6211732 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 150767 144245 523 886 0 149877 0
Current children cumulated CPU time (s) 580.66
Current children cumulated vsize (KiB) 603068

[startup+642.302 s]
/proc/loadavg: 1.90 1.67 1.16 4/74 18643
/proc/meminfo: memFree=290320/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=603468 CPUtime=640.64
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 151659 0 0 0 63937 127 0 0 25 0 1 0 188091948 617951232 144470 1992294400 4194304 7823515 548682068736 18446744073709551615 6180642 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 150867 144470 523 886 0 149977 0
Current children cumulated CPU time (s) 640.64
Current children cumulated vsize (KiB) 603468

[startup+702.302 s]

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

/proc/meminfo: memFree=266448/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=628196 CPUtime=1119.69
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 157569 0 0 0 111809 160 0 0 25 0 1 0 188091948 643272704 150380 1992294400 4194304 7823515 548682068736 18446744073709551615 6266869 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 157049 150380 523 886 0 156159 0
Current children cumulated CPU time (s) 1119.69
Current children cumulated vsize (KiB) 628196

[startup+1182.3 s]
/proc/loadavg: 1.67 1.80 1.43 3/74 18643
/proc/meminfo: memFree=266384/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=628196 CPUtime=1179.46
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 157571 0 0 0 117783 163 0 0 25 0 1 0 188091948 643272704 150382 1992294400 4194304 7823515 548682068736 18446744073709551615 6254145 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 157049 150382 523 886 0 156159 0
Current children cumulated CPU time (s) 1179.46
Current children cumulated vsize (KiB) 628196

[startup+1242.3 s]
/proc/loadavg: 2.00 1.84 1.47 2/74 18643
/proc/meminfo: memFree=266384/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=628196 CPUtime=1239
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 157571 0 0 0 123732 168 0 0 25 0 1 0 188091948 643272704 150382 1992294400 4194304 7823515 548682068736 18446744073709551615 6254076 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 157049 150382 523 886 0 156159 0
Current children cumulated CPU time (s) 1239
Current children cumulated vsize (KiB) 628196

[startup+1302.3 s]
/proc/loadavg: 1.84 1.81 1.48 2/74 18643
/proc/meminfo: memFree=284880/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=622860 CPUtime=1298.55
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 167612 0 0 0 129676 179 0 0 25 0 1 0 188091948 637808640 145793 1992294400 4194304 7823515 548682068736 18446744073709551615 6209862 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 155715 145793 523 886 0 154825 0
Current children cumulated CPU time (s) 1298.55
Current children cumulated vsize (KiB) 622860

[startup+1362.3 s]
/proc/loadavg: 1.72 1.77 1.48 4/74 18643
/proc/meminfo: memFree=281552/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=622860 CPUtime=1358.5
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 168408 0 0 0 135666 184 0 0 25 0 1 0 188091948 637808640 146589 1992294400 4194304 7823515 548682068736 18446744073709551615 6254145 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 155715 146589 523 886 0 154825 0
Current children cumulated CPU time (s) 1358.5
Current children cumulated vsize (KiB) 622860

[startup+1422.31 s]
/proc/loadavg: 1.59 1.72 1.48 2/74 18643
/proc/meminfo: memFree=278288/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=622860 CPUtime=1418.48
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 169214 0 0 0 141662 186 0 0 25 0 1 0 188091948 637808640 147395 1992294400 4194304 7823515 548682068736 18446744073709551615 6212348 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 155715 147395 523 886 0 154825 0
Current children cumulated CPU time (s) 1418.48
Current children cumulated vsize (KiB) 622860

[startup+1482.3 s]
/proc/loadavg: 1.36 1.64 1.46 4/74 18643
/proc/meminfo: memFree=276496/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=622860 CPUtime=1478.13
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 169664 0 0 0 147619 194 0 0 25 0 1 0 188091948 637808640 147845 1992294400 4194304 7823515 548682068736 18446744073709551615 6254623 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 155715 147845 523 886 0 154825 0
Current children cumulated CPU time (s) 1478.13
Current children cumulated vsize (KiB) 622860

[startup+1542.3 s]
/proc/loadavg: 1.36 1.57 1.45 2/74 18643
/proc/meminfo: memFree=258448/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=646044 CPUtime=1538.02
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 174181 0 0 0 153605 197 0 0 25 0 1 0 188091948 661549056 152362 1992294400 4194304 7823515 548682068736 18446744073709551615 6212404 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 161511 152362 523 886 0 160621 0
Current children cumulated CPU time (s) 1538.02
Current children cumulated vsize (KiB) 646044

[startup+1602.3 s]
/proc/loadavg: 1.78 1.65 1.48 2/74 18643
/proc/meminfo: memFree=257232/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=646044 CPUtime=1598
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 174484 0 0 0 159602 198 0 0 25 0 1 0 188091948 661549056 152665 1992294400 4194304 7823515 548682068736 18446744073709551615 6212306 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 161511 152665 523 886 0 160621 0
Current children cumulated CPU time (s) 1598
Current children cumulated vsize (KiB) 646044

[startup+1662.3 s]
/proc/loadavg: 1.85 1.69 1.50 2/74 18643
/proc/meminfo: memFree=257040/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=646044 CPUtime=1657.98
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 174527 0 0 0 165600 198 0 0 25 0 1 0 188091948 661549056 152708 1992294400 4194304 7823515 548682068736 18446744073709551615 6212422 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 161511 152708 523 886 0 160621 0
Current children cumulated CPU time (s) 1657.98
Current children cumulated vsize (KiB) 646044

[startup+1722.3 s]
/proc/loadavg: 1.85 1.70 1.51 4/74 18643
/proc/meminfo: memFree=247696/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=646044 CPUtime=1717.95
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 176854 0 0 0 171595 200 0 0 25 0 1 0 188091948 661549056 155035 1992294400 4194304 7823515 548682068736 18446744073709551615 6254145 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 161511 155035 523 886 0 160621 0
Current children cumulated CPU time (s) 1717.95
Current children cumulated vsize (KiB) 646044

[startup+1782.3 s]
/proc/loadavg: 1.54 1.66 1.51 2/74 18643
/proc/meminfo: memFree=247696/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=646044 CPUtime=1777.92
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 176854 0 0 0 177591 201 0 0 25 0 1 0 188091948 661549056 155035 1992294400 4194304 7823515 548682068736 18446744073709551615 6254145 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 161511 155035 523 886 0 160621 0
Current children cumulated CPU time (s) 1777.92
Current children cumulated vsize (KiB) 646044

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

[startup+1791.91 s]
/proc/loadavg: 1.60 1.67 1.52 3/74 18643
/proc/meminfo: memFree=247696/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=646044 CPUtime=1787.49
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 176854 0 0 0 178548 201 0 0 25 0 1 0 188091948 661549056 155035 1992294400 4194304 7823515 548682068736 18446744073709551615 6212404 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 161511 155035 523 886 0 160621 0
Current children cumulated CPU time (s) 1787.49
Current children cumulated vsize (KiB) 646044

[startup+1798.3 s]
/proc/loadavg: 1.51 1.65 1.51 5/74 18643
/proc/meminfo: memFree=247696/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=646044 CPUtime=1793.86
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 176854 0 0 0 179185 201 0 0 25 0 1 0 188091948 661549056 155035 1992294400 4194304 7823515 548682068736 18446744073709551615 6206188 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 161511 155035 523 886 0 160621 0
Current children cumulated CPU time (s) 1793.86
Current children cumulated vsize (KiB) 646044

[startup+1799.9 s]
/proc/loadavg: 1.51 1.65 1.51 4/74 18643
/proc/meminfo: memFree=247696/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=646044 CPUtime=1795.45
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 176854 0 0 0 179344 201 0 0 25 0 1 0 188091948 661549056 155035 1992294400 4194304 7823515 548682068736 18446744073709551615 6180599 0 0 4096 16384 0 0 0 17 1 0 0
/proc/18642/statm: 161511 155035 523 886 0 160621 0
Current children cumulated CPU time (s) 1795.45
Current children cumulated vsize (KiB) 646044

[startup+1801.5 s]
/proc/loadavg: 1.51 1.65 1.51 2/74 18643
/proc/meminfo: memFree=247696/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=646044 CPUtime=1797.03
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 176861 0 0 0 179502 201 0 0 25 0 1 0 188091948 661549056 155042 1992294400 4194304 7823515 548682068736 18446744073709551615 4303034 0 0 4096 0 0 0 0 17 0 0 0
/proc/18642/statm: 161511 155042 530 886 0 160621 0
Current children cumulated CPU time (s) 1797.03
Current children cumulated vsize (KiB) 646044

[startup+1802.3 s]
/proc/loadavg: 1.51 1.65 1.51 2/74 18643
/proc/meminfo: memFree=247696/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=646044 CPUtime=1797.82
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 176866 0 0 0 179580 202 0 0 25 0 1 0 188091948 661549056 155047 1992294400 4194304 7823515 548682068736 18446744073709551615 4802841 0 0 4096 0 0 0 0 17 1 0 0
/proc/18642/statm: 161511 155047 535 886 0 160621 0
Current children cumulated CPU time (s) 1797.82
Current children cumulated vsize (KiB) 646044

[startup+1802.7 s]
/proc/loadavg: 1.51 1.65 1.51 2/74 18643
/proc/meminfo: memFree=247696/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=399604 CPUtime=1798.22
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 176866 0 0 0 179617 205 0 0 25 0 1 0 188091948 409194496 98959 1992294400 4194304 7823515 548682068736 18446744073709551615 4814229 0 0 4096 0 0 0 0 17 1 0 0
/proc/18642/statm: 99901 98959 535 886 0 99011 0
Current children cumulated CPU time (s) 1798.22
Current children cumulated vsize (KiB) 399604

[startup+1802.8 s]
/proc/loadavg: 1.47 1.64 1.51 4/74 18643
/proc/meminfo: memFree=743632/2055920 swapFree=4176004/4192956
[pid=18642] ppid=18640 vsize=133980 CPUtime=1798.31
/proc/18642/stat : 18642 (pbscip.linux.x8) R 18640 18642 18567 0 -1 4194304 176866 0 0 0 179622 209 0 0 25 0 1 0 188091948 137195520 31017 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 1 0 0
/proc/18642/statm: 33495 31017 535 886 0 32605 0
Current children cumulated CPU time (s) 1798.31
Current children cumulated vsize (KiB) 133980

Child status: 0
Real time (s): 1802.83
CPU time (s): 1798.35
CPU user time (s): 1796.23
CPU system time (s): 2.12068
CPU usage (%): 99.7515
Max. virtual memory (cumulated for all children) (KiB): 646044

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

runsolver used 2.38464 second user time and 6.25805 second system time

The end

Launcher Data

Begin job on node74 at 2009-06-17 04:15:26
IDJOB=1870452
IDBENCH=48225
IDSOLVER=683
FILE ID=node74/1870452-1245204926
PBS_JOBID= 9368374
Free space on /tmp= 103020 MiB

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

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

MD5SUM BENCH= e05fbfdce4433b0b2590ec382b530cec
RANDOM SEED=652547826

node74.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.218
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.218
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:        867960 kB
Buffers:         64420 kB
Cached:        1009268 kB
SwapCached:      10368 kB
Active:         345012 kB
Inactive:       759828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        867960 kB
SwapTotal:     4192956 kB
SwapFree:      4176004 kB
Dirty:           11952 kB
Writeback:           0 kB
Mapped:          33212 kB
Slab:            68088 kB
Committed_AS:   604844 kB
PageTables:       2116 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103012 MiB
End job on node74 at 2009-06-17 04:45:30