Trace number 426735

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
SAT7 2007-02-08SAT 186.971 187.041

General information on the benchmark

Namerandom/OnTreshold/7SAT/v45/
unif-k7-r89-v45-c4005-S1344401737-18.SAT.shuffled.cnf
MD5SUMed57e6bcaed7669ca4ea0f0e14afc5f1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.076987
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of clauses4005
Sum of the clauses size28035
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54005

Solver Data (download as text)

0.00/0.02	c Starting solver ...
0.00/0.03	c Restarting after 101 conflicts
0.00/0.03	c Restarting after 251 conflicts
0.00/0.04	c Restarting after 476 conflicts
0.00/0.06	c Restarting after 814 conflicts
0.00/0.08	c Restarting after 1320 conflicts
0.09/0.12	c Restarting after 2079 conflicts
0.09/0.19	c Restarting after 3218 conflicts
0.19/0.28	c Restarting after 4926 conflicts
0.39/0.42	c Restarting after 7489 conflicts
0.59/0.64	c Restarting after 11334 conflicts
0.89/0.98	c Restarting after 17100 conflicts
1.49/1.52	c Restarting after 25752 conflicts
2.29/2.34	c Restarting after 38726 conflicts
3.49/3.59	c Restarting after 58187 conflicts
5.49/5.54	c Restarting after 87380 conflicts
8.59/8.60	c Restarting after 131169 conflicts
13.28/13.37	c Restarting after 196853 conflicts
20.68/20.74	c Restarting after 295379 conflicts
32.38/32.40	c Restarting after 443171 conflicts
50.68/50.77	c Restarting after 664854 conflicts
79.86/79.92	c Restarting after 997380 conflicts
126.04/126.14	c Restarting after 1496169 conflicts
186.93/187.03	s SATISFIABLE
186.93/187.03	v -1 2 -3 -4 5 -6 7 8 -9 -10 -11 12 13 -14 15 16 -17 -18 -19 20 21 22 23 24 25 26 27 28 -29 30 31 -32 -33 -34 -35 36 -37 -38 39 -40 41 42 43 44 45 
186.93/187.03	v 0

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node23/watcher-426735-1177828730 -o ROOT/results/node23/solver-426735-1177828730 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/426735-1177828730/sat7_bin /tmp/evaluation/426735-1177828730/instance-426735-1177828730.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): 7500 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: 1.00 1.01 1.22 2/77 31921
/proc/meminfo: memFree=1515648/2055920 swapFree=4169168/4192956
[pid=31921] ppid=31919 vsize=1064 CPUtime=0
/proc/31921/stat : 31921 (sat7_bin) R 31919 31921 31795 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 230790111 1089536 112 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134615060 0 0 4096 0 0 0 0 17 1 0 0
/proc/31921/statm: 266 112 87 220 0 43 0

[startup+0.00749907 s]
/proc/loadavg: 1.00 1.01 1.22 2/77 31921
/proc/meminfo: memFree=1515648/2055920 swapFree=4169168/4192956
[pid=31921] ppid=31919 vsize=1064 CPUtime=0
/proc/31921/stat : 31921 (sat7_bin) R 31919 31921 31795 0 -1 4194304 136 0 0 0 0 0 0 0 18 0 1 0 230790111 1089536 120 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/31921/statm: 266 120 87 220 0 43 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1064

[startup+0.101516 s]
/proc/loadavg: 1.00 1.01 1.22 2/77 31921
/proc/meminfo: memFree=1515648/2055920 swapFree=4169168/4192956
[pid=31921] ppid=31919 vsize=2108 CPUtime=0.09
/proc/31921/stat : 31921 (sat7_bin) R 31919 31921 31795 0 -1 4194304 263 0 0 0 9 0 0 0 18 0 1 0 230790111 2158592 247 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/31921/statm: 527 247 95 220 0 304 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2108

