Trace number 1589956

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
minisat2-simp 070721UNSAT 140.348 140.434

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-5p0.cnf
MD5SUMb0f091d476e617a8697e9f8acfd1538f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark130.815
Satisfiable
(Un)Satisfiability was proved
Number of variables123925
Number of clauses539763
Sum of the clauses size1252804
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2437089
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

0.00/0.00	This is 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:  123925                                               |
0.00/0.00	|  Number of clauses:    539763                                               |
0.79/0.80	|  Parsing time:         0.75         s                                       |
2.10/2.14	============================[ Search Statistics ]==============================
2.10/2.14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.10/2.14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.10/2.14	===============================================================================
2.10/2.14	|         0 |   65873   326952   864114 |   108984        0    nan |  0.000 % |
2.29/2.33	|       101 |   65873   326952   864114 |   119882      101    135 | 23.987 % |
2.49/2.53	|       251 |   65796   326952   864114 |   131870      249    111 | 25.482 % |
2.79/2.81	|       476 |   65774   326952   864114 |   145057      473    113 | 26.850 % |
3.30/3.34	|       813 |   62299   307140   814363 |   159563      806    118 | 26.871 % |
4.40/4.47	|      1319 |   61359   302182   802022 |   175519     1303    137 | 28.387 % |
5.69/5.72	|      2078 |   59675   293446   780173 |   193071     2049    135 | 29.272 % |
7.79/7.86	|      3218 |   58251   284498   757927 |   212378     3170    158 | 30.150 % |
10.29/10.36	|      4926 |   55488   268883   719361 |   233616     4846    170 | 32.367 % |
15.79/15.81	|      7488 |   55441   268618   718711 |   256978     7389    195 | 32.423 % |
24.78/24.89	|     11333 |   55372   268258   717893 |   282676    11225    215 | 32.462 % |
38.26/38.38	|     17100 |   52257   250983   673620 |   310944    16964    210 | 35.007 % |
62.25/62.31	|     25749 |   50648   242775   653093 |   342038    25567    214 | 36.273 % |
109.12/109.22	|     38723 |   49995   239233   644217 |   376242    38292    219 | 36.800 % |
140.30/140.42	===============================================================================
140.30/140.42	restarts              : 14
140.30/140.42	conflicts             : 45893          (327 /sec)
140.30/140.42	decisions             : 308868         (1.32 % random) (2203 /sec)
140.30/140.42	propagations          : 174631534      (1245814 /sec)
140.30/140.42	conflict literals     : 9531110        (32.94 % deleted)
140.30/140.42	Memory used           : 80.89 MB
140.30/140.42	CPU time              : 140.175 s
140.30/140.42	
140.30/140.42	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-1589956-1239114088/watcher-1589956-1239114088 -o /tmp/evaluation-result-1589956-1239114088/solver-1589956-1239114088 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1589956-1239114088.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: 1.11 1.09 1.34 3/70 15491
/proc/meminfo: memFree=1880776/2055920 swapFree=4170632/4192956
[pid=15491] ppid=15489 vsize=3008 CPUtime=0
/proc/15491/stat : 15491 (minisat_static) R 15489 15491 15427 0 -1 4194304 605 0 0 0 0 0 0 0 18 0 1 0 1184071561 3080192 590 1992294400 134512640 135243866 4294956256 18446744073709551615 134528103 0 0 4096 3 0 0 0 17 0 0 0
/proc/15491/statm: 752 592 65 178 0 572 0

[startup+0.0385189 s]
/proc/loadavg: 1.11 1.09 1.34 3/70 15491
/proc/meminfo: memFree=1880776/2055920 swapFree=4170632/4192956
[pid=15491] ppid=15489 vsize=11696 CPUtime=0.03
/proc/15491/stat : 15491 (minisat_static) R 15489 15491 15427 0 -1 4194304 2705 0 0 0 2 1 0 0 18 0 1 0 1184071561 11976704 2677 1992294400 134512640 135243866 4294956256 18446744073709551615 134515789 0 0 4096 3 0 0 0 17 0 0 0
/proc/15491/statm: 2924 2677 65 178 0 2744 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11696

