Trace number 312555

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
CMUSAT BASE 2007-02-08UNSAT 82.1815 82.2053

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/dated-10-15-u.cnf
MD5SUM3b92b02eda280b3d74433fa589c2d772
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark18.4502
Satisfiable
(Un)Satisfiability was proved
Number of variables193016
Number of clauses885873
Sum of the clauses size2034196
Maximum clause length10
Minimum clause length1
Number of clauses of size 116194
Number of clauses of size 2700175
Number of clauses of size 3133124
Number of clauses of size 44040
Number of clauses of size 516160
Number of clauses of size over 516180

Solver Data (download as text)

82.06/82.18	c Number of variables:  193016
82.06/82.18	c Number of clauses:    885873
82.06/82.18	c DBreduced=0 GV=102[0]  GL=869764[ 869679,85] Prune=735 decisions=632 restart=0 est=27.0636 DB Impl=3691784[0]  
82.06/82.18	c DBreduced=0 GV=151[0]  GL=869802[ 869679,123] Prune=937 decisions=785 restart=1 est=30.0965 DB Impl=4419561[0]  
82.06/82.18	c DBreduced=0 GV=226[0]  GL=869860[ 869679,181] Prune=1315 decisions=1088 restart=2 est=34.5692 DB Impl=5848827[0]  
82.06/82.18	c DBreduced=0 GV=338[0]  GL=869940[ 869679,261] Prune=1798 decisions=1459 restart=3 est=40.3718 DB Impl=7539248[0]  
82.06/82.18	c DBreduced=0 GV=509[0]  GL=870067[ 869679,388] Prune=2389 decisions=1879 restart=4 est=44.2963 DB Impl=10013782[0]  
82.06/82.18	c DBreduced=0 GV=760[0]  GL=870313[ 869679,634] Prune=3146 decisions=2385 restart=5 est=46.2031 DB Impl=11781377[0]  
82.06/82.18	c DBreduced=0 GV=1140[0]  GL=870675[ 869679,996] Prune=4386 decisions=3245 restart=6 est=47.507 DB Impl=14425922[0]  
82.06/82.18	c DBreduced=0 GV=1709[0]  GL=871226[ 869679,1547] Prune=5989 decisions=4279 restart=7 est=50.0711 DB Impl=17605656[0]  
82.06/82.18	c DBreduced=0 GV=2564[0]  GL=872072[ 869679,2393] Prune=8160 decisions=5595 restart=8 est=50.5572 DB Impl=21353027[0]  
82.06/82.18	c DBreduced=0 GV=3846[0]  GL=873344[ 869679,3665] Prune=11258 decisions=7411 restart=9 est=50.7306 DB Impl=25658865[0]  
82.06/82.18	c DBreduced=0 GV=5767[0]  GL=875259[ 869679,5580] Prune=15607 decisions=9839 restart=10 est=51.4048 DB Impl=31904032[0]  
82.06/82.18	c DBreduced=0 GV=8651[0]  GL=878136[ 869679,8457] Prune=22338 decisions=13686 restart=11 est=54.5511 DB Impl=38214402[0]  
82.06/82.18	c DBreduced=0 GV=12975[0]  GL=882442[ 869679,12763] Prune=31880 decisions=18904 restart=12 est=54.8717 DB Impl=46488679[0]  
82.06/82.18	c DBreduced=0 GV=19462[0]  GL=888910[ 869679,19231] Prune=46413 decisions=26950 restart=13 est=78.549 DB Impl=61732894[0]  
82.06/82.18	c #Total time (in seconds): 81.9765
82.06/82.18	c #Memory used (in MB): 128.223
82.06/82.18	c 
82.06/82.18	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node57/watcher-312555-1176856618 -o ROOT/results/node57/solver-312555-1176856618 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/312555-1176856618/cmusat_base /tmp/evaluation/312555-1176856618/instance-312555-1176856618.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.91 0.97 0.97 3/64 6484
/proc/meminfo: memFree=1544968/2055920 swapFree=4174180/4192956
[pid=6484] ppid=6482 vsize=2172 CPUtime=0
/proc/6484/stat : 6484 (cmusat_base) R 6482 6484 5623 0 -1 4194304 175 0 0 0 0 0 0 0 19 0 1 0 126797825 2224128 157 18446744073709551615 134512640 135500113 4294956624 18446744073709551615 135117453 0 0 4096 35 0 0 0 17 1 0 0
/proc/6484/statm: 543 163 81 241 0 299 0

