Trace number 2703451

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 NameAnswerobjective functionCPU timeWall clock time
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverUNSAT 24.5123 24.5187

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-bc1.opb
MD5SUM7349a3a829e674d501313aed23f34764
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables27730
Total number of constraints3375
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints3291
Minimum length of a constraint3
Maximum length of a constraint5701
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824000000000000000000
Number of bits of the biggest number in a constraint 90
Biggest sum of numbers in a constraint 3221975665359866949148487122
Number of bits of the biggest sum of numbers92
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2703451-1278557422.opb>
8.99/9.00	c [src/scip/reader_opb.c:3100] Warning: there might be <627849> coefficients or weight out of range!
8.99/9.00	c original problem has 27730 variables (27730 bin, 0 int, 0 impl, 0 cont) and 3375 constraints
8.99/9.00	c problem read
8.99/9.00	c presolving settings loaded
12.49/12.50	c presolving:
15.29/15.35	c (round 1) 3393 del vars, 303 del conss, 36 chg bounds, 719 chg sides, 3391 chg coeffs, 0 upgd conss, 0 impls, 84 clqs
17.49/17.53	c (round 2) 3399 del vars, 334 del conss, 36 chg bounds, 736 chg sides, 3437 chg coeffs, 0 upgd conss, 0 impls, 84 clqs
18.89/18.95	c (round 3) 3399 del vars, 334 del conss, 36 chg bounds, 740 chg sides, 3441 chg coeffs, 0 upgd conss, 0 impls, 84 clqs
22.39/22.40	c (round 4) 3399 del vars, 334 del conss, 36 chg bounds, 740 chg sides, 3441 chg coeffs, 2594 upgd conss, 0 impls, 84 clqs
22.49/22.60	c presolving (5 rounds):
22.49/22.60	c  6890 deleted vars, 337 deleted constraints, 36 tightened bounds, 0 added holes, 754 changed sides, 3599 changed coefficients
22.49/22.60	c  414 implications, 84 cliques
22.59/22.61	c presolving detected infeasibility
22.59/22.61	c Presolving Time: 10.26
22.59/22.61	c - non default parameters ----------------------------------------------------------------------
22.59/22.61	c # SCIP version 1.2.1.3
22.59/22.61	c 
22.59/22.61	c # frequency for displaying node information lines
22.59/22.61	c # [type: int, range: [-1,2147483647], default: 100]
22.59/22.61	c display/freq = 10000
22.59/22.61	c 
22.59/22.61	c # maximal time in seconds to run
22.59/22.61	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
22.59/22.61	c limits/time = 1781.01
22.59/22.61	c 
22.59/22.61	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
22.59/22.61	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
22.59/22.61	c limits/memory = 1620
22.59/22.61	c 
22.59/22.61	c # default clock type (1: CPU user seconds, 2: wall clock time)
22.59/22.61	c # [type: int, range: [1,2], default: 1]
22.59/22.61	c timing/clocktype = 2
22.59/22.61	c 
22.59/22.61	c # should presolving try to simplify inequalities
22.59/22.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
22.59/22.61	c constraints/linear/simplifyinequalities = TRUE
22.59/22.61	c 
22.59/22.61	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
22.59/22.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
22.59/22.61	c constraints/indicator/addCouplingCons = TRUE
22.59/22.61	c 
22.59/22.61	c # should presolving try to simplify knapsacks
22.59/22.61	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
22.59/22.61	c constraints/knapsack/simplifyinequalities = TRUE
22.59/22.61	c 
22.59/22.61	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
22.59/22.61	c # [type: int, range: [-1,2147483647], default: -1]
22.59/22.61	c separating/rapidlearning/freq = 0
22.59/22.61	c 
22.59/22.61	c -----------------------------------------------------------------------------------------------
22.59/22.61	c start solving
22.59/22.61	c 
22.59/22.61	c SCIP Status        : problem is solved [infeasible]
22.59/22.61	c Solving Time (sec) : 13.61
22.59/22.61	c Solving Nodes      : 0
22.59/22.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
22.59/22.61	c Dual Bound         : -1.00000000000000e+20
22.59/22.61	c Gap                : infinite
22.59/22.61	s UNSATISFIABLE
22.59/22.61	c SCIP Status        : problem is solved [infeasible]
22.59/22.61	c Solving Time       :      13.61
22.59/22.61	c Original Problem   :
22.59/22.61	c   Problem name     : HOME/instance-2703451-1278557422.opb
22.59/22.61	c   Variables        : 27730 (27730 binary, 0 integer, 0 implicit integer, 0 continuous)
22.59/22.61	c   Constraints      : 3375 initial, 3375 maximal
22.59/22.61	c Presolved Problem  :
22.59/22.61	c   Problem name     : t_HOME/instance-2703451-1278557422.opb
22.59/22.61	c   Variables        : 20840 (20840 binary, 0 integer, 0 implicit integer, 0 continuous)
22.59/22.61	c   Constraints      : 3038 initial, 3038 maximal
22.59/22.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
22.59/22.61	c   trivial          :       0.02          0          0          0          0          0          0          0          0
22.59/22.61	c   dualfix          :       0.03       6754          0          0          0          0          0          0          0
22.59/22.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
22.59/22.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
22.59/22.61	c   implics          :       0.01          0          0          0          0          0          0          0          0
22.59/22.61	c   probing          :       0.00          0          0          0          0          0          0          0          0
22.59/22.61	c   knapsack         :       0.14         70          0          0          0          0          3         14        158
22.59/22.61	c   setppc           :       0.00          0          0          0          0          0          0          0          0
22.59/22.61	c   linear           :       9.01         52         14          0         36          0        334        740       3441
22.59/22.61	c   root node        :          -          0          -          -          0          -          -          -          -
22.59/22.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
22.59/22.61	c   integral         :          0          0          0          0          0          0          0          0          0          0
22.59/22.61	c   knapsack         :       2507          0          0          0          0          0          0          0          0          0
22.59/22.61	c   setppc           :         84          0          0          0          0          0          0          0          0          0
22.59/22.61	c   linear           :        447          0          0          0          0          0          0          0          0          0
22.59/22.61	c   countsols        :          0          0          0          0          0          0          0          0          0          0
22.59/22.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
22.59/22.61	c   integral         :       0.00       0.00       0.00       0.00       0.00
22.59/22.61	c   knapsack         :       0.00       0.00       0.00       0.00       0.00
22.59/22.61	c   setppc           :       0.00       0.00       0.00       0.00       0.00
22.59/22.61	c   linear           :       0.00       0.00       0.00       0.00       0.00
22.59/22.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
22.59/22.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
22.59/22.61	c   pseudoobj        :       0.00          0          0          0
22.59/22.61	c   rootredcost      :       0.00          0          0          0
22.59/22.61	c   vbounds          :       0.00          0          0          0
22.59/22.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
22.59/22.61	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
22.59/22.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
22.59/22.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
22.59/22.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
22.59/22.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
22.59/22.61	c   applied globally :          -          -          -          0        0.0          -          -          -
22.59/22.61	c   applied locally  :          -          -          -          0        0.0          -          -          -
22.59/22.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
22.59/22.61	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
22.59/22.61	c   redcost          :       0.00          0          0          0          0          0
22.59/22.61	c   impliedbounds    :       0.00          0          0          0          0          0
22.59/22.61	c   intobj           :       0.00          0          0          0          0          0
22.59/22.61	c   cgmip            :       0.00          0          0          0          0          0
22.59/22.61	c   gomory           :       0.00          0          0          0          0          0
22.59/22.61	c   strongcg         :       0.00          0          0          0          0          0
22.59/22.61	c   cmir             :       0.00          0          0          0          0          0
22.59/22.61	c   flowcover        :       0.00          0          0          0          0          0
22.59/22.61	c   clique           :       0.00          0          0          0          0          0
22.59/22.61	c   zerohalf         :       0.00          0          0          0          0          0
22.59/22.61	c   mcf              :       0.00          0          0          0          0          0
22.59/22.61	c   rapidlearning    :       0.00          0          0          0          0          0
22.59/22.61	c Pricers            :       Time      Calls       Vars
22.59/22.61	c   problem variables:       0.00          0          0
22.59/22.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
22.59/22.61	c   pscost           :       0.00          0          0          0          0          0          0
22.59/22.61	c   inference        :       0.00          0          0          0          0          0          0
22.59/22.61	c   mostinf          :       0.00          0          0          0          0          0          0
22.59/22.61	c   leastinf         :       0.00          0          0          0          0          0          0
22.59/22.61	c   fullstrong       :       0.00          0          0          0          0          0          0
22.59/22.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
22.59/22.61	c   random           :       0.00          0          0          0          0          0          0
22.59/22.61	c   relpscost        :       0.00          0          0          0          0          0          0
22.59/22.61	c Primal Heuristics  :       Time      Calls      Found
22.59/22.61	c   LP solutions     :       0.00          -          0
22.59/22.61	c   pseudo solutions :       0.00          -          0
22.59/22.61	c   trivial          :       0.05          1          0
22.59/22.61	c   simplerounding   :       0.00          0          0
22.59/22.61	c   zirounding       :       0.00          0          0
22.59/22.61	c   rounding         :       0.00          0          0
22.59/22.61	c   shifting         :       0.00          0          0
22.59/22.61	c   intshifting      :       0.00          0          0
22.59/22.61	c   oneopt           :       0.00          0          0
22.59/22.61	c   twoopt           :       0.00          0          0
22.59/22.61	c   fixandinfer      :       0.00          0          0
22.59/22.61	c   feaspump         :       0.00          0          0
22.59/22.61	c   coefdiving       :       0.00          0          0
22.59/22.61	c   pscostdiving     :       0.00          0          0
22.59/22.61	c   fracdiving       :       0.00          0          0
22.59/22.61	c   veclendiving     :       0.00          0          0
22.59/22.61	c   intdiving        :       0.00          0          0
22.59/22.61	c   actconsdiving    :       0.00          0          0
22.59/22.61	c   objpscostdiving  :       0.00          0          0
22.59/22.61	c   rootsoldiving    :       0.00          0          0
22.59/22.61	c   linesearchdiving :       0.00          0          0
22.59/22.61	c   guideddiving     :       0.00          0          0
22.59/22.61	c   octane           :       0.00          0          0
22.59/22.61	c   rens             :       0.00          0          0
22.59/22.61	c   rins             :       0.00          0          0
22.59/22.61	c   localbranching   :       0.00          0          0
22.59/22.61	c   mutation         :       0.00          0          0
22.59/22.61	c   crossover        :       0.00          0          0
22.59/22.61	c   dins             :       0.00          0          0
22.59/22.61	c   undercover       :       0.00          0          0
22.59/22.61	c   nlp              :       0.00          0          0
22.59/22.61	c   trysol           :       0.00          0          0
22.59/22.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
22.59/22.61	c   primal LP        :       0.00          0          0       0.00          -
22.59/22.61	c   dual LP          :       0.00          0          0       0.00          -
22.59/22.61	c   lex dual LP      :       0.00          0          0       0.00          -
22.59/22.61	c   barrier LP       :       0.00          0          0       0.00          -
22.59/22.62	c   diving/probing LP:       0.00          0          0       0.00          -
22.59/22.62	c   strong branching :       0.00          0          0       0.00          -
22.59/22.62	c     (at root node) :          -          0          0       0.00          -
22.59/22.62	c   conflict analysis:       0.00          0          0       0.00          -
22.59/22.62	c B&B Tree           :
22.59/22.62	c   number of runs   :          1
22.59/22.62	c   nodes            :          0
22.59/22.62	c   nodes (total)    :          0
22.59/22.62	c   nodes left       :          1
22.59/22.62	c   max depth        :         -1
22.59/22.62	c   max depth (total):         -1
22.59/22.62	c   backtracks       :          0 (0.0%)
22.59/22.62	c   delayed cutoffs  :          0
22.59/22.62	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
22.59/22.62	c   avg switch length:       0.00
22.59/22.62	c   switching time   :       0.00
22.59/22.62	c Solution           :
22.59/22.62	c   Solutions found  :          0 (0 improvements)
22.59/22.62	c   Primal Bound     : infeasible
22.59/22.62	c   Dual Bound       :          -
22.59/22.62	c   Gap              :   infinite
22.59/22.62	c   Root Dual Bound  :          -
22.59/22.62	c   Root Iterations  :          0
24.49/24.51	c Time complete: 24.5.

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

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 0.95 3/106 787
/proc/meminfo: memFree=1507440/2059040 swapFree=4139504/4192956
[pid=787] ppid=785 vsize=5692 CPUtime=0
/proc/787/stat : 787 (pbscip.linux.x8) R 785 787 31762 0 -1 4202496 729 0 0 0 0 0 0 0 18 0 1 0 23955361 5828608 644 1992294400 4194304 8395647 140734324674352 18446744073709551615 5508544 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/787/statm: 1423 648 305 1026 0 393 0

