Trace number 1870553

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.55 1799.12

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_25_3.opb
MD5SUM9fd52bec996ed780d55ecea52b6ce11a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-59
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -85
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)31444
Sum of products size (including duplicates)62888
Number of different products15722
Sum of products size31444

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

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-1870553-1245211589/watcher-1870553-1245211589 -o /tmp/evaluation-result-1870553-1245211589/solver-1870553-1245211589 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870553-1245211589.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.08 1.02 1.01 3/66 16391
/proc/meminfo: memFree=1845384/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=5816 CPUtime=0
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 538 0 0 0 0 0 0 0 18 0 1 0 73882306 5955584 523 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/16391/statm: 1551 530 353 1256 0 290 0

[startup+0.0258191 s]
/proc/loadavg: 1.08 1.02 1.01 3/66 16391
/proc/meminfo: memFree=1845384/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=13212 CPUtime=0.01
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 2263 0 0 0 1 0 0 0 18 0 1 0 73882306 13529088 2247 1992294400 4194304 9342243 548682068736 18446744073709551615 4403196 0 0 4096 0 0 0 0 17 1 0 0
/proc/16391/statm: 3341 2252 378 1256 0 2080 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13212

[startup+0.101828 s]
/proc/loadavg: 1.08 1.02 1.01 3/66 16391
/proc/meminfo: memFree=1845384/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=23812 CPUtime=0.09
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 4930 0 0 0 7 2 0 0 18 0 1 0 73882306 24383488 4914 1992294400 4194304 9342243 548682068736 18446744073709551615 4512305 0 0 4096 0 0 0 0 17 1 0 0
/proc/16391/statm: 5953 4914 378 1256 0 4692 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23812

[startup+0.301852 s]
/proc/loadavg: 1.08 1.02 1.01 3/66 16391
/proc/meminfo: memFree=1845384/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=52880 CPUtime=0.29
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 12555 0 0 0 24 5 0 0 19 0 1 0 73882306 54149120 12185 1992294400 4194304 9342243 548682068736 18446744073709551615 4539774 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 13220 12185 416 1256 0 11959 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52880

[startup+0.701905 s]
/proc/loadavg: 1.08 1.02 1.01 3/66 16391
/proc/meminfo: memFree=1845384/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=62120 CPUtime=0.69
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 14660 0 0 0 55 14 0 0 22 0 1 0 73882306 63610880 14290 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 15530 14290 464 1256 0 14269 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62120

[startup+1.50201 s]
/proc/loadavg: 1.07 1.02 1.00 2/67 16392
/proc/meminfo: memFree=1783680/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=69332 CPUtime=1.49
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 16654 0 0 0 126 23 0 0 25 0 1 0 73882306 70995968 16179 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 17333 16179 493 1256 0 16072 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69332

[startup+3.10121 s]
/proc/loadavg: 1.07 1.02 1.00 2/67 16392
/proc/meminfo: memFree=1740096/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=139652 CPUtime=3.08
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 31996 0 0 0 280 28 0 0 25 0 1 0 73882306 143003648 30449 1992294400 4194304 9342243 548682068736 18446744073709551615 6968279 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 34913 30449 618 1256 0 33652 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 139652

[startup+6.30163 s]
/proc/loadavg: 1.07 1.02 1.00 2/67 16392
/proc/meminfo: memFree=1724736/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=144560 CPUtime=6.28
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 36574 0 0 0 597 31 0 0 25 0 1 0 73882306 148029440 30705 1992294400 4194304 9342243 548682068736 18446744073709551615 6953135 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 36140 30705 620 1256 0 34879 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 144560

[startup+12.7025 s]
/proc/loadavg: 1.06 1.02 1.00 2/67 16392
/proc/meminfo: memFree=1725760/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=146980 CPUtime=12.69
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 42373 0 0 0 1234 35 0 0 25 0 1 0 73882306 150507520 30568 1992294400 4194304 9342243 548682068736 18446744073709551615 6964613 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 36745 30568 620 1256 0 35484 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 146980

[startup+25.5011 s]
/proc/loadavg: 1.05 1.01 1.00 2/67 16392
/proc/meminfo: memFree=1725312/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=147836 CPUtime=25.47
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 49602 0 0 0 2507 40 0 0 25 0 1 0 73882306 151384064 30607 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 36959 30607 620 1256 0 35698 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 147836

