Trace number 432507

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
bsolo 3.0.17UNSAT 155.128 155.176

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-elf.rf10.ucl.opb
MD5SUMf7a477da8fbb23e2742430438fb68c46
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.64753
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables55066
Total number of constraints160619
Number of constraints which are clauses156587
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4032
Minimum length of a constraint1
Maximum length of a constraint13
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 67
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00/0.00	c bsolo beta version 3.0.17 - 27/04/2007 : 1600 GMT
0.00/0.00	c Developed by Vasco Manquinho IST/UTL - INESC-ID
0.00/0.00	c type "bsolo -h" for help
0.00/0.00	c Time Limit set via environment variable PBTIMEOUT to 1800
0.00/0.00	c Memory Limit set to 1800 MB
0.00/0.00	c Instance file /tmp/evaluation/432507-1177944267/instance-432507-1177944267.opb
0.00/0.00	c File size is 5176311 bytes.
0.89/0.95	c Highest Coefficient sum: 256
0.89/0.95	c Parsing was ok!!
0.89/0.95	c Total parsing time: 0.946 s
1.00/1.04	c Var: 55066 Constr: 160619 156587/0/4032 Lit: 415589 Watch. Lit: 325683
1.00/1.04	c Obj. Vars: 0 (0 % of total variables)
137.85/137.99	c Pre-processing Time: 137.954 s
137.94/138.00	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
137.94/138.00	c        0  28106    82859   232129    2   171379  120658      0      0 137.95
137.94/138.00	c Switching off LPR mode.
155.05/155.16	c      100  28106    82959   235985    2   171925  132724    100      0 139.25
155.05/155.16	c      251  28106    83110   242061    2   172399  145997    251      1 140.15
155.05/155.16	c      476  28106    83335   257263    3   173199  160597    476      3 142.09
155.05/155.16	c      815  28101    83674   275502    3   174098  176657    815      5 144.70
155.05/155.16	c     1324  28101    84183   318654    3   175256  194323   1324      8 148.26
155.05/155.16	c     2090  27447    84949   400825    4   177109  213756   2090     13 152.55
155.05/155.16	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
155.05/155.16	c    6     2582   1098     6962    85441   433071   2582     16 155.12
155.05/155.16	s UNSATISFIABLE
155.05/155.17	c Total time: 155.118 s

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node14/watcher-432507-1177944267 -o ROOT/results/node14/solver-432507-1177944267 -C 1800 -W 3600 -M 1800 --output-limit 1,15 bsolo3.0.17 -m1800 /tmp/evaluation/432507-1177944267/instance-432507-1177944267.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 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.04 1.02 0.77 3/77 4526
/proc/meminfo: memFree=1549760/2055920 swapFree=4148856/4192956
[pid=4526] ppid=4524 vsize=24604 CPUtime=0
/proc/4526/stat : 4526 (bsolo3.0.17) R 4524 4526 4365 0 -1 4194304 364 0 0 0 0 0 0 0 18 0 1 0 242344491 25194496 334 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 7362171 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4526/statm: 4198 335 281 324 0 2004 0

[startup+0.0134161 s]
/proc/loadavg: 1.04 1.02 0.77 3/77 4526
/proc/meminfo: memFree=1549760/2055920 swapFree=4148856/4192956
[pid=4526] ppid=4524 vsize=9248 CPUtime=0
/proc/4526/stat : 4526 (bsolo3.0.17) R 4524 4526 4365 0 -1 4194304 433 0 0 0 0 0 0 0 18 0 1 0 242344491 9469952 403 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 7348758 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4526/statm: 2312 405 294 324 0 118 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9248

[startup+0.101424 s]
/proc/loadavg: 1.04 1.02 0.77 3/77 4526
/proc/meminfo: memFree=1549760/2055920 swapFree=4148856/4192956
[pid=4526] ppid=4524 vsize=11468 CPUtime=0.09
/proc/4526/stat : 4526 (bsolo3.0.17) R 4524 4526 4365 0 -1 4194304 1104 0 0 0 9 0 0 0 18 0 1 0 242344491 11743232 1074 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 7386918 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4526/statm: 2867 1074 416 324 0 673 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11468

