Trace number 1780663

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)Signal 322.29 322.254

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-20-5p1.cnf
MD5SUM93858500e23e9a4bf0619d7bf7dc00f3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark814.98
Satisfiable
(Un)Satisfiability was proved
Number of variables224986
Number of clauses1204430
Sum of the clauses size2908691
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2851953
Number of clauses of size 3284354
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

56.42/56.41	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780663-1243683275.cnf 
56.42/56.41	c Using SATTIMEOUT of 10000
56.42/56.41	c Using SATRAM of 2047
56.42/56.41	c Size of subset node = 16
56.42/56.41	c Variables = 224986
56.42/56.41	c Clauses = 1204430
56.42/56.41	c Literals = 2908691
56.42/56.41	c Reduced size:
56.42/56.41	c Variables = 224986
56.42/56.41	c Clauses = 938613
56.42/56.41	c Literals = 2320247
56.42/56.41	c a2
58.42/58.40	c a1
317.65/317.71	c Independent sub-problems = 1
317.65/317.71	c Sub-problem with 178142 variables and 938613 clauses
317.65/317.71	c using permutation method 4
317.65/317.71	c count = 1
317.65/317.71	c Ordering finished 317.260 seconds
317.65/317.71	c mapped 317.730 seconds
317.65/317.71	c permuted 317.730 seconds
317.65/317.71	c about to sort
317.95/317.97	c sorted

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-1780663-1243683275/watcher-1780663-1243683275 -o /tmp/evaluation-result-1780663-1243683275/solver-1780663-1243683275 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780663-1243683275.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: 1.16 1.13 1.27 3/103 3667
/proc/meminfo: memFree=2983440/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=1140 CPUtime=0.01
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4202496 177 0 0 0 1 0 0 0 18 0 1 0 949904359 1167360 132 4294967295 134512640 135237372 3216180864 3216180312 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 285 132 74 177 0 107 0

[startup+0.070086 s]
/proc/loadavg: 1.16 1.13 1.27 3/103 3667
/proc/meminfo: memFree=2983440/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=4576 CPUtime=0.08
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4202496 1026 0 0 0 8 0 0 0 18 0 1 0 949904359 4685824 981 4294967295 134512640 135237372 3216180864 3216179388 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 1144 982 74 177 0 966 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4576

[startup+0.110071 s]
/proc/loadavg: 1.16 1.13 1.27 3/103 3667
/proc/meminfo: memFree=2983440/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=6724 CPUtime=0.12
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4202496 1536 0 0 0 12 0 0 0 18 0 1 0 949904359 6885376 1491 4294967295 134512640 135237372 3216180864 3216179388 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 1681 1492 74 177 0 1503 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 6724

[startup+0.310055 s]
/proc/loadavg: 1.16 1.13 1.27 3/103 3667
/proc/meminfo: memFree=2983440/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=17560 CPUtime=0.32
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4202496 4238 0 0 0 32 0 0 0 18 0 1 0 949904359 17981440 4193 4294967295 134512640 135237372 3216180864 3216180312 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 4390 4193 75 177 0 4212 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 17560

[startup+0.710022 s]
/proc/loadavg: 1.16 1.13 1.27 3/103 3667
/proc/meminfo: memFree=2983440/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=36900 CPUtime=0.72
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4202496 9019 0 0 0 70 2 0 0 18 0 1 0 949904359 37785600 8974 4294967295 134512640 135237372 3216180864 3216179388 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 9225 8975 75 177 0 9047 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 36900

[startup+1.50996 s]
/proc/loadavg: 1.16 1.13 1.27 2/104 3668
/proc/meminfo: memFree=2933268/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=73844 CPUtime=1.52
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4202496 17991 0 0 0 146 6 0 0 20 0 1 0 949904359 75616256 17946 4294967295 134512640 135237372 3216180864 3216180312 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 18461 17946 75 177 0 18283 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 73844

[startup+3.10983 s]
/proc/loadavg: 1.16 1.13 1.27 2/104 3668
/proc/meminfo: memFree=2904784/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=83304 CPUtime=3.12
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4202496 19912 0 0 0 305 7 0 0 25 0 1 0 949904359 85303296 19867 4294967295 134512640 135237372 3216180864 3216180556 134534317 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 20826 19867 75 177 0 20648 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 83304

