Trace number 1772957

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
MXC 2009-03-10UNSAT 130.693 130.741

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h31-unknown.cnf
MD5SUM4211c3af8594e6cbb06d7f7e8978c614
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.6953
Satisfiable
(Un)Satisfiability was proved
Number of variables149210
Number of clauses761906
Sum of the clauses size1988854
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2614506
Number of clauses of size 3141844
Number of clauses of size 41307
Number of clauses of size 5115
Number of clauses of size over 53858

Solver Data

130.64/130.71	c starting MXC with:
130.64/130.71	c cnf_path = HOME/instance-1772957-1241298215.cnf
130.64/130.71	c restart_strategy = auto
130.64/130.71	c sign_strategy = cached
130.64/130.71	c use_preprocessing = -1
130.64/130.71	c output_implicant = 1
130.64/130.71	c timeout_seconds = 0
130.64/130.71	c running SatELite... done
130.64/130.71	c 110756 vars eliminated
130.64/130.71	c received 34 units and 545543 clauses from SatELite
130.64/130.71	c 110789 assignments made, starting to guess now
130.64/130.71	c ===================================[MXC]=====================================
130.64/130.71	c | Conflicts |                Clause Statistics                   |   Vars   |
130.64/130.71	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
130.64/130.71	c =============================================================================
130.64/130.71	c |         0 |       0  378830   166713        0        0     nan |   151768 |
130.64/130.71	c |       100 |       0  378831   166713       99     1050    24.6 |    40979 |
130.64/130.71	c |       210 |       0  378840   166713      200     1105    17.4 |    40979 |
130.64/130.71	c |       441 |       0  378848   166713      423     1220    16.8 |    40979 |
130.64/130.71	c |       805 |       0  378851   166713      784     1402    25.7 |    40979 |
130.64/130.71	c |      1315 |       0  378863   166713     1282     1657    26.1 |    40979 |
130.64/130.71	c |      1986 |       0  378870   166713     1946     1993    27.2 |    40979 |
130.64/130.71	c |      2834 |       0  378875   166713     1773     2417    55.1 |    40979 |
130.64/130.71	c |      3876 |       0  378893   166713     2797     2938    49.4 |    40979 |
130.64/130.71	c |      5132 |       0  378904   166713     2504     3566    30.0 |    40979 |
130.64/130.71	c |      6623 |       0  378907   166713     3992     4311    27.5 |    40979 |
130.64/130.71	c |      8373 |       0  378919   166713     3413     5186    31.6 |    40979 |
130.64/130.71	c |     10408 |       0  378935   166713     5432     6204    29.3 |    40979 |
130.64/130.71	c |     12756 |       0  378949   166713     4273     7378    21.6 |    40979 |
130.64/130.71	c |     15449 |       0  378970   166713     6945     8724    35.4 |    40979 |
130.64/130.71	c |     18521 |       0  378987   166713    10000    10260    46.2 |    40979 |
130.64/130.71	c |     22010 |       0  379004   166713     8212    12005    47.0 |    40979 |
130.64/130.71	c |     25958 |       0  379013   166713    12151    13979    47.6 |    40979 |
130.64/130.71	c |     30411 |       0  379034   166713     8670    16205    25.6 |    40979 |
130.64/130.71	c |     35419 |       0  379050   166713    13662    18709    28.7 |    40979 |
130.64/130.71	c |     41038 |       0  379072   166713    19259    21519    30.5 |    40979 |
130.64/130.71	c |     47329 |       0  379086   166713    13645    24664    23.0 |    40979 |
130.64/130.71	c |     54360 |       0  379100   166713    20662    28180    21.7 |    40979 |
130.64/130.71	c |     62205 |       0  379102   166713    28505    32102    19.8 |    40979 |
130.64/130.71	c |     70945 |       0  379103   166713    19396    36472    13.8 |    40979 |
130.64/130.71	c |     80669 |       0  379115   166677    26352    41334    13.1 |    40978 |
130.64/130.71	c |     82559 |       0  379131   166677    28219    42279    13.0 |    39041 |
130.64/130.71	c ----- stats for thread 0 -----
130.64/130.71	c restarts: 311
130.64/130.71	c decisions: 250515
130.64/130.71	c propagations: 175101724
130.64/130.71	c conflicts: 82559
130.64/130.71	c 130.696s elapsed
130.64/130.71	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-1772957-1241298215/watcher-1772957-1241298215 -o /tmp/evaluation-result-1772957-1241298215/solver-1772957-1241298215 -C 10000 -W 12000 -M 1800 HOME/mxc-sat09 -i HOME/instance-1772957-1241298215.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.68 3.93 3.96 3/64 4153
/proc/meminfo: memFree=1157232/2055920 swapFree=4180836/4192956
[pid=4153] ppid=4151 vsize=14600 CPUtime=0
/proc/4153/stat : 4153 (mxc-sat09) R 4151 4153 4116 0 -1 4194304 733 0 0 0 0 0 0 0 18 0 1 0 157855675 14950400 719 1992294400 134512640 135192793 4294956224 18446744073709551615 134779278 0 0 4096 0 0 0 0 17 1 0 0
/proc/4153/statm: 3650 725 46 166 0 3481 0