[startup+0.102529 s]
/proc/loadavg: 1.11 1.09 1.34 3/70 15491
/proc/meminfo: memFree=1880776/2055920 swapFree=4170632/4192956
[pid=15491] ppid=15489 vsize=15560 CPUtime=0.09
/proc/15491/stat : 15491 (minisat_static) R 15489 15491 15427 0 -1 4194304 3594 0 0 0 8 1 0 0 18 0 1 0 1184071561 15933440 3566 1992294400 134512640 135243866 4294956256 18446744073709551615 134538072 0 0 4096 3 0 0 0 17 0 0 0
/proc/15491/statm: 3890 3568 65 178 0 3710 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15560

[startup+0.301564 s]
/proc/loadavg: 1.11 1.09 1.34 3/70 15491
/proc/meminfo: memFree=1880776/2055920 swapFree=4170632/4192956
[pid=15491] ppid=15489 vsize=22528 CPUtime=0.29
/proc/15491/stat : 15491 (minisat_static) R 15489 15491 15427 0 -1 4194304 5359 0 0 0 27 2 0 0 19 0 1 0 1184071561 23068672 5331 1992294400 134512640 135243866 4294956256 18446744073709551615 134754406 0 0 4096 3 0 0 0 17 0 0 0
/proc/15491/statm: 5632 5331 65 178 0 5452 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22528

[startup+0.701637 s]
/proc/loadavg: 1.11 1.09 1.34 3/70 15491
/proc/meminfo: memFree=1880776/2055920 swapFree=4170632/4192956
[pid=15491] ppid=15489 vsize=39552 CPUtime=0.69
/proc/15491/stat : 15491 (minisat_static) R 15489 15491 15427 0 -1 4194304 9074 0 0 0 65 4 0 0 23 0 1 0 1184071561 40501248 9046 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/15491/statm: 9888 9046 65 178 0 9708 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39552

[startup+1.50178 s]
/proc/loadavg: 1.11 1.09 1.34 2/71 15492
/proc/meminfo: memFree=1837568/2055920 swapFree=4170632/4192956
[pid=15491] ppid=15489 vsize=56108 CPUtime=1.49
/proc/15491/stat : 15491 (minisat_static) R 15489 15491 15427 0 -1 4194304 13077 0 0 0 143 6 0 0 25 0 1 0 1184071561 57454592 13049 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/15491/statm: 14027 13049 80 178 0 13847 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56108

[startup+3.10107 s]
/proc/loadavg: 1.11 1.09 1.34 2/71 15492
/proc/meminfo: memFree=1824256/2055920 swapFree=4170632/4192956
[pid=15491] ppid=15489 vsize=51312 CPUtime=3.09
/proc/15491/stat : 15491 (minisat_static) R 15489 15491 15427 0 -1 4194304 14289 0 0 0 302 7 0 0 25 0 1 0 1184071561 52543488 12329 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 0 0 0
/proc/15491/statm: 12828 12329 87 178 0 12648 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51312

[startup+6.30166 s]
/proc/loadavg: 1.10 1.09 1.34 2/71 15492
/proc/meminfo: memFree=1831360/2055920 swapFree=4170632/4192956
[pid=15491] ppid=15489 vsize=51312 CPUtime=6.29
/proc/15491/stat : 15491 (minisat_static) R 15489 15491 15427 0 -1 4194304 14289 0 0 0 622 7 0 0 25 0 1 0 1184071561 52543488 12329 1992294400 134512640 135243866 4294956256 18446744073709551615 134555976 0 0 4096 3 0 0 0 17 0 0 0
/proc/15491/statm: 12828 12329 87 178 0 12648 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51312

[startup+12.7018 s]
/proc/loadavg: 1.09 1.09 1.34 2/71 15492
/proc/meminfo: memFree=1831360/2055920 swapFree=4170632/4192956
[pid=15491] ppid=15489 vsize=51312 CPUtime=12.69
/proc/15491/stat : 15491 (minisat_static) R 15489 15491 15427 0 -1 4194304 14289 0 0 0 1262 7 0 0 25 0 1 0 1184071561 52543488 12329 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 0 0 0
/proc/15491/statm: 12828 12329 87 178 0 12648 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51312