[startup+6.30956 s]
/proc/loadavg: 1.15 1.13 1.27 2/103 3852
/proc/meminfo: memFree=2904060/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=83304 CPUtime=6.32
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4202496 19912 0 0 0 625 7 0 0 25 0 1 0 949904359 85303296 19867 4294967295 134512640 135237372 3216180864 3216180556 134534262 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 20826 19867 75 177 0 20648 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 83304

[startup+12.709 s]
/proc/loadavg: 1.14 1.13 1.27 2/102 3854
/proc/meminfo: memFree=2905020/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=83304 CPUtime=12.72
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4202496 19912 0 0 0 1265 7 0 0 25 0 1 0 949904359 85303296 19867 4294967295 134512640 135237372 3216180864 3216180556 134534262 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 20826 19867 75 177 0 20648 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 83304

[startup+25.508 s]
/proc/loadavg: 1.18 1.14 1.27 3/106 3885
/proc/meminfo: memFree=2853528/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=83304 CPUtime=25.52
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4202496 19912 0 0 0 2545 7 0 0 25 0 1 0 949904359 85303296 19867 4294967295 134512640 135237372 3216180864 3216180556 134534331 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 20826 19867 75 177 0 20648 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 83304

[startup+51.1059 s]
/proc/loadavg: 1.24 1.15 1.27 2/102 3979
/proc/meminfo: memFree=2904628/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=83304 CPUtime=51.12
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4202496 19912 0 0 0 5104 8 0 0 25 0 1 0 949904359 85303296 19867 4294967295 134512640 135237372 3216180864 3216180556 134534291 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 20826 19867 75 177 0 20648 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 83304

[startup+102.322 s]
/proc/loadavg: 1.18 1.14 1.26 2/102 4167
/proc/meminfo: memFree=2800848/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=187752 CPUtime=102.34
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4202496 60486 0 0 0 10209 25 0 0 25 0 1 0 949904359 192258048 45943 4294967295 134512640 135237372 3216180864 3216180224 134600972 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 46938 45943 77 177 0 46760 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 187752

[startup+162.317 s]
/proc/loadavg: 1.06 1.12 1.25 2/102 4357
/proc/meminfo: memFree=2797104/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=190788 CPUtime=162.34
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4202496 61422 0 0 0 16207 27 0 0 25 0 1 0 949904359 195366912 46879 4294967295 134512640 135237372 3216180864 3216180224 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 47697 46879 77 177 0 47519 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 190788

[startup+222.312 s]
/proc/loadavg: 1.02 1.09 1.23 2/102 4543
/proc/meminfo: memFree=2796540/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=191184 CPUtime=222.34
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4202496 61556 0 0 0 22207 27 0 0 25 0 1 0 949904359 195772416 47013 4294967295 134512640 135237372 3216180864 3216180224 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 47796 47013 77 177 0 47618 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 191184

[startup+282.307 s]
/proc/loadavg: 1.01 1.07 1.21 2/102 4731
/proc/meminfo: memFree=2796044/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=191580 CPUtime=282.34
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4202496 61654 0 0 0 28207 27 0 0 25 0 1 0 949904359 196177920 47111 4294967295 134512640 135237372 3216180864 3216180224 134600978 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 47895 47111 77 177 0 47717 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 191580

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

[startup+307.105 s]
/proc/loadavg: 1.00 1.07 1.20 2/102 4921
/proc/meminfo: memFree=2795548/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=191580 CPUtime=307.14
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4202496 61680 0 0 0 30687 27 0 0 25 0 1 0 949904359 196177920 47137 4294967295 134512640 135237372 3216180864 3216180224 134600972 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 47895 47137 77 177 0 47717 0
Current children cumulated CPU time (s) 307.14
Current children cumulated vsize (KiB) 191580

[startup+313.514 s]
/proc/loadavg: 1.00 1.06 1.20 2/102 4922
/proc/meminfo: memFree=2795560/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=191712 CPUtime=313.55
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4202496 61683 0 0 0 31328 27 0 0 25 0 1 0 949904359 196313088 47140 4294967295 134512640 135237372 3216180864 3216180224 134600707 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 47928 47140 77 177 0 47750 0
Current children cumulated CPU time (s) 313.55
Current children cumulated vsize (KiB) 191712

