Trace number 1868941

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? 1796.32 1796.79

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f1000.opb
MD5SUM8fb889bdb08324a2b9780b5ff988846e
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 variables2000
Total number of constraints5250
Number of constraints which are clauses5250
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 2000
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 2000
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 2000
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.02/0.09	c SCIP version 1.1.0.7
0.02/0.09	c LP-Solver Clp 1.8.2
0.02/0.09	c user parameter file <scip.set> not found - using default parameters
0.02/0.09	c read problem <HOME/instance-1868941-1245151237.opb>
0.02/0.09	c original problem has 2000 variables (2000 bin, 0 int, 0 impl, 0 cont) and 5250 constraints
0.09/0.12	c start presolving problem
0.09/0.12	c presolving:
0.09/0.14	c (round 1) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1998 impls, 0 clqs
0.19/0.20	c (round 2) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 5232 upgd conss, 1998 impls, 0 clqs
0.19/0.22	c (round 3) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 5249 upgd conss, 1998 impls, 0 clqs
0.19/0.25	c    (0.1s) probing: 101/1999 (5.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.25	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.19/0.25	c presolving (4 rounds):
0.19/0.25	c  1 deleted vars, 1 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.25	c  1998 implications, 0 cliques
0.19/0.25	c presolved problem has 1999 variables (1999 bin, 0 int, 0 impl, 0 cont) and 5249 constraints
0.19/0.25	c    5249 constraints of type <logicor>
0.19/0.25	c transformed objective value is always integral (scale: 1)
0.19/0.25	c Presolving Time: 0.12
0.19/0.26	c strange?!, PURESAT with obj
0.19/0.26	c -----------------------------------------------------------------------------------------------
0.19/0.26	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.26	c limits/memory = c 1620
0.19/0.26	c # maximal time in seconds to run
0.19/0.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.26	c limits/time = c 1791
0.19/0.26	c # frequency for displaying node information lines
0.19/0.26	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.26	c display/freq = c 10000
0.19/0.26	c -----------------------------------------------------------------------------------------------
0.19/0.26	c start solving problem
0.19/0.26	c 
21.69/21.71	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
21.69/21.71	c  21.5s|     1 |     0 | 11028 |  10M|   0 |1979 |1999 |5249 |5249 |1999 |5249 |   0 |   0 |   0 | 6.656667e+02 |      --      |    Inf 
176.05/176.17	c   175s|     1 |     2 | 72389 |  11M|   0 |1979 |1999 |5249 |5249 |1999 |5249 |   0 |   0 |  17 | 6.656667e+02 |      --      |    Inf 
1796.21/1796.75	c 
1796.21/1796.75	c SCIP Status        : solving was interrupted [time limit reached]
1796.21/1796.75	c Solving Time (sec) : 1791.00
1796.21/1796.75	c Solving Nodes      : 11
1796.21/1796.75	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.21/1796.75	c Dual Bound         : +6.66583519547808e+02
1796.21/1796.75	c Gap                : infinite
1796.21/1796.75	c NODE         11
1796.21/1796.75	c DUAL BOUND   666.584
1796.21/1796.75	c PRIMAL BOUND 1e+20
1796.21/1796.75	c GAP          1e+20
1796.21/1796.75	s UNKNOWN
1796.21/1796.75	c SCIP Status        : solving was interrupted [time limit reached]
1796.21/1796.75	c Solving Time       :    1791.00
1796.21/1796.75	c Original Problem   :
1796.21/1796.75	c   Problem name     : HOME/instance-1868941-1245151237.opb
1796.21/1796.75	c   Variables        : 2000 (2000 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.21/1796.75	c   Constraints      : 5250 initial, 5250 maximal
1796.21/1796.75	c Presolved Problem  :
1796.21/1796.75	c   Problem name     : t_HOME/instance-1868941-1245151237.opb
1796.21/1796.75	c   Variables        : 1999 (1999 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.21/1796.75	c   Constraints      : 5249 initial, 5254 maximal
1796.21/1796.75	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1796.21/1796.75	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1796.21/1796.75	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
1796.21/1796.75	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1796.21/1796.75	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1796.21/1796.75	c   implics          :       0.00          0          0          0          0          0          0          0          0
1796.21/1796.75	c   probing          :       0.02          0          0          0          0          0          0          0          0
1796.21/1796.75	c   linear           :       0.05          0          0          0          0          0          1          0          0
1796.21/1796.75	c   logicor          :       0.05          0          0          0          0          0          0          0          0
1796.21/1796.75	c   root node        :          -          0          -          -          0          -          -          -          -
1796.21/1796.75	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1796.21/1796.75	c   integral         :          0          0          0         11          0          0          0          0          0         22
1796.21/1796.75	c   logicor          :       5249+         1       1141          0          0          4          5          0          0          0
1796.21/1796.75	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1796.21/1796.75	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1796.21/1796.75	c   integral         :     199.97       0.00       0.00     199.97       0.00
1796.21/1796.75	c   logicor          :       0.01       0.00       0.01       0.00       0.00
1796.21/1796.75	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1796.21/1796.75	c Propagators        :       Time      Calls    Cutoffs    DomReds
1796.21/1796.75	c   rootredcost      :       0.00          0          0          0
1796.21/1796.75	c   pseudoobj        :       0.13       1163          0          0
1796.21/1796.75	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.21/1796.75	c   propagation      :       0.00          4          4          5       13.4          0        0.0          -
1796.21/1796.75	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.21/1796.75	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.21/1796.75	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.21/1796.75	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.21/1796.75	c   applied globally :          -          -          -          5       13.4          -          -          -
1796.21/1796.75	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.21/1796.75	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.21/1796.75	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1796.21/1796.75	c   redcost          :       0.00         11          0          0          0          0
1796.21/1796.75	c   impliedbounds    :       0.00          1          0          0          0          0
1796.21/1796.75	c   intobj           :       0.00          0          0          0          0          0
1796.21/1796.75	c   gomory           :       2.89          1          0          0          0          0
1796.21/1796.75	c   strongcg         :       2.82          1          0          0          0          0
1796.21/1796.75	c   cmir             :       0.06          1          0          0          0          0
1796.21/1796.75	c   flowcover        :       0.04          1          0          0          0          0
1796.21/1796.75	c   clique           :       0.01          1          0          0          0          0
1796.21/1796.75	c   zerohalf         :       0.00          0          0          0          0          0
1796.21/1796.75	c   mcf              :       0.00          1          0          0          0          0
1796.21/1796.75	c Pricers            :       Time      Calls       Vars
1796.21/1796.75	c   problem variables:       0.00          0          0
1796.21/1796.75	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.21/1796.75	c   relpscost        :     199.97         11          0          0          0          0         22
1796.21/1796.75	c   pscost           :       0.00          0          0          0          0          0          0
1796.21/1796.75	c   inference        :       0.00          0          0          0          0          0          0
1796.21/1796.75	c   mostinf          :       0.00          0          0          0          0          0          0
1796.21/1796.75	c   leastinf         :       0.00          0          0          0          0          0          0
1796.21/1796.75	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.21/1796.75	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.21/1796.75	c   random           :       0.00          0          0          0          0          0          0
1796.21/1796.75	c Primal Heuristics  :       Time      Calls      Found
1796.21/1796.75	c   LP solutions     :       0.00          -          0
1796.21/1796.75	c   pseudo solutions :       0.00          -          0
1796.21/1796.75	c   oneopt           :       0.00          0          0
1796.21/1796.75	c   veclendiving     :       0.00          0          0
1796.21/1796.75	c   objpscostdiving  :       0.00          0          0
1796.21/1796.75	c   rootsoldiving    :       0.00          0          0
1796.21/1796.75	c   simplerounding   :       0.00          0          0
1796.21/1796.75	c   rounding         :       0.03         11          0
1796.21/1796.75	c   shifting         :       0.02          1          0
1796.21/1796.75	c   intshifting      :       0.00          0          0
1796.21/1796.75	c   fixandinfer      :       0.00          0          0
1796.21/1796.75	c   feaspump         :     132.63          1          0
1796.21/1796.75	c   coefdiving       :     414.65          1          0
1796.21/1796.75	c   pscostdiving     :     334.13          1          0
1796.21/1796.75	c   fracdiving       :     381.47          1          0
1796.21/1796.75	c   intdiving        :       0.00          0          0
1796.21/1796.75	c   actconsdiving    :       0.00          0          0
1796.21/1796.75	c   linesearchdiving :       0.00          0          0
1796.21/1796.75	c   guideddiving     :       0.00          0          0
1796.21/1796.75	c   octane           :       0.00          0          0
1796.21/1796.75	c   rens             :       0.00          0          0
1796.21/1796.75	c   rins             :       0.00          0          0
1796.21/1796.75	c   localbranching   :       0.00          0          0
1796.21/1796.75	c   mutation         :       0.00          0          0
1796.21/1796.75	c   crossover        :       0.00          0          0
1796.21/1796.75	c   dins             :       0.00          0          0
1796.21/1796.75	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.21/1796.75	c   primal LP        :       0.00          0          0       0.00          -
1796.21/1796.75	c   dual LP          :     322.09         11     156229   14202.64     485.05
1796.21/1796.75	c   barrier LP       :       0.00          0          0       0.00          -
1796.21/1796.75	c   diving/probing LP:    1260.75        846     726751     859.04     576.44
1796.21/1796.75	c   strong branching :     199.94        274      96852     353.47     484.41
1796.21/1796.75	c     (at root node) :          -         17       6050     355.88          -
1796.21/1796.75	c   conflict analysis:       0.00          0          0       0.00          -
1796.21/1796.75	c B&B Tree           :
1796.21/1796.75	c   number of runs   :          1
1796.21/1796.75	c   nodes            :         11
1796.21/1796.75	c   nodes (total)    :         11
1796.21/1796.75	c   nodes left       :         12
1796.21/1796.75	c   max depth        :          5
1796.21/1796.75	c   max depth (total):          5
1796.21/1796.75	c   backtracks       :          2 (18.2%)
1796.21/1796.75	c   delayed cutoffs  :          0
1796.21/1796.75	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.21/1796.75	c   avg switch length:       1.82
1796.21/1796.75	c   switching time   :       0.00
1796.21/1796.75	c Solution           :
1796.21/1796.75	c   Solutions found  :          0 (0 improvements)
1796.21/1796.75	c   Primal Bound     :          -
1796.21/1796.75	c   Dual Bound       : +6.66583519547808e+02
1796.21/1796.75	c   Gap              :   infinite
1796.21/1796.75	c   Root Dual Bound  : +6.65666666666674e+02
1796.21/1796.79	c Time complete: 1796.31.

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 5655
/proc/meminfo: memFree=1856432/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=5812 CPUtime=0
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 530 0 0 0 0 0 0 0 18 0 1 0 182723189 5951488 514 1992294400 4194304 9342243 548682068736 18446744073709551615 8197376 0 0 4096 0 0 0 0 17 1 0 0
/proc/5655/statm: 1454 520 348 1256 0 193 0

[startup+0.0339559 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 5655
/proc/meminfo: memFree=1856432/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=12396 CPUtime=0.02
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 2072 0 0 0 2 0 0 0 18 0 1 0 182723189 12693504 2056 1992294400 4194304 9342243 548682068736 18446744073709551615 8251083 0 0 4096 0 0 0 0 17 1 0 0
/proc/5655/statm: 3099 2056 378 1256 0 1838 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12396

[startup+0.101962 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 5655
/proc/meminfo: memFree=1856432/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=17152 CPUtime=0.09
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 3644 0 0 0 8 1 0 0 18 0 1 0 182723189 17563648 3274 1992294400 4194304 9342243 548682068736 18446744073709551615 8228225 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 4288 3274 408 1256 0 3027 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17152

[startup+0.301984 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 5655
/proc/meminfo: memFree=1856432/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=37844 CPUtime=0.29
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 8032 0 0 0 25 4 0 0 19 0 1 0 182723189 38752256 7643 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 9461 7644 609 1256 0 8200 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37844

[startup+0.70103 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 5655
/proc/meminfo: memFree=1856432/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=38996 CPUtime=0.69
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 8501 0 0 0 64 5 0 0 22 0 1 0 182723189 39931904 8112 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 9749 8112 611 1256 0 8488 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38996

[startup+1.50112 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5656
/proc/meminfo: memFree=1825832/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=39328 CPUtime=1.49
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 8717 0 0 0 144 5 0 0 25 0 1 0 182723189 40271872 8328 1992294400 4194304 9342243 548682068736 18446744073709551615 6960579 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 9832 8328 611 1256 0 8571 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39328

[startup+3.1013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5656
/proc/meminfo: memFree=1825192/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=39480 CPUtime=3.09
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 8826 0 0 0 304 5 0 0 25 0 1 0 182723189 40427520 8437 1992294400 4194304 9342243 548682068736 18446744073709551615 5869941 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 9870 8437 611 1256 0 8609 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39480

[startup+6.30166 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5656
/proc/meminfo: memFree=1824168/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=39616 CPUtime=6.29
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 8989 0 0 0 623 6 0 0 25 0 1 0 182723189 40566784 8600 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 9904 8600 620 1256 0 8643 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39616

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5656
/proc/meminfo: memFree=1823720/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=39888 CPUtime=12.69
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 9118 0 0 0 1262 7 0 0 25 0 1 0 182723189 40845312 8729 1992294400 4194304 9342243 548682068736 18446744073709551615 6960579 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 9972 8729 620 1256 0 8711 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39888

[startup+25.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5656
/proc/meminfo: memFree=1820968/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=44044 CPUtime=25.48
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 19133 0 0 0 2534 14 0 0 25 0 1 0 182723189 45101056 9282 1992294400 4194304 9342243 548682068736 18446744073709551615 6505233 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11011 9283 648 1256 0 9750 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44044

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5656
/proc/meminfo: memFree=1820776/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=44348 CPUtime=51.08
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 27250 0 0 0 5086 22 0 0 25 0 1 0 182723189 45412352 9311 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11087 9311 648 1256 0 9826 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 44348

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5656
/proc/meminfo: memFree=1821544/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=44344 CPUtime=102.27
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 53198 0 0 0 10181 46 0 0 25 0 1 0 182723189 45408256 9306 1992294400 4194304 9342243 548682068736 18446744073709551615 6504501 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11086 9306 648 1256 0 9825 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 44344

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5656
/proc/meminfo: memFree=1819368/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=52140 CPUtime=162.25
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 75046 0 0 0 16160 65 0 0 25 0 1 0 182723189 53391360 9779 1992294400 4194304 9342243 548682068736 18446744073709551615 6938234 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 13035 9779 680 1256 0 11774 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 52140

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5656
/proc/meminfo: memFree=1820264/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=44736 CPUtime=222.23
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 85413 0 0 0 22149 74 0 0 25 0 1 0 182723189 45809664 9595 1992294400 4194304 9342243 548682068736 18446744073709551615 7537055 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11184 9595 681 1256 0 9923 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 44736

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5656
/proc/meminfo: memFree=1819368/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=52668 CPUtime=282.22
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 100461 0 0 0 28135 87 0 0 25 0 1 0 182723189 53932032 9860 1992294400 4194304 9342243 548682068736 18446744073709551615 6039862 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 13167 9860 681 1256 0 11906 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 52668

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5656
/proc/meminfo: memFree=1820264/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=44736 CPUtime=342.2
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 100728 0 0 0 34128 92 0 0 25 0 1 0 182723189 45809664 9595 1992294400 4194304 9342243 548682068736 18446744073709551615 6968850 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11184 9595 681 1256 0 9923 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 44736

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5656
/proc/meminfo: memFree=1819432/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=52648 CPUtime=402.18
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 112670 0 0 0 40115 103 0 0 25 0 1 0 182723189 53911552 9853 1992294400 4194304 9342243 548682068736 18446744073709551615 6970136 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 13162 9853 681 1256 0 11901 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 52648

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5656
/proc/meminfo: memFree=1819304/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=52672 CPUtime=462.16
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 114746 0 0 0 46106 110 0 0 25 0 1 0 182723189 53936128 9865 1992294400 4194304 9342243 548682068736 18446744073709551615 6960495 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 13168 9865 681 1256 0 11907 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 52672

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5656
/proc/meminfo: memFree=1819304/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=52652 CPUtime=522.15
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 121026 0 0 0 52097 118 0 0 25 0 1 0 182723189 53915648 9855 1992294400 4194304 9342243 548682068736 18446744073709551615 6960598 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 13163 9855 681 1256 0 11902 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 52652

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5656
/proc/meminfo: memFree=1820136/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=44732 CPUtime=582.13
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 128309 0 0 0 58086 127 0 0 25 0 1 0 182723189 45805568 9598 1992294400 4194304 9342243 548682068736 18446744073709551615 6342066 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11183 9598 681 1256 0 9922 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 44732

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5656
/proc/meminfo: memFree=1820136/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=44732 CPUtime=642.12
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 128315 0 0 0 64078 134 0 0 25 0 1 0 182723189 45805568 9604 1992294400 4194304 9342243 548682068736 18446744073709551615 6040629 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11183 9604 681 1256 0 9922 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 44732

[startup+702.302 s]

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

/proc/meminfo: memFree=1818856/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=46988 CPUtime=1062.01
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 182643 0 0 0 105999 202 0 0 25 0 1 0 182723189 48115712 9836 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11747 9836 685 1256 0 10486 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 46988

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5656
/proc/meminfo: memFree=1819368/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=46984 CPUtime=1121.99
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 227692 0 0 0 111966 233 0 0 25 0 1 0 182723189 48111616 9807 1992294400 4194304 9342243 548682068736 18446744073709551615 7531536 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11746 9807 685 1256 0 10485 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 46984

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5656
/proc/meminfo: memFree=1819176/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=46960 CPUtime=1181.97
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 273608 0 0 0 117934 263 0 0 25 0 1 0 182723189 48087040 9954 1992294400 4194304 9342243 548682068736 18446744073709551615 6953123 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11740 9954 685 1256 0 10479 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 46960

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5656
/proc/meminfo: memFree=1818664/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=45816 CPUtime=1241.96
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 306273 0 0 0 123907 289 0 0 25 0 1 0 182723189 46915584 9937 1992294400 4194304 9342243 548682068736 18446744073709551615 6962206 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11454 9937 685 1256 0 10193 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 45816

[startup+1302.3 s]
/proc/loadavg: 1.06 1.00 1.00 2/66 5656
/proc/meminfo: memFree=1818472/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=46332 CPUtime=1301.95
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 306326 0 0 0 129899 296 0 0 25 0 1 0 182723189 47443968 9990 1992294400 4194304 9342243 548682068736 18446744073709551615 6957827 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11583 9990 685 1256 0 10322 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 46332

[startup+1362.3 s]
/proc/loadavg: 1.02 1.00 1.00 2/66 5656
/proc/meminfo: memFree=1818152/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=46332 CPUtime=1361.93
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 306403 0 0 0 135892 301 0 0 25 0 1 0 182723189 47443968 10067 1992294400 4194304 9342243 548682068736 18446744073709551615 6978555 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11583 10067 685 1256 0 10322 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 46332

[startup+1422.31 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 5656
/proc/meminfo: memFree=1818984/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=46992 CPUtime=1421.92
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 326319 0 0 0 141873 319 0 0 25 0 1 0 182723189 48119808 9925 1992294400 4194304 9342243 548682068736 18446744073709551615 6960377 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11748 9925 685 1256 0 10487 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 46992

[startup+1482.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 5656
/proc/meminfo: memFree=1818408/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=46988 CPUtime=1481.9
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 372189 0 0 0 147836 354 0 0 25 0 1 0 182723189 48115712 9956 1992294400 4194304 9342243 548682068736 18446744073709551615 5869964 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11747 9956 685 1256 0 10486 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 46988

[startup+1542.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/66 5656
/proc/meminfo: memFree=1819112/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=46984 CPUtime=1541.88
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 418062 0 0 0 153798 390 0 0 25 0 1 0 182723189 48111616 9927 1992294400 4194304 9342243 548682068736 18446744073709551615 6938499 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11746 9927 685 1256 0 10485 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 46984

[startup+1602.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/66 5656
/proc/meminfo: memFree=1819048/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=46976 CPUtime=1601.87
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 464389 0 0 0 159762 425 0 0 25 0 1 0 182723189 48103424 9850 1992294400 4194304 9342243 548682068736 18446744073709551615 6968240 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11744 9850 685 1256 0 10483 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 46976

[startup+1662.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/66 5656
/proc/meminfo: memFree=1818600/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=46956 CPUtime=1661.85
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 510708 0 0 0 165726 459 0 0 25 0 1 0 182723189 48082944 9852 1992294400 4194304 9342243 548682068736 18446744073709551615 6040633 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11739 9852 685 1256 0 10478 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 46956

[startup+1722.3 s]
/proc/loadavg: 1.06 1.05 1.00 2/66 5656
/proc/meminfo: memFree=1818984/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=46916 CPUtime=1721.84
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 554310 0 0 0 171692 492 0 0 25 0 1 0 182723189 48041984 9819 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11729 9819 685 1256 0 10468 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 46916

[startup+1782.3 s]
/proc/loadavg: 1.13 1.07 1.01 2/66 5656
/proc/meminfo: memFree=1818280/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=46868 CPUtime=1781.81
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 587261 0 0 0 177663 518 0 0 25 0 1 0 182723189 47992832 9981 1992294400 4194304 9342243 548682068736 18446744073709551615 6960266 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11717 9981 685 1256 0 10456 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 46868

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

[startup+1785.5 s]
/proc/loadavg: 1.13 1.07 1.01 2/66 5656
/proc/meminfo: memFree=1818280/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=46868 CPUtime=1785.02
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 587262 0 0 0 177983 519 0 0 25 0 1 0 182723189 47992832 9982 1992294400 4194304 9342243 548682068736 18446744073709551615 6957827 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11717 9982 685 1256 0 10456 0
Current children cumulated CPU time (s) 1785.02
Current children cumulated vsize (KiB) 46868

[startup+1791.91 s]
/proc/loadavg: 1.11 1.06 1.00 2/66 5656
/proc/meminfo: memFree=1818216/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=46868 CPUtime=1791.42
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 587268 0 0 0 178622 520 0 0 25 0 1 0 182723189 47992832 9988 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11717 9988 685 1256 0 10456 0
Current children cumulated CPU time (s) 1791.42
Current children cumulated vsize (KiB) 46868

[startup+1795.1 s]
/proc/loadavg: 1.11 1.06 1.00 2/66 5656
/proc/meminfo: memFree=1818216/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=46868 CPUtime=1794.62
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 587269 0 0 0 178942 520 0 0 25 0 1 0 182723189 47992832 9989 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11717 9989 685 1256 0 10456 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (KiB) 46868

[startup+1795.9 s]
/proc/loadavg: 1.11 1.06 1.00 2/66 5656
/proc/meminfo: memFree=1818216/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=46868 CPUtime=1795.42
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 587271 0 0 0 179022 520 0 0 25 0 1 0 182723189 47992832 9991 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11717 9991 685 1256 0 10456 0
Current children cumulated CPU time (s) 1795.42
Current children cumulated vsize (KiB) 46868

[startup+1796.31 s]
/proc/loadavg: 1.10 1.06 1.00 2/66 5656
/proc/meminfo: memFree=1818216/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=46868 CPUtime=1795.82
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 587271 0 0 0 179062 520 0 0 25 0 1 0 182723189 47992832 9991 1992294400 4194304 9342243 548682068736 18446744073709551615 6040560 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11717 9991 685 1256 0 10456 0
Current children cumulated CPU time (s) 1795.82
Current children cumulated vsize (KiB) 46868

[startup+1796.7 s]
/proc/loadavg: 1.10 1.06 1.00 2/66 5656
/proc/meminfo: memFree=1818216/2055920 swapFree=4191900/4192956
[pid=5655] ppid=5653 vsize=46868 CPUtime=1796.21
/proc/5655/stat : 5655 (pbscip.linux.x8) R 5653 5655 5187 0 -1 4194304 587271 0 0 0 179101 520 0 0 25 0 1 0 182723189 47992832 9991 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5655/statm: 11717 9991 685 1256 0 10456 0
Current children cumulated CPU time (s) 1796.21
Current children cumulated vsize (KiB) 46868

Child status: 0
Real time (s): 1796.79
CPU time (s): 1796.32
CPU user time (s): 1791.11
CPU system time (s): 5.21121
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 54888

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

runsolver used 1.9987 second user time and 3.66744 second system time

The end

Launcher Data

Begin job on node32 at 2009-06-16 13:20:38
IDJOB=1868941
IDBENCH=2075
IDSOLVER=684
FILE ID=node32/1868941-1245151237
PBS_JOBID= 9363759
Free space on /tmp= 66344 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-f1000.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-1868941-1245151237/watcher-1868941-1245151237 -o /tmp/evaluation-result-1868941-1245151237/solver-1868941-1245151237 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868941-1245151237.opb

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

MD5SUM BENCH= 8fb889bdb08324a2b9780b5ff988846e
RANDOM SEED=1142900835

node32.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1856848 kB
Buffers:         36808 kB
Cached:          86284 kB
SwapCached:        260 kB
Active:          50316 kB
Inactive:        87148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1856848 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           11900 kB
Writeback:           0 kB
Mapped:          23780 kB
Slab:            47372 kB
Committed_AS:   159888 kB
PageTables:       1492 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= 66332 MiB
End job on node32 at 2009-06-16 13:50:34