[startup+0.301444 s]
/proc/loadavg: 1.04 1.02 0.77 3/77 4526
/proc/meminfo: memFree=1549760/2055920 swapFree=4148856/4192956
[pid=4526] ppid=4524 vsize=16368 CPUtime=0.29
/proc/4526/stat : 4526 (bsolo3.0.17) R 4524 4526 4365 0 -1 4194304 2649 0 0 0 28 1 0 0 19 0 1 0 242344491 16760832 2579 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134527856 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4526/statm: 4092 2579 701 324 0 1898 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16368

[startup+0.70148 s]
/proc/loadavg: 1.04 1.02 0.77 3/77 4526
/proc/meminfo: memFree=1549760/2055920 swapFree=4148856/4192956
[pid=4526] ppid=4524 vsize=25296 CPUtime=0.69
/proc/4526/stat : 4526 (bsolo3.0.17) R 4524 4526 4365 0 -1 4194304 5444 0 0 0 67 2 0 0 23 0 1 0 242344491 25903104 5295 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 7362171 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4526/statm: 6324 5295 1227 324 0 4130 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25296

[startup+1.50155 s]
/proc/loadavg: 1.03 1.02 0.77 2/78 4527
/proc/meminfo: memFree=1522680/2055920 swapFree=4148856/4192956
[pid=4526] ppid=4524 vsize=38264 CPUtime=1.49
/proc/4526/stat : 4526 (bsolo3.0.17) R 4524 4526 4365 0 -1 4194304 10171 0 0 0 144 5 0 0 25 0 1 0 242344491 39182336 8709 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 7356505 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4526/statm: 9566 8709 304 324 0 8636 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38264

[startup+3.10171 s]
/proc/loadavg: 1.03 1.02 0.77 2/78 4527
/proc/meminfo: memFree=1515896/2055920 swapFree=4148856/4192956
[pid=4526] ppid=4524 vsize=38264 CPUtime=3.09
/proc/4526/stat : 4526 (bsolo3.0.17) R 4524 4526 4365 0 -1 4194304 10187 0 0 0 304 5 0 0 25 0 1 0 242344491 39182336 8725 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550764 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4526/statm: 9566 8725 304 324 0 8636 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38264

[startup+6.30201 s]
/proc/loadavg: 1.03 1.02 0.77 2/78 4527
/proc/meminfo: memFree=1515576/2055920 swapFree=4148856/4192956
[pid=4526] ppid=4524 vsize=38396 CPUtime=6.29
/proc/4526/stat : 4526 (bsolo3.0.17) R 4524 4526 4365 0 -1 4194304 10218 0 0 0 624 5 0 0 25 0 1 0 242344491 39317504 8756 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 7360611 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4526/statm: 9599 8756 304 324 0 8669 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38396

[startup+12.7016 s]
/proc/loadavg: 1.03 1.02 0.77 2/78 4527
/proc/meminfo: memFree=1515576/2055920 swapFree=4148856/4192956
[pid=4526] ppid=4524 vsize=38660 CPUtime=12.68
/proc/4526/stat : 4526 (bsolo3.0.17) R 4524 4526 4365 0 -1 4194304 10271 0 0 0 1263 5 0 0 25 0 1 0 242344491 39587840 8809 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134551266 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4526/statm: 9665 8809 304 324 0 8735 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38660

[startup+25.5018 s]
/proc/loadavg: 1.02 1.02 0.77 2/78 4527
/proc/meminfo: memFree=1515448/2055920 swapFree=4148856/4192956
[pid=4526] ppid=4524 vsize=38660 CPUtime=25.48
/proc/4526/stat : 4526 (bsolo3.0.17) R 4524 4526 4365 0 -1 4194304 10283 0 0 0 2542 6 0 0 25 0 1 0 242344491 39587840 8821 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 7360599 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4526/statm: 9665 8821 304 324 0 8735 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38660

