Trace number 1561512

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
ttsth-5-0 2009-03-19? (MO) 205.719 109.306

General information on the benchmark

NameCRAFTED/edgematching/
explicit/em_12_2_4_exp.cnf
MD5SUMe72d819fa5b57b6476ac56a442ceab9b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.73928
Satisfiable
(Un)Satisfiability was proved
Number of variables12584
Number of clauses681936
Sum of the clauses size1576368
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2543628
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

Solver Data

0.99/1.08	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1561512-1238766921.cnf 
0.99/1.08	c Using SATTIMEOUT of 1200
0.99/1.08	c Using SATRAM of 1800
0.99/1.08	c Size of subset node = 16
0.99/1.08	c Variables = 12584
0.99/1.08	c Clauses = 681936
0.99/1.08	c Literals = 1576368
0.99/1.08	c Reduced size:
0.99/1.08	c Variables = 12584
0.99/1.08	c Clauses = 681936
0.99/1.08	c Literals = 1576368
0.99/1.08	c a2
2.99/3.04	c a1
6.89/6.94	c Independent sub-problems = 1
6.89/6.94	c Sub-problem with 12584 variables and 681936 clauses
6.89/6.94	c using permutation method 4
6.89/6.94	c count = 1
6.89/6.94	c Ordering finished 6.640 seconds
6.89/6.94	c mapped 6.930 seconds
6.89/6.94	c permuted 6.930 seconds
6.89/6.94	c about to sort
7.09/7.14	c sorted
11.18/11.20	c clauses now 681936
11.18/11.20	c init finished 7.250 seconds
11.18/11.20	c tree built 11.190 seconds
11.18/11.20	c 
11.18/11.20	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
11.18/11.20	c ---------------------------------|----------------------------------|------------------------------------------------------
11.18/11.20	c ................................ | ..........                       |                       11.2           0.0             
11.18/11.20	c ................................ | ..........                     1 |                       11.2           0.1             
11.18/11.20	c ................................ | ..........                     2 |                       11.2           0.2             
11.18/11.20	c ................................ | ..........                     3 |                       11.2           0.3             
11.18/11.20	c ................................ | ..........                     4 |                       11.2           0.4             
11.18/11.20	c ................................ | ..........                     5 |                       11.2           0.4             
11.18/11.21	c ................................ | ..........                  1000 |                       11.2          89.2            8
23.96/17.68	c ................................ | ..........                 66000 | 8242                  24.1        2737.5      9416187
47.90/29.69	c ................................ | ..........                182000 | 18985                 48.1        3785.4     24802464
72.23/41.80	c ................................ | ..........                290000 | 28257                 72.2        4014.4     37200480
95.95/53.78	c ................................ | ..........                356000 | 36225                 96.2        3702.5     48890646
120.29/65.95	c ................................ | *.........                416000 | 44435                120.4        3454.9     60370777
144.23/77.94	c ................................ | *.........                494000 | 52749                144.3        3422.2     71597533
167.96/89.87	c ................................ | *.........                570000 | 61617                168.1        3390.0     85448243
192.50/102.15	c ................................ | *.........                667000 | 69034                192.6        3462.8     99688863

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1561512-1238766921/watcher-1561512-1238766921 -o /tmp/evaluation-result-1561512-1238766921/solver-1561512-1238766921 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1561512-1238766921.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: 0.92 0.99 0.99 3/69 1652
/proc/meminfo: memFree=1732000/2055920 swapFree=4171336/4192956
[pid=1652] ppid=1650 vsize=932 CPUtime=0
/proc/1652/stat : 1652 (ttsth-5-0) R 1650 1652 516 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 1149355284 954368 111 1992294400 134512640 135237372 4294956192 18446744073709551615 134639534 0 0 4096 0 0 0 0 17 0 0 0
/proc/1652/statm: 233 111 77 176 0 55 0

[startup+0.00869003 s]
/proc/loadavg: 0.92 0.99 0.99 3/69 1652
/proc/meminfo: memFree=1732000/2055920 swapFree=4171336/4192956
[pid=1652] ppid=1650 vsize=1064 CPUtime=0
/proc/1652/stat : 1652 (ttsth-5-0) R 1650 1652 516 0 -1 4194304 156 0 0 0 0 0 0 0 18 0 1 0 1149355284 1089536 140 1992294400 134512640 135237372 4294956192 18446744073709551615 134731131 0 0 4096 0 0 0 0 17 0 0 0
/proc/1652/statm: 266 141 78 176 0 88 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1064

