Trace number 1870555

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
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2? 1797.98 1798.47

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_1.opb
MD5SUM6856221d5d444d2079d321f11fb11f0b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-60
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -74
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)151172
Sum of products size (including duplicates)302344
Number of different products75586
Sum of products size151172

Solver Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 6565
/proc/meminfo: memFree=1843896/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=5812 CPUtime=0
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 188769061 5951488 502 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/6565/statm: 1453 508 337 1256 0 192 0

[startup+0.072147 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 6565
/proc/meminfo: memFree=1843896/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=20364 CPUtime=0.06
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 3924 0 0 0 5 1 0 0 18 0 1 0 188769061 20852736 3908 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/6565/statm: 5091 3908 378 1256 0 3830 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 20364

[startup+0.10115 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 6565
/proc/meminfo: memFree=1843896/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=25268 CPUtime=0.09
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 5185 0 0 0 8 1 0 0 18 0 1 0 188769061 25874432 5169 1992294400 4194304 9342243 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 1 0 0
/proc/6565/statm: 6317 5169 378 1256 0 5056 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25268

[startup+0.301173 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 6565
/proc/meminfo: memFree=1843896/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=48844 CPUtime=0.29
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 11107 0 0 0 25 4 0 0 19 0 1 0 188769061 50016256 11091 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/6565/statm: 12211 11091 378 1256 0 10950 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48844

[startup+0.70122 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 6565
/proc/meminfo: memFree=1843896/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=81444 CPUtime=0.69
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 19320 0 0 0 62 7 0 0 22 0 1 0 188769061 83398656 19304 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/6565/statm: 20361 19304 378 1256 0 19100 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81444

[startup+1.50131 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1733616/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=195096 CPUtime=1.49
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 48201 0 0 0 131 18 0 0 25 0 1 0 188769061 199778304 47683 1992294400 4194304 9342243 548682068736 18446744073709551615 4685941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 48774 47683 426 1256 0 47513 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 195096

[startup+3.1015 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1649776/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=208832 CPUtime=3.09
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 51434 0 0 0 288 21 0 0 25 0 1 0 188769061 213843968 50916 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 52208 50916 446 1256 0 50947 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 208832

[startup+6.30187 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1604528/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=248956 CPUtime=6.28
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 63066 0 0 0 591 37 0 0 25 0 1 0 188769061 254930944 60943 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 62239 60943 478 1256 0 60978 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 248956

[startup+12.7016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1468976/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=540080 CPUtime=12.68
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 124328 0 0 0 1197 71 0 0 25 0 1 0 188769061 553041920 121292 1992294400 4194304 9342243 548682068736 18446744073709551615 6890497 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 135020 121297 590 1256 0 133759 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 540080

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1327728/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=584320 CPUtime=25.48
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 137194 0 0 0 2469 79 0 0 25 0 1 0 188769061 598343680 129473 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 146080 129473 618 1256 0 144819 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 584320

[startup+51.1011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1324080/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=608892 CPUtime=51.07
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 155867 0 0 0 5017 90 0 0 25 0 1 0 188769061 623505408 130274 1992294400 4194304 9342243 548682068736 18446744073709551615 6959729 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 152223 130274 619 1256 0 150962 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 608892

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1322736/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=612184 CPUtime=102.26
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 176998 0 0 0 10124 102 0 0 25 0 1 0 188769061 626876416 130596 1992294400 4194304 9342243 548682068736 18446744073709551615 5868814 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 153046 130596 619 1256 0 151785 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 612184

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1320496/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=613636 CPUtime=162.24
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 199226 0 0 0 16110 114 0 0 25 0 1 0 188769061 628363264 131161 1992294400 4194304 9342243 548682068736 18446744073709551615 5874682 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 153409 131161 619 1256 0 152148 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 613636

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1326320/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=619004 CPUtime=222.22
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 223677 0 0 0 22094 128 0 0 25 0 1 0 188769061 633860096 129723 1992294400 4194304 9342243 548682068736 18446744073709551615 5869964 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 154751 129723 619 1256 0 153490 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 619004

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1327024/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=619548 CPUtime=282.21
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 250891 0 0 0 28079 142 0 0 25 0 1 0 188769061 634417152 129587 1992294400 4194304 9342243 548682068736 18446744073709551615 6962206 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 154887 129587 619 1256 0 153626 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 619548

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1325424/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=620216 CPUtime=342.2
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 276256 0 0 0 34062 158 0 0 25 0 1 0 188769061 635101184 129929 1992294400 4194304 9342243 548682068736 18446744073709551615 6341756 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 155054 129929 619 1256 0 153793 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 620216

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1320816/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=621028 CPUtime=402.18
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 302050 0 0 0 40046 172 0 0 25 0 1 0 188769061 635932672 129623 1992294400 4194304 9342243 548682068736 18446744073709551615 5874634 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 155257 129623 619 1256 0 153996 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 621028

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1324464/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=621152 CPUtime=462.16
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 327557 0 0 0 46029 187 0 0 25 0 1 0 188769061 636059648 130175 1992294400 4194304 9342243 548682068736 18446744073709551615 6962179 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 155288 130175 619 1256 0 154027 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 621152

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1320816/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=621500 CPUtime=522.14
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 349339 0 0 0 52014 200 0 0 25 0 1 0 188769061 636416000 131315 1992294400 4194304 9342243 548682068736 18446744073709551615 6970116 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 155375 131315 619 1256 0 154114 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 621500

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1324592/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=621824 CPUtime=582.12
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 371359 0 0 0 58000 212 0 0 25 0 1 0 188769061 636747776 130159 1992294400 4194304 9342243 548682068736 18446744073709551615 5869968 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 155456 130159 619 1256 0 154195 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 621824

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1320688/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=622056 CPUtime=642.11
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 390695 0 0 0 63988 223 0 0 25 0 1 0 188769061 636985344 131055 1992294400 4194304 9342243 548682068736 18446744073709551615 5869928 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 155514 131055 619 1256 0 154253 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 622056

[startup+702.302 s]

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

/proc/meminfo: memFree=1312368/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=624656 CPUtime=1121.98
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 551394 0 0 0 111882 316 0 0 25 0 1 0 188769061 639647744 133120 1992294400 4194304 9342243 548682068736 18446744073709551615 5868780 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 156164 133120 619 1256 0 154903 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 624656

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1312176/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=624892 CPUtime=1181.97
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 576710 0 0 0 117866 331 0 0 25 0 1 0 188769061 639889408 133184 1992294400 4194304 9342243 548682068736 18446744073709551615 5868814 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 156223 133184 619 1256 0 154962 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 624892

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1319408/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=625572 CPUtime=1241.95
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 597369 0 0 0 123853 342 0 0 25 0 1 0 188769061 640585728 131494 1992294400 4194304 9342243 548682068736 18446744073709551615 6962237 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 156393 131494 619 1256 0 155132 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 625572

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1312112/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=626004 CPUtime=1301.94
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 620082 0 0 0 129838 356 0 0 25 0 1 0 188769061 641028096 133154 1992294400 4194304 9342243 548682068736 18446744073709551615 5874794 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 156501 133154 619 1256 0 155240 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 626004

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1322224/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=627044 CPUtime=1361.92
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 646806 0 0 0 135821 371 0 0 25 0 1 0 188769061 642093056 130733 1992294400 4194304 9342243 548682068736 18446744073709551615 5868784 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 156761 130733 619 1256 0 155500 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 627044

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1322032/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=627288 CPUtime=1421.91
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 673357 0 0 0 141806 385 0 0 25 0 1 0 188769061 642342912 130657 1992294400 4194304 9342243 548682068736 18446744073709551615 6962253 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 156822 130657 619 1256 0 155561 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 627288

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1323888/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=628496 CPUtime=1481.89
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 697352 0 0 0 147789 400 0 0 25 0 1 0 188769061 643579904 130186 1992294400 4194304 9342243 548682068736 18446744073709551615 6962210 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 157124 130186 619 1256 0 155863 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 628496

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1323440/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=629316 CPUtime=1541.87
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 719006 0 0 0 153775 412 0 0 25 0 1 0 188769061 644419584 130319 1992294400 4194304 9342243 548682068736 18446744073709551615 5868780 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 157329 130319 619 1256 0 156068 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 629316

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1321712/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=630040 CPUtime=1601.85
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 739091 0 0 0 159762 423 0 0 25 0 1 0 188769061 645160960 130763 1992294400 4194304 9342243 548682068736 18446744073709551615 5874776 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 157510 130763 619 1256 0 156249 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 630040

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1310832/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=630556 CPUtime=1661.84
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 762352 0 0 0 165749 435 0 0 25 0 1 0 188769061 645689344 133472 1992294400 4194304 9342243 548682068736 18446744073709551615 6978052 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 157639 133472 619 1256 0 156378 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 630556

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1317040/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=631108 CPUtime=1721.82
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 785481 0 0 0 171733 449 0 0 25 0 1 0 188769061 646254592 131968 1992294400 4194304 9342243 548682068736 18446744073709551615 5868839 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 157777 131968 619 1256 0 156516 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 631108

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1320816/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=631740 CPUtime=1781.81
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 810341 0 0 0 177717 464 0 0 25 0 1 0 188769061 646901760 131019 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 157935 131019 619 1256 0 156674 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 631740

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

[startup+1791.91 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1310512/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=631740 CPUtime=1791.41
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 812870 0 0 0 178676 465 0 0 25 0 1 0 188769061 646901760 133548 1992294400 4194304 9342243 548682068736 18446744073709551615 5868780 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 157935 133548 619 1256 0 156674 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 631740

[startup+1795.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1323184/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=631992 CPUtime=1794.6
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 818056 0 0 0 178993 467 0 0 25 0 1 0 188769061 647159808 130342 1992294400 4194304 9342243 548682068736 18446744073709551615 6960270 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 157998 130342 619 1256 0 156737 0
Current children cumulated CPU time (s) 1794.6
Current children cumulated vsize (KiB) 631992

[startup+1796.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1323120/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=631992 CPUtime=1796.2
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 818114 0 0 0 179153 467 0 0 25 0 1 0 188769061 647159808 130400 1992294400 4194304 9342243 548682068736 18446744073709551615 6960258 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6565/statm: 157998 130400 619 1256 0 156737 0
Current children cumulated CPU time (s) 1796.2
Current children cumulated vsize (KiB) 631992

[startup+1797.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1321776/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=631992 CPUtime=1797.01
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 818435 0 0 0 179233 468 0 0 25 0 1 0 188769061 647159808 130721 1992294400 4194304 9342243 548682068736 18446744073709551615 4301907 0 0 4096 0 0 0 0 17 1 0 0
/proc/6565/statm: 157998 130721 632 1256 0 156737 0
Current children cumulated CPU time (s) 1797.01
Current children cumulated vsize (KiB) 631992

[startup+1797.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1321776/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=631992 CPUtime=1797.41
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 818437 0 0 0 179273 468 0 0 25 0 1 0 188769061 647159808 130723 1992294400 4194304 9342243 548682068736 18446744073709551615 4237211 0 0 4096 0 0 0 0 17 1 0 0
/proc/6565/statm: 157998 130723 634 1256 0 156737 0
Current children cumulated CPU time (s) 1797.41
Current children cumulated vsize (KiB) 631992

[startup+1798.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1321776/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=599096 CPUtime=1797.8
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 818438 0 0 0 179311 469 0 0 25 0 1 0 188769061 613474304 129289 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 1 0 0
/proc/6565/statm: 149774 101974 635 1256 0 148513 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 599096

[startup+1798.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 6566
/proc/meminfo: memFree=1481584/2055920 swapFree=4191900/4192956
[pid=6565] ppid=6563 vsize=361736 CPUtime=1797.91
/proc/6565/stat : 6565 (pbscip.linux.x8) R 6563 6565 6331 0 -1 4194304 818438 0 0 0 179320 471 0 0 25 0 1 0 188769061 370417664 89177 1992294400 4194304 9342243 548682068736 18446744073709551615 8312599 0 0 4096 0 0 0 0 17 1 0 0
/proc/6565/statm: 90434 88921 635 1256 0 89173 0
Current children cumulated CPU time (s) 1797.91
Current children cumulated vsize (KiB) 361736

Child status: 0
Real time (s): 1798.47
CPU time (s): 1797.98
CPU user time (s): 1793.21
CPU system time (s): 4.77327
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 631992

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

runsolver used 1.60476 second user time and 3.82142 second system time

The end

Launcher Data

Begin job on node11 at 2009-06-17 06:08:04
IDJOB=1870555
IDBENCH=48276
IDSOLVER=684
FILE ID=node11/1870555-1245211684
PBS_JOBID= 9368368
Free space on /tmp= 66196 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_60_1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870555-1245211684/watcher-1870555-1245211684 -o /tmp/evaluation-result-1870555-1245211684/solver-1870555-1245211684 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870555-1245211684.opb

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

MD5SUM BENCH= 6856221d5d444d2079d321f11fb11f0b
RANDOM SEED=620407995

node11.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.234
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.234
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:       1844376 kB
Buffers:         40556 kB
Cached:         101388 kB
SwapCached:        516 kB
Active:          30544 kB
Inactive:       124500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844376 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           13840 kB
Writeback:           0 kB
Mapped:          21304 kB
Slab:            42508 kB
Committed_AS:   197952 kB
PageTables:       1452 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= 66184 MiB
End job on node11 at 2009-06-17 06:38:03