Trace number 1779313

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 (4 threads)? (MO) 461.04 138.843

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-07.cnf
MD5SUMd5384c4b81fff59c87944d03e9ed7d02
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark138.97
Satisfiable
(Un)Satisfiability was proved
Number of variables69097
Number of clauses225325
Sum of the clauses size583973
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291744
Number of clauses of size 3133452
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.41/0.42	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779313-1243678752.cnf 
0.41/0.42	c Using SATTIMEOUT of 10000
0.41/0.42	c Using SATRAM of 2047
0.41/0.42	c Size of subset node = 16
0.41/0.42	c Variables = 69097
0.41/0.42	c Clauses = 225325
0.41/0.42	c Literals = 583973
0.41/0.42	c Reduced size:
0.41/0.42	c Variables = 69097
0.41/0.42	c Clauses = 224682
0.41/0.42	c Literals = 582303
0.41/0.42	c a2
0.81/0.83	c a1
29.72/29.79	c Independent sub-problems = 1
29.72/29.79	c Sub-problem with 68840 variables and 224682 clauses
29.72/29.79	c using permutation method 4
29.72/29.79	c count = 1
29.72/29.79	c Ordering finished 29.710 seconds
29.72/29.79	c mapped 29.790 seconds
29.72/29.79	c permuted 29.800 seconds
29.72/29.79	c about to sort
29.81/29.86	c sorted
31.21/31.21	c clauses now 224682
31.21/31.21	c init finished 30.320 seconds
31.21/31.21	c tree built 31.210 seconds
31.21/31.21	c 
31.21/31.21	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
31.21/31.21	c ---------------------------------|----------------------------------|------------------------------------------------------
31.21/31.21	c ................................ | ..........                       |                       31.2           0.0             
31.21/31.21	c ................................ | ..........                     1 |                       31.2           0.0             
31.21/31.21	c ................................ | ..........                     2 |                       31.2           0.1             
31.21/31.21	c ................................ | ..........                     3 |                       31.2           0.1             
31.21/31.21	c ................................ | ..........                     4 |                       31.2           0.1             
31.21/31.21	c ................................ | ..........                     5 |                       31.2           0.2             
31.21/31.21	c ................................ | ..........                  1000 |                       31.2          32.0            4
199.88/73.47	c ................................ | ..........               2089000 | 170825               200.2       10437.2     48318969
400.07/123.55	c ................................ | ..........               3494000 | 304673               400.2        8730.9     91540134

Verifier Data

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

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1779313-1243678752/watcher-1779313-1243678752 -o /tmp/evaluation-result-1779313-1243678752/solver-1779313-1243678752 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779313-1243678752.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): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 3.90 3.44 2.82 3/98 21028
/proc/meminfo: memFree=3082120/3368532 swapFree=1959840/1959888
[pid=21028] ppid=21026 vsize=1140 CPUtime=0
/proc/21028/stat : 21028 (ttsth-5-0) R 21026 21028 30226 0 -1 4202496 170 0 0 0 0 0 0 0 18 0 1 0 949451997 1167360 125 4294967295 134512640 135237372 3215351216 3215349740 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/21028/statm: 285 125 75 177 0 107 0

[startup+0.048186 s]
/proc/loadavg: 3.90 3.44 2.82 3/98 21028
/proc/meminfo: memFree=3082120/3368532 swapFree=1959840/1959888
[pid=21028] ppid=21026 vsize=3152 CPUtime=0.05
/proc/21028/stat : 21028 (ttsth-5-0) R 21026 21028 30226 0 -1 4202496 662 0 0 0 5 0 0 0 18 0 1 0 949451997 3227648 617 4294967295 134512640 135237372 3215351216 3215349740 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/21028/statm: 788 618 75 177 0 610 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3152

[startup+0.108168 s]
/proc/loadavg: 3.90 3.44 2.82 3/98 21028
/proc/meminfo: memFree=3082120/3368532 swapFree=1959840/1959888
[pid=21028] ppid=21026 vsize=5728 CPUtime=0.11
/proc/21028/stat : 21028 (ttsth-5-0) R 21026 21028 30226 0 -1 4202496 1326 0 0 0 11 0 0 0 18 0 1 0 949451997 5865472 1281 4294967295 134512640 135237372 3215351216 3215350664 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/21028/statm: 1432 1281 75 177 0 1254 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5728