[startup+51.1014 s]
/proc/loadavg: 1.03 1.01 1.00 2/67 16392
/proc/meminfo: memFree=1724096/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=148708 CPUtime=51.06
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 66081 0 0 0 5056 50 0 0 25 0 1 0 73882306 152276992 31073 1992294400 4194304 9342243 548682068736 18446744073709551615 6040629 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 37177 31073 620 1256 0 35916 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 148708

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 1.00 2/67 16392
/proc/meminfo: memFree=1724672/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=149352 CPUtime=102.25
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 96548 0 0 0 10154 71 0 0 25 0 1 0 73882306 152936448 30763 1992294400 4194304 9342243 548682068736 18446744073709551615 6960525 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 37338 30763 620 1256 0 36077 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 149352

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1720896/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=150832 CPUtime=162.22
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 136542 0 0 0 16125 97 0 0 25 0 1 0 73882306 154451968 30860 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 37708 30860 629 1256 0 36447 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 150832

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1723648/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=151852 CPUtime=222.21
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 174158 0 0 0 22097 124 0 0 25 0 1 0 73882306 155496448 31022 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 37963 31022 629 1256 0 36702 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 151852

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1721152/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=152244 CPUtime=282.19
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 209631 0 0 0 28072 147 0 0 25 0 1 0 73882306 155897856 32049 1992294400 4194304 9342243 548682068736 18446744073709551615 5874771 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 38061 32049 629 1256 0 36800 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 152244

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1718272/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=152368 CPUtime=342.16
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 245087 0 0 0 34049 167 0 0 25 0 1 0 73882306 156024832 32334 1992294400 4194304 9342243 548682068736 18446744073709551615 5868814 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 38092 32334 629 1256 0 36831 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 152368

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1720896/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=152416 CPUtime=402.15
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 281598 0 0 0 40024 191 0 0 25 0 1 0 73882306 156073984 32166 1992294400 4194304 9342243 548682068736 18446744073709551615 6964172 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 38104 32166 629 1256 0 36843 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 152416

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1719680/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=152576 CPUtime=462.13
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 317609 0 0 0 46001 212 0 0 25 0 1 0 73882306 156237824 32161 1992294400 4194304 9342243 548682068736 18446744073709551615 6938510 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 38144 32161 629 1256 0 36883 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 152576

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1720896/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=152580 CPUtime=522.11
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 354007 0 0 0 51975 236 0 0 25 0 1 0 73882306 156241920 32198 1992294400 4194304 9342243 548682068736 18446744073709551615 6040596 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 38145 32198 629 1256 0 36884 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 152580

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1721344/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=152596 CPUtime=582.09
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 390087 0 0 0 57954 255 0 0 25 0 1 0 73882306 156258304 31653 1992294400 4194304 9342243 548682068736 18446744073709551615 6040870 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 38149 31653 629 1256 0 36888 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 152596

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1721600/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=152668 CPUtime=642.08
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 426321 0 0 0 63932 276 0 0 25 0 1 0 73882306 156332032 31437 1992294400 4194304 9342243 548682068736 18446744073709551615 6040596 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 38167 31437 629 1256 0 36906 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 152668

[startup+702.301 s]

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