[startup+0.026346 s]
/proc/loadavg: 1.00 1.00 0.95 3/106 787
/proc/meminfo: memFree=1507440/2059040 swapFree=4139504/4192956
[pid=787] ppid=785 vsize=14088 CPUtime=0.01
/proc/787/stat : 787 (pbscip.linux.x8) R 785 787 31762 0 -1 4202496 2572 0 0 0 1 0 0 0 20 0 1 0 23955361 14426112 2484 1992294400 4194304 8395647 140734324674352 18446744073709551615 6347101 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/787/statm: 3522 2495 393 1026 0 2492 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14088

[startup+0.101353 s]
/proc/loadavg: 1.00 1.00 0.95 3/106 787
/proc/meminfo: memFree=1507440/2059040 swapFree=4139504/4192956
[pid=787] ppid=785 vsize=27816 CPUtime=0.09
/proc/787/stat : 787 (pbscip.linux.x8) R 785 787 31762 0 -1 4202496 6226 0 0 0 7 2 0 0 20 0 1 0 23955361 28483584 6138 1992294400 4194304 8395647 140734324674352 18446744073709551615 5755138 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/787/statm: 6954 6138 393 1026 0 5924 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27816

[startup+0.301371 s]
/proc/loadavg: 1.00 1.00 0.95 3/106 787
/proc/meminfo: memFree=1507440/2059040 swapFree=4139504/4192956
[pid=787] ppid=785 vsize=32796 CPUtime=0.29
/proc/787/stat : 787 (pbscip.linux.x8) R 785 787 31762 0 -1 4202496 7412 0 0 0 27 2 0 0 20 0 1 0 23955361 33583104 7324 1992294400 4194304 8395647 140734324674352 18446744073709551615 7370124 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/787/statm: 8199 7324 394 1026 0 7169 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32796

