Trace number 1715715

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
VARSAT-crafted 2009-03-22UNSAT 101.998 102.05

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-5-13-u.cnf
MD5SUM127968d7d14f3ab7655995f561e62ed8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.5733
Satisfiable
(Un)Satisfiability was proved
Number of variables178708
Number of clauses806681
Sum of the clauses size1842626
Maximum clause length10
Minimum clause length1
Number of clauses of size 115072
Number of clauses of size 2648853
Number of clauses of size 3108896
Number of clauses of size 43760
Number of clauses of size 515040
Number of clauses of size over 515060

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  178708                                               |
0.00/0.00	c |  Number of clauses:    806681                                               |
1.19/1.26	c |  Parsing time:         1.09         s                                       |
1.19/1.26	c |  Timeout:              43200 s
1.19/1.26	c |  Random Seed:          902872994.000000
1.19/1.26	c |  Heuristic:            EMBP-G, threshold 0.800                              |
1.19/1.26	c |  Branching Rule:       default (solution-guided)                            |
1.19/1.26	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
1.19/1.26	c |                                                                             |
4.38/4.43	c ============================[ Search Statistics ]==============================
4.38/4.43	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.38/4.43	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.38/4.43	c ===============================================================================
4.38/4.43	c |         0 |   53288   312648   815270 |   104216        0    nan |  0.000 % |
5.58/5.65	c |       101 |   52355   312648   815270 |   114637       79     21 | 47.754 % |
6.78/6.81	c |       251 |   50370   312648   815270 |   126101      211     30 | 59.252 % |
8.48/8.57	c |       477 |   50340   312648   815270 |   138711      435     27 | 59.357 % |
10.48/10.57	c |       814 |   50337   312648   815270 |   152582      770     40 | 59.402 % |
12.98/13.05	c |      1320 |   22306   103014   282897 |   167840     1154     49 | 59.409 % |
15.38/15.49	c |      2079 |   21590    98965   272787 |   184625     1832     51 | 59.803 % |
19.17/19.25	c |      3218 |   21582    98907   272648 |   203087     2969     52 | 59.808 % |
23.67/23.73	c |      4926 |   21579    98907   272648 |   223396     4674     49 | 59.823 % |
29.37/29.44	c |      7489 |   21543    98672   272024 |   245735     7235     50 | 59.832 % |
38.46/38.57	c |     11333 |   21520    98501   271590 |   270309    11073     50 | 59.842 % |
53.95/54.05	c |     17101 |   18130    79140   220205 |   297340    16714     48 | 61.739 % |
73.74/73.89	c |     25750 |   18094    78860   219507 |   327074    25345     45 | 61.759 % |
101.94/102.02	c ===============================================================================
101.94/102.02	c surveys--CPU time (sec)   : 14.7318        (14.48 % of total)
101.94/102.02	c surveys--attempted        : 64             (4 /sec)
101.94/102.02	c surveys--converged        : 64             (100.00 % successful)
101.94/102.02	c restarts              : 13
101.94/102.02	c conflicts             : 37612          (432 /sec)
101.94/102.02	c decisions             : 58455          (0.82 % random) (672 /sec)
101.94/102.02	c propagations          : 71572347       (822777 /sec)
101.94/102.02	c conflict literals     : 1473466        (43.96 % deleted)
101.94/102.02	c Memory used           : 151.75 MB
101.94/102.02	c Total CPU time (sec)      : 101.7205    
101.94/102.02	c 
101.94/102.02	s UNSATISFIABLE

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-1715715-1240606345/watcher-1715715-1240606345 -o /tmp/evaluation-result-1715715-1240606345/solver-1715715-1240606345 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=902872994 HOME/instance-1715715-1240606345.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: 2.00 1.73 0.94 3/64 13293
/proc/meminfo: memFree=1035208/2055920 swapFree=4192956/4192956
[pid=13293] ppid=13291 vsize=4948 CPUtime=0
/proc/13293/stat : 13293 (varsat-crafted_) R 13291 13293 13225 0 -1 4194304 775 0 0 0 0 0 0 0 18 0 1 0 88667333 5066752 760 1992294400 4194304 5102648 548682068768 18446744073709551615 4200548 0 0 4096 3 0 0 0 17 1 0 0
/proc/13293/statm: 1237 765 78 221 0 1013 0