[startup+0.104289 s]
/proc/loadavg: 0.91 0.97 0.97 3/64 6484
/proc/meminfo: memFree=1544968/2055920 swapFree=4174180/4192956
[pid=6484] ppid=6482 vsize=41524 CPUtime=0.09
/proc/6484/stat : 6484 (cmusat_base) R 6482 6484 5623 0 -1 4194304 3639 0 0 0 8 1 0 0 20 0 1 0 126797825 42520576 3621 18446744073709551615 134512640 135500113 4294956624 18446744073709551615 134564434 0 0 4096 35 0 0 0 17 1 0 0
/proc/6484/statm: 10381 3621 90 241 0 10137 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41524

[startup+0.20129 s]
/proc/loadavg: 0.91 0.97 0.97 3/64 6484
/proc/meminfo: memFree=1544968/2055920 swapFree=4174180/4192956
[pid=6484] ppid=6482 vsize=43108 CPUtime=0.19
/proc/6484/stat : 6484 (cmusat_base) R 6482 6484 5623 0 -1 4194304 4643 0 0 0 17 2 0 0 20 0 1 0 126797825 44142592 4625 18446744073709551615 134512640 135500113 4294956624 18446744073709551615 135064935 0 0 4096 35 0 0 0 17 1 0 0
/proc/6484/statm: 10777 4625 90 241 0 10533 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 43108

[startup+0.301295 s]
/proc/loadavg: 0.91 0.97 0.97 3/64 6484
/proc/meminfo: memFree=1544968/2055920 swapFree=4174180/4192956
[pid=6484] ppid=6482 vsize=44692 CPUtime=0.29
/proc/6484/stat : 6484 (cmusat_base) R 6482 6484 5623 0 -1 4194304 5640 0 0 0 26 3 0 0 20 0 1 0 126797825 45764608 5622 18446744073709551615 134512640 135500113 4294956624 18446744073709551615 135064935 0 0 4096 35 0 0 0 17 1 0 0
/proc/6484/statm: 11173 5622 90 241 0 10929 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44692

[startup+0.701329 s]
/proc/loadavg: 0.91 0.97 0.97 3/64 6484
/proc/meminfo: memFree=1544968/2055920 swapFree=4174180/4192956
[pid=6484] ppid=6482 vsize=51292 CPUtime=0.69
/proc/6484/stat : 6484 (cmusat_base) R 6482 6484 5623 0 -1 4194304 9607 0 0 0 64 5 0 0 24 0 1 0 126797825 52523008 9589 18446744073709551615 134512640 135500113 4294956624 18446744073709551615 135064935 0 0 4096 35 0 0 0 17 1 0 0
/proc/6484/statm: 12823 9589 90 241 0 12579 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51292

[startup+1.5014 s]
/proc/loadavg: 0.91 0.97 0.97 2/65 6485
/proc/meminfo: memFree=1489024/2055920 swapFree=4174180/4192956
[pid=6484] ppid=6482 vsize=73768 CPUtime=1.49
/proc/6484/stat : 6484 (cmusat_base) R 6482 6484 5623 0 -1 4194304 17568 0 0 0 140 9 0 0 25 0 1 0 126797825 75538432 17550 18446744073709551615 134512640 135500113 4294956624 18446744073709551615 134559860 0 0 4096 35 0 0 0 17 1 0 0
/proc/6484/statm: 18442 17550 93 241 0 18198 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73768

[startup+3.10154 s]
/proc/loadavg: 0.91 0.97 0.97 2/65 6485
/proc/meminfo: memFree=1474048/2055920 swapFree=4174180/4192956
[pid=6484] ppid=6482 vsize=73900 CPUtime=3.09
/proc/6484/stat : 6484 (cmusat_base) R 6482 6484 5623 0 -1 4194304 17616 0 0 0 299 10 0 0 25 0 1 0 126797825 75673600 17598 18446744073709551615 134512640 135500113 4294956624 18446744073709551615 134560538 0 0 4096 35 0 0 0 17 1 0 0
/proc/6484/statm: 18475 17598 93 241 0 18231 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73900

[startup+6.30182 s]
/proc/loadavg: 0.92 0.97 0.97 2/65 6485
/proc/meminfo: memFree=1474176/2055920 swapFree=4174180/4192956
[pid=6484] ppid=6482 vsize=74296 CPUtime=6.29
/proc/6484/stat : 6484 (cmusat_base) R 6482 6484 5623 0 -1 4194304 17749 0 0 0 619 10 0 0 25 0 1 0 126797825 76079104 17731 18446744073709551615 134512640 135500113 4294956624 18446744073709551615 134562414 0 0 4096 35 0 0 0 17 1 0 0
/proc/6484/statm: 18574 17731 110 241 0 18330 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 74296