[startup+0.308151 s]
/proc/loadavg: 3.90 3.44 2.82 3/98 21028
/proc/meminfo: memFree=3082120/3368532 swapFree=1959840/1959888
[pid=21028] ppid=21026 vsize=14104 CPUtime=0.31
/proc/21028/stat : 21028 (ttsth-5-0) R 21026 21028 30226 0 -1 4202496 3326 0 0 0 29 2 0 0 18 0 1 0 949451997 14442496 3281 4294967295 134512640 135237372 3215351216 3215349740 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/21028/statm: 3526 3282 75 177 0 3348 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 14104

[startup+0.708119 s]
/proc/loadavg: 3.90 3.44 2.82 3/98 21028
/proc/meminfo: memFree=3082120/3368532 swapFree=1959840/1959888
[pid=21028] ppid=21026 vsize=33860 CPUtime=0.71
/proc/21028/stat : 21028 (ttsth-5-0) R 21026 21028 30226 0 -1 4202496 8133 0 0 0 68 3 0 0 18 0 1 0 949451997 34672640 8087 4294967295 134512640 135237372 3215351216 3215349500 134680502 0 0 0 0 0 0 0 17 2 0 0 0
/proc/21028/statm: 8465 8087 76 177 0 8287 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 33860

[startup+1.50805 s]
/proc/loadavg: 3.90 3.44 2.82 2/99 21029
/proc/meminfo: memFree=3050152/3368532 swapFree=1959840/1959888
[pid=21028] ppid=21026 vsize=41856 CPUtime=1.51
/proc/21028/stat : 21028 (ttsth-5-0) R 21026 21028 30226 0 -1 4202496 10938 0 0 0 147 4 0 0 20 0 1 0 949451997 42860544 10111 4294967295 134512640 135237372 3215351216 3215350576 134600960 0 0 0 0 0 0 0 17 2 0 0 0
/proc/21028/statm: 10464 10111 77 177 0 10286 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 41856

[startup+3.10792 s]
/proc/loadavg: 3.90 3.44 2.82 2/99 21029
/proc/meminfo: memFree=3042712/3368532 swapFree=1959840/1959888
[pid=21028] ppid=21026 vsize=42140 CPUtime=3.11
/proc/21028/stat : 21028 (ttsth-5-0) R 21026 21028 30226 0 -1 4202496 11030 0 0 0 307 4 0 0 25 0 1 0 949451997 43151360 10203 4294967295 134512640 135237372 3215351216 3215350576 134600972 0 0 0 0 0 0 0 17 2 0 0 0
/proc/21028/statm: 10535 10203 77 177 0 10357 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 42140

[startup+6.30766 s]
/proc/loadavg: 3.67 3.40 2.81 2/99 21029
/proc/meminfo: memFree=3042032/3368532 swapFree=1959840/1959888
[pid=21028] ppid=21026 vsize=42888 CPUtime=6.31
/proc/21028/stat : 21028 (ttsth-5-0) R 21026 21028 30226 0 -1 4202496 11180 0 0 0 627 4 0 0 25 0 1 0 949451997 43917312 10353 4294967295 134512640 135237372 3215351216 3215350572 134553856 0 0 0 0 0 0 0 17 2 0 0 0
/proc/21028/statm: 10722 10353 77 177 0 10544 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 42888

[startup+12.7071 s]
/proc/loadavg: 3.45 3.36 2.80 2/99 21030
/proc/meminfo: memFree=3040948/3368532 swapFree=1959840/1959888
[pid=21028] ppid=21026 vsize=44132 CPUtime=12.71
/proc/21028/stat : 21028 (ttsth-5-0) R 21026 21028 30226 0 -1 4202496 11443 0 0 0 1267 4 0 0 25 0 1 0 949451997 45191168 10616 4294967295 134512640 135237372 3215351216 3215350576 134600960 0 0 0 0 0 0 0 17 2 0 0 0
/proc/21028/statm: 11033 10616 77 177 0 10855 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 44132

[startup+25.5061 s]
/proc/loadavg: 2.91 3.24 2.77 2/99 21030
/proc/meminfo: memFree=3039656/3368532 swapFree=1959840/1959888
[pid=21028] ppid=21026 vsize=45056 CPUtime=25.51
/proc/21028/stat : 21028 (ttsth-5-0) R 21026 21028 30226 0 -1 4202496 11722 0 0 0 2547 4 0 0 25 0 1 0 949451997 46137344 10895 4294967295 134512640 135237372 3215351216 3215350576 134600718 0 0 0 0 0 0 0 17 2 0 0 0
/proc/21028/statm: 11264 10895 77 177 0 11086 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 45056