[startup+0.0254969 s]
/proc/loadavg: 2.00 1.73 0.94 3/64 13293
/proc/meminfo: memFree=1035208/2055920 swapFree=4192956/4192956
[pid=13293] ppid=13291 vsize=14428 CPUtime=0.01
/proc/13293/stat : 13293 (varsat-crafted_) R 13291 13293 13225 0 -1 4194304 3378 0 0 0 0 1 0 0 18 0 1 0 88667333 14774272 3363 1992294400 4194304 5102648 548682068768 18446744073709551615 4245161 0 0 4096 3 0 0 0 17 1 0 0
/proc/13293/statm: 3607 3364 87 221 0 3383 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14428

[startup+0.101508 s]
/proc/loadavg: 2.00 1.73 0.94 3/64 13293
/proc/meminfo: memFree=1035208/2055920 swapFree=4192956/4192956
[pid=13293] ppid=13291 vsize=26204 CPUtime=0.09
/proc/13293/stat : 13293 (varsat-crafted_) R 13291 13293 13225 0 -1 4194304 6133 0 0 0 7 2 0 0 18 0 1 0 88667333 26832896 6118 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/13293/statm: 6551 6120 87 221 0 6327 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26204

[startup+0.301535 s]
/proc/loadavg: 2.00 1.73 0.94 3/64 13293
/proc/meminfo: memFree=1035208/2055920 swapFree=4192956/4192956
[pid=13293] ppid=13291 vsize=65420 CPUtime=0.29
/proc/13293/stat : 13293 (varsat-crafted_) R 13291 13293 13225 0 -1 4194304 14557 0 0 0 23 6 0 0 19 0 1 0 88667333 66990080 14542 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/13293/statm: 16355 14543 87 221 0 16131 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65420

[startup+0.701592 s]
/proc/loadavg: 2.00 1.73 0.94 3/64 13293
/proc/meminfo: memFree=1035208/2055920 swapFree=4192956/4192956
[pid=13293] ppid=13291 vsize=96264 CPUtime=0.69
/proc/13293/stat : 13293 (varsat-crafted_) R 13291 13293 13225 0 -1 4194304 22245 0 0 0 58 11 0 0 23 0 1 0 88667333 98574336 22230 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/13293/statm: 24066 22230 87 221 0 23842 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96264

[startup+1.50171 s]
/proc/loadavg: 1.92 1.72 0.94 2/65 13294
/proc/meminfo: memFree=921664/2055920 swapFree=4192956/4192956
[pid=13293] ppid=13291 vsize=141888 CPUtime=1.49
/proc/13293/stat : 13293 (varsat-crafted_) R 13291 13293 13225 0 -1 4194304 33265 0 0 0 132 17 0 0 25 0 1 0 88667333 145293312 33250 1992294400 4194304 5102648 548682068768 18446744073709551615 4272888 0 0 4096 3 0 0 0 17 1 0 0
/proc/13293/statm: 35472 33250 99 221 0 35248 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 141888

[startup+3.10195 s]
/proc/loadavg: 1.92 1.72 0.94 2/65 13294
/proc/meminfo: memFree=896384/2055920 swapFree=4192956/4192956
[pid=13293] ppid=13291 vsize=167360 CPUtime=3.08
/proc/13293/stat : 13293 (varsat-crafted_) R 13291 13293 13225 0 -1 4194304 39624 0 0 0 287 21 0 0 25 0 1 0 88667333 171376640 39609 1992294400 4194304 5102648 548682068768 18446744073709551615 4282934 0 0 4096 3 0 0 0 17 0 0 0
/proc/13293/statm: 41840 39609 100 221 0 41616 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 167360

[startup+6.3014 s]
/proc/loadavg: 1.85 1.71 0.94 2/65 13294
/proc/meminfo: memFree=885504/2055920 swapFree=4192956/4192956
[pid=13293] ppid=13291 vsize=154140 CPUtime=6.28
/proc/13293/stat : 13293 (varsat-crafted_) R 13291 13293 13225 0 -1 4194304 42457 0 0 0 604 24 0 0 25 0 1 0 88667333 157839360 37404 1992294400 4194304 5102648 548682068768 18446744073709551615 4213780 0 0 4096 3 0 0 0 17 1 0 0
/proc/13293/statm: 38535 37404 105 221 0 38311 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 154140