[startup+0.0598089 s]
/proc/loadavg: 3.68 3.93 3.96 3/64 4153
/proc/meminfo: memFree=1157232/2055920 swapFree=4180836/4192956
[pid=4153] ppid=4151 vsize=45600 CPUtime=0.05
/proc/4153/stat : 4153 (mxc-sat09) R 4151 4153 4116 0 -1 4194304 7974 0 0 0 1 4 0 0 18 0 1 0 157855675 46694400 7929 1992294400 134512640 135192793 4294956224 18446744073709551615 134568510 0 0 4096 0 0 0 0 17 1 0 0
/proc/4153/statm: 11400 7934 53 166 0 11231 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 45600

[startup+0.101814 s]
/proc/loadavg: 3.68 3.93 3.96 3/64 4153
/proc/meminfo: memFree=1157232/2055920 swapFree=4180836/4192956
[pid=4153] ppid=4151 vsize=56948 CPUtime=0.09
/proc/4153/stat : 4153 (mxc-sat09) R 4151 4153 4116 0 -1 4194304 10361 0 0 0 4 5 0 0 18 0 1 0 157855675 58314752 10276 1992294400 134512640 135192793 4294956224 18446744073709551615 134577000 0 0 4096 0 0 0 0 17 1 0 0
/proc/4153/statm: 14237 10277 55 166 0 14068 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56948

[startup+0.301851 s]
/proc/loadavg: 3.68 3.93 3.96 3/64 4153
/proc/meminfo: memFree=1157232/2055920 swapFree=4180836/4192956
[pid=4153] ppid=4151 vsize=71184 CPUtime=0.29
/proc/4153/stat : 4153 (mxc-sat09) R 4151 4153 4116 0 -1 4194304 13843 0 0 0 22 7 0 0 19 0 1 0 157855675 72892416 13758 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/4153/statm: 17796 13758 55 166 0 17627 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71184

[startup+0.701924 s]
/proc/loadavg: 3.68 3.93 3.96 3/64 4153
/proc/meminfo: memFree=1157232/2055920 swapFree=4180836/4192956
[pid=4153] ppid=4151 vsize=99428 CPUtime=0.69
/proc/4153/stat : 4153 (mxc-sat09) R 4151 4153 4116 0 -1 4194304 20328 0 0 0 60 9 0 0 22 0 1 0 157855675 101814272 20243 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/4153/statm: 24857 20243 55 166 0 24688 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99428

[startup+1.50107 s]
/proc/loadavg: 3.46 3.88 3.95 2/65 4154
/proc/meminfo: memFree=1086504/2055920 swapFree=4180836/4192956
[pid=4153] ppid=4151 vsize=88576 CPUtime=1.49
/proc/4153/stat : 4153 (mxc-sat09) R 4151 4153 4116 0 -1 4194304 21162 0 0 0 139 10 0 0 25 0 1 0 157855675 90701824 17638 1992294400 134512640 135192793 4294956224 18446744073709551615 134567920 0 0 4096 0 0 0 0 17 1 0 0
/proc/4153/statm: 22144 17638 55 166 0 21975 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88576

[startup+3.10136 s]
/proc/loadavg: 3.46 3.88 3.95 2/65 4154
/proc/meminfo: memFree=1086312/2055920 swapFree=4180836/4192956
[pid=4153] ppid=4151 vsize=88576 CPUtime=3.09
/proc/4153/stat : 4153 (mxc-sat09) R 4151 4153 4116 0 -1 4194304 21162 0 0 0 299 10 0 0 25 0 1 0 157855675 90701824 17638 1992294400 134512640 135192793 4294956224 18446744073709551615 134567900 0 0 4096 0 0 0 0 17 1 0 0
/proc/4153/statm: 22144 17638 55 166 0 21975 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88576

[startup+6.30195 s]
/proc/loadavg: 3.46 3.88 3.95 2/65 4154
/proc/meminfo: memFree=1049320/2055920 swapFree=4180836/4192956
[pid=4153] ppid=4151 vsize=142948 CPUtime=6.29
/proc/4153/stat : 4153 (mxc-sat09) R 4151 4153 4116 0 -1 4194304 34416 0 0 0 613 16 0 0 25 0 1 0 157855675 146378752 30892 1992294400 134512640 135192793 4294956224 18446744073709551615 134750438 0 0 4096 0 0 0 0 17 1 0 0
/proc/4153/statm: 35737 30892 56 166 0 35568 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142948

