Trace number 1717506

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
tts tts-5-0Signal 351.928 352.165

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h33-unknown.cnf
MD5SUM6197e38464facb30636a5a3ad5b2f0b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark77.2523
Satisfiable
(Un)Satisfiability was proved
Number of variables172950
Number of clauses837466
Sum of the clauses size2168190
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2666462
Number of clauses of size 3164950
Number of clauses of size 41526
Number of clauses of size 5129
Number of clauses of size over 54123

Solver Data

1.99/2.08	c Command: HOME/tts-5-0 HOME/instance-1717506-1240628591.cnf 
1.99/2.08	c Using SATTIMEOUT of 1200
1.99/2.08	c Using SATRAM of 1800
1.99/2.08	c Size of subset node = 16
1.99/2.08	c Variables = 175670
1.99/2.08	c Clauses = 837466
1.99/2.08	c Literals = 2168190
1.99/2.08	c Reduced size:
1.99/2.08	c Variables = 172950
1.99/2.08	c Clauses = 837166
1.99/2.08	c Literals = 2167854
1.99/2.08	c a2
39.08/39.18	c a1
343.50/343.65	c Independent sub-problems = 1
343.50/343.65	c Sub-problem with 172916 variables and 837166 clauses
343.50/343.65	c using permutation method 4
343.50/343.65	c count = 1
343.50/343.65	c Ordering finished 343.110 seconds
343.50/343.65	c mapped 343.590 seconds
343.50/343.65	c permuted 343.600 seconds
343.50/343.65	c about to sort
343.80/343.96	c sorted

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1717506-1240628591/watcher-1717506-1240628591 -o /tmp/evaluation-result-1717506-1240628591/solver-1717506-1240628591 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1717506-1240628591.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 1.02 1.00 3/64 2651
/proc/meminfo: memFree=865224/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=1008 CPUtime=0
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4194304 129 0 0 0 0 0 0 0 18 0 1 0 90886111 1032192 113 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 252 113 67 165 0 85 0

[startup+0.0226639 s]
/proc/loadavg: 0.99 1.02 1.00 3/64 2651
/proc/meminfo: memFree=865224/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=1572 CPUtime=0.02
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4194304 286 0 0 0 2 0 0 0 18 0 1 0 90886111 1609728 270 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 393 271 68 165 0 226 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1572

[startup+0.101673 s]
/proc/loadavg: 0.99 1.02 1.00 3/64 2651
/proc/meminfo: memFree=865224/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=4372 CPUtime=0.09
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4194304 964 0 0 0 9 0 0 0 18 0 1 0 90886111 4476928 948 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 1093 948 68 165 0 926 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4372

[startup+0.301693 s]
/proc/loadavg: 0.99 1.02 1.00 3/64 2651
/proc/meminfo: memFree=865224/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=11276 CPUtime=0.29
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4194304 2680 0 0 0 29 0 0 0 19 0 1 0 90886111 11546624 2664 1992294400 134512640 135191068 4294956240 18446744073709551615 134697295 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 2819 2665 68 165 0 2652 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11276

[startup+0.701735 s]
/proc/loadavg: 0.99 1.02 1.00 3/64 2651
/proc/meminfo: memFree=865224/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=25356 CPUtime=0.69
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4194304 6137 0 0 0 66 3 0 0 22 0 1 0 90886111 25964544 6121 1992294400 134512640 135191068 4294956240 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 6339 6121 68 165 0 6172 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25356

[startup+1.50182 s]
/proc/loadavg: 0.99 1.02 1.00 2/65 2652
/proc/meminfo: memFree=830016/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=60124 CPUtime=1.49
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4194304 13699 0 0 0 143 6 0 0 25 0 1 0 90886111 61566976 13683 1992294400 134512640 135191068 4294956240 18446744073709551615 134533592 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 15031 13683 68 165 0 14864 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60124