[startup+0.101698 s]
/proc/loadavg: 0.92 0.99 0.99 3/69 1652
/proc/meminfo: memFree=1732000/2055920 swapFree=4171336/4192956
[pid=1652] ppid=1650 vsize=5600 CPUtime=0.1
/proc/1652/stat : 1652 (ttsth-5-0) R 1650 1652 516 0 -1 4194304 1279 0 0 0 9 1 0 0 18 0 1 0 1149355284 5734400 1263 1992294400 134512640 135237372 4294956192 18446744073709551615 134639534 0 0 4096 0 0 0 0 17 0 0 0
/proc/1652/statm: 1400 1264 78 176 0 1222 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5600

[startup+0.301719 s]
/proc/loadavg: 0.92 0.99 0.99 3/69 1652
/proc/meminfo: memFree=1732000/2055920 swapFree=4171336/4192956
[pid=1652] ppid=1650 vsize=15428 CPUtime=0.29
/proc/1652/stat : 1652 (ttsth-5-0) R 1650 1652 516 0 -1 4194304 3677 0 0 0 28 1 0 0 19 0 1 0 1149355284 15798272 3661 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/1652/statm: 3857 3662 78 176 0 3679 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15428

[startup+0.701759 s]
/proc/loadavg: 0.92 0.99 0.99 3/69 1652
/proc/meminfo: memFree=1732000/2055920 swapFree=4171336/4192956
[pid=1652] ppid=1650 vsize=34108 CPUtime=0.69
/proc/1652/stat : 1652 (ttsth-5-0) R 1650 1652 516 0 -1 4194304 8263 0 0 0 65 4 0 0 23 0 1 0 1149355284 34926592 8247 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/1652/statm: 8527 8247 78 176 0 8349 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34108

[startup+1.50184 s]
/proc/loadavg: 0.92 0.99 0.99 2/70 1653
/proc/meminfo: memFree=1690904/2055920 swapFree=4171336/4192956
[pid=1652] ppid=1650 vsize=93052 CPUtime=1.49
/proc/1652/stat : 1652 (ttsth-5-0) R 1650 1652 516 0 -1 4194304 22994 0 0 0 139 10 0 0 25 0 1 0 1149355284 95285248 22977 1992294400 134512640 135237372 4294956192 18446744073709551615 134519996 0 0 4096 0 0 0 0 17 0 0 0
/proc/1652/statm: 23263 22977 79 176 0 23085 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 93052

[startup+3.10202 s]
/proc/loadavg: 0.92 0.99 0.99 2/70 1653
/proc/meminfo: memFree=1640024/2055920 swapFree=4171336/4192956
[pid=1652] ppid=1650 vsize=95892 CPUtime=3.09
/proc/1652/stat : 1652 (ttsth-5-0) R 1650 1652 516 0 -1 4194304 23150 0 0 0 298 11 0 0 25 0 1 0 1149355284 98193408 23133 1992294400 134512640 135237372 4294956192 18446744073709551615 134749353 0 0 4096 0 0 0 0 17 1 0 0
/proc/1652/statm: 23973 23133 79 176 0 23795 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95892

[startup+6.30133 s]
/proc/loadavg: 0.93 0.99 0.99 2/70 1653
/proc/meminfo: memFree=1635672/2055920 swapFree=4171336/4192956
[pid=1652] ppid=1650 vsize=98700 CPUtime=6.29
/proc/1652/stat : 1652 (ttsth-5-0) R 1650 1652 516 0 -1 4194304 25828 0 0 0 617 12 0 0 25 0 1 0 1149355284 101068800 24479 1992294400 134512640 135237372 4294956192 18446744073709551615 134726804 0 0 4096 0 0 0 0 17 0 0 0
/proc/1652/statm: 24675 24479 80 176 0 24497 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 98700

