Trace number 421999

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, and are wall clock time (not CPU 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
minisat SAT 2007UNSAT 124.636 124.671

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-22.cnf
MD5SUM3b3198fba6db1661781a1aa668754f11
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark83.0864
Satisfiable
(Un)Satisfiability was proved
Number of variables15589
Number of clauses54263
Sum of the clauses size140423
Maximum clause length96
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 226004
Number of clauses of size 325780
Number of clauses of size 42100
Number of clauses of size 5198
Number of clauses of size over 5180

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  15589                                                |
0.00/0.00	c |  Number of clauses:    54263                                                |
0.00/0.06	c |  Parsing time:         0.05         s                                       |
0.19/0.30	c ============================[ Search Statistics ]==============================
0.19/0.30	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.30	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.30	c ===============================================================================
0.19/0.30	c |         0 |    4046    22190    73995 |     7396        0    nan |  0.000 % |
0.29/0.31	c |       100 |    4046    22190    73995 |     8136      100     41 | 17.185 % |
0.29/0.34	c |       251 |    4046    22190    73995 |     8949      251     40 | 17.185 % |
0.29/0.39	c |       476 |    4046    22190    73995 |     9844      476     61 | 17.185 % |
0.39/0.44	c |       813 |    4046    22190    73995 |    10829      813     55 | 17.185 % |
0.49/0.51	c |      1319 |    4046    22190    73995 |    11912     1319     58 | 17.185 % |
0.59/0.61	c |      2078 |    4046    22190    73995 |    13103     2078     60 | 17.185 % |
0.79/0.81	c |      3218 |    4045    21962    73464 |    14414     3214     59 | 17.192 % |
1.10/1.11	c |      4926 |    4045    21962    73464 |    15855     4922     61 | 17.192 % |
1.59/1.60	c |      7488 |    4045    21962    73464 |    17440     7484     63 | 17.192 % |
2.49/2.58	c |     11332 |    4045    21962    73464 |    19185    11328     61 | 17.192 % |
4.19/4.24	c |     17098 |    4045    21962    73464 |    21103    17094     58 | 17.192 % |
7.29/7.32	c |     25747 |    4045    21962    73464 |    23213    25743     56 | 17.192 % |
12.28/12.37	c |     38722 |    4045    21962    73464 |    25535    24386     52 | 17.192 % |
21.08/21.11	c |     58183 |    4045    21962    73464 |    28088    15012     44 | 17.192 % |
32.08/32.19	c |     87375 |    4045    21962    73464 |    30897    27010     54 | 17.192 % |
53.27/53.40	c |    131166 |    4045    21962    73464 |    33987    31513     44 | 17.192 % |
87.26/87.35	c |    196851 |    4044    21938    73416 |    37386    23729     44 | 17.198 % |
124.56/124.66	c ===============================================================================
124.56/124.66	c restarts              : 18
124.56/124.66	c conflicts             : 269949         (2167 /sec)
124.56/124.66	c decisions             : 323207         (0.74 % random) (2594 /sec)
124.56/124.66	c propagations          : 38555257       (309454 /sec)
124.56/124.66	c conflict literals     : 13434684       (51.31 % deleted)
124.56/124.66	c Memory used           : 17.64 MB
124.56/124.66	c CPU time              : 124.591 s
124.56/124.66	c 
124.56/124.66	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node74/watcher-421999-1177542124 -o ROOT/results/node74/solver-421999-1177542124 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/421999-1177542124/minisat_noassertions /tmp/evaluation/421999-1177542124/instance-421999-1177542124.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.13 0.07 0.02 3/66 27309
/proc/meminfo: memFree=1850696/2055920 swapFree=4183092/4192956
[pid=27309] ppid=27307 vsize=2476 CPUtime=0
/proc/27309/stat : 27309 (minisat_noasser) R 27307 27309 27017 0 -1 4194304 505 0 0 0 0 0 0 0 18 0 1 0 202127172 2535424 491 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134549230 0 0 4096 3 0 0 0 17 1 0 0
/proc/27309/statm: 619 491 49 130 0 486 0

[startup+0.068106 s]
/proc/loadavg: 0.13 0.07 0.02 3/66 27309
/proc/meminfo: memFree=1850696/2055920 swapFree=4183092/4192956
[pid=27309] ppid=27307 vsize=6660 CPUtime=0.05
/proc/27309/stat : 27309 (minisat_noasser) R 27307 27309 27017 0 -1 4194304 1481 0 0 0 5 0 0 0 18 0 1 0 202127172 6819840 1450 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529398 0 0 4096 3 0 0 0 17 1 0 0
/proc/27309/statm: 1665 1450 62 130 0 1532 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6660

[startup+0.101108 s]
/proc/loadavg: 0.13 0.07 0.02 3/66 27309
/proc/meminfo: memFree=1850696/2055920 swapFree=4183092/4192956
[pid=27309] ppid=27307 vsize=7572 CPUtime=0.09
/proc/27309/stat : 27309 (minisat_noasser) R 27307 27309 27017 0 -1 4194304 1703 0 0 0 9 0 0 0 18 0 1 0 202127172 7753728 1672 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/27309/statm: 1893 1672 62 130 0 1760 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7572

[startup+0.30113 s]
/proc/loadavg: 0.13 0.07 0.02 3/66 27309
/proc/meminfo: memFree=1850696/2055920 swapFree=4183092/4192956
[pid=27309] ppid=27307 vsize=10164 CPUtime=0.29
/proc/27309/stat : 27309 (minisat_noasser) R 27307 27309 27017 0 -1 4194304 2575 0 0 0 28 1 0 0 19 0 1 0 202127172 10407936 2334 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134682478 0 0 4096 3 0 0 0 17 1 0 0
/proc/27309/statm: 2541 2334 63 130 0 2408 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10164

[startup+0.701177 s]
/proc/loadavg: 0.13 0.07 0.02 3/66 27309
/proc/meminfo: memFree=1850696/2055920 swapFree=4183092/4192956
[pid=27309] ppid=27307 vsize=10164 CPUtime=0.69
/proc/27309/stat : 27309 (minisat_noasser) R 27307 27309 27017 0 -1 4194304 2579 0 0 0 68 1 0 0 22 0 1 0 202127172 10407936 2338 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 1 0 0
/proc/27309/statm: 2541 2338 67 130 0 2408 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10164

[startup+1.50127 s]
/proc/loadavg: 0.20 0.09 0.03 2/67 27310
/proc/meminfo: memFree=1841408/2055920 swapFree=4183092/4192956
[pid=27309] ppid=27307 vsize=10956 CPUtime=1.49
/proc/27309/stat : 27309 (minisat_noasser) R 27307 27309 27017 0 -1 4194304 2770 0 0 0 148 1 0 0 25 0 1 0 202127172 11218944 2529 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 1 0 0
/proc/27309/statm: 2739 2529 67 130 0 2606 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10956

[startup+3.10145 s]
/proc/loadavg: 0.20 0.09 0.03 2/67 27310
/proc/meminfo: memFree=1840128/2055920 swapFree=4183092/4192956
[pid=27309] ppid=27307 vsize=12324 CPUtime=3.09
/proc/27309/stat : 27309 (minisat_noasser) R 27307 27309 27017 0 -1 4194304 3123 0 0 0 308 1 0 0 25 0 1 0 202127172 12619776 2882 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548076 0 0 4096 3 0 0 0 17 1 0 0
/proc/27309/statm: 3081 2882 67 130 0 2948 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12324

[startup+6.30182 s]
/proc/loadavg: 0.20 0.09 0.03 2/67 27310
/proc/meminfo: memFree=1837704/2055920 swapFree=4183092/4192956
[pid=27309] ppid=27307 vsize=14372 CPUtime=6.29
/proc/27309/stat : 27309 (minisat_noasser) R 27307 27309 27017 0 -1 4194304 3637 0 0 0 627 2 0 0 25 0 1 0 202127172 14716928 3396 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134553651 0 0 4096 3 0 0 0 17 1 0 0
/proc/27309/statm: 3593 3396 67 130 0 3460 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14372

[startup+12.7016 s]
/proc/loadavg: 0.32 0.12 0.04 2/67 27310
/proc/meminfo: memFree=1835856/2055920 swapFree=4183092/4192956
[pid=27309] ppid=27307 vsize=15724 CPUtime=12.68
/proc/27309/stat : 27309 (minisat_noasser) R 27307 27309 27017 0 -1 4194304 3944 0 0 0 1266 2 0 0 25 0 1 0 202127172 16101376 3703 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/27309/statm: 3931 3703 67 130 0 3798 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15724

[startup+25.501 s]
/proc/loadavg: 0.43 0.15 0.05 2/67 27310
/proc/meminfo: memFree=1835856/2055920 swapFree=4183092/4192956
[pid=27309] ppid=27307 vsize=15724 CPUtime=25.48
/proc/27309/stat : 27309 (minisat_noasser) R 27307 27309 27017 0 -1 4194304 3945 0 0 0 2546 2 0 0 25 0 1 0 202127172 16101376 3704 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 1 0 0
/proc/27309/statm: 3931 3704 67 130 0 3798 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15724

[startup+51.102 s]
/proc/loadavg: 0.62 0.21 0.07 2/67 27310
/proc/meminfo: memFree=1834448/2055920 swapFree=4183092/4192956
[pid=27309] ppid=27307 vsize=17052 CPUtime=51.08
/proc/27309/stat : 27309 (minisat_noasser) R 27307 27309 27017 0 -1 4194304 4293 0 0 0 5105 3 0 0 25 0 1 0 202127172 17461248 4052 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/27309/statm: 4263 4052 67 130 0 4130 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 17052

[startup+102.306 s]
/proc/loadavg: 0.85 0.34 0.12 2/67 27310
/proc/meminfo: memFree=1833808/2055920 swapFree=4183092/4192956
[pid=27309] ppid=27307 vsize=17580 CPUtime=102.26
/proc/27309/stat : 27309 (minisat_noasser) R 27307 27309 27017 0 -1 4194304 4446 0 0 0 10223 3 0 0 25 0 1 0 202127172 18001920 4205 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552241 0 0 4096 3 0 0 0 17 1 0 0
/proc/27309/statm: 4395 4205 67 130 0 4262 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 17580

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

[startup+115.101 s]
/proc/loadavg: 0.87 0.36 0.13 2/67 27310
/proc/meminfo: memFree=1833552/2055920 swapFree=4183092/4192956
[pid=27309] ppid=27307 vsize=18056 CPUtime=115.06
/proc/27309/stat : 27309 (minisat_noasser) R 27307 27309 27017 0 -1 4194304 4519 0 0 0 11502 4 0 0 25 0 1 0 202127172 18489344 4278 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/27309/statm: 4514 4278 67 130 0 4381 0
Current children cumulated CPU time (s) 115.06
Current children cumulated vsize (KiB) 18056

[startup+121.501 s]
/proc/loadavg: 0.89 0.39 0.14 2/67 27310
/proc/meminfo: memFree=1833488/2055920 swapFree=4183092/4192956
[pid=27309] ppid=27307 vsize=18056 CPUtime=121.46
/proc/27309/stat : 27309 (minisat_noasser) R 27307 27309 27017 0 -1 4194304 4524 0 0 0 12142 4 0 0 25 0 1 0 202127172 18489344 4283 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/27309/statm: 4514 4283 67 130 0 4381 0
Current children cumulated CPU time (s) 121.46
Current children cumulated vsize (KiB) 18056

[startup+123.102 s]
/proc/loadavg: 0.89 0.39 0.14 2/67 27310
/proc/meminfo: memFree=1833488/2055920 swapFree=4183092/4192956
[pid=27309] ppid=27307 vsize=18056 CPUtime=123.07
/proc/27309/stat : 27309 (minisat_noasser) R 27307 27309 27017 0 -1 4194304 4524 0 0 0 12303 4 0 0 25 0 1 0 202127172 18489344 4283 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/27309/statm: 4514 4283 67 130 0 4381 0
Current children cumulated CPU time (s) 123.07
Current children cumulated vsize (KiB) 18056

[startup+123.901 s]
/proc/loadavg: 0.89 0.39 0.14 2/67 27310
/proc/meminfo: memFree=1833488/2055920 swapFree=4183092/4192956
[pid=27309] ppid=27307 vsize=18056 CPUtime=123.86
/proc/27309/stat : 27309 (minisat_noasser) R 27307 27309 27017 0 -1 4194304 4524 0 0 0 12382 4 0 0 25 0 1 0 202127172 18489344 4283 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/27309/statm: 4514 4283 67 130 0 4381 0
Current children cumulated CPU time (s) 123.86
Current children cumulated vsize (KiB) 18056

[startup+124.304 s]
/proc/loadavg: 0.89 0.39 0.14 2/67 27310
/proc/meminfo: memFree=1833488/2055920 swapFree=4183092/4192956
[pid=27309] ppid=27307 vsize=18056 CPUtime=124.26
/proc/27309/stat : 27309 (minisat_noasser) R 27307 27309 27017 0 -1 4194304 4524 0 0 0 12422 4 0 0 25 0 1 0 202127172 18489344 4283 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/27309/statm: 4514 4283 67 130 0 4381 0
Current children cumulated CPU time (s) 124.26
Current children cumulated vsize (KiB) 18056

[startup+124.501 s]
/proc/loadavg: 0.89 0.39 0.14 2/67 27310
/proc/meminfo: memFree=1833488/2055920 swapFree=4183092/4192956
[pid=27309] ppid=27307 vsize=18056 CPUtime=124.46
/proc/27309/stat : 27309 (minisat_noasser) R 27307 27309 27017 0 -1 4194304 4524 0 0 0 12442 4 0 0 25 0 1 0 202127172 18489344 4283 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/27309/statm: 4514 4283 67 130 0 4381 0
Current children cumulated CPU time (s) 124.46
Current children cumulated vsize (KiB) 18056

[startup+124.601 s]
/proc/loadavg: 0.89 0.39 0.14 2/67 27310
/proc/meminfo: memFree=1833488/2055920 swapFree=4183092/4192956
[pid=27309] ppid=27307 vsize=18056 CPUtime=124.56
/proc/27309/stat : 27309 (minisat_noasser) R 27307 27309 27017 0 -1 4194304 4524 0 0 0 12452 4 0 0 25 0 1 0 202127172 18489344 4283 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/27309/statm: 4514 4283 67 130 0 4381 0
Current children cumulated CPU time (s) 124.56
Current children cumulated vsize (KiB) 18056

Child status: 20
Real time (s): 124.671
CPU time (s): 124.636
CPU user time (s): 124.591
CPU system time (s): 0.044993
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 18056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 124.591
system time used= 0.044993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4530
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= 8
involuntary context switches= 193

runsolver used 0.115982 second user time and 0.234964 second system time

The end

Launcher Data (download as text)

Begin job on node74 on Wed Apr 25 23:02:04 UTC 2007

IDJOB= 421999
IDBENCH= 20392
IDSOLVER= 189
FILE ID= node74/421999-1177542124

PBS_JOBID= 4695820

Free space on /tmp= 103203 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-22.cnf
COMMAND LINE= /tmp/evaluation/421999-1177542124/minisat_noassertions /tmp/evaluation/421999-1177542124/instance-421999-1177542124.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node74/watcher-421999-1177542124 -o ROOT/results/node74/solver-421999-1177542124 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/421999-1177542124/minisat_noassertions /tmp/evaluation/421999-1177542124/instance-421999-1177542124.cnf

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  3b3198fba6db1661781a1aa668754f11

RANDOM SEED= 875169732

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

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

/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:       1851168 kB
Buffers:         24076 kB
Cached:         113060 kB
SwapCached:       3148 kB
Active:          25384 kB
Inactive:       121572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851168 kB
SwapTotal:     4192956 kB
SwapFree:      4183092 kB
Dirty:            2436 kB
Writeback:           0 kB
Mapped:          15764 kB
Slab:            43592 kB
Committed_AS:  4007668 kB
PageTables:       1480 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= 103203 MiB

End job on node74 on Wed Apr 25 23:04:09 UTC 2007