Trace number 1869071

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.74 1798.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f600.opb
MD5SUM2b1f0bdf934439fa3364f5fdf4570849
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints3150
Number of constraints which are clauses3150
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 1200
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 1200
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1200
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.05	c SCIP version 1.1.0.7
0.04/0.05	c LP-Solver Clp 1.8.2
0.04/0.05	c user parameter file <scip.set> not found - using default parameters
0.04/0.05	c read problem <HOME/instance-1869071-1245156882.opb>
0.04/0.05	c original problem has 1200 variables (1200 bin, 0 int, 0 impl, 0 cont) and 3150 constraints
0.04/0.07	c start presolving problem
0.04/0.07	c presolving:
0.04/0.08	c (round 1) 3 del vars, 3 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1194 impls, 0 clqs
0.09/0.12	c (round 2) 3 del vars, 3 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3135 upgd conss, 1194 impls, 0 clqs
0.09/0.13	c (round 3) 3 del vars, 3 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3147 upgd conss, 1194 impls, 0 clqs
0.09/0.16	c    (0.1s) probing: 101/1197 (8.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.16	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.16	c presolving (4 rounds):
0.09/0.16	c  3 deleted vars, 3 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.16	c  1194 implications, 0 cliques
0.09/0.16	c presolved problem has 1197 variables (1197 bin, 0 int, 0 impl, 0 cont) and 3147 constraints
0.09/0.16	c    3147 constraints of type <logicor>
0.09/0.16	c transformed objective value is always integral (scale: 1)
0.09/0.16	c Presolving Time: 0.08
0.09/0.16	c strange?!, PURESAT with obj
0.09/0.16	c -----------------------------------------------------------------------------------------------
0.09/0.16	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/memory = c 1620
0.09/0.16	c # maximal time in seconds to run
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/time = c 1791
0.09/0.16	c # frequency for displaying node information lines
0.09/0.16	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.16	c display/freq = c 10000
0.09/0.16	c -----------------------------------------------------------------------------------------------
0.09/0.16	c start solving problem
0.09/0.16	c 
5.99/6.02	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.99/6.02	c   5.9s|     1 |     0 |  6020 |6634k|   0 |1183 |1197 |3147 |3147 |1197 |3147 |   0 |   0 |   0 | 3.990000e+02 |      --      |    Inf 
43.38/43.40	c  43.2s|     1 |     0 | 42057 |  20M|   0 |1185 |1197 |3147 |3147 |1197 |3148 |   1 |   0 |   0 | 3.991685e+02 |      --      |    Inf 
47.87/47.98	c  47.8s|     1 |     0 | 43665 |  34M|   0 |1185 |1197 |3147 |3147 |1197 |3149 |   2 |   0 |   0 | 3.992531e+02 |      --      |    Inf 
51.27/51.30	c  51.1s|     1 |     0 | 45106 |  35M|   0 |1186 |1197 |3147 |3147 |1197 |3150 |   3 |   0 |   0 | 3.993050e+02 |      --      |    Inf 
56.96/57.03	c  56.8s|     1 |     2 | 45106 |  35M|   0 |1186 |1197 |3147 |3147 |1197 |3150 |   3 |   0 |  17 | 3.993050e+02 |      --      |    Inf 
1797.69/1798.61	c 
1797.69/1798.61	c SCIP Status        : solving was interrupted [time limit reached]
1797.69/1798.61	c Solving Time (sec) : 1791.00
1797.69/1798.61	c Solving Nodes      : 164
1797.69/1798.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.69/1798.61	c Dual Bound         : +4.01699533688857e+02
1797.69/1798.61	c Gap                : infinite
1797.69/1798.61	c NODE         164
1797.69/1798.61	c DUAL BOUND   401.7
1797.69/1798.61	c PRIMAL BOUND 1e+20
1797.69/1798.61	c GAP          1e+20
1797.69/1798.61	s UNKNOWN
1797.69/1798.61	c SCIP Status        : solving was interrupted [time limit reached]
1797.69/1798.61	c Solving Time       :    1791.00
1797.69/1798.61	c Original Problem   :
1797.69/1798.61	c   Problem name     : HOME/instance-1869071-1245156882.opb
1797.69/1798.61	c   Variables        : 1200 (1200 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.69/1798.61	c   Constraints      : 3150 initial, 3150 maximal
1797.69/1798.61	c Presolved Problem  :
1797.69/1798.61	c   Problem name     : t_HOME/instance-1869071-1245156882.opb
1797.69/1798.61	c   Variables        : 1197 (1197 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.69/1798.61	c   Constraints      : 3147 initial, 3194 maximal
1797.69/1798.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1797.69/1798.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1797.69/1798.61	c   dualfix          :       0.00          3          0          0          0          0          0          0          0
1797.69/1798.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1797.69/1798.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1797.69/1798.61	c   implics          :       0.01          0          0          0          0          0          0          0          0
1797.69/1798.61	c   probing          :       0.01          0          0          0          0          0          0          0          0
1797.69/1798.61	c   linear           :       0.03          0          0          0          0          0          3          0          0
1797.69/1798.61	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1797.69/1798.61	c   root node        :          -          0          -          -          0          -          -          -          -
1797.69/1798.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1797.69/1798.61	c   integral         :          0          0          0        164          0          0          0          0          0        328
1797.69/1798.61	c   logicor          :       3147+         4       3441          0          0         30        349          0          0          0
1797.69/1798.61	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1797.69/1798.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1797.69/1798.61	c   integral         :     419.46       0.00       0.00     419.46       0.00
1797.69/1798.61	c   logicor          :       0.06       0.00       0.06       0.00       0.00
1797.69/1798.61	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1797.69/1798.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1797.69/1798.61	c   rootredcost      :       0.00          0          0          0
1797.69/1798.61	c   pseudoobj        :       0.21       4160          0          0
1797.69/1798.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.69/1798.61	c   propagation      :       0.01         30         30         45       15.9          2        3.0          -
1797.69/1798.61	c   infeasible LP    :       0.01          3          0          0        0.0          0        0.0          0
1797.69/1798.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.69/1798.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.69/1798.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.69/1798.61	c   applied globally :          -          -          -         47       15.3          -          -          -
1797.69/1798.61	c   applied locally  :          -          -          -          0        0.0          -          -          -
1797.69/1798.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.69/1798.61	c   cut pool         :       0.02          3          -          -          0          -    (maximal pool size: 1007)
1797.69/1798.61	c   redcost          :       0.00        167          0          0          0          0
1797.69/1798.61	c   impliedbounds    :       0.00          4          0          0          0          0
1797.69/1798.61	c   intobj           :       0.00          0          0          0          0          0
1797.69/1798.61	c   gomory           :       4.11          4          0          0          0          0
1797.69/1798.61	c   strongcg         :       2.65          4          0          0       1014          0
1797.69/1798.61	c   cmir             :       0.11          4          0          0          0          0
1797.69/1798.61	c   flowcover        :       0.08          4          0          0          0          0
1797.69/1798.61	c   clique           :       0.00          1          0          0          0          0
1797.69/1798.61	c   zerohalf         :       0.00          0          0          0          0          0
1797.69/1798.61	c   mcf              :       0.00          1          0          0          0          0
1797.69/1798.61	c Pricers            :       Time      Calls       Vars
1797.69/1798.61	c   problem variables:       0.00          0          0
1797.69/1798.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.69/1798.61	c   relpscost        :     419.46        164          0          0          0          0        328
1797.69/1798.61	c   pscost           :       0.00          0          0          0          0          0          0
1797.69/1798.61	c   inference        :       0.00          0          0          0          0          0          0
1797.69/1798.61	c   mostinf          :       0.00          0          0          0          0          0          0
1797.69/1798.61	c   leastinf         :       0.00          0          0          0          0          0          0
1797.69/1798.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.69/1798.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.69/1798.61	c   random           :       0.00          0          0          0          0          0          0
1797.69/1798.61	c Primal Heuristics  :       Time      Calls      Found
1797.69/1798.61	c   LP solutions     :       0.00          -          0
1797.69/1798.61	c   pseudo solutions :       0.00          -          0
1797.69/1798.61	c   oneopt           :       0.00          0          0
1797.69/1798.61	c   crossover        :       0.00          0          0
1797.69/1798.61	c   fracdiving       :      98.35          3          0
1797.69/1798.61	c   simplerounding   :       0.00          0          0
1797.69/1798.61	c   rounding         :       0.31        134          0
1797.69/1798.61	c   shifting         :       0.10         17          0
1797.69/1798.61	c   intshifting      :       0.00          0          0
1797.69/1798.61	c   fixandinfer      :       0.00          0          0
1797.69/1798.61	c   feaspump         :      67.37          2          0
1797.69/1798.61	c   coefdiving       :     123.45          2          0
1797.69/1798.61	c   pscostdiving     :      98.70          3          0
1797.69/1798.61	c   veclendiving     :     112.79          2          0
1797.69/1798.61	c   intdiving        :       0.00          0          0
1797.69/1798.61	c   actconsdiving    :       0.00          0          0
1797.69/1798.61	c   objpscostdiving  :     203.98          1          0
1797.69/1798.61	c   rootsoldiving    :      45.61          2          0
1797.69/1798.61	c   linesearchdiving :      75.75          3          0
1797.69/1798.61	c   guideddiving     :       0.00          0          0
1797.69/1798.61	c   octane           :       0.00          0          0
1797.69/1798.61	c   rens             :       0.00          0          0
1797.69/1798.61	c   rins             :       0.00          0          0
1797.69/1798.61	c   localbranching   :       0.00          0          0
1797.69/1798.61	c   mutation         :       0.00          0          0
1797.69/1798.61	c   dins             :       0.00          0          0
1797.69/1798.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.69/1798.61	c   primal LP        :       0.00          0          0       0.00          -
1797.69/1798.61	c   dual LP          :     537.82        167     571838    3424.18    1063.25
1797.69/1798.61	c   barrier LP       :       0.00          0          0       0.00          -
1797.69/1798.61	c   diving/probing LP:     822.55       2686    1076474     400.77    1308.70
1797.69/1798.61	c   strong branching :     419.35       1500     408683     272.46     974.56
1797.69/1798.61	c     (at root node) :          -         17       4651     273.59          -
1797.69/1798.61	c   conflict analysis:       0.00          0          0       0.00          -
1797.69/1798.61	c B&B Tree           :
1797.69/1798.61	c   number of runs   :          1
1797.69/1798.61	c   nodes            :        164
1797.69/1798.61	c   nodes (total)    :        164
1797.69/1798.61	c   nodes left       :        165
1797.69/1798.61	c   max depth        :         33
1797.69/1798.61	c   max depth (total):         33
1797.69/1798.61	c   backtracks       :         34 (20.7%)
1797.69/1798.61	c   delayed cutoffs  :          0
1797.69/1798.61	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1797.69/1798.61	c   avg switch length:       2.44
1797.69/1798.61	c   switching time   :       0.01
1797.69/1798.61	c Solution           :
1797.69/1798.61	c   Solutions found  :          0 (0 improvements)
1797.69/1798.61	c   Primal Bound     :          -
1797.69/1798.61	c   Dual Bound       : +4.01699533688857e+02
1797.69/1798.61	c   Gap              :   infinite
1797.69/1798.61	c   Root Dual Bound  : +3.99304995008839e+02
1797.69/1798.64	c Time complete: 1797.73.

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-1869071-1245156882/watcher-1869071-1245156882 -o /tmp/evaluation-result-1869071-1245156882/solver-1869071-1245156882 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869071-1245156882.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.97 0.98 0.99 3/64 3306
/proc/meminfo: memFree=1536680/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=7616 CPUtime=0
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 637 0 0 0 0 0 0 0 18 0 1 0 183288716 7798784 621 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 0 0 0
/proc/3306/statm: 1904 632 353 1256 0 643 0

[startup+0.0487849 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 3306
/proc/meminfo: memFree=1536680/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=12824 CPUtime=0.04
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 2121 0 0 0 4 0 0 0 18 0 1 0 183288716 13131776 2106 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 0 0 0 0 17 0 0 0
/proc/3306/statm: 3206 2114 378 1256 0 1945 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12824

[startup+0.101794 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 3306
/proc/meminfo: memFree=1536680/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=19872 CPUtime=0.09
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 4161 0 0 0 8 1 0 0 18 0 1 0 183288716 20348928 3791 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 4968 3791 470 1256 0 3707 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19872

[startup+0.301835 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 3306
/proc/meminfo: memFree=1536680/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=29164 CPUtime=0.29
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 6109 0 0 0 26 3 0 0 19 0 1 0 183288716 29863936 5739 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 7291 5739 611 1256 0 6030 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29164

[startup+0.70192 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 3306
/proc/meminfo: memFree=1536680/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=29316 CPUtime=0.69
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 6272 0 0 0 66 3 0 0 23 0 1 0 183288716 30019584 5902 1992294400 4194304 9342243 548682068736 18446744073709551615 5868830 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 7329 5902 611 1256 0 6068 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29316

[startup+1.50109 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 3307
/proc/meminfo: memFree=1515232/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=29316 CPUtime=1.49
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 6339 0 0 0 146 3 0 0 25 0 1 0 183288716 30019584 5969 1992294400 4194304 9342243 548682068736 18446744073709551615 6496616 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 7329 5969 611 1256 0 6068 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29316

[startup+3.10243 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 3307
/proc/meminfo: memFree=1514720/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=30308 CPUtime=3.09
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 6607 0 0 0 305 4 0 0 25 0 1 0 183288716 31035392 6234 1992294400 4194304 9342243 548682068736 18446744073709551615 5869941 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 7577 6234 621 1256 0 6316 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30308

[startup+6.3011 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 3307
/proc/meminfo: memFree=1513504/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=30448 CPUtime=6.29
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 6793 0 0 0 625 4 0 0 25 0 1 0 183288716 31178752 6420 1992294400 4194304 9342243 548682068736 18446744073709551615 6952907 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 7612 6420 648 1256 0 6351 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30448

[startup+12.7015 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 3307
/proc/meminfo: memFree=1512608/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=31660 CPUtime=12.69
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 6981 0 0 0 1264 5 0 0 25 0 1 0 183288716 32419840 6608 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 7915 6608 648 1256 0 6654 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31660

[startup+25.5012 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 3307
/proc/meminfo: memFree=1512608/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=31660 CPUtime=25.48
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 6982 0 0 0 2542 6 0 0 25 0 1 0 183288716 32419840 6609 1992294400 4194304 9342243 548682068736 18446744073709551615 6504865 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 7915 6609 648 1256 0 6654 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31660

[startup+51.1016 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 3307
/proc/meminfo: memFree=1483168/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=62248 CPUtime=51.07
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 14401 0 0 0 5095 12 0 0 25 0 1 0 183288716 63741952 14023 1992294400 4194304 9342243 548682068736 18446744073709551615 5869968 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 15562 14023 676 1256 0 14301 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 62248

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3307
/proc/meminfo: memFree=1483424/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=62376 CPUtime=102.25
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 41414 0 0 0 10195 30 0 0 25 0 1 0 183288716 63873024 14006 1992294400 4194304 9342243 548682068736 18446744073709551615 7521453 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 15594 14006 683 1256 0 14333 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 62376

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3307
/proc/meminfo: memFree=1482528/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=62352 CPUtime=162.22
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 66061 0 0 0 16171 51 0 0 25 0 1 0 183288716 63848448 14163 1992294400 4194304 9342243 548682068736 18446744073709551615 6960298 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 15588 14163 683 1256 0 14327 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 62352

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3307
/proc/meminfo: memFree=1482784/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=62352 CPUtime=222.19
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 87813 0 0 0 22149 70 0 0 25 0 1 0 183288716 63848448 14106 1992294400 4194304 9342243 548682068736 18446744073709551615 6240193 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 15588 14106 687 1256 0 14327 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 62352

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3307
/proc/meminfo: memFree=1483232/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=63012 CPUtime=282.17
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 116115 0 0 0 28125 92 0 0 25 0 1 0 183288716 64524288 14007 1992294400 4194304 9342243 548682068736 18446744073709551615 6948498 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 15753 14007 687 1256 0 14492 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 63012

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3307
/proc/meminfo: memFree=1482144/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=67120 CPUtime=342.12
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 169202 0 0 0 34088 124 0 0 25 0 1 0 183288716 68730880 14261 1992294400 4194304 9342243 548682068736 18446744073709551615 6959562 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 16780 14261 687 1256 0 15519 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 67120

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1482656/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=62240 CPUtime=402.1
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 193850 0 0 0 40067 143 0 0 25 0 1 0 183288716 63733760 14072 1992294400 4194304 9342243 548682068736 18446744073709551615 6959589 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 15560 14072 687 1256 0 14299 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 62240

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1483104/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=62360 CPUtime=462.06
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 226518 0 0 0 46040 166 0 0 25 0 1 0 183288716 63856640 14058 1992294400 4194304 9342243 548682068736 18446744073709551615 6952948 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 15590 14058 687 1256 0 14329 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 62360

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1482656/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=62328 CPUtime=522.04
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 246627 0 0 0 52021 183 0 0 25 0 1 0 183288716 63823872 14124 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 15582 14124 687 1256 0 14321 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 62328

[startup+582.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1482656/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=62304 CPUtime=582.01
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 248191 0 0 0 58012 189 0 0 25 0 1 0 183288716 63799296 14124 1992294400 4194304 9342243 548682068736 18446744073709551615 6952907 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 15576 14124 687 1256 0 14315 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 62304

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1482528/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=63056 CPUtime=641.97
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 251340 0 0 0 63997 200 0 0 25 0 1 0 183288716 64569344 14162 1992294400 4194304 9342243 548682068736 18446744073709551615 6960228 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 15764 14162 690 1256 0 14503 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 63056

[startup+702.301 s]

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

/proc/meminfo: memFree=1482912/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=62996 CPUtime=1121.73
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 519778 0 0 0 111800 373 0 0 25 0 1 0 183288716 64507904 14080 1992294400 4194304 9342243 548682068736 18446744073709551615 6978058 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 15749 14080 691 1256 0 14488 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 62996

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1483104/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=62980 CPUtime=1181.71
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 549103 0 0 0 117776 395 0 0 25 0 1 0 183288716 64491520 14042 1992294400 4194304 9342243 548682068736 18446744073709551615 6960314 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 15745 14042 691 1256 0 14484 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 62980

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1482592/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=62292 CPUtime=1241.68
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 585401 0 0 0 123748 420 0 0 25 0 1 0 183288716 63787008 14134 1992294400 4194304 9342243 548682068736 18446744073709551615 6953116 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 15573 14134 691 1256 0 14312 0
Current children cumulated CPU time (s) 1241.68
Current children cumulated vsize (KiB) 62292

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1482784/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=62296 CPUtime=1301.65
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 610258 0 0 0 129726 439 0 0 25 0 1 0 183288716 63791104 14076 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 15574 14076 691 1256 0 14313 0
Current children cumulated CPU time (s) 1301.65
Current children cumulated vsize (KiB) 62296

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1482656/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=62296 CPUtime=1361.62
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 648845 0 0 0 135699 463 0 0 25 0 1 0 183288716 63791104 14123 1992294400 4194304 9342243 548682068736 18446744073709551615 6957812 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 15574 14123 691 1256 0 14313 0
Current children cumulated CPU time (s) 1361.62
Current children cumulated vsize (KiB) 62296

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1482912/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=63004 CPUtime=1421.59
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 690193 0 0 0 141673 486 0 0 25 0 1 0 183288716 64516096 14024 1992294400 4194304 9342243 548682068736 18446744073709551615 6941269 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 15751 14024 691 1256 0 14490 0
Current children cumulated CPU time (s) 1421.59
Current children cumulated vsize (KiB) 63004

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1482848/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=62960 CPUtime=1481.56
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 744423 0 0 0 147638 518 0 0 25 0 1 0 183288716 64471040 14104 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 15740 14104 718 1256 0 14479 0
Current children cumulated CPU time (s) 1481.56
Current children cumulated vsize (KiB) 62960

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1482208/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=66968 CPUtime=1541.53
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 777120 0 0 0 153612 541 0 0 25 0 1 0 183288716 68575232 14223 1992294400 4194304 9342243 548682068736 18446744073709551615 6496599 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 16742 14223 691 1256 0 15481 0
Current children cumulated CPU time (s) 1541.53
Current children cumulated vsize (KiB) 66968

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1482784/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=62968 CPUtime=1601.49
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 831468 0 0 0 159577 572 0 0 25 0 1 0 183288716 64479232 14059 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 15742 14059 691 1256 0 14481 0
Current children cumulated CPU time (s) 1601.49
Current children cumulated vsize (KiB) 62968

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1482784/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=66908 CPUtime=1661.46
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 885746 0 0 0 165541 605 0 0 25 0 1 0 183288716 68513792 14201 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 16727 14201 691 1256 0 15466 0
Current children cumulated CPU time (s) 1661.46
Current children cumulated vsize (KiB) 66908

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1482848/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=66892 CPUtime=1721.43
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 929922 0 0 0 171510 633 0 0 25 0 1 0 183288716 68497408 14164 1992294400 4194304 9342243 548682068736 18446744073709551615 6018254 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 16723 14164 691 1256 0 15462 0
Current children cumulated CPU time (s) 1721.43
Current children cumulated vsize (KiB) 66892

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1482784/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=62976 CPUtime=1781.41
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 964364 0 0 0 177484 657 0 0 25 0 1 0 183288716 64487424 14084 1992294400 4194304 9342243 548682068736 18446744073709551615 6960298 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 15744 14084 691 1256 0 14483 0
Current children cumulated CPU time (s) 1781.41
Current children cumulated vsize (KiB) 62976

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

[startup+1791.91 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1482784/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=62964 CPUtime=1791
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 971417 0 0 0 178438 662 0 0 25 0 1 0 183288716 64475136 14049 1992294400 4194304 9342243 548682068736 18446744073709551615 6965635 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 15741 14049 691 1256 0 14480 0
Current children cumulated CPU time (s) 1791
Current children cumulated vsize (KiB) 62964

[startup+1795.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1482912/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=62964 CPUtime=1794.2
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 975340 0 0 0 178755 665 0 0 25 0 1 0 183288716 64475136 14042 1992294400 4194304 9342243 548682068736 18446744073709551615 6940311 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 15741 14042 691 1256 0 14480 0
Current children cumulated CPU time (s) 1794.2
Current children cumulated vsize (KiB) 62964

[startup+1796.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1483040/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=66936 CPUtime=1795.79
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 977367 0 0 0 178913 666 0 0 25 0 1 0 183288716 68542464 14215 1992294400 4194304 9342243 548682068736 18446744073709551615 6938338 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 16734 14215 691 1256 0 15473 0
Current children cumulated CPU time (s) 1795.79
Current children cumulated vsize (KiB) 66936

[startup+1797.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1482208/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=66936 CPUtime=1796.59
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 977549 0 0 0 178993 666 0 0 25 0 1 0 183288716 68542464 14219 1992294400 4194304 9342243 548682068736 18446744073709551615 6941075 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 16734 14219 691 1256 0 15473 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (KiB) 66936

[startup+1798.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1482208/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=66936 CPUtime=1797.39
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 977726 0 0 0 179073 666 0 0 25 0 1 0 183288716 68542464 14219 1992294400 4194304 9342243 548682068736 18446744073709551615 6941363 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 16734 14219 691 1256 0 15473 0
Current children cumulated CPU time (s) 1797.39
Current children cumulated vsize (KiB) 66936

[startup+1798.51 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1482208/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=66936 CPUtime=1797.6
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 977785 0 0 0 179094 666 0 0 25 0 1 0 183288716 68542464 14219 1992294400 4194304 9342243 548682068736 18446744073709551615 6960832 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 16734 14219 691 1256 0 15473 0
Current children cumulated CPU time (s) 1797.6
Current children cumulated vsize (KiB) 66936

[startup+1798.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3313
/proc/meminfo: memFree=1482208/2055920 swapFree=4192812/4192956
[pid=3306] ppid=3304 vsize=66936 CPUtime=1797.69
/proc/3306/stat : 3306 (pbscip.linux.x8) R 3304 3306 3242 0 -1 4194304 977844 0 0 0 179103 666 0 0 25 0 1 0 183288716 68542464 14219 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3306/statm: 16734 14219 691 1256 0 15473 0
Current children cumulated CPU time (s) 1797.69
Current children cumulated vsize (KiB) 66936

Child status: 0
Real time (s): 1798.64
CPU time (s): 1797.74
CPU user time (s): 1791.07
CPU system time (s): 6.67498
CPU usage (%): 99.9499
Max. virtual memory (cumulated for all children) (KiB): 67132

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

runsolver used 1.91071 second user time and 4.63729 second system time

The end

Launcher Data

Begin job on node13 at 2009-06-16 14:54:42
IDJOB=1869071
IDBENCH=2155
IDSOLVER=684
FILE ID=node13/1869071-1245156882
PBS_JOBID= 9363818
Free space on /tmp= 66272 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-f600.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-1869071-1245156882/watcher-1869071-1245156882 -o /tmp/evaluation-result-1869071-1245156882/solver-1869071-1245156882 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869071-1245156882.opb

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

MD5SUM BENCH= 2b1f0bdf934439fa3364f5fdf4570849
RANDOM SEED=1158714299

node13.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.259
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.259
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:       1537096 kB
Buffers:         71876 kB
Cached:         352912 kB
SwapCached:        144 kB
Active:          69852 kB
Inactive:       368992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1537096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11828 kB
Writeback:           0 kB
Mapped:          23692 kB
Slab:            65884 kB
Committed_AS:   164660 kB
PageTables:       1460 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 node13 at 2009-06-16 15:24:41