[startup+12.702 s]
/proc/loadavg: 0.93 0.99 0.99 3/72 1655
/proc/meminfo: memFree=1593608/2055920 swapFree=4171336/4192956
[pid=1652] ppid=1650 vsize=176724 CPUtime=14.17
/proc/1652/stat : 1652 (ttsth-5-0) S 1650 1652 516 0 -1 4194304 41483 0 0 0 1398 19 0 0 25 0 3 0 1149355284 180965376 38673 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/1652/statm: 44181 38673 98 176 0 44003 0
[pid=1652/tid=1654] ppid=1650 vsize=176724 CPUtime=1.48
/proc/1652/task/1654/stat : 1654 (ttsth-5-0) R 1650 1652 516 0 -1 4194368 4333 0 0 0 147 1 0 0 21 0 3 0 1149356405 180965376 38673 1992294400 134512640 135237372 4294956192 18446744073709551615 134680235 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1652/tid=1655] ppid=1650 vsize=176724 CPUtime=1.48
/proc/1652/task/1655/stat : 1655 (ttsth-5-0) R 1650 1652 516 0 -1 4194368 4877 0 0 0 147 1 0 0 18 0 3 0 1149356405 180965376 38673 1992294400 134512640 135237372 4294956192 18446744073709551615 134749351 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.17
Current children cumulated vsize (KiB) 176724

[startup+25.5013 s]
/proc/loadavg: 1.17 1.04 1.01 3/72 1655
/proc/meminfo: memFree=1294664/2055920 swapFree=4171336/4192956
[pid=1652] ppid=1650 vsize=463840 CPUtime=39.7
/proc/1652/stat : 1652 (ttsth-5-0) S 1650 1652 516 0 -1 4194304 113278 0 0 0 3917 53 0 0 25 0 3 0 1149355284 474972160 110468 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/1652/statm: 115960 110468 98 176 0 115782 0
[pid=1652/tid=1654] ppid=1650 vsize=463840 CPUtime=14.28
/proc/1652/task/1654/stat : 1654 (ttsth-5-0) R 1650 1652 516 0 -1 4194368 37763 0 0 0 1410 18 0 0 18 0 3 0 1149356405 474972160 110468 1992294400 134512640 135237372 4294956192 18446744073709551615 134680494 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1652/tid=1655] ppid=1650 vsize=463840 CPUtime=14.22
/proc/1652/task/1655/stat : 1655 (ttsth-5-0) R 1650 1652 516 0 -1 4194368 43242 0 0 0 1403 19 0 0 25 0 3 0 1149356405 474972160 110468 1992294400 134512640 135237372 4294956192 18446744073709551615 134680727 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 39.7
Current children cumulated vsize (KiB) 463840

[startup+51.102 s]
/proc/loadavg: 1.45 1.11 1.03 3/72 1655
/proc/meminfo: memFree=873416/2055920 swapFree=4171336/4192956
[pid=1652] ppid=1650 vsize=888136 CPUtime=90.77
/proc/1652/stat : 1652 (ttsth-5-0) S 1650 1652 516 0 -1 4194304 219325 0 0 0 8976 101 0 0 25 0 3 0 1149355284 909451264 216515 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/1652/statm: 222034 216515 98 176 0 221856 0
[pid=1652/tid=1654] ppid=1650 vsize=888136 CPUtime=39.86
/proc/1652/task/1654/stat : 1654 (ttsth-5-0) R 1650 1652 516 0 -1 4194368 82472 0 0 0 3949 37 0 0 25 0 3 0 1149356405 909451264 216515 1992294400 134512640 135237372 4294956192 18446744073709551615 134546034 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1652/tid=1655] ppid=1650 vsize=888136 CPUtime=39.69
/proc/1652/task/1655/stat : 1655 (ttsth-5-0) R 1650 1652 516 0 -1 4194368 104580 0 0 0 3922 47 0 0 25 0 3 0 1149356405 909451264 216517 1992294400 134512640 135237372 4294956192 18446744073709551615 134562311 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.77
Current children cumulated vsize (KiB) 888136