[startup+51.104 s]
/proc/loadavg: 3.11 3.26 2.78 5/103 21221
/proc/meminfo: memFree=2479456/3368532 swapFree=1959840/1959888
[pid=21028] ppid=21026 vsize=666240 CPUtime=110.69
/proc/21028/stat : 21028 (ttsth-5-0) S 21026 21028 30226 0 -1 4202496 156514 0 0 0 11003 66 0 0 25 0 5 0 949451997 682229760 155118 4294967295 134512640 135237372 3215351216 3215350812 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/21028/statm: 166560 155118 95 177 0 166382 0
[pid=21028/tid=21216] ppid=21026 vsize=666240 CPUtime=19.9
/proc/21028/task/21216/stat : 21216 (ttsth-5-0) R 21026 21028 30226 0 -1 4202560 43902 0 0 0 1978 12 0 0 25 0 5 0 949455118 682229760 155118 4294967295 134512640 135237372 3215351216 3071549952 134546034 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21028/tid=21217] ppid=21026 vsize=666240 CPUtime=19.87
/proc/21028/task/21217/stat : 21217 (ttsth-5-0) R 21026 21028 30226 0 -1 4202560 13346 0 0 0 1974 13 0 0 25 0 5 0 949455118 682229760 155118 4294967295 134512640 135237372 3215351216 3063273280 134680499 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=21028/tid=21218] ppid=21026 vsize=666240 CPUtime=19.86
/proc/21028/task/21218/stat : 21218 (ttsth-5-0) R 21026 21028 30226 0 -1 4202560 21172 0 0 0 1968 18 0 0 25 0 5 0 949455118 682229760 155118 4294967295 134512640 135237372 3215351216 3054899632 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=21028/tid=21219] ppid=21026 vsize=666240 CPUtime=19.85
/proc/21028/task/21219/stat : 21219 (ttsth-5-0) R 21026 21028 30226 0 -1 4202560 7346 0 0 0 1977 8 0 0 25 0 5 0 949455118 682229760 155118 4294967295 134512640 135237372 3215351216 3046487136 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 110.69
Current children cumulated vsize (KiB) 666240

