Trace number 1870460

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) 1802.16 1802.81

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_4.opb
MD5SUM49512b8058c62182b32b06ac219e7167
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)150968
Sum of products size (including duplicates)301936
Number of different products75484
Sum of products size150968

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-1870460-1245205601.opb>
0.89/0.92	c original problem has 77484 variables (77484 bin, 0 int, 0 impl, 0 cont) and 78485 constraints
1.59/1.68	c start presolving problem
1.59/1.68	c presolving:
5.50/5.56	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3000 upgd conss, 599684 impls, 2000 clqs
11.19/11.28	c    (9.9s) probing: 101/77484 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
11.19/11.28	c    (9.9s) probing aborted: 100/100 successive totally useless probings
11.19/11.29	c presolving (2 rounds):
11.19/11.29	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
11.19/11.29	c  599684 implications, 2000 cliques
11.19/11.29	c presolved problem has 77484 variables (77484 bin, 0 int, 0 impl, 0 cont) and 78485 constraints
11.19/11.29	c    2000 constraints of type <setppc>
11.19/11.29	c   75484 constraints of type <and>
11.19/11.29	c       1 constraints of type <linear>
11.19/11.29	c    1000 constraints of type <logicor>
11.19/11.29	c transformed objective value is always integral (scale: 1)
11.19/11.29	c Presolving Time: 9.56
11.29/11.33	c OPT-NLC
11.29/11.33	c -----------------------------------------------------------------------------------------------
11.29/11.33	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
11.29/11.33	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.29/11.33	c limits/memory = c 1620
11.29/11.33	c # maximal time in seconds to run
11.29/11.33	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.29/11.33	c limits/time = c 1791
11.29/11.33	c # frequency for displaying node information lines
11.29/11.33	c # [type: int, range: [-1,2147483647], default: 100]
11.29/11.33	c display/freq = c 10000
11.29/11.33	c -----------------------------------------------------------------------------------------------
11.29/11.33	c start solving problem
11.29/11.33	c 
1801.64/1802.39	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1801.64/1802.39	c  1800s|     1 |     0 | 43200 | 348M|   0 |   - |  77k|  78k|  78k|  77k| 153k|   0 |   0 |   0 |-1.000000e+03 |      --      |    Inf 
1801.74/1802.47	c  1800s|     1 |     2 | 43200 | 348M|   0 |   - |  77k|  78k|  78k|  77k| 153k|   0 |   0 |   0 |-1.000000e+03 |      --      |    Inf 
1801.74/1802.47	c 
1801.74/1802.47	c SCIP Status        : solving was interrupted [user interrupt]
1801.74/1802.47	c Solving Time (sec) : 1799.74
1801.74/1802.47	c Solving Nodes      : 1
1801.74/1802.47	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1801.74/1802.47	c Dual Bound         : -1.00000000000000e+03
1801.74/1802.47	c Gap                : infinite
1801.74/1802.47	c NODE         1
1801.74/1802.47	c DUAL BOUND   -1000
1801.74/1802.47	c PRIMAL BOUND 1e+20
1801.74/1802.47	c GAP          1e+20
1801.74/1802.47	s UNKNOWN
1801.74/1802.47	c SCIP Status        : solving was interrupted [user interrupt]
1801.74/1802.47	c Solving Time       :    1799.74
1801.74/1802.47	c Original Problem   :
1801.74/1802.47	c   Problem name     : HOME/instance-1870460-1245205601.opb
1801.74/1802.47	c   Variables        : 77484 (77484 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.74/1802.47	c   Constraints      : 78485 initial, 78485 maximal
1801.74/1802.47	c Presolved Problem  :
1801.74/1802.47	c   Problem name     : t_HOME/instance-1870460-1245205601.opb
1801.74/1802.47	c   Variables        : 77484 (77484 binary, 0 integer, 0 implicit integer, 0 continuous)
1801.74/1802.47	c   Constraints      : 78485 initial, 78485 maximal
1801.74/1802.47	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1801.74/1802.47	c   trivial          :       0.02          0          0          0          0          0          0          0          0
1801.74/1802.47	c   dualfix          :       0.04          0          0          0          0          0          0          0          0
1801.74/1802.47	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1801.74/1802.47	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1801.74/1802.47	c   implics          :       0.05          0          0          0          0          0          0          0          0
1801.74/1802.47	c   probing          :       2.81          0          0          0          0          0          0          0          0
1801.74/1802.47	c   setppc           :       0.09          0          0          0          0          0          0          0          0
1801.74/1802.47	c   and              :       5.47          0          0          0          0          0          0          0          0
1801.74/1802.47	c   linear           :       0.60          0          0          0          0          0          0          0          0
1801.74/1802.47	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1801.74/1802.47	c   root node        :          -          0          -          -          0          -          -          -          -
1801.74/1802.47	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1801.74/1802.47	c   integral         :          0          0          0          0          0          0          0          0          0          0
1801.74/1802.47	c   setppc           :       2000          0        201          0          1          0          0          0          0          0
1801.74/1802.47	c   and              :      75484          0        201          0          1          0          0          0          0          0
1801.74/1802.47	c   linear           :          1          0        201          0          1          0          0          0          0          0
1801.74/1802.47	c   logicor          :       1000          0        201          0          1          0          0          0          0          0
1801.74/1802.47	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1801.74/1802.47	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1801.74/1802.47	c   integral         :       0.00       0.00       0.00       0.00       0.00
1801.74/1802.47	c   setppc           :       0.07       0.00       0.05       0.00       0.02
1801.74/1802.47	c   and              :       0.96       0.00       0.94       0.00       0.02
1801.74/1802.47	c   linear           :       0.08       0.00       0.08       0.00       0.00
1801.74/1802.47	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1801.74/1802.47	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1801.74/1802.47	c Propagators        :       Time      Calls    Cutoffs    DomReds
1801.74/1802.47	c   rootredcost      :       0.00          0          0          0
1801.74/1802.47	c   pseudoobj        :       0.00          1          0          0
1801.74/1802.47	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1801.74/1802.47	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1801.74/1802.47	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1801.74/1802.47	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1801.74/1802.47	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1801.74/1802.47	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1801.74/1802.47	c   applied globally :          -          -          -          0        0.0          -          -          -
1801.74/1802.47	c   applied locally  :          -          -          -          0        0.0          -          -          -
1801.74/1802.47	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1801.74/1802.47	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1801.74/1802.47	c   redcost          :       0.00          0          0          0          0          0
1801.74/1802.47	c   impliedbounds    :       0.00          0          0          0          0          0
1801.74/1802.47	c   intobj           :       0.00          0          0          0          0          0
1801.74/1802.47	c   gomory           :       0.00          0          0          0          0          0
1801.74/1802.47	c   strongcg         :       0.00          0          0          0          0          0
1801.74/1802.47	c   cmir             :       0.00          0          0          0          0          0
1801.74/1802.47	c   flowcover        :       0.00          0          0          0          0          0
1801.74/1802.47	c   clique           :       0.00          0          0          0          0          0
1801.74/1802.47	c   zerohalf         :       0.00          0          0          0          0          0
1801.74/1802.47	c   mcf              :       0.00          0          0          0          0          0
1801.74/1802.47	c Pricers            :       Time      Calls       Vars
1801.74/1802.47	c   problem variables:       0.00          0          0
1801.74/1802.47	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1801.74/1802.47	c   relpscost        :       0.00          0          0          0          0          0          0
1801.74/1802.47	c   pscost           :       0.00          0          0          0          0          0          0
1801.74/1802.47	c   inference        :       0.03          1          0          0          0          0          2
1801.74/1802.47	c   mostinf          :       0.00          0          0          0          0          0          0
1801.74/1802.47	c   leastinf         :       0.00          0          0          0          0          0          0
1801.74/1802.47	c   fullstrong       :       0.00          0          0          0          0          0          0
1801.74/1802.47	c   allfullstrong    :       0.00          0          0          0          0          0          0
1801.74/1802.47	c   random           :       0.00          0          0          0          0          0          0
1801.74/1802.47	c Primal Heuristics  :       Time      Calls      Found
1801.74/1802.47	c   LP solutions     :       0.00          -          0
1801.74/1802.47	c   pseudo solutions :       0.00          -          0
1801.74/1802.47	c   oneopt           :       0.00          0          0
1801.74/1802.47	c   simplerounding   :       0.00          0          0
1801.74/1802.47	c   rounding         :       0.00          0          0
1801.74/1802.47	c   shifting         :       0.00          0          0
1801.74/1802.47	c   intshifting      :       0.00          0          0
1801.74/1802.47	c   fixandinfer      :       0.00          0          0
1801.74/1802.47	c   feaspump         :       0.00          0          0
1801.74/1802.47	c   coefdiving       :       0.00          0          0
1801.74/1802.47	c   pscostdiving     :       0.00          0          0
1801.74/1802.47	c   fracdiving       :       0.00          0          0
1801.74/1802.47	c   veclendiving     :       0.00          0          0
1801.74/1802.47	c   intdiving        :       0.00          0          0
1801.74/1802.47	c   actconsdiving    :       0.00          0          0
1801.74/1802.47	c   objpscostdiving  :       0.00          0          0
1801.74/1802.47	c   rootsoldiving    :       0.00          0          0
1801.74/1802.47	c   linesearchdiving :       0.00          0          0
1801.74/1802.47	c   guideddiving     :       0.00          0          0
1801.74/1802.47	c   octane           :       0.00          0          0
1801.74/1802.47	c   rens             :       0.00          0          0
1801.74/1802.47	c   rins             :       0.00          0          0
1801.74/1802.47	c   localbranching   :       0.00          0          0
1801.74/1802.47	c   mutation         :       0.00          0          0
1801.74/1802.47	c   crossover        :       0.00          0          0
1801.74/1802.47	c   dins             :       0.00          0          0
1801.74/1802.47	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1801.74/1802.47	c   primal LP        :       0.00          0          0       0.00          -
1801.74/1802.47	c   dual LP          :    1788.62          1      43200   43200.00      24.15
1801.74/1802.47	c   barrier LP       :       0.00          0          0       0.00          -
1801.74/1802.47	c   diving/probing LP:       0.00          0          0       0.00          -
1801.74/1802.47	c   strong branching :       0.00          0          0       0.00          -
1801.74/1802.47	c     (at root node) :          -          0          0       0.00          -
1801.74/1802.47	c   conflict analysis:       0.00          0          0       0.00          -
1801.74/1802.47	c B&B Tree           :
1801.74/1802.47	c   number of runs   :          1
1801.74/1802.47	c   nodes            :          1
1801.74/1802.47	c   nodes (total)    :          1
1801.74/1802.47	c   nodes left       :          2
1801.74/1802.47	c   max depth        :          0
1801.74/1802.47	c   max depth (total):          0
1801.74/1802.47	c   backtracks       :          0 (0.0%)
1801.74/1802.47	c   delayed cutoffs  :          0
1801.74/1802.47	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1801.74/1802.47	c   avg switch length:       1.00
1801.74/1802.47	c   switching time   :       0.00
1801.74/1802.47	c Solution           :
1801.74/1802.47	c   Solutions found  :          0 (0 improvements)
1801.74/1802.47	c   Primal Bound     :          -
1801.74/1802.47	c   Dual Bound       : -1.00000000000000e+03
1801.74/1802.47	c   Gap              :   infinite
1801.74/1802.47	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-1870460-1245205601/watcher-1870460-1245205601 -o /tmp/evaluation-result-1870460-1245205601/solver-1870460-1245205601 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870460-1245205601.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.00 1.00 1.00 3/64 7789
/proc/meminfo: memFree=1785976/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=4324 CPUtime=0
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 469 0 0 0 0 0 0 0 18 0 1 0 188156798 4427776 453 1992294400 4194304 7823515 548682068736 18446744073709551615 6804637 0 0 4096 0 0 0 0 17 1 0 0
/proc/7789/statm: 1082 463 300 886 0 192 0

[startup+0.0953909 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7789
/proc/meminfo: memFree=1785976/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=22744 CPUtime=0.08
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 4872 0 0 0 7 1 0 0 18 0 1 0 188156798 23289856 4854 1992294400 4194304 7823515 548682068736 18446744073709551615 4363801 0 0 4096 0 0 0 0 17 1 0 0
/proc/7789/statm: 5686 4854 354 886 0 4796 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22744

[startup+0.101391 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7789
/proc/meminfo: memFree=1785976/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=23768 CPUtime=0.09
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 5131 0 0 0 8 1 0 0 18 0 1 0 188156798 24338432 5113 1992294400 4194304 7823515 548682068736 18446744073709551615 6288757 0 0 4096 0 0 0 0 17 1 0 0
/proc/7789/statm: 5942 5113 354 886 0 5052 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23768

[startup+0.301426 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7789
/proc/meminfo: memFree=1785976/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=47284 CPUtime=0.29
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 11060 0 0 0 24 5 0 0 19 0 1 0 188156798 48418816 11042 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/7789/statm: 11821 11042 354 886 0 10931 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47284

[startup+0.7015 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7789
/proc/meminfo: memFree=1785976/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=80036 CPUtime=0.69
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 19288 0 0 0 61 8 0 0 22 0 1 0 188156798 81956864 19270 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/7789/statm: 20009 19270 354 886 0 19119 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 80036

[startup+1.50164 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1674096/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=193148 CPUtime=1.49
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 47962 0 0 0 131 18 0 0 25 0 1 0 188156798 197783552 47442 1992294400 4194304 7823515 548682068736 18446744073709551615 4686164 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 48287 47442 385 886 0 47397 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 193148

[startup+3.10194 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1592112/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=207640 CPUtime=3.09
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 51351 0 0 0 287 22 0 0 25 0 1 0 188156798 212623360 50831 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 51910 50831 404 886 0 51020 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 207640

[startup+6.30152 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1545848/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=249112 CPUtime=6.29
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 63351 0 0 0 591 38 0 0 25 0 1 0 188156798 255090688 61226 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 62278 61226 436 886 0 61388 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 249112

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1408568/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=519188 CPUtime=12.69
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 130515 0 0 0 1195 74 0 0 25 0 1 0 188156798 531648512 124242 1992294400 4194304 7823515 548682068736 18446744073709551615 6099765 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 129797 124242 507 886 0 128907 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 519188

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1265080/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=557596 CPUtime=25.48
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 137344 0 0 0 2470 78 0 0 25 0 1 0 188156798 570978304 130428 1992294400 4194304 7823515 548682068736 18446744073709551615 6162053 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 139399 130428 523 886 0 138509 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 557596

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1252536/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=563280 CPUtime=51.08
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 140523 0 0 0 5027 81 0 0 25 0 1 0 188156798 576798720 133568 1992294400 4194304 7823515 548682068736 18446744073709551615 6212100 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 140820 133568 523 886 0 139930 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 563280

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1246968/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=566920 CPUtime=102.26
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 141903 0 0 0 10142 84 0 0 25 0 1 0 188156798 580526080 134948 1992294400 4194304 7823515 548682068736 18446744073709551615 6908168 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 141730 134948 523 886 0 140840 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 566920

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1243256/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=569972 CPUtime=162.24
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 142822 0 0 0 16137 87 0 0 25 0 1 0 188156798 583651328 135867 1992294400 4194304 7823515 548682068736 18446744073709551615 6212556 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 142493 135867 523 886 0 141603 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 569972

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1236856/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=575508 CPUtime=222.21
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 144483 0 0 0 22132 89 0 0 25 0 1 0 188156798 589320192 137468 1992294400 4194304 7823515 548682068736 18446744073709551615 6236694 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 143877 137468 523 886 0 142987 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 575508

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1229688/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=583140 CPUtime=282.19
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 146257 0 0 0 28128 91 0 0 25 0 1 0 188156798 597135360 139242 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 145785 139242 523 886 0 144895 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 583140

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1229496/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=584128 CPUtime=342.17
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 146600 0 0 0 34124 93 0 0 25 0 1 0 188156798 598147072 139585 1992294400 4194304 7823515 548682068736 18446744073709551615 6254289 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 146032 139585 523 886 0 145142 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 584128

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1227320/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=584604 CPUtime=402.15
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 146820 0 0 0 40119 96 0 0 25 0 1 0 188156798 598634496 139805 1992294400 4194304 7823515 548682068736 18446744073709551615 6175274 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 146151 139805 523 886 0 145261 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 584604

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1226872/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=584976 CPUtime=462.13
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 146935 0 0 0 46115 98 0 0 25 0 1 0 188156798 599015424 139920 1992294400 4194304 7823515 548682068736 18446744073709551615 6173529 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 146244 139920 523 886 0 145354 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 584976

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1221240/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=592432 CPUtime=522.1
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 148335 0 0 0 52110 100 0 0 25 0 1 0 188156798 606650368 141320 1992294400 4194304 7823515 548682068736 18446744073709551615 6175282 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 148108 141320 523 886 0 147218 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 592432

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1219384/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=592432 CPUtime=582.08
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 148786 0 0 0 58106 102 0 0 25 0 1 0 188156798 606650368 141771 1992294400 4194304 7823515 548682068736 18446744073709551615 6213595 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 148108 141771 523 886 0 147218 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 592432

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1219384/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=592432 CPUtime=642.07
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 148787 0 0 0 64104 103 0 0 25 0 1 0 188156798 606650368 141772 1992294400 4194304 7823515 548682068736 18446744073709551615 6212422 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 148108 141772 523 886 0 147218 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 592432

[startup+702.302 s]

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

/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 153638 0 0 0 106079 112 0 0 25 0 1 0 188156798 624594944 146623 1992294400 4194304 7823515 548682068736 18446744073709551615 6254623 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 152489 146623 523 886 0 151599 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 609956

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1191480/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=619756 CPUtime=1121.88
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 155712 0 0 0 112076 112 0 0 25 0 1 0 188156798 634630144 148697 1992294400 4194304 7823515 548682068736 18446744073709551615 6212302 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 154939 148697 523 886 0 154049 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 619756

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1190904/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=624568 CPUtime=1181.86
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 155853 0 0 0 118073 113 0 0 25 0 1 0 188156798 639557632 148838 1992294400 4194304 7823515 548682068736 18446744073709551615 6150550 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 156142 148838 523 886 0 155252 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 624568

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1190776/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=624568 CPUtime=1241.84
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 155855 0 0 0 124070 114 0 0 25 0 1 0 188156798 639557632 148840 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 156142 148840 523 886 0 155252 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 624568

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1170488/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=638852 CPUtime=1301.83
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 160915 0 0 0 130066 117 0 0 25 0 1 0 188156798 654184448 153900 1992294400 4194304 7823515 548682068736 18446744073709551615 6173489 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 159713 153900 523 886 0 158823 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 638852

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1170488/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=638852 CPUtime=1361.8
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 160916 0 0 0 136062 118 0 0 25 0 1 0 188156798 654184448 153901 1992294400 4194304 7823515 548682068736 18446744073709551615 6211638 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 159713 153901 523 886 0 158823 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 638852

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1170232/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=638852 CPUtime=1421.78
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 166778 0 0 0 142057 121 0 0 25 0 1 0 188156798 654184448 153901 1992294400 4194304 7823515 548682068736 18446744073709551615 6254145 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 159713 153901 523 886 0 158823 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 638852

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1170232/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=638852 CPUtime=1481.76
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 166779 0 0 0 148054 122 0 0 25 0 1 0 188156798 654184448 153902 1992294400 4194304 7823515 548682068736 18446744073709551615 6211701 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 159713 153902 523 886 0 158823 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 638852

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7790
/proc/meminfo: memFree=1170232/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=638852 CPUtime=1541.73
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 166780 0 0 0 154051 122 0 0 25 0 1 0 188156798 654184448 153903 1992294400 4194304 7823515 548682068736 18446744073709551615 6212418 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 159713 153903 523 886 0 158823 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 638852

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7792
/proc/meminfo: memFree=1170104/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=638852 CPUtime=1601.71
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 166780 0 0 0 160048 123 0 0 25 0 1 0 188156798 654184448 153903 1992294400 4194304 7823515 548682068736 18446744073709551615 6150539 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 159713 153903 523 886 0 158823 0
Current children cumulated CPU time (s) 1601.71
Current children cumulated vsize (KiB) 638852

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7792
/proc/meminfo: memFree=1170104/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=638852 CPUtime=1661.7
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 166781 0 0 0 166046 124 0 0 25 0 1 0 188156798 654184448 153904 1992294400 4194304 7823515 548682068736 18446744073709551615 6150550 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 159713 153904 523 886 0 158823 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 638852

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7792
/proc/meminfo: memFree=1170040/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=638852 CPUtime=1721.67
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 166782 0 0 0 172043 124 0 0 25 0 1 0 188156798 654184448 153905 1992294400 4194304 7823515 548682068736 18446744073709551615 6237458 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 159713 153905 523 886 0 158823 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 638852

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7792
/proc/meminfo: memFree=1170104/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=638852 CPUtime=1781.65
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 166782 0 0 0 178040 125 0 0 25 0 1 0 188156798 654184448 153905 1992294400 4194304 7823515 548682068736 18446744073709551615 6212426 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 159713 153905 523 886 0 158823 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 638852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7792
/proc/meminfo: memFree=1170104/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=638852 CPUtime=1800.05
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 166782 0 0 0 179880 125 0 0 25 0 1 0 188156798 654184448 153905 1992294400 4194304 7823515 548682068736 18446744073709551615 6254097 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 159713 153905 523 886 0 158823 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 638852

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -7789

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7792
/proc/meminfo: memFree=1170104/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=638852 CPUtime=1800.74
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 166782 0 0 0 179949 125 0 0 25 0 1 0 188156798 654184448 153905 1992294400 4194304 7823515 548682068736 18446744073709551615 6254094 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 159713 153905 523 886 0 158823 0
Current children cumulated CPU time (s) 1800.74
Current children cumulated vsize (KiB) 638852

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7793
/proc/meminfo: memFree=1170096/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=638852 CPUtime=1801.54
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 166782 0 0 0 180029 125 0 0 25 0 1 0 188156798 654184448 153905 1992294400 4194304 7823515 548682068736 18446744073709551615 6254149 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7789/statm: 159713 153905 523 886 0 158823 0
Current children cumulated CPU time (s) 1801.54
Current children cumulated vsize (KiB) 638852

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7793
/proc/meminfo: memFree=1170096/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=638852 CPUtime=1801.94
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4194304 166789 0 0 0 180069 125 0 0 25 0 1 0 188156798 654184448 153912 1992294400 4194304 7823515 548682068736 18446744073709551615 5875797 0 0 4096 0 0 0 0 17 1 0 0
/proc/7789/statm: 159713 153912 530 886 0 158823 0
Current children cumulated CPU time (s) 1801.94
Current children cumulated vsize (KiB) 638852

[startup+1802.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7793
/proc/meminfo: memFree=1736888/2055920 swapFree=4181856/4192956
[pid=7789] ppid=7787 vsize=0 CPUtime=1802.15
/proc/7789/stat : 7789 (pbscip.linux.x8) R 7787 7789 7115 0 -1 4195332 166791 0 0 0 180080 135 0 0 25 0 1 0 188156798 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/7789/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.81
CPU time (s): 1802.16
CPU user time (s): 1800.81
CPU system time (s): 1.35579
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 667084

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

runsolver used 1.65375 second user time and 3.98639 second system time

The end

Launcher Data

Begin job on node44 at 2009-06-17 04:26:41
IDJOB=1870460
IDBENCH=48229
IDSOLVER=683
FILE ID=node44/1870460-1245205601
PBS_JOBID= 9368351
Free space on /tmp= 65920 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_4.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-1870460-1245205601/watcher-1870460-1245205601 -o /tmp/evaluation-result-1870460-1245205601/solver-1870460-1245205601 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870460-1245205601.opb

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

MD5SUM BENCH= 49512b8058c62182b32b06ac219e7167
RANDOM SEED=89460956

node44.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.263
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.263
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:       1786456 kB
Buffers:         33228 kB
Cached:         150044 kB
SwapCached:       5156 kB
Active:          96844 kB
Inactive:        94628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786456 kB
SwapTotal:     4192956 kB
SwapFree:      4181856 kB
Dirty:           11944 kB
Writeback:           0 kB
Mapped:          13972 kB
Slab:            63984 kB
Committed_AS:   194192 kB
PageTables:       1388 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= 65912 MiB
End job on node44 at 2009-06-17 04:56:44