[startup+25.5021 s]
/proc/loadavg: 1.07 1.08 1.33 2/71 15492
/proc/meminfo: memFree=1828160/2055920 swapFree=4170632/4192956
[pid=15491] ppid=15489 vsize=55020 CPUtime=25.48
/proc/15491/stat : 15491 (minisat_static) R 15489 15491 15427 0 -1 4194304 15215 0 0 0 2540 8 0 0 25 0 1 0 1184071561 56340480 13255 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 0 0 0
/proc/15491/statm: 13755 13255 87 178 0 13575 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 55020

[startup+51.1018 s]
/proc/loadavg: 1.05 1.07 1.32 2/71 15492
/proc/meminfo: memFree=1819712/2055920 swapFree=4170632/4192956
[pid=15491] ppid=15489 vsize=63532 CPUtime=51.06
/proc/15491/stat : 15491 (minisat_static) R 15489 15491 15427 0 -1 4194304 17313 0 0 0 5096 10 0 0 25 0 1 0 1184071561 65056768 15353 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/15491/statm: 15883 15353 87 178 0 15703 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 63532

[startup+102.305 s]
/proc/loadavg: 1.02 1.06 1.30 2/71 15492
/proc/meminfo: memFree=1805760/2055920 swapFree=4170632/4192956
[pid=15491] ppid=15489 vsize=77160 CPUtime=102.23
/proc/15491/stat : 15491 (minisat_static) R 15489 15491 15427 0 -1 4194304 20724 0 0 0 10210 13 0 0 25 0 1 0 1184071561 79011840 18764 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 0 0 0
/proc/15491/statm: 19290 18764 87 178 0 19110 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 77160

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

[startup+115.101 s]
/proc/loadavg: 1.01 1.06 1.30 2/71 15492
/proc/meminfo: memFree=1803648/2055920 swapFree=4170632/4192956
[pid=15491] ppid=15489 vsize=79536 CPUtime=115.02
/proc/15491/stat : 15491 (minisat_static) R 15489 15491 15427 0 -1 4194304 21318 0 0 0 11488 14 0 0 25 0 1 0 1184071561 81444864 19358 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/15491/statm: 19884 19358 87 178 0 19704 0
Current children cumulated CPU time (s) 115.02
Current children cumulated vsize (KiB) 79536

[startup+127.902 s]
/proc/loadavg: 1.01 1.05 1.29 2/71 15492
/proc/meminfo: memFree=1801600/2055920 swapFree=4170632/4192956
[pid=15491] ppid=15489 vsize=81492 CPUtime=127.81
/proc/15491/stat : 15491 (minisat_static) R 15489 15491 15427 0 -1 4194304 21787 0 0 0 12766 15 0 0 25 0 1 0 1184071561 83447808 19827 1992294400 134512640 135243866 4294956256 18446744073709551615 134567865 0 0 4096 3 0 0 0 17 0 0 0
/proc/15491/statm: 20373 19827 87 178 0 20193 0
Current children cumulated CPU time (s) 127.81
Current children cumulated vsize (KiB) 81492

[startup+134.302 s]
/proc/loadavg: 1.01 1.05 1.29 2/71 15492
/proc/meminfo: memFree=1800704/2055920 swapFree=4170632/4192956
[pid=15491] ppid=15489 vsize=82296 CPUtime=134.2
/proc/15491/stat : 15491 (minisat_static) R 15489 15491 15427 0 -1 4194304 22000 0 0 0 13405 15 0 0 25 0 1 0 1184071561 84271104 20040 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 0 0 0
/proc/15491/statm: 20574 20040 87 178 0 20394 0
Current children cumulated CPU time (s) 134.2
Current children cumulated vsize (KiB) 82296

[startup+137.506 s]
/proc/loadavg: 1.01 1.05 1.29 2/71 15492
/proc/meminfo: memFree=1800512/2055920 swapFree=4170632/4192956
[pid=15491] ppid=15489 vsize=82428 CPUtime=137.41
/proc/15491/stat : 15491 (minisat_static) R 15489 15491 15427 0 -1 4194304 22038 0 0 0 13726 15 0 0 25 0 1 0 1184071561 84406272 20078 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/15491/statm: 20607 20078 87 178 0 20427 0
Current children cumulated CPU time (s) 137.41
Current children cumulated vsize (KiB) 82428

