Trace number 1730330

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.42948 3.43062

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.61375
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-1730330-1240758368.cnf
0.00/0.00	c found header 'p cnf 90300 179702'
0.29/0.38	c finished parsing
0.29/0.38	c
0.29/0.38	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.29/0.38	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.29/0.38	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.29/0.38	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.29/0.38	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.29/0.38	c --random=1 --spread=2000 --seed=0 --skip=25
0.29/0.38	c
0.29/0.38	c sizeof     vars[0] = 16   alignment = 0       1 MB
0.29/0.38	c sizeof     orgs[0] =  8   alignment = 0       1 MB
0.29/0.38	c sizeof     occs[0] =  8   alignment = 0       1 MB
0.29/0.38	c sizeof iirfs[0..1] =  8   alignment = 0       1 MB
0.29/0.38	c
0.29/0.38	c starting search after 0.4 seconds
0.29/0.38	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.29/3.35	c -    3.4     9808   37771      2     0  52527       0   1000    0.0   0   23
3.29/3.35	c -    3.4     9709   37742      2     0  52556       0   1000    0.0   0   23
3.29/3.35	c -    3.4     9309   37616      2     0  52682       0   1000    0.0   0   23
3.29/3.35	c -    3.4     9108   37561      2     0  52737       0   1000    0.0   0   23
3.29/3.35	c -    3.4     9007   37533      2     0  52765       0   1000    0.0   0   23
3.29/3.35	c -    3.4     9004   37532      2     0  52766       0   1000    0.0   0   23
3.29/3.35	c -    3.4     8908   37504      2     0  52794       0   1000    0.0   0   23
3.29/3.35	c -    3.4     8807   37475      2     0  52823       0   1000    0.0   0   23
3.29/3.36	c -    3.4     8705   37442      2     0  52856       0   1000    0.0   0   23
3.29/3.36	c -    3.4     8608   37414      2     0  52884       0   1000    0.0   0   23
3.29/3.36	c -    3.4     8406   37353      2     0  52945       0   1000    0.0   0   23
3.29/3.36	c -    3.4     8308   37319      2     0  52979       0   1000    0.0   0   23
3.29/3.36	c -    3.4     7808   37165      2     0  53133       0   1000    0.0   0   23
3.29/3.36	c -    3.4     7606   37099      2     0  53199       0   1000    0.0   0   23
3.29/3.36	c -    3.4     7509   37067      2     0  53231       0   1000    0.0   0   23
3.29/3.37	c -    3.4     7407   37035      2     0  53263       0   1000    0.0   0   23
3.29/3.37	c -    3.4     7307   37003      2     0  53295       0   1000    0.0   0   23
3.29/3.37	c -    3.4     7207   36973      2     0  53325       0   1000    0.0   0   23
3.29/3.37	c
3.29/3.37	c       original/binary      fixed     eliminated      learned       agility
3.29/3.37	c   seconds        variables     equivalent    conflicts       height       MB
3.29/3.37	c
3.29/3.37	c -    3.4     7204   36972      2     0  53326       0   1000    0.0   0   23
3.29/3.37	c -    3.4     7108   36944      2     0  53354       0   1000    0.0   0   23
3.29/3.37	c -    3.4     6707   36793      2     0  53505       0   1000    0.0   0   23
3.29/3.37	c -    3.4     6605   36759      2     0  53539       0   1000    0.0   0   23
3.29/3.37	c -    3.4     6208   36592      2     0  53706       0   1000    0.0   0   23
3.29/3.37	c -    3.4     6205   36591      2     0  53707       0   1000    0.0   0   23
3.29/3.38	c -    3.4     6106   36560      2     0  53738       0   1000    0.0   0   23
3.29/3.38	c -    3.4     5907   36500      2     0  53798       0   1000    0.0   0   23
3.29/3.38	c -    3.4     5806   36466      2     0  53832       0   1000    0.0   0   23
3.29/3.38	c -    3.4     5606   36401      2     0  53897       0   1000    0.0   0   23
3.29/3.38	c -    3.4     5505   36369      2     0  53929       0   1000    0.0   0   23
3.29/3.38	c -    3.4     5308   36310      2     0  53988       0   1000    0.0   0   23
3.29/3.38	c -    3.4     5211   36279      2     0  54019       0   1000    0.0   0   23
3.29/3.38	c -    3.4     5111   36247      2     0  54051       0   1000    0.0   0   23
3.29/3.38	c -    3.4     5009   36216      2     0  54082       0   1000    0.0   0   23
3.29/3.38	c -    3.4     4909   36187      2     0  54111       0   1000    0.0   0   23
3.29/3.38	c -    3.4     4809   36155      2     0  54143       0   1000    0.0   0   23
3.29/3.39	c -    3.4     4606   36094      2     0  54204       0   1000    0.0   0   22
3.29/3.39	c -    3.4     4309   35997      2     0  54301       0   1000    0.0   0   22
3.29/3.39	c
3.29/3.39	c       original/binary      fixed     eliminated      learned       agility
3.29/3.39	c   seconds        variables     equivalent    conflicts       height       MB
3.29/3.39	c
3.29/3.39	c -    3.4     4306   35996      2     0  54302       0   1000    0.0   0   22
3.29/3.39	c -    3.4     4210   35967      2     0  54331       0   1000    0.0   0   22
3.29/3.39	c -    3.4     4008   35904      2     0  54394       0   1000    0.0   0   22
3.29/3.39	c -    3.4     3809   35843      2     0  54455       0   1000    0.0   0   22
3.29/3.39	c -    3.4     3607   35783      2     0  54515       0   1000    0.0   0   22
3.29/3.39	c -    3.4     3506   35752      2     0  54546       0   1000    0.0   0   22
3.29/3.39	c -    3.4     3404   35721      2     0  54577       0   1000    0.0   0   22
3.29/3.39	c -    3.4     3307   35692      2     0  54606       0   1000    0.0   0   22
3.29/3.40	c -    3.4     3206   35658      2     0  54640       0   1000    0.0   0   22
3.29/3.40	c -    3.4     3106   35623      2     0  54675       0   1000    0.0   0   22
3.39/3.40	c -    3.4     3007   35593      2     0  54705       0   1000    0.0   0   22
3.39/3.40	c -    3.4     2908   35560      2     0  54738       0   1000    0.0   0   22
3.39/3.40	c -    3.4     2409   35403      2     0  54895       0   1000    0.0   0   22
3.39/3.40	c -    3.4     2308   35374      2     0  54924       0   1000    0.0   0   22
3.39/3.40	c -    3.4     2207   35340      2     0  54958       0   1000    0.0   0   22
3.39/3.40	c -    3.4     2108   35310      2     0  54988       0   1000    0.0   0   22
3.39/3.41	c -    3.4     1808   35206      2     0  55092       0   1000    0.0   0   22
3.39/3.41	c -    3.4     1707   35161      2     0  55137       0   1000    0.0   0   22
3.39/3.41	c -    3.4     1611   35128      2     0  55170       0   1000    0.0   0   22
3.39/3.41	c
3.39/3.41	c       original/binary      fixed     eliminated      learned       agility
3.39/3.41	c   seconds        variables     equivalent    conflicts       height       MB
3.39/3.41	c
3.39/3.41	c -    3.4     1410   35069      2     0  55229       0   1000    0.0   0   22
3.39/3.41	c -    3.4     1308   35032      2     0  55266       0   1000    0.0   0   22
3.39/3.41	c -    3.4     1010   34932      2     0  55366       0   1000    0.0   0   22
3.39/3.41	c -    3.4      710   34839      2     0  55459       0   1000    0.0   0   22
3.39/3.41	c -    3.4      707   34838      2     0  55460       0   1000    0.0   0   22
3.39/3.42	c -    3.4      610   34808      2     0  55490       0   1000    0.0   0   22
3.39/3.42	c -    3.4      607   34807      2     0  55491       0   1000    0.0   0   22
3.39/3.42	c -    3.4      408   34735      2     0  55563       0   1000    0.0   0   22
3.39/3.42	c -    3.4      206   34672      2     0  55626       0   1000    0.0   0   22
3.39/3.42	c -    3.4      105   34628      2     0  55670       0   1000    0.0   0   22
3.39/3.42	c s    3.4        7   34589      7     0  55704       0      0    0.0   0   22
3.39/3.42	c l    3.4        7   34589      7     0  55704       0   1000    0.0   0   22
3.39/3.42	c 0    3.4        7   34589      7     0  55704       1      0    0.0   0   22
3.39/3.42	c
3.39/3.42	s UNSATISFIABLE
3.39/3.42	c
3.39/3.42	c 1 conflicts, 0 decisions, 0 random
3.39/3.42	c 0 iterations, 0 restarts, 0 skipped
3.39/3.42	c 0 enlarged, 44745 shrunken, 0 rescored, 0 rebiased
3.39/3.42	c 1 simplifications, 0 reductions
3.39/3.42	c
3.39/3.42	c vars: 7 fixed, 0 equiv, 55704 elim, 0 merged
3.39/3.42	c elim: 270216 resolutions, 1 phases, 0 rounds
3.39/3.42	c sbst: 0% substituted, 0.0% nots, 0.0% ands, 0.0% xors, 0.0% ites
3.39/3.42	c arty: 0.00 and 0.00 xor average arity
3.39/3.42	c prbe: 180596 probed, 1 phases, 1 rounds
3.39/3.42	c prbe: 0 failed, 0 lifted, 0 merged
3.39/3.42	c sccs: 0 non trivial, 0 fixed, 0 merged
3.39/3.42	c hash: 2 units, 0 merged
3.39/3.42	c mins: 0 learned, 0% deleted, 0 strong, 0 depth
3.39/3.42	c subs: 0 forward, 121964 backward, 0 doms
3.39/3.42	c strs: 122162 forward, 12847 backward
3.39/3.42	c doms: 0 dominators, 0 high, 0 low
3.39/3.42	c prps: 181211 propagations, 0.05 megaprops
3.39/3.42	c
3.39/3.42	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-1730330-1240758368/watcher-1730330-1240758368 -o /tmp/evaluation-result-1730330-1240758368/solver-1730330-1240758368 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/precosat HOME/instance-1730330-1240758368.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 6002
/proc/meminfo: memFree=1823424/2055920 swapFree=4182052/4192956
[pid=6002] ppid=6000 vsize=4324 CPUtime=0
/proc/6002/stat : 6002 (precosat) R 6000 6002 5558 0 -1 4194304 803 0 0 0 0 0 0 0 18 0 1 0 103862954 4427776 788 1992294400 134512640 135151029 4294956224 18446744073709551615 134534335 0 0 4096 0 0 0 0 17 1 0 0
/proc/6002/statm: 1081 789 59 155 0 924 0