[startup+51.1012 s]
/proc/loadavg: 1.01 1.02 0.78 2/78 4527
/proc/meminfo: memFree=1515320/2055920 swapFree=4148856/4192956
[pid=4526] ppid=4524 vsize=38660 CPUtime=51.07
/proc/4526/stat : 4526 (bsolo3.0.17) R 4524 4526 4365 0 -1 4194304 10302 0 0 0 5099 8 0 0 25 0 1 0 242344491 39587840 8840 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550779 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4526/statm: 9665 8840 304 324 0 8735 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 38660

[startup+102.305 s]
/proc/loadavg: 1.00 1.01 0.79 2/78 4527
/proc/meminfo: memFree=1515064/2055920 swapFree=4148856/4192956
[pid=4526] ppid=4524 vsize=38924 CPUtime=102.27
/proc/4526/stat : 4526 (bsolo3.0.17) R 4524 4526 4365 0 -1 4194304 10369 0 0 0 10216 11 0 0 25 0 1 0 242344491 39858176 8907 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 4160521836 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4526/statm: 9731 8907 304 324 0 8801 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 38924

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

[startup+127.902 s]
/proc/loadavg: 1.00 1.01 0.79 2/78 4527
/proc/meminfo: memFree=1514872/2055920 swapFree=4148856/4192956
[pid=4526] ppid=4524 vsize=39188 CPUtime=127.85
/proc/4526/stat : 4526 (bsolo3.0.17) R 4524 4526 4365 0 -1 4194304 10424 0 0 0 12773 12 0 0 25 0 1 0 242344491 40128512 8962 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 7356568 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4526/statm: 9797 8962 304 324 0 8867 0
Current children cumulated CPU time (s) 127.85
Current children cumulated vsize (KiB) 39188

[startup+140.702 s]
/proc/loadavg: 1.00 1.01 0.80 2/78 4527
/proc/meminfo: memFree=1514616/2055920 swapFree=4148856/4192956
[pid=4526] ppid=4524 vsize=39328 CPUtime=140.65
/proc/4526/stat : 4526 (bsolo3.0.17) R 4524 4526 4365 0 -1 4194304 11222 0 0 0 14046 19 0 0 25 0 1 0 242344491 40271872 9004 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 4160091718 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4526/statm: 9832 9004 310 324 0 8902 0
Current children cumulated CPU time (s) 140.65
Current children cumulated vsize (KiB) 39328

[startup+147.101 s]
/proc/loadavg: 1.00 1.01 0.80 2/78 4527
/proc/meminfo: memFree=1514616/2055920 swapFree=4148856/4192956
[pid=4526] ppid=4524 vsize=39328 CPUtime=147.04
/proc/4526/stat : 4526 (bsolo3.0.17) R 4524 4526 4365 0 -1 4194304 11222 0 0 0 14685 19 0 0 25 0 1 0 242344491 40271872 9004 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134574669 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4526/statm: 9832 9004 310 324 0 8902 0
Current children cumulated CPU time (s) 147.04
Current children cumulated vsize (KiB) 39328

[startup+150.302 s]
/proc/loadavg: 1.00 1.01 0.80 2/78 4527
/proc/meminfo: memFree=1514616/2055920 swapFree=4148856/4192956
[pid=4526] ppid=4524 vsize=39328 CPUtime=150.24
/proc/4526/stat : 4526 (bsolo3.0.17) R 4524 4526 4365 0 -1 4194304 11223 0 0 0 15005 19 0 0 25 0 1 0 242344491 40271872 9005 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 7360040 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4526/statm: 9832 9005 310 324 0 8902 0
Current children cumulated CPU time (s) 150.24
Current children cumulated vsize (KiB) 39328

[startup+153.503 s]
/proc/loadavg: 1.00 1.01 0.80 2/78 4527
/proc/meminfo: memFree=1514360/2055920 swapFree=4148856/4192956
[pid=4526] ppid=4524 vsize=39852 CPUtime=153.45
/proc/4526/stat : 4526 (bsolo3.0.17) R 4524 4526 4365 0 -1 4194304 11361 0 0 0 15325 20 0 0 25 0 1 0 242344491 40808448 9143 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550705 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4526/statm: 9963 9143 310 324 0 9033 0
Current children cumulated CPU time (s) 153.45
Current children cumulated vsize (KiB) 39852