[startup+0.301555 s]
/proc/loadavg: 1.00 1.01 1.22 2/77 31921
/proc/meminfo: memFree=1515648/2055920 swapFree=4169168/4192956
[pid=31921] ppid=31919 vsize=2108 CPUtime=0.29
/proc/31921/stat : 31921 (sat7_bin) R 31919 31921 31795 0 -1 4194304 313 0 0 0 29 0 0 0 19 0 1 0 230790111 2158592 297 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532617 0 0 4096 0 0 0 0 17 1 0 0
/proc/31921/statm: 527 297 95 220 0 304 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2108

[startup+0.701634 s]
/proc/loadavg: 1.00 1.01 1.22 2/77 31921
/proc/meminfo: memFree=1515648/2055920 swapFree=4169168/4192956
[pid=31921] ppid=31919 vsize=2240 CPUtime=0.69
/proc/31921/stat : 31921 (sat7_bin) R 31919 31921 31795 0 -1 4194304 353 0 0 0 69 0 0 0 22 0 1 0 230790111 2293760 337 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531803 0 0 4096 0 0 0 0 17 1 0 0
/proc/31921/statm: 560 337 95 220 0 337 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2240

[startup+1.50279 s]
/proc/loadavg: 1.00 1.01 1.22 2/78 31922
/proc/meminfo: memFree=1514616/2055920 swapFree=4169168/4192956
[pid=31921] ppid=31919 vsize=2372 CPUtime=1.49
/proc/31921/stat : 31921 (sat7_bin) R 31919 31921 31795 0 -1 4194304 390 0 0 0 149 0 0 0 25 0 1 0 230790111 2428928 374 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/31921/statm: 593 374 95 220 0 370 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2372

[startup+3.1011 s]
/proc/loadavg: 1.00 1.01 1.22 2/78 31922
/proc/meminfo: memFree=1514296/2055920 swapFree=4169168/4192956
[pid=31921] ppid=31919 vsize=2372 CPUtime=3.09
/proc/31921/stat : 31921 (sat7_bin) R 31919 31921 31795 0 -1 4194304 434 0 0 0 309 0 0 0 25 0 1 0 230790111 2428928 418 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532694 0 0 4096 0 0 0 0 17 1 0 0
/proc/31921/statm: 593 418 95 220 0 370 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2372

[startup+6.30172 s]
/proc/loadavg: 1.00 1.01 1.22 3/78 31922
/proc/meminfo: memFree=1513912/2055920 swapFree=4169168/4192956
[pid=31921] ppid=31919 vsize=2652 CPUtime=6.29
/proc/31921/stat : 31921 (sat7_bin) R 31919 31921 31795 0 -1 4194304 511 0 0 0 629 0 0 0 25 0 1 0 230790111 2715648 495 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531483 0 0 4096 0 0 0 0 17 1 0 0
/proc/31921/statm: 663 495 95 220 0 440 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2652

[startup+12.702 s]
/proc/loadavg: 1.00 1.01 1.21 2/78 31922
/proc/meminfo: memFree=1513528/2055920 swapFree=4169168/4192956
[pid=31921] ppid=31919 vsize=3824 CPUtime=12.69
/proc/31921/stat : 31921 (sat7_bin) R 31919 31921 31795 0 -1 4194304 574 0 0 0 1269 0 0 0 25 0 1 0 230790111 3915776 558 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532523 0 0 4096 0 0 0 0 17 1 0 0
/proc/31921/statm: 956 558 95 220 0 733 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3824