[startup+12.7014 s]
/proc/loadavg: 0.93 0.97 0.97 2/65 6485
/proc/meminfo: memFree=1473672/2055920 swapFree=4174180/4192956
[pid=6484] ppid=6482 vsize=74824 CPUtime=12.68
/proc/6484/stat : 6484 (cmusat_base) R 6482 6484 5623 0 -1 4194304 17880 0 0 0 1258 10 0 0 25 0 1 0 126797825 76619776 17862 18446744073709551615 134512640 135500113 4294956624 18446744073709551615 134559842 0 0 4096 35 0 0 0 17 1 0 0
/proc/6484/statm: 18706 17862 110 241 0 18462 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 74824

[startup+25.5025 s]
/proc/loadavg: 0.94 0.97 0.97 2/65 6485
/proc/meminfo: memFree=1472264/2055920 swapFree=4174180/4192956
[pid=6484] ppid=6482 vsize=76280 CPUtime=25.49
/proc/6484/stat : 6484 (cmusat_base) R 6482 6484 5623 0 -1 4194304 18270 0 0 0 2538 11 0 0 25 0 1 0 126797825 78110720 18252 18446744073709551615 134512640 135500113 4294956624 18446744073709551615 134559940 0 0 4096 35 0 0 0 17 1 0 0
/proc/6484/statm: 19070 18252 110 241 0 18826 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76280

[startup+51.1027 s]
/proc/loadavg: 0.96 0.97 0.97 2/65 6485
/proc/meminfo: memFree=1465992/2055920 swapFree=4174180/4192956
[pid=6484] ppid=6482 vsize=82632 CPUtime=51.08
/proc/6484/stat : 6484 (cmusat_base) R 6482 6484 5623 0 -1 4194304 19939 0 0 0 5095 13 0 0 25 0 1 0 126797825 84615168 19921 18446744073709551615 134512640 135500113 4294956624 18446744073709551615 134559932 0 0 4096 35 0 0 0 17 1 0 0
/proc/6484/statm: 20658 19921 110 241 0 20414 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 82632

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

[startup+51.2027 s]
/proc/loadavg: 0.96 0.97 0.97 2/65 6485
/proc/meminfo: memFree=1465992/2055920 swapFree=4174180/4192956
[pid=6484] ppid=6482 vsize=82632 CPUtime=51.18
/proc/6484/stat : 6484 (cmusat_base) R 6482 6484 5623 0 -1 4194304 19948 0 0 0 5105 13 0 0 25 0 1 0 126797825 84615168 19930 18446744073709551615 134512640 135500113 4294956624 18446744073709551615 134560358 0 0 4096 35 0 0 0 17 1 0 0
/proc/6484/statm: 20658 19930 110 241 0 20414 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 82632

[startup+64.0018 s]
/proc/loadavg: 0.97 0.97 0.97 2/65 6485
/proc/meminfo: memFree=1444424/2055920 swapFree=4174180/4192956
[pid=6484] ppid=6482 vsize=131300 CPUtime=63.97
/proc/6484/stat : 6484 (cmusat_base) R 6482 6484 5623 0 -1 4194304 32137 0 0 0 6379 18 0 0 25 0 1 0 126797825 134451200 25195 18446744073709551615 134512640 135500113 4294956624 18446744073709551615 134559860 0 0 4096 35 0 0 0 17 1 0 0
/proc/6484/statm: 32825 25195 110 241 0 32581 0
Current children cumulated CPU time (s) 63.97
Current children cumulated vsize (KiB) 131300

[startup+70.4014 s]
/proc/loadavg: 0.97 0.97 0.97 2/65 6485
/proc/meminfo: memFree=1444424/2055920 swapFree=4174180/4192956
[pid=6484] ppid=6482 vsize=131300 CPUtime=70.37
/proc/6484/stat : 6484 (cmusat_base) R 6482 6484 5623 0 -1 4194304 32152 0 0 0 7019 18 0 0 25 0 1 0 126797825 134451200 25210 18446744073709551615 134512640 135500113 4294956624 18446744073709551615 134560476 0 0 4096 35 0 0 0 17 1 0 0
/proc/6484/statm: 32825 25210 110 241 0 32581 0
Current children cumulated CPU time (s) 70.37
Current children cumulated vsize (KiB) 131300

[startup+76.8029 s]
/proc/loadavg: 0.97 0.97 0.97 2/65 6485
/proc/meminfo: memFree=1444424/2055920 swapFree=4174180/4192956
[pid=6484] ppid=6482 vsize=131300 CPUtime=76.77
/proc/6484/stat : 6484 (cmusat_base) R 6482 6484 5623 0 -1 4194304 32165 0 0 0 7659 18 0 0 25 0 1 0 126797825 134451200 25223 18446744073709551615 134512640 135500113 4294956624 18446744073709551615 134559834 0 0 4096 35 0 0 0 17 1 0 0
/proc/6484/statm: 32825 25223 110 241 0 32581 0
Current children cumulated CPU time (s) 76.77
Current children cumulated vsize (KiB) 131300