[startup+154.302 s]
/proc/loadavg: 1.00 1.01 0.80 2/78 4527
/proc/meminfo: memFree=1514168/2055920 swapFree=4148856/4192956
[pid=4526] ppid=4524 vsize=39984 CPUtime=154.25
/proc/4526/stat : 4526 (bsolo3.0.17) R 4524 4526 4365 0 -1 4194304 11378 0 0 0 15405 20 0 0 25 0 1 0 242344491 40943616 9160 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134571991 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4526/statm: 9996 9160 310 324 0 9066 0
Current children cumulated CPU time (s) 154.25
Current children cumulated vsize (KiB) 39984

[startup+154.702 s]
/proc/loadavg: 1.00 1.01 0.80 2/78 4527
/proc/meminfo: memFree=1514168/2055920 swapFree=4148856/4192956
[pid=4526] ppid=4524 vsize=39984 CPUtime=154.65
/proc/4526/stat : 4526 (bsolo3.0.17) R 4524 4526 4365 0 -1 4194304 11379 0 0 0 15445 20 0 0 25 0 1 0 242344491 40943616 9161 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134551076 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4526/statm: 9996 9161 310 324 0 9066 0
Current children cumulated CPU time (s) 154.65
Current children cumulated vsize (KiB) 39984

[startup+155.106 s]
/proc/loadavg: 1.00 1.01 0.80 2/78 4527
/proc/meminfo: memFree=1514168/2055920 swapFree=4148856/4192956
[pid=4526] ppid=4524 vsize=39984 CPUtime=155.05
/proc/4526/stat : 4526 (bsolo3.0.17) R 4524 4526 4365 0 -1 4194304 11379 0 0 0 15485 20 0 0 25 0 1 0 242344491 40943616 9161 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550764 0 0 4096 16384 0 0 0 17 1 0 0
/proc/4526/statm: 9996 9161 310 324 0 9066 0
Current children cumulated CPU time (s) 155.05
Current children cumulated vsize (KiB) 39984

Child status: 0
Real time (s): 155.176
CPU time (s): 155.128
CPU user time (s): 154.919
CPU system time (s): 0.208968
CPU usage (%): 99.9696
Max. virtual memory (cumulated for all children) (KiB): 41084

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

runsolver used 0.132979 second user time and 0.356945 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon Apr 30 14:44:27 UTC 2007

IDJOB= 432507
IDBENCH= 1494
IDSOLVER= 199
FILE ID= node14/432507-1177944267

PBS_JOBID= 4727667

Free space on /tmp= 66553 MiB

SOLVER NAME= bsolo 3.0.17
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-elf.rf10.ucl.opb
COMMAND LINE= bsolo3.0.17 -m1800 /tmp/evaluation/432507-1177944267/instance-432507-1177944267.opb            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-432507-1177944267 -o ROOT/results/node14/solver-432507-1177944267 -C 1800 -W 3600 -M 1800 --output-limit 1,15  bsolo3.0.17 -m1800 /tmp/evaluation/432507-1177944267/instance-432507-1177944267.opb            

META MD5SUM SOLVER= c9b15312c639dd71a11a1e3ca1b27020
MD5SUM BENCH=  f7a477da8fbb23e2742430438fb68c46

RANDOM SEED= 733260049

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.227
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.227
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:       1550168 kB
Buffers:         46512 kB
Cached:         367792 kB
SwapCached:      12124 kB
Active:         297636 kB
Inactive:       140320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1550168 kB
SwapTotal:     4192956 kB
SwapFree:      4148856 kB
Dirty:           11652 kB
Writeback:           0 kB
Mapped:          30168 kB
Slab:            53340 kB
Committed_AS:  7945940 kB
PageTables:       1784 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= 66553 MiB

End job on node14 on Mon Apr 30 14:47:03 UTC 2007