Trace number 1778998

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 419.48 419.442

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo128.cnf
MD5SUMc5685247c8f21e8da88f42049fffdb13
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables188473
Number of clauses564650
Sum of the clauses size1317514
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376432
Number of clauses of size 3188216
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.92/0.97	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778998-1243677751.cnf 
0.92/0.97	c Using SATTIMEOUT of 10000
0.92/0.97	c Using SATRAM of 2047
0.92/0.97	c Size of subset node = 16
0.92/0.97	c Variables = 188473
0.92/0.97	c Clauses = 564650
0.92/0.97	c Literals = 1317514
0.92/0.97	c Reduced size:
0.92/0.97	c Variables = 188473
0.92/0.97	c Clauses = 564646
0.92/0.97	c Literals = 1317507
0.92/0.97	c a2
1.82/1.82	c a1
415.85/415.88	c Independent sub-problems = 1
415.85/415.88	c Sub-problem with 188471 variables and 564646 clauses
415.85/415.88	c using permutation method 4
415.85/415.88	c count = 1
415.85/415.88	c Ordering finished 415.710 seconds
415.85/415.88	c mapped 415.910 seconds
415.85/415.88	c permuted 415.920 seconds
415.85/415.88	c about to sort
416.05/416.03	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-1778998-1243677751/watcher-1778998-1243677751 -o /tmp/evaluation-result-1778998-1243677751/solver-1778998-1243677751 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778998-1243677751.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.70 3.49 2.71 2/98 17650
/proc/meminfo: memFree=3093884/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=1804 CPUtime=0.02
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4202496 330 0 0 0 2 0 0 0 25 0 1 0 949351951 1847296 286 4294967295 134512640 135237372 3219458464 3219457912 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 451 286 75 177 0 273 0

[startup+0.103881 s]
/proc/loadavg: 3.70 3.49 2.71 2/98 17650
/proc/meminfo: memFree=3093884/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=5600 CPUtime=0.11
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4202496 1287 0 0 0 11 0 0 0 25 0 1 0 949351951 5734400 1243 4294967295 134512640 135237372 3219458464 3219458096 134536395 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 1400 1244 75 177 0 1222 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5600

[startup+0.213872 s]
/proc/loadavg: 3.70 3.49 2.71 2/98 17650
/proc/meminfo: memFree=3093884/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=10536 CPUtime=0.22
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4202496 2498 0 0 0 22 0 0 0 25 0 1 0 949351951 10788864 2454 4294967295 134512640 135237372 3219458464 3219457260 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 2634 2455 75 177 0 2456 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10536

[startup+0.313863 s]
/proc/loadavg: 3.70 3.49 2.71 2/98 17650
/proc/meminfo: memFree=3093884/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=15164 CPUtime=0.32
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4202496 3600 0 0 0 32 0 0 0 25 0 1 0 949351951 15527936 3556 4294967295 134512640 135237372 3219458464 3219456988 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 3791 3557 75 177 0 3613 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 15164

[startup+0.713831 s]
/proc/loadavg: 3.70 3.49 2.71 2/98 17650
/proc/meminfo: memFree=3093884/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=32524 CPUtime=0.72
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4202496 7849 0 0 0 70 2 0 0 25 0 1 0 949351951 33304576 7805 4294967295 134512640 135237372 3219458464 3219456988 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 8131 7805 75 177 0 7953 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 32524

[startup+1.51376 s]
/proc/loadavg: 3.70 3.49 2.71 2/99 17651
/proc/meminfo: memFree=3031132/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=75384 CPUtime=1.52
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4202496 18252 0 0 0 146 6 0 0 25 0 1 0 949351951 77193216 18207 4294967295 134512640 135237372 3219458464 3219457248 134749305 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 18846 18207 76 177 0 18668 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 75384

[startup+3.11364 s]
/proc/loadavg: 3.70 3.49 2.71 2/99 17651
/proc/meminfo: memFree=3018436/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=104620 CPUtime=3.12
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4202496 29008 0 0 0 303 9 0 0 25 0 1 0 949351951 107130880 25465 4294967295 134512640 135237372 3219458464 3219457792 134550999 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 26155 25465 77 177 0 25977 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 104620

