Trace number 428059

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
minimarch 2007-04-26 (fixed)UNSAT 99.1109 99.1419

General information on the benchmark

Namerandom/2+p/p0.9/v630/
unif2p-p0.9-v630-c2280-S702278147-14-UNSAT.cnf
MD5SUM1db2498a7e6d8ef104366dc61af40976
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.04308
Satisfiable
(Un)Satisfiability was proved
Number of variables630
Number of clauses2280
Sum of the clauses size6612
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2228
Number of clauses of size 32052
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	This is MiniMarch 1.1, a modified version of MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  630                                                  |
0.00/0.00	|  Number of clauses:    2280                                                 |
0.00/0.00	|  Parsing time:         0.01         s                                       |
0.00/0.01	============================[ Search Statistics ]==============================
0.00/0.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	===============================================================================
0.00/0.01	|         0 |     584     2206     6562 |      735        0    nan |  0.000 % |
0.00/0.01	|       100 |     584     2206     6562 |      808      100     17 |  0.000 % |
0.00/0.02	|       250 |     584     2206     6562 |      889      250     21 |  0.000 % |
0.00/0.03	|       475 |     584     2206     6562 |      978      475     20 |  0.000 % |
0.00/0.04	|       812 |     584     2206     6562 |     1076      812     20 |  0.000 % |
0.04/0.07	|      1318 |     584     2206     6562 |     1184      744     17 |  0.001 % |
0.10/0.11	|      2078 |     584     2206     6562 |     1302      878     16 |  0.000 % |
0.10/0.17	|      3217 |     584     2206     6562 |     1432     1333     17 |  0.001 % |
0.20/0.27	|      4926 |     584     2206     6562 |     1576      808     15 |  0.000 % |
0.40/0.41	|      7488 |     584     2206     6562 |     1733      885     16 |  0.000 % |
0.60/0.63	|     11332 |     584     2206     6562 |     1907     1160     17 |  0.000 % |
0.90/0.99	|     17100 |     584     2206     6562 |     2097     1028     16 |  0.000 % |
1.50/1.53	|     25749 |     584     2206     6562 |     2307     1088     15 |  0.000 % |
2.29/2.36	|     38724 |     584     2206     6562 |     2538     2280     16 |  0.001 % |
3.59/3.64	|     58187 |     584     2206     6562 |     2792     2318     16 |  0.000 % |
5.59/5.66	|     87379 |     584     2206     6562 |     3071     1615     16 |  0.000 % |
8.70/8.79	|    131170 |     584     2206     6562 |     3378     1594     16 |  0.001 % |
13.49/13.57	|    196855 |     584     2206     6562 |     3716     2017     14 |  0.001 % |
20.89/20.95	|    295381 |     584     2206     6562 |     4088     2337     17 |  0.001 % |
32.39/32.48	|    443170 |     584     2206     6562 |     4497     2817     16 |  0.000 % |
50.08/50.19	|    664855 |     584     2206     6562 |     4946     3819     17 |  0.001 % |
77.57/77.63	|    997380 |     583     2200     6545 |     5441     4608     17 |  0.159 % |
99.06/99.14	===============================================================================
99.06/99.14	lookaheads            : 81854
99.06/99.14	variable balance      : 0.00
99.06/99.14	restarts              : 22
99.06/99.14	conflicts             : 1251532        (12628 /sec)
99.06/99.14	decisions             : 1525084        (1.75 % random) (15388 /sec)
99.06/99.14	decision = positive   : 749609
99.06/99.14	decision = negative   : 775475
99.06/99.14	propagations          : 110462985      (1114573 /sec)
99.06/99.14	conflict literals     : 22504697       (34.72 % deleted)
99.06/99.14	Memory used           : 3.50 MB
99.06/99.14	CPU time              : 99.1079 s
99.06/99.14	
99.06/99.14	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/node11/watcher-428059-1177700890 -o ROOT/results/node11/solver-428059-1177700890 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428059-1177700890/minimarch_fixed /tmp/evaluation/428059-1177700890/instance-428059-1177700890.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): 2400 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.96 3/77 23381
/proc/meminfo: memFree=1542560/2055920 swapFree=4146768/4192956
[pid=23381] ppid=23379 vsize=1868 CPUtime=0
/proc/23381/stat : 23381 (minimarch_fixed) R 23379 23381 22214 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 211137975 1912832 127 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523473 0 0 4096 3 0 0 0 17 1 0 0
/proc/23381/statm: 467 127 51 132 0 332 0

[startup+0.050774 s]
/proc/loadavg: 0.99 0.97 0.96 3/77 23381
/proc/meminfo: memFree=1542560/2055920 swapFree=4146768/4192956
[pid=23381] ppid=23379 vsize=1996 CPUtime=0.04
/proc/23381/stat : 23381 (minimarch_fixed) R 23379 23381 22214 0 -1 4194304 168 0 0 0 4 0 0 0 18 0 1 0 211137975 2043904 153 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/23381/statm: 499 153 67 132 0 364 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1996

