Trace number 1780483

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 154.42 168.414

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p1.cnf
MD5SUM484dad50fb275faff8eff92c4d5447cb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1357.99
Satisfiable
(Un)Satisfiability was proved
Number of variables200003
Number of clauses1019221
Sum of the clauses size2431032
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2759013
Number of clauses of size 3198999
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

56.83/70.47	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780483-1243682637.cnf 
56.83/70.47	c Using SATTIMEOUT of 10000
56.83/70.47	c Using SATRAM of 2047
56.83/70.47	c Size of subset node = 16
56.83/70.47	c Variables = 200003
56.83/70.47	c Clauses = 1019221
56.83/70.47	c Literals = 2431032
56.83/70.47	c Reduced size:
56.83/70.47	c Variables = 200003
56.83/70.47	c Clauses = 757256
56.83/70.47	c Literals = 1845593
56.83/70.47	c a2
58.52/72.13	c a1
150.32/164.37	c Independent sub-problems = 1
150.32/164.37	c Sub-problem with 151858 variables and 757256 clauses
150.32/164.37	c using permutation method 4
150.32/164.37	c count = 1
150.32/164.37	c Ordering finished 149.990 seconds
150.32/164.37	c mapped 150.380 seconds
150.32/164.37	c permuted 150.390 seconds
150.32/164.37	c about to sort
150.52/164.59	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-1780483-1243682637/watcher-1780483-1243682637 -o /tmp/evaluation-result-1780483-1243682637/solver-1780483-1243682637 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780483-1243682637.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: 5.63 5.55 6.03 8/115 16472
/proc/meminfo: memFree=2659628/3368532 swapFree=1953000/1959888
[pid=16472] ppid=16470 vsize=1276 CPUtime=0.01
/proc/16472/stat : 16472 (ttsth-5-0) R 16470 16472 14986 0 -1 4202496 219 0 0 0 1 0 0 0 19 0 1 0 1122401249 1306624 175 4294967295 134512640 135237372 3216436928 3216435524 134884373 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16472/statm: 319 175 75 177 0 141 0

[startup+0.036967 s]
/proc/loadavg: 5.63 5.55 6.03 8/115 16472
/proc/meminfo: memFree=2659628/3368532 swapFree=1953000/1959888
[pid=16472] ppid=16470 vsize=1276 CPUtime=0.01
/proc/16472/stat : 16472 (ttsth-5-0) R 16470 16472 14986 0 -1 4202496 219 0 0 0 1 0 0 0 19 0 1 0 1122401249 1306624 175 4294967295 134512640 135237372 3216436928 3216435524 134884373 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16472/statm: 319 175 75 177 0 141 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1276

[startup+0.146768 s]
/proc/loadavg: 5.63 5.55 6.03 8/115 16472
/proc/meminfo: memFree=2659628/3368532 swapFree=1953000/1959888
[pid=16472] ppid=16470 vsize=5888 CPUtime=0.09
/proc/16472/stat : 16472 (ttsth-5-0) R 16470 16472 14986 0 -1 4202496 1346 0 0 0 8 1 0 0 19 0 1 0 1122401249 6029312 1302 4294967295 134512640 135237372 3216436928 3216435452 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16472/statm: 1472 1303 75 177 0 1294 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5888

[startup+0.316752 s]
/proc/loadavg: 5.63 5.55 6.03 8/115 16472
/proc/meminfo: memFree=2659628/3368532 swapFree=1953000/1959888
[pid=16472] ppid=16470 vsize=9900 CPUtime=0.16
/proc/16472/stat : 16472 (ttsth-5-0) R 16470 16472 14986 0 -1 4202496 2301 0 0 0 14 2 0 0 20 0 1 0 1122401249 10137600 2257 4294967295 134512640 135237372 3216436928 3216435452 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16472/statm: 2475 2257 75 177 0 2297 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 9900

[startup+0.716722 s]
/proc/loadavg: 5.63 5.55 6.03 8/115 16472
/proc/meminfo: memFree=2659628/3368532 swapFree=1953000/1959888
[pid=16472] ppid=16470 vsize=21208 CPUtime=0.36
/proc/16472/stat : 16472 (ttsth-5-0) R 16470 16472 14986 0 -1 4202496 5067 0 0 0 33 3 0 0 20 0 1 0 1122401249 21716992 5023 4294967295 134512640 135237372 3216436928 3216436376 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16472/statm: 5302 5023 75 177 0 5124 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 21208

[startup+1.51666 s]
/proc/loadavg: 5.63 5.55 6.03 7/116 16474
/proc/meminfo: memFree=2634368/3368532 swapFree=1953000/1959888
[pid=16472] ppid=16470 vsize=39412 CPUtime=0.76
/proc/16472/stat : 16472 (ttsth-5-0) R 16470 16472 14986 0 -1 4202496 9682 0 0 0 71 5 0 0 21 0 1 0 1122401249 40357888 9638 4294967295 134512640 135237372 3216436928 3216435452 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16472/statm: 9853 9639 75 177 0 9675 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 39412