[startup+25.5014 s]
/proc/loadavg: 1.00 1.01 1.21 2/78 31922
/proc/meminfo: memFree=1513272/2055920 swapFree=4169168/4192956
[pid=31921] ppid=31919 vsize=3956 CPUtime=25.48
/proc/31921/stat : 31921 (sat7_bin) R 31919 31921 31795 0 -1 4194304 638 0 0 0 2548 0 0 0 25 0 1 0 230790111 4050944 622 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533270 0 0 4096 0 0 0 0 17 1 0 0
/proc/31921/statm: 989 622 95 220 0 766 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3956

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.20 2/78 31922
/proc/meminfo: memFree=1512760/2055920 swapFree=4169168/4192956
[pid=31921] ppid=31919 vsize=4428 CPUtime=51.08
/proc/31921/stat : 31921 (sat7_bin) R 31919 31921 31795 0 -1 4194304 763 0 0 0 5107 1 0 0 25 0 1 0 230790111 4534272 747 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530148 0 0 4096 0 0 0 0 17 1 0 0
/proc/31921/statm: 1107 747 95 220 0 884 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4428

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.19 2/78 31924
/proc/meminfo: memFree=1511992/2055920 swapFree=4169168/4192956
[pid=31921] ppid=31919 vsize=4748 CPUtime=102.26
/proc/31921/stat : 31921 (sat7_bin) R 31919 31921 31795 0 -1 4194304 893 0 0 0 10225 1 0 0 25 0 1 0 230790111 4861952 877 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538630 0 0 4096 0 0 0 0 17 1 0 0
/proc/31921/statm: 1187 877 95 220 0 964 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 4748

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.17 2/78 31924
/proc/meminfo: memFree=1511736/2055920 swapFree=4169168/4192956
[pid=31921] ppid=31919 vsize=5068 CPUtime=162.23
/proc/31921/stat : 31921 (sat7_bin) R 31919 31921 31795 0 -1 4194304 976 0 0 0 16222 1 0 0 25 0 1 0 230790111 5189632 960 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/31921/statm: 1267 960 95 220 0 1044 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 5068

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

[startup+166.302 s]
/proc/loadavg: 1.00 1.00 1.17 2/78 31924
/proc/meminfo: memFree=1511672/2055920 swapFree=4169168/4192956
[pid=31921] ppid=31919 vsize=5068 CPUtime=166.23
/proc/31921/stat : 31921 (sat7_bin) R 31919 31921 31795 0 -1 4194304 977 0 0 0 16621 2 0 0 25 0 1 0 230790111 5189632 961 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538702 0 0 4096 0 0 0 0 17 1 0 0
/proc/31921/statm: 1267 961 95 220 0 1044 0
Current children cumulated CPU time (s) 166.23
Current children cumulated vsize (KiB) 5068

[startup+179.101 s]
/proc/loadavg: 1.00 1.00 1.17 2/78 31924
/proc/meminfo: memFree=1511608/2055920 swapFree=4169168/4192956
[pid=31921] ppid=31919 vsize=5068 CPUtime=179.03
/proc/31921/stat : 31921 (sat7_bin) R 31919 31921 31795 0 -1 4194304 990 0 0 0 17901 2 0 0 25 0 1 0 230790111 5189632 974 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532419 0 0 4096 0 0 0 0 17 1 0 0
/proc/31921/statm: 1267 974 95 220 0 1044 0
Current children cumulated CPU time (s) 179.03
Current children cumulated vsize (KiB) 5068

[startup+182.302 s]
/proc/loadavg: 1.00 1.00 1.17 2/78 31924
/proc/meminfo: memFree=1511608/2055920 swapFree=4169168/4192956
[pid=31921] ppid=31919 vsize=5068 CPUtime=182.23
/proc/31921/stat : 31921 (sat7_bin) R 31919 31921 31795 0 -1 4194304 990 0 0 0 18221 2 0 0 25 0 1 0 230790111 5189632 974 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538731 0 0 4096 0 0 0 0 17 1 0 0
/proc/31921/statm: 1267 974 95 220 0 1044 0
Current children cumulated CPU time (s) 182.23
Current children cumulated vsize (KiB) 5068

[startup+185.501 s]
/proc/loadavg: 1.00 1.00 1.17 2/78 31924
/proc/meminfo: memFree=1511608/2055920 swapFree=4169168/4192956
[pid=31921] ppid=31919 vsize=5068 CPUtime=185.42
/proc/31921/stat : 31921 (sat7_bin) R 31919 31921 31795 0 -1 4194304 991 0 0 0 18540 2 0 0 25 0 1 0 230790111 5189632 975 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/31921/statm: 1267 975 95 220 0 1044 0
Current children cumulated CPU time (s) 185.42
Current children cumulated vsize (KiB) 5068