[startup+0.101781 s]
/proc/loadavg: 0.99 0.97 0.96 3/77 23381
/proc/meminfo: memFree=1542560/2055920 swapFree=4146768/4192956
[pid=23381] ppid=23379 vsize=1996 CPUtime=0.1
/proc/23381/stat : 23381 (minimarch_fixed) R 23379 23381 22214 0 -1 4194304 179 0 0 0 10 0 0 0 18 0 1 0 211137975 2043904 164 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/23381/statm: 499 164 67 132 0 364 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1996

[startup+0.301805 s]
/proc/loadavg: 0.99 0.97 0.96 3/77 23381
/proc/meminfo: memFree=1542560/2055920 swapFree=4146768/4192956
[pid=23381] ppid=23379 vsize=1996 CPUtime=0.3
/proc/23381/stat : 23381 (minimarch_fixed) R 23379 23381 22214 0 -1 4194304 194 0 0 0 30 0 0 0 19 0 1 0 211137975 2043904 179 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/23381/statm: 499 179 67 132 0 364 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1996

[startup+0.701851 s]
/proc/loadavg: 0.99 0.97 0.96 3/77 23381
/proc/meminfo: memFree=1542560/2055920 swapFree=4146768/4192956
[pid=23381] ppid=23379 vsize=2128 CPUtime=0.7
/proc/23381/stat : 23381 (minimarch_fixed) R 23379 23381 22214 0 -1 4194304 219 0 0 0 70 0 0 0 23 0 1 0 211137975 2179072 204 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/23381/statm: 532 204 67 132 0 397 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2128