[startup+3.102 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 2652
/proc/meminfo: memFree=797632/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=209036 CPUtime=3.09
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4194304 48117 0 0 0 286 23 0 0 25 0 1 0 90886111 214052864 48101 1992294400 134512640 135191068 4294956240 18446744073709551615 134554935 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 52259 48101 69 165 0 52092 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 209036

[startup+6.30134 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 2652
/proc/meminfo: memFree=398528/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=752040 CPUtime=6.29
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4194304 136551 0 0 0 562 67 0 0 25 0 1 0 90886111 770088960 136263 1992294400 134512640 135191068 4294956240 18446744073709551615 134519815 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 188010 136263 69 165 0 187843 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 752040

[startup+12.701 s]
/proc/loadavg: 1.06 1.03 1.00 2/65 2652
/proc/meminfo: memFree=317888/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=752904 CPUtime=12.68
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4194304 148303 0 0 0 1198 70 0 0 25 0 1 0 90886111 770973696 136343 1992294400 134512640 135191068 4294956240 18446744073709551615 134710791 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 188226 136343 69 165 0 188059 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 752904

[startup+25.5014 s]
/proc/loadavg: 1.05 1.03 1.00 2/65 2652
/proc/meminfo: memFree=318400/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=753208 CPUtime=25.48
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4194304 190848 0 0 0 2463 85 0 0 25 0 1 0 90886111 771284992 136337 1992294400 134512640 135191068 4294956240 18446744073709551615 134641796 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 188302 136337 69 165 0 188135 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 753208

[startup+51.1012 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 2652
/proc/meminfo: memFree=759616/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=107340 CPUtime=51.07
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4194304 235898 0 0 0 4995 112 0 0 25 0 1 0 90886111 109916160 26185 1992294400 134512640 135191068 4294956240 18446744073709551615 134555288 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 26835 26185 71 165 0 26668 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 107340

[startup+102.306 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 2652
/proc/meminfo: memFree=716864/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=149744 CPUtime=102.26
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4194304 246494 0 0 0 10109 117 0 0 25 0 1 0 90886111 153337856 36781 1992294400 134512640 135191068 4294956240 18446744073709551615 134555288 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 37436 36781 71 165 0 37269 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 149744

[startup+162.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 2652
/proc/meminfo: memFree=714880/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=151576 CPUtime=162.24
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4194304 246985 0 0 0 16106 118 0 0 25 0 1 0 90886111 155213824 37272 1992294400 134512640 135191068 4294956240 18446744073709551615 134555288 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 37894 37272 71 165 0 37727 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 151576

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 2652
/proc/meminfo: memFree=713664/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=153272 CPUtime=222.23
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4194304 247281 0 0 0 22105 118 0 0 25 0 1 0 90886111 156950528 37568 1992294400 134512640 135191068 4294956240 18446744073709551615 134600355 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 38318 37568 71 165 0 38151 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 153272

[startup+282.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 2652
/proc/meminfo: memFree=713344/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=153404 CPUtime=282.21
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4194304 247340 0 0 0 28103 118 0 0 25 0 1 0 90886111 157085696 37627 1992294400 134512640 135191068 4294956240 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 38351 37627 71 165 0 38184 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 153404

[startup+342.302 s]
/proc/loadavg: 1.09 1.03 1.00 2/65 2652
/proc/meminfo: memFree=713152/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=153536 CPUtime=342.19
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4194304 247399 0 0 0 34101 118 0 0 25 0 1 0 90886111 157220864 37686 1992294400 134512640 135191068 4294956240 18446744073709551615 134600386 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 38384 37686 71 165 0 38217 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 153536

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

[startup+345.501 s]
/proc/loadavg: 1.09 1.03 1.00 2/65 2652
/proc/meminfo: memFree=599232/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=276260 CPUtime=345.4
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4194304 279736 0 0 0 34407 133 0 0 25 0 1 0 90886111 282890240 68258 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 69065 68258 85 165 0 68898 0
Current children cumulated CPU time (s) 345.4
Current children cumulated vsize (KiB) 276260

[startup+348.705 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 2652
/proc/meminfo: memFree=559552/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=308476 CPUtime=348.59
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4194304 287876 0 0 0 34724 135 0 0 25 0 1 0 90886111 315879424 76141 1992294400 134512640 135191068 4294956240 18446744073709551615 134551496 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 77119 76141 85 165 0 76952 0
Current children cumulated CPU time (s) 348.59
Current children cumulated vsize (KiB) 308476

[startup+350.302 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 2652
/proc/meminfo: memFree=554048/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=331656 CPUtime=350.19
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4194304 293799 0 0 0 34881 138 0 0 25 0 1 0 90886111 339615744 82064 1992294400 134512640 135191068 4294956240 18446744073709551615 134691520 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 82914 82065 85 165 0 82747 0
Current children cumulated CPU time (s) 350.19
Current children cumulated vsize (KiB) 331656

[startup+351.102 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 2652
/proc/meminfo: memFree=461056/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=354884 CPUtime=350.98
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4195840 299638 0 0 0 34908 190 0 0 25 0 1 0 90886111 363401216 87892 1992294400 134512640 135191068 4294956240 18446744073709551615 134691683 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 88721 87892 85 165 0 88554 0
Current children cumulated CPU time (s) 350.98
Current children cumulated vsize (KiB) 354884

[startup+351.902 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 2652
/proc/meminfo: memFree=196096/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=354884 CPUtime=351.66
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4195840 299638 0 0 0 34908 258 0 0 24 0 1 0 90886111 363401216 87892 1992294400 134512640 135191068 4294956240 18446744073709551615 134691683 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 88721 87892 85 165 0 88554 0
Current children cumulated CPU time (s) 351.66
Current children cumulated vsize (KiB) 354884

[startup+352.102 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 2652
/proc/meminfo: memFree=196096/2055920 swapFree=4192956/4192956
[pid=2651] ppid=2649 vsize=354884 CPUtime=351.85
/proc/2651/stat : 2651 (tts-5-0) R 2649 2651 1851 0 -1 4195840 300375 0 0 0 34908 277 0 0 25 0 1 0 90886111 363401216 87892 1992294400 134512640 135191068 4294956240 18446744073709551615 134691683 0 0 4096 0 0 0 0 17 1 0 0
/proc/2651/statm: 88721 87892 85 165 0 88554 0
Current children cumulated CPU time (s) 351.85
Current children cumulated vsize (KiB) 354884

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 352.165
CPU time (s): 351.928
CPU user time (s): 349.088
CPU system time (s): 2.84057
CPU usage (%): 99.9329
Max. virtual memory (cumulated for all children) (KiB): 758224

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

runsolver used 0.239963 second user time and 0.758884 second system time

The end

Launcher Data

Begin job on node64 at 2009-04-25 05:03:12
IDJOB=1717506
IDBENCH=20418
IDSOLVER=505
FILE ID=node64/1717506-1240628591
PBS_JOBID= 9186372
Free space on /tmp= 66152 MiB

SOLVER NAME= tts tts-5-0
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h33-unknown.cnf
COMMAND LINE= HOME/tts-5-0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717506-1240628591/watcher-1717506-1240628591 -o /tmp/evaluation-result-1717506-1240628591/solver-1717506-1240628591 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/tts-5-0 HOME/instance-1717506-1240628591.cnf

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

MD5SUM BENCH= 6197e38464facb30636a5a3ad5b2f0b5
RANDOM SEED=438962665

node64.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.218
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.218
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:        865640 kB
Buffers:         90140 kB
Cached:         990924 kB
SwapCached:          0 kB
Active:         369936 kB
Inactive:       725528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        865640 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           15928 kB
Writeback:           0 kB
Mapped:          24196 kB
Slab:            80544 kB
Committed_AS:   226220 kB
PageTables:       1404 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= 65808 MiB
End job on node64 at 2009-04-25 05:09:04