[startup+0.082048 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 6002
/proc/meminfo: memFree=1823424/2055920 swapFree=4182052/4192956
[pid=6002] ppid=6000 vsize=10932 CPUtime=0.07
/proc/6002/stat : 6002 (precosat) R 6000 6002 5558 0 -1 4194304 2613 0 0 0 6 1 0 0 18 0 1 0 103862954 11194368 2598 1992294400 134512640 135151029 4294956224 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/6002/statm: 2733 2599 64 155 0 2576 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10932

[startup+0.101049 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 6002
/proc/meminfo: memFree=1823424/2055920 swapFree=4182052/4192956
[pid=6002] ppid=6000 vsize=11724 CPUtime=0.09
/proc/6002/stat : 6002 (precosat) R 6000 6002 5558 0 -1 4194304 2805 0 0 0 8 1 0 0 18 0 1 0 103862954 12005376 2790 1992294400 134512640 135151029 4294956224 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0
/proc/6002/statm: 2931 2791 64 155 0 2774 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11724

[startup+0.301069 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 6002
/proc/meminfo: memFree=1823424/2055920 swapFree=4182052/4192956
[pid=6002] ppid=6000 vsize=18852 CPUtime=0.29
/proc/6002/stat : 6002 (precosat) R 6000 6002 5558 0 -1 4194304 4590 0 0 0 27 2 0 0 19 0 1 0 103862954 19304448 4575 1992294400 134512640 135151029 4294956224 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0
/proc/6002/statm: 4713 4576 64 155 0 4556 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18852

[startup+0.701108 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 6002
/proc/meminfo: memFree=1823424/2055920 swapFree=4182052/4192956
[pid=6002] ppid=6000 vsize=24980 CPUtime=0.69
/proc/6002/stat : 6002 (precosat) R 6000 6002 5558 0 -1 4194304 6073 0 0 0 67 2 0 0 22 0 1 0 103862954 25579520 6057 1992294400 134512640 135151029 4294956224 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/6002/statm: 6245 6057 79 155 0 6088 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24980

[startup+1.50119 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6003
/proc/meminfo: memFree=1799160/2055920 swapFree=4182052/4192956
[pid=6002] ppid=6000 vsize=28948 CPUtime=1.48
/proc/6002/stat : 6002 (precosat) R 6000 6002 5558 0 -1 4194304 7436 0 0 0 146 2 0 0 25 0 1 0 103862954 29642752 7067 1992294400 134512640 135151029 4294956224 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/6002/statm: 7237 7067 79 155 0 7080 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28948

[startup+3.10235 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6003
/proc/meminfo: memFree=1790968/2055920 swapFree=4182052/4192956
[pid=6002] ppid=6000 vsize=34532 CPUtime=3.09
/proc/6002/stat : 6002 (precosat) R 6000 6002 5558 0 -1 4194304 8693 0 0 0 306 3 0 0 25 0 1 0 103862954 35360768 8324 1992294400 134512640 135151029 4294956224 18446744073709551615 134520537 0 0 4096 17442 0 0 0 17 1 0 0
/proc/6002/statm: 8633 8324 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.30537 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6003
/proc/meminfo: memFree=1790200/2055920 swapFree=4182052/4192956
[pid=6002] ppid=6000 vsize=34532 CPUtime=3.29
/proc/6002/stat : 6002 (precosat) R 6000 6002 5558 0 -1 4194304 8723 0 0 0 326 3 0 0 25 0 1 0 103862954 35360768 8354 1992294400 134512640 135151029 4294956224 18446744073709551615 134563750 0 0 4096 17442 0 0 0 17 1 0 0
/proc/6002/statm: 8633 8354 79 155 0 8476 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 34532

[startup+3.40138 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 6003
/proc/meminfo: memFree=1790200/2055920 swapFree=4182052/4192956
[pid=6002] ppid=6000 vsize=34532 CPUtime=3.39
/proc/6002/stat : 6002 (precosat) R 6000 6002 5558 0 -1 4194304 8738 0 0 0 336 3 0 0 25 0 1 0 103862954 35360768 8369 1992294400 134512640 135151029 4294956224 18446744073709551615 134544059 0 0 4096 17442 0 0 0 17 1 0 0
/proc/6002/statm: 8633 8369 79 155 0 8476 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 34532

Child status: 20
Real time (s): 3.43062
CPU time (s): 3.42948
CPU user time (s): 3.38749
CPU system time (s): 0.041993
CPU usage (%): 99.9666
Max. virtual memory (cumulated for all children) (KiB): 34532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.38748
system time used= 0.041993
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= 6

runsolver used 0.002999 second user time and 0.015997 second system time

The end

Launcher Data

Begin job on node70 at 2009-04-26 17:06:09
IDJOB=1730330
IDBENCH=24728
IDSOLVER=507
FILE ID=node70/1730330-1240758368
PBS_JOBID= 9187089
Free space on /tmp= 66332 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-1730330-1240758368/watcher-1730330-1240758368 -o /tmp/evaluation-result-1730330-1240758368/solver-1730330-1240758368 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/precosat HOME/instance-1730330-1240758368.cnf

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

MD5SUM BENCH= 4c3b2816cb16b0fd4134bf2c85ce45d0
RANDOM SEED=1471391078

node70.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.213
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.213
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:       1823840 kB
Buffers:         25388 kB
Cached:         140952 kB
SwapCached:       5020 kB
Active:          33516 kB
Inactive:       141060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823840 kB
SwapTotal:     4192956 kB
SwapFree:      4182052 kB
Dirty:            5628 kB
Writeback:           0 kB
Mapped:          14460 kB
Slab:            43536 kB
Committed_AS:   359384 kB
PageTables:       1372 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= 66332 MiB
End job on node70 at 2009-04-26 17:06:13