[startup+102.307 s]
/proc/loadavg: 1.76 1.25 1.08 3/72 1655
/proc/meminfo: memFree=14920/2055920 swapFree=4171336/4192956
[pid=1652] ppid=1650 vsize=1742056 CPUtime=192.89
/proc/1652/stat : 1652 (ttsth-5-0) S 1650 1652 516 0 -1 4194304 432821 0 0 0 19095 194 0 0 25 0 3 0 1149355284 1783865344 430011 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/1652/statm: 435514 430012 98 176 0 435336 0
[pid=1652/tid=1654] ppid=1650 vsize=1742056 CPUtime=91.05
/proc/1652/task/1654/stat : 1654 (ttsth-5-0) R 1650 1652 516 0 -1 4194368 169201 0 0 0 9027 78 0 0 25 0 3 0 1149356405 1783865344 430012 1992294400 134512640 135237372 4294956192 18446744073709551615 134546034 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1652/tid=1655] ppid=1650 vsize=1742056 CPUtime=90.64
/proc/1652/task/1655/stat : 1655 (ttsth-5-0) R 1650 1652 516 0 -1 4194368 231348 0 0 0 8964 100 0 0 25 0 3 0 1149356405 1783865344 430012 1992294400 134512640 135237372 4294956192 18446744073709551615 134587933 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 192.89
Current children cumulated vsize (KiB) 1742056



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+109.007 s]
/proc/loadavg: 1.87 1.29 1.10 3/72 1655
/proc/meminfo: memFree=15496/2055920 swapFree=4171316/4192956
[pid=1652] ppid=1650 vsize=1844296 CPUtime=205.41
/proc/1652/stat : 1652 (ttsth-5-0) S 1650 1652 516 0 -1 4194304 458378 0 0 0 20335 206 0 0 25 0 3 0 1149355284 1888559104 455568 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/1652/statm: 461074 455568 98 176 0 460896 0
[pid=1652/tid=1654] ppid=1650 vsize=1844296 CPUtime=97.36
/proc/1652/task/1654/stat : 1654 (ttsth-5-0) R 1650 1652 516 0 -1 4194368 178403 0 0 0 9653 83 0 0 24 0 3 0 1149356405 1888559104 455568 1992294400 134512640 135237372 4294956192 18446744073709551615 134546034 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1652/tid=1655] ppid=1650 vsize=1844296 CPUtime=96.84
/proc/1652/task/1655/stat : 1655 (ttsth-5-0) R 1650 1652 516 0 -1 4194368 247702 0 0 0 9577 107 0 0 25 0 3 0 1149356405 1888559104 455568 1992294400 134512640 135237372 4294956192 18446744073709551615 134749351 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 205.41
Current children cumulated vsize (KiB) 1844296

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+109.114 s]
/proc/loadavg: 1.87 1.29 1.10 3/72 1655
/proc/meminfo: memFree=15496/2055920 swapFree=4171316/4192956
[pid=1652] ppid=1650 vsize=0 CPUtime=205.52
/proc/1652/stat : 1652 (ttsth-5-0) Z 1650 1652 516 0 -1 4195340 458399 0 0 0 20336 216 0 0 16 0 2 0 1149355284 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1652/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 205.52
Current children cumulated vsize (KiB) 0

[startup+109.303 s]
/proc/loadavg: 1.87 1.29 1.10 3/72 1655
/proc/meminfo: memFree=15496/2055920 swapFree=4171316/4192956
[pid=1652] ppid=1650 vsize=0 CPUtime=205.7
/proc/1652/stat : 1652 (ttsth-5-0) Z 1650 1652 516 0 -1 4195340 458399 0 0 0 20336 234 0 0 16 0 2 0 1149355284 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1652/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 205.7
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 109.306
CPU time (s): 205.719
CPU user time (s): 203.365
CPU system time (s): 2.35364
CPU usage (%): 188.204
Max. virtual memory (cumulated for all children) (KiB): 1844296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 203.365
system time used= 2.35364
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 458399
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= 300
involuntary context switches= 1624

runsolver used 0.148977 second user time and 0.352946 second system time

The end

Launcher Data

Begin job on node44 at 2009-04-03 15:55:21
IDJOB=1561512
IDBENCH=70916
IDSOLVER=549
FILE ID=node44/1561512-1238766921
PBS_JOBID= 9085497
Free space on /tmp= 66472 MiB

SOLVER NAME= ttsth-5-0 2009-03-19
BENCH NAME= SAT09/APPLICATIONS/edgematching/explicit/em_12_2_4_exp.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1561512-1238766921/watcher-1561512-1238766921 -o /tmp/evaluation-result-1561512-1238766921/solver-1561512-1238766921 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/ttsth-5-0 -num-threads 2 HOME/instance-1561512-1238766921.cnf

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

MD5SUM BENCH= e72d819fa5b57b6476ac56a442ceab9b
RANDOM SEED=2031104821

node44.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.241
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.241
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:       1732480 kB
Buffers:         41676 kB
Cached:         200164 kB
SwapCached:      11052 kB
Active:          97852 kB
Inactive:       156568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1732480 kB
SwapTotal:     4192956 kB
SwapFree:      4171336 kB
Dirty:           11520 kB
Writeback:           0 kB
Mapped:          18244 kB
Slab:            54400 kB
Committed_AS:  2985572 kB
PageTables:       1800 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= 66468 MiB
End job on node44 at 2009-04-03 15:57:12