[startup+3.11654 s]
/proc/loadavg: 5.63 5.55 6.03 7/115 16474
/proc/meminfo: memFree=2607136/3368532 swapFree=1953000/1959888
[pid=16472] ppid=16470 vsize=70004 CPUtime=1.56
/proc/16472/stat : 16472 (ttsth-5-0) R 16470 16472 14986 0 -1 4202496 16967 0 0 0 149 7 0 0 24 0 1 0 1122401249 71684096 16923 4294967295 134512640 135237372 3216436928 3216436620 134534132 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16472/statm: 17501 16923 75 177 0 17323 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 70004
heavy processes:
  %CPU=85 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=85 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=85 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=86 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+6.31629 s]
/proc/loadavg: 5.58 5.54 6.03 6/115 16474
/proc/meminfo: memFree=2592012/3368532 swapFree=1953000/1959888
[pid=16472] ppid=16470 vsize=70004 CPUtime=3.16
/proc/16472/stat : 16472 (ttsth-5-0) R 16470 16472 14986 0 -1 4202496 16967 0 0 0 309 7 0 0 25 0 1 0 1122401249 71684096 16923 4294967295 134512640 135237372 3216436928 3216436620 134534394 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16472/statm: 17501 16923 75 177 0 17323 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 70004
heavy processes:
  %CPU=85 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=85 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=85 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=86 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+12.7158 s]
/proc/loadavg: 5.53 5.53 6.02 6/114 16474
/proc/meminfo: memFree=2591620/3368532 swapFree=1953000/1959888
[pid=16472] ppid=16470 vsize=70004 CPUtime=6.36
/proc/16472/stat : 16472 (ttsth-5-0) R 16470 16472 14986 0 -1 4202496 16967 0 0 0 629 7 0 0 25 0 1 0 1122401249 71684096 16923 4294967295 134512640 135237372 3216436928 3216436620 134534101 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16472/statm: 17501 16923 75 177 0 17323 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 70004
heavy processes:
  %CPU=85 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=85 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=85 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=86 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+25.5148 s]
/proc/loadavg: 5.49 5.52 6.01 6/114 16474
/proc/meminfo: memFree=2591780/3368532 swapFree=1953000/1959888
[pid=16472] ppid=16470 vsize=70004 CPUtime=12.76
/proc/16472/stat : 16472 (ttsth-5-0) R 16470 16472 14986 0 -1 4202496 16967 0 0 0 1269 7 0 0 25 0 1 0 1122401249 71684096 16923 4294967295 134512640 135237372 3216436928 3216436620 134534317 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16472/statm: 17501 16923 75 177 0 17323 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 70004
heavy processes:
  %CPU=85 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=85 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=85 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=86 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+51.1128 s]
/proc/loadavg: 5.61 5.54 6.00 7/115 16613
/proc/meminfo: memFree=2590352/3368532 swapFree=1953000/1959888
[pid=16472] ppid=16470 vsize=70004 CPUtime=37.61
/proc/16472/stat : 16472 (ttsth-5-0) R 16470 16472 14986 0 -1 4202496 16967 0 0 0 3754 7 0 0 25 0 1 0 1122401249 71684096 16923 4294967295 134512640 135237372 3216436928 3216436620 134534262 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16472/statm: 17501 16923 75 177 0 17323 0
Current children cumulated CPU time (s) 37.61
Current children cumulated vsize (KiB) 70004
heavy processes:
  %CPU=85 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=85 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=85 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=86 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+102.319 s]
/proc/loadavg: 5.41 5.50 5.96 8/115 16670
/proc/meminfo: memFree=2505948/3368532 swapFree=1953000/1959888
[pid=16472] ppid=16470 vsize=155096 CPUtime=88.72
/proc/16472/stat : 16472 (ttsth-5-0) R 16470 16472 14986 0 -1 4202496 50611 0 0 0 8853 19 0 0 25 0 1 0 1122401249 158818304 38060 4294967295 134512640 135237372 3216436928 3216436256 134550999 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16472/statm: 38774 38060 77 177 0 38596 0
Current children cumulated CPU time (s) 88.72
Current children cumulated vsize (KiB) 155096

[startup+162.314 s]
/proc/loadavg: 5.59 5.54 5.95 6/114 16852
/proc/meminfo: memFree=2499904/3368532 swapFree=1953000/1959888
[pid=16472] ppid=16470 vsize=160204 CPUtime=148.32
/proc/16472/stat : 16472 (ttsth-5-0) R 16470 16472 14986 0 -1 4202496 51797 0 0 0 14813 19 0 0 25 0 1 0 1122401249 164048896 39246 4294967295 134512640 135237372 3216436928 3216436288 134600707 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16472/statm: 40051 39246 77 177 0 39873 0
Current children cumulated CPU time (s) 148.32
Current children cumulated vsize (KiB) 160204

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