[startup+1.50295 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 23382
/proc/meminfo: memFree=1541976/2055920 swapFree=4146768/4192956
[pid=23381] ppid=23379 vsize=2260 CPUtime=1.5
/proc/23381/stat : 23381 (minimarch_fixed) R 23379 23381 22214 0 -1 4194304 238 0 0 0 150 0 0 0 25 0 1 0 211137975 2314240 223 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551247 0 0 4096 3 0 0 0 17 1 0 0
/proc/23381/statm: 565 223 67 132 0 430 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2260

[startup+3.10114 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 23382
/proc/meminfo: memFree=1541720/2055920 swapFree=4146768/4192956
[pid=23381] ppid=23379 vsize=2260 CPUtime=3.09
/proc/23381/stat : 23381 (minimarch_fixed) R 23379 23381 22214 0 -1 4194304 263 0 0 0 309 0 0 0 25 0 1 0 211137975 2314240 248 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/23381/statm: 565 248 67 132 0 430 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2260

[startup+6.30151 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 23382
/proc/meminfo: memFree=1541528/2055920 swapFree=4146768/4192956
[pid=23381] ppid=23379 vsize=2524 CPUtime=6.29
/proc/23381/stat : 23381 (minimarch_fixed) R 23379 23381 22214 0 -1 4194304 301 0 0 0 629 0 0 0 25 0 1 0 211137975 2584576 286 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552516 0 0 4096 3 0 0 0 17 1 0 0
/proc/23381/statm: 631 286 67 132 0 496 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2524

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 23382
/proc/meminfo: memFree=1541280/2055920 swapFree=4146768/4192956
[pid=23381] ppid=23379 vsize=2656 CPUtime=12.69
/proc/23381/stat : 23381 (minimarch_fixed) R 23379 23381 22214 0 -1 4194304 337 0 0 0 1269 0 0 0 25 0 1 0 211137975 2719744 322 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551272 0 0 4096 3 0 0 0 17 1 0 0
/proc/23381/statm: 664 322 67 132 0 529 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2656

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 23382
/proc/meminfo: memFree=1540960/2055920 swapFree=4146768/4192956
[pid=23381] ppid=23379 vsize=2920 CPUtime=25.49
/proc/23381/stat : 23381 (minimarch_fixed) R 23379 23381 22214 0 -1 4194304 413 0 0 0 2549 0 0 0 25 0 1 0 211137975 2990080 398 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552694 0 0 4096 3 0 0 0 17 1 0 0
/proc/23381/statm: 730 398 67 132 0 595 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2920

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 23382
/proc/meminfo: memFree=1540576/2055920 swapFree=4146768/4192956
[pid=23381] ppid=23379 vsize=3184 CPUtime=51.08
/proc/23381/stat : 23381 (minimarch_fixed) R 23379 23381 22214 0 -1 4194304 492 0 0 0 5108 0 0 0 25 0 1 0 211137975 3260416 477 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551441 0 0 4096 3 0 0 0 17 1 0 0
/proc/23381/statm: 796 477 67 132 0 661 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3184

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

[startup+76.7018 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 23382
/proc/meminfo: memFree=1540448/2055920 swapFree=4146768/4192956
[pid=23381] ppid=23379 vsize=3452 CPUtime=76.67
/proc/23381/stat : 23381 (minimarch_fixed) R 23379 23381 22214 0 -1 4194304 535 0 0 0 7667 0 0 0 25 0 1 0 211137975 3534848 520 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/23381/statm: 863 520 67 132 0 728 0
Current children cumulated CPU time (s) 76.67
Current children cumulated vsize (KiB) 3452

[startup+89.5014 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 23382
/proc/meminfo: memFree=1540320/2055920 swapFree=4146768/4192956
[pid=23381] ppid=23379 vsize=3584 CPUtime=89.47
/proc/23381/stat : 23381 (minimarch_fixed) R 23379 23381 22214 0 -1 4194304 571 0 0 0 8947 0 0 0 25 0 1 0 211137975 3670016 556 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551772 0 0 4096 3 0 0 0 17 1 0 0
/proc/23381/statm: 896 556 67 132 0 761 0
Current children cumulated CPU time (s) 89.47
Current children cumulated vsize (KiB) 3584

[startup+95.9011 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 23382
/proc/meminfo: memFree=1540256/2055920 swapFree=4146768/4192956
[pid=23381] ppid=23379 vsize=3584 CPUtime=95.86
/proc/23381/stat : 23381 (minimarch_fixed) R 23379 23381 22214 0 -1 4194304 578 0 0 0 9586 0 0 0 25 0 1 0 211137975 3670016 563 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/23381/statm: 896 563 67 132 0 761 0
Current children cumulated CPU time (s) 95.86
Current children cumulated vsize (KiB) 3584

[startup+97.5013 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 23382
/proc/meminfo: memFree=1540256/2055920 swapFree=4146768/4192956
[pid=23381] ppid=23379 vsize=3584 CPUtime=97.46
/proc/23381/stat : 23381 (minimarch_fixed) R 23379 23381 22214 0 -1 4194304 580 0 0 0 9746 0 0 0 25 0 1 0 211137975 3670016 565 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551305 0 0 4096 3 0 0 0 17 1 0 0
/proc/23381/statm: 896 565 67 132 0 761 0
Current children cumulated CPU time (s) 97.46
Current children cumulated vsize (KiB) 3584

[startup+98.3014 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 23382
/proc/meminfo: memFree=1540256/2055920 swapFree=4146768/4192956
[pid=23381] ppid=23379 vsize=3584 CPUtime=98.26
/proc/23381/stat : 23381 (minimarch_fixed) R 23379 23381 22214 0 -1 4194304 580 0 0 0 9826 0 0 0 25 0 1 0 211137975 3670016 565 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134553230 0 0 4096 3 0 0 0 17 1 0 0
/proc/23381/statm: 896 565 67 132 0 761 0
Current children cumulated CPU time (s) 98.26
Current children cumulated vsize (KiB) 3584

[startup+98.7014 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 23382
/proc/meminfo: memFree=1540256/2055920 swapFree=4146768/4192956
[pid=23381] ppid=23379 vsize=3584 CPUtime=98.66
/proc/23381/stat : 23381 (minimarch_fixed) R 23379 23381 22214 0 -1 4194304 582 0 0 0 9866 0 0 0 25 0 1 0 211137975 3670016 567 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551764 0 0 4096 3 0 0 0 17 1 0 0
/proc/23381/statm: 896 567 67 132 0 761 0
Current children cumulated CPU time (s) 98.66
Current children cumulated vsize (KiB) 3584

[startup+99.1015 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 23382
/proc/meminfo: memFree=1540256/2055920 swapFree=4146768/4192956
[pid=23381] ppid=23379 vsize=3584 CPUtime=99.06
/proc/23381/stat : 23381 (minimarch_fixed) R 23379 23381 22214 0 -1 4194304 582 0 0 0 9906 0 0 0 25 0 1 0 211137975 3670016 567 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134556422 0 0 4096 3 0 0 0 17 1 0 0
/proc/23381/statm: 896 567 67 132 0 761 0
Current children cumulated CPU time (s) 99.06
Current children cumulated vsize (KiB) 3584

Child status: 20
Real time (s): 99.1419
CPU time (s): 99.1109
CPU user time (s): 99.1079
CPU system time (s): 0.002999
CPU usage (%): 99.9687
Max. virtual memory (cumulated for all children) (KiB): 3584

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

runsolver used 0.080987 second user time and 0.210967 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Fri Apr 27 19:08:10 UTC 2007

IDJOB= 428059
IDBENCH= 20294
IDSOLVER= 198
FILE ID= node11/428059-1177700890

PBS_JOBID= 4698679

Free space on /tmp= 66481 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.9/v630/unif2p-p0.9-v630-c2280-S702278147-14-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/428059-1177700890/minimarch_fixed /tmp/evaluation/428059-1177700890/instance-428059-1177700890.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-428059-1177700890 -o ROOT/results/node11/solver-428059-1177700890 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/428059-1177700890/minimarch_fixed /tmp/evaluation/428059-1177700890/instance-428059-1177700890.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  1db2498a7e6d8ef104366dc61af40976

RANDOM SEED= 189533037

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1542968 kB
Buffers:         52852 kB
Cached:         366892 kB
SwapCached:      15592 kB
Active:         242592 kB
Inactive:       201776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1542968 kB
SwapTotal:     4192956 kB
SwapFree:      4146768 kB
Dirty:            3044 kB
Writeback:           0 kB
Mapped:          30316 kB
Slab:            54024 kB
Committed_AS:  6414372 kB
PageTables:       1848 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= 66481 MiB

End job on node11 on Fri Apr 27 19:09:50 UTC 2007