Trace number 1870517

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? 1798.72 1799.13

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_25_5.opb
MD5SUMdfd3914a8aa1cc34e3abdf0a14d8373d
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
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -82
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

Solver Data

0.09/0.19	c SCIP version 1.1.0.7
0.09/0.19	c LP-Solver Clp 1.8.2
0.09/0.19	c user parameter file <scip.set> not found - using default parameters
0.09/0.19	c read problem <HOME/instance-1870517-1245209259.opb>
0.09/0.19	c original problem has 16706 variables (16706 bin, 0 int, 0 impl, 0 cont) and 17207 constraints
0.29/0.36	c start presolving problem
0.29/0.36	c presolving:
0.79/0.84	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1500 upgd conss, 126648 impls, 1000 clqs
1.79/1.81	c    (1.4s) probing: 101/16706 (0.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.79/1.81	c    (1.4s) probing aborted: 100/100 successive totally useless probings
1.79/1.81	c presolving (2 rounds):
1.79/1.81	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.79/1.81	c  126648 implications, 1000 cliques
1.79/1.81	c presolved problem has 16706 variables (16706 bin, 0 int, 0 impl, 0 cont) and 17207 constraints
1.79/1.81	c    1000 constraints of type <setppc>
1.79/1.81	c   15706 constraints of type <and>
1.79/1.81	c       1 constraints of type <linear>
1.79/1.81	c     500 constraints of type <logicor>
1.79/1.81	c transformed objective value is always integral (scale: 1)
1.79/1.81	c Presolving Time: 1.32
1.79/1.82	c OPT-NLC
1.79/1.82	c -----------------------------------------------------------------------------------------------
1.79/1.82	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.79/1.82	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.79/1.82	c limits/memory = c 1620
1.79/1.82	c # maximal time in seconds to run
1.79/1.82	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.79/1.82	c limits/time = c 1791
1.79/1.82	c # frequency for displaying node information lines
1.79/1.82	c # [type: int, range: [-1,2147483647], default: 100]
1.79/1.82	c display/freq = c 10000
1.79/1.82	c -----------------------------------------------------------------------------------------------
1.79/1.82	c start solving problem
1.79/1.82	c 
1798.38/1798.84	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1798.38/1798.84	c  1791s|     1 |     0 |164406 |  75M|   0 |   - |  16k|  17k|  17k|  16k|  32k|   0 |   0 |   0 |-5.000000e+02 |      --      |    Inf 
1798.38/1798.86	c  1791s|     1 |     2 |164406 |  75M|   0 |   - |  16k|  17k|  17k|  16k|  32k|   0 |   0 |   0 |-5.000000e+02 |      --      |    Inf 
1798.38/1798.86	c 
1798.38/1798.86	c SCIP Status        : solving was interrupted [time limit reached]
1798.38/1798.86	c Solving Time (sec) : 1791.03
1798.38/1798.86	c Solving Nodes      : 1
1798.38/1798.86	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1798.38/1798.86	c Dual Bound         : -5.00000000000000e+02
1798.38/1798.86	c Gap                : infinite
1798.38/1798.86	c NODE         1
1798.38/1798.86	c DUAL BOUND   -500
1798.38/1798.86	c PRIMAL BOUND 1e+20
1798.38/1798.86	c GAP          1e+20
1798.38/1798.86	s UNKNOWN
1798.38/1798.86	c SCIP Status        : solving was interrupted [time limit reached]
1798.38/1798.86	c Solving Time       :    1791.03
1798.38/1798.86	c Original Problem   :
1798.38/1798.86	c   Problem name     : HOME/instance-1870517-1245209259.opb
1798.38/1798.86	c   Variables        : 16706 (16706 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.38/1798.86	c   Constraints      : 17207 initial, 17207 maximal
1798.38/1798.86	c Presolved Problem  :
1798.38/1798.86	c   Problem name     : t_HOME/instance-1870517-1245209259.opb
1798.38/1798.86	c   Variables        : 16706 (16706 binary, 0 integer, 0 implicit integer, 0 continuous)
1798.38/1798.86	c   Constraints      : 17207 initial, 17207 maximal
1798.38/1798.86	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1798.38/1798.86	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1798.38/1798.86	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1798.38/1798.86	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1798.38/1798.86	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1798.38/1798.86	c   implics          :       0.01          0          0          0          0          0          0          0          0
1798.38/1798.86	c   probing          :       0.66          0          0          0          0          0          0          0          0
1798.38/1798.86	c   setppc           :       0.02          0          0          0          0          0          0          0          0
1798.38/1798.86	c   and              :       0.39          0          0          0          0          0          0          0          0
1798.38/1798.86	c   linear           :       0.12          0          0          0          0          0          0          0          0
1798.38/1798.86	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1798.38/1798.86	c   root node        :          -          0          -          -          0          -          -          -          -
1798.38/1798.86	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1798.38/1798.86	c   integral         :          0          0          0          0          0          0          0          0          0          0
1798.38/1798.86	c   setppc           :       1000          0        201          0          1          0          0          0          0          0
1798.38/1798.86	c   and              :      15706          0        201          0          1          0          0          0          0          0
1798.38/1798.86	c   linear           :          1          0        201          0          1          0          0          0          0          0
1798.38/1798.86	c   logicor          :        500          0        201          0          1          0          0          0          0          0
1798.38/1798.86	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1798.38/1798.86	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1798.38/1798.86	c   integral         :       0.00       0.00       0.00       0.00       0.00
1798.38/1798.86	c   setppc           :       0.02       0.00       0.01       0.00       0.01
1798.38/1798.86	c   and              :       0.10       0.00       0.10       0.00       0.00
1798.38/1798.86	c   linear           :       0.04       0.00       0.04       0.00       0.00
1798.38/1798.86	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1798.38/1798.86	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1798.38/1798.86	c Propagators        :       Time      Calls    Cutoffs    DomReds
1798.38/1798.86	c   rootredcost      :       0.00          0          0          0
1798.38/1798.86	c   pseudoobj        :       0.00          1          0          0
1798.38/1798.86	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1798.38/1798.86	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1798.38/1798.86	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1798.38/1798.86	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1798.38/1798.86	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1798.38/1798.86	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1798.38/1798.86	c   applied globally :          -          -          -          0        0.0          -          -          -
1798.38/1798.86	c   applied locally  :          -          -          -          0        0.0          -          -          -
1798.38/1798.86	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1798.38/1798.86	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1798.38/1798.86	c   redcost          :       0.00          0          0          0          0          0
1798.38/1798.86	c   impliedbounds    :       0.00          0          0          0          0          0
1798.38/1798.86	c   intobj           :       0.00          0          0          0          0          0
1798.38/1798.86	c   gomory           :       0.00          0          0          0          0          0
1798.38/1798.86	c   strongcg         :       0.00          0          0          0          0          0
1798.38/1798.86	c   cmir             :       0.00          0          0          0          0          0
1798.38/1798.86	c   flowcover        :       0.00          0          0          0          0          0
1798.38/1798.86	c   clique           :       0.00          0          0          0          0          0
1798.38/1798.86	c   zerohalf         :       0.00          0          0          0          0          0
1798.38/1798.86	c   mcf              :       0.00          0          0          0          0          0
1798.38/1798.86	c Pricers            :       Time      Calls       Vars
1798.38/1798.86	c   problem variables:       0.00          0          0
1798.38/1798.86	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1798.38/1798.86	c   relpscost        :       0.00          0          0          0          0          0          0
1798.38/1798.86	c   pscost           :       0.00          0          0          0          0          0          0
1798.38/1798.86	c   inference        :       0.01          1          0          0          0          0          2
1798.38/1798.86	c   mostinf          :       0.00          0          0          0          0          0          0
1798.38/1798.86	c   leastinf         :       0.00          0          0          0          0          0          0
1798.38/1798.86	c   fullstrong       :       0.00          0          0          0          0          0          0
1798.38/1798.86	c   allfullstrong    :       0.00          0          0          0          0          0          0
1798.38/1798.86	c   random           :       0.00          0          0          0          0          0          0
1798.38/1798.86	c Primal Heuristics  :       Time      Calls      Found
1798.38/1798.86	c   LP solutions     :       0.00          -          0
1798.38/1798.86	c   pseudo solutions :       0.00          -          0
1798.38/1798.86	c   oneopt           :       0.00          0          0
1798.38/1798.86	c   simplerounding   :       0.00          0          0
1798.38/1798.86	c   rounding         :       0.00          0          0
1798.38/1798.86	c   shifting         :       0.00          0          0
1798.38/1798.86	c   intshifting      :       0.00          0          0
1798.38/1798.86	c   fixandinfer      :       0.00          0          0
1798.38/1798.86	c   feaspump         :       0.00          0          0
1798.38/1798.86	c   coefdiving       :       0.00          0          0
1798.38/1798.86	c   pscostdiving     :       0.00          0          0
1798.38/1798.86	c   fracdiving       :       0.00          0          0
1798.38/1798.86	c   veclendiving     :       0.00          0          0
1798.38/1798.86	c   intdiving        :       0.00          0          0
1798.38/1798.86	c   actconsdiving    :       0.00          0          0
1798.38/1798.86	c   objpscostdiving  :       0.00          0          0
1798.38/1798.86	c   rootsoldiving    :       0.00          0          0
1798.38/1798.86	c   linesearchdiving :       0.00          0          0
1798.38/1798.86	c   guideddiving     :       0.00          0          0
1798.38/1798.86	c   octane           :       0.00          0          0
1798.38/1798.86	c   rens             :       0.00          0          0
1798.38/1798.86	c   rins             :       0.00          0          0
1798.38/1798.86	c   localbranching   :       0.00          0          0
1798.38/1798.86	c   mutation         :       0.00          0          0
1798.38/1798.86	c   crossover        :       0.00          0          0
1798.38/1798.86	c   dins             :       0.00          0          0
1798.38/1798.86	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1798.38/1798.86	c   primal LP        :       0.00          0          0       0.00          -
1798.38/1798.86	c   dual LP          :    1789.40          1     164406  164406.00      91.88
1798.38/1798.86	c   barrier LP       :       0.00          0          0       0.00          -
1798.38/1798.86	c   diving/probing LP:       0.00          0          0       0.00          -
1798.38/1798.86	c   strong branching :       0.00          0          0       0.00          -
1798.38/1798.86	c     (at root node) :          -          0          0       0.00          -
1798.38/1798.86	c   conflict analysis:       0.00          0          0       0.00          -
1798.38/1798.86	c B&B Tree           :
1798.38/1798.86	c   number of runs   :          1
1798.38/1798.86	c   nodes            :          1
1798.38/1798.86	c   nodes (total)    :          1
1798.38/1798.86	c   nodes left       :          2
1798.38/1798.86	c   max depth        :          0
1798.38/1798.86	c   max depth (total):          0
1798.38/1798.86	c   backtracks       :          0 (0.0%)
1798.38/1798.86	c   delayed cutoffs  :          0
1798.38/1798.86	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1798.38/1798.86	c   avg switch length:       1.00
1798.38/1798.86	c   switching time   :       0.00
1798.38/1798.86	c Solution           :
1798.38/1798.86	c   Solutions found  :          0 (0 improvements)
1798.38/1798.86	c   Primal Bound     :          -
1798.38/1798.86	c   Dual Bound       : -5.00000000000000e+02
1798.38/1798.86	c   Gap              :   infinite
1798.38/1798.86	c   Root Dual Bound  : -5.00000000000000e+02
1798.67/1799.13	c Time complete: 1798.71.

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-1870517-1245209259/watcher-1870517-1245209259 -o /tmp/evaluation-result-1870517-1245209259/solver-1870517-1245209259 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870517-1245209259.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.01 1.00 1.00 3/64 4501
/proc/meminfo: memFree=1846736/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=5812 CPUtime=0
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 188525508 5951488 503 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/4501/statm: 1453 509 338 1256 0 192 0

[startup+0.0408449 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 4501
/proc/meminfo: memFree=1846736/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=16164 CPUtime=0.03
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 3001 0 0 0 2 1 0 0 18 0 1 0 188525508 16551936 2985 1992294400 4194304 9342243 548682068736 18446744073709551615 4363778 0 0 4096 0 0 0 0 17 1 0 0
/proc/4501/statm: 4041 2985 378 1256 0 2780 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16164

[startup+0.102846 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 4501
/proc/meminfo: memFree=1846736/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=23684 CPUtime=0.09
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 4898 0 0 0 7 2 0 0 18 0 1 0 188525508 24252416 4882 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/4501/statm: 5921 4882 378 1256 0 4660 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23684

[startup+0.301859 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 4501
/proc/meminfo: memFree=1846736/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=52856 CPUtime=0.29
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 12550 0 0 0 24 5 0 0 19 0 1 0 188525508 54124544 12180 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 13214 12180 416 1256 0 11953 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52856

[startup+0.702885 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 4501
/proc/meminfo: memFree=1846736/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=62244 CPUtime=0.69
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 14692 0 0 0 54 15 0 0 22 0 1 0 188525508 63737856 14322 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 15561 14322 464 1256 0 14300 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62244

[startup+1.50195 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 4502
/proc/meminfo: memFree=1784776/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=68592 CPUtime=1.49
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 16469 0 0 0 124 25 0 0 25 0 1 0 188525508 70238208 15994 1992294400 4194304 9342243 548682068736 18446744073709551615 5422857 0 0 4096 16384 0 0 0 17 0 0 0
/proc/4501/statm: 17148 15994 493 1256 0 15887 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68592

[startup+3.10103 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 4502
/proc/meminfo: memFree=1733640/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=139304 CPUtime=3.08
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 32010 0 0 0 278 30 0 0 25 0 1 0 188525508 142647296 30457 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 34826 30457 618 1256 0 33565 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 139304

[startup+6.30123 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 4502
/proc/meminfo: memFree=1727432/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=146540 CPUtime=6.28
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 35973 0 0 0 595 33 0 0 25 0 1 0 188525508 150056960 30672 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 36635 30672 620 1256 0 35374 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 146540

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4502
/proc/meminfo: memFree=1726664/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=147364 CPUtime=12.68
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 41060 0 0 0 1231 37 0 0 25 0 1 0 188525508 150900736 30990 1992294400 4194304 9342243 548682068736 18446744073709551615 6960594 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 36841 30990 620 1256 0 35580 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 147364

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4502
/proc/meminfo: memFree=1726408/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=148000 CPUtime=25.48
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 49615 0 0 0 2504 44 0 0 25 0 1 0 188525508 151552000 30692 1992294400 4194304 9342243 548682068736 18446744073709551615 6959570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37000 30692 620 1256 0 35739 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 148000

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4502
/proc/meminfo: memFree=1726280/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=149252 CPUtime=51.05
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 64904 0 0 0 5052 53 0 0 25 0 1 0 188525508 152834048 30718 1992294400 4194304 9342243 548682068736 18446744073709551615 6962165 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37313 30718 629 1256 0 36052 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 149252

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4502
/proc/meminfo: memFree=1724936/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=149424 CPUtime=102.25
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 96332 0 0 0 10153 72 0 0 25 0 1 0 188525508 153010176 31017 1992294400 4194304 9342243 548682068736 18446744073709551615 6970136 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37356 31017 629 1256 0 36095 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 149424

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4502
/proc/meminfo: memFree=1721352/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150144 CPUtime=162.23
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 132417 0 0 0 16129 94 0 0 25 0 1 0 188525508 153747456 30882 1992294400 4194304 9342243 548682068736 18446744073709551615 6960727 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37536 30882 629 1256 0 36275 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 150144

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4502
/proc/meminfo: memFree=1725448/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150268 CPUtime=222.21
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 166792 0 0 0 22104 117 0 0 25 0 1 0 188525508 153874432 30865 1992294400 4194304 9342243 548682068736 18446744073709551615 6040629 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37567 30865 629 1256 0 36306 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 150268

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4502
/proc/meminfo: memFree=1725256/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150400 CPUtime=282.2
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 201554 0 0 0 28081 139 0 0 25 0 1 0 188525508 154009600 31048 1992294400 4194304 9342243 548682068736 18446744073709551615 6960771 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37600 31048 629 1256 0 36339 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 150400

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4502
/proc/meminfo: memFree=1721352/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150484 CPUtime=342.19
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 235494 0 0 0 34057 162 0 0 25 0 1 0 188525508 154095616 31908 1992294400 4194304 9342243 548682068736 18446744073709551615 6959735 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37621 31908 629 1256 0 36360 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 150484

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4502
/proc/meminfo: memFree=1724232/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150476 CPUtime=402.18
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 270215 0 0 0 40031 187 0 0 25 0 1 0 188525508 154087424 31704 1992294400 4194304 9342243 548682068736 18446744073709551615 6960310 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37619 31704 629 1256 0 36358 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 150476

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4502
/proc/meminfo: memFree=1720520/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150564 CPUtime=462.16
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 303599 0 0 0 46009 207 0 0 25 0 1 0 188525508 154177536 32092 1992294400 4194304 9342243 548682068736 18446744073709551615 6978102 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37641 32092 629 1256 0 36380 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 150564

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4502
/proc/meminfo: memFree=1720520/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150640 CPUtime=522.15
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 338018 0 0 0 51985 230 0 0 25 0 1 0 188525508 154255360 30962 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37660 30962 629 1256 0 36399 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 150640

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4502
/proc/meminfo: memFree=1720520/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150704 CPUtime=582.14
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 371344 0 0 0 57962 252 0 0 25 0 1 0 188525508 154320896 32084 1992294400 4194304 9342243 548682068736 18446744073709551615 6960231 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37676 32084 629 1256 0 36415 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 150704

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4502
/proc/meminfo: memFree=1724680/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150620 CPUtime=642.13
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 408220 0 0 0 63935 278 0 0 25 0 1 0 188525508 154234880 30991 1992294400 4194304 9342243 548682068736 18446744073709551615 5874771 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37655 30991 629 1256 0 36394 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 150620

[startup+702.303 s]

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

/proc/meminfo: memFree=1725192/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150424 CPUtime=1062.04
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 640890 0 0 0 105765 439 0 0 25 0 1 0 188525508 154034176 31023 1992294400 4194304 9342243 548682068736 18446744073709551615 5868844 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37606 31023 630 1256 0 36345 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 150424

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4502
/proc/meminfo: memFree=1725192/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150424 CPUtime=1122.02
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 673854 0 0 0 111741 461 0 0 25 0 1 0 188525508 154034176 30887 1992294400 4194304 9342243 548682068736 18446744073709551615 6962210 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37606 30887 630 1256 0 36345 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 150424

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4502
/proc/meminfo: memFree=1722632/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=149972 CPUtime=1182.02
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 706541 0 0 0 117718 484 0 0 25 0 1 0 188525508 153571328 31680 1992294400 4194304 9342243 548682068736 18446744073709551615 6953112 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37493 31680 630 1256 0 36232 0
Current children cumulated CPU time (s) 1182.02
Current children cumulated vsize (KiB) 149972

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4502
/proc/meminfo: memFree=1724360/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150432 CPUtime=1242
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 739029 0 0 0 123695 505 0 0 25 0 1 0 188525508 154042368 31189 1992294400 4194304 9342243 548682068736 18446744073709551615 6944026 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37608 31189 630 1256 0 36347 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 150432

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4502
/proc/meminfo: memFree=1724552/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150464 CPUtime=1301.99
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 774536 0 0 0 129669 530 0 0 25 0 1 0 188525508 154075136 30928 1992294400 4194304 9342243 548682068736 18446744073709551615 5869941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37616 30928 630 1256 0 36355 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 150464

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4502
/proc/meminfo: memFree=1723976/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150448 CPUtime=1361.97
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 807331 0 0 0 135644 553 0 0 25 0 1 0 188525508 154058752 31478 1992294400 4194304 9342243 548682068736 18446744073709551615 6363967 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37612 31478 630 1256 0 36351 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 150448

[startup+1422.31 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 4504
/proc/meminfo: memFree=1720328/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150468 CPUtime=1421.96
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 838750 0 0 0 141621 575 0 0 25 0 1 0 188525508 154079232 31947 1992294400 4194304 9342243 548682068736 18446744073709551615 6040633 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37617 31947 630 1256 0 36356 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 150468

[startup+1482.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 4504
/proc/meminfo: memFree=1720840/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150488 CPUtime=1481.95
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 873242 0 0 0 147598 597 0 0 25 0 1 0 188525508 154099712 31867 1992294400 4194304 9342243 548682068736 18446744073709551615 5868826 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37622 31867 630 1256 0 36361 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 150488

[startup+1542.3 s]
/proc/loadavg: 1.09 1.02 1.01 2/65 4504
/proc/meminfo: memFree=1724488/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150488 CPUtime=1541.93
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 910512 0 0 0 153571 622 0 0 25 0 1 0 188525508 154099712 30917 1992294400 4194304 9342243 548682068736 18446744073709551615 5874992 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37622 30917 630 1256 0 36361 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 150488

[startup+1602.3 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 4504
/proc/meminfo: memFree=1724808/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150476 CPUtime=1601.92
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 943812 0 0 0 159546 646 0 0 25 0 1 0 188525508 154087424 30973 1992294400 4194304 9342243 548682068736 18446744073709551615 6944686 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37619 30973 630 1256 0 36358 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 150476

[startup+1662.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 4504
/proc/meminfo: memFree=1722376/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150516 CPUtime=1661.9
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 978739 0 0 0 165519 671 0 0 25 0 1 0 188525508 154128384 31652 1992294400 4194304 9342243 548682068736 18446744073709551615 5874771 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37629 31652 630 1256 0 36368 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 150516

[startup+1722.3 s]
/proc/loadavg: 1.13 1.04 1.01 2/65 4504
/proc/meminfo: memFree=1720840/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150484 CPUtime=1721.89
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 1012739 0 0 0 171493 696 0 0 25 0 1 0 188525508 154095616 31898 1992294400 4194304 9342243 548682068736 18446744073709551615 6953101 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37621 31898 630 1256 0 36360 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 150484

[startup+1782.3 s]
/proc/loadavg: 1.15 1.06 1.01 2/65 4504
/proc/meminfo: memFree=1722824/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150020 CPUtime=1781.88
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 1045103 0 0 0 177469 719 0 0 25 0 1 0 188525508 153620480 31568 1992294400 4194304 9342243 548682068736 18446744073709551615 6962268 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37505 31568 630 1256 0 36244 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 150020

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

[startup+1791.91 s]
/proc/loadavg: 1.12 1.05 1.01 2/65 4504
/proc/meminfo: memFree=1724488/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150012 CPUtime=1791.48
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 1050714 0 0 0 178426 722 0 0 25 0 1 0 188525508 153612288 30899 1992294400 4194304 9342243 548682068736 18446744073709551615 6496544 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37503 30899 630 1256 0 36242 0
Current children cumulated CPU time (s) 1791.48
Current children cumulated vsize (KiB) 150012

[startup+1795.1 s]
/proc/loadavg: 1.12 1.05 1.01 2/65 4504
/proc/meminfo: memFree=1720968/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150012 CPUtime=1794.68
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 1051567 0 0 0 178745 723 0 0 25 0 1 0 188525508 153612288 31752 1992294400 4194304 9342243 548682068736 18446744073709551615 6342015 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37503 31752 630 1256 0 36242 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (KiB) 150012

[startup+1796.7 s]
/proc/loadavg: 1.11 1.05 1.01 2/65 4504
/proc/meminfo: memFree=1724552/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150016 CPUtime=1796.28
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 1052954 0 0 0 178904 724 0 0 25 0 1 0 188525508 153616384 30944 1992294400 4194304 9342243 548682068736 18446744073709551615 5869995 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37504 30944 630 1256 0 36243 0
Current children cumulated CPU time (s) 1796.28
Current children cumulated vsize (KiB) 150016

[startup+1798.3 s]
/proc/loadavg: 1.11 1.05 1.01 2/65 4504
/proc/meminfo: memFree=1723208/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150016 CPUtime=1797.88
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 1053651 0 0 0 179063 725 0 0 25 0 1 0 188525508 153616384 31641 1992294400 4194304 9342243 548682068736 18446744073709551615 6970142 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37504 31641 630 1256 0 36243 0
Current children cumulated CPU time (s) 1797.88
Current children cumulated vsize (KiB) 150016

[startup+1798.7 s]
/proc/loadavg: 1.11 1.05 1.01 2/65 4504
/proc/meminfo: memFree=1721352/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=150016 CPUtime=1798.28
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 1053691 0 0 0 179103 725 0 0 25 0 1 0 188525508 153616384 31681 1992294400 4194304 9342243 548682068736 18446744073709551615 6365751 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4501/statm: 37504 31681 630 1256 0 36243 0
Current children cumulated CPU time (s) 1798.28
Current children cumulated vsize (KiB) 150016

[startup+1799.1 s]
/proc/loadavg: 1.11 1.05 1.01 2/65 4504
/proc/meminfo: memFree=1721352/2055920 swapFree=4182416/4192956
[pid=4501] ppid=4499 vsize=102196 CPUtime=1798.67
/proc/4501/stat : 4501 (pbscip.linux.x8) R 4499 4501 4339 0 -1 4194304 1053780 0 0 0 179142 725 0 0 25 0 1 0 188525508 104648704 24529 1992294400 4194304 9342243 548682068736 18446744073709551615 5855084 0 0 4096 0 0 0 0 17 1 0 0
/proc/4501/statm: 25549 24529 646 1256 0 24288 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (KiB) 102196

Child status: 0
Real time (s): 1799.13
CPU time (s): 1798.72
CPU user time (s): 1791.44
CPU system time (s): 7.27489
CPU usage (%): 99.977
Max. virtual memory (cumulated for all children) (KiB): 150720

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

runsolver used 1.47578 second user time and 3.81642 second system time

The end

Launcher Data

Begin job on node29 at 2009-06-17 05:27:40
IDJOB=1870517
IDBENCH=48257
IDSOLVER=684
FILE ID=node29/1870517-1245209259
PBS_JOBID= 9368383
Free space on /tmp= 66244 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_500_25_5.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-1870517-1245209259/watcher-1870517-1245209259 -o /tmp/evaluation-result-1870517-1245209259/solver-1870517-1245209259 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870517-1245209259.opb

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

MD5SUM BENCH= dfd3914a8aa1cc34e3abdf0a14d8373d
RANDOM SEED=1826280847

node29.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.237
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.237
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:       1847152 kB
Buffers:         19140 kB
Cached:         110544 kB
SwapCached:       4548 kB
Active:          19024 kB
Inactive:       118252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1847152 kB
SwapTotal:     4192956 kB
SwapFree:      4182416 kB
Dirty:           12144 kB
Writeback:           0 kB
Mapped:          13820 kB
Slab:            57408 kB
Committed_AS:   191388 kB
PageTables:       1472 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= 66232 MiB
End job on node29 at 2009-06-17 05:57:39