[startup+12.7011 s]
/proc/loadavg: 3.09 3.79 3.91 2/65 4154
/proc/meminfo: memFree=1026216/2055920 swapFree=4180836/4192956
[pid=4153] ppid=4151 vsize=150756 CPUtime=12.69
/proc/4153/stat : 4153 (mxc-sat09) R 4151 4153 4116 0 -1 4194304 36216 0 0 0 1252 17 0 0 25 0 1 0 157855675 154374144 32692 1992294400 134512640 135192793 4294956224 18446744073709551615 134567928 0 0 4096 0 0 0 0 17 1 0 0
/proc/4153/statm: 37689 32692 56 166 0 37520 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 150756

[startup+25.5015 s]
/proc/loadavg: 2.76 3.70 3.88 2/65 4154
/proc/meminfo: memFree=1020008/2055920 swapFree=4180836/4192956
[pid=4153] ppid=4151 vsize=158536 CPUtime=25.48
/proc/4153/stat : 4153 (mxc-sat09) R 4151 4153 4116 0 -1 4194304 38001 0 0 0 2531 17 0 0 25 0 1 0 157855675 162340864 34477 1992294400 134512640 135192793 4294956224 18446744073709551615 134567657 0 0 4096 0 0 0 0 17 1 0 0
/proc/4153/statm: 39634 34477 56 166 0 39465 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 158536

[startup+51.1011 s]
/proc/loadavg: 2.16 3.48 3.80 2/65 4154
/proc/meminfo: memFree=1025960/2055920 swapFree=4180836/4192956
[pid=4153] ppid=4151 vsize=147404 CPUtime=51.07
/proc/4153/stat : 4153 (mxc-sat09) R 4151 4153 4116 0 -1 4194304 40286 0 0 0 5087 20 0 0 25 0 1 0 157855675 150941696 32818 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/4153/statm: 36851 32818 73 166 0 36682 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 147404

[startup+102.306 s]
/proc/loadavg: 1.46 3.06 3.64 2/65 4154
/proc/meminfo: memFree=1021160/2055920 swapFree=4180836/4192956
[pid=4153] ppid=4151 vsize=152292 CPUtime=102.26
/proc/4153/stat : 4153 (mxc-sat09) R 4151 4153 4116 0 -1 4194304 41487 0 0 0 10204 22 0 0 25 0 1 0 157855675 155947008 34019 1992294400 134512640 135192793 4294956224 18446744073709551615 134550996 0 0 4096 0 0 0 0 17 1 0 0
/proc/4153/statm: 38073 34019 73 166 0 37904 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 152292

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

[startup+115.102 s]
/proc/loadavg: 1.39 2.99 3.61 2/65 4154
/proc/meminfo: memFree=1020648/2055920 swapFree=4180836/4192956
[pid=4153] ppid=4151 vsize=152832 CPUtime=115.05
/proc/4153/stat : 4153 (mxc-sat09) R 4151 4153 4116 0 -1 4194304 41625 0 0 0 11483 22 0 0 25 0 1 0 157855675 156499968 34157 1992294400 134512640 135192793 4294956224 18446744073709551615 134534131 0 0 4096 0 0 0 0 17 1 0 0
/proc/4153/statm: 38208 34157 73 166 0 38039 0
Current children cumulated CPU time (s) 115.05
Current children cumulated vsize (KiB) 152832

[startup+121.502 s]
/proc/loadavg: 1.33 2.93 3.58 2/65 4154
/proc/meminfo: memFree=1019432/2055920 swapFree=4180836/4192956
[pid=4153] ppid=4151 vsize=154324 CPUtime=121.45
/proc/4153/stat : 4153 (mxc-sat09) R 4151 4153 4116 0 -1 4194304 41944 0 0 0 12122 23 0 0 25 0 1 0 157855675 158027776 34476 1992294400 134512640 135192793 4294956224 18446744073709551615 134549771 0 0 4096 0 0 0 0 17 1 0 0
/proc/4153/statm: 38581 34476 73 166 0 38412 0
Current children cumulated CPU time (s) 121.45
Current children cumulated vsize (KiB) 154324

[startup+124.702 s]
/proc/loadavg: 1.33 2.93 3.58 2/65 4154
/proc/meminfo: memFree=1019240/2055920 swapFree=4180836/4192956
[pid=4153] ppid=4151 vsize=154472 CPUtime=124.65
/proc/4153/stat : 4153 (mxc-sat09) R 4151 4153 4116 0 -1 4194304 41968 0 0 0 12442 23 0 0 25 0 1 0 157855675 158179328 34500 1992294400 134512640 135192793 4294956224 18446744073709551615 134532593 0 0 4096 0 0 0 0 17 1 0 0
/proc/4153/statm: 38618 34500 73 166 0 38449 0
Current children cumulated CPU time (s) 124.65
Current children cumulated vsize (KiB) 154472

