Trace number 338639

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
SATzilla CRAFTEDUNSAT 18.5042 18.5206

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
gt-ordering-sat-gt-040.sat05-1297.reshuffled-07.cnf
MD5SUMa12e117c336ca4cea22ec458f6b2361c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.422
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses60099
Sum of the clauses size180957
Maximum clause length39
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2780
Number of clauses of size 359279
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data (download as text)

12.57/12.62	c run March_dl for 5 seconds ... 
12.57/12.62	c Bin: Executing march_dl
12.57/12.62	c child exit by a signal
12.57/12.62	c march_dl returned code 137.
12.57/12.62	c run saps (UBCSAT implementation) for 2 seconds ... 
12.57/12.62	c Bin: Executing ubcsat2006
12.57/12.62	c child exited successfully
12.57/12.62	c ubcsat2006 returned code 0.
12.57/12.62	c satzilla computing base features
12.57/12.62	c satzilla doing unit-prop probe
12.57/12.62	c satzilla doing local search probe
12.57/12.62	c satzilla doing lobjois search-space size estimate
12.57/12.62	c satzilla's ranking:
12.57/12.62	c 1) zchaff_rand+P: 0.985440
12.57/12.62	c 2) vallst+P: 3.650802
12.57/12.62	c 3) march_dl+P: 3.799352
12.57/12.62	c 4) minisat20: 3.809872
12.57/12.62	c 5) minisat20+P: 3.877397
12.57/12.62	c 6) march_dl: 3.883364
12.57/12.62	c 7) kcnfs+P: 999.000000
12.57/12.62	c 8) kcnfs: 999.000000
12.57/12.62	c 9) vallst: 999.000000
12.57/12.62	c 10) zchaff_rand: 999.000000
12.57/12.62	c satzilla running zchaff_rand with preprocessing ... 
18.45/18.51	c Preprocessing...
18.45/18.51	c Inital problem has 1600 variables, 59319 nary clauses (780 binary clauses).
18.45/18.51	c Num non-binary clauses 59319, Average non-binary clause length 3.024
18.45/18.51	c Preprocessor runtime was 0.140 seconds.
18.45/18.51	c 
18.45/18.51	c Satisfiability of theory still undetermined.
18.45/18.51	c See file /tmp/cuaZjr for simplified theory.
18.45/18.51	c Bin: Executing zchaff_rand
18.45/18.51	c child exited successfully
18.45/18.51	c zchaff_rand returned code 20.
18.45/18.51	s UNSATISFIABLE
18.45/18.51	c SATZILLA_TIME=18.480000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node2/watcher-338639-1173689643 -o ROOT/results/node2/solver-338639-1173689643 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338639-1173689643/SATzilla2007_C /tmp/evaluation/338639-1173689643/instance-338639-1173689643.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.99 3/77 15615
/proc/meminfo: memFree=1414256/2055920 swapFree=4153164/4192956
[pid=15615] ppid=15613 vsize=1440 CPUtime=0
/proc/15615/stat : 15615 (SATzilla2007_C) S 15613 15615 13517 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388919321 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15615/statm: 360 110 95 260 0 84 0
[pid=15616] ppid=15615 vsize=1240 CPUtime=0
/proc/15616/stat : 15616 (march_dl) R 15615 15615 13517 0 -1 4194304 157 0 0 0 0 0 0 0 19 0 1 0 388919321 1269760 152 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15616/statm: 310 153 50 118 0 189 0

