Trace number 1870473

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.94 1798.47

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_25_2.opb
MD5SUM493eec42e81abed935f584a4e365015a
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-58
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -84
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)31340
Sum of products size (including duplicates)62680
Number of different products15670
Sum of products size31340

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

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-1870473-1245206436/watcher-1870473-1245206436 -o /tmp/evaluation-result-1870473-1245206436/solver-1870473-1245206436 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870473-1245206436.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.97 0.99 3/64 7236
/proc/meminfo: memFree=1851504/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=5812 CPUtime=0
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 188243503 5951488 503 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/7236/statm: 1453 511 340 1256 0 192 0

[startup+0.0335259 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 7236
/proc/meminfo: memFree=1851504/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=14896 CPUtime=0.02
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 2679 0 0 0 2 0 0 0 18 0 1 0 188243503 15253504 2663 1992294400 4194304 9342243 548682068736 18446744073709551615 4512305 0 0 4096 0 0 0 0 17 1 0 0
/proc/7236/statm: 3724 2663 378 1256 0 2463 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14896

[startup+0.102534 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 7236
/proc/meminfo: memFree=1851504/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=23800 CPUtime=0.09
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 4928 0 0 0 8 1 0 0 18 0 1 0 188243503 24371200 4912 1992294400 4194304 9342243 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 1 0 0
/proc/7236/statm: 5950 4912 378 1256 0 4689 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23800

[startup+0.302556 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 7236
/proc/meminfo: memFree=1851504/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=52820 CPUtime=0.29
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 12579 0 0 0 25 4 0 0 19 0 1 0 188243503 54087680 12209 1992294400 4194304 9342243 548682068736 18446744073709551615 4240363 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 13205 12209 416 1256 0 11944 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52820

[startup+0.702612 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 7236
/proc/meminfo: memFree=1851504/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=61964 CPUtime=0.69
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 14628 0 0 0 56 13 0 0 22 0 1 0 188243503 63451136 14258 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 15491 14258 464 1256 0 14230 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61964

[startup+1.50169 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7237
/proc/meminfo: memFree=1789480/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=68636 CPUtime=1.49
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 16486 0 0 0 126 23 0 0 25 0 1 0 188243503 70283264 16011 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 17159 16011 493 1256 0 15898 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68636

[startup+3.10187 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7237
/proc/meminfo: memFree=1740008/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=139468 CPUtime=3.09
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 31826 0 0 0 279 30 0 0 25 0 1 0 188243503 142815232 30262 1992294400 4194304 9342243 548682068736 18446744073709551615 6959555 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 34867 30262 618 1256 0 33606 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 139468

[startup+6.30124 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7237
/proc/meminfo: memFree=1731560/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=146652 CPUtime=6.29
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 36445 0 0 0 596 33 0 0 25 0 1 0 188243503 150171648 30372 1992294400 4194304 9342243 548682068736 18446744073709551615 6038036 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 36663 30372 620 1256 0 35402 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 146652

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7237
/proc/meminfo: memFree=1731952/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=147148 CPUtime=12.68
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 41141 0 0 0 1231 37 0 0 25 0 1 0 188243503 150679552 30679 1992294400 4194304 9342243 548682068736 18446744073709551615 5869983 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 36787 30679 620 1256 0 35526 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 147148

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7237
/proc/meminfo: memFree=1732208/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=147928 CPUtime=25.48
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 47409 0 0 0 2505 43 0 0 25 0 1 0 188243503 151478272 30382 1992294400 4194304 9342243 548682068736 18446744073709551615 6959585 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 36982 30382 620 1256 0 35721 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 147928

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7237
/proc/meminfo: memFree=1732208/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=148404 CPUtime=51.07
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 58331 0 0 0 5056 51 0 0 25 0 1 0 188243503 151965696 30454 1992294400 4194304 9342243 548682068736 18446744073709551615 6942343 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 37101 30455 620 1256 0 35840 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 148404

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7237
/proc/meminfo: memFree=1731440/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=148268 CPUtime=102.27
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 79117 0 0 0 10158 69 0 0 25 0 1 0 188243503 151826432 30237 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 37067 30237 620 1256 0 35806 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 148268

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7237
/proc/meminfo: memFree=1731696/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=149124 CPUtime=162.24
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 103743 0 0 0 16133 91 0 0 25 0 1 0 188243503 152702976 30637 1992294400 4194304 9342243 548682068736 18446744073709551615 5868826 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 37281 30637 620 1256 0 36020 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 149124

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7237
/proc/meminfo: memFree=1731120/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=149484 CPUtime=222.23
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 130128 0 0 0 22111 112 0 0 25 0 1 0 188243503 153071616 30649 1992294400 4194304 9342243 548682068736 18446744073709551615 6960322 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 37371 30649 620 1256 0 36110 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 149484

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7237
/proc/meminfo: memFree=1729008/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=150548 CPUtime=282.2
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 159717 0 0 0 28086 134 0 0 25 0 1 0 188243503 154161152 30561 1992294400 4194304 9342243 548682068736 18446744073709551615 5868521 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 37637 30561 620 1256 0 36376 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 150548

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7237
/proc/meminfo: memFree=1729968/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=150972 CPUtime=342.19
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 187490 0 0 0 34065 154 0 0 25 0 1 0 188243503 154595328 31000 1992294400 4194304 9342243 548682068736 18446744073709551615 6363840 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 37743 31000 629 1256 0 36482 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 150972

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7237
/proc/meminfo: memFree=1730544/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=151556 CPUtime=402.18
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 216934 0 0 0 40043 175 0 0 25 0 1 0 188243503 155193344 30892 1992294400 4194304 9342243 548682068736 18446744073709551615 6040629 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 37889 30892 629 1256 0 36628 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 151556

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7237
/proc/meminfo: memFree=1729840/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=151736 CPUtime=462.15
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 246372 0 0 0 46018 197 0 0 25 0 1 0 188243503 155377664 30994 1992294400 4194304 9342243 548682068736 18446744073709551615 6962133 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 37934 30994 629 1256 0 36673 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 151736

[startup+522.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7237
/proc/meminfo: memFree=1729968/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=151852 CPUtime=522.14
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 275670 0 0 0 51997 217 0 0 25 0 1 0 188243503 155496448 31018 1992294400 4194304 9342243 548682068736 18446744073709551615 6960333 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 37963 31018 629 1256 0 36702 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 151852

[startup+582.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7237
/proc/meminfo: memFree=1725488/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=151944 CPUtime=582.12
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 304780 0 0 0 57975 237 0 0 25 0 1 0 188243503 155590656 30955 1992294400 4194304 9342243 548682068736 18446744073709551615 7537452 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 37986 30955 629 1256 0 36725 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 151944

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7237
/proc/meminfo: memFree=1728496/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=152028 CPUtime=642.11
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 333326 0 0 0 63952 259 0 0 25 0 1 0 188243503 155676672 31214 1992294400 4194304 9342243 548682068736 18446744073709551615 6040633 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 38007 31214 629 1256 0 36746 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 152028

[startup+702.302 s]

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

/proc/meminfo: memFree=1727344/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=152696 CPUtime=1121.97
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 586166 0 0 0 111773 424 0 0 25 0 1 0 188243503 156360704 31588 1992294400 4194304 9342243 548682068736 18446744073709551615 6957890 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 38174 31588 630 1256 0 36913 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 152696

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7239
/proc/meminfo: memFree=1727984/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=152592 CPUtime=1181.94
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 618714 0 0 0 117753 441 0 0 25 0 1 0 188243503 156254208 31465 1992294400 4194304 9342243 548682068736 18446744073709551615 5869968 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 38148 31465 630 1256 0 36887 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 152592

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7245
/proc/meminfo: memFree=1722544/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=152620 CPUtime=1241.93
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 650391 0 0 0 123729 464 0 0 25 0 1 0 188243503 156282880 31392 1992294400 4194304 9342243 548682068736 18446744073709551615 6962253 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 38155 31392 630 1256 0 36894 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 152620

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7245
/proc/meminfo: memFree=1722928/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=152632 CPUtime=1301.9
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 683921 0 0 0 129706 484 0 0 25 0 1 0 188243503 156295168 32535 1992294400 4194304 9342243 548682068736 18446744073709551615 6938251 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 38158 32535 630 1256 0 36897 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 152632

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7245
/proc/meminfo: memFree=1727024/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=152696 CPUtime=1361.89
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 716952 0 0 0 135682 507 0 0 25 0 1 0 188243503 156360704 31646 1992294400 4194304 9342243 548682068736 18446744073709551615 6938543 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 38174 31646 630 1256 0 36913 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 152696

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7245
/proc/meminfo: memFree=1723568/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=152684 CPUtime=1421.87
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 748637 0 0 0 141660 527 0 0 25 0 1 0 188243503 156348416 32378 1992294400 4194304 9342243 548682068736 18446744073709551615 6040592 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 38171 32378 630 1256 0 36910 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 152684

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7245
/proc/meminfo: memFree=1722288/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=152632 CPUtime=1481.86
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 781713 0 0 0 147637 549 0 0 25 0 1 0 188243503 156295168 31294 1992294400 4194304 9342243 548682068736 18446744073709551615 6037598 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 38158 31294 630 1256 0 36897 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 152632

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7245
/proc/meminfo: memFree=1722736/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=152648 CPUtime=1541.84
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 812504 0 0 0 153618 566 0 0 25 0 1 0 188243503 156311552 32565 1992294400 4194304 9342243 548682068736 18446744073709551615 6962170 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 38162 32565 630 1256 0 36901 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 152648

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7245
/proc/meminfo: memFree=1723568/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=152500 CPUtime=1601.82
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 845420 0 0 0 159596 586 0 0 25 0 1 0 188243503 156160000 31349 1992294400 4194304 9342243 548682068736 18446744073709551615 6970136 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 38125 31349 630 1256 0 36864 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 152500

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7245
/proc/meminfo: memFree=1725296/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=152576 CPUtime=1661.8
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 876249 0 0 0 165574 606 0 0 25 0 1 0 188243503 156237824 31985 1992294400 4194304 9342243 548682068736 18446744073709551615 6962253 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 38144 31985 630 1256 0 36883 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 152576

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7245
/proc/meminfo: memFree=1724016/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=152412 CPUtime=1721.79
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 907774 0 0 0 171554 625 0 0 25 0 1 0 188243503 156069888 32315 1992294400 4194304 9342243 548682068736 18446744073709551615 6962309 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 38103 32315 630 1256 0 36842 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 152412

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7245
/proc/meminfo: memFree=1722992/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=142204 CPUtime=1781.76
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 939190 0 0 0 177533 643 0 0 25 0 1 0 188243503 145616896 30347 1992294400 4194304 9342243 548682068736 18446744073709551615 6882361 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 35551 30349 630 1256 0 34290 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 142204

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

[startup+1791.91 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7245
/proc/meminfo: memFree=1723952/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=152364 CPUtime=1791.37
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 944036 0 0 0 178490 647 0 0 25 0 1 0 188243503 156020736 32253 1992294400 4194304 9342243 548682068736 18446744073709551615 5874620 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 38091 32253 630 1256 0 36830 0
Current children cumulated CPU time (s) 1791.37
Current children cumulated vsize (KiB) 152364

[startup+1795.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7245
/proc/meminfo: memFree=1725680/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=152356 CPUtime=1794.57
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 946566 0 0 0 178809 648 0 0 25 0 1 0 188243503 156012544 31817 1992294400 4194304 9342243 548682068736 18446744073709551615 6938543 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 38089 31817 630 1256 0 36828 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (KiB) 152356

[startup+1796.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7245
/proc/meminfo: memFree=1724464/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=152356 CPUtime=1796.16
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 946918 0 0 0 178968 648 0 0 25 0 1 0 188243503 156012544 32169 1992294400 4194304 9342243 548682068736 18446744073709551615 6965958 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 38089 32169 630 1256 0 36828 0
Current children cumulated CPU time (s) 1796.16
Current children cumulated vsize (KiB) 152356

[startup+1797.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7245
/proc/meminfo: memFree=1723120/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=152356 CPUtime=1796.96
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 947224 0 0 0 179048 648 0 0 25 0 1 0 188243503 156012544 32475 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 38089 32475 630 1256 0 36828 0
Current children cumulated CPU time (s) 1796.96
Current children cumulated vsize (KiB) 152356

[startup+1797.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7245
/proc/meminfo: memFree=1723120/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=152356 CPUtime=1797.36
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 947253 0 0 0 179088 648 0 0 25 0 1 0 188243503 156012544 32504 1992294400 4194304 9342243 548682068736 18446744073709551615 5868518 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7236/statm: 38089 32504 630 1256 0 36828 0
Current children cumulated CPU time (s) 1797.36
Current children cumulated vsize (KiB) 152356

[startup+1798.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7245
/proc/meminfo: memFree=1723120/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=152356 CPUtime=1797.76
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 947302 0 0 0 179128 648 0 0 25 0 1 0 188243503 156012544 32553 1992294400 4194304 9342243 548682068736 18446744073709551615 5854306 0 0 4096 0 0 0 0 17 1 0 0
/proc/7236/statm: 38089 32553 643 1256 0 36828 0
Current children cumulated CPU time (s) 1797.76
Current children cumulated vsize (KiB) 152356

[startup+1798.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 7245
/proc/meminfo: memFree=1722800/2055920 swapFree=4181924/4192956
[pid=7236] ppid=7234 vsize=152356 CPUtime=1797.87
/proc/7236/stat : 7236 (pbscip.linux.x8) R 7234 7236 7133 0 -1 4194304 947304 0 0 0 179139 648 0 0 25 0 1 0 188243503 156012544 32555 1992294400 4194304 9342243 548682068736 18446744073709551615 4813574 0 0 4096 0 0 0 0 17 1 0 0
/proc/7236/statm: 38089 32555 645 1256 0 36828 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (KiB) 152356

Child status: 0
Real time (s): 1798.47
CPU time (s): 1797.94
CPU user time (s): 1791.44
CPU system time (s): 6.50701
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 152768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.44
system time used= 6.50701
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 947312
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= 3
involuntary context switches= 2795

runsolver used 1.40479 second user time and 3.9224 second system time

The end

Launcher Data

Begin job on node23 at 2009-06-17 04:40:36
IDJOB=1870473
IDBENCH=48235
IDSOLVER=684
FILE ID=node23/1870473-1245206436
PBS_JOBID= 9368372
Free space on /tmp= 66272 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_2.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-1870473-1245206436/watcher-1870473-1245206436 -o /tmp/evaluation-result-1870473-1245206436/solver-1870473-1245206436 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1870473-1245206436.opb

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

MD5SUM BENCH= 493eec42e81abed935f584a4e365015a
RANDOM SEED=153258072

node23.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.236
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.236
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:       1851920 kB
Buffers:         44016 kB
Cached:          97708 kB
SwapCached:       4748 kB
Active:          45140 kB
Inactive:       104432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851920 kB
SwapTotal:     4192956 kB
SwapFree:      4181924 kB
Dirty:           12228 kB
Writeback:           0 kB
Mapped:          14364 kB
Slab:            40464 kB
Committed_AS:   168844 kB
PageTables:       1392 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= 66260 MiB
End job on node23 at 2009-06-17 05:10:34