[startup+186.302 s]
/proc/loadavg: 1.00 1.00 1.17 2/78 31924
/proc/meminfo: memFree=1511608/2055920 swapFree=4169168/4192956
[pid=31921] ppid=31919 vsize=5068 CPUtime=186.22
/proc/31921/stat : 31921 (sat7_bin) R 31919 31921 31795 0 -1 4194304 998 0 0 0 18620 2 0 0 25 0 1 0 230790111 5189632 982 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532367 0 0 4096 0 0 0 0 17 1 0 0
/proc/31921/statm: 1267 982 95 220 0 1044 0
Current children cumulated CPU time (s) 186.22
Current children cumulated vsize (KiB) 5068

[startup+186.702 s]
/proc/loadavg: 1.00 1.00 1.17 2/78 31924
/proc/meminfo: memFree=1511608/2055920 swapFree=4169168/4192956
[pid=31921] ppid=31919 vsize=5068 CPUtime=186.62
/proc/31921/stat : 31921 (sat7_bin) R 31919 31921 31795 0 -1 4194304 998 0 0 0 18660 2 0 0 25 0 1 0 230790111 5189632 982 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134525536 0 0 4096 0 0 0 0 17 1 0 0
/proc/31921/statm: 1267 982 95 220 0 1044 0
Current children cumulated CPU time (s) 186.62
Current children cumulated vsize (KiB) 5068

[startup+186.902 s]
/proc/loadavg: 1.00 1.00 1.17 2/78 31924
/proc/meminfo: memFree=1511608/2055920 swapFree=4169168/4192956
[pid=31921] ppid=31919 vsize=5068 CPUtime=186.83
/proc/31921/stat : 31921 (sat7_bin) R 31919 31921 31795 0 -1 4194304 998 0 0 0 18681 2 0 0 25 0 1 0 230790111 5189632 982 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/31921/statm: 1267 982 95 220 0 1044 0
Current children cumulated CPU time (s) 186.83
Current children cumulated vsize (KiB) 5068

[startup+187.006 s]
/proc/loadavg: 1.00 1.00 1.17 2/78 31924
/proc/meminfo: memFree=1511608/2055920 swapFree=4169168/4192956
[pid=31921] ppid=31919 vsize=5068 CPUtime=186.93
/proc/31921/stat : 31921 (sat7_bin) R 31919 31921 31795 0 -1 4194304 998 0 0 0 18691 2 0 0 25 0 1 0 230790111 5189632 982 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532398 0 0 4096 0 0 0 0 17 1 0 0
/proc/31921/statm: 1267 982 95 220 0 1044 0
Current children cumulated CPU time (s) 186.93
Current children cumulated vsize (KiB) 5068

Child status: 10
Real time (s): 187.041
CPU time (s): 186.971
CPU user time (s): 186.947
CPU system time (s): 0.023996
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 5068

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

runsolver used 0.120981 second user time and 0.434933 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Sun Apr 29 06:38:50 UTC 2007

IDJOB= 426735
IDBENCH= 19943
IDSOLVER= 183
FILE ID= node23/426735-1177828730

PBS_JOBID= 4718280

Free space on /tmp= 66563 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v45/unif-k7-r89-v45-c4005-S1344401737-18.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/426735-1177828730/sat7_bin /tmp/evaluation/426735-1177828730/instance-426735-1177828730.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-426735-1177828730 -o ROOT/results/node23/solver-426735-1177828730 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/426735-1177828730/sat7_bin /tmp/evaluation/426735-1177828730/instance-426735-1177828730.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  ed57e6bcaed7669ca4ea0f0e14afc5f1

RANDOM SEED= 710393943

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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.276
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.276
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:       1516120 kB
Buffers:         50660 kB
Cached:         393524 kB
SwapCached:       3392 kB
Active:         305040 kB
Inactive:       162812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1516120 kB
SwapTotal:     4192956 kB
SwapFree:      4169168 kB
Dirty:            1244 kB
Writeback:           0 kB
Mapped:          30524 kB
Slab:            57512 kB
Committed_AS:  2904964 kB
PageTables:       1796 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= 66563 MiB

End job on node23 on Sun Apr 29 06:41:57 UTC 2007