Trace number 1870474

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.11 1802.6

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_5.opb
MD5SUMc7b55c33bf2dc9c08660966375c6138a
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-59
Best CPU time to get the best result obtained on this benchmark1800.03
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)150576
Sum of products size (including duplicates)301152
Number of different products75288
Sum of products size150576

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-1870474-1245206495.opb>
0.89/0.92	c original problem has 77288 variables (77288 bin, 0 int, 0 impl, 0 cont) and 78289 constraints
1.60/1.67	c start presolving problem
1.60/1.67	c presolving:
5.28/5.31	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3000 upgd conss, 598944 impls, 2000 clqs
11.58/11.64	c    (10.3s) probing: 101/77288 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
11.58/11.64	c    (10.3s) probing aborted: 100/100 successive totally useless probings
11.68/11.78	c presolving (2 rounds):
11.68/11.78	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
11.68/11.78	c  598944 implications, 2000 cliques
11.68/11.78	c presolved problem has 77288 variables (77288 bin, 0 int, 0 impl, 0 cont) and 78289 constraints
11.68/11.78	c    2000 constraints of type <setppc>
11.68/11.78	c   75288 constraints of type <and>
11.68/11.78	c       1 constraints of type <linear>
11.68/11.78	c    1000 constraints of type <logicor>
11.68/11.78	c transformed objective value is always integral (scale: 1)
11.68/11.78	c Presolving Time: 10.06
11.78/11.82	c OPT-NLC
11.78/11.82	c -----------------------------------------------------------------------------------------------
11.78/11.82	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
11.78/11.82	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.78/11.82	c limits/memory = c 1620
11.78/11.82	c # maximal time in seconds to run
11.78/11.82	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.78/11.82	c limits/time = c 1791
11.78/11.82	c # frequency for displaying node information lines
11.78/11.82	c # [type: int, range: [-1,2147483647], default: 100]
11.78/11.82	c display/freq = c 10000
11.78/11.82	c -----------------------------------------------------------------------------------------------
11.78/11.82	c start solving problem
11.78/11.82	c 
1800.80/1801.30	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1800.80/1801.30	c  1799s|     1 |     0 | 45600 | 347M|   0 |   - |  77k|  78k|  78k|  77k| 153k|   0 |   0 |   0 |-1.000000e+03 |      --      |    Inf 
1800.80/1801.37	c  1799s|     1 |     2 | 45600 | 347M|   0 |   - |  77k|  78k|  78k|  77k| 153k|   0 |   0 |   0 |-1.000000e+03 |      --      |    Inf 
1800.80/1801.37	c 
1800.80/1801.37	c SCIP Status        : solving was interrupted [user interrupt]
1800.80/1801.37	c Solving Time (sec) : 1798.81
1800.80/1801.37	c Solving Nodes      : 1
1800.80/1801.37	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.80/1801.37	c Dual Bound         : -1.00000000000000e+03
1800.80/1801.37	c Gap                : infinite
1800.80/1801.37	c NODE         1
1800.80/1801.37	c DUAL BOUND   -1000
1800.80/1801.37	c PRIMAL BOUND 1e+20
1800.80/1801.37	c GAP          1e+20
1800.80/1801.37	s UNKNOWN
1800.80/1801.37	c SCIP Status        : solving was interrupted [user interrupt]
1800.80/1801.37	c Solving Time       :    1798.81
1800.80/1801.37	c Original Problem   :
1800.80/1801.37	c   Problem name     : HOME/instance-1870474-1245206495.opb
1800.80/1801.37	c   Variables        : 77288 (77288 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.80/1801.37	c   Constraints      : 78289 initial, 78289 maximal
1800.80/1801.37	c Presolved Problem  :
1800.80/1801.37	c   Problem name     : t_HOME/instance-1870474-1245206495.opb
1800.80/1801.37	c   Variables        : 77288 (77288 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.80/1801.37	c   Constraints      : 78289 initial, 78289 maximal
1800.80/1801.37	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.80/1801.37	c   trivial          :       0.03          0          0          0          0          0          0          0          0
1800.80/1801.37	c   dualfix          :       0.03          0          0          0          0          0          0          0          0
1800.80/1801.37	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.80/1801.37	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.80/1801.37	c   implics          :       0.05          0          0          0          0          0          0          0          0
1800.80/1801.37	c   probing          :       3.62          0          0          0          0          0          0          0          0
1800.80/1801.37	c   setppc           :       0.10          0          0          0          0          0          0          0          0
1800.80/1801.37	c   and              :       5.07          0          0          0          0          0          0          0          0
1800.80/1801.37	c   linear           :       0.58          0          0          0          0          0          0          0          0
1800.80/1801.37	c   logicor          :       0.02          0          0          0          0          0          0          0          0
1800.80/1801.37	c   root node        :          -          0          -          -          0          -          -          -          -
1800.80/1801.37	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.80/1801.37	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.80/1801.37	c   setppc           :       2000          0        201          0          1          0          0          0          0          0
1800.80/1801.37	c   and              :      75288          0        201          0          1          0          0          0          0          0
1800.80/1801.37	c   linear           :          1          0        201          0          1          0          0          0          0          0
1800.80/1801.37	c   logicor          :       1000          0        201          0          1          0          0          0          0          0
1800.80/1801.37	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1800.80/1801.37	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.80/1801.37	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.80/1801.37	c   setppc           :       0.06       0.00       0.04       0.00       0.02
1800.80/1801.37	c   and              :       1.25       0.00       1.23       0.00       0.02
1800.80/1801.37	c   linear           :       0.08       0.00       0.08       0.00       0.00
1800.80/1801.37	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1800.80/1801.37	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.80/1801.37	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.80/1801.37	c   rootredcost      :       0.00          0          0          0
1800.80/1801.37	c   pseudoobj        :       0.01          1          0          0
1800.80/1801.37	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.80/1801.37	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.80/1801.37	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.80/1801.37	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.80/1801.37	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.80/1801.37	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.80/1801.37	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.80/1801.37	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.80/1801.37	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.80/1801.37	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.80/1801.37	c   redcost          :       0.00          0          0          0          0          0
1800.80/1801.37	c   impliedbounds    :       0.00          0          0          0          0          0
1800.80/1801.38	c   intobj           :       0.00          0          0          0          0          0
1800.80/1801.38	c   gomory           :       0.00          0          0          0          0          0
1800.80/1801.38	c   strongcg         :       0.00          0          0          0          0          0
1800.80/1801.38	c   cmir             :       0.00          0          0          0          0          0
1800.80/1801.38	c   flowcover        :       0.00          0          0          0          0          0
1800.80/1801.38	c   clique           :       0.00          0          0          0          0          0
1800.80/1801.38	c   zerohalf         :       0.00          0          0          0          0          0
1800.80/1801.38	c   mcf              :       0.00          0          0          0          0          0
1800.80/1801.38	c Pricers            :       Time      Calls       Vars
1800.80/1801.38	c   problem variables:       0.00          0          0
1800.80/1801.38	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.80/1801.38	c   relpscost        :       0.00          0          0          0          0          0          0
1800.80/1801.38	c   pscost           :       0.00          0          0          0          0          0          0
1800.80/1801.38	c   inference        :       0.03          1          0          0          0          0          2
1800.80/1801.38	c   mostinf          :       0.00          0          0          0          0          0          0
1800.80/1801.38	c   leastinf         :       0.00          0          0          0          0          0          0
1800.80/1801.38	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.80/1801.38	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.80/1801.38	c   random           :       0.00          0          0          0          0          0          0
1800.80/1801.38	c Primal Heuristics  :       Time      Calls      Found
1800.80/1801.38	c   LP solutions     :       0.00          -          0
1800.80/1801.38	c   pseudo solutions :       0.00          -          0
1800.80/1801.38	c   oneopt           :       0.00          0          0
1800.80/1801.38	c   simplerounding   :       0.00          0          0
1800.80/1801.38	c   rounding         :       0.00          0          0
1800.80/1801.38	c   shifting         :       0.00          0          0
1800.80/1801.38	c   intshifting      :       0.00          0          0
1800.80/1801.38	c   fixandinfer      :       0.00          0          0
1800.80/1801.38	c   feaspump         :       0.00          0          0
1800.80/1801.38	c   coefdiving       :       0.00          0          0
1800.80/1801.38	c   pscostdiving     :       0.00          0          0
1800.80/1801.38	c   fracdiving       :       0.00          0          0
1800.80/1801.38	c   veclendiving     :       0.00          0          0
1800.80/1801.38	c   intdiving        :       0.00          0          0
1800.80/1801.38	c   actconsdiving    :       0.00          0          0
1800.80/1801.38	c   objpscostdiving  :       0.00          0          0
1800.80/1801.38	c   rootsoldiving    :       0.00          0          0
1800.80/1801.38	c   linesearchdiving :       0.00          0          0
1800.80/1801.38	c   guideddiving     :       0.00          0          0
1800.80/1801.38	c   octane           :       0.00          0          0
1800.80/1801.38	c   rens             :       0.00          0          0
1800.80/1801.38	c   rins             :       0.00          0          0
1800.80/1801.38	c   localbranching   :       0.00          0          0
1800.80/1801.38	c   mutation         :       0.00          0          0
1800.80/1801.38	c   crossover        :       0.00          0          0
1800.80/1801.38	c   dins             :       0.00          0          0
1800.80/1801.38	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.80/1801.38	c   primal LP        :       0.00          0          0       0.00          -
1800.80/1801.38	c   dual LP          :    1787.20          1      45600   45600.00      25.51
1800.80/1801.38	c   barrier LP       :       0.00          0          0       0.00          -
1800.80/1801.38	c   diving/probing LP:       0.00          0          0       0.00          -
1800.80/1801.38	c   strong branching :       0.00          0          0       0.00          -
1800.80/1801.38	c     (at root node) :          -          0          0       0.00          -
1800.80/1801.38	c   conflict analysis:       0.00          0          0       0.00          -
1800.80/1801.38	c B&B Tree           :
1800.80/1801.38	c   number of runs   :          1
1800.80/1801.38	c   nodes            :          1
1800.80/1801.38	c   nodes (total)    :          1
1800.80/1801.38	c   nodes left       :          2
1800.80/1801.38	c   max depth        :          0
1800.80/1801.38	c   max depth (total):          0
1800.80/1801.38	c   backtracks       :          0 (0.0%)
1800.80/1801.38	c   delayed cutoffs  :          0
1800.80/1801.38	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.80/1801.38	c   avg switch length:       1.00
1800.80/1801.38	c   switching time   :       0.00
1800.80/1801.38	c Solution           :
1800.80/1801.38	c   Solutions found  :          0 (0 improvements)
1800.80/1801.38	c   Primal Bound     :          -
1800.80/1801.38	c   Dual Bound       : -1.00000000000000e+03
1800.80/1801.38	c   Gap              :   infinite
1800.80/1801.38	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-1870474-1245206495/watcher-1870474-1245206495 -o /tmp/evaluation-result-1870474-1245206495/solver-1870474-1245206495 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870474-1245206495.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 11348
/proc/meminfo: memFree=1776500/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=6100 CPUtime=0
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 536 0 0 0 0 0 0 0 20 0 1 0 188247446 6246400 518 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/11348/statm: 1525 529 325 886 0 635 0

[startup+0.071655 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11348
/proc/meminfo: memFree=1776500/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=19800 CPUtime=0.06
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 4151 0 0 0 5 1 0 0 20 0 1 0 188247446 20275200 4133 1992294400 4194304 7823515 548682068736 18446744073709551615 4403228 0 0 4096 0 0 0 0 17 1 0 0
/proc/11348/statm: 4950 4133 354 886 0 4060 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 19800

[startup+0.101657 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11348
/proc/meminfo: memFree=1776500/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=23728 CPUtime=0.09
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 5153 0 0 0 7 2 0 0 20 0 1 0 188247446 24297472 5135 1992294400 4194304 7823515 548682068736 18446744073709551615 6830437 0 0 4096 0 0 0 0 17 1 0 0
/proc/11348/statm: 5932 5135 354 886 0 5042 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23728

[startup+0.301677 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11348
/proc/meminfo: memFree=1776500/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=47740 CPUtime=0.29
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 11156 0 0 0 25 4 0 0 22 0 1 0 188247446 48885760 11138 1992294400 4194304 7823515 548682068736 18446744073709551615 5536275 0 0 4096 0 0 0 0 17 1 0 0
/proc/11348/statm: 11935 11138 354 886 0 11045 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47740

[startup+0.701719 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11348
/proc/meminfo: memFree=1776500/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=82696 CPUtime=0.69
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 19978 0 0 0 61 8 0 0 25 0 1 0 188247446 84680704 19960 1992294400 4194304 7823515 548682068736 18446744073709551615 4764481 0 0 4096 0 0 0 0 17 1 0 0
/proc/11348/statm: 20674 19960 354 886 0 19784 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 82696

[startup+1.50616 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11349
/proc/meminfo: memFree=1660780/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=192572 CPUtime=1.49
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 47813 0 0 0 130 19 0 0 25 0 1 0 188247446 197193728 47293 1992294400 4194304 7823515 548682068736 18446744073709551615 4685941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 48143 47293 385 886 0 47253 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 192572

[startup+3.10196 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11349
/proc/meminfo: memFree=1580012/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=207732 CPUtime=3.08
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 51369 0 0 0 286 22 0 0 25 0 1 0 188247446 212717568 50849 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 51933 50849 404 886 0 51043 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 207732

[startup+6.30129 s]
/proc/loadavg: 1.16 1.03 1.01 2/65 11349
/proc/meminfo: memFree=1534324/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=247068 CPUtime=6.29
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 62836 0 0 0 591 38 0 0 25 0 1 0 188247446 252997632 60711 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 61767 60711 436 886 0 60877 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 247068

[startup+12.702 s]
/proc/loadavg: 1.31 1.07 1.02 2/65 11349
/proc/meminfo: memFree=1434876/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=413360 CPUtime=12.68
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 103711 0 0 0 1203 65 0 0 25 0 1 0 188247446 423280640 100378 1992294400 4194304 7823515 548682068736 18446744073709551615 4308700 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 103340 100379 496 886 0 102450 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 413360

[startup+25.5013 s]
/proc/loadavg: 1.68 1.16 1.05 2/65 11349
/proc/meminfo: memFree=1257404/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=557448 CPUtime=25.47
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 137059 0 0 0 2468 79 0 0 25 0 1 0 188247446 570826752 130171 1992294400 4194304 7823515 548682068736 18446744073709551615 6210987 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 139362 130171 523 886 0 138472 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 557448

[startup+51.1019 s]
/proc/loadavg: 1.69 1.21 1.07 2/65 11349
/proc/meminfo: memFree=1245372/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=562704 CPUtime=51.06
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 139981 0 0 0 5024 82 0 0 25 0 1 0 188247446 576208896 133036 1992294400 4194304 7823515 548682068736 18446744073709551615 6179851 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 140676 133036 523 886 0 139786 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 562704

[startup+102.302 s]
/proc/loadavg: 1.30 1.17 1.07 2/65 11349
/proc/meminfo: memFree=1240508/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=566292 CPUtime=102.24
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 141217 0 0 0 10138 86 0 0 25 0 1 0 188247446 579883008 134272 1992294400 4194304 7823515 548682068736 18446744073709551615 6150550 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 141573 134272 523 886 0 140683 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 566292

[startup+162.302 s]
/proc/loadavg: 1.11 1.14 1.06 2/65 11349
/proc/meminfo: memFree=1235644/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=570376 CPUtime=162.23
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 142418 0 0 0 16134 89 0 0 25 0 1 0 188247446 584065024 135473 1992294400 4194304 7823515 548682068736 18446744073709551615 6212439 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 142594 135473 523 886 0 141704 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 570376

[startup+222.301 s]
/proc/loadavg: 1.04 1.11 1.05 2/65 11349
/proc/meminfo: memFree=1232188/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=571496 CPUtime=222.21
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 143347 0 0 0 22130 91 0 0 25 0 1 0 188247446 585211904 136343 1992294400 4194304 7823515 548682068736 18446744073709551615 6212356 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 142874 136343 523 886 0 141984 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 571496

[startup+282.302 s]
/proc/loadavg: 1.01 1.09 1.05 2/65 11349
/proc/meminfo: memFree=1231676/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=571704 CPUtime=282.2
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 143460 0 0 0 28127 93 0 0 25 0 1 0 188247446 585424896 136456 1992294400 4194304 7823515 548682068736 18446744073709551615 6179764 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 142926 136456 523 886 0 142036 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 571704

[startup+342.302 s]
/proc/loadavg: 1.00 1.07 1.04 2/65 11349
/proc/meminfo: memFree=1229116/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=574080 CPUtime=342.18
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 144104 0 0 0 34123 95 0 0 25 0 1 0 188247446 587857920 137100 1992294400 4194304 7823515 548682068736 18446744073709551615 6180642 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 143520 137100 523 886 0 142630 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 574080

[startup+402.302 s]
/proc/loadavg: 1.00 1.05 1.04 2/65 11349
/proc/meminfo: memFree=1221820/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=581992 CPUtime=402.17
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 145911 0 0 0 40119 98 0 0 25 0 1 0 188247446 595959808 138907 1992294400 4194304 7823515 548682068736 18446744073709551615 6212340 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 145498 138907 523 886 0 144608 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 581992

[startup+462.301 s]
/proc/loadavg: 1.00 1.04 1.03 2/65 11349
/proc/meminfo: memFree=1216380/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=586808 CPUtime=462.16
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 147266 0 0 0 46116 100 0 0 25 0 1 0 188247446 600891392 140262 1992294400 4194304 7823515 548682068736 18446744073709551615 5924519 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 146702 140262 523 886 0 145812 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 586808

[startup+522.301 s]
/proc/loadavg: 1.00 1.03 1.02 2/65 11349
/proc/meminfo: memFree=1215932/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=587172 CPUtime=522.14
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 147399 0 0 0 52113 101 0 0 25 0 1 0 188247446 601264128 140395 1992294400 4194304 7823515 548682068736 18446744073709551615 6205808 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 146793 140395 523 886 0 145903 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 587172

[startup+582.305 s]
/proc/loadavg: 1.00 1.02 1.02 2/65 11349
/proc/meminfo: memFree=1215356/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=587672 CPUtime=582.13
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 147529 0 0 0 58111 102 0 0 25 0 1 0 188247446 601776128 140525 1992294400 4194304 7823515 548682068736 18446744073709551615 6175268 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 146918 140525 523 886 0 146028 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 587672

[startup+642.302 s]
/proc/loadavg: 1.00 1.02 1.01 2/65 11349
/proc/meminfo: memFree=1205820/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=597352 CPUtime=642.11
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 149902 0 0 0 64106 105 0 0 25 0 1 0 188247446 611688448 142898 1992294400 4194304 7823515 548682068736 18446744073709551615 6255692 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 149338 142898 523 886 0 148448 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 597352

[startup+702.302 s]

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

/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 155823 0 0 0 106086 114 0 0 25 0 1 0 188247446 631308288 148819 1992294400 4194304 7823515 548682068736 18446744073709551615 6151355 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 154128 148819 523 886 0 153238 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 616512

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11349
/proc/meminfo: memFree=1181948/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=616512 CPUtime=1121.99
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 155852 0 0 0 112084 115 0 0 25 0 1 0 188247446 631308288 148848 1992294400 4194304 7823515 548682068736 18446744073709551615 6206177 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 154128 148848 523 886 0 153238 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 616512

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11355
/proc/meminfo: memFree=1181748/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=616512 CPUtime=1181.96
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 155863 0 0 0 118079 117 0 0 25 0 1 0 188247446 631308288 148848 1992294400 4194304 7823515 548682068736 18446744073709551615 6211574 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 154128 148848 523 886 0 153238 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 616512

[startup+1242.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11355
/proc/meminfo: memFree=1181684/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=616512 CPUtime=1241.95
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 155863 0 0 0 124077 118 0 0 25 0 1 0 188247446 631308288 148848 1992294400 4194304 7823515 548682068736 18446744073709551615 6254289 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 154128 148848 523 886 0 153238 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 616512

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11355
/proc/meminfo: memFree=1181684/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=616512 CPUtime=1301.93
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 155865 0 0 0 130074 119 0 0 25 0 1 0 188247446 631308288 148850 1992294400 4194304 7823515 548682068736 18446744073709551615 6212325 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 154128 148850 523 886 0 153238 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 616512

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11355
/proc/meminfo: memFree=1181684/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=616512 CPUtime=1361.92
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 155865 0 0 0 136072 120 0 0 25 0 1 0 188247446 631308288 148850 1992294400 4194304 7823515 548682068736 18446744073709551615 6216469 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 154128 148850 523 886 0 153238 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 616512

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11356
/proc/meminfo: memFree=1173236/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=628236 CPUtime=1421.9
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 157994 0 0 0 142069 121 0 0 25 0 1 0 188247446 643313664 150979 1992294400 4194304 7823515 548682068736 18446744073709551615 6254319 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 157059 150979 523 886 0 156169 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 628236

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11356
/proc/meminfo: memFree=1173244/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=628236 CPUtime=1481.89
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 157994 0 0 0 148067 122 0 0 25 0 1 0 188247446 643313664 150979 1992294400 4194304 7823515 548682068736 18446744073709551615 6211711 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 157059 150979 523 886 0 156169 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 628236

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11356
/proc/meminfo: memFree=1173244/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=628236 CPUtime=1541.87
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 157994 0 0 0 154064 123 0 0 25 0 1 0 188247446 643313664 150979 1992294400 4194304 7823515 548682068736 18446744073709551615 6254097 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 157059 150979 523 886 0 156169 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 628236

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11356
/proc/meminfo: memFree=1173180/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=628236 CPUtime=1601.85
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 157995 0 0 0 160062 123 0 0 25 0 1 0 188247446 643313664 150980 1992294400 4194304 7823515 548682068736 18446744073709551615 6254153 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 157059 150980 523 886 0 156169 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 628236

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11356
/proc/meminfo: memFree=1173180/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=628236 CPUtime=1661.83
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 157996 0 0 0 166059 124 0 0 25 0 1 0 188247446 643313664 150981 1992294400 4194304 7823515 548682068736 18446744073709551615 6177557 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 157059 150981 523 886 0 156169 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 628236

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11356
/proc/meminfo: memFree=1173180/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=628236 CPUtime=1721.82
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 157998 0 0 0 172058 124 0 0 25 0 1 0 188247446 643313664 150983 1992294400 4194304 7823515 548682068736 18446744073709551615 6212422 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 157059 150983 523 886 0 156169 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 628236

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11356
/proc/meminfo: memFree=1173180/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=628236 CPUtime=1781.81
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 157998 0 0 0 178056 125 0 0 25 0 1 0 188247446 643313664 150983 1992294400 4194304 7823515 548682068736 18446744073709551615 6212437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 157059 150983 523 886 0 156169 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 628236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11356
/proc/meminfo: memFree=1173180/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=628236 CPUtime=1800
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 157998 0 0 0 179875 125 0 0 25 0 1 0 188247446 643313664 150983 1992294400 4194304 7823515 548682068736 18446744073709551615 6254623 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11348/statm: 157059 150983 523 886 0 156169 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 628236

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11348

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

[startup+1801.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11357
/proc/meminfo: memFree=1173172/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=628236 CPUtime=1801.3
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 158008 0 0 0 180005 125 0 0 25 0 1 0 188247446 643313664 150993 1992294400 4194304 7823515 548682068736 18446744073709551615 5875800 0 0 4096 0 0 0 0 17 1 0 0
/proc/11348/statm: 157059 150993 533 886 0 156169 0
Current children cumulated CPU time (s) 1801.3
Current children cumulated vsize (KiB) 628236

[startup+1802.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11357
/proc/meminfo: memFree=1173108/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=628236 CPUtime=1801.7
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 158010 0 0 0 180045 125 0 0 25 0 1 0 188247446 643313664 150995 1992294400 4194304 7823515 548682068736 18446744073709551615 4243063 0 0 4096 0 0 0 0 17 1 0 0
/proc/11348/statm: 157059 150995 535 886 0 156169 0
Current children cumulated CPU time (s) 1801.7
Current children cumulated vsize (KiB) 628236

[startup+1802.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11357
/proc/meminfo: memFree=1173108/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=628236 CPUtime=1801.9
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 158010 0 0 0 180065 125 0 0 25 0 1 0 188247446 643313664 150995 1992294400 4194304 7823515 548682068736 18446744073709551615 5875265 0 0 4096 0 0 0 0 17 1 0 0
/proc/11348/statm: 157059 150995 535 886 0 156169 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 628236

[startup+1802.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11357
/proc/meminfo: memFree=1173108/2055920 swapFree=4178716/4192956
[pid=11348] ppid=11346 vsize=628236 CPUtime=1802
/proc/11348/stat : 11348 (pbscip.linux.x8) R 11346 11348 10598 0 -1 4194304 158010 0 0 0 180075 125 0 0 25 0 1 0 188247446 643313664 150995 1992294400 4194304 7823515 548682068736 18446744073709551615 4813634 0 0 4096 0 0 0 0 17 1 0 0
/proc/11348/statm: 157059 150995 535 886 0 156169 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 628236

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.6
CPU time (s): 1802.11
CPU user time (s): 1800.76
CPU system time (s): 1.35079
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 628236

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

runsolver used 2.23666 second user time and 4.63929 second system time

The end

Launcher Data

Begin job on node90 at 2009-06-17 04:41:35
IDJOB=1870474
IDBENCH=48236
IDSOLVER=683
FILE ID=node90/1870474-1245206495
PBS_JOBID= 9368341
Free space on /tmp= 66528 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_5.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-1870474-1245206495/watcher-1870474-1245206495 -o /tmp/evaluation-result-1870474-1245206495/solver-1870474-1245206495 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870474-1245206495.opb

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

MD5SUM BENCH= c7b55c33bf2dc9c08660966375c6138a
RANDOM SEED=1273239986

node90.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.231
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.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1776916 kB
Buffers:         43672 kB
Cached:         164480 kB
SwapCached:       8428 kB
Active:          89516 kB
Inactive:       129328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776916 kB
SwapTotal:     4192956 kB
SwapFree:      4178716 kB
Dirty:           11940 kB
Writeback:           0 kB
Mapped:          16268 kB
Slab:            46072 kB
Committed_AS:   121804 kB
PageTables:       1436 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= 66516 MiB
End job on node90 at 2009-06-17 05:11:38