[startup+102.32 s]
/proc/loadavg: 3.69 3.39 2.85 5/103 21407
/proc/meminfo: memFree=1624276/3368532 swapFree=1959840/1959888
[pid=21028] ppid=21026 vsize=1553868 CPUtime=315.28
/proc/21028/stat : 21028 (ttsth-5-0) S 21026 21028 30226 0 -1 4202496 366415 0 0 0 31382 146 0 0 25 0 5 0 949451997 1591160832 365019 4294967295 134512640 135237372 3215351216 3215350812 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/21028/statm: 388467 365019 95 177 0 388289 0
[pid=21028/tid=21216] ppid=21026 vsize=1553868 CPUtime=71.11
/proc/21028/task/21216/stat : 21216 (ttsth-5-0) R 21026 21028 30226 0 -1 4202560 122348 0 0 0 7068 43 0 0 25 0 5 0 949455118 1591160832 365019 4294967295 134512640 135237372 3215351216 3071162720 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21028/tid=21217] ppid=21026 vsize=1553868 CPUtime=71.04
/proc/21028/task/21217/stat : 21217 (ttsth-5-0) R 21026 21028 30226 0 -1 4202560 57901 0 0 0 7076 28 0 0 25 0 5 0 949455118 1591160832 365019 4294967295 134512640 135237372 3215351216 3063262960 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=21028/tid=21218] ppid=21026 vsize=1553868 CPUtime=70.89
/proc/21028/task/21218/stat : 21218 (ttsth-5-0) R 21026 21028 30226 0 -1 4202560 56414 0 0 0 7053 36 0 0 25 0 5 0 949455118 1591160832 365019 4294967295 134512640 135237372 3215351216 3054909248 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=21028/tid=21219] ppid=21026 vsize=1553868 CPUtime=71.03
/proc/21028/task/21219/stat : 21219 (ttsth-5-0) R 21026 21028 30226 0 -1 4202560 59004 0 0 0 7079 24 0 0 25 0 5 0 949455118 1591160832 365019 4294967295 134512640 135237372 3215351216 3046463376 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 315.28
Current children cumulated vsize (KiB) 1553868



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+138.717 s]
/proc/loadavg: 3.90 3.48 2.90 5/103 21412
/proc/meminfo: memFree=1109276/3368532 swapFree=1959840/1959888
[pid=21028] ppid=21026 vsize=2097480 CPUtime=460.87
/proc/21028/stat : 21028 (ttsth-5-0) S 21026 21028 30226 0 -1 4202496 494847 0 0 0 45883 204 0 0 25 0 5 0 949451997 2147819520 493451 4294967295 134512640 135237372 3215351216 3215350812 134629544 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/21028/statm: 524370 493451 95 177 0 524192 0
[pid=21028/tid=21216] ppid=21026 vsize=2097480 CPUtime=107.51
/proc/21028/task/21216/stat : 21216 (ttsth-5-0) R 21026 21028 30226 0 -1 4202560 161999 0 0 0 10697 54 0 0 25 0 5 0 949455118 2147819520 493453 4294967295 134512640 135237372 3215351216 3071184960 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=21028/tid=21217] ppid=21026 vsize=2097480 CPUtime=107.44
/proc/21028/task/21217/stat : 21217 (ttsth-5-0) R 21026 21028 30226 0 -1 4202560 73355 0 0 0 10708 36 0 0 25 0 5 0 949455118 2147819520 493453 4294967295 134512640 135237372 3215351216 3063263664 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=21028/tid=21218] ppid=21026 vsize=2097480 CPUtime=107.29
/proc/21028/task/21218/stat : 21218 (ttsth-5-0) R 21026 21028 30226 0 -1 4202560 87848 0 0 0 10680 49 0 0 25 0 5 0 949455118 2147819520 493453 4294967295 134512640 135237372 3215351216 3054859328 134546034 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=21028/tid=21219] ppid=21026 vsize=2097480 CPUtime=107.42
/proc/21028/task/21219/stat : 21219 (ttsth-5-0) R 21026 21028 30226 0 -1 4202560 100899 0 0 0 10692 50 0 0 25 0 5 0 949455118 2147819520 493453 4294967295 134512640 135237372 3215351216 3046481024 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 460.87
Current children cumulated vsize (KiB) 2097480

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

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

[startup+138.837 s]
/proc/loadavg: 3.90 3.48 2.90 5/103 21412
/proc/meminfo: memFree=1109276/3368532 swapFree=1959840/1959888
[pid=21028] ppid=21026 vsize=0 CPUtime=461.04
/proc/21028/stat : 21028 (ttsth-5-0) R 21026 21028 30226 0 -1 4203524 494934 0 0 0 45891 213 0 0 25 0 1 0 949451997 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 17 0 0 0 0
/proc/21028/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 461.04
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21028 and gives
#  childrusage.ru_utime.tv_sec=458
#  childrusage.ru_utime.tv_usec=910000
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=130000
# CPU time returned by wait4() is 461.04
# while last known CPU time is 461.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 138.843
CPU time (s): 461.04
CPU user time (s): 458.91
CPU system time (s): 2.13
CPU usage (%): 332.059
Max. virtual memory (cumulated for all children) (KiB): 2097480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 458.91
system time used= 2.13
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 494934
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= 3040
involuntary context switches= 7503

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-30 12:19:12
IDJOB=1779313
IDBENCH=70831
IDSOLVER=632
FILE ID=tipi39/1779313-1243678752
PBS_JOBID=
Free space on /tmp= 5740 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-07.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1779313-1243678752/watcher-1779313-1243678752 -o /tmp/evaluation-result-1779313-1243678752/solver-1779313-1243678752 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1779313-1243678752.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= d5384c4b81fff59c87944d03e9ed7d02
RANDOM SEED= 1072386170

Linux tipi39 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.067
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.41
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.067
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.10
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.067
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.067
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3082120 kB
Buffers:         79564 kB
Cached:          95872 kB
SwapCached:          0 kB
Active:         119316 kB
Inactive:        72388 kB
HighTotal:     2489216 kB
HighFree:      2378992 kB
LowTotal:       879316 kB
LowFree:        703128 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            4952 kB
Writeback:           0 kB
AnonPages:       16076 kB
Mapped:           6188 kB
Slab:            83984 kB
SReclaimable:    73676 kB
SUnreclaim:      10308 kB
PageTables:        500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    94800 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5740 MiB
End job on tipi39 at 2009-05-30 12:21:33