[startup+12.7013 s]
/proc/loadavg: 1.78 1.69 0.94 2/65 13294
/proc/meminfo: memFree=885504/2055920 swapFree=4192956/4192956
[pid=13293] ppid=13291 vsize=154140 CPUtime=12.68
/proc/13293/stat : 13293 (varsat-crafted_) R 13291 13293 13225 0 -1 4194304 42478 0 0 0 1244 24 0 0 25 0 1 0 88667333 157839360 37425 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13293/statm: 38535 37425 115 221 0 38311 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 154140

[startup+25.5012 s]
/proc/loadavg: 1.66 1.67 0.94 2/65 13294
/proc/meminfo: memFree=885504/2055920 swapFree=4192956/4192956
[pid=13293] ppid=13291 vsize=154140 CPUtime=25.47
/proc/13293/stat : 13293 (varsat-crafted_) R 13291 13293 13225 0 -1 4194304 42478 0 0 0 2523 24 0 0 25 0 1 0 88667333 157839360 37425 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/13293/statm: 38535 37425 115 221 0 38311 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 154140

[startup+51.1019 s]
/proc/loadavg: 1.40 1.61 0.94 2/65 13294
/proc/meminfo: memFree=885568/2055920 swapFree=4192956/4192956
[pid=13293] ppid=13291 vsize=154376 CPUtime=51.05
/proc/13293/stat : 13293 (varsat-crafted_) R 13291 13293 13225 0 -1 4194304 42491 0 0 0 5081 24 0 0 25 0 1 0 88667333 158081024 37438 1992294400 4194304 5102648 548682068768 18446744073709551615 4249699 0 0 4096 3 0 0 0 17 1 0 0
/proc/13293/statm: 38594 37438 115 221 0 38370 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 154376

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

[startup+76.7015 s]
/proc/loadavg: 1.26 1.56 0.94 2/65 13294
/proc/meminfo: memFree=885056/2055920 swapFree=4192956/4192956
[pid=13293] ppid=13291 vsize=154780 CPUtime=76.64
/proc/13293/stat : 13293 (varsat-crafted_) R 13291 13293 13225 0 -1 4194304 42614 0 0 0 7640 24 0 0 25 0 1 0 88667333 158494720 37561 1992294400 4194304 5102648 548682068768 18446744073709551615 4244331 0 0 4096 3 0 0 0 17 1 0 0
/proc/13293/statm: 38695 37561 115 221 0 38471 0
Current children cumulated CPU time (s) 76.64
Current children cumulated vsize (KiB) 154780

[startup+89.5014 s]
/proc/loadavg: 1.22 1.54 0.94 2/65 13294
/proc/meminfo: memFree=884672/2055920 swapFree=4192956/4192956
[pid=13293] ppid=13291 vsize=155384 CPUtime=89.45
/proc/13293/stat : 13293 (varsat-crafted_) R 13291 13293 13225 0 -1 4194304 42708 0 0 0 8920 25 0 0 25 0 1 0 88667333 159113216 37655 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/13293/statm: 38846 37655 115 221 0 38622 0
Current children cumulated CPU time (s) 89.45
Current children cumulated vsize (KiB) 155384

[startup+95.9013 s]
/proc/loadavg: 1.19 1.52 0.94 2/65 13294
/proc/meminfo: memFree=884672/2055920 swapFree=4192956/4192956
[pid=13293] ppid=13291 vsize=155384 CPUtime=95.84
/proc/13293/stat : 13293 (varsat-crafted_) R 13291 13293 13225 0 -1 4194304 42708 0 0 0 9559 25 0 0 25 0 1 0 88667333 159113216 37655 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13293/statm: 38846 37655 115 221 0 38622 0
Current children cumulated CPU time (s) 95.84
Current children cumulated vsize (KiB) 155384