[startup+163.114 s]
/proc/loadavg: 5.59 5.54 5.95 6/114 16852
/proc/meminfo: memFree=2499904/3368532 swapFree=1953000/1959888
[pid=16472] ppid=16470 vsize=160204 CPUtime=149.12
/proc/16472/stat : 16472 (ttsth-5-0) R 16470 16472 14986 0 -1 4202496 51798 0 0 0 14893 19 0 0 25 0 1 0 1122401249 164048896 39247 4294967295 134512640 135237372 3216436928 3216436288 134600718 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16472/statm: 40051 39247 77 177 0 39873 0
Current children cumulated CPU time (s) 149.12
Current children cumulated vsize (KiB) 160204

[startup+166.314 s]
/proc/loadavg: 5.55 5.53 5.94 6/114 16852
/proc/meminfo: memFree=2128648/3368532 swapFree=1953000/1959888
[pid=16472] ppid=16470 vsize=554292 CPUtime=152.32
/proc/16472/stat : 16472 (ttsth-5-0) R 16470 16472 14986 0 -1 4202496 152576 0 0 0 15180 52 0 0 25 0 1 0 1122401249 567595008 137578 4294967295 134512640 135237372 3216436928 3213530392 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16472/statm: 138574 137579 91 177 0 138396 0
Current children cumulated CPU time (s) 152.32
Current children cumulated vsize (KiB) 554292

[startup+167.114 s]
/proc/loadavg: 5.55 5.53 5.94 6/114 16852
/proc/meminfo: memFree=1977124/3368532 swapFree=1953000/1959888
[pid=16472] ppid=16470 vsize=603188 CPUtime=153.13
/proc/16472/stat : 16472 (ttsth-5-0) R 16470 16472 14986 0 -1 4204032 164924 0 0 0 15241 72 0 0 25 0 1 0 1122401249 617664512 149669 4294967295 134512640 135237372 3216436928 3208060872 134730102 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16472/statm: 150797 149669 104 177 0 150619 0
Current children cumulated CPU time (s) 153.13
Current children cumulated vsize (KiB) 603188

[startup+167.914 s]
/proc/loadavg: 5.55 5.53 5.94 6/114 16852
/proc/meminfo: memFree=1977124/3368532 swapFree=1953000/1959888
[pid=16472] ppid=16470 vsize=603188 CPUtime=153.92
/proc/16472/stat : 16472 (ttsth-5-0) R 16470 16472 14986 0 -1 4204032 164924 0 0 0 15241 151 0 0 25 0 1 0 1122401249 617664512 149669 4294967295 134512640 135237372 3216436928 3208060872 134730102 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16472/statm: 150797 149669 104 177 0 150619 0
Current children cumulated CPU time (s) 153.92
Current children cumulated vsize (KiB) 603188

[startup+168.314 s]
/proc/loadavg: 5.55 5.53 5.94 6/114 16852
/proc/meminfo: memFree=1501780/3368532 swapFree=1953000/1959888
[pid=16472] ppid=16470 vsize=603188 CPUtime=154.32
/proc/16472/stat : 16472 (ttsth-5-0) R 16470 16472 14986 0 -1 4204032 165791 0 0 0 15241 191 0 0 25 0 1 0 1122401249 617664512 150536 4294967295 134512640 135237372 3216436928 3208060872 134730102 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16472/statm: 150797 150536 971 177 0 150619 0
Current children cumulated CPU time (s) 154.32
Current children cumulated vsize (KiB) 603188

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 168.414
CPU time (s): 154.42
CPU user time (s): 152.41
CPU system time (s): 2.01
CPU usage (%): 91.6909
Max. virtual memory (cumulated for all children) (KiB): 603188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.41
system time used= 2.01
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165966
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= 1
involuntary context switches= 782

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi45 at 2009-05-30 13:23:57
IDJOB=1780483
IDBENCH=71010
IDSOLVER=632
FILE ID=tipi45/1780483-1243682637
PBS_JOBID=
Free space on /tmp= 15483 MiB

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

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

MD5SUM BENCH= 484dad50fb275faff8eff92c4d5447cb
RANDOM SEED= 1314941407

Linux tipi45 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.081
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.081
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.081
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.081
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.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2659480 kB
Buffers:         25256 kB
Cached:         135404 kB
SwapCached:       1728 kB
Active:         552788 kB
Inactive:        82180 kB
HighTotal:     2489216 kB
HighFree:      1893372 kB
LowTotal:       879316 kB
LowFree:        766108 kB
SwapTotal:     1959888 kB
SwapFree:      1953000 kB
Dirty:           27400 kB
Writeback:           0 kB
AnonPages:      473796 kB
Mapped:           6552 kB
Slab:            60876 kB
SReclaimable:    49304 kB
SUnreclaim:      11572 kB
PageTables:       1144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   561872 kB
VmallocTotal:   114680 kB
VmallocUsed:     17900 kB
VmallocChunk:    96244 kB

Free space on /tmp at the end= 14897 MiB
End job on tipi45 at 2009-05-30 13:26:48