Trace number 1783906

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 NameAnswerCPU timeWall clock time
precosat 236UNSAT 3.39948 3.40051

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
grid-pebbling-unsat-grid-pbl-0300.sat05-1350.sat05-1350.reshuffled-07.cnf
MD5SUM4c3b2816cb16b0fd4134bf2c85ce45d0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.87571
Satisfiable
(Un)Satisfiability was proved
Number of variables90300
Number of clauses179702
Sum of the clauses size718202
Maximum clause length4
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2300
Number of clauses of size 30
Number of clauses of size 4179400
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00	c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria.  All rights reserved.
0.00/0.00	c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00	c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00	c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00	c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00	c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00	c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00	c
0.00/0.00	c reading HOME/instance-1783906-1241898203.cnf
0.00/0.00	c found header 'p cnf 90300 179702'
0.29/0.39	c finished parsing
0.29/0.39	c
0.29/0.39	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.29/0.39	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.29/0.39	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.29/0.39	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.29/0.39	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.29/0.39	c --random=1 --spread=2000 --seed=0 --skip=25
0.29/0.39	c
0.29/0.39	c sizeof     vars[0] = 16   alignment = 0       1 MB
0.29/0.39	c sizeof     orgs[0] =  8   alignment = 0       1 MB
0.29/0.39	c sizeof     occs[0] =  8   alignment = 0       1 MB
0.29/0.39	c sizeof iirfs[0..1] =  8   alignment = 0       1 MB
0.29/0.39	c
0.29/0.39	c starting search after 0.4 seconds
0.29/0.39	c no decision limit
0.39/0.40	c
0.39/0.40	c       original/binary      fixed     eliminated      learned       agility
0.39/0.40	c   seconds        variables     equivalent    conflicts       height       MB
0.39/0.40	c
0.39/0.40	c *    0.4   179700   90298      2     0      0       0      0    0.0   0   18
3.30/3.32	c -    3.3     9808   37771      2     0  52527       0   1000    0.0   0   23
3.30/3.32	c -    3.3     9709   37742      2     0  52556       0   1000    0.0   0   23
3.30/3.32	c -    3.3     9309   37616      2     0  52682       0   1000    0.0   0   23
3.30/3.32	c -    3.3     9108   37561      2     0  52737       0   1000    0.0   0   23
3.30/3.32	c -    3.3     9007   37533      2     0  52765       0   1000    0.0   0   23
3.30/3.32	c -    3.3     9004   37532      2     0  52766       0   1000    0.0   0   23
3.30/3.32	c -    3.3     8908   37504      2     0  52794       0   1000    0.0   0   23
3.30/3.33	c -    3.3     8807   37475      2     0  52823       0   1000    0.0   0   23
3.30/3.33	c -    3.3     8705   37442      2     0  52856       0   1000    0.0   0   23
3.30/3.33	c -    3.3     8608   37414      2     0  52884       0   1000    0.0   0   23
3.30/3.33	c -    3.3     8406   37353      2     0  52945       0   1000    0.0   0   23
3.30/3.33	c -    3.3     8308   37319      2     0  52979       0   1000    0.0   0   23
3.30/3.33	c -    3.3     7808   37165      2     0  53133       0   1000    0.0   0   23
3.30/3.33	c -    3.3     7606   37099      2     0  53199       0   1000    0.0   0   23
3.30/3.34	c -    3.3     7509   37067      2     0  53231       0   1000    0.0   0   23
3.30/3.34	c -    3.3     7407   37035      2     0  53263       0   1000    0.0   0   23
3.30/3.34	c -    3.3     7307   37003      2     0  53295       0   1000    0.0   0   23
3.30/3.34	c -    3.3     7207   36973      2     0  53325       0   1000    0.0   0   23
3.30/3.34	c
3.30/3.34	c       original/binary      fixed     eliminated      learned       agility
3.30/3.34	c   seconds        variables     equivalent    conflicts       height       MB
3.30/3.34	c
3.30/3.34	c -    3.3     7204   36972      2     0  53326       0   1000    0.0   0   23
3.30/3.34	c -    3.3     7108   36944      2     0  53354       0   1000    0.0   0   23
3.30/3.34	c -    3.3     6707   36793      2     0  53505       0   1000    0.0   0   23
3.30/3.34	c -    3.3     6605   36759      2     0  53539       0   1000    0.0   0   23
3.30/3.35	c -    3.3     6208   36592      2     0  53706       0   1000    0.0   0   23
3.30/3.35	c -    3.3     6205   36591      2     0  53707       0   1000    0.0   0   23
3.30/3.35	c -    3.3     6106   36560      2     0  53738       0   1000    0.0   0   23
3.30/3.35	c -    3.4     5907   36500      2     0  53798       0   1000    0.0   0   23
3.30/3.35	c -    3.4     5806   36466      2     0  53832       0   1000    0.0   0   23
3.30/3.35	c -    3.4     5606   36401      2     0  53897       0   1000    0.0   0   23
3.30/3.35	c -    3.4     5505   36369      2     0  53929       0   1000    0.0   0   23
3.30/3.35	c -    3.4     5308   36310      2     0  53988       0   1000    0.0   0   23
3.30/3.35	c -    3.4     5211   36279      2     0  54019       0   1000    0.0   0   23
3.30/3.35	c -    3.4     5111   36247      2     0  54051       0   1000    0.0   0   23
3.30/3.35	c -    3.4     5009   36216      2     0  54082       0   1000    0.0   0   23
3.30/3.35	c -    3.4     4909   36187      2     0  54111       0   1000    0.0   0   23
3.30/3.35	c -    3.4     4809   36155      2     0  54143       0   1000    0.0   0   23
3.30/3.36	c -    3.4     4606   36094      2     0  54204       0   1000    0.0   0   22
3.30/3.36	c -    3.4     4309   35997      2     0  54301       0   1000    0.0   0   22
3.30/3.36	c
3.30/3.36	c       original/binary      fixed     eliminated      learned       agility
3.30/3.36	c   seconds        variables     equivalent    conflicts       height       MB
3.30/3.36	c
3.30/3.36	c -    3.4     4306   35996      2     0  54302       0   1000    0.0   0   22
3.30/3.36	c -    3.4     4210   35967      2     0  54331       0   1000    0.0   0   22
3.30/3.36	c -    3.4     4008   35904      2     0  54394       0   1000    0.0   0   22
3.30/3.36	c -    3.4     3809   35843      2     0  54455       0   1000    0.0   0   22
3.30/3.36	c -    3.4     3607   35783      2     0  54515       0   1000    0.0   0   22
3.30/3.36	c -    3.4     3506   35752      2     0  54546       0   1000    0.0   0   22
3.30/3.36	c -    3.4     3404   35721      2     0  54577       0   1000    0.0   0   22
3.30/3.37	c -    3.4     3307   35692      2     0  54606       0   1000    0.0   0   22
3.30/3.37	c -    3.4     3206   35658      2     0  54640       0   1000    0.0   0   22
3.30/3.37	c -    3.4     3106   35623      2     0  54675       0   1000    0.0   0   22
3.30/3.37	c -    3.4     3007   35593      2     0  54705       0   1000    0.0   0   22
3.30/3.37	c -    3.4     2908   35560      2     0  54738       0   1000    0.0   0   22
3.30/3.37	c -    3.4     2409   35403      2     0  54895       0   1000    0.0   0   22
3.30/3.37	c -    3.4     2308   35374      2     0  54924       0   1000    0.0   0   22
3.30/3.37	c -    3.4     2207   35340      2     0  54958       0   1000    0.0   0   22
3.30/3.37	c -    3.4     2108   35310      2     0  54988       0   1000    0.0   0   22
3.30/3.38	c -    3.4     1808   35206      2     0  55092       0   1000    0.0   0   22
3.30/3.38	c -    3.4     1707   35161      2     0  55137       0   1000    0.0   0   22
3.30/3.38	c -    3.4     1611   35128      2     0  55170       0   1000    0.0   0   22
3.30/3.38	c
3.30/3.38	c       original/binary      fixed     eliminated      learned       agility
3.30/3.38	c   seconds        variables     equivalent    conflicts       height       MB
3.30/3.38	c
3.30/3.38	c -    3.4     1410   35069      2     0  55229       0   1000    0.0   0   22
3.30/3.38	c -    3.4     1308   35032      2     0  55266       0   1000    0.0   0   22
3.30/3.38	c -    3.4     1010   34932      2     0  55366       0   1000    0.0   0   22
3.30/3.38	c -    3.4      710   34839      2     0  55459       0   1000    0.0   0   22
3.30/3.38	c -    3.4      707   34838      2     0  55460       0   1000    0.0   0   22
3.30/3.39	c -    3.4      610   34808      2     0  55490       0   1000    0.0   0   22
3.30/3.39	c -    3.4      607   34807      2     0  55491       0   1000    0.0   0   22
3.30/3.39	c -    3.4      408   34735      2     0  55563       0   1000    0.0   0   22
3.30/3.39	c -    3.4      206   34672      2     0  55626       0   1000    0.0   0   22
3.30/3.39	c -    3.4      105   34628      2     0  55670       0   1000    0.0   0   22
3.30/3.39	c s    3.4        7   34589      7     0  55704       0      0    0.0   0   22
3.30/3.39	c l    3.4        7   34589      7     0  55704       0   1000    0.0   0   22
3.30/3.39	c 0    3.4        7   34589      7     0  55704       1      0    0.0   0   22
3.30/3.39	c
3.30/3.39	s UNSATISFIABLE
3.30/3.39	c
3.30/3.39	c 1 conflicts, 0 decisions, 0 random
3.30/3.39	c 0 iterations, 0 restarts, 0 skipped
3.30/3.39	c 0 enlarged, 44745 shrunken, 0 rescored, 0 rebiased
3.30/3.39	c 1 simplifications, 0 reductions
3.30/3.39	c
3.30/3.39	c vars: 7 fixed, 0 equiv, 55704 elim, 0 merged
3.30/3.39	c elim: 270216 resolutions, 1 phases, 0 rounds
3.30/3.39	c sbst: 0% substituted, 0.0% nots, 0.0% ands, 0.0% xors, 0.0% ites
3.30/3.39	c arty: 0.00 and 0.00 xor average arity
3.30/3.39	c prbe: 180596 probed, 1 phases, 1 rounds
3.30/3.39	c prbe: 0 failed, 0 lifted, 0 merged
3.30/3.39	c sccs: 0 non trivial, 0 fixed, 0 merged
3.30/3.39	c hash: 2 units, 0 merged
3.30/3.39	c mins: 0 learned, 0% deleted, 0 strong, 0 depth
3.30/3.39	c subs: 0 forward, 121964 backward, 0 doms
3.30/3.39	c strs: 122162 forward, 12847 backward
3.30/3.39	c doms: 0 dominators, 0 high, 0 low
3.30/3.39	c prps: 181211 propagations, 0.05 megaprops
3.30/3.39	c
3.30/3.39	c 3.4 seconds, 26 MB max, 15 MB recycled

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1783906-1241898203/watcher-1783906-1241898203 -o /tmp/evaluation-result-1783906-1241898203/solver-1783906-1241898203 -C 5000 -W 6000 -M 1800 HOME/precosat HOME/instance-1783906-1241898203.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 31357
/proc/meminfo: memFree=1697376/2055920 swapFree=4181940/4192956
[pid=31357] ppid=31355 vsize=4324 CPUtime=0
/proc/31357/stat : 31357 (precosat) R 31355 31357 31222 0 -1 4194304 803 0 0 0 0 0 0 0 18 0 1 0 217847624 4427776 788 1992294400 134512640 135151029 4294956240 18446744073709551615 134534335 0 0 4096 0 0 0 0 17 1 0 0
/proc/31357/statm: 1081 788 59 155 0 924 0