[startup+0.0529071 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 15615
/proc/meminfo: memFree=1414256/2055920 swapFree=4153164/4192956
[pid=15615] ppid=15613 vsize=1440 CPUtime=0
/proc/15615/stat : 15615 (SATzilla2007_C) S 15613 15615 13517 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388919321 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15615/statm: 360 110 95 260 0 84 0
[pid=15616] ppid=15615 vsize=1768 CPUtime=0.04
/proc/15616/stat : 15616 (march_dl) R 15615 15615 13517 0 -1 4194304 326 0 0 0 4 0 0 0 19 0 1 0 388919321 1810432 321 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15616/statm: 442 321 50 118 0 321 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3208

[startup+0.101912 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 15615
/proc/meminfo: memFree=1414256/2055920 swapFree=4153164/4192956
[pid=15615] ppid=15613 vsize=1440 CPUtime=0
/proc/15615/stat : 15615 (SATzilla2007_C) S 15613 15615 13517 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388919321 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15615/statm: 360 110 95 260 0 84 0
[pid=15616] ppid=15615 vsize=3656 CPUtime=0.09
/proc/15616/stat : 15616 (march_dl) R 15615 15615 13517 0 -1 4194304 772 0 0 0 9 0 0 0 19 0 1 0 388919321 3743744 604 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15616/statm: 914 606 52 118 0 793 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5096

[startup+0.301932 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 15615
/proc/meminfo: memFree=1414256/2055920 swapFree=4153164/4192956
[pid=15615] ppid=15613 vsize=1440 CPUtime=0
/proc/15615/stat : 15615 (SATzilla2007_C) S 15613 15615 13517 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388919321 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15615/statm: 360 110 95 260 0 84 0
[pid=15616] ppid=15615 vsize=4276 CPUtime=0.29
/proc/15616/stat : 15616 (march_dl) R 15615 15615 13517 0 -1 4194304 3853 0 0 0 28 1 0 0 20 0 1 0 388919321 4378624 773 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134564088 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15616/statm: 1069 773 63 118 0 948 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5716

[startup+0.701974 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 15615
/proc/meminfo: memFree=1414256/2055920 swapFree=4153164/4192956
[pid=15615] ppid=15613 vsize=1440 CPUtime=0
/proc/15615/stat : 15615 (SATzilla2007_C) S 15613 15615 13517 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388919321 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15615/statm: 360 110 95 260 0 84 0
[pid=15616] ppid=15615 vsize=8424 CPUtime=0.69
/proc/15616/stat : 15616 (march_dl) R 15615 15615 13517 0 -1 4194304 6467 0 0 0 59 10 0 0 24 0 1 0 388919321 8626176 1797 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15616/statm: 2106 1797 73 118 0 1985 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9864

[startup+1.50106 s]
/proc/loadavg: 0.91 0.97 0.99 2/79 15617
/proc/meminfo: memFree=1407264/2055920 swapFree=4153164/4192956
[pid=15615] ppid=15613 vsize=1440 CPUtime=0
/proc/15615/stat : 15615 (SATzilla2007_C) S 15613 15615 13517 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388919321 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15615/statm: 360 110 95 260 0 84 0
[pid=15616] ppid=15615 vsize=7900 CPUtime=1.49
/proc/15616/stat : 15616 (march_dl) R 15615 15615 13517 0 -1 4194304 7067 0 0 0 114 35 0 0 25 0 1 0 388919321 8089600 1681 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134559195 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15616/statm: 1975 1681 73 118 0 1854 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9340

[startup+3.10122 s]
/proc/loadavg: 0.91 0.97 0.99 2/79 15617
/proc/meminfo: memFree=1407968/2055920 swapFree=4153164/4192956
[pid=15615] ppid=15613 vsize=1440 CPUtime=0
/proc/15615/stat : 15615 (SATzilla2007_C) S 15613 15615 13517 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 388919321 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15615/statm: 360 110 95 260 0 84 0
[pid=15616] ppid=15615 vsize=7880 CPUtime=3.09
/proc/15616/stat : 15616 (march_dl) R 15615 15615 13517 0 -1 4194304 9507 0 0 0 273 36 0 0 25 0 1 0 388919321 8069120 1621 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15616/statm: 1970 1621 75 118 0 1849 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9320

[startup+6.30156 s]
/proc/loadavg: 0.92 0.97 0.99 2/79 15618
/proc/meminfo: memFree=1410464/2055920 swapFree=4153164/4192956
[pid=15615] ppid=15613 vsize=1440 CPUtime=4.99
/proc/15615/stat : 15615 (SATzilla2007_C) S 15613 15615 13517 0 -1 4194304 135 9664 0 0 0 0 463 36 16 0 1 0 388919321 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15615/statm: 360 111 96 260 0 84 0
[pid=15618] ppid=15615 vsize=6188 CPUtime=1.28
/proc/15618/stat : 15618 (ubcsat2006) R 15615 15615 13517 0 -1 4194304 1030 0 0 0 125 3 0 0 25 0 1 0 388919822 6336512 1013 18446744073709551615 134512640 134777720 4294956592 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15618/statm: 1547 1013 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 15618
/proc/meminfo: memFree=1409832/2055920 swapFree=4153164/4192956
[pid=15615] ppid=15613 vsize=7088 CPUtime=12.67
/proc/15615/stat : 15615 (SATzilla2007_C) R 15613 15615 13517 0 -1 4194304 4138 10700 0 0 549 5 672 41 25 0 1 0 388919321 7258112 1583 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/15615/statm: 1772 1583 156 260 0 1496 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7088

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

[startup+15.9015 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 15619
/proc/meminfo: memFree=1396256/2055920 swapFree=4153164/4192956
[pid=15615] ppid=15613 vsize=11760 CPUtime=12.82
/proc/15615/stat : 15615 (SATzilla2007_C) S 15613 15615 13517 0 -1 4194304 5309 10700 0 0 563 6 672 41 25 0 1 0 388919321 12042240 2746 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15615/statm: 2940 2746 164 260 0 2664 0
[pid=15619] ppid=15615 vsize=14324 CPUtime=3.03
/proc/15619/stat : 15619 (zchaff_rand) R 15615 15615 13517 0 -1 4194304 2378 0 0 0 299 4 0 0 25 0 1 0 388920607 14667776 1766 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 134621510 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15619/statm: 3581 1767 112 208 0 3353 0
Current children cumulated CPU time (s) 15.85
Current children cumulated vsize (KiB) 26084

[startup+17.5017 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 15619
/proc/meminfo: memFree=1395360/2055920 swapFree=4153164/4192956
[pid=15615] ppid=15613 vsize=11760 CPUtime=12.82
/proc/15615/stat : 15615 (SATzilla2007_C) S 15613 15615 13517 0 -1 4194304 5309 10700 0 0 563 6 672 41 25 0 1 0 388919321 12042240 2746 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15615/statm: 2940 2746 164 260 0 2664 0
[pid=15619] ppid=15615 vsize=14572 CPUtime=4.63
/proc/15619/stat : 15619 (zchaff_rand) R 15615 15615 13517 0 -1 4194304 2520 0 0 0 457 6 0 0 25 0 1 0 388920607 14921728 1908 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15619/statm: 3643 1908 112 208 0 3415 0
Current children cumulated CPU time (s) 17.45
Current children cumulated vsize (KiB) 26332

[startup+18.3018 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 15619
/proc/meminfo: memFree=1395360/2055920 swapFree=4153164/4192956
[pid=15615] ppid=15613 vsize=11760 CPUtime=12.82
/proc/15615/stat : 15615 (SATzilla2007_C) S 15613 15615 13517 0 -1 4194304 5309 10700 0 0 563 6 672 41 25 0 1 0 388919321 12042240 2746 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15615/statm: 2940 2746 164 260 0 2664 0
[pid=15619] ppid=15615 vsize=14692 CPUtime=5.44
/proc/15619/stat : 15619 (zchaff_rand) R 15615 15615 13517 0 -1 4194304 2588 0 0 0 536 8 0 0 25 0 1 0 388920607 15044608 1976 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15619/statm: 3673 1976 112 208 0 3445 0
Current children cumulated CPU time (s) 18.26
Current children cumulated vsize (KiB) 26452

[startup+18.5018 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 15619
/proc/meminfo: memFree=1395360/2055920 swapFree=4153164/4192956
[pid=15615] ppid=15613 vsize=11760 CPUtime=12.82
/proc/15615/stat : 15615 (SATzilla2007_C) S 15613 15615 13517 0 -1 4194304 5309 10700 0 0 563 6 672 41 25 0 1 0 388919321 12042240 2746 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15615/statm: 2940 2746 164 260 0 2664 0
[pid=15619] ppid=15615 vsize=14692 CPUtime=5.63
/proc/15619/stat : 15619 (zchaff_rand) R 15615 15615 13517 0 -1 4194304 2612 0 0 0 555 8 0 0 25 0 1 0 388920607 15044608 2000 18446744073709551615 134512640 135365884 4294956768 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15619/statm: 3673 2000 112 208 0 3445 0
Current children cumulated CPU time (s) 18.45
Current children cumulated vsize (KiB) 26452

Child status: 20
Real time (s): 18.5206
CPU time (s): 18.5042
CPU user time (s): 17.9283
CPU system time (s): 0.575912
CPU usage (%): 99.9112
Max. virtual memory (cumulated for all children) (KiB): 26452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.9283
system time used= 0.575912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18644
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= 28
involuntary context switches= 52

runsolver used 0.016997 second user time and 0.058991 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Mon Mar 12 08:54:04 UTC 2007

IDJOB= 338639
IDBENCH= 24727
IDSOLVER= 135
FILE ID= node2/338639-1173689643

PBS_JOBID= 4101474

Free space on /tmp= 66527 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/sabharwal/gt-ordering-sat-gt-040.sat05-1297.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/338639-1173689643/SATzilla2007_C /tmp/evaluation/338639-1173689643/instance-338639-1173689643.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-338639-1173689643 -o ROOT/results/node2/solver-338639-1173689643 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/338639-1173689643/SATzilla2007_C /tmp/evaluation/338639-1173689643/instance-338639-1173689643.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  a12e117c336ca4cea22ec458f6b2361c

RANDOM SEED= 611254913

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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.247
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.247
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:       1414728 kB
Buffers:         49784 kB
Cached:         506512 kB
SwapCached:       2528 kB
Active:         386100 kB
Inactive:       193588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1414728 kB
SwapTotal:     4192956 kB
SwapFree:      4153164 kB
Dirty:            9360 kB
Writeback:           0 kB
Mapped:          30772 kB
Slab:            46948 kB
Committed_AS:  1727700 kB
PageTables:       1816 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= 66527 MiB

End job on node2 on Mon Mar 12 08:54:22 UTC 2007