/proc/meminfo: memFree=1721472/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=152660 CPUtime=1061.95
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 685432 0 0 0 105758 437 0 0 25 0 1 0 73882306 156323840 31598 1992294400 4194304 9342243 548682068736 18446744073709551615 6960248 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 38165 31598 629 1256 0 36904 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 152660

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1716928/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=152824 CPUtime=1121.93
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 720516 0 0 0 111734 459 0 0 25 0 1 0 73882306 156491776 32584 1992294400 4194304 9342243 548682068736 18446744073709551615 6965962 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 38206 32584 629 1256 0 36945 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 152824

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1716480/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=152704 CPUtime=1181.91
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 754949 0 0 0 117713 478 0 0 25 0 1 0 73882306 156368896 32972 1992294400 4194304 9342243 548682068736 18446744073709551615 6962220 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 38176 32972 630 1256 0 36915 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 152704

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1721728/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=152504 CPUtime=1241.89
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 792139 0 0 0 123687 502 0 0 25 0 1 0 73882306 156164096 31410 1992294400 4194304 9342243 548682068736 18446744073709551615 5868780 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 38126 31410 630 1256 0 36865 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 152504

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1716288/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=152556 CPUtime=1301.88
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 826095 0 0 0 129664 524 0 0 25 0 1 0 73882306 156217344 32680 1992294400 4194304 9342243 548682068736 18446744073709551615 5874735 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 38139 32680 630 1256 0 36878 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 152556

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1718528/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=152480 CPUtime=1361.86
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 861511 0 0 0 135643 543 0 0 25 0 1 0 73882306 156139520 32462 1992294400 4194304 9342243 548682068736 18446744073709551615 6962253 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 38120 32462 630 1256 0 36859 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 152480

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1720896/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=152380 CPUtime=1421.84
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 895897 0 0 0 141619 565 0 0 25 0 1 0 73882306 156037120 31546 1992294400 4194304 9342243 548682068736 18446744073709551615 6960216 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 38095 31546 630 1256 0 36834 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 152380

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1717120/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=152284 CPUtime=1481.82
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 928805 0 0 0 147596 586 0 0 25 0 1 0 73882306 155938816 32710 1992294400 4194304 9342243 548682068736 18446744073709551615 6978114 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 38071 32710 630 1256 0 36810 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 152284

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1718208/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=152380 CPUtime=1541.81
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 963023 0 0 0 153573 608 0 0 25 0 1 0 73882306 156037120 32307 1992294400 4194304 9342243 548682068736 18446744073709551615 6957848 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 38095 32307 630 1256 0 36834 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 152380

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1716672/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=152384 CPUtime=1601.78
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 996150 0 0 0 159550 628 0 0 25 0 1 0 73882306 156041216 32833 1992294400 4194304 9342243 548682068736 18446744073709551615 6938534 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 38096 32833 630 1256 0 36835 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 152384

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1721344/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=152048 CPUtime=1661.76
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 1033724 0 0 0 165525 651 0 0 25 0 1 0 73882306 155697152 31445 1992294400 4194304 9342243 548682068736 18446744073709551615 6960602 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 38012 31445 630 1256 0 36751 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 152048

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1715840/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=152144 CPUtime=1721.75
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 1072758 0 0 0 171497 678 0 0 25 0 1 0 73882306 155795456 31428 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 38036 31428 630 1256 0 36775 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 152144

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1717120/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=151992 CPUtime=1781.73
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 1104319 0 0 0 177474 699 0 0 25 0 1 0 73882306 155639808 32604 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 37998 32604 630 1256 0 36737 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 151992

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1717504/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=152052 CPUtime=1791.33
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 1109826 0 0 0 178429 704 0 0 25 0 1 0 73882306 155701248 32322 1992294400 4194304 9342243 548682068736 18446744073709551615 6040633 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 38013 32322 630 1256 0 36752 0
Current children cumulated CPU time (s) 1791.33
Current children cumulated vsize (KiB) 152052

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1718464/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=151980 CPUtime=1794.53
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 1112298 0 0 0 178748 705 0 0 25 0 1 0 73882306 155627520 32073 1992294400 4194304 9342243 548682068736 18446744073709551615 6978142 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 37995 32073 630 1256 0 36734 0
Current children cumulated CPU time (s) 1794.53
Current children cumulated vsize (KiB) 151980

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1717504/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=151980 CPUtime=1796.12
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 1112587 0 0 0 178907 705 0 0 25 0 1 0 73882306 155627520 32362 1992294400 4194304 9342243 548682068736 18446744073709551615 6962206 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 37995 32362 630 1256 0 36734 0
Current children cumulated CPU time (s) 1796.12
Current children cumulated vsize (KiB) 151980

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1716416/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=151968 CPUtime=1797.73
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 1114440 0 0 0 179066 707 0 0 25 0 1 0 73882306 155615232 31228 1992294400 4194304 9342243 548682068736 18446744073709551615 5868839 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 37992 31228 630 1256 0 36731 0
Current children cumulated CPU time (s) 1797.73
Current children cumulated vsize (KiB) 151968

[startup+1798.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1721728/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=151968 CPUtime=1798.13
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 1114509 0 0 0 179106 707 0 0 25 0 1 0 73882306 155615232 31297 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/16391/statm: 37992 31297 630 1256 0 36731 0
Current children cumulated CPU time (s) 1798.13
Current children cumulated vsize (KiB) 151968

[startup+1799.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16392
/proc/meminfo: memFree=1721728/2055920 swapFree=4186720/4192956
[pid=16391] ppid=16389 vsize=96468 CPUtime=1798.52
/proc/16391/stat : 16391 (pbscip.linux.x8) R 16389 16391 16175 0 -1 4194304 1114545 0 0 0 179145 707 0 0 25 0 1 0 73882306 98783232 23094 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 1 0 0
/proc/16391/statm: 24117 23094 2670 1256 0 22856 0
Current children cumulated CPU time (s) 1798.52
Current children cumulated vsize (KiB) 96468

Child status: 0
Real time (s): 1799.12
CPU time (s): 1798.55
CPU user time (s): 1791.46
CPU system time (s): 7.09292
CPU usage (%): 99.9684
Max. virtual memory (cumulated for all children) (KiB): 152948

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

runsolver used 2.18267 second user time and 4.36933 second system time

The end

Launcher Data

Begin job on node40 at 2009-06-17 06:06:29
IDJOB=1870553
IDBENCH=48275
IDSOLVER=684
FILE ID=node40/1870553-1245211589
PBS_JOBID= 9368405
Free space on /tmp= 66560 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_3.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-1870553-1245211589/watcher-1870553-1245211589 -o /tmp/evaluation-result-1870553-1245211589/solver-1870553-1245211589 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870553-1245211589.opb

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

MD5SUM BENCH= 9fd52bec996ed780d55ecea52b6ce11a
RANDOM SEED=908860203

node40.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.216
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.216
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:       1846376 kB
Buffers:         23588 kB
Cached:         113088 kB
SwapCached:       1772 kB
Active:          36964 kB
Inactive:       110048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846376 kB
SwapTotal:     4192956 kB
SwapFree:      4186720 kB
Dirty:           12168 kB
Writeback:           0 kB
Mapped:          18444 kB
Slab:            48216 kB
Committed_AS:    71356 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node40 at 2009-06-17 06:36:28