[startup+80.0012 s]
/proc/loadavg: 0.98 0.97 0.97 2/65 6485
/proc/meminfo: memFree=1444424/2055920 swapFree=4174180/4192956
[pid=6484] ppid=6482 vsize=131300 CPUtime=79.96
/proc/6484/stat : 6484 (cmusat_base) R 6482 6484 5623 0 -1 4194304 32169 0 0 0 7978 18 0 0 25 0 1 0 126797825 134451200 25227 18446744073709551615 134512640 135500113 4294956624 18446744073709551615 134559932 0 0 4096 35 0 0 0 17 1 0 0
/proc/6484/statm: 32825 25227 110 241 0 32581 0
Current children cumulated CPU time (s) 79.96
Current children cumulated vsize (KiB) 131300

[startup+81.6014 s]
/proc/loadavg: 0.98 0.97 0.97 2/65 6485
/proc/meminfo: memFree=1444424/2055920 swapFree=4174180/4192956
[pid=6484] ppid=6482 vsize=131300 CPUtime=81.56
/proc/6484/stat : 6484 (cmusat_base) R 6482 6484 5623 0 -1 4194304 32174 0 0 0 8138 18 0 0 25 0 1 0 126797825 134451200 25232 18446744073709551615 134512640 135500113 4294956624 18446744073709551615 134560002 0 0 4096 35 0 0 0 17 1 0 0
/proc/6484/statm: 32825 25232 110 241 0 32581 0
Current children cumulated CPU time (s) 81.56
Current children cumulated vsize (KiB) 131300

[startup+82.0014 s]
/proc/loadavg: 0.98 0.97 0.97 2/65 6485
/proc/meminfo: memFree=1444424/2055920 swapFree=4174180/4192956
[pid=6484] ppid=6482 vsize=131300 CPUtime=81.96
/proc/6484/stat : 6484 (cmusat_base) R 6482 6484 5623 0 -1 4194304 32174 0 0 0 8178 18 0 0 25 0 1 0 126797825 134451200 25232 18446744073709551615 134512640 135500113 4294956624 18446744073709551615 134560538 0 0 4096 35 0 0 0 17 1 0 0
/proc/6484/statm: 32825 25232 110 241 0 32581 0
Current children cumulated CPU time (s) 81.96
Current children cumulated vsize (KiB) 131300

[startup+82.2014 s]
/proc/loadavg: 0.98 0.97 0.97 2/65 6485
/proc/meminfo: memFree=1444424/2055920 swapFree=4174180/4192956
[pid=6484] ppid=6482 vsize=0 CPUtime=82.17
/proc/6484/stat : 6484 (cmusat_base) R 6482 6484 5623 0 -1 4194308 32182 0 0 0 8197 20 0 0 25 0 1 0 126797825 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/6484/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 82.17
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 82.2053
CPU time (s): 82.1815
CPU user time (s): 81.9765
CPU system time (s): 0.204968
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 131300

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

runsolver used 0.072988 second user time and 0.167974 second system time

The end

Launcher Data (download as text)

Begin job on node57 on Wed Apr 18 00:36:59 UTC 2007

IDJOB= 312555
IDBENCH= 20344
IDSOLVER= 120
FILE ID= node57/312555-1176856618

PBS_JOBID= 4590226

Free space on /tmp= 66495 MiB

SOLVER NAME= CMUSAT BASE 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/medium-unsat/dated-10-15-u.cnf
COMMAND LINE= /tmp/evaluation/312555-1176856618/cmusat_base /tmp/evaluation/312555-1176856618/instance-312555-1176856618.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node57/watcher-312555-1176856618 -o ROOT/results/node57/solver-312555-1176856618 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/312555-1176856618/cmusat_base /tmp/evaluation/312555-1176856618/instance-312555-1176856618.cnf            

META MD5SUM SOLVER= af990fb12f8926fdd756b397adb3b5cf
MD5SUM BENCH=  3b92b02eda280b3d74433fa589c2d772

RANDOM SEED= 429671775

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node57.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.239
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.239
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:       1545312 kB
Buffers:         27544 kB
Cached:         421940 kB
SwapCached:      13052 kB
Active:         350600 kB
Inactive:       117804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1545312 kB
SwapTotal:     4192956 kB
SwapFree:      4174180 kB
Dirty:           18128 kB
Writeback:           0 kB
Mapped:          15468 kB
Slab:            28360 kB
Committed_AS:   840384 kB
PageTables:       1408 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= 66495 MiB

End job on node57 on Wed Apr 18 00:38:21 UTC 2007