[startup+0.102463 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 31357
/proc/meminfo: memFree=1697376/2055920 swapFree=4181940/4192956
[pid=31357] ppid=31355 vsize=11724 CPUtime=0.09
/proc/31357/stat : 31357 (precosat) R 31355 31357 31222 0 -1 4194304 2814 0 0 0 9 0 0 0 18 0 1 0 217847624 12005376 2799 1992294400 134512640 135151029 4294956240 18446744073709551615 134849694 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31357/statm: 2964 2800 64 155 0 2807 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11724

[startup+0.20147 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 31357
/proc/meminfo: memFree=1697376/2055920 swapFree=4181940/4192956
[pid=31357] ppid=31355 vsize=15420 CPUtime=0.19
/proc/31357/stat : 31357 (precosat) R 31355 31357 31222 0 -1 4194304 3720 0 0 0 18 1 0 0 19 0 1 0 217847624 15790080 3705 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31357/statm: 3855 3706 64 155 0 3698 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15420

[startup+0.301479 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 31357
/proc/meminfo: memFree=1697376/2055920 swapFree=4181940/4192956
[pid=31357] ppid=31355 vsize=18852 CPUtime=0.29
/proc/31357/stat : 31357 (precosat) R 31355 31357 31222 0 -1 4194304 4575 0 0 0 28 1 0 0 19 0 1 0 217847624 19304448 4560 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31357/statm: 4713 4560 64 155 0 4556 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18852

[startup+0.701515 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 31357
/proc/meminfo: memFree=1697376/2055920 swapFree=4181940/4192956
[pid=31357] ppid=31355 vsize=24848 CPUtime=0.69
/proc/31357/stat : 31357 (precosat) R 31355 31357 31222 0 -1 4194304 6071 0 0 0 67 2 0 0 24 0 1 0 217847624 25444352 6055 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31357/statm: 6212 6055 79 155 0 6055 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24848

[startup+1.50159 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31358
/proc/meminfo: memFree=1673176/2055920 swapFree=4181940/4192956
[pid=31357] ppid=31355 vsize=29080 CPUtime=1.49
/proc/31357/stat : 31357 (precosat) R 31355 31357 31222 0 -1 4194304 7476 0 0 0 146 3 0 0 25 0 1 0 217847624 29777920 7107 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31357/statm: 7270 7107 79 155 0 7113 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29080

[startup+3.10173 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31358
/proc/meminfo: memFree=1664728/2055920 swapFree=4181940/4192956
[pid=31357] ppid=31355 vsize=34532 CPUtime=3.09
/proc/31357/stat : 31357 (precosat) R 31355 31357 31222 0 -1 4194304 8697 0 0 0 305 4 0 0 25 0 1 0 217847624 35360768 8328 1992294400 134512640 135151029 4294956240 18446744073709551615 134573909 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31357/statm: 8633 8328 79 155 0 8476 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34532

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

[startup+3.20274 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31358
/proc/meminfo: memFree=1664728/2055920 swapFree=4181940/4192956
[pid=31357] ppid=31355 vsize=34532 CPUtime=3.19
/proc/31357/stat : 31357 (precosat) R 31355 31357 31222 0 -1 4194304 8712 0 0 0 315 4 0 0 25 0 1 0 217847624 35360768 8343 1992294400 134512640 135151029 4294956240 18446744073709551615 134579043 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31357/statm: 8633 8343 79 155 0 8476 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 34532

[startup+3.30174 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31358
/proc/meminfo: memFree=1664024/2055920 swapFree=4181940/4192956
[pid=31357] ppid=31355 vsize=34532 CPUtime=3.3
/proc/31357/stat : 31357 (precosat) R 31355 31357 31222 0 -1 4194304 8728 0 0 0 326 4 0 0 25 0 1 0 217847624 35360768 8359 1992294400 134512640 135151029 4294956240 18446744073709551615 134572573 0 0 4096 17442 0 0 0 17 1 0 0
/proc/31357/statm: 8633 8359 79 155 0 8476 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 34532

Child status: 20
Real time (s): 3.40051
CPU time (s): 3.39948
CPU user time (s): 3.34849
CPU system time (s): 0.050992
CPU usage (%): 99.9696
Max. virtual memory (cumulated for all children) (KiB): 34532

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

runsolver used 0.004999 second user time and 0.020996 second system time

The end

Launcher Data

Begin job on node58 at 2009-05-09 21:43:24
IDJOB=1783906
IDBENCH=24728
IDSOLVER=607
FILE ID=node58/1783906-1241898203
PBS_JOBID= 9264757
Free space on /tmp= 66132 MiB

SOLVER NAME= precosat 236
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/grid-pebbling-unsat-grid-pbl-0300.sat05-1350.sat05-1350.reshuffled-07.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783906-1241898203/watcher-1783906-1241898203 -o /tmp/evaluation-result-1783906-1241898203/solver-1783906-1241898203 -C 5000 -W 6000 -M 1800  HOME/precosat HOME/instance-1783906-1241898203.cnf

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

MD5SUM BENCH= 4c3b2816cb16b0fd4134bf2c85ce45d0
RANDOM SEED=1847259759

node58.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.233
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.233
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:       1697856 kB
Buffers:         37764 kB
Cached:         255956 kB
SwapCached:       4936 kB
Active:          83848 kB
Inactive:       218456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697856 kB
SwapTotal:     4192956 kB
SwapFree:      4181940 kB
Dirty:            5536 kB
Writeback:           0 kB
Mapped:          14708 kB
Slab:            41804 kB
Committed_AS:   671788 kB
PageTables:       1356 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= 66132 MiB
End job on node58 at 2009-05-09 21:43:27