[startup+0.701412 s]
/proc/loadavg: 1.00 1.00 0.95 3/106 787
/proc/meminfo: memFree=1507440/2059040 swapFree=4139504/4192956
[pid=787] ppid=785 vsize=36532 CPUtime=0.69
/proc/787/stat : 787 (pbscip.linux.x8) R 785 787 31762 0 -1 4202496 8058 0 0 0 66 3 0 0 20 0 1 0 23955361 37408768 7970 1992294400 4194304 8395647 140734324674352 18446744073709551615 7301280 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/787/statm: 9133 7970 394 1026 0 8103 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36532

[startup+1.50149 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 788
/proc/meminfo: memFree=1475440/2059040 swapFree=4139504/4192956
[pid=787] ppid=785 vsize=44160 CPUtime=1.49
/proc/787/stat : 787 (pbscip.linux.x8) R 785 787 31762 0 -1 4202496 9374 0 0 0 145 4 0 0 23 0 1 0 23955361 45219840 9286 1992294400 4194304 8395647 140734324674352 18446744073709551615 7430272 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/787/statm: 11040 9286 394 1026 0 10010 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44160

[startup+3.10165 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 788
/proc/meminfo: memFree=1469240/2059040 swapFree=4139504/4192956
[pid=787] ppid=785 vsize=58812 CPUtime=3.09
/proc/787/stat : 787 (pbscip.linux.x8) R 785 787 31762 0 -1 4202496 11911 0 0 0 304 5 0 0 25 0 1 0 23955361 60223488 11823 1992294400 4194304 8395647 140734324674352 18446744073709551615 7370176 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/787/statm: 14703 11823 394 1026 0 13673 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58812

[startup+6.30098 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 788
/proc/meminfo: memFree=1450020/2059040 swapFree=4139504/4192956
[pid=787] ppid=785 vsize=86236 CPUtime=6.29
/proc/787/stat : 787 (pbscip.linux.x8) R 785 787 31762 0 -1 4202496 16665 0 0 0 621 8 0 0 25 0 1 0 23955361 88305664 16577 1992294400 4194304 8395647 140734324674352 18446744073709551615 6766206 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/787/statm: 21559 16577 394 1026 0 20529 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86236

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 788
/proc/meminfo: memFree=1089924/2059040 swapFree=4139504/4192956
[pid=787] ppid=785 vsize=517040 CPUtime=12.69
/proc/787/stat : 787 (pbscip.linux.x8) R 785 787 31762 0 -1 4202496 117577 0 0 0 1226 43 0 0 25 0 1 0 23955361 529448960 117135 1992294400 4194304 8395647 140734324674352 18446744073709551615 4967768 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/787/statm: 129260 117135 466 1026 0 128230 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 517040

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

[startup+19.1013 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 788
/proc/meminfo: memFree=1005976/2059040 swapFree=4139504/4192956
[pid=787] ppid=785 vsize=567860 CPUtime=19.09
/proc/787/stat : 787 (pbscip.linux.x8) R 785 787 31762 0 -1 4202496 129228 0 0 0 1862 47 0 0 25 0 1 0 23955361 581488640 128786 1992294400 4194304 8395647 140734324674352 18446744073709551615 4449009 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/787/statm: 141965 128786 479 1026 0 140935 0
Current children cumulated CPU time (s) 19.09
Current children cumulated vsize (KiB) 567860

[startup+22.3016 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 788
/proc/meminfo: memFree=856804/2059040 swapFree=4139504/4192956
[pid=787] ppid=785 vsize=732676 CPUtime=22.29
/proc/787/stat : 787 (pbscip.linux.x8) R 785 787 31762 0 -1 4202496 163781 0 0 0 2172 57 0 0 25 0 1 0 23955361 750260224 163339 1992294400 4194304 8395647 140734324674352 18446744073709551615 6345373 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/787/statm: 183169 163339 480 1026 0 182139 0
Current children cumulated CPU time (s) 22.29
Current children cumulated vsize (KiB) 732676

[startup+23.9008 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 788
/proc/meminfo: memFree=855068/2059040 swapFree=4139504/4192956
[pid=787] ppid=785 vsize=735592 CPUtime=23.89
/proc/787/stat : 787 (pbscip.linux.x8) R 785 787 31762 0 -1 4202496 164307 0 0 0 2332 57 0 0 25 0 1 0 23955361 753246208 163865 1992294400 4194304 8395647 140734324674352 18446744073709551615 4448743 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/787/statm: 183898 163865 563 1026 0 182868 0
Current children cumulated CPU time (s) 23.89
Current children cumulated vsize (KiB) 735592

[startup+24.3008 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 788
/proc/meminfo: memFree=855068/2059040 swapFree=4139504/4192956
[pid=787] ppid=785 vsize=735592 CPUtime=24.29
/proc/787/stat : 787 (pbscip.linux.x8) R 785 787 31762 0 -1 4202496 164307 0 0 0 2372 57 0 0 25 0 1 0 23955361 753246208 163865 1992294400 4194304 8395647 140734324674352 18446744073709551615 4448743 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/787/statm: 183898 163865 563 1026 0 182868 0
Current children cumulated CPU time (s) 24.29
Current children cumulated vsize (KiB) 735592

[startup+24.5008 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 788
/proc/meminfo: memFree=855068/2059040 swapFree=4139504/4192956
[pid=787] ppid=785 vsize=669812 CPUtime=24.49
/proc/787/stat : 787 (pbscip.linux.x8) R 785 787 31762 0 -1 4202496 164308 0 0 0 2387 62 0 0 25 0 1 0 23955361 685887488 41203 1992294400 4194304 8395647 140734324674352 18446744073709551615 7602442 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/787/statm: 167453 41203 564 1026 0 166423 0
Current children cumulated CPU time (s) 24.49
Current children cumulated vsize (KiB) 669812

Child status: 0
Real time (s): 24.5187
CPU time (s): 24.5123
CPU user time (s): 23.8754
CPU system time (s): 0.636903
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 735592

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

runsolver used 0.042993 second user time and 0.122981 second system time

The end

Launcher Data

Begin job on node017 at 2010-07-08 04:50:30
IDJOB=2703451
IDBENCH=2316
IDSOLVER=1213
FILE ID=node017/2703451-1278557422
PBS_JOBID= 11239515
Free space on /tmp= 62424 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-bc1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2703451-1278557422/watcher-2703451-1278557422 -o /tmp/evaluation-result-2703451-1278557422/solver-2703451-1278557422 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703451-1278557422.opb -t 1800 -m 1800

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

MD5SUM BENCH= 7349a3a829e674d501313aed23f34764
RANDOM SEED=1036633339

node017.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.220
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.44
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.220
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1507720 kB
Buffers:         60596 kB
Cached:         382836 kB
SwapCached:       7120 kB
Active:         233700 kB
Inactive:       223660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1507720 kB
SwapTotal:     4192956 kB
SwapFree:      4139504 kB
Dirty:           85452 kB
Writeback:           0 kB
AnonPages:       11440 kB
Mapped:          11796 kB
Slab:            71852 kB
PageTables:       4132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179904 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62412 MiB
End job on node017 at 2010-07-08 04:50:55