[startup+127.901 s]
/proc/loadavg: 1.30 2.89 3.57 2/65 4154
/proc/meminfo: memFree=1019112/2055920 swapFree=4180836/4192956
[pid=4153] ppid=4151 vsize=154664 CPUtime=127.85
/proc/4153/stat : 4153 (mxc-sat09) R 4151 4153 4116 0 -1 4194304 41997 0 0 0 12762 23 0 0 25 0 1 0 157855675 158375936 34529 1992294400 134512640 135192793 4294956224 18446744073709551615 134533186 0 0 4096 0 0 0 0 17 1 0 0
/proc/4153/statm: 38666 34529 73 166 0 38497 0
Current children cumulated CPU time (s) 127.85
Current children cumulated vsize (KiB) 154664

[startup+129.501 s]
/proc/loadavg: 1.30 2.89 3.57 2/65 4154
/proc/meminfo: memFree=1019112/2055920 swapFree=4180836/4192956
[pid=4153] ppid=4151 vsize=154664 CPUtime=129.45
/proc/4153/stat : 4153 (mxc-sat09) R 4151 4153 4116 0 -1 4194304 42002 0 0 0 12922 23 0 0 25 0 1 0 157855675 158375936 34534 1992294400 134512640 135192793 4294956224 18446744073709551615 134553594 0 0 4096 0 0 0 0 17 1 0 0
/proc/4153/statm: 38666 34534 73 166 0 38497 0
Current children cumulated CPU time (s) 129.45
Current children cumulated vsize (KiB) 154664

[startup+130.302 s]
/proc/loadavg: 1.30 2.89 3.57 2/65 4154
/proc/meminfo: memFree=1019048/2055920 swapFree=4180836/4192956
[pid=4153] ppid=4151 vsize=154664 CPUtime=130.24
/proc/4153/stat : 4153 (mxc-sat09) R 4151 4153 4116 0 -1 4194304 42017 0 0 0 13001 23 0 0 25 0 1 0 157855675 158375936 34549 1992294400 134512640 135192793 4294956224 18446744073709551615 134533866 0 0 4096 0 0 0 0 17 1 0 0
/proc/4153/statm: 38666 34549 73 166 0 38497 0
Current children cumulated CPU time (s) 130.24
Current children cumulated vsize (KiB) 154664

[startup+130.702 s]
/proc/loadavg: 1.30 2.89 3.57 2/65 4154
/proc/meminfo: memFree=1019048/2055920 swapFree=4180836/4192956
[pid=4153] ppid=4151 vsize=154904 CPUtime=130.64
/proc/4153/stat : 4153 (mxc-sat09) R 4151 4153 4116 0 -1 4194304 42046 0 0 0 13041 23 0 0 25 0 1 0 157855675 158621696 34578 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/4153/statm: 38726 34578 73 166 0 38557 0
Current children cumulated CPU time (s) 130.64
Current children cumulated vsize (KiB) 154904

Child status: 20
Real time (s): 130.741
CPU time (s): 130.693
CPU user time (s): 130.435
CPU system time (s): 0.25796
CPU usage (%): 99.9631
Max. virtual memory (cumulated for all children) (KiB): 159348

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

runsolver used 0.090986 second user time and 0.310952 second system time

The end

Launcher Data

Begin job on node2 at 2009-05-02 23:03:36
IDJOB=1772957
IDBENCH=20419
IDSOLVER=613
FILE ID=node2/1772957-1241298215
PBS_JOBID= 9225177
Free space on /tmp= 66348 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h31-unknown.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772957-1241298215/watcher-1772957-1241298215 -o /tmp/evaluation-result-1772957-1241298215/solver-1772957-1241298215 -C 10000 -W 12000 -M 1800  HOME/mxc-sat09 -i HOME/instance-1772957-1241298215.cnf

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

MD5SUM BENCH= 4211c3af8594e6cbb06d7f7e8978c614
RANDOM SEED=801274144

node2.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.265
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.265
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:       1157712 kB
Buffers:         89728 kB
Cached:         697424 kB
SwapCached:       5932 kB
Active:          83696 kB
Inactive:       711804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1157712 kB
SwapTotal:     4192956 kB
SwapFree:      4180836 kB
Dirty:           14544 kB
Writeback:           0 kB
Mapped:          13968 kB
Slab:            88684 kB
Committed_AS:   900416 kB
PageTables:       1468 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= 66348 MiB
End job on node2 at 2009-05-02 23:05:46