[startup+99.1018 s]
/proc/loadavg: 1.19 1.52 0.94 2/65 13294
/proc/meminfo: memFree=884672/2055920 swapFree=4192956/4192956
[pid=13293] ppid=13291 vsize=155384 CPUtime=99.04
/proc/13293/stat : 13293 (varsat-crafted_) R 13291 13293 13225 0 -1 4194304 42708 0 0 0 9879 25 0 0 25 0 1 0 88667333 159113216 37655 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13293/statm: 38846 37655 115 221 0 38622 0
Current children cumulated CPU time (s) 99.04
Current children cumulated vsize (KiB) 155384

[startup+100.702 s]
/proc/loadavg: 1.19 1.52 0.94 2/65 13294
/proc/meminfo: memFree=884672/2055920 swapFree=4192956/4192956
[pid=13293] ppid=13291 vsize=155384 CPUtime=100.64
/proc/13293/stat : 13293 (varsat-crafted_) R 13291 13293 13225 0 -1 4194304 42708 0 0 0 10039 25 0 0 25 0 1 0 88667333 159113216 37655 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13293/statm: 38846 37655 115 221 0 38622 0
Current children cumulated CPU time (s) 100.64
Current children cumulated vsize (KiB) 155384

[startup+101.501 s]
/proc/loadavg: 1.17 1.51 0.94 2/65 13294
/proc/meminfo: memFree=884672/2055920 swapFree=4192956/4192956
[pid=13293] ppid=13291 vsize=155384 CPUtime=101.44
/proc/13293/stat : 13293 (varsat-crafted_) R 13291 13293 13225 0 -1 4194304 42708 0 0 0 10119 25 0 0 25 0 1 0 88667333 159113216 37655 1992294400 4194304 5102648 548682068768 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/13293/statm: 38846 37655 115 221 0 38622 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 155384

[startup+101.901 s]
/proc/loadavg: 1.17 1.51 0.94 2/65 13294
/proc/meminfo: memFree=884672/2055920 swapFree=4192956/4192956
[pid=13293] ppid=13291 vsize=155384 CPUtime=101.84
/proc/13293/stat : 13293 (varsat-crafted_) R 13291 13293 13225 0 -1 4194304 42708 0 0 0 10159 25 0 0 25 0 1 0 88667333 159113216 37655 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/13293/statm: 38846 37655 115 221 0 38622 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 155384

[startup+102.001 s]
/proc/loadavg: 1.17 1.51 0.94 2/65 13294
/proc/meminfo: memFree=884672/2055920 swapFree=4192956/4192956
[pid=13293] ppid=13291 vsize=155384 CPUtime=101.94
/proc/13293/stat : 13293 (varsat-crafted_) R 13291 13293 13225 0 -1 4194304 42708 0 0 0 10169 25 0 0 25 0 1 0 88667333 159113216 37655 1992294400 4194304 5102648 548682068768 18446744073709551615 4254119 0 0 4096 3 0 0 0 17 1 0 0
/proc/13293/statm: 38846 37655 115 221 0 38622 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 155384

Child status: 20
Real time (s): 102.05
CPU time (s): 101.998
CPU user time (s): 101.721
CPU system time (s): 0.277957
CPU usage (%): 99.9491
Max. virtual memory (cumulated for all children) (KiB): 179312

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

runsolver used 0.077988 second user time and 0.222966 second system time

The end

Launcher Data

Begin job on node30 at 2009-04-24 22:52:26
IDJOB=1715715
IDBENCH=20347
IDSOLVER=537
FILE ID=node30/1715715-1240606345
PBS_JOBID= 9186284
Free space on /tmp= 66248 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-5-13-u.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1715715-1240606345/watcher-1715715-1240606345 -o /tmp/evaluation-result-1715715-1240606345/solver-1715715-1240606345 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=902872994 HOME/instance-1715715-1240606345.cnf

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

MD5SUM BENCH= 127968d7d14f3ab7655995f561e62ed8
RANDOM SEED=902872994

node30.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.265
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.265
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:       1035624 kB
Buffers:         94120 kB
Cached:         815584 kB
SwapCached:          0 kB
Active:         123756 kB
Inactive:       800340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1035624 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           15152 kB
Writeback:           0 kB
Mapped:          24164 kB
Slab:            82176 kB
Committed_AS:   342532 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= 66248 MiB
End job on node30 at 2009-04-24 22:54:08