[startup+139.102 s]
/proc/loadavg: 1.01 1.05 1.29 2/71 15492
/proc/meminfo: memFree=1800384/2055920 swapFree=4170632/4192956
[pid=15491] ppid=15489 vsize=82692 CPUtime=139
/proc/15491/stat : 15491 (minisat_static) R 15489 15491 15427 0 -1 4194304 22101 0 0 0 13885 15 0 0 25 0 1 0 1184071561 84676608 20141 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 0 0 0
/proc/15491/statm: 20673 20141 87 178 0 20493 0
Current children cumulated CPU time (s) 139
Current children cumulated vsize (KiB) 82692

[startup+139.902 s]
/proc/loadavg: 1.01 1.05 1.29 2/71 15492
/proc/meminfo: memFree=1800256/2055920 swapFree=4170632/4192956
[pid=15491] ppid=15489 vsize=82824 CPUtime=139.8
/proc/15491/stat : 15491 (minisat_static) R 15489 15491 15427 0 -1 4194304 22114 0 0 0 13965 15 0 0 25 0 1 0 1184071561 84811776 20154 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 0 0 0
/proc/15491/statm: 20706 20154 87 178 0 20526 0
Current children cumulated CPU time (s) 139.8
Current children cumulated vsize (KiB) 82824

[startup+140.302 s]
/proc/loadavg: 1.01 1.05 1.29 2/71 15492
/proc/meminfo: memFree=1800256/2055920 swapFree=4170632/4192956
[pid=15491] ppid=15489 vsize=82824 CPUtime=140.2
/proc/15491/stat : 15491 (minisat_static) R 15489 15491 15427 0 -1 4194304 22124 0 0 0 14005 15 0 0 25 0 1 0 1184071561 84811776 20164 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/15491/statm: 20706 20164 87 178 0 20526 0
Current children cumulated CPU time (s) 140.2
Current children cumulated vsize (KiB) 82824

[startup+140.401 s]
/proc/loadavg: 1.01 1.05 1.29 2/71 15492
/proc/meminfo: memFree=1800256/2055920 swapFree=4170632/4192956
[pid=15491] ppid=15489 vsize=82824 CPUtime=140.3
/proc/15491/stat : 15491 (minisat_static) R 15489 15491 15427 0 -1 4194304 22129 0 0 0 14015 15 0 0 25 0 1 0 1184071561 84811776 20169 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 0 0 0
/proc/15491/statm: 20706 20169 87 178 0 20526 0
Current children cumulated CPU time (s) 140.3
Current children cumulated vsize (KiB) 82824

Child status: 20
Real time (s): 140.434
CPU time (s): 140.348
CPU user time (s): 140.175
CPU system time (s): 0.172973
CPU usage (%): 99.9384
Max. virtual memory (cumulated for all children) (KiB): 82824

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

runsolver used 0.141978 second user time and 0.380942 second system time

The end

Launcher Data

Begin job on node45 at 2009-04-07 16:21:29
IDJOB=1589956
IDBENCH=70997
IDSOLVER=568
FILE ID=node45/1589956-1239114088
PBS_JOBID= 9110834
Free space on /tmp= 66228 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-5p0.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1589956-1239114088/watcher-1589956-1239114088 -o /tmp/evaluation-result-1589956-1239114088/solver-1589956-1239114088 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1589956-1239114088.cnf

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

MD5SUM BENCH= b0f091d476e617a8697e9f8acfd1538f
RANDOM SEED=914562291

node45.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.285
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.285
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:       1881256 kB
Buffers:          6628 kB
Cached:         101268 kB
SwapCached:      11512 kB
Active:          21560 kB
Inactive:        99336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1881256 kB
SwapTotal:     4192956 kB
SwapFree:      4170632 kB
Dirty:           10008 kB
Writeback:           0 kB
Mapped:          18660 kB
Slab:            39112 kB
Committed_AS:  3225688 kB
PageTables:       1900 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= 66228 MiB
End job on node45 at 2009-04-07 16:23:50