[startup+6.31337 s]
/proc/loadavg: 3.48 3.45 2.70 2/99 17651
/proc/meminfo: memFree=2992208/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=104968 CPUtime=6.32
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4202496 29073 0 0 0 622 10 0 0 25 0 1 0 949351951 107487232 25530 4294967295 134512640 135237372 3219458464 3219457824 134600960 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 26242 25530 77 177 0 26064 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 104968

[startup+12.7129 s]
/proc/loadavg: 3.28 3.41 2.69 2/99 17834
/proc/meminfo: memFree=2991920/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=105396 CPUtime=12.72
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4202496 29207 0 0 0 1262 10 0 0 25 0 1 0 949351951 107925504 25664 4294967295 134512640 135237372 3219458464 3219457824 134600960 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 26349 25664 77 177 0 26171 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 105396

[startup+25.5118 s]
/proc/loadavg: 2.78 3.29 2.67 2/99 17835
/proc/meminfo: memFree=2991288/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=106800 CPUtime=25.52
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4202496 29476 0 0 0 2542 10 0 0 25 0 1 0 949351951 109363200 25933 4294967295 134512640 135237372 3219458464 3219457824 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 26700 25933 77 177 0 26522 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 106800

[startup+51.1097 s]
/proc/loadavg: 2.17 3.10 2.62 2/99 17836
/proc/meminfo: memFree=2989276/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=109156 CPUtime=51.12
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4202496 30014 0 0 0 5102 10 0 0 25 0 1 0 949351951 111775744 26471 4294967295 134512640 135237372 3219458464 3219457824 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 27289 26471 77 177 0 27111 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 109156

[startup+102.316 s]
/proc/loadavg: 1.51 2.78 2.53 2/99 18024
/proc/meminfo: memFree=2985068/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=113472 CPUtime=102.33
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4202496 30950 0 0 0 10223 10 0 0 25 0 1 0 949351951 116195328 27407 4294967295 134512640 135237372 3219458464 3219457824 134600966 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 28368 27407 77 177 0 28190 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 113472

[startup+162.311 s]
/proc/loadavg: 1.18 2.45 2.43 2/99 18212
/proc/meminfo: memFree=2984076/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=114132 CPUtime=162.33
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4202496 31142 0 0 0 16223 10 0 0 25 0 1 0 949351951 116871168 27599 4294967295 134512640 135237372 3219458464 3219457824 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 28533 27599 77 177 0 28355 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 114132

[startup+222.316 s]
/proc/loadavg: 1.07 2.18 2.34 2/99 18405
/proc/meminfo: memFree=2983556/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=114528 CPUtime=222.34
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4202496 31250 0 0 0 22224 10 0 0 25 0 1 0 949351951 117276672 27707 4294967295 134512640 135237372 3219458464 3219457824 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 28632 27707 77 177 0 28454 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 114528

[startup+282.311 s]
/proc/loadavg: 1.02 1.97 2.25 2/99 18592
/proc/meminfo: memFree=2982324/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=114792 CPUtime=282.34
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4202496 31351 0 0 0 28224 10 0 0 25 0 1 0 949351951 117547008 27808 4294967295 134512640 135237372 3219458464 3219457824 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 28698 27808 77 177 0 28520 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 114792

[startup+342.306 s]
/proc/loadavg: 1.01 1.79 2.17 2/99 18779
/proc/meminfo: memFree=2982464/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=115056 CPUtime=342.34
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4202496 31435 0 0 0 34224 10 0 0 25 0 1 0 949351951 117817344 27892 4294967295 134512640 135237372 3219458464 3219457824 134600966 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 28764 27892 77 177 0 28586 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 115056

[startup+402.311 s]
/proc/loadavg: 1.00 1.64 2.10 2/99 18969
/proc/meminfo: memFree=2982464/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=115320 CPUtime=402.35
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4202496 31512 0 0 0 40225 10 0 0 25 0 1 0 949351951 118087680 27969 4294967295 134512640 135237372 3219458464 3219457824 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 28830 27969 77 177 0 28652 0
Current children cumulated CPU time (s) 402.35
Current children cumulated vsize (KiB) 115320

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