[startup+316.714 s]
/proc/loadavg: 1.00 1.06 1.20 2/102 4923
/proc/meminfo: memFree=2795560/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=191712 CPUtime=316.75
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4202496 61684 0 0 0 31648 27 0 0 25 0 1 0 949904359 196313088 47141 4294967295 134512640 135237372 3216180864 3216180224 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 47928 47141 77 177 0 47750 0
Current children cumulated CPU time (s) 316.75
Current children cumulated vsize (KiB) 191712

[startup+319.914 s]
/proc/loadavg: 1.00 1.06 1.20 2/102 4923
/proc/meminfo: memFree=2428048/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=649980 CPUtime=319.95
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4202496 179359 0 0 0 31930 65 0 0 25 0 1 0 949904359 665579520 161838 4294967295 134512640 135237372 3216180864 3213141384 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 162495 161839 91 177 0 162317 0
Current children cumulated CPU time (s) 319.95
Current children cumulated vsize (KiB) 649980

[startup+321.514 s]
/proc/loadavg: 1.00 1.06 1.20 2/102 4923
/proc/meminfo: memFree=2070336/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=707600 CPUtime=321.55
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4204032 193933 0 0 0 32002 153 0 0 25 0 1 0 949904359 724582400 176155 4294967295 134512640 135237372 3216180864 3207794616 134730102 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 176900 176155 104 177 0 176722 0
Current children cumulated CPU time (s) 321.55
Current children cumulated vsize (KiB) 707600

[startup+321.914 s]
/proc/loadavg: 1.00 1.06 1.20 2/102 4923
/proc/meminfo: memFree=2070336/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=707600 CPUtime=321.95
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4204032 193933 0 0 0 32002 193 0 0 25 0 1 0 949904359 724582400 176155 4294967295 134512640 135237372 3216180864 3207794616 134730102 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 176900 176155 104 177 0 176722 0
Current children cumulated CPU time (s) 321.95
Current children cumulated vsize (KiB) 707600

[startup+322.114 s]
/proc/loadavg: 1.00 1.06 1.20 2/102 4923
/proc/meminfo: memFree=2070336/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=707600 CPUtime=322.15
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4204032 194532 0 0 0 32002 213 0 0 25 0 1 0 949904359 724582400 176754 4294967295 134512640 135237372 3216180864 3207794616 134730102 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 176900 176754 703 177 0 176722 0
Current children cumulated CPU time (s) 322.15
Current children cumulated vsize (KiB) 707600

[startup+322.214 s]
/proc/loadavg: 1.00 1.06 1.20 2/102 4923
/proc/meminfo: memFree=1561668/3368532 swapFree=1959840/1959888
[pid=3667] ppid=3665 vsize=707600 CPUtime=322.25
/proc/3667/stat : 3667 (ttsth-5-0) R 3665 3667 30226 0 -1 4204032 194592 0 0 0 32002 223 0 0 25 0 1 0 949904359 724582400 176814 4294967295 134512640 135237372 3216180864 3207794616 134730102 0 0 0 0 0 0 0 17 1 0 0 0
/proc/3667/statm: 176900 176814 763 177 0 176722 0
Current children cumulated CPU time (s) 322.25
Current children cumulated vsize (KiB) 707600

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 322.254
CPU time (s): 322.29
CPU user time (s): 320.02
CPU system time (s): 2.27
CPU usage (%): 100.011
Max. virtual memory (cumulated for all children) (KiB): 707600

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-30 13:34:35
IDJOB=1780663
IDBENCH=71045
IDSOLVER=632
FILE ID=tipi39/1780663-1243683275
PBS_JOBID=
Free space on /tmp= 5722 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-20-5p1.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780663-1243683275/watcher-1780663-1243683275 -o /tmp/evaluation-result-1780663-1243683275/solver-1780663-1243683275 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780663-1243683275.cnf

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

MD5SUM BENCH= 93858500e23e9a4bf0619d7bf7dc00f3
RANDOM SEED= 744264523

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:       2983884 kB
Buffers:        111440 kB
Cached:         152024 kB
SwapCached:          0 kB
Active:         180032 kB
Inactive:       101608 kB
HighTotal:     2489216 kB
HighFree:      2321760 kB
LowTotal:       879316 kB
LowFree:        662124 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           33416 kB
Writeback:           0 kB
AnonPages:       18012 kB
Mapped:           7600 kB
Slab:            93324 kB
SReclaimable:    82628 kB
SUnreclaim:      10696 kB
PageTables:        584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   101204 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5031 MiB
End job on tipi39 at 2009-05-30 13:39:58