Trace number 1870554

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)? (TO) 1800.14 1800.8

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_1.opb
MD5SUM6856221d5d444d2079d321f11fb11f0b
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.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -74
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)151172
Sum of products size (including duplicates)302344
Number of different products75586
Sum of products size151172

Solver Data

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

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-1870554-1245211658/watcher-1870554-1245211658 -o /tmp/evaluation-result-1870554-1245211658/solver-1870554-1245211658 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870554-1245211658.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.98 0.99 3/64 6099
/proc/meminfo: memFree=1844904/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=6100 CPUtime=0
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 610 0 0 0 0 0 0 0 18 0 1 0 188766002 6246400 593 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 0 0 0
/proc/6099/statm: 1525 602 325 886 0 635 0

[startup+0.0099431 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 6099
/proc/meminfo: memFree=1844904/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=9308 CPUtime=0
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 1488 0 0 0 0 0 0 0 18 0 1 0 188766002 9531392 1470 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 0 0 0
/proc/6099/statm: 2327 1480 349 886 0 1437 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9308

[startup+0.10195 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 6099
/proc/meminfo: memFree=1844904/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=24884 CPUtime=0.09
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 5324 0 0 0 7 2 0 0 18 0 1 0 188766002 25481216 5306 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 0 0 0
/proc/6099/statm: 6221 5316 354 886 0 5331 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24884

[startup+0.301969 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 6099
/proc/meminfo: memFree=1844904/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=48728 CPUtime=0.29
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 11403 0 0 0 25 4 0 0 19 0 1 0 188766002 49897472 11385 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 0 0 0
/proc/6099/statm: 12182 11385 354 886 0 11292 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48728

[startup+0.702009 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 6099
/proc/meminfo: memFree=1844904/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=82680 CPUtime=0.69
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 19963 0 0 0 62 7 0 0 23 0 1 0 188766002 84664320 19945 1992294400 4194304 7823515 548682068736 18446744073709551615 4764470 0 0 4096 0 0 0 0 17 0 0 0
/proc/6099/statm: 20670 19945 354 886 0 19780 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 82680

[startup+1.50108 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1707744/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=193880 CPUtime=1.49
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 48153 0 0 0 129 20 0 0 25 0 1 0 188766002 198533120 47633 1992294400 4194304 7823515 548682068736 18446744073709551615 4685941 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 48470 47633 385 886 0 47580 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 193880

[startup+3.10125 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1650336/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=208704 CPUtime=3.09
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 51625 0 0 0 286 23 0 0 25 0 1 0 188766002 213712896 51105 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 52176 51105 404 886 0 51286 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 208704

[startup+6.30155 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1602336/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=247688 CPUtime=6.29
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 63004 0 0 0 590 39 0 0 25 0 1 0 188766002 253632512 60879 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 61922 60879 436 886 0 61032 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 247688

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1374248/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=521588 CPUtime=12.68
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 131084 0 0 0 1194 74 0 0 25 0 1 0 188766002 534106112 124786 1992294400 4194304 7823515 548682068736 18446744073709551615 6109354 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 130397 124786 517 886 0 129507 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 521588

[startup+25.5014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1322664/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=559692 CPUtime=25.48
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 138314 0 0 0 2471 77 0 0 25 0 1 0 188766002 573124608 131353 1992294400 4194304 7823515 548682068736 18446744073709551615 6212302 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 139923 131353 523 886 0 139033 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 559692

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1308840/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=566540 CPUtime=51.07
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 141251 0 0 0 5028 79 0 0 25 0 1 0 188766002 580136960 134249 1992294400 4194304 7823515 548682068736 18446744073709551615 6212418 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 141635 134249 523 886 0 140745 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 566540

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1304552/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=567584 CPUtime=102.26
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 142299 0 0 0 10144 82 0 0 25 0 1 0 188766002 581206016 135297 1992294400 4194304 7823515 548682068736 18446744073709551615 6212348 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 141896 135297 523 886 0 141006 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 567584

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1296552/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=575028 CPUtime=162.23
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 144339 0 0 0 16138 85 0 0 25 0 1 0 188766002 588828672 137278 1992294400 4194304 7823515 548682068736 18446744073709551615 6179843 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 143757 137278 523 886 0 142867 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 575028

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1292968/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=578436 CPUtime=222.2
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 145249 0 0 0 22134 86 0 0 25 0 1 0 188766002 592318464 138188 1992294400 4194304 7823515 548682068736 18446744073709551615 6212295 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 144609 138188 523 886 0 143719 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 578436

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1292200/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=579012 CPUtime=282.19
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 145410 0 0 0 28131 88 0 0 25 0 1 0 188766002 592908288 138349 1992294400 4194304 7823515 548682068736 18446744073709551615 6263492 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 144753 138349 523 886 0 143863 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 579012

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1287656/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=583988 CPUtime=342.16
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 146540 0 0 0 34126 90 0 0 25 0 1 0 188766002 598003712 139479 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 145997 139479 523 886 0 145107 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 583988

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1287592/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=583988 CPUtime=402.14
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 146551 0 0 0 40123 91 0 0 25 0 1 0 188766002 598003712 139490 1992294400 4194304 7823515 548682068736 18446744073709551615 6214753 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 145997 139490 523 886 0 145107 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 583988

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1285032/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=586220 CPUtime=462.12
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 147186 0 0 0 46119 93 0 0 25 0 1 0 188766002 600289280 140125 1992294400 4194304 7823515 548682068736 18446744073709551615 6180591 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 146555 140125 523 886 0 145665 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 586220

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1278312/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=597496 CPUtime=522.1
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 150028 0 0 0 52115 95 0 0 25 0 1 0 188766002 611835904 142967 1992294400 4194304 7823515 548682068736 18446744073709551615 6254623 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 149374 142967 523 886 0 148484 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 597496

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1273064/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=597828 CPUtime=582.08
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 150174 0 0 0 58112 96 0 0 25 0 1 0 188766002 612175872 143113 1992294400 4194304 7823515 548682068736 18446744073709551615 6180591 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 149457 143113 523 886 0 148567 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 597828

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1272680/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=598100 CPUtime=642.06
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 150275 0 0 0 64109 97 0 0 25 0 1 0 188766002 612454400 143214 1992294400 4194304 7823515 548682068736 18446744073709551615 6254112 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 149525 143214 523 886 0 148635 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 598100

[startup+702.301 s]

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

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1263016/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=607516 CPUtime=881.96
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 152652 0 0 0 88094 102 0 0 25 0 1 0 188766002 622096384 145591 1992294400 4194304 7823515 548682068736 18446744073709551615 6212665 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 151879 145591 523 886 0 150989 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 607516

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1262952/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=607516 CPUtime=941.94
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 152657 0 0 0 94091 103 0 0 25 0 1 0 188766002 622096384 145596 1992294400 4194304 7823515 548682068736 18446744073709551615 6205446 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 151879 145596 523 886 0 150989 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 607516

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1262888/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=607516 CPUtime=1001.92
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 152666 0 0 0 100088 104 0 0 25 0 1 0 188766002 622096384 145605 1992294400 4194304 7823515 548682068736 18446744073709551615 6212422 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 151879 145605 523 886 0 150989 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 607516

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1247336/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=620488 CPUtime=1061.9
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 156546 0 0 0 106084 106 0 0 25 0 1 0 188766002 635379712 149485 1992294400 4194304 7823515 548682068736 18446744073709551615 6209764 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 155122 149485 523 886 0 154232 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 620488

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1247272/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=620488 CPUtime=1121.87
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 156547 0 0 0 112080 107 0 0 25 0 1 0 188766002 635379712 149486 1992294400 4194304 7823515 548682068736 18446744073709551615 6110670 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 155122 149486 523 886 0 154232 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 620488

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1247208/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=622372 CPUtime=1181.85
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 157403 0 0 0 118076 109 0 0 25 0 1 0 188766002 637308928 150342 1992294400 4194304 7823515 548682068736 18446744073709551615 6254293 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 155593 150342 523 886 0 154703 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 622372

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1243496/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=622372 CPUtime=1241.83
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 157437 0 0 0 124074 109 0 0 25 0 1 0 188766002 637308928 150376 1992294400 4194304 7823515 548682068736 18446744073709551615 6216465 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 155593 150376 523 886 0 154703 0
Current children cumulated CPU time (s) 1241.83
Current children cumulated vsize (KiB) 622372

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1243368/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=622556 CPUtime=1301.81
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 157469 0 0 0 130071 110 0 0 25 0 1 0 188766002 637497344 150408 1992294400 4194304 7823515 548682068736 18446744073709551615 6212327 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 155639 150408 523 886 0 154749 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 622556

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1243240/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=623564 CPUtime=1361.79
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 157490 0 0 0 136068 111 0 0 25 0 1 0 188766002 638529536 150429 1992294400 4194304 7823515 548682068736 18446744073709551615 6212418 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 155891 150429 523 886 0 155001 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 623564

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1243240/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=623564 CPUtime=1421.77
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 157491 0 0 0 142066 111 0 0 25 0 1 0 188766002 638529536 150430 1992294400 4194304 7823515 548682068736 18446744073709551615 5924546 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 155891 150430 523 886 0 155001 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 623564

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1241256/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=628696 CPUtime=1481.75
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 157971 0 0 0 148063 112 0 0 25 0 1 0 188766002 643784704 150910 1992294400 4194304 7823515 548682068736 18446744073709551615 6211638 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 157174 150910 523 886 0 156284 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 628696

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1241256/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=628696 CPUtime=1541.73
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 157972 0 0 0 154060 113 0 0 25 0 1 0 188766002 643784704 150911 1992294400 4194304 7823515 548682068736 18446744073709551615 6216465 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 157174 150911 523 886 0 156284 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 628696

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1241192/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=628696 CPUtime=1601.7
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 157972 0 0 0 160057 113 0 0 25 0 1 0 188766002 643784704 150911 1992294400 4194304 7823515 548682068736 18446744073709551615 6254635 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 157174 150911 523 886 0 156284 0
Current children cumulated CPU time (s) 1601.7
Current children cumulated vsize (KiB) 628696

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1241128/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=628696 CPUtime=1661.69
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 157972 0 0 0 166055 114 0 0 25 0 1 0 188766002 643784704 150911 1992294400 4194304 7823515 548682068736 18446744073709551615 6212348 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 157174 150911 523 886 0 156284 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 628696

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1221736/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=644096 CPUtime=1721.67
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 162818 0 0 0 172051 116 0 0 25 0 1 0 188766002 659554304 155757 1992294400 4194304 7823515 548682068736 18446744073709551615 6211711 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 161024 155757 523 886 0 160134 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 644096

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1221608/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=644096 CPUtime=1781.64
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 162818 0 0 0 178048 116 0 0 25 0 1 0 188766002 659554304 155757 1992294400 4194304 7823515 548682068736 18446744073709551615 6211337 0 0 4096 16384 0 0 0 17 0 0 0
/proc/6099/statm: 161024 155757 523 886 0 160134 0
Current children cumulated CPU time (s) 1781.64
Current children cumulated vsize (KiB) 644096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1221608/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=644096 CPUtime=1800.04
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 162827 0 0 0 179888 116 0 0 25 0 1 0 188766002 659554304 155766 1992294400 4194304 7823515 548682068736 18446744073709551615 4333688 0 0 4096 0 0 0 0 17 0 0 0
/proc/6099/statm: 161024 155766 532 886 0 160134 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 644096

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.71 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6100
/proc/meminfo: memFree=1221608/2055920 swapFree=4181656/4192956
[pid=6099] ppid=6097 vsize=644096 CPUtime=1800.04
/proc/6099/stat : 6099 (pbscip.linux.x8) R 6097 6099 5886 0 -1 4194304 162827 0 0 0 179888 116 0 0 25 0 1 0 188766002 659554304 155766 1992294400 4194304 7823515 548682068736 18446744073709551615 4333688 0 0 4096 0 0 0 0 17 0 0 0
/proc/6099/statm: 161024 155766 532 886 0 160134 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 644096

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.8
CPU time (s): 1800.14
CPU user time (s): 1798.88
CPU system time (s): 1.25881
CPU usage (%): 99.9634
Max. virtual memory (cumulated for all children) (KiB): 644096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.88
system time used= 1.25881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162827
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= 4
involuntary context switches= 5033

runsolver used 1.63075 second user time and 4.93125 second system time

The end

Launcher Data

Begin job on node18 at 2009-06-17 06:07:38
IDJOB=1870554
IDBENCH=48276
IDSOLVER=683
FILE ID=node18/1870554-1245211658
PBS_JOBID= 9368392
Free space on /tmp= 66172 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_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-1870554-1245211658/watcher-1870554-1245211658 -o /tmp/evaluation-result-1870554-1245211658/solver-1870554-1245211658 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870554-1245211658.opb

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

MD5SUM BENCH= 6856221d5d444d2079d321f11fb11f0b
RANDOM SEED=581229799

node18.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.236
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.236
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:       1845384 kB
Buffers:         27392 kB
Cached:         110492 kB
SwapCached:       5596 kB
Active:          61556 kB
Inactive:        84252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1845384 kB
SwapTotal:     4192956 kB
SwapFree:      4181656 kB
Dirty:           11944 kB
Writeback:           0 kB
Mapped:          12996 kB
Slab:            50784 kB
Committed_AS:   167076 kB
PageTables:       1376 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= 66160 MiB
End job on node18 at 2009-06-17 06:37:41