[startup+409.61 s]
/proc/loadavg: 1.00 1.62 2.08 2/99 18970
/proc/meminfo: memFree=2982332/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=115320 CPUtime=409.65
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4202496 31517 0 0 0 40955 10 0 0 25 0 1 0 949351951 118087680 27974 4294967295 134512640 135237372 3219458464 3219457824 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 28830 27974 77 177 0 28652 0
Current children cumulated CPU time (s) 409.65
Current children cumulated vsize (KiB) 115320

[startup+416.01 s]
/proc/loadavg: 1.00 1.61 2.08 2/99 18970
/proc/meminfo: memFree=2981596/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=115452 CPUtime=416.05
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4202496 32633 0 0 0 41595 10 0 0 25 0 1 0 949351951 118222848 28538 4294967295 134512640 135237372 3219458464 3219458048 134523971 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 28863 28538 86 177 0 28685 0
Current children cumulated CPU time (s) 416.05
Current children cumulated vsize (KiB) 115452

[startup+417.61 s]
/proc/loadavg: 1.00 1.61 2.08 2/99 18970
/proc/meminfo: memFree=2633796/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=591512 CPUtime=417.65
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4202496 151634 0 0 0 41729 36 0 0 25 0 1 0 949351951 605708288 147441 4294967295 134512640 135237372 3219458464 3215325416 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 147878 147441 91 177 0 147700 0
Current children cumulated CPU time (s) 417.65
Current children cumulated vsize (KiB) 591512

[startup+418.41 s]
/proc/loadavg: 1.00 1.61 2.08 2/99 18970
/proc/meminfo: memFree=2479512/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=618952 CPUtime=418.45
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4204032 158539 0 0 0 41769 76 0 0 25 0 1 0 949351951 633806848 154217 4294967295 134512640 135237372 3219458464 3211079608 134730102 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 154738 154217 104 177 0 154560 0
Current children cumulated CPU time (s) 418.45
Current children cumulated vsize (KiB) 618952

[startup+419.22 s]
/proc/loadavg: 1.16 1.63 2.08 2/99 18970
/proc/meminfo: memFree=1981224/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=618952 CPUtime=419.26
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4204032 158539 0 0 0 41769 157 0 0 25 0 1 0 949351951 633806848 154217 4294967295 134512640 135237372 3219458464 3211079608 134730102 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 154738 154217 104 177 0 154560 0
Current children cumulated CPU time (s) 419.26
Current children cumulated vsize (KiB) 618952

[startup+419.41 s]
/proc/loadavg: 1.16 1.63 2.08 2/99 18970
/proc/meminfo: memFree=1981224/3368532 swapFree=1959840/1959888
[pid=17650] ppid=17648 vsize=618952 CPUtime=419.45
/proc/17650/stat : 17650 (ttsth-5-0) R 17648 17650 30226 0 -1 4204032 158973 0 0 0 41769 176 0 0 25 0 1 0 949351951 633806848 154651 4294967295 134512640 135237372 3219458464 3211079608 134730102 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17650/statm: 154738 154651 538 177 0 154560 0
Current children cumulated CPU time (s) 419.45
Current children cumulated vsize (KiB) 618952

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 419.442
CPU time (s): 419.48
CPU user time (s): 417.69
CPU system time (s): 1.79
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 618952

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-30 12:02:31
IDJOB=1778998
IDBENCH=70789
IDSOLVER=632
FILE ID=tipi39/1778998-1243677751
PBS_JOBID=
Free space on /tmp= 5734 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo128.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1778998-1243677751/watcher-1778998-1243677751 -o /tmp/evaluation-result-1778998-1243677751/solver-1778998-1243677751 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778998-1243677751.cnf

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

MD5SUM BENCH= c5685247c8f21e8da88f42049fffdb13
RANDOM SEED= 1539069145

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:       3094328 kB
Buffers:         71044 kB
Cached:          97216 kB
SwapCached:          0 kB
Active:         115324 kB
Inactive:        69036 kB
HighTotal:     2489216 kB
HighFree:      2378568 kB
LowTotal:       879316 kB
LowFree:        715760 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           10724 kB
Writeback:           0 kB
AnonPages:       16392 kB
Mapped:           6056 kB
Slab:            80464 kB
SReclaimable:    70056 kB
SUnreclaim:      10408 kB
PageTables:        528 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= 5130 MiB
End job on tipi39 at 2009-05-30 12:09:32